/*
Theme Name: PXRTHM
Theme URI: http://pixelranger.co.uk/
Author: Pixel Ranger Studio
Author URI: http://pixelranger.co.uk/
Description: PXRTHM unique theme
Version: 1.0
Text Domain: pxrthm_textdomain

*/

* {
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	position: relative;
	font-family: 'Justus Pro';
	font-size: 18px;
}
html.no-scroll,
body.no-scroll {
	overflow: hidden;
}

html.-popup-opened,
body.-popup-opened {
	position: fixed;
    overflow-y: scroll;
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
	font-family: 'Justus Pro';
	color: #000;
	font-weight: normal;
	margin: 0px;
	hyphens: none;
	text-wrap: balance;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}

p {
	color: #000;
	font-family: 'Justus Pro';
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0px;
	letter-spacing: 1px;
	line-height: 1.3;
}
p:last-child {
	margin-bottom: 0px;
}

a {
	text-decoration: none;
	font-family: 'Justus Pro';
	color: #000;
}

mark {
	background-color: rgb(248 192 20 / 50%);
}
mark.-current {
	background-color: rgb(248 192 20 / 100%);
}

label {
	font-family: 'Justus Pro';
}

:focus {
	outline: none;
}

pre {
	display: block;
	clear: both;
	text-wrap: wrap;
}

.flex_wrap {
	width: 100%;
	height: 0px;
}
.flex_expand {
	flex: 1 1;
}
.ratio-16x9,
img.ratio-16x9 {
	visibility: hidden;
	opacity: 0;
	height: 100%; /* Our ratio canvas is expanded to as tall as the height set above. */
	width: auto;
}

.pxrthm_text_highlight {
	color: #f8ad19;
	font-weight: bold;
}

/* ICONS */
i.pxrthm_icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.pxrthm_circle_icon {
	width: 35px;
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #000;
	border-radius: 100%;
}
.pxrthm_circle_icon i.pxrthm_icon {
	width: 19px;
	height: 19px;
}
i.pxrthm_icon.-facebook {
	background-image: url('assets/images/icon_facebook.svg');
}
i.pxrthm_icon.-messenger {
	background-image: url('assets/images/icon_messenger.svg');
}
i.pxrthm_icon.-twitter {
	background-image: url('assets/images/icon_twitter.svg');
}
i.pxrthm_icon.-phone {
	background-image: url('assets/images/icon_phone.svg');
}
i.pxrthm_icon.-mail {
	background-image: url('assets/images/icon_mail.svg');
}
i.pxrthm_icon.-icon_arrow_circle_left_dark {
	background-image: url('assets/images/icon_arrow_circle_left_dark.svg');
}
i.pxrthm_icon.-icon_arrow_circle_right_dark {
	background-image: url('assets/images/icon_arrow_circle_right_dark.svg');
}
i.pxrthm_icon.-icon_arrow_circle_up_dark {
	background-image: url('assets/images/icon_arrow_circle_up_dark.svg');
}
i.pxrthm_icon.-icon_arrow_circle_down_dark {
	background-image: url('assets/images/icon_arrow_circle_down_dark.svg');
}
i.pxrthm_icon.-icon_arrow_circle_left_light {
	background-image: url('assets/images/icon_arrow_circle_left_light.svg');
}
i.pxrthm_icon.-icon_arrow_circle_right_light {
	background-image: url('assets/images/icon_arrow_circle_right_light.svg');
}
i.pxrthm_icon.-icon_arrow_circle_up_light {
	background-image: url('assets/images/icon_arrow_circle_up_light.svg');
}
i.pxrthm_icon.-icon_arrow_circle_down_light {
	background-image: url('assets/images/icon_arrow_circle_down_light.svg');
}
i.pxrthm_icon.-icon_arrow_left_dark {
	background-image: url('assets/images/icon_arrow_left_dark.svg');
}
i.pxrthm_icon.-icon_arrow_right_dark {
	background-image: url('assets/images/icon_arrow_right_dark.svg');
}
i.pxrthm_icon.-icon_arrow_up_dark {
	background-image: url('assets/images/icon_arrow_up_dark.svg');
}
i.pxrthm_icon.-icon_arrow_down_dark {
	background-image: url('assets/images/icon_arrow_down_dark.svg');
}
i.pxrthm_icon.-icon_arrow_left_light {
	background-image: url('assets/images/icon_arrow_left_light.svg');
}
i.pxrthm_icon.-icon_arrow_right_light {
	background-image: url('assets/images/icon_arrow_right_light.svg');
}
i.pxrthm_icon.-icon_arrow_up_light {
	background-image: url('assets/images/icon_arrow_up_light.svg');
}
i.pxrthm_icon.-icon_arrow_down_light {
	background-image: url('assets/images/icon_arrow_down_light.svg');
}
i.pxrthm_icon.-icon_arrow_up_right_dark {
	background-image: url('assets/images/icon_arrow_up_right_dark.svg');
}
i.pxrthm_icon.-icon_arrow_up_right_light {
	background-image: url('assets/images/icon_arrow_up_right_light.svg');
}
i.pxrthm_icon.-icon_arrow_alt_left_dark {
	background-image: url('assets/images/icon_arrow_alt_left_dark.svg');
}
i.pxrthm_icon.-icon_arrow_alt_left_light {
	background-image: url('assets/images/icon_arrow_alt_left_light.svg');
}

i.pxrthm_icon.-icon_check_dark {
	background-image: url('assets/images/icon_check_dark.svg');
}
i.pxrthm_icon.-icon_check_light {
	background-image: url('assets/images/icon_check_light.svg');
}

i.pxrthm_icon.-icon_download_dark {
	background-image: url('assets/images/icon_download_dark.svg');
}
i.pxrthm_icon.-icon_download_light {
	background-image: url('assets/images/icon_download_light.svg');
}

i.pxrthm_icon.-icon_filter_grey {
	background-image: url('assets/images/icon_filter_grey.svg');
}
i.pxrthm_icon.-icon_anchor_menu {
	background-image: url('assets/images/icon_anchor_menu.svg');
}

i.pxrthm_icon.-icon_chat_send {
	background-image: url('assets/images/icon_chat_send.svg');
}


/* BUTTONS */

.button,
.button:is(a,button,input[type="submit"]){
	position: relative;
	
	display: inline-flex !important;
	justify-content: center;
	align-items: center;
	
    min-height: 40px;
	padding: 5px 30px;
	
    background-color: #fac404 !important;
    color: #fff !important;
	
	outline: none;
	border: none;
	border-radius: 5px;
	
	font-family: 'Panton';
    font-size: 14px !important;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
	white-space: normal;
	text-align: center;
	letter-spacing: 4px;
	text-decoration: none;
   
	cursor: pointer;
	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.button:hover,
.button.-active ,
.button:is(a,button,input[type="submit"]):hover {
    background-color: #F8AD19 !important;
}
.button i {
	font-size: 18px;
	letter-spacing: 0px !important;
	transform: translateX(6px);
}
.button i.-left {
	transform: translateX(-6px);
}
.button i.-center {
	transform: translateX(0px);
}
.button i.pxrthm_icon {
	width: 19px;
    height: 19px;
}

.button.-tiny,
.button.-tiny:is(a,button,input[type="submit"]){
	padding: 5px 10px;
	min-height: auto;
}
.button[disabled],
.button.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}


.button .button_inner {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 2px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.button .button_inner.-sizer {
	position: relative;
	letter-spacing: 4px;
	opacity: 0;
	visibility: hidden;
}
.button:hover .button_inner {
    letter-spacing: 4px;
}

.button.-text-dark,
.button.-text-dark:is(a,button,input[type="submit"]){
	color: #000 !important;
}

.button.-black,
.button.-black:is(a,button,input[type="submit"]) {
    background-color: #000 !important;
    color: #fff !important;
}
.button.-black:hover,
.button.-black.-active,
.button.-black:is(a,button,input[type="submit"]):hover {
    background-color: #000 !important;
    color: #fff !important;
}

.button.-purple,
.button.-purple:is(a,button,input[type="submit"]) {
    background-color: #6e3355 !important;
    color: #fff !important;
}
.button.-purple:hover,
.button.-purple.-active,
.button.-purple:is(a,button,input[type="submit"]):hover {
    background-color: #b26fa4 !important;
    color: #fff !important;
}

.button.-ghost-light,
.button.-ghost-light:is(a,button,input[type="submit"]) {
    background-color: transparent !important;
    color: #fff !important;
	border: 2px solid #fff !important;
    padding: 5px 26px;
}
.button.-ghost-light:hover,
.button.-ghost-light.-active,
.button.-ghost-light:is(a,button,input[type="submit"]):hover {
    background-color: #fff !important;
    color: #000 !important;
}
.button.-ghost-light.-tiny,
.button.-ghost-light.-tiny:is(a,button,input[type="submit"]){
	padding: 5px 10px;
	min-height: auto;
}

.button.-ghost-dark,
.button.-ghost-dark:is(a,button,input[type="submit"]) {
    background-color: transparent !important;
    color: #000 !important;
	border: 2px solid #000 !important;
    padding: 5px 26px;
}
.button.-ghost-dark:hover,
.button.-ghost-dark.-active,
.button.-ghost-dark:is(a,button,input[type="submit"]):hover {
    background-color: #000 !important;
    color: #fff !important;
}
.button.-ghost-dark-orange,
.button.-ghost-dark-orange:is(a,button,input[type="submit"]) {
    background-color: #fac404 !important;
    color: #000 !important;
	border: 2px solid #000 !important;
    padding: 5px 26px;
}
.button.-ghost-dark-orange:hover,
.button.-ghost-dark-orange.-active,
.button.-ghost-dark-orange:is(a,button,input[type="submit"]):hover {
    background-color: #fac404 !important;
    color: #000 !important;
}
.button.-ghost-dark.-tiny,
.button.-ghost-dark.-tiny:is(a,button,input[type="submit"]){
	padding: 5px 10px;
	min-height: auto;
}

.button.-bordered-dark,
.button.-bordered-dark:is(a,button,input[type="submit"]) {
	border: 2px solid #000;
    padding: 5px 26px;
}
.button.-bordered-dark.-tiny,
.button.-bordered-dark.-tiny:is(a,button,input[type="submit"]){
	padding: 5px 10px;
	min-height: auto;
}

.button.-bordered-light,
.button.-bordered-light:is(a,button,input[type="submit"]) {
	border: 2px solid #fff;
    padding: 5px 26px;
}
.button.-bordered-light.-tiny,
.button.-bordered-dark.-tiny:is(a,button,input[type="submit"]){
	padding: 5px 10px;
	min-height: auto;
}

.button.-hvr-egg:hover,
.button.-hvr-egg.-active,
.button.-hvr-egg:is(a,button,input[type="submit"]):hover {
    background-color: #fce181 !important;
    color: #000 !important;
}
.button.-hvr-white:hover,
.button.-hvr-white.-active,
.button.-hvr-white:is(a,button,input[type="submit"]):hover {
    background-color: #fff !important;
    color: #000 !important;
}
.button.-hvr-orange:hover,
.button.-hvr-orange.-active,
.button.-hvr-orange:is(a,button,input[type="submit"]):hover {
    background-color: #fac404 !important;
    color: #000 !important;
	border-color: #000 !important;
}
.button.-simple ,
.button.-simple:is(a,button,input[type="submit"]),
.button.-simple:hover,
.button.-simple.-active,
.button.-simple:is(a,button,input[type="submit"]):hover {
	min-height: auto;
    padding: 0px;
    justify-content: flex-start;
    text-align: left;
    background: none !important;
    color: #000 !important;
}
.button.-simple.-dark,
.button.-simple.-dark .button_inner {
    color: #000 !important;
}
.button.-simple.-light,
.button.-simple.-light .button_inner {
    color: #fff !important;
}
.button.-simple i {
	margin-right: 0px;
	margin-left: 10px;
}

/* TABS */
.pxrthm-tabs {
	position: relative;
}
.pxrthm-tab-handles {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 10px;
}
.pxrthm-tab-handle {
	border-radius: 15px 15px 0px 0px;
	cursor: pointer;
	opacity: 0.7;
	
	background-color: #fff;
    padding: 10px 35px;
    font-family: 'Panton';
    font-weight: 900;
    font-size: 14px;
    text-transform: uppercase;
	letter-spacing: 2px;
	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.pxrthm-tab-handle.-active {
	opacity: 1;
}
.pxrthm-tab-handle.-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.pxrthm-tabs-container {
	position: relative;
}
.pxrthm-tab {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	
	padding: var(--section-content-padding);
}
.pxrthm-tab.-active {
	position: relative;
	height: auto;
	opacity: 1;
	visibility: visible;
}

/* POPUP */
.pxrthm-popup {
	--popup-content-margin: 50px;
	--popup-content-padding: 25px;
	--popup-content-height: calc(100vh - ((2 * var(--popup-content-margin)) + (2 * var(--popup-content-padding))));
	--popup-content-width: calc(100vw - ((2 * var(--popup-content-margin)) + (2 * var(--popup-content-padding))));
	
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.pxrthm-popup.-show {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

.pxrthm-popup-overlay {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.85);
	opacity: 0.8;
	z-index: 1;
}
.pxrthm-popup-content {
	position:absolute;
	z-index: 2;
	background-color: #fff;
	padding: var(--popup-content-padding);
	max-width: calc(100vw - (var(--popup-content-margin) * 2));
	max-height: calc(100vh - (var(--popup-content-margin) * 2));
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	border-radius: 30px;
	
	-webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 50px 0 rgba(0,0,0,0.2);
}
.pxrthm-popup-content-inner {
	position:relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.pxrthm-popup-close {
	position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
	background-color: #fff;
    border-radius: 100%;
    line-height: 1;
    padding: 3px;
    z-index: 2;
    font-size: 30px;
    cursor: pointer;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
.pxrthm-popup-open {
	cursor: pointer;
}

/* ANCHOR MENU */
.anchor_menu {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
body.-popup-opened .anchor_menu {
	display: none;
}
.anchor_menu_outer {
	position: relative;
}
.anchor_menu_inner {
	position: relative;
	z-index: 1;
	background-color: #FFFAE9;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.05);
	pointer-events: all;
	padding: 7px;
	overflow: hidden;
	border-radius: 25px;
	width: 20px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.anchor_menu_outer:hover .anchor_menu_inner {
	width: 200px;
	border-radius: 0px 25px 25px 0px;
}
.anchor_menu_inner.-tooltip {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	overflow: visible;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-backdrop-filter: none;
    backdrop-filter: none;
	pointer-events: none;
}
.anchor_menu.-wide .anchor_menu_inner:hover {
	width: 400px;
}
.anchor_menu_item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	color: #000;
}
/*.anchor_menu_item a::first-letter {
	text-transform: uppercase;
}*/
.anchor_menu_item_inner {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 0px;
	width: 150px;
	min-width: 150px;
}
.anchor_menu_inner.-tooltip .anchor_menu_item_inner {
	visibility: hidden;
}
.anchor_menu.-wide .anchor_menu_item_inner {
	width: 350px;
	min-width: 350px;
}
.anchor_menu_item span {
	display: block;
	width: 6px;
	min-width: 6px;
	height: 6px;
	min-height: 6px;
	margin-top: 5px;
	border-radius: 100%;
	background-color: #E0DBCC;
	margin-right: 25px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.anchor_menu_item.-active span {
	background-color: #000;
}
.anchor_menu_item a {
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-o-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.anchor_menu_inner:hover .anchor_menu_item a {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.anchor_menu_item_tooltip {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	left: 100%;
	background-color: #FFFAE9;
	border-radius: 25px;
	padding: 5px 15px 5px 5px;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-o-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.anchor_menu_item_tooltip i {
	font-size: 11px;
    display: inline-block;
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.anchor_menu_item_tooltip.-show {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.anchor_menu_outer:hover .anchor_menu_item_tooltip,
.anchor_menu_outer:hover .anchor_menu_item_tooltip.-show {
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-o-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
}
.anchor_mobile_icon {
	display: none;
}
.anchor_menu.-start .anchor_menu_item_tooltip {
	display: none;
}
.anchor_menu_title_tooltip {
	position: absolute;
	top: 10px;
	left: 100%;
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	background-color: #FFFAE9;
	border-radius: 25px;
	padding: 5px 15px 5px 5px;
	pointer-events: none;
	
	font-family: 'Justus Pro';
	font-weight: 600;
    font-size: 14px;
	
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateX(15px);
	-webkit-transform: translateX(15px);
	-o-transform: translateX(15px);
	-ms-transform: translateX(15px);
	transform: translateX(15px);
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.anchor_menu_title_tooltip i {
	display: inline-block;
}
.anchor_menu.-start .anchor_menu_title_tooltip {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateX(0px) translateY(0px);
	-webkit-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}

/* LAYOUT */
:root {
	--content-width: 1280px;
	--large-content-width: 1920px;
	--section-content-padding: 75px;
	
}

.preloader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #fff;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.preloader.-hide {
    opacity: 0 !important;
	visibility: hidden !important;
}
.site_wrapper {
	width: 100%;
	margin:auto;
	overflow: hidden;
	position:relative;
	
	display: flex;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-between;
    min-height: 100vh;
}
.content_wrapper {
	position: relative;
    min-height: 100vh;
	flex: 2;
}
.button_wrapper {
	width: 100%;
	padding: 25px 0px;
}

/* MENU */
.menu_container {
	position:absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-left: calc(100% - (var(--content-width) + ((100% - var(--content-width)) / 2)));
	padding-right: calc(100% - (var(--content-width) + ((100% - var(--content-width)) / 2)));
}
.menu_inner {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.logo_container {
	display: flex;
	justify-content: center;
	align-items: center;
    background-color: transparent;
    height: 80px;
}
.logo_wrapper {
	width: 55px;
    height: 50px;
    background-image: url(assets/images/logo.jpg);
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.menu_icon {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	margin: 0px 5px;
	cursor: pointer;
}

.menu_items_container {
	display: flex;
	justify-content: center;
	position: relative;
}
.menu_icons_container {
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}
.menu_item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	padding: 0px 10px;
	white-space: nowrap;
	font-family: 'Panton';
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	font-size: 17px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.menu_item:hover {
	color: #000;
}
a.menu_item {
	text-decoration: none;
}
.menu_title {
	position: relative;
	z-index: 2;
	font-family: 'Panton';
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	white-space: nowrap;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.menu_item:hover > .menu_title {
	color: #000;
}
.submenu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 100%;
	left: 0;
    min-width: 100%;
	background-color: #fac404;
	border-radius: 5px;
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	transition-property: opacity, transform;
}
.submenu.-align-right {
	left: auto;
	right: 0;
}
.menu_item:hover .submenu,
.menu_item.-open:focus .submenu,
.submenu:focus-within {
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.subsubmenu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: calc(100% + 5px);
    min-height: 100%;
	background-color: #6e3355;
	border-radius: 5px;
	-moz-transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	transition-property: opacity, transform;
}
.subsubmenu::before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	right: 100%;
	width: 5px;
	height: 100%;
}
.subsubmenu.-align-left {
	left: auto;
	right: calc(100% + 5px);
	-moz-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-o-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
}
.subsubmenu.-align-left::before {
	right: auto;
	left: 100%;
}
.submenu_item:hover .subsubmenu,
.submenu_item.-open:focus .subsubmenu,
.subsubmenu:focus-within {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}

.submenu_inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
a.submenu_item,
.submenu_item {
	position: relative;
	font-size: 13px;
    height: auto;
    width: 100%;
    max-width: none;
    padding: 10px 20px;
    font-weight: normal;
    background-color: transparent;
    white-space: normal;
	background-color: #fac404;
	text-align: left;
	border-bottom: 1px solid rgba(255,255,255,0.14);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
a.submenu_item:hover,
.submenu_item:hover {
	border-bottom: 1px solid #fff;
	background-color: #6e3355;
	color: #fff;
}
a.submenu_item:first-child,
.submenu_item:first-child {
	border-radius: 5px 5px 0px 0px;
}
a.submenu_item:last-child,
.submenu_item:last-child {
	border-bottom: none;
	border-radius: 0px 0px 5px 5px;
}
.submenu_item .menu_title {
	width: 100%;
	color: #fff;
	text-align: left;
}
.submenu_item:hover .menu_title {
	color: #fff;
}

a.submenu_item.subsubmenu_item,
.submenu_item.subsubmenu_item {
	background-color: #6e3355;
}
a.submenu_item.subsubmenu_item:hover,
.submenu_item.subsubmenu_item:hover {
	background-color: #fac404;
}

.pxrthm_toggle_menu {
	position: absolute;
	z-index: 5;
	right: 20px;
	display: none;
	flex-direction: column;
	width: 40px;
	cursor: pointer;
}

.pxrthm_toggle_menu span {
	background: #fff;
	height: 3px;
	margin: 5px 0;
	transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.pxrthm_toggle_menu span:nth-of-type(1){
	width:100%;
}
.pxrthm_toggle_menu span:nth-of-type(2){
	width:100%;
}
.pxrthm_toggle_menu span:nth-of-type(3){
	width:100%;
}
.pxrthm_toggle_menu input[type="checkbox"]{
  display:none;
}
.menu_container.-open .pxrthm_toggle_menu span:nth-of-type(1){
  transform-origin:bottom;
  width:50%;
  transform:rotatez(45deg) translate(6px,0px);
}
.menu_container.-open .pxrthm_toggle_menu span:nth-of-type(2){
  
  transform-origin:top;
  transform:rotatez(-45deg)
}
.menu_container.-open .pxrthm_toggle_menu span:nth-of-type(3){
	transform-origin:bottom;
	width:50%;
	transform: translate(18px,-8px) rotatez(45deg);
}

.submenu_icon {
	position: absolute;
	bottom: 0px;
    font-size: 15px;
}
.subsubmenu_icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	background-color: #fff;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	margin-top: 2px;
	margin-left: 5px;
	color: #000;
	letter-spacing: 0;
}
.subsubmenu_icon.-left {
	display: none;
	margin-left: -15px;
	margin-right: 5px;
}
.-subsubmenu-align-left .subsubmenu_icon {
	display: none;
}
.-subsubmenu-align-left .subsubmenu_icon.-left {
	display: inline-flex;
}
.menu_item:hover .subsubmenu_icon {
	color: #000;
}
.subsubmenu_icon i {
	margin-top: 1px;
	margin-right: -1px;
}
.subsubmenu_icon.-left i {
	margin-right: 0px;
}

.language_switcher {
	position: relative;
}
.language_switcher::before {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 25px;
	top: 0px;
	bottom: 0px;
	left: -1px;
	margin: auto;
	background-color: #fff;
}
.language_switcher::after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 25px;
	top: 0px;
	bottom: 0px;
	right: -1px;
	margin: auto;
	background-color: #fff;
}
.menu_container.-dark .language_switcher::before,
.menu_container.-dark .language_switcher::after {
	background-color: #000;
}

.menu_container.-dark .menu_item,
.menu_container.-dark .menu_title {
	color: #000;
}
.menu_container.-dark .submenu_item,
.menu_container.-dark .submenu_item .menu_title {
	color: #fff;
}
.menu_container.-dark .pxrthm_toggle_menu span {
	background: #000;
}

.menu_items_container.menu_icons::after {
	content: '';
	display: block;
	position: absolute;
	width: 2px;
	height: 25px;
	top: 0px;
	bottom: 0px;
	right: -1px;
	margin: auto;
	background-color: #fff;
}
.menu_container.-dark .menu_items_container.menu_icons::after {
	background-color: #000;
}

/* SECTIONS */
.section {
	width: 100%;
	position:relative;
	z-index: 1;
	clear: both;
}
.section.-z-over {
	z-index: 2;
}
.section.pxrthm-section-1 {
	padding-top: 80px;
}
.section_inner {
	position: relative;
	z-index: 2;
	margin:auto;
	max-width: var(--content-width);
	padding: 25px 0px;
}
.section_inner.-large {
	width: 100%;
	max-width: var(--large-content-width);
	padding: 25px var(--section-content-padding);
}
.section_inner.-full {
	width: 100%;
	max-width:none;
	padding: 25px var(--section-content-padding);
}

.-text-dark,
.-text-dark :is(h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, p, a) {
	color: #000;
}

.-text-light,
.-text-light :is(h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, p, a) {
	color: #fff;
}



.section_lead {
	margin-bottom: 25px;
}
.section_lead:last-child {
	margin-bottom: 0px;
}
.section_lead,
.section_lead p {
	font-weight: 500 !important;
	font-size: 18px !important;
	text-align: left !important;
}

.section_title {
	visibility: hidden;
	opacity: 0;
	text-align: center;
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-ms-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}
.section_title.-left {
	text-align: left;
	-moz-transform: translateX(100px) translateY(0px);
	-webkit-transform: translateX(100px) translateY(0px);
	-o-transform: translateX(100px) translateY(0px);
	-ms-transform: translateX(100px) translateY(0px);
	transform: translateX(100px) translateY(0px);
}
.section_title.-right {
	text-align: right;
	-moz-transform: translateX(-100px) translateY(0px);
	-webkit-transform: translateX(-100px) translateY(0px);
	-o-transform: translateX(-100px) translateY(0px);
	-ms-transform: translateX(-100px) translateY(0px);
	transform: translateX(-100px) translateY(0px);
}
.-in-view .section_title {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateX(0px) translateY(0px);
	-webkit-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}


.section_title,
.section_title a {
	font-family: 'Panton';
	font-weight: 900;
	font-size: 35px;
	text-transform: uppercase;
}
.section_subtitle {
	font-family: 'Panton';
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	letter-spacing: 2px;
	-moz-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.section_subtitle.-left {
	text-align: left;
	-moz-transform: translateX(100px) translateY(0px);
	-webkit-transform: translateX(100px) translateY(0px);
	-o-transform: translateX(100px) translateY(0px);
	-ms-transform: translateX(100px) translateY(0px);
	transform: translateX(100px) translateY(0px);
}
.section_subtitle.-right {
	text-align: right;
	-moz-transform: translateX(-100px) translateY(0px);
	-webkit-transform: translateX(-100px) translateY(0px);
	-o-transform: translateX(-100px) translateY(0px);
	-ms-transform: translateX(-100px) translateY(0px);
	transform: translateX(-100px) translateY(0px);
}
.-in-view .section_subtitle {
	visibility: visible;
	opacity: 1;
	
	-moz-transform: translateX(0px) translateY(0px);
	-webkit-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}
.section_subtitle,
.section_subtitle a {
	font-family: 'Panton';
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
}

.section_title_divider {
	width: 125px;
	height: 1px;
	background-color: #000;
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(0px) scaleX(0);
	-webkit-transform: translateX(0px) scaleX(0);
	-o-transform: translateX(0px) scaleX(0);
	-ms-transform: translateX(0px) scaleX(0);
	transform: translateX(0px) scaleX(0);
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-ms-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}
.-in-view .section_title_divider {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateX(0px) scaleX(1);
	-webkit-transform: translateX(0px) scaleX(1);
	-o-transform: translateX(0px) scaleX(1);
	-ms-transform: translateX(0px) scaleX(1);
	transform: translateX(0px) scaleX(1);
}
.section_title_divider.-light {
	background-color: #fff;
}
.section_title_divider.-short {
	width: 62px;
}

.section_lead {
	text-align: justify;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(0px) translateY(100px);
	-webkit-transform: translateX(0px) translateY(100px);
	-o-transform: translateX(0px) translateY(100px);
	-ms-transform: translateX(0px) translateY(100px);
	transform: translateX(0px) translateY(100px);
	-webkit-transition: all 300ms ease-out 150ms;
	-moz-transition: all 300ms ease-out 150ms;
	-ms-transition: all 300ms ease-out 150ms;
	-o-transition: all 300ms ease-out 150ms;
	transition: all 300ms ease-out 150ms;
}
.section_lead.-left {
	-moz-transform: translateX(100px) translateY(0px);
	-webkit-transform: translateX(100px) translateY(0px);
	-o-transform: translateX(100px) translateY(0px);
	-ms-transform: translateX(100px) translateY(0px);
	transform: translateX(100px) translateY(0px);
}
.section_lead.-right {
	-moz-transform: translateX(-100px) translateY(0px);
	-webkit-transform: translateX(-100px) translateY(0px);
	-o-transform: translateX(-100px) translateY(0px);
	-ms-transform: translateX(-100px) translateY(0px);
	transform: translateX(-100px) translateY(0px);
}
.-in-view .section_lead {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateX(0px) translateY(0px);
	-webkit-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}

.section_text {
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(0px) translateY(100px);
	-webkit-transform: translateX(0px) translateY(100px);
	-o-transform: translateX(0px) translateY(100px);
	-ms-transform: translateX(0px) translateY(100px);
	transform: translateX(0px) translateY(100px);
	-webkit-transition: all 300ms ease-out 200ms;
	-moz-transition: all 300ms ease-out 200ms;
	-ms-transition: all 300ms ease-out 200ms;
	-o-transition: all 300ms ease-out 200ms;
	transition: all 300ms ease-out 200ms;
}
.section_text.-left {
	-moz-transform: translateX(100px) translateY(0px);
	-webkit-transform: translateX(100px) translateY(0px);
	-o-transform: translateX(100px) translateY(0px);
	-ms-transform: translateX(100px) translateY(0px);
	transform: translateX(100px) translateY(0px);
}
.section_text.-right {
	-moz-transform: translateX(-100px) translateY(0px);
	-webkit-transform: translateX(-100px) translateY(0px);
	-o-transform: translateX(-100px) translateY(0px);
	-ms-transform: translateX(-100px) translateY(0px);
	transform: translateX(-100px) translateY(0px);
}
.-in-view .section_text {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateX(0px) translateY(0px);
	-webkit-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}

.section_button_wrapper {
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(0px) translateY(100px);
	-webkit-transform: translateX(0px) translateY(100px);
	-o-transform: translateX(0px) translateY(100px);
	-ms-transform: translateX(0px) translateY(100px);
	transform: translateX(0px) translateY(100px);
	-webkit-transition: all 300ms ease-out 300ms;
	-moz-transition: all 300ms ease-out 300ms;
	-ms-transition: all 300ms ease-out 300ms;
	-o-transition: all 300ms ease-out 300ms;
	transition: all 300ms ease-out 300ms;
}
.section_button_wrapper.-left {
	-moz-transform: translateX(100px) translateY(0px);
	-webkit-transform: translateX(100px) translateY(0px);
	-o-transform: translateX(100px) translateY(0px);
	-ms-transform: translateX(100px) translateY(0px);
	transform: translateX(100px) translateY(0px);
}
.section_button_wrapper.-right {
	-moz-transform: translateX(-100px) translateY(0px);
	-webkit-transform: translateX(-100px) translateY(0px);
	-o-transform: translateX(-100px) translateY(0px);
	-ms-transform: translateX(-100px) translateY(0px);
	transform: translateX(-100px) translateY(0px);
}
.-in-view .section_button_wrapper {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateX(0px) translateY(0px);
	-webkit-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}

.section_lead a,
.section_text a {
	color: #1f3b52 !important;
	text-decoration: underline;
}

/* FOOTER */
.section.footer{
	margin-top: 65px;
}

.footer_logo {
	position: absolute;
	top: -50px;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 126px;
	height: 115px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.footer_content {
	padding: 100px 0px 50px 0px;
	display: grid;
	grid-template-columns: 1fr 0.7fr 1fr;
	grid-template-rows: auto auto;
	grid-column-gap: 40px;
	grid-row-gap: 40px;
}
.footer_block_1 { grid-area: 1 / 1 / 3 / 2; }
.footer_block_2 { grid-area: 1 / 2 / 2 / 3; }
.footer_block_3 { grid-area: 1 / 3 / 2 / 4; }
.footer_block_4 { grid-area: 2 / 2 / 3 / 3; }
.footer_block_5 { grid-area: 2 / 3 / 3 / 4; }

.footer_block {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	font-family: 'Justus Pro';
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.footer_block.-in-view {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.footer_block p,
.footer_block a {
	font-family: 'Justus Pro';
	font-weight: normal;
	font-size: 16px;
	color: #000;
}
.section.-text-light .footer_block p,
.section.-text-light .footer_block a,
.section.-text-light .footer_block :is(h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, p, a) {
	color: #000;
}

.footer_block_phone,
.footer_block_mails {
	text-align: center;
}
.footer_block_links .footer_block_inner {
	/*column-count: 2;*/
}

.footer_block_socials .footer_block_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.footer_socials {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.footer_language_switcher_button,
a.footer_language_switcher_button {
	font-weight: 900;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.footer_block > .pxrthm_circle_icon {
	position: absolute;
	top: -17px;
}

.section.copyright .section_inner {
	padding: var(--section-content-padding) 0px;
}
.copyright_text {
    text-align: center;
}
.copyright_text a, 
.copyright_text {
	font-family: 'Justus Pro';
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}
.footer .footer_block,
.footer .footer_block :is(a, p){
	font-family: 'Panton';
    font-weight: 300;
	text-transform: uppercase;
	font-size: 15px;
}

/* HERO */
.section_hero .section_inner {
	overflow: hidden;
	padding-bottom: 100px;
}
.hero_slide_inner {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}
.hero_content {
	width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    gap: 20px;
}
.hero_image_container {
	position: relative;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hero_slide_image {
	position: absolute;
	top:-25px;
	left: 0px;
	width: 100%;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 100%;
}
.hero_slide_image::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.hero_content .section_title,
.hero_content .section_title a {
	font-family: 'Justus Pro';
	font-weight: 300;
	font-size: 38px;
	text-transform: none;
	letter-spacing: 0px !important;
}
.hero_slides.swiper {
	overflow: visible;
}

.section_hero .section_title,
.section_hero .section_title_divider {
	-webkit-transition: all 600ms ease-out 100ms;
	-moz-transition: all 600ms ease-out 100ms;
	-ms-transition: all 600ms ease-out 100ms;
	-o-transition: all 600ms ease-out 100ms;
	transition: all 600ms ease-out 100ms;
}
.section_hero .section_subtitle {
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.section_hero .hero_slide_text {
	-webkit-transition: all 600ms ease-out 200ms;
	-moz-transition: all 600ms ease-out 200ms;
	-ms-transition: all 600ms ease-out 200ms;
	-o-transition: all 600ms ease-out 200ms;
	transition: all 600ms ease-out 200ms;
}
.section_hero .button_wrapper {
	-webkit-transition: all 600ms ease-out 300ms;
	-moz-transition: all 600ms ease-out 300ms;
	-ms-transition: all 600ms ease-out 300ms;
	-o-transition: all 600ms ease-out 300ms;
	transition: all 600ms ease-out 300ms;
}

.section_hero .section_title, .section_hero.-in-view .section_title,
.section_hero .section_subtitle, .section_hero.-in-view .section_subtitle,
.section_hero .hero_slide_text, .section_hero.-in-view .hero_slide_text,
.section_hero .button_wrapper, .section_hero.-in-view .button_wrapper {
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-o-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
}
.section_hero.-in-view .swiper-slide-visible .section_title,
.section_hero.-in-view .swiper-slide-visible .section_subtitle,
.section_hero.-in-view .swiper-slide-visible .hero_slide_text,
.section_hero.-in-view .swiper-slide-visible .button_wrapper {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.section_hero .section_title_divider,
.section_hero.-in-view .section_title_divider {
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(0px) scaleX(0);
	-webkit-transform: translateX(0px) scaleX(0);
	-o-transform: translateX(0px) scaleX(0);
	-ms-transform: translateX(0px) scaleX(0);
	transform: translateX(0px) scaleX(0);
}
.section_hero.-in-view .swiper-slide-visible .section_title_divider {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateX(0px) scaleX(1);
	-webkit-transform: translateX(0px) scaleX(1);
	-o-transform: translateX(0px) scaleX(1);
	-ms-transform: translateX(0px) scaleX(1);
	transform: translateX(0px) scaleX(1);
}

.section_hero.-hide-pattern .section_background .logo_pattern,
.section_hero.-hide-pattern.-in-view .section_background .logo_pattern {
	visibility: hidden;
	opacity: 0;
}
.section_hero .slider-nav {
	position: absolute;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	bottom: -50px;
	left: 0px;
	top: auto;
}
.slider-prev,
.slider-next {
	cursor: pointer;
}

/* Donation */
.donation_tab_wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.donation_descrtiption {
	width: 50%;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 25px 15px 15px 0px;
}
.pxrthm-tab.-crowdfunding .donation_descrtiption {
	border-color: #433147;
}
.donation_descrtiption_inner {
	display: none;
	flex-direction: column;
	gap: 15px;
}
.donation_descrtiption_inner.-show {
	display: flex;
}
.donation_title {
	font-family: 'Panton';
	font-size: 35px;
	font-weight: 900;
	text-transform: uppercase;
	
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.section.-in-view .donation_title {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.section.-in-view .donation_descrtiption_inner .donation_title {	
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}
.section.-in-view .donation_descrtiption_inner.-visible .donation_title {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.donation_title .title-highlight {
	color: #fac404;
}
.section_donation .donation_descrtiption_text {
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-ms-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}
.section_donation.-in-view .donation_descrtiption_text {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.section_donation.-in-view .donation_descrtiption_inner .donation_descrtiption_text {
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}
.section_donation.-in-view .donation_descrtiption_inner.-visible .donation_descrtiption_text {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.section.-in-view .donation_descrtiption_inner .section_title_divider {
	opacity: 0;
	visibility: hidden;
	transform: translateX(0px) scaleX(0);
}
.section.-in-view .donation_descrtiption_inner.-visible .section_title_divider {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px) scaleX(1);
}

.donation_next_wrapper {
	width: 100%;
	padding: 25px 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.donation_form_step.-first .donation_next_wrapper {
	display: none;
}
.donation_form_container {
	width: 50%;
	padding: 0px 0px 15px 25px;
	border-bottom: 1px solid #f0f0f0;
}
.pxrthm-tab.-crowdfunding .donation_form_container {
	border-color: #433147;
}

.donation_errors {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	text-align: center;
	color: red;
}
.donation_error {
	display: none;
}
.donation_error.-show {
	display: block;
}

.donation_form_step_header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #f0f0f0;
	
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.donation_form_step:not(.-first) .donation_form_step_header {
	transition-delay: 200ms;
}
.section.-in-view .donation_form_step.-active .donation_form_step_header {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.donation_form_step_number {
	font-family: 'Panton';
	font-size: 44px;
	font-weight: 900;
	text-transform: uppercase;
}
.donation_form_step_title {
	font-family: 'Panton';
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}
.donation_form_step_body {
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-ms-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}
.donation_form_step:not(.-first) .donation_form_step_body {
	transition-delay: 300ms;
}
.section.-in-view .donation_form_step.-active .donation_form_step_body {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.donation_dynamic_recurring {
	padding: 10px 0px 10px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.donation_dr_option {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Panton';
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	transition: all 400ms ease-out;
}
.donation_dr_option.-active {
	color: #fac404;
}
.donation_anonymous {
	padding: 10px 0px;
}
.donation_anonymous_options {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding-bottom: 10px;
}
.donation_anonymous_option {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-family: 'Panton';
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	text-align: center;
}
.donation_anonymous_option.-active {
	color: #fac404;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.donation_anonymous_option.-disabled {
	opacity: 0.2;
	cursor: default;
}
.donation_anonymous_option span {
	display: block;
    position: absolute;
    z-index: 2;
    bottom: -13px;
	color: #fac404;
    background-color: #fff;
    padding: 0px 3px;
    font-size: 22px;
    height: 12px;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.pxrthm-tab.-crowdfunding .donation_anonymous_option span {
	background-color: #6e3355;
}
.donation_anonymous_option span i {
	margin-top: -4px;
    display: block;
}
.donation_anonymous_option.-active span {
	opacity: 1;
	visibility: visible;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.donation_anonymous_description {
	position: relative;
	padding-top: 15px;
}
.donation_anonymous_line {
	position: absolute;
	width: calc(100% + 20px);
	height: calc(100% + 5px);
	bottom: 0px;
	left: -10px;
	pointer-events: none;
}
.donation_anonymous_line.-mobile-yes {
	display: none;
}
.donation_anonymous_line path {
	--dashoffsetYes: 0;
	--dashoffsetNo: 0;
	--dashoffsetNull: 800;
	fill: transparent;
	stroke: #fac404;
	stroke-width: 5px;
	stroke-dashoffset: var(--dashoffsetNull);
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.donation_anonymous.-yes .donation_anonymous_line path {
	stroke-dashoffset: var(--dashoffsetYes);
}
.donation_anonymous.-no .donation_anonymous_line path {
	stroke-dashoffset: var(--dashoffsetNo);
}

.donation_anonymous_description i.pxrthm_icon {
    width: 15px;
    height: 15px;
	margin: -5px 10px 0px 0px;
}

span.donation_option_check {
	font-size: 22px;
    height: 22px;
    width: 22px;
    padding: 0px;
    margin: 0px 5px 0px 0px;
    border-radius: 100%;
    border: 2px solid #000;

	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	inset: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition: all 600ms cubic-bezier(.47,1.64,.41,.8);
	color: inherit;
}
.-text-light span.donation_option_check {
	border-color: #fff;
}
.donation_dr_option.-active span.donation_option_check,
.donation_anonymous_option.-active span.donation_option_check {
	border-color: #fac404;
}
.donation_dr_option.-active span.donation_option_check,
.donation_anonymous_option.-active span.donation_option_check  {
	transform: translateY(0px);
}
.donation_anonymous_option span.donation_option_check i,
span.donation_option_check i {
	height: 22px;
    width: 22px;
	margin-top: 0px;
	margin-bottom: -2px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0) rotate(45deg);
	transition: all 600ms cubic-bezier(.47,1.64,.41,.8);
}
.donation_dr_option.-active span.donation_option_check i,
.donation_anonymous_option.-active span.donation_option_check  i {
	opacity: 1;
	visibility: visible;
	transform: scale(1) rotate(0deg);
}

.donation_amount_selection {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.donation_amount {
	padding: 20px 0px;
}
body .donation_custom_amount_wrapper,
body .donation_custom_amount_wrapper.pxrut_field_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 25px 0px 5px 0px;
}
.donation_custom_amount_wrapper label {
	font-family: 'Panton';
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
}
.donation_custom_amount_wrapper .pxrut_input_wrapper {
	flex: 2;
}
.donation_custom_amount_wrapper .pxrut_input_wrapper.-suffixed input {
	background-color: #F5F5F5;
	border-radius: 5px 0px 0px 5px;
	border: none;
	outline: none;
	height: 40px;
	padding: 0px 15px;
	
	font-family: 'Panton';
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 14px;
	text-align: right;
}
.donation_custom_amount_wrapper input:focus {
	border: none;
	outline: none;
}
.donation_custom_amount_wrapper .pxrut_input_suffix {
	border: none;
	outline: none;
	height: 40px;
	background-color: #ebeaea;
	
	display: flex;
	align-items: center;
	
	font-family: 'Panton';
	font-weight: 900;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
}
p.pxrthm_donation_amount_error {
	font-size: 14px;
	color: red !important;
}
.donation_form_step:not(.-first) {
	position: absolute;
	z-index: 10;
	top: calc(-1 * var(--section-content-padding));
	right: calc(-1 * var(--section-content-padding));
	width: calc(50% + var(--section-content-padding));
	height: calc(100% + (2 * var(--section-content-padding)));
	background-color: #fff;
	
	padding: 20px;
	border: 2px solid #000;
	
	visibility: hidden;
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.pxrthm-tab.-crowdfunding .donation_form_step:not(.-first) {
	background-color: #6e3355;
}
.donation_form_step.-active:not(.-first) {
	visibility: visible;
	-moz-transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-o-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.donation_container .pxrthm-tab.-crowdfunding {
	overflow: hidden;
	background-color: #fff;
	border-radius: 0px;
}
.donation_container .pxrthm-tab {
	overflow: hidden;
	background-color: #fff;
	border-radius: 0px 0px 10px 10px;
}
.donation_tab_background {
	position: absolute;
	z-index: 1;
	top: -20px;
	left: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 40px);
}
.donation_container .pxrthm-tab.-blur .donation_tab_background {
	filter: blur(4px);
}
.pxrthm-tab.-crowdfunding .donation_tab_background {
	background-color: #6e3355;
	border-color: #433147;
}
.donation_tab_background .background_shapes {
    min-width: 100%;
}
.donation_tab_background .background_shape.shape-0 {
	top: -428px;
    left: -175px;
    --scaleX: 1.5;
    --scaleY: 1.5;
    --rotate: 79deg;
    --translateX: 0px;
    --translateY: 200px;
}
.donation_container .pxrthm-tab.-blur .donation_descrtiption,
.donation_container .pxrthm-tab.-blur .donation_next_wrapper,
.donation_container .pxrthm-tab.-blur .donation_form_step.-first {
	filter: blur(4px);
	pointer-events: none;
	user-select: none;
}
.donation_form_step_inner {
	position: relative;
	height: 100%;
}
.donation_form_step:not(.-first) .donation_form_step_inner {
	display: flex;
    flex-direction: column;
    height: 100%;
}
.donation_form_step:not(.-first) .donation_form_step_body {
	flex: 2;
    height: 1px;
	overflow-y: auto;
}
.donation_form_step:not(.-first) .donation_form_step_body::-webkit-scrollbar {
	width: 5px;
}
.donation_form_step:not(.-first) .donation_form_step_body::-webkit-scrollbar-track {
	background: #F5F5F5;
}
.donation_form_step:not(.-first) .donation_form_step_body::-webkit-scrollbar-thumb {
	background: #6e3355;
	cursor: pointer;
}
.donation_form_step:not(.-first) .donation_form_step_body::-webkit-scrollbar-thumb:hover {
	background: #4d1c38;
}

.pxrthm-tab.-crowdfunding .donation_form_step:not(.-first) .donation_form_step_body::-webkit-scrollbar-track {
	background: #ab699c;
}
.pxrthm-tab.-crowdfunding .donation_form_step:not(.-first) .donation_form_step_body::-webkit-scrollbar-thumb {
	background: #4d1c38;
}
.pxrthm-tab.-crowdfunding .donation_form_step:not(.-first) .donation_form_step_body::-webkit-scrollbar-thumb:hover {
	background: #000;
}
	
.donation_form_step_back {
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: -50px;
    width: 35px;
    height: 35px;
    margin: auto;
    display: flex;
    border: 2px solid #000;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    font-size: 25px;
	cursor: pointer;
}
.pxrthm-tab.-crowdfunding .donation_form_step_back {
	background-color: #6e3355;
	border-color: #433147;
}
.section_donation .text_container {
	margin-bottom: 50px;
}
.donation_progress_container {
	width: 100%;
	padding-bottom: 25px;
}
.crowdfunding_progress_container {
	border-radius: 17px 17px 0px 0px;
	padding: 10px;
	background-color: #6e3355;
}
.crowdfunding_progress {
	background-color: #fdedb3;
	border-radius: 11px;
	position: relative;
	height: 40px;
	overflow: hidden;
}
.crowdfunding_progress_bar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	border-radius: 11px;
	background-color: #fac404;
}
.crowdfunding_progress_text {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 2;
	color: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Panton';
	font-size: 25px;
	line-height: 0.8;
	font-weight: 900;
	padding: 0px 20px;
}
.crowdfunding_progress_target {
	font-size: 33px;
	text-align: right;
}
.pxrthm-tab.-crowdfunding .pxrut_input_suffix {
	background-color: #5F4665;
}

.donation_form_container .nf-form-title {
	display: none;
}
body .donation_form_container .nf-response-msg h2 {
    font-size: 20px;
}
body .donation_form_container .nf-response-msg {
	padding: 15px 0px;
}

body .donation_form_container .nf-form-content {
	margin: 25px 0px 0px 0px;
}
body .donation_form_container #ninja_forms_required_items,
body .donation_form_container .nf-field-container {
    margin-bottom: 10px;
}
body .donation_form_container .nf-field-label,
body .donation_form_container .nf-field-label label {
    font-size: 14px;
}

/* Breaking news */
.section_breaking_news .section_inner {
	padding: 15px 0px;
}
.breaking_news_container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.breaking_news_label {
	max-width: 100px;
    font-family: 'Panton';
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 20px;
    border-right: 1px solid #fff;
}
.breaking_news_link {
	padding-left: 20px;
}
h2.breaking_news_link,
h2.breaking_news_link a {
    font-family: 'Panton';
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
}

/* Box slider */
.box_slider_container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.box_slider_description {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.box_slider_description_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	gap: 25px;
	text-align: center;
	max-width: 775px;
}
.box_slider_wrapper {
	width: 100%;
}
.box_slider {
	width: 100%;
}
.box_slider .slider-nav {
	height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding: 0px 10px 35px 10px;
	gap: 15px;
}
.box_slider.-slides-3 .slider-nav,
.box_slider.-slides-2 .slider-nav,
.box_slider.-slides-1 .slider-nav {
	display: none;
}
.-layout-products .box_slider.-slides-4 .slider-nav,
.-layout-products .box_slider.-slides-3 .slider-nav,
.-layout-products .box_slider.-slides-2 .slider-nav,
.-layout-products .box_slider.-slides-1 .slider-nav {
	display: none;
}

.box_slider.-slides-3 .swiper-wrapper,
.box_slider.-slides-2 .swiper-wrapper,
.box_slider.-slides-1 .swiper-wrapper {
	justify-content: center;
}

.-layout-contents .box_slider .slider-nav {
	right: auto;
	left: auto;
}
.box_slider .slider-prev,
.box_slider .slider-next {
	width: 75px;
	height: 75px;
	background-color: #F5F5F5;
	border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #000;
}
.box_slider .swiper-pagination {
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    position: relative;
    width: auto;
    flex: 2;
    margin-left: 180px;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-size: 9px;
	--swiper-theme-color: #fac404;
}
.box_slider .swiper-pagination.-light {
	--swiper-pagination-bullet-inactive-color: #fff;
}
.box_item {
	-webkit-transition: border-color 300ms ease-out 300ms;
	-moz-transition:  border-color 300ms ease-out 300ms;
	-ms-transition:  border-color 300ms ease-out 300ms;
	-o-transition:  border-color 300ms ease-out 300ms;
	transition:  border-color 300ms ease-out 300ms;
}
.box_item .box_item_inner {
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.box_item.-in-view .box_item_inner {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.box_slider .box_item {
	width: 33.3%;
	height: auto;
	padding: 0px 15px;
	align-self: stretch;
}
.box_item_inner {
	position: relative;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;	
	background: transparent;
	gap: 15px;
}
.box_thumbnail_wrapper {
	width: 100%;
	position: relative;
	border-radius: 30px 30px 0px 0px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items:center;
	margin-bottom: 14px;
}
.box_thumbnail_wrapper::before {
	content: '';
	display: block;
	padding-top: 85%;
}
.box_item .box_thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.box_item:hover .box_thumbnail {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.box_item .box_inner_shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 30px 30px 0px 0px;
	-webkit-box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.05);
	box-shadow:inset 0 0 20px 0 rgba(0,0,0,0.05);
}
.box_item .box_content {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
	margin-top: 15px;
	width: 100%;
}
.box_item .box_content:first-child {
	margin-top: 0px;
}
.box_item .box_title,
.box_item .box_title a {
	font-family: 'Panton';
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}
.box_item .box_subtitle,
.box_item .box_subtitle a {
	font-family: 'Panton';
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}
.box_item .box_text {
   display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.box_item .box_text,
.box_item .box_text p {
	font-size: 18px;
	font-weight: 300;
}
.box_item.-no-img .box_title {
	margin-bottom: 10px;
}
.box_item.-no-img .box_text {
    -webkit-line-clamp: 20;
}

.box_item .button_wrapper {
    padding: 0px;
}
.box_slider .swiper-wrapper {
	align-items: stretch;
}

.-layout-products .box_slider_description {
	width: 40%;
}
.-layout-products .box_slider_description_inner {
	align-items: flex-start;
	text-align: left;
	max-width: 485px;
}
.-layout-products .box_slider_wrapper {
	width: 60%;
}
.-layout-products .box_slider {
	position: relative;
	width: 110%;
}
.-layout-products .box_slider.-slides-3 .swiper-wrapper,
.-layout-products .box_slider.-slides-2 .swiper-wrapper,
.-layout-products .box_slider.-slides-1 .swiper-wrapper {
	justify-content: flex-end;
	right: 25%;
}
.-layout-products .box_slider .slider-nav {
	width: 75%;
	height: auto;
}
.-layout-products .box_item {
	width: 25%;
	padding: 0px 10px;
}
.-layout-products .box_thumbnail_wrapper {
	position: relative;
	justify-content: center;
	align-items:center;
	width: 100%;
	overflow: hidden;
	border-radius: 30px;
	background: #fff;
}
.-layout-products .box_thumbnail_wrapper::before {
	content: '';
	display: block;
	padding-top: 150%;
}
.-layout-products .box_item .box_inner_shadow {
	border-radius: 30px;
}
.-layout-products .box_item .pxrthm_icon {
	position: absolute;
	width: 15px;
    height: 15px;
	top: 20px;
	right: 20px;
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(-50px) translateY(50px);
	-webkit-transform: translateX(-50px) translateY(50px);
	-o-transform: translateX(-50px) translateY(50px);
	-ms-transform: translateX(-50px) translateY(50px);
	transform: translateX(-50px) translateY(50px);
	-webkit-transition: all 600ms cubic-bezier(.47,1.64,.41,.8);
	-moz-transition: all 600ms cubic-bezier(.47,1.64,.41,.8);
	-ms-transition: all 600ms cubic-bezier(.47,1.64,.41,.8);
	-o-transition: all 600ms cubic-bezier(.47,1.64,.41,.8);
	transition: all 600ms cubic-bezier(.47,1.64,.41,.8);
}

.-layout-products .box_item:hover .pxrthm_icon {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateX(0px) translateY(0px);
	-webkit-transform: translateX(0px) translateY(0px);
	-o-transform: translateX(0px) translateY(0px);
	-ms-transform: translateX(0px) translateY(0px);
	transform: translateX(0px) translateY(0px);
}

/* BOX LIST */
.box_list_container {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
.box_list_inner {
	width: 100%;
}
.post_list {
	width: 100%;
}
.box_list_description {
	width: 100%;
	max-width: 750px;
	margin: 0px auto 25px auto;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    text-align: center;
}
.post_list_logo {
	width: 65px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.box_labels {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	margin-bottom: 15px;
	width: 100%;
}
.box_label,
a.box_label {
	font-size: 14px;
    text-transform: lowercase;
    line-height: 1;
}
.box_label.box_label_author,
a.box_label.box_label_author {
	font-weight: 500;
	letter-spacing: 2px;
    text-transform: none;
}
.box_label.box_label_date,
a.box_label.box_label_date {
	font-weight: 300;
	letter-spacing: 2px;
    text-transform: none;
}
.box_label.box_label_modified,
a.box_label.box_label_modified {
	font-weight: 500;
	letter-spacing: 2px;
    text-transform: none;
}

.box_label_separator {
	width: 1px;
	height: 10px;
	background-color: #000;
}
.-text-light .box_label_separator {
	background-color: #fff;
}
.-layout-tudastar .box_list_container {
	backdrop-filter: blur(10px);
}
.-layout-tudastar .box_list_inner {
	overflow:hidden;
}
.-layout-tudastar .post_list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	position: relative;
}
.-layout-tudastar .box_list_description {
	width: 33.3%;
	max-width: 33.3%;
	padding: 25px;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	margin: 0px;
	
	-webkit-transition: border-color 300ms ease-out 300ms;
	-moz-transition:  border-color 300ms ease-out 300ms;
	-ms-transition:  border-color 300ms ease-out 300ms;
	-o-transition:  border-color 300ms ease-out 300ms;
	transition:  border-color 300ms ease-out 300ms;
}
.-layout-tudastar.-in-view.-text-dark .box_list_description {
	border-color: rgba(0,0,0,0.3);
}
.-layout-tudastar.-in-view.-text-light .box_list_description {
	border-color: rgba(255,255,255,0.3);
}

.-layout-tudastar .box_item {
	width: 33.3%;
	padding: 25px;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.-layout-tudastar.-text-dark .box_item.-in-view {
	border-color: rgba(0,0,0,0.3);
}
.-layout-tudastar.-text-light .box_item.-in-view {
	border-color: rgba(255,255,255,0.3);
}
.-layout-tudastar .box_list_description.-flex-last-row,
.-layout-tudastar .box_item.-flex-last-row {
	border-bottom: none;
}
.-layout-tudastar .box_list_description.-flex-last-col,
.-layout-tudastar .box_item.-flex-last-col {
	border-right: none;
}
.-layout-tudastar .box_item:nth-child(2) {
	width: 66.6%;
}
.-layout-tudastar .box_item:nth-child(2) .box_text {
	-webkit-line-clamp: unset !important;
}
.-layout-tudastar .box_item .box_content {
	margin-top: 0px;
}

.-layout-products .box_list_container .post_list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.-layout-products .box_list_container .box_item {
	width: 20%;
	padding: 20px 10px;
}
.-layout-products.-layout-products_related .box_list_container .box_item {
	width: 25%;
}
.-layout-products .box_list_container .box_placeholder {
	width: 20%;
}
.-layout-products .box_list_container .box_item_inner {
	height: 100%;
}
.-layout-products .box_list_container .box_item .box_content {
	padding: 0px 20px;
	gap: 0px;
	margin-bottom: 20px;
}
.-layout-products .box_list_container .box_item .box_subtitle,
.-layout-products .box_list_container .box_item .box_subtitle a {
    font-family: 'Panton';
    font-size: 49px;
    font-weight: 900;
    text-transform: uppercase;
	line-height: 1;
}
.-layout-products .box_list_container .box_item .box_title,
.-layout-products .box_list_container .box_item .box_title a {
    font-size: 26px;
	line-height: 1;
}
.box_price_wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.4);
	
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.box_item:hover .box_price_wrapper {
	visibility: visible;
	opacity: 1;
}
.box_price {
	text-align: center;
	font-family: 'Panton';
    font-size: 42px;
    font-weight: 900;
	color: #fff;
}
.box_price.-title {
	font-size: 32px;
}
.productbox_donation_label {
	font-size: 20px;
}
.-layout-products .box_list_container .box_item:hover .box_thumbnail {
    filter: blur(10px);
}

.-layout-list .box_item {
	width: 100%;
}
.-layout-list .box_list_container .box_item_inner {
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #707070;
	padding: 25px 0px;
}
.-layout-list .box_list_container .box_item:last-child .box_item_inner {
	border-bottom: none;
}
.-layout-list.-text-light .box_list_container .box_item_inner {
	border-bottom: 1px solid #fff;
}
.-layout-list .box_list_container .box_item .box_title,
.-layout-list .box_list_container .box_item .box_title a {
    font-size: 24px;
}
.-layout-list .box_list_container .button_wrapper {
	width: auto;
}

.-layout-simple .box_list_inner {
	overflow:hidden;
}
.-layout-simple .post_list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.-layout-simple .box_item {
	width: 33.3%;
	padding: 25px;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.-layout-simple .box_item.-in-view {
	border-right: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
}
.-layout-simple .box_item.-flex-last-row {
	border-bottom: none;
}
.-layout-simple .box_item.-flex-last-col {
	border-right: none;
}

.-layout-related .box_list_container {
	backdrop-filter: blur(10px);
}
.-layout-related .box_item_inner {
	flex-direction: row;
	align-items: stretch;
	gap: 0px;
	height: auto;
}
.-layout-related.-text-dark .box_item_inner {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
.-layout-related.-text-light .box_item_inner {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.-layout-related .box_thumbnail_container {
	padding: 25px 25px 25px 0px;
}
.-layout-related.-text-dark .box_thumbnail_container {
	border-right: 1px solid rgba(0,0,0,0.3);
}
.-layout-related.-text-light .box_thumbnail_container {
	border-right: 1px solid rgba(255,255,255,0.3);
}
.-layout-related .box_thumbnail_wrapper {
	width: 350px;
    min-width: 350px;
	border-radius: 30px;
	margin: 0px;
}
.-layout-related .box_thumbnail_wrapper::before {
    content: '';
    display: block;
    padding-top: 65%;
}
.-layout-related .box_content{
	width: 100%;
	padding: 25px 0px 25px 25px;
	margin: 0px;
	justify-content: space-between;
}
.-layout-related .box_content:first-child {
	padding-left: 0px;
}
.-layout-related .box_labels {
	padding-bottom: 15px;
}
.-layout-related.-text-dark .box_labels {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.-layout-related.-text-light .box_labels {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 60px;
	font-family: 'Justus Pro';
    font-size: 16px;
    font-weight: normal;
}
.pagination_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
}
.pagination_link.-active {
	font-weight: 900;
}
.pagination_link i {
	margin-bottom: -2px;
}

.-layout-simple .pagination_link {
	background-color: #000;
	color: #fff;
	border-radius: 100%;
	width: 40px;
    height: 40px;
	font-weight: 900;
}
.-layout-simple .pagination_link.-active {
	background-color: #fac404;
}
.-layout-simple.-text-light .pagination_link {
	background-color: #fff;
	color: #000;
}
.-layout-simple.-text-light .pagination_link.-active {
	background-color: #fac404;
}

.-layout-team .post_list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 15px;
}
.-layout-team .box_item {
	width: calc(50% - (15px / 2));
}
.-layout-team .box_item_inner {
	flex-direction: row;
	align-items: stretch;
	gap: 0px;
	height: 100%;
	border: 1px solid #D4D6D4;
	border-radius: 15px;
	overflow: hidden;
	background-color: #fff;
}
.-layout-team .box_thumbnail_container {
	width: 40%;
}
.-layout-team .box_content_outer {
	width: 60%;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.-layout-team .box_thumbnail_wrapper {
    border-radius: 0px;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
}
.-layout-team .box_thumbnail_wrapper::before {
	padding-top: 100%;
}
.-layout-team .box_inner_shadow {
	border-radius: 15px 0px 0px 15px;
}
.-layout-team .box_content {
	margin-top: 0px;
}
.-layout-team .box_title {
	font-family: 'Justus Pro';
	font-size: 18px;
	font-weight: 500;
	text-transform: none;
}
.-layout-team .box_subtitle {
	font-family: 'Justus Pro';
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
}
.-layout-team .box_text {
	-webkit-line-clamp: unset;
}
.-layout-team .box_text,
.-layout-team .box_text p {
	line-height: 1.1;
}

.box_list_container .loader {
	position: absolute;
    bottom: 35px;
	margin-right: -30px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.-listing-pagination .box_list_container .loader {
	bottom: 20px;
}
.-listing-load_more .box_list_container .loader {
	bottom: 35px;
}
.-layout-simple.-listing-pagination .box_list_container .loader {
    bottom: 45px;
}
.box_list_container .loader.-show {
	visibility: visible;
	opacity: 1;
}

.loadmore_container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.box_list_container.-loading .pagination,
.box_list_container.-loading .loadmore_container {
	pointer-events: none;
}

.no_result {
	width: 100%;
	text-align: center;
}
.blog_badge {
	display: inline-block;
    background-color: #f8c014;
    padding: 2px 6px 2px 9px;
    text-transform: uppercase;
    font-family: 'Panton';
    font-size: 14px;
    letter-spacing: 3px;
	margin-bottom: 3px;
}
.blog_badge i {
	font-style: normal;
    display: inline-block;
    position: relative;
    top: -1px;
}

.-layout-advanced .box_item:nth-child(odd) {
	background-color: #f1f1f1;
}
.-layout-advanced .box_item_inner {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
	padding: 15px;
	width: 100%;
	max-width: 100%;
}
.-layout-advanced .box_item .box_content {
	width: calc(100% - 110px);
	flex: 2;
}
.-layout-advanced .box_thumbnail_container {
	width: 100px;
    min-width: 100px;
}
.-layout-advanced .box_thumbnail_wrapper {
	border-radius: 5px;
	margin-bottom: 0px;
	margin-top: 17px;
}
.post_old_url {
	display: block;
	font-size: 16px;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    position: relative;
	text-decoration: underline;
}
/* SEARCH */

.search_description {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
}
.section_search.-layout-tudastar .section_text {
	font-weight: bold;
}
.tudastar-search-text-divider {
	display: none;
}
.section_search.-layout-tudastar .section_inner {
	padding-bottom: 0px;
}
.-layout-tudastar .search_description {
	width: 100%;
	max-width: 650px;
}
.-layout-tudastar .tag_filters_container {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-top: 0px;
}
.-layout-tudastar .tag_filters_inner {
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100vw;
	padding: 0px var(--section-content-padding);
}
.-layout-tudastar .tag_filters_content {
	position: relative;
	z-index: 2;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
}
.-layout-tudastar .parent_filters {
	width: 100%;
	display: flex;
	justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	padding: 25px 0px;
}
.-layout-tudastar .parent_filters.-first {
	border-bottom: 1px solid #000;
}
.-layout-tudastar .parent_filters.-second {
	border-top: 1px solid #000;
}
.-layout-tudastar.-text-light .parent_filters.-first,
.-layout-tudastar.-text-light .parent_filters.-second {
	border-color: #fff;
}
.-layout-tudastar.-text-light .parent_filters.-second {
	margin-top: -1px;
}
.-layout-tudastar .parent_filter,
.-layout-tudastar label.parent_filter {
	position: relative;
	display: flex;
	justify-content: center;
    align-items: center;
	padding: 5px 15px;
	cursor: pointer;
	font-family: 'Justus Pro';
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.-layout-tudastar .parent_filter::before,
.-layout-tudastar label.parent_filter::before {
	content: '';
	position: absolute;
	display: block;
	bottom: -4px;
	width: 50%;
	height: 4px;
	background-color: #000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.-layout-tudastar .parent_filter:hover::before,
.-layout-tudastar label.parent_filter:hover::before {
	visibility: visible;
	opacity: 0.5;
	width: calc(100% - 5px);
}
.-layout-tudastar .parent_filter.-active::before,
.-layout-tudastar .parent_filter.-active:hover::before,
.-layout-tudastar label.parent_filter.-active::before,
.-layout-tudastar label.parent_filter.-active:hover::before {
	width: calc(100% - 20px);
	visibility: visible;
	opacity: 1;
}
.-layout-tudastar.-text-light .parent_filter::before,
.-layout-tudastar.-text-light label.parent_filter::before {
	background-color: #fff;
}
.-layout-tudastar .parent_filter input,
.-layout-tudastar label.parent_filter input {
	display: none;
}
.-layout-tudastar .tag_filters_center_container {
	width: 100%;
	max-width: var(--content-width);
	display: none;
}
.-layout-tudastar .tag_filters_center_container_inner {
	width: 100%;
	display: flex;
	justify-content: center;
    align-items: stretch;
	flex-direction: column-reverse;
}
.-layout-tudastar .child_filter_groups {
	width: 100%;
	padding: 15px 0px;
}
.-layout-tudastar.-text-light .child_filter_groups {
	border-color: #fff;
}
.-layout-tudastar .child_filter_group {
	display: none;
	
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.-layout-tudastar .child_filter_group[style*="display: block"] {
	display: flex !important;
}
.-layout-tudastar .tag_filters_description {
	width: 100%;
	flex: 2;
	padding: 15px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.-layout-tudastar .tag_filters_description_inner {
	width: 100%;
}
.-layout-tudastar .tag_filters_description_title {
	font-family: 'Panton';
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	letter-spacing: 2px;
}
.-layout-tudastar .tag_filters_description_text {
	font-family: 'Justus Pro';
	font-size: 19px;
	font-weight: 300;
}
.-layout-tudastar .child_filter_group label.child_filter {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: 'Justus Pro';
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	cursor: pointer;
	
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-o-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.-layout-tudastar .child_filter_group.-show label.child_filter {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.-layout-tudastar .child_filter_group label input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	min-width: 18px;
	height: 18px;
	min-height: 18px;
	background-color: #fff;
	border-radius: 100%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.-layout-tudastar .child_filter_group label input[type="checkbox"]:checked::after {
	content: "\eed8";
    font-family: 'IcoFont';
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    z-index: 2;
	margin-top: 2px;
	color: #000;
}
.-layout-tudastar .parent_tag_backdrops {
	position: absolute;
	top: -120px;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.-layout-tudastar .parent_tag_backdrop {
	position: absolute;
	top: 0px;
	left: -50px;
	min-width: calc(100% + 50px);
	height: 100%;
	color: rgba(0,0,0,0.05);
	white-space: nowrap;
	font-family: 'Justus Pro';
	font-size: 400px;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0;
	-moz-transform: translateX(-250px);
	-webkit-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
	-webkit-transition: opacity 3000ms ease-out, transform 3000ms ease-out;
	-moz-transition: opacity 3000ms ease-out, transform 3000ms ease-out;
	-ms-transition: opacity 3000ms ease-out, transform 3000ms ease-out;
	-o-transition: opacity 3000ms ease-out, transform 3000ms ease-out;
	transition: opacity 3000ms ease-out, transform 3000ms ease-out;
}
.-layout-tudastar .parent_tag_backdrop.-show {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.-layout-tudastar.-text-light .parent_tag_backdrop {
	color: rgba(255,255,255,0.05);
}
.-layout-tudastar .tag_filters_header {
	display: none;
	position: relative;
	width: 100%;
	max-width: var(--content-width);
}
.-layout-tudastar .tag_filters_title {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	font-family: 'Panton';
	font-size: 35px;
	font-weight: 900;
	text-transform: uppercase;
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(50px);
	-webkit-transform: translateX(50px);
	-o-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.-layout-tudastar .tag_filters_title.-show {
	
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}
.-layout-tudastar .tag_filters_title.-placeholder {
	position: relative;
}
.-layout-tudastar .tag_filters_breadcrumb {
	background-color: #000;
	width: 100vw;
	padding: var(--section-content-padding);
	
	color: #fff;
	display: none;
}
.-layout-tudastar .tag_filters_breadcrumb_inner > * {
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateY(25px);
	-webkit-transform: translateY(25px);
	-o-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.-layout-tudastar .tag_filters_breadcrumb_inner > *.-show {
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.-layout-tudastar .tag_filters_breadcrumb_inner {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.-layout-tudastar .tag_filters_breadcrumb_item {
	font-family: 'Justus Pro';
	font-size: 20px;
}
.-layout-tudastar .tag_filters_breadcrumb_item.-parent {
	font-weight: bold;
}
.-layout-tudastar .tag_filters_breadcrumb_separator:not(.-parent) {
	width: 2px;
    height: 15px;
    background-color: #fff;
}
.-layout-tudastar .tag_filters_inner .button_wrapper {
	padding-top: 25px;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
}

.-layout-normal .tag_filters_container {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
	padding-bottom: 110px;
}
.-layout-normal .tag_filters_background {
	position: absolute;
	top: 0px;
	width: 100vw;
	height: 100%;
	z-index: 1;
}
.-layout-normal .tag_filters_inner {
	width: 100%;
    position: relative;
	z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
.-layout-normal .tag_filters_description {
	padding: 50px 0px;
}
.-layout-normal .tag_filters_description_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	gap: 15px;
}
.-layout-normal .tag_filters_description_title {
	font-family: 'Panton';
	font-size: 29px;
	font-weight: 900;
	text-transform: uppercase;
}
.-layout-normal .tag_filters_description_text {
	font-family: 'Justus Pro';
	font-size: 18px;
	font-weight: 300;
}
.-layout-normal .tag_filters_content {
	width: 100%;
	max-width: 850px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.-layout-normal .tag_filters_content_background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.-layout-normal .tag_filters_content_background .background_shapes {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}
.-layout-normal .tag_filters_content_background .section_background.-shapes-4 .background_shape.shape-2 {
	top: -360px;
    right: 390px;
    left: auto;
}
.-layout-normal .tag_filters_content_background .section_background.-shapes-4 .background_shape.shape-1 {
	right: 175px;
}

.-layout-normal .tag_filters_content_inner {
	position: relative;
	z-index: 2;
	padding: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 15px;
}
.-layout-normal .parent_filters  {
	width: 60%;
}
.-layout-normal label.parent_filter {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 0px;
    cursor: pointer;
    font-family: 'Justus Pro';
    font-size: 14px;
    font-weight: bold;
	letter-spacing: 2px;
	color: #6e3355;
	text-transform: uppercase;
}
.-layout-normal label.parent_filter input {
    display: none;
}
.-layout-normal label.parent_filter i {
	font-size: 18px;
}
.-layout-normal label.parent_filter span {
	display: inline-block;
	padding: 2px 6px;
	color: #6e3355;
    background-color: transparent;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.-layout-normal label.parent_filter.-active span {
	color: #fff;
    background-color: #90BF5C;
}


.-layout-normal .child_filter_groups {
	width: 40%;
	background-color: #fef9e5;
	border: 2px dashed #6e3355;
	border-left: 8px solid #6e3355;
	padding: 15px;
}
.-layout-normal .child_filter_group {
    display: none;
}
.-layout-normal .child_filter_group label.child_filter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Justus Pro';
    font-size: 12px;
    font-weight: bold;
	letter-spacing: 1px;
	text-transform: lowercase;
	color: #b26fa4;
    padding: 2px 0px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.-layout-normal .child_filter_group.-show label.child_filter {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.-layout-normal .child_filter_group label.child_filter span {
	display: inline-block;
	padding: 4px 10px;
	border: 2px solid  #b26fa4;
	border-radius: 100px;
}
.-layout-normal .child_filter_group label input[type="checkbox"] {
	position: relative;
	z-index: 2;
    -webkit-appearance: none;
    appearance: none;
    width: 23px;
    min-width: 23px;
    height: 23px;
	min-height: 23px;
    color: #fef9e5;
    background-color: transparent;
	border: 4px solid #6e3355;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0px;
	margin-right: -2px;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.-layout-normal .child_filter_group label input[type="checkbox"]:checked {
	background-color: #6e3355;
}
.-layout-normal .child_filter_group label input[type="checkbox"]:checked::after {
    content: "\eed8";
    font-family: 'IcoFont';
    font-size: 18px;
    line-height: 18px;
    position: absolute;
    z-index: 2;
    margin-top: 1px;
}
.-layout-normal .child_filter_group .child_filter_group_title {
	font-family: 'Justus Pro';
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #6e3355;
    text-transform: uppercase;
	margin-bottom: 5px;
}
.-layout-normal .child_filter_group .child_filter_group_header .section_title_divider {
	background-color: #6e3355;
	height: 2px;
	margin-bottom: 10px;
}

.-layout-normal .tag_filters_breadcrumb {
	position: relative;
	z-index: 2;
    width: 100%;
    max-width: 830px;
}
.-layout-normal .tag_filters_breadcrumb_wrapper {
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	background-color: #6e3355;
    border-radius: 0px 0px 10px 10px;
	padding: 15px 0px;
}
.-layout-normal .tag_filters_breadcrumb_title {
	padding: 0px 15px;
	font-family: 'Justus Pro';
	font-size: 16px;
	font-weight: 300;
}
.-layout-normal .tag_filters_clear_all_filters {
	padding: 0px 15px;
	font-family: 'Panton';
	font-size: 12px;
    font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	cursor: pointer;
}
.-layout-normal .tag_filters_breadcrumb_inner {
	flex: 2;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	gap: 5px 0px;
	border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0px 15px;
}
.-layout-normal .tag_filters_breadcrumb_inner > * {
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateY(25px);
	-webkit-transform: translateY(25px);
	-o-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transform: translateY(25px);
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.-layout-normal .tag_filters_breadcrumb_inner > *.-show {
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
.-layout-normal .tag_filters_breadcrumb_item {
	font-family: 'Justus Pro';
	font-size: 16px;
}
.-layout-normal .tag_filters_breadcrumb_separator {
	display: inline-block;
	margin-right: 5px;
}
.-layout-normal .search_tags_container {
	position: relative;
	z-index: 2;
	margin-top: 25px;
	width: 100%;
	max-width: 850px;
	display: none;
}
.-layout-normal .search_tags_container input {
	width: 100%;
	height: 40px;
	border: 2px solid #707070;
	border-radius: 5px;
	padding: 0px 12px;
	font-family: 'Justus Pro';
    font-size: 18px;
}
.-layout-normal .search_tags_container i {
	position: absolute;
	top: 11px;
    right: 10px;
    width: 20px;
    height: 20px;
}
.-layout-normal .advanced_search {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
	z-index: 1;
	margin-top: -70px;
}
.-layout-normal .advanced_search_inner {
	display: none;
	position: relative;
	width: 100vw;
}
.section_search.-layout-normal .section_inner {
	padding-bottom: 70px;
	-webkit-transition: padding 400ms ease-out;
	-moz-transition: padding 400ms ease-out;
	-ms-transition: padding 400ms ease-out;
	-o-transition: padding 400ms ease-out;
	transition: padding 400ms ease-out;
}
.-layout-normal.-advanced-search-opened .section_inner {
	padding-bottom: 0px;
}

.post_type_selector {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0px;
}
.post_type_selector .pt_filter {
	border-radius: 14px;
}
.post_type_selector .pt_filter input {
	display: none;
}
.-layout-normal .search_container  {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
	width: 100%;
}
.search_wrapper {
	position: relative;
	margin: 50px 0px;
	z-index: 2;
}
.-layout-normal .search_wrapper {
	margin: 0px;
	width: 100%;
}
.search_wrapper input {
	width: 100%;
	height: 40px;
	border-radius: 5px;
	padding: 0px 12px;
	border: none;
	font-family: 'Justus Pro';
    font-size: 18px;
}
.search_wrapper .button {
	position: absolute;
	top: 7px;
    right: 7px;
    border-radius: 100px;
}
.-layout-normal .search_container .button_wrapper {
    display: flex;
    justify-content: center;
    padding: 0px;
	position: relative;
	z-index: 3;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.-layout-normal.-advanced-search-opened .search_container .button_wrapper {
	-moz-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.-layout-advanced .search_container .pxrut_submit_wrapper .loader,
.-layout-normal .search_container .button_wrapper .loader {
    position: absolute;
    top: calc(100% - 10px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.-layout-advanced .search_container .pxrut_submit_wrapper .loader {
	top: calc(100% - 35px);
}
.-layout-advanced  .search_container .pxrut_submit_wrapper .loader.-show,
.-layout-normal .search_container .button_wrapper .loader.-show {
	visibility: visible;
	opacity: 1;
}

.-layout-advanced .search_description {
	align-items:center;
}

body .pxrut_fields_container fieldset {
	width: 100%;
}
body .pxrut_fields_container {
	gap: 25px;
}
body .pxrut_field_wrapper {
	padding: 0px;
}
body .pxrut_field_wrapper.-half {
	width: calc(50% - (25px / 2));
	padding: 0px;
}
body .pxrut_field_wrapper.-third {
	width: calc(33.3% - (2 * 25px / 3));
	padding: 0px;
}
body .pxrut_field_wrapper.-fourth {
	width: calc(25% - (3 * 25px / 4));
	padding: 0px;
}
.section_search.-layout-advanced  .pxrut_submit_wrapper {
	margin-top: 25px;
}
.section_search{
	z-index: 2;
}
.section_search .pxrut_submit_wrapper {
	flex-wrap: wrap;
}
.clear_search {
	text-decoration: underline;
}
	
/* NUMBERS */
.numbers_container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.numbers_container .numbers_description {
	width: 40%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
	padding-left: 25px;
}
.numbers_container .numbers_subtitle_container {
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 40px;
	padding-top: 10px;
}
.numbers_container .numbers {
	width: 60%;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
	padding-right: 25px;
}
.number_row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 2px dotted #000;
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-o-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.number_row.-in-view {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.number_row_number {
	font-family: 'Panton';
	font-size: 65px;
	font-weight: 900;
	line-height: 1;
}
.number_row_text {
	font-family: 'Justus Pro';
	font-size: 24px;
	text-align: right;
}
.section_numbers .section_text {
	font-size: 24px;
}

/* PAGE TITLE */
.section_pagetitle .section_title,
.section_pagetitle h1.section_title,
.section_pagetitle h2.section_title {
	font-size: 50px;
}
.section_pagetitle  .title_container {
	min-height: 175px;
}
.pagetitle_boxes {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 25px;
	gap: 25px;
}
.pagetitle_box {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	gap: 10px;
}
.pagetitle_box.-left {
	align-items: flex-start;
}
.pagetitle_box.-right {
	align-items: flex-end;
}
.pagetitle_post_info {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0px;
}
.pagetitle_post_info span {
	font-weight: 500;
}
.pagetitle_box .box_labels {
	margin: 0px;
}

.pagesearch_container {
	position: relative;
}
.pagesearch_container.-sticky {
	position: fixed;
	top: 0px;
	right: 0px;
	background-color: #fef3cd;
	padding: 10px;
	border-radius: 0px 0px 0px 10px;
	color: #000 !important;
}
.pagesearch_container_inner {
	position: relative;
}
.pagesearch_input {
	font-family: 'Justus Pro';
	background-color: #fdedb3;
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 16px;
	height: 35px;
    padding: 0px 35px 0px 15px;
	width: 100%;
	max-width: 400px;
}
.pagesearch_button {
	position: absolute;
    top: 6px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
}
.pagesearch_clear {
	display: none;
	position: absolute;
    top: 6px;
    right: 30px;
    z-index: 2;
    cursor: pointer;
}
.pagesearch_container.-search .pagesearch_input {
	padding: 0px 50px 0px 15px;
}
.pagesearch_container.-search .pagesearch_clear {
	display: block;
}
.pagesearch_results {
	display: none;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.pagesearch_container.-search .pagesearch_results {
	display: flex;
}
.pagesearch_results_num {
	font-family: 'Justus Pro';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
}
.pagesearch_prev_result,
.pagesearch_next_result {
	cursor: pointer;
}

/* SECTION SIMPLE TEXT */
.section_text {
	width: 100%;
	max-width: 100%;
}
.section_text .wp-caption {
	width: 100%;
	max-width: 100%;
}
.text_container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 25px;
}
.text_container .section_button_wrapper {
	display: flex;
    justify-content: center;
}
.text_container p:last-child {
	margin-bottom: 0px;
}
.section_text.-column_2 {
	column-count: 2;
	column-gap: 25px;
}

.section_lead img,
.section_text img {
	vertical-align: baseline;
}
.section_lead .alignleft,
.section_text .alignleft {
	float: left;
    margin: 0.5em 1em 0.5em 0;
}
.section_lead .alignright,
.section_text .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.section_lead .aligncenter,
.section_text .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.section_simpletext .section_lead {
	margin-bottom: 0px;
}
.wp-caption-text {
	font-size: 12px;
}
.section_text td,
.section_text th {
	padding: 10px;
	border-width: 1px;
}

.section_text table.-responsive thead,
.section_text table.-responsive tfoot {
	display: none;
}
.section_text table.-responsive tbody tr {
	display: block;
	border: 1px solid #000;
	margin: 10px 0px;
}
.section_text table.-responsive tbody td,
.section_text table.-responsive tbody th {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	border: none !important;
}
.section_text table.-responsive tbody .cell_label {
	display: inline-block;
	margin-right: 10px;
}
table.filterable-table {
	table-layout: fixed;
	width: 100%;
	max-width: 100%;
}
select.table-filter {
	display: inline-block;
	max-width: 100%;
}

/* IMAGEHALF */
.section_imagehalf .section_inner.-full {
	padding: 0px;
}
.imagehalf_container {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
.-layout-reverse .imagehalf_container {
	flex-direction: row-reverse;
}
.imagehalf_container .image_half {
	width: 50%;
	min-height: 70vh;
}
.section_imagehalf.-layout-gallery .imagehalf_container .image_half {
	position: relative;
	width: 100%;
	max-width: var(--content-width);
}
.section_imagehalf.-layout-gallery .slider_item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.section_imagehalf.-layout-gallery .slider_item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 80vh;
}
.section_imagehalf.-layout-gallery .slider-nav {
	left: 0px;
	right: 0px;
	top:auto;
	bottom: 10px;
	width: 80px;
}
.section_imagehalf.-layout-gallery .imagehalf_container .image_half::before {
	padding: 0px !important;
}
.imagehalf_container .content_half {
	position: relative;
	width: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.-layout-reverse .content_half {
	justify-content: flex-end;
	position: relative;
}
.imagehalf_container .content_half_inner {
	padding: 50px;
	max-width: calc((var(--content-width) + 100px) / 2); /*+100 padding left right*/
	
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 15px;
}
.content_half .background_shapes {
	left: 0px;
}
.image_half_slider {
	height: 100%;
}
.slider-nav {
	position: absolute;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	margin:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	right: 25px;
	height: 35px;
}
.-layout-reverse .slider-nav {
	right: auto;
	left: 25px;
}
.image_half_slider .slider_item {
	background-size: cover;
	background-position: 50% 50%;
}

/* VIDEO */
.section_video .section_inner.-full {
	padding: 0px;
}
.video_container {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video_wrapper {
	display: flex;
	align-items: center;
    justify-content: center;
	position: relative;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.pxrthm-popup .video_wrapper {
	visibility: visible;
	opacity: 1;
}
.video_wrapper.-show {
	visibility: visible;
	opacity: 1;
}
.video_wrapper .ratio-16x9 {
	position: relative;
	z-index: 1;
}
.video_wrapper iframe,
.video_wrapper video {
	position: absolute;
	z-index: 2;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}
.video_wrapper .video_wrapper_background {
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0px;
	background-color: #000;
}
@media (max-aspect-ratio: 16/9) {
	.video_wrapper {
		width: 100%;
		height: auto;
	}
	.video_wrapper .ratio-16x9 {
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 80vh;
	}
	.pxrthm-popup .video_wrapper {
		width: var(--popup-content-width);
		max-height: var(--popup-content-height);
	}
}
@media (min-aspect-ratio: 16/9) {
	.video_wrapper {
		height: 80vh;
		width: auto;
	}
	.pxrthm-popup .video_wrapper {
		height: var(--popup-content-height);
	}
	.video_wrapper .ratio-16x9 {
		width: auto;
		height: 80vh;
		max-width: 100%;
		max-height: 80vh;
	}
	.pxrthm-popup .video_wrapper .ratio-16x9 {
		max-width: var(--popup-content-width);
		height: var(--popup-content-height);
		max-height: var(--popup-content-height);
	}
}



.video_overlay {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	cursor: pointer;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.video_overlay.-hide {
	visibility: hidden;
	opacity: 0;
}
.video_play_button {
	padding: 15px;
	border-radius: 100%;
	backdrop-filter: blur(10px);
	
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.-in-view .video_play_button {
	visibility: visible;
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.video_play_button div {
	width: 115px;
	height: 115px;
	background-image: url('assets/images/video_play_light.svg');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.-text-dark .video_play_button div {
	background-image: url('assets/images/video_play_dark.svg');
}
.video_title {
	position: absolute;
	bottom: 50px;
	width: calc(100% - 50px);
	max-width: 700px;
	text-align: center;
	margin-top: 25px;
	padding: 25px;
	-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	border-radius: 30px;
	
	font-family: 'Panton';
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-ms-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;
}
.-in-view .video_title {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.-text-dark .video_title {
	color: #000;
}

/* VIDEO BOXES */
.video_boxes_container {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 25px;
	margin-top: 25px;
}
.video_box {
	width: calc(33.3% - (50px / 3));
	
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.video_box.-in-view {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.video_box_thumbnail_container {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	overflow: hidden;
}
.video_box_thumbnail_container::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.video_box_thumbnail {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.video_box:hover .video_box_thumbnail {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.video_box_play_icon {
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	backdrop-filter: blur(10px);
	padding: 5px;
	border-radius: 100%;
	
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.video_box_play_icon.-dark {
	background-color: rgba(255,255,255,0.3);
}
.video_box:hover .video_box_play_icon {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}
.video_box_play_icon div {
	width: 45px;
	height: 45px;
	background-image: url('assets/images/video_play_light.svg');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.video_box_play_icon.-dark div {
	background-image: url('assets/images/video_play_dark.svg');
}
.video_box_title {
	font-family: 'Panton';
	font-size: 20px;
	font-weight:900;
	text-align: center;
	margin-top: 25px;
}
/* INFO BOXES */
.info_boxes_container {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 35px 25px;
	margin-top: 50px;
}
.info_boxes_container .footer_block {
	width: calc(33.3% - (50px / 3));
	padding: 30px;
	text-align: center;
}
.info_boxes_container .footer_block.-has-icon {
	padding: 45px 30px 30px 30px;
}
.info_boxes_container .footer_block > .pxrthm_circle_icon {
	width: 50px;
	height: 50px;
	top: -25px;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.info_boxes_container .footer_block:hover > .pxrthm_circle_icon {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.info_boxes_container .footer_block > .pxrthm_circle_icon i.pxrthm_icon {
    width: 25px;
    height: 25px;
}
.info_boxes_container .footer_block a {
    font-weight: inherit;
	text-decoration: underline;
}

/* GYIK - FAQ */
.section.-text-light .faq_item p,
.section.-text-light .faq_item a {
	color: #000;
}
.faq_container {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
}
.faq_container:first-child {
	margin-top: 0px;
}
.faq_item {
	background: linear-gradient(45deg, #fdedb3 0%,#ffffff 100%);
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0);
	border-radius: 25px;
	
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.faq_item.-open {
	-webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}
.faq_body .button_wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	padding-bottom: 0px;
}
.faq_header {
	border-radius: 10px;
	background-color: #fff;
	border: 2px solid #000;
	padding: 5px 10px;
	cursor: pointer;
	display: flex;
    justify-content: space-between;
	align-items: center;
	
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.faq_item.-no-body .faq_header {
	cursor: default;
}
.faq_item.-open .faq_header {
	background-color: #fac404;
}
.faq_header > .pxrthm_icon {
	min-width: 35px;
    min-height: 35px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.faq_item.-open .faq_header > .pxrthm_icon {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq_header,
.faq_header h3 {
	font-family: 'Justus Pro';
	font-weight: bold;
	font-size: 18px;
}
.faq_body {
	display: none;
}
.faq_body_inner {
	padding: 30px;
}
.faq_text a {
	color: #1f3b52 !important;
	text-decoration: underline;
}

/* FORM SECTION */
.form_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 50px;
}
.form_wrapper {
	position: relative;
	width: 100%;
	max-width: 1024px;
	border-radius: 30px;
	background-color: #fac404;
	padding: 25px;
}

.section.-text-light .form_wrapper p,
.section.-text-light .form_wrapper a {
	color: #000;
}

.petition_label {
	border-radius: 18px 18px 0px 0px;
	background-color: #fac404;
	text-align: center;
	font-family: 'Panton';
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 20px 35px 10px 35px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.petition_label span {
	font-size: 44px;
	margin-right: 10px;
}

body .nf-form-title {
	text-align: center;
}
body .nf-form-content {
	padding: 0px;
	margin: 25px 0px;
}

body .nf-error.field-wrap .nf-field-element:after {
    background: #EB6333;
    color: #fff;
	top: 0px;
    right: 0px;
    bottom: 0px;
	height: 100%;
	border: none;
	border-radius: 0px 5px 5px 0px;
	width: 40px;
    line-height: 40px;
}
body .nf-pass.field-wrap .nf-field-element:after {
    color: #348d34;
    top: 1px;
    right: 5px;
    height: 40px;
    line-height: 40px;
}
body .nf-field-label,
body .nf-field-label label {
	font-family: 'Panton';
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
}

body .nf-form-content .list-select-wrap .nf-field-element>div,
body .nf-form-content input:not([type=button]), .nf-form-content textarea {
	border-radius: 5px;
	border: none;
	background: #fff;
}
body .nf-form-content .listselect-wrap .nf-field-element div,
body .nf-form-content input.ninja-forms-field,
body .nf-form-content select.ninja-forms-field {
	font-family: 'Justus Pro';
	font-size: 18px;
}	
body .nf-form-content .listselect-wrap .nf-field-element div,
body .nf-form-content input.ninja-forms-field,
body .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 40px;
	color: #000;
	background: #fff;
}
body .-bg-light .nf-form-content .listselect-wrap .nf-field-element div,
body .-bg-light .nf-form-content input.ninja-forms-field,
body .-bg-light .nf-form-content select.ninja-forms-field:not([multiple]) {
	background: #F5F5F5;
}


body .nf-form-content .list-select-wrap .nf-field-element>div:focus,
body .nf-form-content input:not([type=button]):focus,
body .nf-form-content textarea:focus {
    background: #fff;
    color: #000;
}

body .checkbox-wrap .nf-field-label,
body .checkbox-wrap .nf-field-label label {
	font-family: 'Justus Pro';
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
}

body .checkbox-wrap .nf-field-label a,
body .checkbox-wrap .nf-field-label label a {
	color: #1f3b52 !important;
	text-decoration: underline;
	position: relative;
    z-index: 2;
}

body .pxrthm-tab.-crowdfunding .checkbox-wrap .nf-field-label a,
body .pxrthm-tab.-crowdfunding .checkbox-wrap .nf-field-label label a {
	color: #b26fa4 !important;
}

body .checkbox-wrap .nf-field-element label:before,
body .checkbox-wrap .nf-field-label label:before,
body .listcheckbox-wrap .nf-field-element label:before,
body .listcheckbox-wrap .nf-field-label label:before {
    color: #fff;
	font-size: 16px;
	cursor: pointer;
}
body .checkbox-wrap .nf-field-element label.nf-checked-label:before,
body .checkbox-wrap .nf-field-label label.nf-checked-label:before,
body .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
body .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
	color: #000;
}
body .checkbox-wrap .nf-field-element label:after,
body .checkbox-wrap .nf-field-label label:after,
body .listcheckbox-wrap .nf-field-element label:after,
body .listcheckbox-wrap .nf-field-label label:after {
    background: #fff;
    border: none !important;
    transition: all .5s;
	border-radius: 3px;
	cursor: pointer;
	box-shadow:none !important;
}
body .-bg-light .checkbox-wrap .nf-field-element label:after,
body .-bg-light .checkbox-wrap .nf-field-label label:after,
body .-bg-light .listcheckbox-wrap .nf-field-element label:after,
body .-bg-light .listcheckbox-wrap .nf-field-label label:after {
    background: #f5f5f5;
}
body .checkbox-wrap .nf-field-element label.nf-checked-label:after,
body .checkbox-wrap .nf-field-label label.nf-checked-label:after,
body .listcheckbox-wrap .nf-field-element label.nf-checked-label:after,
body .listcheckbox-wrap .nf-field-label label.nf-checked-label:after {
    border-color: #fff;
}
body .checkbox-container.label-right label:before {
    left: -27px;
    top: 0;
}
body .listcheckbox-container .nf-field-element label:before {
    top: 3px;
    left: -27px;
}
body .nf-error-msg {
    font-size: 16px;
}
body .listimage-wrap .nf-field-element ul {
	padding: 0px;
	margin: 0px;
}


body .submit-wrap {
	text-align: center;
}
body .nf-response-msg {
	padding: 50px 0px;
	text-wrap: balance;
}
body .nf-response-msg h2 {
	font-size: 30px;
	font-weight: bold;
}
body .nf-response-msg a {
	text-decoration: underline;
}
body input[type=checkbox]:focus+label:after,
body input[type=radio]:focus+label:after {
    box-shadow: 0 0 0 3px #6e3355;
}
body .nf-form-content select {
	border: none;
	border-radius: 5px;
	color: #000;
}
body .nf-form-content select.ninja-forms-field {
	color: #000;
}
body .nf-form-content select.ninja-forms-field:focus {
	background-color: #fff;
}
body .nf-form-content .listselect-wrap .nf-field-element div,
body .nf-form-content .ninja-forms-field:not(textarea) {
    padding: 0px 12px;
}
fieldset {
	border-color: #000;
	padding-top: 25px;
}
fieldset legend {
	font-family: 'Panton';
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
	padding: 0px 15px;
}
body .button.nf-remove-fieldset {
	letter-spacing: 0px;
    border-radius: 100%;
    padding: 1px 0px 0px 1px !important;
    width: 25px;
    height: 25px;
}
hr {
	border-top: 2px solid #000;
	border-bottom: none;
}
body .nf-field-container.hr-container {
	margin-bottom: 15px;
}
.grecaptcha-badge {
	z-index: 999;
	bottom: 10px !important;
}

.pmnfac-payment-redirect-message {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	gap: 10px;
}
.pmnfac-payment-redirect-message p {
	width: 100%;
}
.pmnfac-payment-redirect-message .button {
	margin-top: 30px;
    text-decoration: none;
}
.pmnfac-page-content {
	padding-top: 80px;
	height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.payment-card {
	position: relative;
}
.pxrthm-payment-result-anim {
	position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    max-width: 720px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 1em;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.pxrthm-payment-result-anim.-hide {
	opacity: 0;
	visibility: hidden;
}
body .payment-result-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body .pmnfac_gateway_select-wrap label img {
	max-width: 175px;
}

/* WEBSHOP MENU */
.webshop_menu_container {
	background-color: #6e3355;
}
.webshop_menu_inner {
	position: relative;
	width: 100%;
	max-width: var(--content-width);
	margin: auto;
    display: flex;
    justify-content: space-between;
}
.webshop_menu_container .menu_item:hover,
.webshop_menu_container .menu_item:hover > .menu_title {
    color: #fac404;
}
.woocommerce-product-gallery {
	opacity: 1 !important;
}
.cart_indicator {
	position: absolute;
    z-index: 2;
    top: 11px;
    right: -21px;
    width: 25px;
    height: 25px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    letter-spacing: 0px;
    background-color: #EB6333;
    border-radius: 100%;
    line-height: 1;
    font-size: 12px;
    font-weight: 900;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.cart_indicator.-show {
	visibility: visible;
	opacity: 1;
}

/* PRODUCT INFO */
.pxrthm_single_product_inner {
	display: flex;
	justify-content:center;
	align-items: flex-start;
	width: 100%;
}
.woocommerce div.product div.summary.pxrthm_single_product_inner {
	width: 100%;
}
.pxrthm_single_product_info {
	flex: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}
.pxrthm_single_product_info:not(:last-child) {
	padding-right: 75px;
}
.pxrthm_single_product_info.-mobile-product-title {
	display: none;
}
.product_colors {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px;
}
#pa_szin {
	display: none;
}
.color_option {
	width: 35px;
	height: 35px;
	position: relative;
	cursor: pointer;
}
.color_option::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 3;
    top: -1px;
    left: -1px;
    border-radius: 6px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
	border: 3px solid #000;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.color_option.-selected::before {
	visibility: visible;
	opacity: 1;
}
.color_option .color_option_tooltip {
	position: absolute;
	white-space: nowrap;
	bottom: calc(100% + 5px);
	left: 0px;
	background-color: #fff;
	padding: 5px 15px;
	border: 1px solid #707070;
	border-radius: 5px;
	pointer-events: none;
	line-height: 1;
	text-transform: lowercase;
	
	-moz-transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.color_option:hover .color_option_tooltip {
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}
.color_option .color_option_tooltip::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: calc(100% - 1px);
	left: 15px;
	width: 0px; 
	height: 0px; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
}
.color_option .color_option_tooltip::before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: calc(100% - 0.5px);
	left: 15px;
	width: 0px; 
	height: 0px; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #707070;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.color_option .color_option_inner {
	border-radius: 5px;
	border: 1px solid #707070;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.color_option .color_primary {
	position: absolute;
	bottom: -9px;
    right: -9px;
    width: 145%;
    height: 145%;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.color_option .color_secondary {
	position: absolute;
	bottom: -25px;
    right: -25px;
    width: 145%;
    height: 145%;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pxrthm_single_product_gallery {
	width: 40%;
	max-width: 60vh;
}
.pxrthm_product_image_slider {
	border-radius: 45px;
}
.pxrthm_product_image_slide {
	background-size: cover;
	background-position: 50% 50%;
}
.pxrthm_product_image_slide::before {
	content: '';
	display: block;
	padding-top: 125%;
}
.pxrthm_product_image_slider .slider-prev {
	position: absolute;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	left: 15px;
	margin:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	background-color: #F5F5F5;
	border-radius: 100%;
}
.pxrthm_product_image_slider .slider-next {
	position: absolute;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	right: 15px;
	margin:auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75px;
	height: 75px;
	background-color: #F5F5F5;
	border-radius: 100%;
}
.pxrthm_product_thumbnail_slider_outer {
	position: relative;
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pxrthm_product_thumbnail_slider {
	width: calc(100% - 40px);
	max-width: 100%;
	flex: 2;
}
.pxrthm_product_thumbnail_slide {
	background-size: cover;
	background-position: 50% 50%;
	cursor: pointer;
	border-radius: 10px;
}
.pxrthm_product_thumbnail_slide::before {
	content: '';
	display: block;
	padding-top: 100%;
}
.single-product span.posted_in,
.single-product span.tagged_as {
	display: block;
}
.single-product span.sku_wrapper {
    display: none !important;
}

.pxrthm_single_product_info p.price {
	font-family: 'Panton';
	font-size: 34px !important;
	font-weight: 900;
	color: #6e3355 !important;
	margin: 0px;
}
.section_title_divider.-price {
	background-color: #6e3355;
	height: 2px;
	width: 180px;
}
.section_title_divider.-attributes {
	background-color: #fac404;
	height: 2px;
	width: 100px;
}
.single-product .product_title {
	font-family: 'Panton';
	font-size: 49px;
	font-weight: 900;
	line-height: 1;
}
.single-product .product_meta{
	display: none;
}
.single-product .product_meta,
.single-product .product_meta a {
	font-family: 'Panton';
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.variations tbody tr {
	display: block;
	margin: 10px 0px;
}
.variations tbody tr:first-child {
	margin-top: 0px;
}
.variations tbody tr:last-child {
	margin-bottom: 0px;
}
.variations tr th.label {
	display: block;
	text-align: left;
}
.variations tr th.label,
.variations tr th.label label {
	font-family: 'Panton';
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.variations tr td.value {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.variations select {
	height: 40px;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 0px 15px;
	flex: 2;
	font-family: 'Justus Pro';
	font-size: 16px;
	font-weight: 300;
}
.pxrthm_single_product_description {
	margin: 15px 0px 0px 0px;
}
.woocommerce-variation-price {
	margin-bottom: 15px;
}
.woocommerce-variation-price span.price  {
	font-family: 'Panton';
	font-size: 24px !important;
	font-weight: 900;
	color: #6e3355 !important;
	margin: 0px;
}
.pxrthm_single_product_info form.cart {
	width: 100%;
	margin-top: -5px;
}
.pxrthm_single_product_info .button_wrapper {
	width: 100%;
	padding: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
}
.pxrthm_single_product_info .button_wrapper .button {
	flex: 2;
}
body .quantity input.qty {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #707070;
    padding: 0px 10px;
    min-width: 75px;
    font-family: 'Justus Pro';
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}
.pxrthm_single_product_info .out-of-stock {
	width: 100%;
	display: block;
	border: 2px solid #7b7b7b;
	padding: 10px 25px;
	text-align: center;
	font-family: 'Panton';
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #7b7b7b !important;
	border-radius: 5px;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 20px;
}
.woocommerce-variation-add-to-cart {
	margin-top: 20px;
}
.woocommerce-variation-availability {
	margin-bottom: 15px;
}
body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #fdedb3;
    color: #000;
    border-top: 3px solid #543b5a;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.xoo-wl-btn-container {
	width: 100%;
}
.xoo-wl-btn-container .button {
	width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.xoo-wl-modal .button {
	width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.xoo-wl-sidebar {
    background-size: contain;
}
.xoo-wl-inmodal {
    max-width: 800px;
    max-height: 460px;
}
.xwh-heading {
	font-family: 'Panton';
}

.-text-light p.product_variation_notice,
.-text-dark p.product_variation_notice {
	color: #fac404;
	font-size: 16px;
}
.reset_variations {
	margin-left: 15px;
}

/* CART */
.cart_container .woocommerce {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-wrap: wrap;
}
.cart_container .woocommerce-notices-wrapper {
	width: 100%;
}
.cart_container .woocommerce-cart-form {
	flex: 2;
	padding: var(--section-content-padding);
}
.cart_container .cart-collaterals {
	width: 460px;
	padding: var(--section-content-padding);
	border-left: 1px solid #707070;
}
.cart_container .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart_container .cart-collaterals .cart_totals {
	width: 100%;
}
.cart_container .woocommerce table.shop_table {
	border: none;
}
.cart_container .woocommerce table.shop_table th,
.cart_container .woocommerce table.shop_table td {
	border: none;
	border-top: 1px solid #707070;
	padding: 20px 12px;
	font-weight: normal;
	font-size: 18px;
}
.cart_container .woocommerce table.shop_table tr.order-total th,
.cart_container .woocommerce table.shop_table tr.order-total td {
	border-top: 5px solid #000;
}
body .woocommerce a.remove {
	color: #EB6333!important;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 150px;
	border-radius: 25px;
}
h2.cart_section_title {
	font-family: 'Panton';
	font-weight: 900;
	font-size: 24px;
	padding-bottom: 40px;
	text-transform: uppercase;
}
.wc-proceed-to-checkout .button {
	width: 100%;
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page .tip {
	display: flex;
    justify-content: center;
    align-items: stretch;
    border: 2px solid #000;
    border-radius: 5px;
    overflow: hidden;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce-page .tip .input-text {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px 10px;
	font-family: 'Justus Pro';
    font-size: 16px;
	min-width: 150px;
}
.woocommerce .coupon .button,
.woocommerce-page .tip .button {
	position: relative !important;
    margin: -2px -2px -2px 0px !important;
}
.cart_action_fields {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
	gap: 15px;
}
.woocommerce #content table.cart td.actions .cart_action_fields .coupon,
.woocommerce table.cart td.actions .cart_action_fields .coupon,
.woocommerce-page #content table.cart td.actions .cart_action_fields .coupon,
.woocommerce-page table.cart td.actions .cart_action_fields .coupon {
    padding: 0em;
}
.wc-empty-cart-message {
	width: 100%;
}
.return-to-shop {
	width: 100%;
	text-align: center;
}

.woocommerce .cart_totals table.shop_table,
.woocommerce .cart_totals table.shop_table tbody {
	max-width: 100%;
	display: block;
}
.cart_totals tr {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #707070;
}
.cart_totals tr.woocommerce-shipping-totals.shipping,
.cart_totals tr.csp-review-order.csp-shipping {
	flex-direction: column;
	align-items: stretch;
}
.cart_totals tr.woocommerce-shipping-totals.shipping th,
.cart_totals tr.woocommerce-shipping-totals.shipping td,
.cart_totals tr.csp-review-order.csp-shipping th,
.cart_totals tr.csp-review-order.csp-shipping td {
	width: 100%;
}
.woocommerce .cart_totals table.shop_table tr th,
.woocommerce .cart_totals table.shop_table tr td {
	padding: 10px 10px !important;
}
.woocommerce .cart_totals table.shop_table tr th,
.woocommerce .cart_totals table.shop_table tr td {
	border-top: none !important;
}
.woocommerce .cart_totals table.shop_table tr td {
	flex: 2;
}

/* CHECKOUT */
.checkout_container .checkout  {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-wrap: wrap;
}
.woocommerce-NoticeGroup {
	width: 100%;
}
.checkout_container .woocommerce-notices-wrapper {
	width: 100%;
}
.checkout_container .checkout_details {
	flex: 2;
	padding: var(--section-content-padding);
}
.checkout_container .checkout_overwiew {
	width: 560px;
	padding: var(--section-content-padding);
	border-left: 1px solid #707070;
}
h2.checkout_section_title {
	font-family: 'Panton';
	font-weight: 900;
	font-size: 24px;
	padding-bottom: 40px;
	text-transform: uppercase;
}
.checkout_details h3 {
	padding-top: 25px;
	padding-bottom: 15px;
}
.checkout_details h3,
.checkout_details h3 label {
	font-family: 'Panton';
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
}
#customer_details .col-1,
#customer_details .col-2 {
	float: none;
	clear: both;
	width: 100%;
	border-top: 1px solid #707070;
}
#customer_details .col-2 {
	margin-top: 25px;
}
.checkout_container label {
	font-family: 'Panton';
	font-weight: 900;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.checkout_container .woocommerce form .form-row input,
.checkout_container .woocommerce form .form-row textarea,
.checkout_container .woocommerce form .form-row select {
	background-color: #fdedb3;
	border: none !important;
	outline: none !important;
	border-radius: 5px;
	padding: 0px 12px;
	height: 40px;
	font-family: 'Justus Pro';
    font-size: 18px;
	color: #000;
}
.checkout_container .woocommerce form .form-row textarea {
	padding: 12px;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	min-height: 100px;
}
.checkout_container .woocommerce form .form-row input[type="checkbox"]{
	height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0px;
}
.checkout_container .select2-container--default .select2-selection--single {
	height: 40px;
    border-radius: 5px;
    background-color: #fdedb3;
	border: none;
	font-family: 'Justus Pro';
	color: #000;
	font-size: 18px;
}
body .select2-dropdown {
	border-radius: 5px;
    background-color: #fdedb3;
	border: none;
	font-family: 'Justus Pro';
	color: #000;
	font-size: 16px;
	padding: 5px;
    -webkit-box-shadow:  0 10px 10px -1px rgba(0,0,0,0.3);
    box-shadow: 0 10px 10px -1px rgba(0,0,0,0.3);
}
body .select2-dropdown.select2_advanced_search  {
	background-color: #f5f5f5;
}
body .select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
body .select2-container--open .select2-dropdown--above {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #fce181;
}
body .select2-container--default .select2_advanced_search .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2_advanced_search .select2-results__option--highlighted[data-selected] {
	background-color: #6d6d6d;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #87436a;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 40px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 5px;
}
body .select2-container .select2-selection--single {
	height: 40px;
}
.checkout_container .woocommerce form .form-row-first,
.checkout_container .woocommerce form .form-row-last,
.woocommerce-page .checkout_container form .form-row-first,
.woocommerce-page .checkout_container form .form-row-last {
	width: 50%;
}

.checkout_container .woocommerce form .form-row {
    padding: 10px 0px;
    margin: 0px;
}
.checkout_container .woocommerce form .form-row-first,
.woocommerce-page .checkout_container form .form-row-first {
	padding-right: 10px ;
}
.checkout_container .woocommerce form .form-row-last,
.woocommerce-page .checkout_container form .form-row-last {
	padding-left: 10px ;
}
.checkout_container .woocommerce table.shop_table th,
.checkout_container .woocommerce table.shop_table td {
	border: none;
	border-top: 1px solid #707070;
	padding: 20px 12px;
	font-weight: normal;
	font-size: 18px;
}
.checkout_container .woocommerce table.shop_table tr.order-total th,
.checkout_container .woocommerce table.shop_table tr.order-total td {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
}
body .woocommerce table.shop_table {
	border-collapse: collapse;
	border: none;
}
#add_payment_method #payment ,
.woocommerce-cart #payment ,
.woocommerce-checkout #payment  {
	background-color: transparent;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    background: #6e3355;
    color: #fff;
    border-radius: 5px;
}
#add_payment_method #payment ul.payment_methods :is(a, p),
.woocommerce-cart #payment ul.payment_methods :is(a, p),
.woocommerce-checkout #payment ul.payment_methods :is(a, p) {
    color: #fff;
}
#payment ul.payment_methods div.payment_box {
	border-radius: 5px;
	 background: #d5ccd8;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #d5ccd8;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
#payment ul.payment_methods .payment_box :is(a, p) {
	color: #000;
}
#place_order {
	width: 100%;
	margin-top: 15px;
}
.woocommerce-terms-and-conditions-wrapper {
	border-bottom: 5px solid #000;
	padding-bottom: 15px;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	padding-left: 0px;
	padding-right: 0px;
}
.woocommerce .section_box_list .loader::before {
	display: none !important;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox,
.woocommerce-terms-and-conditions-checkbox-text {
	text-transform: none;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1;
	font-weight: normal;
	font-family: 'Justus Pro';
}
.woocommerce form .form-row label.checkbox a,
.woocommerce-page form .form-row label.checkbox a,
.woocommerce-terms-and-conditions-checkbox-text a {
	font-weight: bold;
	text-decoration: underline;
}
.woocommerce form .form-row .input-checkbox {
    margin: -6px 8px 0 0;
    width: 1em;
    height: 1em;
}

.woocommerce ul#shipping_method li label {
    text-transform: none;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    font-family: 'Justus Pro';
}
.woocommerce ul#shipping_method li input {
    margin: 5px 0.43em 0 0;
    vertical-align: top;
    height: 15px;
    width: 15px;
}
.checkout_container .woocommerce table.shop_table tr.checkout-shipping-extra-info td {
	border-top: 1px solid #cbcbcb;
}
.vp-woo-pont-shipping-method-label-price {
	display: none;
}

.woocommerce .checkout_overwiew table.shop_table,
.woocommerce .checkout_overwiew table.shop_table tbody,
.woocommerce .checkout_overwiew table.shop_table thead,
.woocommerce .checkout_overwiew table.shop_table tfoot {
	max-width: 100%;
	display: block;
}
.checkout_overwiew tr {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #707070;
}
.checkout_overwiew tr.woocommerce-shipping-totals.shipping,
.checkout_overwiew tr.csp-review-order.csp-shipping {
	flex-direction: column;
	align-items: stretch;
}
.checkout_overwiew tr.woocommerce-shipping-totals.shipping th,
.checkout_overwiew tr.woocommerce-shipping-totals.shipping td,
.checkout_overwiew tr.csp-review-order.csp-shipping th,
.checkout_overwiew tr.csp-review-order.csp-shipping td {
	width: 100%;
}
.woocommerce .checkout_overwiew table.shop_table tr th,
.woocommerce .checkout_overwiew table.shop_table tr td {
	padding: 10px 10px !important;
}
.woocommerce .checkout_overwiew table.shop_table tr th,
.woocommerce .checkout_overwiew table.shop_table tr td {
	border-top: none !important;
}
.woocommerce .checkout_overwiew table.shop_table tr td {
	flex: 2;
}
.woocommerce .checkout_overwiew table.shop_table tr td.product-total {
	flex: 0;
	white-space: nowrap;
}
.woocommerce .checkout_overwiew table.shop_table tr td .variation,
.woocommerce .checkout_overwiew table.shop_table tr td .variation p {
	font-size: 14px;
}
.woocommerce .checkout_overwiew table.shop_table tr td .variation dt,
.woocommerce .checkout_overwiew table.shop_table tr td .variation dd,
.woocommerce .checkout_overwiew table.shop_table tr td .variation p {
	line-height: 1.2;
}    

/* QUESSTIONS */
.section_questions .section_inner.-full {
	padding: 0px;
}
.question_inner {
	position: relative;
    z-index: 2;
    margin: auto;
	max-width: var(--content-width);
}
.question_container {
	background-color: #fff;
}
.question_container.-reverse {
	background-color: #fdedb3;
}

.question_header {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	padding: 50px 0px;
}
.question_container.-reverse .question_header {
	flex-direction: row-reverse;
}
.question_wrapper {
	width: 35%;
	display: flex;
	justify-content: flex-start;
	position: relative;
	z-index: 2;
}
.question_container.-reverse .question_wrapper {
	justify-content: flex-end;
}

.question_wrapper_inner {
	padding: 0px 50px 0px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-content: center;
	text-align: left;
	
	position: relative;
	min-width:100%;
	height:100%;
	background-color: #fff;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.question_container.-reverse .question_wrapper_inner {
	padding: 0px 0px 0px 50px;
}
.-open .question_wrapper_inner {
    min-width: 286%;
}

.question_wrapper_backdrop {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-right: 1px solid #000;
	background-color: #fff;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.question_container.-reverse .question_wrapper_backdrop {
	left: auto;
	right: 0px;
	border-right: none;
	border-left: 1px solid #000;
	background-color: #fdedb3;
}
.-open .question_wrapper_backdrop {
    /*width: 286%;*/
}
.question_wrapper_backdrop_inner {
	position: relative;
	width: 100%;
	height: 100%;
}

h3.question.section_title {
	font-family: 'Justus Pro';
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
	text-transform: none;
	text-align: left;
}
.question_number {
	position: absolute;
	bottom: -10px;
    right: 5px;
	font-family: 'Panton';
    font-weight: 900;
    font-size: 65px;
	color: #fef9e5;
	line-height: 1;
	
	visibility: hidden;
	opacity: 0;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);

	-webkit-transition: all 300ms ease-out 300ms;
	-moz-transition: all 300ms ease-out 300ms;
	-ms-transition: all 300ms ease-out 300ms;
	-o-transition: all 300ms ease-out 300ms;
	transition: all 300ms ease-out 300ms;
}
.question_container.-in-view .question_number {
	visibility: visible;
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.question_container.-reverse .question_number {
	color: #fce181;
}
.question_wrapper .button_wrapper {
	padding-bottom: 0px;
}
.short_answer_wrapper {
	width: 65%;
    padding: 0px 0px 0px 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	overflow: hidden;
}
.question_container.-reverse .short_answer_wrapper {
	padding: 0px 50px 0px 0px;
}
.short_answer {
	width: 100%;
	opacity: 1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.-open .short_answer {
	opacity: 0;
	-moz-transform: translateY(200%);
	-webkit-transform: translateY(200%);
	-o-transform: translateY(200%);
	-ms-transform: translateY(200%);
	transform: translateY(200%);
}

.questions_container .section_text,
.questions_container .section_text p {
    color: #000;
    font-family: 'Justus Pro';
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.3;
}

.question_container .question_body {
	display: none;
}
.question_container .long_answer {
    padding: 50px 0px;
    border-top: 1px solid #000;
	
	visibility: hidden;
	opacity: 0;
	-moz-transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);

	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.question_container.-in-view.-opened .long_answer {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.question_container .button i {
	transform: translateX(6px) rotate(0deg);
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	-ms-transition: all 400ms ease-out;
	-o-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
.question_container.-open .button i {
	transform: translateX(6px) rotate(180deg);
}

.-fade-text {
	position: relative;
}
.-fade-text::before {
	content: '';
	display: block;
	width: 150px;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0px;
	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.question_container.-reverse .-fade-text::before {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fdedb3+100&0+0,1+100 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(253,237,179,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* CTA */
.section_cta .section_inner {
	display: flex;
	justify-content: flex-start;
}
.section_cta.-layout-right .section_inner {
	justify-content: flex-end;
}
.cta_container {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	gap: 25px;
	backdrop-filter: blur(20px);
	padding: 25px;
}
.-layout-right .cta_container {
	align-items: flex-end;
	text-align: right;
}
.-text-dark .cta_container {
	background-color: rgba(0,0,0,0.05);
}

/* PAGE POPUP */
.page-popup .pxrthm-popup-overlay {
	background-color: rgba(0,0,0,0.20);
}
.page-popup .pxrthm-popup-content {
	border-radius: 0px 40px 40px 0px;
	padding: 0px;
	overflow: hidden;
}
.page_popup_wrapper {
	max-width: 760px;
	padding: 50px;
}
.page_popup_wrapper_inner {
	width: 100%;
	max-height: calc(var(--popup-content-height) - 100px);
	overflow: auto;
}
.page-popup .background_shapes {
	min-width: 100%;
}
.page-popup .section_background.-shapes-4 .background_shape.shape-0 {
	bottom: -243px;
    left: -397px;
    --translateX: 0px;
    --translateY: 0px;
}
.page-popup .pxrthm-popup-close {
	background-color: transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
	top: 15px;
    right: 15px;
}
.page-popup .page_popup_content {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 25px;
}
.page-popup.-show .section_title_divider {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateX(0px) scaleX(1);
	-webkit-transform: translateX(0px) scaleX(1);
	-o-transform: translateX(0px) scaleX(1);
	-ms-transform: translateX(0px) scaleX(1);
	transform: translateX(0px) scaleX(1);
}
.popup_title {
	font-family: 'Panton';
	font-size: 29px;
	font-weight: 900;
	text-transform: uppercase;
}
.page-popup .button_wrapper {
	padding: 0px;
}

/* 404 */
.pxrthm_404_container {
	min-height: calc(100vh - 210px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align: center;
	gap: 25px;
}
.pxrthm_404_description p {
	font-size: 25px;
}
.pxrthm_404_description a {
	text-decoration: underline;
}

/* cookie */
.cc-revoke.cc-left {
    left: 1em;
}
.cc-revoke svg {
	pointer-events: none;
}

/* SECTION PAYWALL */
.section_paywall.-show ~ .section {
	display: none;
}
.paywall_container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 25px;
	text-align: center;
}
.paywall_readmore {
	text-decoration: underline;
	cursor: pointer;
}
.section_paywall::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 100%;
    height: 75px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	opacity: 0;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}
.section_paywall.-show::before {
	opacity: 1;
}
.section_paywall .section_inner.-full {
	padding: 0px;
}
.paywall_buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

/* SECTION CROWDFUNDING LIST */
.section_crowdfunding_list .box_thumbnail_wrapper {
	border-radius: 100%;
}
.section_crowdfunding_list .box_thumbnail_wrapper::before {
    padding-top: 100%;
}
.section_crowdfunding_list .box_list_container .box_item .box_title {
	width: 100%;
	text-align: center;
}
.section_crowdfunding_list .box_price_wrapper {
	flex-direction: column;
	gap: 10px;
	text-align: center;
	color: #fff;
	font-family: 'Panton';
    font-weight: 900;
	font-size: 24px;
}
.section_crowdfunding_list .box_ugy {
    text-transform: uppercase;
	font-size: 1.3em;
}
.section_crowdfunding_list .box_crowdfunding_amount > span {
	font-size: 1.3em;
}
.box_crowdfunding_precent_bar {
	width: 100%;
	height: 25px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fac304;
	border-radius: 100px;
	overflow: hidden;
}
.box_crowdfunding_precent_bar_progress {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0%;
	background-color: #6f3355;
	transition: width 500ms ease-out;
}
.box_crowdfunding_precent_bar_text {
	position: absolute;
	z-index: 2;
	color: #fff;
	font-family: 'Panton';
    font-weight: 900;
	font-size: 18px;
	text-align: center;
}

/* SECTION NAVIGATION */
.section_navigation .section_inner {
	padding: 0px;
}
.webshop_menu_container.-no_background {
	background-color: transparent;
}
.webshop_menu_container.-text-dark .menu_title {
	color: #000;
}

/* accessibility */
.-simple-mode,
.-simple-mode *:not([class^="icofont-"], [class*=" icofont-"]) {
	font-family: Helvetica, sans-serif !important;
	letter-spacing: 0px  !important;
}
.-simple-mode .section_background:not(.-image) {
	display: none;
}
.-simple-mode .-text-light, 
.-simple-mode .-text-light :is(h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, p, a) {
	color: #000 !important;
}
.-simple-mode .section.-text-light:has(.section_background.-image), 
.-simple-mode .section.-text-light:has(.section_background.-image) :is(h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a, p, a) {
	color: #fff !important;
}
body.-simple-mode {
	background-color: #fefbf1;
}
body.-simple-mode .-layout-tudastar.-text-light .parent_filter::before, 
body.-simple-mode .-layout-tudastar.-text-light label.parent_filter::before {
    background-color: #000;
}
body.-simple-mode .-layout-tudastar.-text-light .parent_filters.-first, 
body.-simple-mode .-layout-tudastar.-text-light .parent_filters.-second {
    border-color: #000;
}
body.-simple-mode .-layout-tudastar.-text-light .child_filter_groups {
    border-color: #000;
}
body.-simple-mode .button.-ghost-light, 
body.-simple-mode .button.-ghost-light:is(a,button,input[type="submit"]) {
    background-color: transparent !important;
    color: #000 !important;
    border: 2px solid #000 !important;
}
.-simple-mode .section.-text-light:has(.section_background.-image) .button.-ghost-light {
	border: 2px solid #fff !important;
}
body.-simple-mode .section_title, 
body.-simple-mode .section_title.-right,
body.-simple-mode .section_title.-center,
body.-simple-mode .section_subtitle,
body.-simple-mode .section_subtitle.-right,
body.-simple-mode .section_subtitle.-center {
	text-align: left !important;
}
body.-simple-mode .text_container {
	align-items: flex-start;
}
body.-simple-mode .text_container .section_button_wrapper {
	justify-content: flex-start;
}
body.-simple-mode .question_container .question_number {
	display: none;
}
body.-simple-mode .question_wrapper_backdrop,
body.-simple-mode .question_container.-reverse .question_wrapper_backdrop {
	border: none;
}
body.-simple-mode .question_container .long_answer {
	padding-top: 0px;
	padding-left: 15px;
    border: none;
}
body.-simple-mode .question_header {
    padding: 25px 0px 0px 0px;
}
body.-simple-mode .question_header .button_wrapper {
	display: none !important;
}
body.-simple-mode .question_container.-reverse .question_wrapper_inner {
    padding: 0px;
}
body.-simple-mode .question_container.-reverse .question_wrapper_backdrop,
body.-simple-mode .question_container.-reverse {
    background-color: #fefbf1;
}
body.-simple-mode .submenu {
	border: 2px solid #000;
}
body.-simple-mode .submenu,
body.-simple-mode a.submenu_item,
body.-simple-mode .submenu_item {
	background-color: #fff;
}
body.-simple-mode .submenu * {
	color: #000 !important;
}

body.-simple-mode .webshop_menu_container,
body.-simple-mode .webshop_menu_container.-text-light {
	background-color: transparent;
	color: #000 !important;
}
body.-simple-mode .webshop_menu_container .menu_title {
	color: #000 !important;
}
body.-simple-mode  .faq_item {
    background: #fefbf1;
}
body.-simple-mode .faq_item .faq_header,
body.-simple-mode .faq_item.-open .faq_header {
	background-color: #fefbf1;
	border: none;
	pointer-events: none;
}
body.-simple-mode .faq_body {
	display: block !important;
}
body.-simple-mode .faq_item .faq_header .pxrthm_icon {
	display: none !important;
}
body.-simple-mode .section_lead,
body.-simple-mode .section_lead p,
body.-simple-mode .section_text,
body.-simple-mode .section_text p {
	line-height: 1.5 !important;
}

/* UPSALE PRODUCTS */
.upsale_container {
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 25px;
}
.upsale_info {
	flex: 1 0 40%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 15px;
}
.upsale_info h3 {
	font-family: 'Panton';
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2;
}
.upsale_slider_wrapper {
	position: relative;
	flex: 1 1 calc(540px);
	max-width: calc(60% - 25px);
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 0px 15px;
}
.upsale_slider_wrapper.-no-slider {
	padding: 0px 0px;
	justify-content: flex-end;
}
.upsale_slider_wrapper .slider-prev,
.upsale_slider_wrapper .slider-next {
	position: absolute;
	z-index: 5;
	cursor: pointer;
}
.upsale_slider_wrapper .slider-prev {
	left: 0px;
}
.upsale_slider_wrapper .slider-next {
	right: 0px;
}

.upsale_slider {
	width: 100%;
	max-width: 540px;
	margin: 0px;
	margin-right: -15px;
}
.-no-slider .upsale_slider .swiper-wrapper {
	justify-content: flex-end;
}

.upsale_slide,
.upsale_slide.swiper-slide {
	width: 33.3%;
	padding: 0px 10px;
}
.upsale_slide_inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	gap: 10px;
}
.upsale_slide .button, 
.upsale_slide .button:is(a,button,input[type="submit"]) {
	min-height: 30px;
    padding: 5px 10px;
    letter-spacing: 1px;
    margin-top: 10px;
}
.upsale_slide .button .button_inner,
.upsale_slide .button .button_inner.-sizer {
	letter-spacing: 1px;
}

.upsale_slide_thumbnail {
	width: 100%;
	max-width: 150px;
	aspect-ratio: 1 / 1;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.upsale_slide_thumbnail img {
	width: 100% !important;
	border-radius: 0px;
	transform: scale(1);
	transition: all 600ms ease-out;
}
.upsale_slide:hover .upsale_slide_thumbnail img {
	transform: scale(1.1);
	filter: blur(5px);
}
.upsale_slide_thumbnail_overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: all 600ms ease-out;
}
.upsale_slide:hover .upsale_slide_thumbnail_overlay {
	opacity: 1;
	visibility: visible;
}
.upsale_slide_thumbnail_overlay i {
	width: 15px;
	height: 15px;
	transform: translateX(-10px) translateY(10px);
	transition: all 600ms cubic-bezier(.47,1.64,.41,.8);
}
.upsale_slide:hover .upsale_slide_thumbnail_overlay i {
	transform: translateX(0px) translateY(0px);
}

.upsale_slide_title {
	font-family: 'Panton';
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
}
.upsale_slide_price_wrapper {
	line-height: 1.1;
}
.upsale_slide_price {
	font-family: 'Panton';
	font-size: 18px;
	font-weight: 900;
}

.upsale_slide .button.loading,
.upsale_slide .button.loading.-ghost-dark,
.upsale_slide .button.loading.-ghost-dark:is(a,button,input[type="submit"]),
.upsale_slide .button.added,
.upsale_slide .button.added.-ghost-dark,
.upsale_slide .button.added.-ghost-dark:is(a,button,input[type="submit"]) {
	color: transparent !important;
	background-color: transparent !important;
}
.upsale-row .upsale_slide .button.loading,
.upsale-row .upsale_slide .button.added {
	color: transparent !important;
	background-color: #fac404 !important;
}
.upsale_slide .button.loading::after,
.upsale_slide .button.added::after {
	position: absolute;
    right: 0px !important;
    left: 0px !important;
    top: auto !important;
    bottom: auto !important;
    color: #000;
    margin: auto !important;
    width: 1em !important;
    height: 1em !important;
}
.upsale_slide a.added_to_cart {
	display: none !important;
}

.woocommerce-message .upsale_container {
	margin-top: 45px;
	clear: both;
}
p.upsale-add-to-cart-error {
	color: red !important;
}

/* DONATION PACKS */
.donation_packs_container {
	position: relative;
	margin-top: 50px;
}
.donation_packs {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	--gap: 25px;
	gap: var(--gap);

	transition: all 300ms ease-out;
}
.donation_packs.-show {
	position: relative;
	z-index: 2;
	top: auto;
	left: auto;
	height: auto;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.donation_pack {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(20% - (4 * var(--gap) / 5));
	--border-radius: 25px;
}

.donation_pack.box_item .box_item_inner,
.donation_pack.box_item.-in-view .box_item_inner {
	visibility: hidden;
	opacity: 0;
	transform: translateY(100px);
}
.donation_packs.-show .donation_pack.box_item.-in-view .box_item_inner {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.donation_pack .section_background {
    border-radius: var(--border-radius);
}
.donation_pack_inner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: var(--border-radius);
}
.donation_pack_content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;

	width: 100%;
	height: 100%;
	padding: 25px;

	text-align: center;
}
.donation_pack h3 {
	font-family: 'Panton';
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
}
.donation_pack.-text-dark {
	color: #000;
}
.donation_pack.-text-dark h3 {
	color: #000;
}
.pack_price {
	font-family: 'Panton';
    font-weight: 900;
    font-size: 25px;
}
.pack_price_suffix {
	font-weight: normal;
	font-size: 20px;
}
.donation_packs_form {
	position: absolute;
	height: 100vh;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transition: all 300ms ease-out;
}
.donation_packs_form.-show {
	position: relative;
	height: auto;
	z-index: 2;
	top: auto;
	left: auto;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.donation_packs_form_inner {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: auto;
}
.donation_packs_form .button_wrapper {
	display: flex;
	justify-content: center;
	padding-top: 0px;

	opacity: 0;
	visibility: hidden;
	transform: scale(0.7);
	transition: all 300ms ease-out 100ms;
}
.donation_packs_form.-show .button_wrapper {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.selected_pack_info {
	margin-bottom: 25px;

	opacity: 0;
	visibility: hidden;
	transform: scale(0.7);
	transition: all 300ms ease-out 200ms;
}
.donation_packs_form.-show .selected_pack_info {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.donation_packs_form .nf-form-cont {
	opacity: 0;
	visibility: hidden;
	transform: scale(0.7);
	transition: all 300ms ease-out 300ms;
}
.donation_packs_form.-show .nf-form-cont {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}