.elementor-kit-6{--e-global-color-primary:#5F249F;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#5F249F;--e-global-color-2bcbb3c:#FFFFFF;--e-global-color-7c60953:#000000;--e-global-color-df08451:#00000000;--e-global-color-59646fd:#CCCCCC;--e-global-color-18c6ec3:#FFCD2A;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;--e-global-typography-bb7ffd5-font-size:50px;--e-global-typography-bb7ffd5-font-weight:400;--e-global-typography-bb7ffd5-line-height:1.2em;--e-global-typography-ba0470c-font-size:100px;--e-global-typography-ba0470c-font-weight:400;--e-global-typography-ba0470c-line-height:1em;--e-global-typography-47814b0-font-size:22px;--e-global-typography-47814b0-font-weight:400;--e-global-typography-aaa001e-font-size:35px;--e-global-typography-aaa001e-font-weight:400;--e-global-typography-aaa001e-line-height:1.25em;--e-global-typography-d674956-font-size:22px;--e-global-typography-d674956-font-weight:400;--e-global-typography-d674956-line-height:1.3em;--e-global-typography-0c82ab7-font-size:20px;--e-global-typography-0c82ab7-font-weight:400;--e-global-typography-c57973b-font-size:75px;--e-global-typography-c57973b-font-weight:300;--e-global-typography-7ae83bc-font-size:28px;--e-global-typography-7ae83bc-font-weight:400;--e-global-typography-7ae83bc-line-height:1.2em;font-family:"CF Asty", Sans-serif;font-size:17px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{border-radius:0px 0px 0px 0px;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{accent-color:var( --e-global-color-accent );border-radius:0px 0px 0px 0px;}.elementor-kit-6 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea:focus,.elementor-kit-6 .elementor-field-textual:focus{box-shadow:0px 0px 0px 0px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1650px;}.e-con{--container-max-width:1650px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-bb7ffd5-font-size:36px;--e-global-typography-ba0470c-font-size:85px;--e-global-typography-47814b0-font-size:20px;--e-global-typography-aaa001e-font-size:30px;--e-global-typography-d674956-font-size:20px;--e-global-typography-0c82ab7-font-size:18px;--e-global-typography-c57973b-font-size:70px;--e-global-typography-7ae83bc-font-size:24px;font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-bb7ffd5-font-size:28px;--e-global-typography-ba0470c-font-size:50px;--e-global-typography-aaa001e-font-size:25px;--e-global-typography-c57973b-font-size:50px;--e-global-typography-7ae83bc-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* on hover rotate icon */
.hover-rotate svg {
    transition: .4s ease;
}
.hover-rotate:hover svg {
    transform: rotate(45deg);
}
/* Modern Elementor Form */
.modern-form input::placeholder,
.modern-form textarea::placeholder{
    opacity: 1 !important;
}

.modern-form input:focus::placeholder,
.modern-form textarea:focus::placeholder{
    opacity: 0.5 !important;
}

.modern-form input:focus,
.modern-form select:focus,
.modern-form textarea:focus{
    box-shadow: unset;
}

.modern-form input{
    font-size: 16px;
    line-height: 1.4;
    margin: 0 !important;
    padding: 20px 25px !important;
    border-right: 2px solid white !important;
    border-bottom: 2px solid white !important;
}

.modern-form input:-webkit-autofill,
.modern-form  input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
  }

.modern-form select{
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: var( --e-global-color-primary ) !important;
    border-radius: 0 !important;
    padding: 20px 40px 20px 25px !important;
    background-color: white !important;
    border-right: 2px solid white !important;
    border-bottom: 2px solid white !important;
}

.modern-form .elementor-select-wrapper .select-caret-down-wrapper{
    display: none;
}

.modern-form .elementor-select-wrapper.remove-before:before{
    background-size: 20px 20px;
    height: 20px;
    width: 22px;
    -webkit-mask: url(https://joistpark.eu/wp-content/uploads/2024/04/arrow-down.svg) no-repeat 100% 100%;
    mask: url(https://joistpark.eu/wp-content/uploads/2024/04/arrow-down.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: var( --e-global-color-primary );
}

.modern-form textarea{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0 !important;
    padding: 20px 25px !important;
    border-right: 2px solid white !important;
    border-bottom: 2px solid white !important;
    border-radius: 0;
}

.modern-form .elementor-field-type-upload{
    position: relative;	
}

.modern-form .elementor-field-type-upload label{
	position: unset;
    width: auto;
    height: auto;
    visibility: visible !important;
    border: unset;
    margin-bottom: -60px;
    padding-left: 28px;
}

.modern-form .elementor-field-type-upload input{
	padding: 55px 25px 20px 25px !important;
}


.modern-form .elementor-field-group{
     margin-bottom: -2px !important;
}

.modern-form label{
    font-size: 16px;
    line-height: 1.4;
    cursor: pointer;
    padding-left: 15px;
}

.modern-form label a{
    font-size: 16px;
    line-height: 1.4;
    color: white !important;
    text-decoration: underline;
}

.modern-form .elementor-field-subgroup,
.modern-form .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{
    position: relative;
}

.modern-form .elementor-field-type-checkbox.elementor-field-group,
.modern-form .elementor-field-group-acceptance{
	padding: 20px 25px !important;
	border-right: 2px solid white !important;
    border-bottom: 2px solid white !important;
}

.modern-form .elementor-field-type-checkbox.elementor-field-group.elementor-field-group-newsletter .elementor-field-option:nth-child(1) label:before,
.modern-form .elementor-field-type-checkbox.elementor-field-group.elementor-field-group-newsletter .elementor-field-option:nth-child(1) label:after{
	content: "";
}

.modern-form .elementor-field-type-checkbox.elementor-field-group.elementor-field-group-newsletter .elementor-field-option:nth-child(1) label{
	padding-left: 15px !important;
}

.modern-form .elementor-field-type-checkbox.elementor-field-group.elementor-field-group-newsletter .elementor-field-option:nth-child(1) input{
	display: unset;
}

.modern-form .elementor-field-type-checkbox.elementor-field-group .elementor-field-option:nth-child(1) label:before,
.modern-form .elementor-field-type-checkbox.elementor-field-group .elementor-field-option:nth-child(1) label:after{
	content: none;
}

.modern-form .elementor-field-type-checkbox.elementor-field-group .elementor-field-option:nth-child(1) label{
	padding-left: 0 !important;
}

.modern-form .elementor-field-type-checkbox.elementor-field-group .elementor-field-option:nth-child(1) input{
	display: none;
}


.modern-form input[type=checkbox] {
    visibility: hidden;
}

.modern-form input[type=checkbox] + label:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    top: 5px;
    left: 0px;
    border: 2px solid white;
}

.modern-form input[type=checkbox]:checked + label:after {
    visibility: visible;
}

.modern-form input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 10px;
    left: 5px;
    visibility: hidden;
}

.modern-form .elementor-field-type-recaptcha_v3 {
 	display: none;   
}

.modern-form .elementor-field-type-submit .elementor-button {
    width: 250px;
    height: 137px;
    position: absolute;
    margin-right: -250px;
}
/* Messages */
.modern-form .elementor-message {
    padding: 10px;
    margin: unset;
    display: flex;
    align-items: center;
}
.modern-form .elementor-message.elementor-help-inline,
.modern-form .elementor-message.elementor-message-danger {
    background-color: #D53321;
}
.modern-form .elementor-message.elementor-message-success {
    background-color: var(--e-global-color-accent);
    padding: 25px 15px;
}

@media (max-width: 1024px) {
    .modern-form .elementor-field-type-submit .elementor-button {
        height: 95px;
    }
}

@media (max-width: 767px) {
    .modern-form .elementor-field-type-submit .elementor-button {
        width: auto;
        height: auto;
        position: unset;
        margin-right: 0;
    }
}

/* Modern Elementor Form - END *//* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'CF Asty';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://marketplace.joistpark.eu/wp-content/uploads/CFAstyStd-Book.woff2') format('woff2'),
		url('https://marketplace.joistpark.eu/wp-content/uploads/CFAstyStd-Book.ttf') format('truetype');
}
@font-face {
	font-family: 'CF Asty';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://marketplace.joistpark.eu/wp-content/uploads/CFAstyStd-Medium.woff2') format('woff2'),
		url('https://marketplace.joistpark.eu/wp-content/uploads/CFAstyStd-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'CF Asty';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://marketplace.joistpark.eu/wp-content/uploads/CFAstyStd-Bold.woff2') format('woff2'),
		url('https://marketplace.joistpark.eu/wp-content/uploads/CFAstyStd-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'CF Asty';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://marketplace.joistpark.eu/wp-content/uploads/AstyCFStd-Light.woff2') format('woff2'),
		url('https://marketplace.joistpark.eu/wp-content/uploads/AstyCFStd-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */