.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FDD106;--e-global-color-cdf0d9d:#E7BF05;--e-global-color-4bedf22:#FFFFFF;--e-global-color-b2e05d9:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Lato", Sans-serif;font-weight:400;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-accent );}.elementor-kit-10 a:hover{color:var( --e-global-color-cdf0d9d );}.elementor-kit-10 h1{font-family:"Libre Baskerville", Sans-serif;}.elementor-kit-10 h2{font-family:"Libre Baskerville", Sans-serif;}.elementor-kit-10 h3{font-family:"Libre Baskerville", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.card {
    display: block;
    position: fixed;
    width: 90%;
    max-width: 320px;
    height: 90%;
    min-height: 500px;
    max-height: 500px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    perspective: 1500px;
}

.front,
.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 10px;
    transform: translateZ(80px) scale(0.94);
    }
}

.button,
.button.return {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: 0.3s;
    width: 25px;
    height: 25px;
    color: #b49465;
    font-size: 24px;
}

.button:hover,
.button.return:hover {
    opacity: 1;
    transition: 0.3s;
}

.share {
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #b49465;
    font-size: 24px;
}


.more {
    display: none;
}

.more:checked ~ .content {
    transform: rotateY(180deg);
}/* End custom CSS */