<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {



    --rfc_orange: rgb(240, 126, 33);
    --rfc_orange2: #ea4d24;


	--rfc_grey: #eaeef5;
	--rfc_blue: rgb(18, 59, 99);
	--rfc_red: #cb0101;
	--rfc_blue_dark: #021849;

	--beige: var(--rfc_grey);
	--green: var(--rfc_orange);

	--rfc_dark: #0c0d2b;

    --container--max-width: 1650px;
    --container-small-width: 1400px;
}


::-webkit-scrollbar {
    width: 12px !important;
    transition: .5s;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: var(--rfc_orange);
    transition: .5s;
    mix-blend-mode: difference;
}
::-webkit-scrollbar-track {
    border-radius: 0px !important;
    box-shadow: none;
    background: none !important;
}

html {
	scroll-behavior: smooth;
}

#header .btn.fancy {
	display: none;
}

.scrollHeader #header .btn.fancy {
	display: block;
}


body {
	background: white;
	font-family: "myriad-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	min-height: 100%;
	height: auto;
}

h1, h2, h3, h4 {
	font-family: "obvia-expanded", sans-serif;
	font-weight: 900;
	font-style: normal;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 125%;
}

.alert {
	border-radius: 3px;
}

#header {
    background: linear-gradient(90deg, var(--rfc_blue), var(--rfc_blue_dark));
    display: flex;
    align-items: center;
    padding: 0px ;
}

#header .logo:after {
    width: 100px;
    height: 99px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    display: block;
    background-image: url(https://vmmshop.nl/images/logos/realfutcard-logo.png);
    content: '';
    position: absolute;
    z-index: 9000;
    top: -40px;
    filter: drop-shadow(0px 0px 1px black);
}

.rfc_split .cou.fancy {
	margin: 0px auto;
}

.cou.fancy.large {
	width: 100%;
	padding: 25px;
}


#header .logo img {
	display: none;
}

.zoom_buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.btn {
	background: linear-gradient(45deg,var(--rfc_orange),  var(--rfc_orange2));
	border-radius: 0px;
	padding: 20px 50px !important;
    font-size: 20px;
	font-weight: bold;
	font-style: normal;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.25);
}

.btn.green {
    background: #228122;
}

#rfc_editor #rfc_view_cntr {
	max-height: calc( 100svh - 100px);
	position: sticky;
	top: 90px;
}

#rfc_view_cntr .cou {
	position: absolute;
	left: 0;
	top: 0;
}

#watermark2 {
	animation: rfc_watermark 4s linear infinite;
}

    @keyframes rfc_watermark {
    	29%, 71% {
		    opacity: 0;
		}
		0%, 21%,79%, 100% {
		    opacity: 1;
		}
    }

.rfc_skewie_blocks.rfc_blocks .skewie {
	background: var(--color);
	color: black;
}

.cartSVG{
	width: auto;
	height: 750px;
	max-height: 100%;
	max-height: calc( 100svh - 190px);
	max-width: 35vw;
}

#rfc_editor .cartSVG {
	margin: 20px;
}

.owl-nav svg {
	width: 100%;
    height: auto;
}

#rfc_editor {
	display: grid;
	grid-template-columns: max-content 1fr;
	column-gap: 25px;
	margin-top: 25px;
	width: 100%;
	max-width: var(--container--max-width);	
	margin-left: auto;
	margin-right: auto;
}

.jcrop-holder input {
	display: none !important;
}

#add_to_cart_form {
	background: var(--rfc_grey);
	padding: 20px;
}

.overlay&gt;div, .wide.overlay&gt;div {
    max-width: none;
    max-width: calc(100svw - 40px);
    min-height: 50px;
    width: max-content;
}


.rfc_split {
	display: grid;
	grid-template-columns: 300px 1fr;
	align-items: stretch;
	column-gap: 20px;
}

.rfc_split&gt;div {
	background: var(--rfc_grey);
	padding: 20px;
}

.rfc_split  .cartSVG {
	width: 100%;
	height: auto;
}

.img_flex {
    display: grid;
    gap: 25px;
    align-items: stretch;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

.img_flex .rfc_card {

    margin: 0px;
}

.img_flex .rfc_card .cartSVG {

    height: 250px;
}

.img_flex .rfc_card h2 {
    font-size: 100%;
    text-align: center;
    font-weight: normal;
}


.img_flex&gt;div {

	background: white;
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
}

.img_flex&gt;div.chosen,.rfc_blockss .block_item.active, .img_flex&gt;.rfc_card.chosen {
	border: 2px solid var(--rfc_blue);
}

.img_flex&gt;div.chosen:after,.rfc_blockss .block_item.active:after, .img_flex&gt;.rfc_card.chosen:after {
    content: var(--content);
	position: absolute;
	left: 0px;
	top: 0px;
	background: var(--rfc_blue);
	padding: 5px;
	font-size: 10px;
	color: white;
	letter-spacing: .5px;
}

.rfc_blockss .block_item.active:after {
	left: auto;
	right: 0px;
}

.img_flex img {
	width: 200px;
	height: 200px;
	object-fit: contain;
}

.overlay{
	z-index: 9000;
}

.overlay&gt;div {

	border-radius: 0px;
}

.overlay.small&gt;div {
    min-height: 0;
    min-width: 0px;
    padding: 25px;
    width: max-content;
}

#upload-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9001; 
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(5px);
    left: 0px;
    top: 0px;
    overflow-y: scroll;
    display: none;
}

#upload-overlay ul {
    text-align: left;
}

#upload-overlay li:before {
    content: '';
    position: absolute;
    left: -75px;
	background-image: url('/rfc/img/time_gray.svg');  
	xxbackground-image: url('/rfc/img/check_mark_gray.svg');    
	display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#upload-overlay li.busy {
	color: orange;
	transition: .3s;
    opacity: 1;
}

#upload-overlay li.busy:before {
	background-image: url('/rfc/img/time_orange.svg');    
}

#upload-overlay li.active:before {
	background-image: url('/rfc/img/check_mark.svg');    
}

#upload-overlay li {
	transition: .3s;
    list-style-type: none;
    line-height: 50px;
    font-size: 110%;
    font-family: 'obvia-expanded';
    opacity: 0.5;
}

#upload-overlay li.active {
	color: #277b13;
	transition: .3s;
    opacity: 1;
}

#upload-overlay&gt;div {
    position: absolute;
    width: 100%;
    max-width: 500px;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    min-height: 300px;
    border-radius: 3px;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    row-gap: 25px;
    padding: 25px;
}

.overlay-content {
	height: auto;
	overflow-y: auto;
	max-height: calc(100svh - 70px);
	min-height: 50px;
}



#contact {
	background: linear-gradient(180deg, var(--rfc_blue), var(--rfc_blue_dark));
	color: white;
}



.grid-buttons {
	display:grid;
	grid-template-columns: 1fr 1fr;
	column-gap:20px; 
	margin-top: 25px;
}

.rfc_trigger_btn, .rfc_zoom_btn, #shareDesign_btn {
	display: none;
}

.cartSVG, .cartSVG * {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.rj_cards_list {
	margin: 0px auto;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

.rfc_cards {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.rj_cards_list .rfc_card .cartSVG {
	height: 300px;
}

.rfc_card{
	color: inherit;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	overflow: hidden;
}

.rfc_card {

}

svg image {
	xxtransition: 1s !important;
}

.rfc_card&gt;img, .rfc_card .rfc_preview {
	max-width: 350px;
}

.rfc_card .cartSVG {

    aspect-ratio: var(--rfc_canvas_ratio);
    height: 400px;
    filter: drop-shadow(-1px 1px 2px black);
}

#footer {
	background: linear-gradient(90deg, var(--rfc_blue), var(--rfc_blue_dark));
	color: white;
}

#footer .link {
	color: white;
	margin-right: 10px;
}

a.small:after, .link:after {
	background: white;
}

#footer .logo img {
	width: auto;
	max-height: 250px;
}

.griddd div .btn {
	max-width: 50px;
}

.pdnz {
	background: linear-gradient(90deg, var(--rfc_blue), var(--rfc_blue_dark));
}

#rfc_form, #rfc_form p {
	color: #d8d8d8;
}

.pdnz&gt;.inn&gt;div {
    column-gap: 25px;
}

.dz-message {
	padding: 10px;
}

.dz-details, .dz-image {
	display: none;
}
/*
.pdnz&gt;.inn&gt;div:nth-child(1) img {
    background: white;
    object-fit: contain;
    width: 75px;
    aspect-ratio: 16/9;
    padding: 10px;
    margin: 0px;
    height: auto;
}*/

.griddd {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: flex-start;
    margin-bottom: 5px;
}

.cou {
    text-decoration: underline;
    color: rgb(130 193 255);
    cursor: pointer;
    font-size: 12px;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: 0px;
}

.cou:hover, .dropzone:hover, .btn:hover {
	opacity: 0.9;
}

.cou.fancy, .dropzone {
    font-size: 15px;
    padding: 7px 10px;
    background: white;
    border: none;
    color: white;
    text-decoration: none;
    text-align: center;
    margin: 2.5px 0px 2.5px 0px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: auto;
    font-family: system-ui;
    border-radius: 0px;
    width: 100%;
    max-width: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    background: var(--rfc_blue);
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    font-family: 'raleway';
    font-weight: bold;
    letter-spacing: .25px;
    user-select: none;
}

.dropzone.simple * {
	font-family: inherit;
	color: currentColor;
}

.cl.split {
    width: 50%;
    display: inline-block;
}


.griddd div {
	display: flex;
	align-items: flex-start;
	width: 100%;
	flex-direction: column;
}

#rfc_editor input, #rfc_editor  select {
	padding: 8px;
	border: none;
	border-radius: 6px;
}

.griddd input, .griddd select {
	width: 100%;
	max-width: 250px;
	margin: 0;

}

.griddd select {
	-webkit-appearance: menulist-button;

}

c {
    line-height: 33px;
    font-size: 14px;
}

.dropzone {
    padding: 25px 10px;
	min-height: 0px;
}

.dropzone span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	background: #ddd;
	border-radius: 0;
	width: 100%;
	height: 100%;
}

.grouppp_cntr h3 {
	margin-bottom: 7.5px;
}

.dropzone .dz-preview {
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.dropzone * {
	margin: 0 !important; 
	padding: 0 !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
}

.waitingfor {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    flex-direction: column;
    min-height: 200px;
    padding: 25px;
    background: #ffd5b3;
    margin-top: 15px;
}

.overlay-content {
	overflow-x: hidden;
}

.shpLine&gt;.left {
	grid-template-columns: 125px 1fr;
}

.shpLine .cartSVG {
	height: auto;
}

#rfc_values {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}

#rfc_values&gt;div {
	background: none;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}



.grouppp_cntr {
padding: 20px 20px 12.5px 20px;
border-radius: 0px;
xxbackground: linear-gradient(0deg, #d9d9d9bd, #f1f1f1d6);
background: #ffffff45;
background: radial-gradient(#ffffff45, #ffffff21);
color: #d8d8d8;
height: 100%;
    border: 1px solid #ffffff2b;
}

.rfc_values_mobile .grouppp_cntr{
    grid-column: auto / span var(--col);
}

.grouppp_block {
	display: flex;
	flex-direction: column;
	gap: 25px;
    justify-content: stretch;
    height: 100%;
}

.grouppp_block.no-mobile {
	grid-column: 1 / span 2;
}

.grouppp_block.no-mobile&gt;Div {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.grouppp h3 {
	margin-bottom: 2.5px;
}

.grouppp_cntr .grouppp {
	display: grid;
	grid-template-columns: repeat(var(--columns), 1fr);
	column-gap: 20px;
}

.overlay {
    background: rgba(0,0,0,0.65);
    backdrop-filter: blur(5px);
}

.overlay.text .overlay-content {
	max-width: 850px;
}



.overlay-header {
	background: none;
	font-family: 'obvia-expanded';
    text-align: left;
    padding: 15px 0px;
}

.overlay .overlay-header {
    padding-left: 15px;
	background: linear-gradient(90deg, var(--rfc_blue), var(--rfc_blue_dark));
}

.times, #checkout_cart_left .btnDel {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
    z-index: 105;
    background: var(--rfc_orange);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(25px 0%, 100% 0%, 100% 100%, 0% 100%);
    transform:none;
    padding-left: 11px;
    cursor: pointer;
    transform: scale(1.15);
    border-radius: 0%;
}
#checkout_cart_left .btnDel {
	height: 30px;
	color: white;
	clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 25px 100%);
	margin: 0px;
	right: 2px;
	top: 1px;
    padding-left: 19px;
    font-size: 15px;
}

.cntFrm {
	width: 100%;
    max-width: 650px;
    padding: 20px;
    background: #eee;
    margin: 0px auto;
}

.cntFrm input, .cntFrm select, .cntFrm textarea {
	width: 100%;
	border-radius: 0px !important;
}

.cntFrm .btn {
	margin-top: 25px;
}


.times:hover {
    transform: scale(1);
}
.times img {
    width: 24px;
    height: 24ox;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}

.griddd div .times {
    width: 38px !important;
    display: flex;
    align-items: center;
    padding-left: 14px;
}

.griddd div .times img {
	width: 20px;
}



#rfc_values&gt;div h3:nth-child(2){
	margin-top: 10px;
}

.slogan {

    font-family: 'obvia-expanded';
    color: black;
    -webkit-text-stroke: 0px;
}

#rfc_spinner, .loader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    background: rgba(0,0,0,0.65);
    left: 0px;
    top: 0px;
    display: none;
    backdrop-filter: blur(5px);
}

	#rfc_spinner&gt;div, .loader&gt;div {
		position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%,-50%);
	    height: auto;
    }

    .rfc_spinner_bars, .loader-inner {
    	display: flex;
    	column-gap: 10px;
    	align-items: center;
    	height: 125px;
    	width: auto;
    	transform:none;
    }

    	.rfc_spinner_bars&gt;div, .loader-inner&gt;div {
    		width: 50px;
    		background: var(--rfc_orange);
    		transform: skew(-15deg);
    		animation: rfc_spinner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite !important;
    		animation-delay: calc( var(--i) * 0.12s) !important;
    		position: relative;
    		top: auto;
    		left: auto !important;
    		border-radius: 0px;
    		height: 125px;
    	}

    	.loader-inner&gt;div:nth-child(4){
    		display: none;
    	}


    @keyframes rfc_spinner {
    	0% {
		    height: 125px;
		    background: white;
		}
		50%, 100% {
		    height: 75px;
    		background: var(--rfc_orange);
		}
    }

#crop_cntr {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px;
}

.jcrop-holder, .jcrop-holder * {
	box-sizing: initial;
	position: initial;
}

.btn:disabled {
	background: #ddd;
	cursor: not-allowed;
}

#rfc_editor .overlay-header-cntr .times {
	opacity: 0;
	transition: .5s;
}

#rfc_view_cntr .overlay-header-cntr {
	overflow: hidden;
	width: 100%;
}

#rfc_view_cntr .zoom_buttons {
	display: none;
}



#rfc_drag .cartSVG {
cursor: move;
}

#header:after {
	background: white;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 10px;
	width: 100%;
	background: white;
}

.buttons .iconref {	
	display: flex;
	align-items: center;
	justify-content: center;
}

.tac {
    text-align: center;
    background: var(--rfc_grey);
    color: black;
    padding: 50px 25px;
}

.tac.column {
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}

.tac P {
	width: 100%;
	max-width: 450px;
	margin: 10px auto 25px auto;
}

.tac.column h3 {
	padding-left: 35px;
}

.tac h2 {
	margin-bottom: 15px;
}

.buttons .iconref&gt;span {
	clip-path: polygon(15px 0px, 100% 0px, calc(100% - 15px) 100%, 0% 100%);
	background: white;
	margin: 0;
}

.buttons .iconref:nth-child(3)&gt;span {
	background: var(--rfc_orange);
}

.iconref&gt;span&gt;img, .iconref&gt;img {
	width: 20px;
}

.iconref&gt;span {
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 0;
	width: 60px;
}

.currentPic_choser {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	column-gap: 25px;
    max-width: 325px;
    margin: 0px auto;
}

#currentPic input[type="button"] {
    background: var(--rfc_orange);
    color: white;
    border-radius: 0;
    display: block;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 14px;
    font-size: 18px;
    margin: 0px;
    width: 30px;
    height: 30px;
    padding-bottom: 9px;
}

#currentPic .currentPic_choser .currentPic_img {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffffff59;
	aspect-ratio: 1;
    width: 100%;
}

#currentPic .currentPic_choser .currentPic_img img {
	background: none;
}

#currentPic .currentPic_choser .currentPic_img:has(&gt;input:checked){
	border: 2px solid var(--rfc_orange);
}

.currentPic_img input[type="radio"]{
	display: none;
}

.currentPic_img {
	width: max-content;
    margin: 0px auto;
    margin-bottom: 15px;
    margin-top: 10px;
}

#currentPic img {
    width: 125px;
    height: 125px;
    object-fit: contain;
    background: white;
}

span.number {
    border-radius: 50%;
    background-color: white;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: black;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
}

.buttons .iconref:nth-child(2) img {
	filter: invert(1);
}

div#shopcart-counter {
    position: absolute;
    right: 8px;
    bottom: 18px;
}


.rfc_blockss .block_item {
    border: 1px solid #ddd;
    width: 500px;
    max-width: 100%;
}

.rfc_blockss .block_item label {
    padding: 7.5px;
    border-radius: 3px;
    cursor: pointer;
    display: grid;
    align-items: center;
    grid-template-columns: 100px 1fr;
    grid-gap: 25px;
    row-gap: 25px;
    width: 100%;
    height: 100%;
    margin: 0px;
    text-transform: none;
    font-family: inherit;
    font-weight: normal;
	transition: .3s;
}

.block_item img {
    aspect-ratio: 1;
    object-fit: contain;
    width: 100%;
}

.rfc_blockss .block_item.active label {
	grid-template-columns: 2fr 1fr;
	transition: .3s;
}

.block_item input {
    display: none;
}

.block_item label div {
    font-size: 16px;
}

.rfc_blockss {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	flex-direction: column;
	gap: 5px;
}

.block_item .pop {
	display: none;
}

.block_item.active .pop{
	display: flex;
}

.block_item h4 {
	font-size: 90%;
}

.iconref&gt;span, .buttons .iconref, .header-top .buttons, .header-top {
	height: 80px;
}

.dropdown .dropdown-content {
	top: 100%;
}

#hamburger {
	display: none !important;
}

.overlay-header .cou {
	color: white;
	float: right;
}

.sndption, .cpbcp.right, .pdnz.simple {
	background: var(--rfc_grey);
}

.cartSVG text {
    transition: font-size .3s;
}

.rfc_warning {
	position: absolute;
	top: 30px;
}

.overlay-content.show_buttons_inline .btn {
	width: 100%;
	margin-top: 15px;
}

.overlay-content.show_buttons_inline .cartSVG {
    max-height: 65svh;
}

.rfc_warning .dismiss {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
}

.alert.alert-orange {
    background: rgb(254 203 161);
    margin: 30px;
    color: rgb(93 43 2);
    border: 1px solid rgb(93 43 2);
    border-radius: 7px;
}

.alert.alert-red {
    background: rgb(227 162 162);
    margin: 30px;
    color: rgb(90 6 6);
    border: 1px solid rgb(90 6 6);
    border-radius: 7px;
}

.languages {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 5px;
    width: max-content;
    margin: 0px auto;
}

.dropdown .dropdown-content {
	width: max-content;
}

#edit_rfc_card {
	border: 1px solid var(--rfc_blue);
    padding: 5px;
    color: var(--rfc_blue);
    text-decoration: none;
    text-transform: inherit;
}



.rj_submenu {
	border-bottom: 1px solid var(--rfc_blue);
	background: #fff;
}

.rj_submenu.small div {
	padding: 10px 20px;
	padding-left: 42.5px;
}

.rj_submenu .tac {

	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 5px;
	padding: 0px;
	background: white;
}
	
	.rj_submenu div {
	    color: var(--rfc_orange);
	    padding: 30px 20px;
	    padding-left: 42.5px;
	    font-family: 'obvia-expanded';
    	font-size: 12px;

	}

	.rj_submenu&gt;div&gt;div:before, .tac h3:before {
	    content: '\2713';
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    color: white;
	    font-size: 22px;
	    inset: 0;
	    position: absolute;
	    border-radius: 50%;
	    background-color: var(--rfc_orange);
	    width: 22px;
	    height: 22px;
	    left: 10px;
	    top: 50%;
	    transform: translateY(-50%);
	}

.trgbl {
	font-size: inherit;
	text-align: left;
}

#page {
	min-height: 0px;
}

.rfc_home {
	font-family: "DIN Pro reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-family: "DIN Pro reg", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 16px;
	line-height: 120%;
	background-repeat: none;
	background-size: cover;
	background-attachment: fixed;
}

.slick-arrow {
	box-shadow: -7px 0 20px 29px #13487d;
}

.slick-arrow.slick-prev {
	box-shadow: 7px 0 20px 29px #13487d;
}

.slick-arrow.slick-prev::after, #fancybox-prev::after, #fancybox-prev::after, #fancybox-left::after {
	transform: translateY(-50%) translateX(-50%) rotate(180deg);
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
	left: 10px;
}

#rj_designs .owl-item.active.center .rfc_preview {
    transition: 0.3s;
    --i: 0;
    --sc: 1;
}

.slick-current.rj_card .cartSVG {
	filter: drop-shadow(0px 0px 5px black);
}

#rj_designs {
	padding: 50px 0px;
}

.rfc_blocks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	text-align: left;
	padding: 100px 25px;
	color: white;
    max-width: var(--container-small-width);
    width: 100%;
    margin: 0px auto;
    gap: 50px;
}

.rfc_blocks .content {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	flex-direction: column;
}

.rfc_blocks h2,  .rfc_blocks_tp h2{
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 25px;
	color: white;
}

.rfc_blocks h3 {
	font-size: 14px;
}


.rfc_usp {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 40px;
	margin-bottom: 25px;
}

.usp-icon {
    width: 40px;
    height: 40px;
    background: var(--rfc_orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    padding-bottom: 15px;

}

.usp-icon:after {
    content: '\2713';
}


.rfc_blocks p ,.rfc_blocks  .prct-descr {
	color: white;
	max-width: 400px;
	margin-top: 3px;
    line-height: 17px;
}

#rj_designs&gt;.btn {
	margin: 25px auto;
	display: block;
	width: max-content;
}	

.tac {
	text-align: center;
}


.rj_card .btn, .rj_card h2 {
	min-height: 60px;
	width: 100%;
	text-align: center;
}

.rj_card h2 {
	max-width: 300px;
}

.twocardsskewie {
	display: flex;
	align-items: center;
	justify-content: center;
}

.twocardsskewie&gt;div {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 15px;

}

.twocardsskewie&gt;div&gt;img {
	--i: 1;
	--y: 6vh;
	transform:translateY(-5vh);
    height: min(350px,29vw);
	transform:translateY(calc(var(--i) * var(--y))) perspective(400px) rotateY( calc(25deg * var(--i)) );
}


.twocardsskewie&gt;div&gt;img.first {
	--i: -1;
	align-self: flex-end;
}

.rfc_blocks .skewie, .rfc_blocks_tp .skewie, #video_cntr .skewie {
	height: 100%;
	aspect-ratio: 1;
	background: linear-gradient(var(--rfc_orange2), var(--rfc_orange));
	position: absolute;
	left: 50%;
	top: 0;
	--x: -50%;
	transform:translateX(var(--x)) skew(15deg);
}

.rfc_blocks .skewie.blue {
	--x: 0%;
	background: linear-gradient(#143b62, #11244e );
	left: auto;
	right: 0px;
	transform-origin: 50% 50%;
    scale: 0.75;
	transform:translateX(var(--x)) skew(15deg);
}

.rfc_blocks_tp .skewie {
	transform: translateX(var(--x)) skew(-15deg);
	aspect-ratio: 1.75;
}

#video_cntr .skewie {
    height: 125%;
    top: 50%;
    transform: translateX(var(--x)) translateY(-50%) skew(15deg);
}

#video_cntr {
	cursor: pointer;
	user-select: none;
}

#video_explainer .content {
    align-items: flex-start;
}

#video_cntr img.play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    max-width: 25%;
    z-index:999;
    transition: .15s;
    filter: drop-shadow(2px 4px 6px black);
}

#video_cntr:hover img.play {
    max-width: 22.5%;
    transition: .15s;
    filter: drop-shadow(2px 4px 12px black);
}


.combobox .group {
    display: grid;
    cursor: pointer;
    grid-template-columns: 1fr max-content;
}

.combobox input,
.combobox button {
  height: 32px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  outline: none;
}

#combobox_chosen {
    margin-top: 5px;
    height: 24px;
    display: grid;
    align-items: center;
    font-size: 12px;
    background: var(--rfc_orange);
    color: white;
    align-items: center;
    justify-content: center;
    width: max-content;
    grid-template-columns: max-content auto;
    column-gap: 10px;
    padding: 0px 10px;
    border-radius: 4px;
    user-select: none;
}

.combobox img {
	width: 16px;
	height: 16px;
	cursor: pointer;
	padding: 3px;
}

.combobox .times img {
	width: 19px;
}

#rfc_editor .combobox input {
  font-size: 87.5%;
  padding: 1px 1px 1px 10px;
  border-radius: 6px 0 0 6px;
}

#rfc_editor .combobox button {
    width: 32px;
    color: white;
    border-radius: 6px 6px 0 0;
    background: var(--rfc_orange);
    transform: rotate(90deg);
    font-size: 30px;
    font-family: 'obvia-expanded';
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 4px;
}

.combobox ul[role="listbox"] {
  margin: 0;
  padding: 0 !important;
  position: absolute;
  left: 0px;
  top: 32px;
  list-style: none;
  background-color: white;
  display: none;
  border: 1px solid var(--light-gray);
  max-height: 250px;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  cursor: pointer;
  z-index: 999;
    color: black;
}

.combobox ul[role="listbox"] li {
	
    align-items: center;
    margin: 0;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.combobox ul[role="listbox"] li[role="option"] {
    display: grid;
    grid-template-columns: 1fr max-content;
    border-bottom: 1px solid #ddd;
}

.combobox ul[role="listbox"] li[role="option"]:after {
	content: var(--c);
    background: var(--rfc_orange);
    color: white;
    padding: 5px 7.5px;
    opacity: 0;
    position: absolute;
    right: 0px;
}

[role="listbox"].focus [role="option"][aria-selected="true"]:after,
.combobox ul[role="listbox"] li[role="option"]:hover:after{
	opacity: 1;
}

/*.combobox .group.focus button {
  transform: rotate(270deg);
    border-radius: 0px 0px 12px 12px;
}*/

[role="listbox"].focus [role="option"][aria-selected="true"],
[role="listbox"] [role="option"]:hover {
  background-color: var(--rfc_grey);
}



@supports (animation-timeline: view()) {
	.twocardsskewie&gt;div&gt;img {
		scale: 0.6;
		opacity: 1;
		animation: fade-in linear forwards;
		animation-timeline: view();	
    	animation-range-start: 350px;
    	animation-range-end: 70vh;
	}

	.twocardsskewie&gt;div&gt;img.second {
		animation-delay: .25s;
	}



	.rfc_blocks .skewie.animate {
		animation: skewie ease-out forwards;
		animation-timeline: view();
    	
   		animation-range-start: 350px;
    	animation-range-end: 70vh;

		transform:translateX(var(--x)) translateY(200px) skew(15deg);
	}



}

	@keyframes fade-in {
		from { scale: 0.6; opacity: 1; transform:translateY(calc(var(--i) * var(--y))) perspective(400px) rotateY( calc(25deg * var(--i)) );}
		to { scale: 1; opacity: 1; transform:translateY(calc(var(--i) * var(--y) * -1)) perspective(400px) rotateY( calc(-25deg * var(--i)) );}
	}

	@keyframes skewie {
		from { transform:translateX(var(--x)) translateY(200px) skew(15deg); }
		to { transform:translateX(var(--x)) translateY(0px) skew(15deg); }
	}



.twocardsskewie .cartSVG {
    max-height: 40vh;
}


/*.rj_card:hover:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgb(255 255 255 / 22%);
	z-index: 9999;
}*/

a.btn:after {
	content: none;
}

.btn-red {
	background: #b33535;
}

.rj_card .btn {
	display: none;
	text-decoration: none;
}

	.rj_card:hover {
		text-decoration: none;
	}

	.rj_card:hover&gt;.btn {
		display: block;
	}

	.rj_card:hover h2 {
	    opacity: 0;
	    max-height: 0px;
	    min-height: 0px;
	    margin-top: -5px;
	    font-size: 0px;
	}
	
	.rj_cards .rj_hero {
		xxfloat: right;

	}

		.rj_cards .rj_hero img {
		    height: 100%;
		    width: auto;
		    max-height: 670px;
		}

	.rj_hero + h1 {
		margin: 50px 0px;
	}

#overlay-preview .cartSVG {
	max-height: calc( 100svh - 300px);
}

#rj_banners {
    height: 100%;
    width: max-content;
}

.btn.cta_mobile {
    margin-bottom: 15px;
    width: 80%;
    position: absolute;
    bottom: 0px;
    left: 10%;
}

#rj_banners_cntr {
	width: 100%;
	max-width: 1950px;
	margin: 0px auto;
	overflow: hidden;
}

	.rj_cards h1 {
		font-size: 300%;
		font-style: italic;
		color: black;
		padding-bottom: 25px;
		line-height: 150%;
	}

	.rj_banner {
		display: inline-flex;
		vertical-align: top;
		align-items: center;
		justify-content: center;
		color: white;
		width: max-content;
		--hrcolor: var(--rfc_orange);
	}

	.rj_banner hr {
		height: 3px;
		background: var(--hrcolor);
		width: 50%;
		border: none;
		outline: none;
		margin: 20px auto;
	}

	.rj_banner.left hr {
		margin: 20px 0px 20px auto;
	}

	.rj_banner .btn {
		padding: 12px 25px !important;
		margin-top: 25px;
	}

	.far_left.rj_banner&gt;div {
	    text-align: left;
	    align-items: flex-start;
	    padding-left: 10%;
	}

	.far_left.rj_banner hr {
		margin: 20px auto 20px 0px;
	}

	.hero-steps {
	    position: absolute;
	    left: 10px;
	    bottom: 10px;
    	opacity: 0.75;
	}

	.hero-steps span {
	    width: 12px;
	    height: 12px;
	    border: 1px solid white;
	    border-radius: 50%;
	    display: inline-block;
	    margin: 0px 2.5px;
	    transition: .75s;
	    background: transparent;
	    cursor: pointer;
	}

	.hero-steps span.active {
	    background: white;
	    transition: .75s;
	}


	.rj_banner&gt;div {
		position: absolute;
		left: 0;
		top: 0;
		width: 60%;
		height: 70%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
    	text-shadow: 1px 1px 2px black;
    	filter: drop-shadow(0px 0px 50px black);
		transform: translateY(100px);
		transition: 1s;
		transition-delay: .5s;
		opacity: 0;
	}

	.rj_banner.left&gt;div {
	    align-items: flex-end;
	    text-align: right;
	}

	.rj_banner h4 {
		max-width: 500px;
	}

	.rj_banner picture {
		width: 100%;
		height: auto;
		position: absolute;
		inset: 0;
		object-fit: contain;
		transform: scale(0.9) translateY(100px);
		transform-origin: 50% 50%;
		transition: 1s;
		opacity: 0;
	}
	
/*	.rj_banner.active&gt;div {
		transition-delay: .5s;
	}*/

	.rj_banner.active picture, .rj_banner.active&gt;div {
		transform: scale(1) translateY(0px);
		transition-duration: 1s;
		opacity: 1;
	}

	.rj_banner .backg {

		opacity: 1;
		transform: none;
		position: relative;
		left: 0;
		top: 0;
	}

	.rj_banner h4 span {
		color: var(--rfc_orange);
	}

	.rj_cards h1 span {
		color: var(--rfc_orange);
		font-size: 125%;
	}

	.rj_cards h2, .rj_banner h2 {
		font-style: normal;
		font-size: clamp(22px, 2vw, 55px);
		color: var(--rfc_blue_dark);
		line-height: 1.5;
		max-width:clamp(450px, 25vw, 800px);
	}	
	
	.rj_banner h2 {
		color: white;
	}

	.rj_banner h2 span {
		color: var(--rfc_orange);
	}

	.rj_banner h4  {
		font-size: clamp(15px, 1vw, 30px);
		line-height: 1.5;
		font-style: italic;
	}

	.rj_banner img {
		width: 100%;
		height: auto;
	}

	.rj_faq {
		padding: 10px;
	}

	.rj_cards .rj_card {
		text-align: center;
		margin-bottom: 50px;
		margin-right: 50px;
		max-width: 265px;
	}

	.rj_text {
		margin-bottom: 50px;
	}


	.rj_card h2 {
		display: inline-block;
		color: white;
		margin-top: 10px;
	}

	.rj_cards_list .rj_card h2 {
		color: black;
		max-width: 300px;
	}

	.rj_cards_list .rj_card {
		padding: 0px;
		margin: 0px;
	}

	.rj_card sub {
		padding-left: 10px;
	}


.rfc_card {
	display: inline-flex !important;
	row-gap: 15px;
	margin: 22.5px;
}	

h2.lrg, h2 .lrg {
	font-size: 32px;
	color: var(--rfc_orange);
	text-transform: uppercase;
    max-width: 80%;
    display: block;
    margin: 0px auto;
}

#footer&gt;div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: flex-start;
}

.footer-item {
    font-size: 16px;
    line-height: 1.5;
}

.socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}

.footer-item:last-child {
	align-items: flex-start;
}

.footer-item:last-child {
	align-items: flex-start;
}

.socials a {
    width: 40px;
    height: 40px;
    background: var(--rfc_orange);
    display: flex;
    justify-content: center;
    align-items: center;

    transform: skew(-15deg);
}
.socials svg {
    fill: white;
    width: 22px;
    height: 22px;

    transform: skew(15deg);
}

#cntFrm {
    color: white;
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
}
#cntFrm input[type="text"], #cntFrm textarea {
	background: white;
	color: black;
	padding: 12px 12px;
	margin-bottom: 7.5px;
}

#cntFrm input[type="button"] {
	margin-top: 15px;
}

#cntFrm label {
	text-transform: inherit;
	margin-bottom: 2.5px;
}

#footer&gt;img {
    position: absolute;
    bottom: 0;
    right: 10%;
    height: 125%;
}

.footer-item h3 {
	font-size: 175%;
}

#footer&gt;.mollie-bar {
    justify-content: flex-start;
    align-items: center;
    column-gap: 15px;
    padding: 15px 0px;
    display: flex;
}

	.mollie-bar img {
		height: 30px;
	}

.orng {
	color: rgba(232, 75, 15, 1);
}

.footer-item a {
	color: white;
}

.rj_btmm {
	cursor: pointer;
	transform: skew(-10deg);
	background: rgba(232, 75, 15, 1);
	color: #fff;
	position: absolute;
	bottom: 0px; 
	left: 0px;
	width: 100%;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.rj_faq .hdr {
	padding: 15px 30px;
	background: linear-gradient(90deg, var(--rfc_blue), var(--rfc_blue_dark));
	color: #fff;
	font-weight: bold;
	font-size: 120%; 
	margin-top: 15px;
	cursor: pointer;
    clip-path: polygon(15px 0px, 100% 0px, calc(100% - 15px) 100%, 0% 100%);
}

.rj_faq .hdr:after {

	content: 'â€º' ;
	position: absolute;
	right: 30px;
	transform: rotate(90deg);
}

.rj_faq .cnt {
    padding: 20px;
    margin-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    background: white;
}

.xtac {
	margin-top: 50px;
	max-width: 1000px;
	margin: 0px auto 50px auto;
}

.xtac.small {
	max-width: 700px;
}

.xtac.small h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 25px;

}

.xtac .content {
	padding: 50px;
}

.rfc_steps {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 15px;
    color: white;
    margin-bottom: 25px;

}

.rfc_steps&gt;div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
}

.rfc_steps&gt;div:nth-child(2n) {
   padding-left: 52px;
}

.rfc_steps .rfc_shield img {
	width: 33px;
	height: auto;
}

.rfc_steps .rfc_shield:after {
    content: var(--c);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    width: 50px;
    height: 50px;
    top: calc(50% - 27px);
    left: calc(50% - 25px);
    font-family: 'obvia-expanded';

}
#rfc_steps_img {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#rfc_steps_img #images {
	--ww: min(400px, 30vw);
    width: var(--ww);
    overflow: hidden;
}

#rfc_steps_img #images&gt;div {
	width: max-content;
	height: 100%;
    display: flex;
}

.fancy_chevrons {
	height: min(75px, 6vw);
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}

#rfc_steps_img #images&gt;div img {
	width: var(--ww);
	height: auto;
}

.rfc_steps ~ .btn {
	margin-left: 53px;
}

.rfc_steps&gt;div&gt;div:nth-child(2) {
	width: 100%;
	max-width: 350px;
}

.rfc_steps&gt;div&gt;div:nth-child(2) {
    width: 100%;
    max-width: 350px;
    text-align: left;
}

.rfc_steps&gt;div {
	opacity: 0.5;
	transition: .5;
}

.rfc_steps&gt;div.active {
	opacity: 1;
	transition: .5;
}

div.rfc_preview {
	transition: .3s;
    --a: 25deg;
    --sc: 1;
    transform: perspective(400px) rotateY(calc(var(--i,0)*var(--a))) scale(var(--sc));
}

#rj_designs .rfc_preview {
	--i: 1;
	--sc: 0.9;
}

#rj_designs .owl-item.active.center ~ .owl-item .rfc_preview {
	--i: -1;
	--sc: 0.9;
}

.rj_cards_list .rj_card .rfc_preview {
	--a: 20deg;
	--sc: 1;
}

.rj_cards_list .rj_card:hover .rfc_preview {
	--i: 1;
}

#rj_designs .rj_card:hover .rfc_preview {
	--i: 0 !important;
	--sc: 1 !important;
}

.header-top {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
}

#header nav {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 150px;
}

#header nav a {
    font-family: "obvia-expanded", sans-serif;
}

#header nav a.btn.fancy {
	padding: 10px 25px !important;
	font-size: 16px;
}


.rj_card:after {
    content: var(--badge);
    position: absolute;
    right: -61px;
    top: 15px;
    background: var(--rfc_orange);
    width: 200px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: block;
    transform: rotate(42deg);
    line-height: 40px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    background: linear-gradient(90deg,  var(--rfc_orange2), var(--rfc_orange), var(--rfc_orange2));
    transition: .3s;
    text-shadow: 0px 0px 2px #4d1507;
}

.owl-nav  {
    position: absolute;
    left: 50px;
    top: calc(50% - 25px);
    width: calc(100% - 100px);
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, #tp_buttons button.owl-next, #tp_buttons button.owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--rfc_orange);
    width: 50px;
    height: 50px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    outline: none;
    border: none;
    transition: .3s;
}

.owl-carousel button.owl-dot {
	display: none;
}

.owl-carousel .owl-nav button span, #tp_buttons button span {
    font-size: 30px;
    font-family: 'obvia-expanded';
    line-height: 50px;
    margin-top: -5px;
}

.owl-carousel .owl-nav button.owl-next, #tp_buttons button.owl-next {
    left: auto;
    right: 0px;
}

#tp_buttons {
	margin-top: 25px;
}

#tp_buttons, #tp_buttons .owl-nav {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	width: auto;
	height: auto;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
}

#tp_buttons button.disabled {
	background: white;
	color: var(--rfc_orange);
}

#tp_buttons button.owl-next, #tp_buttons button.owl-prev {
	position: relative;
	top: auto;
	bottom: auto;
}


#rfc_form .overlay-header, #rfc_form .overlay-header&gt;div  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rj_cards [data-def="true"][data-id="14"] {
	display: none;
}

.slick-arrow::after, #fancybox-right::after, #fancybox-left::after {
    border-radius: 0px;
    transform:translateY(-50%) translateX(50%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
    right: 10px;
}

#rfc_editor svg {
    filter: drop-shadow(0px 0px 51px var(--rfc_orange));
    transition: .75s;
}


.btn.btn-pill {
	border-radius: 50px;
	padding: 10px 20px !important;
	font-size: 14px;
	margin-right: 10px;
}

.copyText&gt;* {
    padding: 10px 10px !important;
    font-size: 14px;
    margin: 0px;
}
.copyText {
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: stretch;
    width: 100%;
}

.copyText svg {
	color:rgb(33, 240, 56) ;
	filter: none;
}

.copyText input {
	border-radius: 25px 0px 0px 25px;
}

.copyText div {
	border-radius: 0px 25px 25px 0px;
	display: flex;
    align-content: center;
    justify-content: center;
    column-gap: 10px;
}





	.dropzone * {
	    z-index: inherit !important;
	}

.rj_filters {
	display: grid;
	grid-template-columns: max-content 1fr;
}

.rj_filters #frm_filter {
	background: var(--rfc_grey);
    padding: 25px 25px 25px 25px;
    min-width: 300px;
}

.rj_filters #frm_filter .times {
	display: none;
}

#filterBtn {
	display: none;
}

.cta_mobile {
	display: none;
}

.collabsible&gt;label {
	font-family: 'obvia-expanded';
	color: var(--rfc_blue);
}

.collapsible-content&gt;label {
	cursor: pointer;
}

.collabsible&gt;label::before {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: 0px;
}

.collabsible.collapsed&gt;label::before {

    top: calc(50% - 5px);
    margin-top: 0px;
}

.collabsible .collapsible-content input[type="checkbox"]+span:after, .list input[type="checkbox"]+span:after {
	background-color: var(--rfc_orange);
}

.collabsible .collapsible-content&gt;label&gt;* {
	font-size: 12px;
}

.collabsible :checked + span, .list :checked + span {
	color: var(--rfc_orange);
}

.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    background: var(--rfc_blue);
    xxborder-top: 7.5px solid var(--rfc_orange);
    xxborder-bottom: 7.5px solid var(--rfc_orange);
}

.gallery:before, .gallery:after {
	width: 100%;
	height: 7.5px;
	background: var(--rfc_orange);
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 99;
}

.footer-item a {
	display: ;
}

.gallery:after {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

@supports (animation-timeline: view()) {
	.gallery:before, .gallery:after {
		width: 0;
		animation: line-in linear forwards;
		animation-timeline: view();
    	animation-range: 0px 500px;
	}

}

@keyframes line-in {
	from { width:0; }
	to { width:100%; }
}



.gallery img:nth-child(18), .gallery img:nth-child(2), .gallery img:nth-child(5), .gallery img:nth-child(6) {
    grid-column: auto / span 2;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 50vh;
    max-height: 750px;

}

#hoe-werkt-het {
	background: var(--rfc_dark);
}

#hoe-werkt-het, #hoe-werkt-het p, #hoe-werkt-het h2, #hoe-werkt-het h3 {
	color: white;
}

.gradient_vert {
	background: linear-gradient(var(--rfc_dark), var(--rfc_blue));
}

.owl-nav.disabled {
	display: none;
}

/* */

.owl-stage-outer {
	overflow: hidden;
}

#tp_inner{
	width: 100%;
	overflow: initial;
}

#tp_inner_scroll{
 	width: 100%;
	display: flex;
	align-items: center;

 }

.owl-carousel-sm .owl-stage {
    display: flex;
    align-items: stretch;
}



.wcam {
	--wcam_ratio: 4/3;
}

.wcam #video {
  width: 100%;
  aspect-ratio: var(--wcam_ratio);

}

.wcam #canvas {
	display: none;
}

.wcam #photo {
  width: 100%;
  aspect-ratio: var(--wcam_ratio);
}

.wcam .camera, .wcam .output {
  width: 500px;
  aspect-ratio: var(--wcam_ratio);
}

.show_buttons_inline .rfc_photo_buttons_inline {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    column-gap: 5px;
}

.show_buttons_inline .cou.fancy, .show_buttons_inline .dropzone {
	max-width: none;
    margin: 0px;
    font-size: 11px;
    padding: 12.5px 10px 12.5px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    row-gap: 5px;
    line-height: 1.2;
    font-weight: normal;
    width: min-content;
}

.show_buttons_inline .dropzone span {

	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	row-gap: 5px;
}

.cou.fancy svg, .dropzone svg {
	fill: currentColor;
	filter: none !important;
	width: 18px;
}

	#anopic b {
		font-weight: normal;
	}
	

	.show_buttons_inline .rfc_photo_buttons_inline&gt;* {
   		width: calc((100% - 10px) / 3) !important;
	    display: flex;
	    align-items: stretch;
	    justify-content: space-between;
	}

	.show_buttons_inline  .rfc_values_mobile .rfc_photo_buttons_inline * {
		background: var(--rfc_blue);
	}

	.show_buttons_inline  .rfc_values_mobile #zoom_buttons {
		background: rgb(18 59 99 / 68%);
	}

	#zoom_buttons:before {
	    width: 100%;
	    content: 'zoom';
	    position: absolute;
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    text-align: center;
	    background: none;
	    color: white;
	    line-height: 14px;
	}

    #zoom_buttons .btn.resize_btn {
	    height: calc(50% - 8px);
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    font-size: 35px;
	    line-height: 35px;
	    padding: 12px !important;
	    margin: 0px;
	    margin: 0px;
	    font-weight: normal;
	    text-align: center;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	    background: var(--rfc_blue);
	}

	#zoom_buttons .btn.resize_btn:nth-child(1) {
	    xxclip-path: polygon(0% 0%, 97.5% 0%, 0% 97.5%, 0% 97.5%);
	}

	#zoom_buttons .btn.resize_btn:nth-child(2) {
	    xxclip-path: polygon(100% 2.5%, 100% 0%, 100% 100%, 2.5% 100%);

    		top: auto;
    		bottom: 0px;

	}

	#zoom_buttons {
		display: none;
	}

	#rfc_values .rfc_values_popup,#rfc_values  .rfc_values_header {
		display: none;
	}

	#rfc_values.rfc_values_mobile {
		grid-template-columns: 1fr;
	}

	.rfc_values_content&gt;div {
		width: 100%;
    	display: grid;
    	grid-template-columns: 1fr 1fr;
    	gap: 25px;
	}

	.grouppp_buttons {
		display: none;
	}

	#page:has(#rfc_editor) { 
		background: linear-gradient(var(--rfc_dark), var(--rfc_blue)); 
		max-width: none; 
    	padding: 90px 0px 0px 0px !important ;
    }

    .grouppp_block[data-type="dynamic"]{
    	display: none;
    }



@media screen and (min-width: 1650px){
	.rj_banner&gt;div{
		height: 100%;
	}
}

@media screen and (max-width: 1500px){
	.rj_cards_list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (max-width: 1350px){
	#footer&gt;img {
		right: 5%;
	}

	.rfc_blocks_tp&gt;div:first-child&gt;div {
		margin-left: 25px;
	}


	.rfc_blocks_tp&gt;div {
		width: calc(100vw - 500px);
	}

	.rfc_blocks_tp&gt;div:first-child {
		width: 400px;
	}

	.rfc_blocks_tp .skewie {
		--x: 0%;
	}


}

@media screen and (max-width: 1300px){

	 .grouppp_block[data-type="dynamic"]{
    	display: block;
    }


	#rfc_values .rfc_values_header::-webkit-scrollbar {
		display: none;
	}


	.rfc_dragger .cartSVG {
	    width: 100%;
	    max-width: none;
	    height: auto;
        max-height: 50svh;
	}

	.overlay .zoom_buttons {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		gap: 5px;
	}

	#page:has(#rfc_editor) { 
		min-height: 100svh;
	}

	.rfc_spinner_bars_cntr {
		width: 100%;
		height: 263px;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	#rfc_editor .rfc_card {
		gap: 0px;
		margin-bottom: 10px;
	}

	
	.scroll_cntr {
        width: 100svw;
        overflow-x: scroll;
    }

    .scroll_cntr .img_flex {
        display: flex;
        gap: 10px;
        width: max-content;
        height: 100%;
    }

    .scroll_cntr .img_flex .rfc_card {

        overflow: visible;
    }

    #rfc_editor .grouppp_cntr .scroll_cntr .img_flex .rfc_card #rfc_view_cntr {
    	height: calc( var(--maxheight) - 125px);
    	width: 200px;
    }

    body:has(.rfc_values_mobile).preview_rfc_mobile #rfc_editor #rfc_view_cntr {
    	transition: .75s;
        max-height: 100svh;	
    }

    body:has(.rfc_values_mobile).preview_rfc_mobile #rfc_editor .cartSVG {
    	max-width: 95svw;
    	width: 100%;

    }


	body:has(.rfc_values_mobile)  #rfc_editor .rfc_zoom_btn.btn {
		display: none;
	}

	body:has(.rfc_values_mobile) .rfc_trigger_btn {
		display: none;
	}

	#rfc_editor svg {
			filter: drop-shadow(0px 0px 25px var(--rfc_orange));
			transition: .75s;
	}

	.rfc_values_popup&gt;span {
		transform: rotate(90deg);
	    line-height: 35px;
	    width: 35px;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	    display: flex;
	    padding-bottom: 3px;
	    font-size: 35px;
		transition: .5s;
	}

	.preview_rfc_mobile .rfc_values_popup&gt;span {
		transform: rotate(270deg);
		transition: .5s;
	}

	.preview_rfc_mobile #rfc_editor #rfc_form {
		max-height: 10px !important;
		transition: .75s;
	}



	#rfc_values.rfc_values_mobile {
		display: grid;
		grid-template-rows: max-content 1fr;
        gap: 0px;
        padding: 0px !important;
        height: 100%;
	}

	#rfc_values .rfc_values_header {
        display: flex !important;
        align-items: center;
        grid-column: auto !important;
        flex-direction: row;
        justify-content: space-between;
        padding: 0px 10px;
        width: 100%;

        margin-left: auto;
        margin-right: auto;
        opacity: 1;


        overflow-x: scroll;
        overflow-y: hidden;
        border-radius: 20px 20px 0px 0px;
    }


	.preview_rfc_mobile #rfc_values .rfc_values_header {
		
        opacity: 0;
	}

    #rfc_values .rfc_values_header&gt;div {

        display: flex !important;
        align-items: center;
        grid-column: auto !important;
        flex-direction: row;
        justify-content: space-between;
        gap: 0px;
        width: max-content;

    }

    	#rfc_values .rfc_values_header&gt;div&gt;div {
		    width: 90px;
		    padding: 5px;
		    cursor: pointer;
		}

		#rfc_values .rfc_values_header&gt;div&gt;div:before {
			content: '';
			position: absolute;
			inset: 5px 0px;
			border-radius: 25px;
			background: transparent;
			transition: .3s;
		}

		#rfc_values .rfc_values_header&gt;div&gt;div:hover:before {
			xxbackground: rgba(0,0,0,0.1);
			transition: .3s;
		}

		.rfc_values_header span {
		    position: absolute;
		    left: 10px;
		    display: block;
		    width: calc(100% - 20px);
		    text-align: center;
		    text-transform: capitalize;
		    background: none;
		    border-radius: 25px;
		    font-size: 80%;
		    text-transform: uppercase;
		    color: var(--rfc_orange);
		    line-height: 26px;
		}


        #rfc_values .rfc_values_header h3 {
        margin: 0px auto !important;
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 13px !important;
        padding: 13px 10px;
        color: var(--rfc_blue);
        width: 100%;
        text-align: center;
        justify-content: center;
        transform: translateY(6px);
    }

	#rfc_values .rfc_values_header&gt;div:before {
		content: '';
		background: #eee;
		width:calc(100% / var(--steps));
		height: calc(100% - 10px);
		border-radius: 50px;
		position: absolute;
        left: calc(var(--step) * calc(100% / var(--steps)));
        transition: left .75s;
		top: 5px;
	    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
	}


	#rfc_values .rfc_values_content {
        width: 100%;
        overflow: hidden;
        padding: 0px !important;
        height: 100%;

        max-width: min(var(--maxwidth), 100svw);
        margin-left: auto;
        margin-right: auto;
        border-radius: 0px 0px 25px 25px;
	}

	#rfc_values .rfc_values_content&gt;div {
		width: max-content;
		display: flex;
		align-items: stretch;
        flex-direction: row;
        height: 100%;
        left: calc(var(--step)* -100%);
        transition: left .75s;
	}

	#rfc_values.rfc_values_mobile .grouppp_cntr {
        width: min(var(--maxwidth), 100svw);
        background: white;
        display: grid;
        grid-template-rows: 1fr max-content;
        align-items: stretch;
        color: black;
        padding: 0px !important;
        margin: 0px !important;
    }

    #rfc_values.rfc_values_mobile #currentPic .currentPic_choser .currentPic_img {
    	font-size: 80%;
        border: 2px solid #ddd;
    }

    #rfc_values.rfc_values_mobile #currentPic .currentPic_choser .currentPic_img:has(&gt;input:checked) {
    	border: 2px solid var(--rfc_orange);
    }


	body:has(.rfc_values_mobile) #rfc_after, body:has(.rfc_values_mobile) #seeeo_rfc2,body:has(.rfc_values_mobile) #seeeo_rfc1 {
		display: none;
	}

	#rfc_form:has(.rfc_values_mobile) {

        --maxwidth: 700px;

		padding: 0px !important;
        width: 100%;
        overflow: visible;
        background: white;
        height: var(--maxheight);
        transition: .57s;
        border-radius: 25px;
        margin-right: 25px;

	}

	.grouppp_buttons {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 5px 10px;
	}

	.rfc_values_mobile .grouppp_cntr .grouppp {
		xxdisplay: block;
	}

	.rfc_values_mobile label:has(input[name="pic_orig"]){
		display: none;
	}

	.btn-slanted {
		border-radius: 0px;
		clip-path: polygon(15px 0%, 100% 0%, calc(100% - 15px) 100%, 0% 100%);
        padding: 12.5px 25px !important;
        margin: 0px;
	}

	.btn-not-slanted {
		background: none;
        padding: 12.5px 25px !important;
        cursor: pointer;

	    font-size: 15px;
	    font-weight: bold;
	    font-style: normal;

    	font-family: 'raleway';
	}


	#currentPic img {
	    width: 100px;
	    height: 100px;
	}

	.currentPic_choser {
    	column-gap: 15px;
    	max-width: 250px;
	}

	 #rfc_editor .rfc_values_mobile input,  #rfc_editor .rfc_values_mobile select {
		background: #eee;
		padding: 7px 8px !important;
		margin-bottom: 2px;
		font-size: 16px;
	}

	#rfc_form .rfc_values_mobile , #rfc_form .rfc_values_mobile   p {
		color: black;
		padding: 0px 5px;
	}

	.rfc_values_mobile .grouppp_cntr[data-step="4"], .rfc_values_mobile .grouppp_cntr[data-step="2"] {
		--columns: 1 !important;
	}



	.griddd b {
        line-height: 34px;
	}

	#rfc_editor .rfc_values_mobile .griddd {

        padding-bottom: 2.5px;
        padding-bottom: 0px;
        border-bottom: 1px solid #eee;
        margin-top: 2.5px;
	}



	#rfc_values {
		grid-template-columns: 1fr !important;
	}

	#rfc_values&gt;div { 
		grid-column: 1 !important;
	}

	#rfc_values&gt;div:nth-child(1) {
		display: grid;
		grid-template-columns: 1fr;
	}



	#rfc_values&gt;div:nth-child(3)&gt;div {
		--columns: 1 !important;
	}

	#rfc_form .overlay-header-cntr {
		display: none;
	}

	.grouppp_block {
		flex-direction: row;
		gap: 0px;
	}

	.grouppp_block.no-mobile {
		display: none;
	}


	#rfc_values .rfc_values_content&gt;div {
		gap: 0px;
	}

	.cou:hover, .dropzone:hover, .btn:hover {
		opacity: 1;
	}

	.grouppppname {
		display: none;
	}

	#rfc_editor .grouppp_cntr .rfc_preview #rfc_view_cntr {
		height: 25svh;
	}

	#rfc_editor .grouppp_cntr .rfc_preview svg {
		filter: none;
	}

	#rfc_editor {
		--maxheight: 595px;
		align-items: center;
	}

	#rfc_form:has(.rfc_values_mobile) {
		--maxwidth: 500px;
	}



	#rfc_editor .grouppp_cntr .rfc_preview svg {
		height: 100%;
		width: 100%;
	}

	#rfc_editor .grouppp_cntr .rfc_preview  #rfc_view_cntr {

    	max-height: 300px;
    	height: 300px;
	}

}

@media screen and (max-width: 1000px){



	.rfc_last_step #rfc_editor .grouppp_cntr .rfc_preview #rfc_view_cntr {
		height: auto;
		width: 100svw;
		height: 100svh;
        max-width: 100svw;
        max-height: 75svw;
	}




    .rfc_last_step #rfc_editor:has(.rfc_values_mobile){

        --maxheight: 100%;
        grid-template-rows: 75px 1fr;
        transition: .5s;
    }

    body.rfc_last_step:has(.rfc_values_mobile) #rfc_editor&gt;#rfc_view_cntr {
    	max-height: 0svh;
    }


	

	.rfc_last_step #rfc_values  .rfc_values_popup {
		display: none;
	}


	#rfc_values .rfc_values_header { 

        max-width: min(var(--maxwidth), 100svw);
	}	

	#rfc_editor {
		--maxheight: 395px;
	}

	#rfc_values .rfc_values_content {
		border-radius: 0px;
	}

	#rfc_form:has(.rfc_values_mobile) {
		--maxwidth: 700px;
		margin-right: 0px;
        border-radius: 20px 20px 0px 0px;
	}

	body:has(.rfc_values_mobile) #rfc_editor #rfc_view_cntr {
        height: auto;
        transition: 0.75s;
        position: relative;
        max-height: 42svh;
    	transition: .75s;
    	margin-top: 15px;
    }

	#rfc_values  .rfc_values_popup {
	    position: absolute;
	    right: 35px;
	    bottom: 100%;
	    background: white !important;
	    width: 75px;
	    height: 30px;
	    display: block;
	    border-radius: 20px 20px 0px 0px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	   	font-family: 'obvia-expanded';
        color: var(--rfc_orange);
        font-size: 30px;
        cursor: pointer;
	}
	
	.rfc_scroll #header {
		transform: translateY(-125%);
		transition: .5s;
	}

	.rfc_scroll.sub-shop #page {
		padding-top: 0px !important;
		height: 100svh;
		transition: .5s;
	}

	.rfc_scroll #rfc_editor {
		height: 100svh;
		transition: .5s;
	}

	.rfc_scroll #page {
	}

	.img_flex {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.xtac.small {
	    color: white;
	}

	#rfc_editor #faw {
		background: white;
	}

	#tp_inner_scroll {
   		 width: 100vw;
	}

	#tp_inner {
		overflow: initial;
	}

	.owl-carousel-sm .owl-stage .owl-item {
		padding: 0px 25px;
	}

	.tp_block {
		width: 100%;
		min-width: auto;
		min-height: 0px;
		height: auto;
	}

	.rfc_blocks_tp {
		flex-direction: column;
	}

	.rfc_blocks_tp&gt;div:first-child {
		margin-top: 0px;
	}

	.rfc_blocks_tp&gt;div:first-child, .tp_content, .rfc_blocks_tp&gt;div:first-child&gt;div {
		justify-content: center;
		margin-left: 0px;

    		text-align: center;
    		align-items: center;
    	max-width: 80vw;
	}



	.rfc_blocks_tp&gt;div {
		width: 100% !important;
		margin-top: 50px;
	}


	#footer&gt;div {
		grid-template-columns: 1fr;
		align-items: center;
	}

	#footer&gt;.mollie-bar {
	    flex-direction: row;
	    justify-content: center;
	    flex-wrap: wrap;
	    row-gap: 15px;
	}

	#footer&gt;img {
		display: none;
	}

	.footer-item {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	    flex-direction: column;
	}

	.rfc_blocks .skewie.blue {
		left: auto;
		right: 5vw;
	}

	.gallery img { 
		height: 35vh;
	}

	.gallery img:nth-child(4n + 3), .gallery img:nth-child(4n + 2){
		 grid-column: auto / span 2;
	}
	
	.gallery img:nth-child(4n + 1), .gallery img:nth-child(4n ){
		 grid-column: auto / span 3;
	}

	.rj_cards_list {
		grid-template-columns: 1fr 1fr;
	}

	.step-block[data-step="2"] #edit_rfc_card {
		display: none;
	}	

	#rfc_editor #rfc_view_cntr {
		top: auto;
        height: 40svh;
        padding: 0px 7.5px 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column;
	}

	#rfc_editor #rfc_view_cntr .rfc_trigger {
		width: 50%;
		height: 100%;
		position: absolute;
		left: 25%;
		top: 0;
		z-index: 8050;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: white;
		font-size: 22px;
	}

	#rfc_view_cntr .overlay-header {
		display: none;
	}

	#rfc_form {
		overflow-y: scroll;
    	overflow-x: hidden;
	}

	#rfc_editor {
		margin-top: 0px;
	}

	.dropdown .dropdown-content {
		top: calc(var(--header-height) + 10px);
	}

	#rfc_editor {
		height: calc(100svh - 90px);
        grid-template-columns: 1fr;
        grid-template-rows: max-content 1fr;
        transition: .5s;
	}

	#rfc_editor:has(.rfc_values_mobile) {

        grid-template-rows: 1fr max-content;
        overflow: hidden;
        transition: .5s;
	}

	#rfc_view_cntr .cou {
		display: none;
	}

	.preview_rfc_mobile #rfc_editor #rfc_form{
        height: 5px !important;
	}


	.preview_rfc_mobile #rfc_editor #rfc_view_cntr{
		height: 100svh;
		transition: .3s;
	}

	.preview_rfc_mobile #rfc_editor .overlay-header-cntr  .times {
		opacity: 1;
		transition: .5s;
	}

	#rfc_editor .cartSVG {
    	height: 100%;
    	max-width: 90svw;
    	max-height: none;
    	margin: 0;
    }

    .preview_rfc_mobile #rfc_editor .zoom_buttons {
	    position: fixed;
	    z-index: 9999;
	    left: 10px;
	    top: 115px;
	    width: calc(100% - 20px);
	}

    .preview_rfc_mobile #rfc_editor #rfc_view_cntr .rfc_trigger {
    	display: none;
    }


/*
     .preview_rfc_mobile #rfc_editor  #currentPic {

     }
*/
    .preview_rfc_mobile .rfc_trigger_btn {
    	margin-top: 15px;
    	display: block;
        position: absolute;
        bottom: 25px;
    }

    #rfc_editor #rfc_view_cntr .rfc_trigger:after {
		content: none;.
	}

	.preview_rfc_mobile #rfc_editor .cartSVG {
    	max-height: calc(100svh - 200px);
    	height: max-content;
    	width: 90svw;
	}

	#rfc_editor #rfc_values {
		padding: 0px 5px;
	}

	.grouppp_cntr {
		padding: 0px;
		padding-bottom: 10px;
	}

	.grouppp_cntr h3 {
        padding: 10px 20px;
        color: white;
        margin-top: 0px;
        text-align: center;
        font-size: 15px;
    }

    .combobox input, .combobox button {
    	height: 37px;
    }

    #rfc_editor .combobox button {
    	width: 37px;
    }

    .combobox ul[role="listbox"] {
    	top: 37px;
    }

    .combobox ul[role="listbox"] li {
    	padding-top: 7.5px;
    	padding-bottom: 7.5px;
    }



	.header-top {
		display: flex;
		justify-content: space-between;
	}




}



@media screen and (max-width: 700px){

	#page:has(#rfc_editor) { 
		padding: 55px 0px 0px 0px !important ;
	}


	.cou {
		margin-bottom: 10px;
		font-size: 14px;
	}

	#rfc_editor {
		height: calc(100svh - 55px);
	}
	
	.rfc_helper {
        margin: 5px 10px;
    }


	.dropzone {
		align-items: center;
		justify-content: center;
	}

	.dropzone span {

    flex-direction: column;
	}

	#header {
	    background: none;
	    padding-top: 5px;
	}

	.scrollHeader #header {
		background: white;
	}

	.header-top {
		width: 100%;
		padding: 0px 5px;
	}

	.rfc_home #header .header-top{
		background: linear-gradient(90deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 58%));
		transition: background 1s;
	}

	.rfc_home #page {
		padding-top: 0px !important;
	}

	.scrollHeader #header .header-top, #header .header-top  {
		background: linear-gradient(90deg, var(--rfc_blue), var(--rfc_blue_dark));
		transition: background 1s;
	}

	.rfc_home #header:after {
		background: transparent;
	}

	.scrollHeader.rfc_home #header:after {
		xxbackground: white;
	}
	



	.rfc_blocks h2, .rfc_blocks_tp h2 {
		text-align: center;
		font-size: 24px;
		
	}

	* {
		animation-range-start: 0px !important;
	}

	#footer {
	    background: linear-gradient(180deg, rgb(18, 59, 99), #021849);
	}

	.rfc_blocks .skewie.blue {

	    --x: -50%;
	    left: 50%;
	    right: auto;
	}

	#rfc_steps_img {
		justify-content: center;
	}

	.rfc_blocks {
		grid-template-columns: 1fr;
	}

	.rfc_blocks&gt;div {
	    padding: 0px 25px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}

	.gradient_vert .rfc_blocks {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column-reverse;
		row-gap: 50px;
	}

	.rfc_steps ~ .btn {
		margin-left: 0px;
	}

	.rfc_steps&gt;div {
		opacity: 1;
	}


	#rfc_steps_img #images {
		--ww: 50vw;
	}

	.twocardsskewie {
		margin-bottom: 50px;
		padding: 0px !important;
	}

	.twocardsskewie&gt;div&gt;img {
		height: min(350px,65vw);
		--y: 8vw;
	}

	.show_filters {
		overflow: hidden;
	}

	body.show_filters:after {
	    content: '';
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    backdrop-filter: blur(3px);
	}


	#filterBtn {
		display: block;
		width: max-content;
		margin: 5px 0px 5px auto;
	}

	.rj_filters {
		grid-template-columns: 1fr;
	}

	#frm_filter {
		position: fixed;
		top: 65px;
		width: max-content;
		left: 0;
		z-index: 8999;
		transform:translateX(-100%);
		transition: .3s;
		height: calc(100vh - 65px);
		overflow-y: auto;
	}

	.rj_filters #frm_filter .times {
	    display: flex;
	    transform: rotateX(180deg);
	    height: 35px;
	}

	#frm_filter&gt;div {
		height: max-content;
	}

	#frm_filter::-webkit-scrollbar {
		display: none;

	}

	.show_filters #frm_filter { 

		transform:translateX(0%);
		transition: .3s;
	}

	.rfc_home {
		margin-top: -20px;
	}

/*	.rj_banner .btn.cta_mobile {
		display: block;
	}
*/
	.rj_banner hr {
		margin: 10px auto !important;
	}

	.pdnz&gt;.inn&gt;div {
		column-gap: 10px;
	}

	.rj_banner&gt;div {
		width: 100%;
		height: 100%;
    	justify-content: flex-start;
    	text-align: center !important;
    	align-items: center;
   		padding: 125px 5% 5% 5%!important;

	}

	.rj_cards h2, .rj_banner h2, .rj_banner h4 {
		max-width: 100%;
    	display: block;
    	margin: 0px auto;
	}

	.owl-carousel .owl-nav {
		display: none;
	}

	.rfc_blockss .block_item {
    	max-width: calc(100vw - 50px);
	}

	.rfc_blockss .block_item label {

    	grid-template-columns: 70px 1fr;
	}

	.rj_card .btn, .rj_card h2 {
		min-height: 30px;
	}

	.rj_banner .btn {
	    width: 80%;
	    margin-left: 10%;
	    margin-right: 10%;
	}

	.slick-arrow.slick-prev {
		left:  30px;
	}

	.slick-arrow.slick-next {
		right: 30px;
	}

	.rj_cards_list .rj_card {
		margin: 0px;
		max-width: none;
	}

	.rj_cards_list  {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 10px;
	}

	.rj_cards_list .rfc_card&gt;img,.rj_cards_list  .rfc_card .rfc_preview, .rj_cards_list .cartSVG {
		max-width: none;
	}

	.rj_card {
		margin: 0px 10px;
	}


	body {

    letter-spacing: -.5px;
	}

	@supports (-webkit-touch-callout: none) { 
		body {
			letter-spacing: -.5px !important;
		}
	}


	.rj_card:after {
		top: 9px;
		width: 175px;
		line-height: 30px;
	}

	#rfc_view_cntr .zoom_buttons, #rfc_view_cntr #zoom_buttons {
		display: none;
	}

	.preview_rfc_mobile #rfc_view_cntr .zoom_buttons{
		display: grid;
	}

	.btn.resize_btn {
		padding: 12px !important;
	}

	.dropzone:hover {
		background: #ffd5b3;
	}


	#rfc_editor .rfc_zoom_btn.btn {
	    display: block;
	    position: absolute;
	    left: 7.5px;
	    top: 0;
	}


	#rfc_editor #shareDesign_btn {
	    display: block;
	    position: absolute;
	    right: 5px;
	    top: -5px;
	    margin: 0px;
	}	

	.preview_rfc_mobile #rfc_editor .rfc_zoom_btn.btn, .preview_rfc_mobile #rfc_editor .rfc_addtocart_btn.btn {
		display: none;
	}

	.overlay&gt;div, .wide.overlay&gt;div {
		left: 0;
	    top: 0;
	    transform: none;
	    width: 100svw !important;
	    height: 100svh !important;
	    max-width: 100svw !important;
	    max-height: 100svh !important;
    	overflow: hidden;

	}

	.overlay {
		overflow: hidden;
	}

	.rfc_split .cartSVG, .prdct  .cartSVG {
	    width: 100%;
	    max-width: none;
	    height: auto;
	}

	#add_to_cart_form .btn {
		width: 100%;
		padding: 30px 25px;
	}

	.overlay-content {
		overflow: auto !important;
		max-height: calc(100svh - 35px) !important;

	}

	form .rfc_blocks label {
		margin: 0px;
	}

	.rfc_split {
		grid-template-columns: 1fr;
	}

	.rfc_split&gt;div, #add_to_cart_form {
		background: none;
		padding: 0px;
	}

	.rfc_blocks&gt;label .alert {
		padding: 5px;
	}

	.rj_cards {
	    grid-template-columns: 1fr 1fr;
	    gap: 25px;
	}

	.rj_cards .cartSVG {
		max-width: none;
	}

	.rj_cards .rj_hero {

    	grid-column: 1 / span 2;
    	grid-row: 1;
	}

		.rj_cards .rj_hero img {
			max-height: 40vh;
			width: auto;
		}

	.rj_cards .rj_text {

    	grid-column: 1 / span 2;
		grid-row: 2;
	}

	#rfc_values&gt;div {
		padding: 0px 5px;
	}


	.grouppp_cntr .grouppp {
		padding: 5px 10px;
	}

	#header .logo:after {
        top: -31px;
        height: 72px;
    }

	.header-top .buttons&gt;a {
		padding: 0px !important;
	}


	.iconref&gt;span, .buttons .iconref, .header-top .buttons, .header-top {
		height: 50px;
	}

	body, p, .prct-descr, .btn, .rfc_steps&gt;div, .rj_faq .hdr {
		font-size: 15px;
		line-height: 22px !important;
	}

	.grid-buttons {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.grid-buttons&gt;div {

    	border-left: 0px !important;
    	padding-left: 0px !important;
    	padding-right: 0px !important;
	}

	.grid-buttons .dropzone {
		width: 100% !important;
		height: 100px !important;
		aspect-ratio: auto;
	}
	.griddd {
	    margin-bottom:0px;
	    padding-bottom: 0px;
	}

	.grouppp_cntr .griddd:last-of-type{
		border: 0px;
	}

	.grouppp_cntr {
		margin-bottom: -7.5px;
		background: radial-gradient(#ffffff2b, #ffffff21);
    	border: 1px solid #ffffff29;
	}

	#fotoOnPhone {
		display: none;
	}

	.overlay-header {
		font-size: 12px;
		padding: 10px;
		text-align: left;
	}

/*	.cou.fancy, .dropzone.simple {
    font-size: 14px;
    padding: 7px 10px;
    background: white;
    border: 2px solid var(--rfc_orange);
    color: rgb(229 118 28);
    text-decoration: none;
    text-align: center;
    margin: 2.5px 0px 2.5px 0px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: auto;
    font-family: inherit !important;
    border-radius: 6px;
    width: 100%;
    max-width: 300px;
}
*/
	.dropzone.simple {
		height: auto !important;
	}



	.times {
		width: 50px;
	}

	.times img {
		width: 20px;
	}

	.img_flex {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.overlay .img_flex {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.img_flex img {
		width: auto;
		height: auto;
		aspect-ratio: 1;
		align-items: flex-start;
		width: 100%;
	}

	.btn {
		padding: 15px 25px !important;
		font-size: 15px;
	}

	.btn.large {
		width: 100%;
		padding: 30px 25px !important;
	}

	h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.rj_submenu a {
		font-size: 16px;

	}

	.rj_faq {
		padding: 15px;
	}
	.tp_inner {
	    grid-template-columns: 1fr;
	}

	.shpLine&gt;div {
	    width: 100%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    margin-top: 15px;
	}

	.timeline {
		top: 60px;
		z-index: 6000;
	}

	.griddd select {
		-webkit-appearance: none;
		line-height: 20px;
	}

	.rj_card h2 {
		margin-top: 5px;
		font-size: 85%;
		color: white;
		max-width: 90%;
	}
	#rj_designs {
		padding: 50px 0px;
	}

	.slick-arrow {
		box-shadow: none !important;
	}

	.rj_card:after {
	    transform: rotate(0deg);
	    right: 0px;
	    width: max-content;
	    padding: 12px;
	    line-height: 1;
	    font-size: 12px;
	    font-family: 'obvia-expanded';
	    letter-spacing: .25px;
	}

	#rj_designs&gt;.btn {
		width: 80%;
		margin: 50px auto 25px auto;
	}

	#rj_designs .rj_card .cartSVG {
		height: 30svh;
        max-width: none;
    }

	.add_to_cart_exam .cartSVG {
	    max-height: 40vh;
	    margin: 0px auto;
	    display: block;
	}


	.rfc_blocks {
		padding: 100px 0px;
	}

	.rfc_blocks&gt;div {
		padding: 0px 25px;
	}

	#rfc_twoCards {
		display: flex;justify-content:center;align-items:center;text-align: center;
	}


	#header:after {
		content: none;
	}

	

}

@media screen and (max-width: 700px) and (orientation: portrait) {
	.preview_rfc_mobile #rfc_editor #rfc_view_cntr {
    	grid-template-rows: auto calc( calc(100svw - 20px) / var(--rfc_canvas_ratio));
	}
}

@media screen and (max-height: 750px) and (max-width: 750px){

	.combobox input, .combobox button, .griddd b {
    	height: 33px;
    }

    #rfc_editor .combobox button {
    	width: 33px;
    }

    #rfc_editor .rfc_values_mobile input,  #rfc_editor .rfc_values_mobile select, #rfc_editor .rfc_values_mobile input, #rfc_editor .rfc_values_mobile select {
		padding: 8px !important;
	}

	.griddd b {
 		line-height: 37px;
 	}

     #rfc_editor .rfc_values_mobile input,  #rfc_editor .rfc_values_mobile select, body, p, .prct-descr, .btn, .rfc_steps&gt;div, .rj_faq .hdr {
     		font-size: 13px !important;
     }

     body:has(.rfc_values_mobile) #rfc_editor #rfc_view_cntr {
     	max-height: calc(100svh - 70px - var(--maxheight));
     }

     #rfc_editor {
     	--maxheight: 380px;
     }

     .scroll_cntr {
		height: calc( 380px - 52px);
		overflow-y: scroll;
	}

}



@media screen and (max-width: 850px){ 

	.rj_cards_list .rfc_card .cartSVG {
	    width: 45vw;
	    height: auto;
	}
	.rj_submenu { 
		display: none;
	}

	.rj_cards h1 {
		font-size: 150%;
	}

	#rfc_twoCards { 
		flex-direction: column;
	}

	#rfc_twoCards .cartSVG {
        height: auto !important;
        width: 100%;
        max-height: none !important;
        max-width: 85vw;
    }
}</pre></body></html>