/* =================================== */
/* ============ ALLGEMEIN ============ */
/* =================================== */

.background-cover {
    background-size: cover;
}

.background-contain {
    background-size: contain;
}

.background-inherit{
    background-size: inherit;
}

.background-no-repeat {
    background-repeat: no-repeat;
}

.background-center-center {
    background-position: center center;
}

.background-center-top {
    background-position: center top;
}

.background-right-top {
    background-position: right top;
}

.background-center-right{
    background-position: center right;
}

.background-center-left{
    background-position: center left;
}

.object-position-left{
    object-position: left;
}

.object-position-center{
    object-position: center;
}

.object-position-right{
    object-position: right;
}

.object-position-top{
    object-position: top;
}

.object-position-bottom{
    object-position: bottom;
}

.max-width {
    max-width: 1440px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.image-hover .image-scale{
    transition: all 0.3s;
}

.image-hover:hover .image-scale{
    transform: scale(1.1);
}

.hyphens{
    hyphens: auto;
}

.invert-filter{
    filter: invert(1);
}

.no-margin p, .no-margin h1, .no-margin h2, .no-margin h3, .no-margin h4, .no-margin h5, .no-margin h6, .no-margin a{
    margin-bottom: 0px !important;
}

.vh-50{
    min-height: 50vh;
}

.max-vh-50{
    height: 50vh;
}

.min-vh-70{
    min-height: 70vh;
}

.vh-85{
    min-height: 85vh;
}

.button-arrow{
    max-width: 23px;
}

.heading-icon{
    max-width: 30px;
}

::-moz-selection { /* Code for Firefox */

}
  
::selection {

}

.anchor-scroll{
    scroll-margin-top: 3rem;
}

.anchor-scroll-xl{
    scroll-margin-top: 6rem;
}

/* Header */

.hamburger-menu{
    background-image: url("data:image/svg+xml,%3Csvg width='62' height='15' viewBox='0 0 62 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='62' height='3.29787' fill='white'/%3E%3Crect y='11.2128' width='62' height='3.29787' fill='white'/%3E%3C/svg%3E%0A");
    width: 62px;
    height: 14px;
}

.hamburger-menu-dark{
    background-image: url("data:image/svg+xml,%3Csvg width='62' height='15' viewBox='0 0 62 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='62' height='3.29787' fill='black'/%3E%3Crect y='11.2128' width='62' height='3.29787' fill='black'/%3E%3C/svg%3E%0A");
    width: 62px;
    height: 14px;
}

.close-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.42554' y='0.775421' width='37.8996' height='2.01594' transform='rotate(45 1.42554 0.775421)' fill='%23C3BAA9'/%3E%3Crect x='28.2246' y='2.2009' width='37.8996' height='2.01594' transform='rotate(135 28.2246 2.2009)' fill='%23C3BAA9'/%3E%3C/svg%3E%0A");
    height: 28px;
    width: 28px;
}

.header-logo {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 321.57 109.89'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23c3baa9; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg%3E%3Cpath class='cls-1' d='M34.85,47.85v3.7H0L27.57,13.2H1.4v-3.7h33.26L7.1,47.85h27.75Z'/%3E%3Cpath class='cls-1' d='M83.84,38.03c.7-1.57,1.49-3.37,2.38-5.39.89-2.02,1.79-4.09,2.72-6.23,2.16-4.93,4.62-10.58,7.41-16.92h4.12l-18.88,42.62-11.03-23.86-11.4,23.86L40.14,9.5h4.12l14.89,33.89,9.5-19.53c-.43-1.02-.89-2.13-1.4-3.31-.5-1.2-1.03-2.41-1.59-3.63-.54-1.24-1.07-2.45-1.59-3.65-.5-1.2-.97-2.29-1.4-3.31h4.05l3.86,9.19c.5-1.2,1-2.33,1.49-3.42.49-1.08.9-2.05,1.23-2.9.43-.98.83-1.89,1.2-2.74h4.05l-5.95,13.79c.93,1.87,1.72,3.53,2.37,4.97.66,1.44,1.37,3.03,2.16,4.73.79,1.7,1.5,3.27,2.16,4.73.66,1.44,1.4,3.13,2.25,5.04.8-1.96,1.54-3.72,2.25-5.3'/%3E%3Cpath class='cls-1' d='M124.43,52c-2.32,0-4.49-.43-6.49-1.31-2-.88-3.75-2.05-5.22-3.52-1.47-1.47-2.65-3.18-3.49-5.17-.84-1.97-1.26-4.08-1.26-6.28V9.5h3.68v26.23c0,1.74.32,3.39.94,4.91.63,1.53,1.52,2.87,2.66,3.99,1.14,1.12,2.49,2.02,4.05,2.68,1.56.66,3.28.99,5.14.99s3.53-.33,5.16-.99c1.63-.66,3.05-1.56,4.25-2.68,1.2-1.12,2.15-2.45,2.85-3.99.7-1.53,1.04-3.17,1.04-4.91V9.5h3.68v26.23c0,2.22-.46,4.31-1.36,6.28-.92,1.97-2.13,3.7-3.68,5.17-1.55,1.47-3.35,2.64-5.42,3.52-2.07.86-4.25,1.31-6.52,1.31ZM119.74,0c.67,0,1.22.22,1.62.66.4.45.6.96.6,1.56,0,.68-.2,1.24-.6,1.66-.4.43-.94.63-1.62.63s-1.22-.22-1.62-.63c-.4-.42-.6-.98-.6-1.66,0-.59.2-1.11.6-1.56.4-.45.95-.66,1.62-.66ZM129.81,0c.67,0,1.2.22,1.59.66.39.45.57.96.57,1.56,0,.68-.19,1.24-.57,1.66-.39.43-.92.63-1.59.63s-1.22-.22-1.62-.63c-.4-.42-.6-.98-.6-1.66,0-.59.2-1.11.6-1.56.4-.45.95-.66,1.62-.66Z'/%3E%3Cpath class='cls-1' d='M189.1,38.29c-.04,2.17-.5,4.12-1.4,5.83-.89,1.73-2.12,3.18-3.68,4.41-1.56,1.21-3.4,2.13-5.51,2.78-2.12.63-4.41.96-6.91.96-.97,0-2.09-.06-3.36-.16-1.27-.1-2.56-.27-3.89-.48-1.33-.22-2.63-.5-3.89-.86-1.27-.36-2.39-.78-3.36-1.24.22-.46.44-1.05.7-1.76.26-.71.51-1.27.76-1.69l.39.13c2.16.68,4.29,1.25,6.39,1.73,2.12.46,4.33.71,6.65.71,1.43,0,2.96-.2,4.56-.61,1.6-.4,3.07-1.02,4.43-1.89,1.36-.85,2.48-1.93,3.36-3.26.89-1.31,1.33-2.91,1.33-4.78,0-.5-.17-1.28-.5-2.33-.34-1.04-1.02-2.09-2.03-3.13-1.01-1.04-2.47-1.96-4.38-2.78-1.9-.81-4.41-1.21-7.54-1.21-1.27,0-2.68-.17-4.22-.5-1.54-.35-2.99-.89-4.33-1.66-1.34-.76-2.48-1.76-3.39-3-.92-1.24-1.36-2.74-1.36-4.52v-.26c.09-2.94,1.46-5.23,4.12-6.89,2.66-1.66,6.29-2.54,10.9-2.62,1.06,0,2.03.03,2.95.07.9.04,1.8.14,2.69.32.89.17,1.79.39,2.69.66.92.27,1.87.65,2.89,1.12l-1.07,3.44c-1.4-.72-2.85-1.3-4.38-1.73-1.52-.42-3.45-.63-5.76-.63-1.6,0-3.08.13-4.43.39-1.36.26-2.52.65-3.52,1.18-.99.53-1.77,1.21-2.35,2.02-.57.81-.86,1.74-.86,2.81s.3,1.93.92,2.71c.62.79,1.39,1.46,2.32,2,.93.55,1.96.96,3.1,1.24,1.14.27,2.23.42,3.29.42h.57c1.9,0,3.86.26,5.89.76,2.03.51,3.88,1.3,5.55,2.36,1.67,1.07,3.03,2.41,4.09,4.02,1.06,1.61,1.59,3.5,1.59,5.68v.26-.04Z'/%3E%3Cpath class='cls-1' d='M230.66,46.51c-2.2,1.82-4.41,3.17-6.62,4.08-2.22.89-4.68,1.34-7.38,1.34-2.96,0-5.74-.56-8.33-1.69-2.6-1.12-4.86-2.67-6.78-4.63-1.92-1.96-3.43-4.24-4.54-6.83-1.1-2.59-1.65-5.33-1.65-8.23s.54-5.78,1.65-8.39c1.1-2.62,2.6-4.9,4.54-6.86,1.93-1.96,4.18-3.5,6.78-4.62,2.59-1.12,5.38-1.69,8.33-1.69,2.23,0,4.38.35,6.39,1.05,2.03.71,4.18,1.86,6.47,3.47l-2.85,2.23c-1.65-1.2-3.25-2-4.81-2.42-1.56-.42-3.29-.63-5.19-.63-2.45,0-4.75.48-6.88,1.41-2.13.94-3.99,2.21-5.58,3.81-1.59,1.6-2.85,3.5-3.76,5.69-.93,2.19-1.39,4.53-1.39,7s.46,4.65,1.39,6.81c.93,2.15,2.19,4.04,3.76,5.62,1.59,1.6,3.45,2.87,5.58,3.8,2.13.94,4.42,1.41,6.88,1.41,1.1,0,2.12-.07,3.07-.23.94-.14,1.87-.39,2.76-.71.89-.32,1.76-.75,2.6-1.31.84-.55,1.73-1.21,2.66-1.98l2.92,2.49-.03-.03Z'/%3E%3Cpath class='cls-1' d='M273.31,28.52h-26.09v23.04h-3.68v-23.04c-.09,0-.36-.03-.83-.06-.47-.04-1.03-.14-1.72-.32-.67-.17-1.37-.42-2.09-.74-.71-.32-1.37-.75-1.96-1.31l2.66-2.55c.43.35.94.63,1.59.87.63.23,1.42.38,2.35.42v-15.32h3.68v15.32h26.09v-15.32h3.68v42.05h-3.68v-23.04Z'/%3E%3Cpath class='cls-1' d='M291.54,51.56v-23.04c-.09,0-.36-.02-.83-.06-.46-.04-1.03-.14-1.72-.32-.67-.17-1.37-.42-2.09-.74-.71-.32-1.37-.75-1.96-1.31l2.66-2.55c.42.35.94.63,1.59.87.63.23,1.42.38,2.35.42v-15.32h29.53v3.7h-25.85v11.61h22.3v3.7h-22.3v19.34h26.35v3.7h-30.03Z'/%3E%3Cpath class='cls-1' d='M121.04,82.45v.22c0,.1,0,.29.03.55.01.26.06.62.1,1.08.04.48.09,1.08.13,1.84s.1,1.51.19,2.23c.09.72.13,1.47.13,2.23,0,.81-.07,1.67-.21,2.58-.14.92-.41,1.93-.79,3.03-.71,2.05-1.76,3.89-3.1,5.55-1.35,1.66-2.89,3.05-4.62,4.21-1.73,1.15-3.59,2.03-5.58,2.65-1.99.62-3.98.92-5.95.92-2.88,0-5.58-.58-8.14-1.73-2.56-1.15-4.79-2.71-6.71-4.7-1.92-1.97-3.45-4.25-4.56-6.83-1.11-2.57-1.67-5.3-1.67-8.2s.57-5.71,1.72-8.33c1.14-2.62,2.69-4.9,4.62-6.86,1.95-1.96,4.19-3.5,6.75-4.63,2.56-1.12,5.22-1.69,8.01-1.69,1.47,0,3.12.1,4.94.32,1.82.22,3.63.72,5.45,1.53l-1.46,3.57c-1.6-.76-3.21-1.24-4.82-1.44-1.6-.19-2.96-.29-4.05-.29-2.45,0-4.74.49-6.87,1.47-2.13.98-3.98,2.3-5.55,3.96-1.56,1.66-2.8,3.56-3.71,5.71-.92,2.15-1.36,4.38-1.36,6.67,0,2.51.47,4.84,1.43,6.99.94,2.15,2.23,4.02,3.86,5.62,1.63,1.6,3.49,2.85,5.58,3.76,2.09.91,4.28,1.37,6.55,1.37,1.6,0,3.22-.26,4.85-.79,1.63-.53,3.15-1.3,4.56-2.29,1.42-.99,2.7-2.18,3.86-3.55,1.16-1.35,2.06-2.87,2.69-4.52.21-.59.36-1.24.44-1.92.08-.68.13-1.38.13-2.1,0-.63-.03-1.28-.06-1.95-.04-.66-.09-1.28-.13-1.89,0-.13,0-.24-.03-.35-.03-.1-.03-.23-.03-.35h-15.02c-.97-.09-1.8-.2-2.47-.35-.67-.14-1.39-.39-2.16-.71-.76-.32-1.43-.78-2.03-1.37l2.66-2.55c.43.35.96.63,1.62.86.66.23,1.44.38,2.38.42h18.44-.03Z'/%3E%3Cpath class='cls-1' d='M150.36,86.1h-10.96l-11.14,23.1h-4.31l11.53-23.29c-.71-.13-1.52-.35-2.4-.66-.89-.32-1.69-.84-2.4-1.56l2.66-2.55c.41.35.94.63,1.59.86.63.23,1.39.37,2.27.42l7.67-15.38,20.59,42.18h-4.12l-10.96-23.1v-.03ZM141.12,82.45h7.6l-3.8-7.85-3.81,7.85h.01Z'/%3E%3Cpath class='cls-1' d='M202.69,95.93c-.04,2.18-.5,4.12-1.4,5.84-.89,1.73-2.12,3.18-3.68,4.39-1.56,1.21-3.4,2.13-5.51,2.78-2.12.63-4.41.95-6.91.95-.97,0-2.09-.06-3.36-.16-1.27-.1-2.56-.26-3.89-.48-1.33-.22-2.63-.5-3.89-.86-1.27-.36-2.39-.78-3.36-1.24.21-.46.44-1.05.7-1.76.26-.71.51-1.27.76-1.69l.39.13c2.16.68,4.29,1.25,6.39,1.73,2.12.46,4.33.71,6.65.71,1.43,0,2.96-.2,4.56-.61,1.6-.4,3.08-1.02,4.44-1.89,1.36-.85,2.47-1.93,3.36-3.26.89-1.31,1.33-2.91,1.33-4.78,0-.5-.17-1.28-.5-2.33-.34-1.04-1.02-2.09-2.03-3.13-1.02-1.04-2.47-1.96-4.38-2.78-1.9-.81-4.41-1.21-7.54-1.21-1.27,0-2.68-.17-4.22-.5-1.54-.35-2.99-.89-4.33-1.66-1.35-.76-2.48-1.77-3.39-3-.91-1.24-1.36-2.74-1.36-4.54v-.26c.09-2.94,1.46-5.23,4.12-6.89,2.66-1.66,6.29-2.54,10.9-2.62,1.06,0,2.03.01,2.95.06.9.04,1.8.14,2.69.32s1.79.39,2.69.68c.91.27,1.87.65,2.89,1.12l-1.07,3.44c-1.4-.72-2.85-1.3-4.38-1.73-1.52-.42-3.45-.63-5.76-.63-1.6,0-3.08.13-4.43.39-1.36.26-2.52.65-3.52,1.18-.99.53-1.77,1.2-2.35,2.02-.57.81-.86,1.74-.86,2.81s.3,1.93.92,2.71c.62.79,1.39,1.46,2.32,2,.93.55,1.96.97,3.1,1.24,1.14.27,2.23.42,3.29.42h.57c1.9,0,3.86.26,5.89.76,2.03.52,3.88,1.3,5.55,2.36,1.67,1.07,3.03,2.41,4.09,4.02,1.06,1.61,1.59,3.5,1.59,5.68v.26h-.01Z'/%3E%3Cpath class='cls-1' d='M241.09,95.93c-.04,2.18-.5,4.12-1.4,5.84-.89,1.73-2.12,3.18-3.68,4.39-1.56,1.21-3.4,2.13-5.51,2.78-2.12.63-4.41.95-6.91.95-.97,0-2.09-.06-3.36-.16-1.27-.1-2.56-.26-3.89-.48-1.33-.22-2.63-.5-3.89-.86-1.27-.36-2.39-.78-3.36-1.24.21-.46.44-1.05.7-1.76.26-.71.51-1.27.76-1.69l.39.13c2.16.68,4.29,1.25,6.4,1.73,2.12.46,4.33.71,6.65.71,1.43,0,2.96-.2,4.56-.61,1.6-.4,3.08-1.02,4.43-1.89,1.36-.85,2.48-1.93,3.36-3.26.89-1.31,1.33-2.91,1.33-4.78,0-.5-.17-1.28-.5-2.33-.34-1.04-1.02-2.09-2.03-3.13-1.02-1.04-2.48-1.96-4.38-2.78-1.9-.81-4.41-1.21-7.54-1.21-1.27,0-2.68-.17-4.22-.5-1.54-.35-2.99-.89-4.33-1.66-1.35-.76-2.48-1.77-3.39-3-.92-1.24-1.36-2.74-1.36-4.54v-.26c.09-2.94,1.46-5.23,4.12-6.89,2.66-1.66,6.29-2.54,10.9-2.62,1.06,0,2.03.01,2.95.06.9.04,1.8.14,2.69.32.89.17,1.79.39,2.69.68.92.27,1.87.65,2.89,1.12l-1.07,3.44c-1.4-.72-2.85-1.3-4.38-1.73-1.52-.42-3.45-.63-5.77-.63-1.6,0-3.07.13-4.43.39-1.36.26-2.52.65-3.52,1.18-.99.53-1.77,1.2-2.35,2.02-.57.81-.86,1.74-.86,2.81s.3,1.93.92,2.71c.62.79,1.39,1.46,2.32,2,.93.55,1.96.97,3.1,1.24,1.14.27,2.23.42,3.29.42h.57c1.9,0,3.86.26,5.89.76,2.03.52,3.88,1.3,5.55,2.36,1.67,1.07,3.03,2.41,4.09,4.02,1.06,1.61,1.59,3.5,1.59,5.68v.26h-.02Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    height: 30px;
    width: 90px;
}

.modal-close{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 59.96 59.89'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D .cls-2 %7B fill: %23d375a6; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect class='cls-2' width='59.96' height='59.89'/%3E%3C/g%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' x='28.7' y='5.62' width='2.59' height='48.76' transform='translate(-12.43 30) rotate(-45)'/%3E%3Crect class='cls-1' x='5.62' y='28.7' width='48.76' height='2.59' transform='translate(-12.43 30) rotate(-45)'/%3E%3C/g%3E%3C/svg%3E");
    height: 50px;
    width: 50px;
    top: 3rem;
    right: 3rem;
}

header{
    z-index: 1110 !important;
    transition: all 0.3s;
}

.close-button{
    opacity: 0.50;
    transition: all 0.3s;
}

.close-button:hover{
    opacity: 1;
}

.offcanvas-logo{
    max-width: 135px;
}

.navigation-grid {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 0em 1.5em; 
}

.navigation-tab{
    opacity: 0.5;
}

.navigation-tab:hover{
    opacity: 1 !important;
    transition: 0.3s;
}

.navigation-tab p{
    transition: 0.3s;
}

.navigation-tab:hover img{
    filter: brightness(0) saturate(100%) invert(66%) sepia(15%) saturate(1522%) hue-rotate(284deg) brightness(85%) contrast(94%);
}

.navigation-tab:hover p{
    color: var(--color-pink) !important;
}

.navigation-tab:hover .nav-border-standard::before {
    width: 100%;
}

.nav-border-standard{
    border-bottom: 1px solid var(--color-main-beige);
}

.navigation-tab .nav-border-standard::before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--color-pink);
    transition: width .4s ease-in;
    position: absolute;
    top: 0;
}

.pink-button .button-arrow{
    transition: all 0.3s;
}

.pink-button:hover .button-arrow{
    margin-left: 4rem !important;;
}

/* Hero */

.hero-logo{
    max-width: 300px;
}

.herz-sticker{
    max-width: 270px;
    right: 11vw !important;
    top: 11vw !important;
}

.sticker {
    max-width: 220px;
}

.homepage-sticker {
    top: 12rem;
    right: 12rem;
}

/* Galerie */

.galerie-grid {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 0.2em 0.2em; 
}

.grid-stretch{
    grid-column: span 2;
}

.galerie-icon {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 24 23.22'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B mask: url(%23mask-1); %7D .cls-2 %7B fill: %23fff; %7D .cls-3 %7B mask: url(%23mask); %7D .cls-4, .cls-5 %7B fill: %23f0eee9; %7D .cls-5 %7B stroke: %23f0eee9; stroke-width: .5px; %7D .cls-6 %7B fill: %23010101; %7D %3C/style%3E%3Cmask id='mask' x='1.79' y='9.93' width='20' height='14' maskUnits='userSpaceOnUse'%3E%3Cg id='path-1-outside-1_6145_472' data-name='path-1-outside-1 6145 472'%3E%3Crect class='cls-2' x='1.79' y='9.93' width='20' height='14'/%3E%3Cpath class='cls-6' d='M12.81,20.98c.35.11.64.21.94.3,1.55.46,3.13.7,4.74.81,1.22.08,2.09-.76,2.1-2v-7.32c0-.07,0-.14,0-.21.03-.16.12-.25.28-.26.16-.01.27.07.31.23.02.07.02.15.02.23v7.32c0,1.66-1.24,2.77-2.89,2.63-1.88-.16-3.74-.44-5.51-1.1-.57-.21-1.05-.21-1.62,0-1.71.64-3.49.93-5.31,1.07-.36.03-.74.05-1.09-.02-1.17-.23-1.98-1.24-1.99-2.45-.01-2.51,0-5.02,0-7.53,0-.25.12-.39.32-.38.2,0,.3.14.3.41v7.45c0,.99.65,1.79,1.6,1.92.32.05.65,0,.97-.02,1.67-.15,3.31-.44,4.9-.97.09-.03.17-.06.3-.11-.12-.06-.2-.11-.29-.15-1.53-.8-2.85-1.85-3.79-3.34-.56-.89-.94-1.86-.99-2.93-.02-.45.01-.93.12-1.37.34-1.35,1.4-2.16,2.85-2.24,1.22-.07,2.17.38,2.85,1.41.01.02.03.04.07.09.04-.05.08-.1.12-.15.81-1.17,2.07-1.61,3.54-1.23,1.26.33,2.09,1.32,2.22,2.71.12,1.27-.25,2.43-.88,3.51-.86,1.47-2.11,2.53-3.57,3.35-.19.11-.38.21-.62.33M6.7,14.09c.04,1.39.5,2.5,1.24,3.5,1.03,1.39,2.4,2.31,3.95,3,.06.03.15.03.22,0,1.38-.61,2.63-1.42,3.62-2.59.83-.98,1.4-2.09,1.53-3.39.09-.86-.05-1.67-.67-2.31-1.28-1.34-3.55-.86-4.27.89-.06.15-.13.29-.32.3-.2,0-.27-.14-.34-.3-.48-1.2-1.51-1.78-2.79-1.59-1.06.16-1.77.72-2.06,1.78-.07.27-.09.56-.12.72Z'/%3E%3C/g%3E%3C/mask%3E%3Cmask id='mask-1' x='-.5' y='-.5' width='25' height='14' maskUnits='userSpaceOnUse'%3E%3Cg id='path-3-outside-2_6145_472' data-name='path-3-outside-2 6145 472'%3E%3Crect class='cls-2' x='-.5' y='-.5' width='25' height='14'/%3E%3Cpath class='cls-6' d='M11.99,1.26c-.7.71-1.38,1.4-2.07,2.1-2.52,2.54-5.04,5.08-7.56,7.62-.43.43-.86.86-1.29,1.29-.16.16-.35.18-.48.04-.13-.13-.11-.32.05-.49.01-.01.03-.03.05-.05.91-.92,1.82-1.84,2.74-2.76C6.16,6.25,8.91,3.48,11.66.71c.28-.29.39-.29.68,0,3.67,3.69,7.33,7.38,11,11.08.18.18.21.38.07.52-.13.14-.33.1-.52-.08-3.59-3.61-7.17-7.22-10.76-10.84-.04-.04-.08-.08-.15-.14'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cg%3E%3Cpath class='cls-4' d='M12.81,20.98c.35.11.64.21.94.3,1.55.46,3.13.7,4.74.81,1.22.08,2.09-.76,2.1-2v-7.32c0-.07,0-.14,0-.21.03-.16.12-.25.28-.26.16-.01.27.07.31.23.02.07.02.15.02.23v7.32c0,1.66-1.24,2.77-2.89,2.63-1.88-.16-3.74-.44-5.51-1.1-.57-.21-1.05-.21-1.62,0-1.71.64-3.49.93-5.31,1.07-.36.03-.74.05-1.09-.02-1.17-.23-1.98-1.24-1.99-2.45-.01-2.51,0-5.02,0-7.53,0-.25.12-.39.32-.38.2,0,.3.14.3.41v7.45c0,.99.65,1.79,1.6,1.92.32.05.65,0,.97-.02,1.67-.15,3.31-.44,4.9-.97.09-.03.17-.06.3-.11-.12-.06-.2-.11-.29-.15-1.53-.8-2.85-1.85-3.79-3.34-.56-.89-.94-1.86-.99-2.93-.02-.45.01-.93.12-1.37.34-1.35,1.4-2.16,2.85-2.24,1.22-.07,2.17.38,2.85,1.41.01.02.03.04.07.09.04-.05.08-.1.12-.15.81-1.17,2.07-1.61,3.54-1.23,1.26.33,2.09,1.32,2.22,2.71.12,1.27-.25,2.43-.88,3.51-.86,1.47-2.11,2.53-3.57,3.35-.19.11-.38.21-.62.33M6.7,14.09c.04,1.39.5,2.5,1.24,3.5,1.03,1.39,2.4,2.31,3.95,3,.06.03.15.03.22,0,1.38-.61,2.63-1.42,3.62-2.59.83-.98,1.4-2.09,1.53-3.39.09-.86-.05-1.67-.67-2.31-1.28-1.34-3.55-.86-4.27.89-.06.15-.13.29-.32.3-.2,0-.27-.14-.34-.3-.48-1.2-1.51-1.78-2.79-1.59-1.06.16-1.77.72-2.06,1.78-.07.27-.09.56-.12.72Z'/%3E%3Cg class='cls-3'%3E%3Cpath class='cls-4' d='M13.75,21.28l-.14.48h0s.14-.48.14-.48ZM18.49,22.09l.03-.5h0s-.03.5-.03.5ZM20.58,20.1h.5s0,0,0,0h-.5ZM20.59,12.56l-.49-.08h0s.49.08.49.08ZM20.87,12.3l.03.5h0l-.03-.5ZM21.18,12.52l-.48.13h0s.48-.13.48-.13ZM18.32,22.71l-.04.5h0s.04-.5.04-.5ZM12.8,21.61l-.18.47h0s.18-.47.18-.47ZM11.18,21.62l-.17-.47h0s.17.47.17.47ZM5.88,22.69l-.04-.5h0s.04.5.04.5ZM4.79,22.66l.1-.49h0s-.1.49-.1.49ZM2.8,20.21h.5s-.5,0-.5,0ZM3.11,12.3l.02-.5h0l-.02.5ZM5.01,22.07l-.07.49h0s.07-.49.07-.49ZM5.98,22.05l-.04-.5h0s.05.5.05.5ZM10.88,21.08l-.16-.47h0s.16.47.16.47ZM11.18,20.97l.17.47,1.06-.39-1-.52-.23.44ZM10.89,20.82l-.23.44h0s.23-.44.23-.44ZM7.11,17.48l-.42.27h0s.42-.27.42-.27ZM6.11,14.55l.5-.02h0s-.5.02-.5.02ZM6.23,13.18l-.48-.12h0s.49.12.49.12ZM9.08,10.94l-.03-.5h0l.03.5ZM11.93,12.35l.42-.27h0s-.42.27-.42.27ZM11.99,12.44l-.4.3.4.53.4-.53-.4-.3ZM12.11,12.29l.4.3h0s-.41-.3-.41-.3ZM15.65,11.06l-.12.48h0l.12-.48ZM17.88,13.78l-.5.05h0s.5-.05.5-.05ZM17,17.29l.43.25h0l-.43-.25ZM13.42,20.64l.24.44h0s-.25-.44-.25-.44ZM6.7,14.09l-.49-.08v.04s0,.05,0,.05h.5ZM7.94,17.6l-.4.3h0s.4-.3.4-.3ZM11.89,20.6l-.2.46h0s.2-.46.2-.46ZM12.11,20.6l.2.46h0s-.2-.46-.2-.46ZM15.73,18.01l.38.32h0s-.38-.32-.38-.32ZM17.26,14.62l.5.05h0s-.5-.05-.5-.05ZM16.59,12.31l-.36.35h0s.36-.35.36-.35ZM12.33,13.19l-.46-.19h0s.46.19.46.19ZM12.01,13.49v.5h.01v-.5ZM11.67,13.19l.46-.19h0s-.46.19-.46.19ZM8.88,11.6l-.07-.49h0l.07.49ZM6.82,13.37l.48.13h0s-.48-.13-.48-.13ZM12.65,21.45c.33.11.65.22.95.31l.28-.96c-.29-.09-.57-.18-.93-.3l-.31.95ZM13.61,21.76c1.59.47,3.21.72,4.85.83l.07-1c-1.58-.11-3.12-.35-4.63-.79l-.28.96ZM18.45,22.59c.74.05,1.4-.18,1.88-.64.48-.46.74-1.12.75-1.85h-1c0,.5-.18.88-.44,1.13-.26.25-.64.4-1.12.37l-.07,1ZM21.08,20.1h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h-1v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h1ZM21.08,12.77s0-.05,0-.07c0-.02,0-.03,0-.05,0-.03,0-.03,0-.03l-.99-.15c-.02.12,0,.28,0,.29h1ZM21.08,12.64s0,0,0,0,0,.01,0,.02c0,.02-.02.04-.05.06-.05.05-.11.06-.12.06l-.06-1c-.18.01-.36.07-.51.21-.14.14-.21.31-.24.47l.99.17ZM20.9,12.8s-.06,0-.12-.04c-.06-.04-.08-.09-.08-.1l.97-.26c-.04-.17-.14-.33-.3-.45-.16-.12-.35-.16-.53-.14l.06,1ZM20.7,12.66s0-.02,0,0c0,0,0,.02,0,.04,0,.02,0,.03,0,.06h1s0-.21-.04-.37l-.96.27ZM20.7,12.75h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h1v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h-1ZM20.7,20.08c0,.7-.26,1.26-.66,1.62-.4.37-.98.57-1.68.51l-.08,1c.95.08,1.81-.2,2.44-.77.63-.57.99-1.4.99-2.36h-1ZM18.36,22.21c-1.86-.16-3.67-.43-5.38-1.07l-.35.94c1.84.69,3.75.97,5.65,1.13l.08-1ZM12.98,21.14c-.69-.26-1.29-.25-1.97,0l.35.94c.46-.17.81-.17,1.27,0l.35-.94ZM11.01,21.15c-1.65.62-3.38.9-5.17,1.04l.08,1c1.84-.14,3.67-.44,5.44-1.1l-.35-.94ZM5.84,22.19c-.36.03-.67.04-.95-.02l-.2.98c.43.09.86.06,1.23.03l-.08-1ZM4.88,22.17c-.93-.19-1.58-.98-1.59-1.96h-1c0,1.45.99,2.66,2.39,2.94l.2-.98ZM3.3,20.21c-.01-2.51,0-5.02,0-7.53h-1c0,2.51-.01,5.02,0,7.54h1ZM3.29,12.68c0-.05.01-.02-.03.03-.02.03-.06.05-.09.07-.03.01-.06.01-.07.01l.03-1c-.23,0-.46.07-.63.27-.16.19-.2.41-.2.61h1ZM3.1,12.79s-.03,0-.07-.02c-.04-.02-.07-.05-.09-.08-.02-.03-.03-.05-.03-.05,0,0,0,0,0,.01,0,0,0,.02,0,.04h1c0-.19-.03-.41-.18-.6-.16-.21-.39-.3-.61-.31l-.03,1ZM2.91,12.7h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h1v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h-1ZM2.91,20.15c0,1.22.81,2.24,2.03,2.42l.14-.99c-.69-.1-1.17-.67-1.17-1.43h-1ZM4.94,22.57c.39.06.79,0,1.08-.02l-.09-1c-.35.03-.61.06-.85.02l-.14.99ZM6.02,22.55c1.7-.15,3.38-.44,5.02-1l-.32-.95c-1.55.52-3.14.81-4.78.95l.09,1ZM11.04,21.55c.1-.03.2-.07.31-.11l-.35-.94c-.14.05-.21.08-.29.11l.32.95ZM11.41,20.52c-.11-.06-.21-.11-.29-.15l-.46.89c.09.05.15.08.29.15l.46-.89ZM11.12,20.37c-1.48-.77-2.72-1.77-3.59-3.16l-.85.53c.99,1.58,2.39,2.69,3.98,3.52l.46-.89ZM7.53,17.21c-.53-.84-.87-1.73-.92-2.68l-1,.05c.05,1.17.48,2.22,1.07,3.17l.85-.53ZM6.61,14.53c-.02-.41.01-.84.11-1.22l-.97-.24c-.12.5-.16,1.02-.13,1.51l1-.05ZM6.72,13.31c.28-1.11,1.14-1.79,2.39-1.86l-.06-1c-1.64.09-2.91,1.03-3.3,2.62l.97.24ZM9.11,11.44c1.05-.06,1.83.31,2.4,1.18l.83-.55c-.78-1.18-1.91-1.71-3.29-1.63l.06,1ZM11.5,12.62s.05.07.06.09c.01.01.02.02.03.03l.8-.6s-.04-.06-.05-.07c0,0,0,0,0,0,0,0,0,0,.01.02l-.85.53ZM12.39,12.74s.09-.12.12-.16l-.81-.59c-.04.06-.04.04-.11.14l.79.61ZM12.52,12.57c.35-.51.79-.84,1.28-1.01.49-.17,1.07-.19,1.73-.02l.25-.97c-.81-.21-1.6-.2-2.31.04-.71.25-1.31.72-1.77,1.38l.82.57ZM15.53,11.55c1.05.27,1.74,1.08,1.85,2.28l1-.1c-.15-1.58-1.11-2.77-2.6-3.15l-.25.97ZM17.38,13.83c.11,1.14-.22,2.19-.81,3.21l.86.5c.66-1.14,1.08-2.4.94-3.81l-1,.1ZM16.56,17.03c-.8,1.38-1.98,2.38-3.39,3.17l.49.87c1.52-.85,2.84-1.97,3.76-3.54l-.86-.5ZM13.18,20.2c-.19.1-.37.2-.61.33l.47.88c.23-.12.43-.23.63-.34l-.49-.87ZM6.21,14.11c.04,1.5.54,2.71,1.33,3.79l.8-.59c-.69-.93-1.1-1.95-1.14-3.22l-1,.03ZM7.54,17.89c1.09,1.48,2.55,2.45,4.15,3.16l.41-.91c-1.5-.67-2.79-1.55-3.75-2.84l-.8.59ZM11.69,21.06c.11.05.22.06.31.06s.2-.01.31-.06l-.4-.92s.08-.02.09-.02.05,0,.09.02l-.4.92ZM12.31,21.06c1.43-.63,2.75-1.48,3.8-2.72l-.76-.65c-.93,1.09-2.11,1.86-3.44,2.45l.41.91ZM16.11,18.34c.88-1.04,1.5-2.24,1.65-3.67l-.99-.1c-.12,1.18-.63,2.2-1.42,3.12l.76.65ZM17.76,14.67c.1-.94-.05-1.92-.8-2.71l-.72.69c.48.5.61,1.14.53,1.92l.99.1ZM16.96,11.96c-1.55-1.62-4.24-1.02-5.09,1.04l.92.38c.59-1.44,2.43-1.79,3.44-.73l.72-.69ZM11.87,13s-.02.05-.03.06c0,.01,0,0,0,0,.01-.01.04-.03.07-.05.04-.02.07-.02.08-.02l.02,1c.24,0,.43-.11.57-.26.11-.13.17-.27.21-.35l-.93-.38ZM12,12.99s.04,0,.08.02c.04.02.06.04.08.05.01.01.02.02,0,.01,0-.01-.01-.03-.03-.06l-.93.37c.03.08.1.24.22.37.15.16.35.25.59.24l-.02-1ZM12.13,13c-.28-.69-.73-1.23-1.31-1.56-.59-.33-1.28-.44-2.01-.34l.15.99c.54-.08,1,0,1.37.22.37.21.68.56.88,1.07l.93-.37ZM8.81,11.1c-.6.09-1.14.3-1.57.67-.43.37-.73.87-.9,1.47l.96.26c.12-.44.32-.76.58-.97.26-.22.61-.37,1.07-.44l-.15-.99ZM6.34,13.24c-.08.31-.11.68-.13.78l.99.15c.03-.22.04-.43.11-.66l-.96-.26Z'/%3E%3C/g%3E%3Cpath class='cls-4' d='M11.99,1.26c-.7.71-1.38,1.4-2.07,2.1-2.52,2.54-5.04,5.08-7.56,7.62-.43.43-.86.86-1.29,1.29-.16.16-.35.18-.48.04-.13-.13-.11-.32.05-.49.01-.01.03-.03.05-.05.91-.92,1.82-1.84,2.74-2.76C6.16,6.25,8.91,3.48,11.66.71c.28-.29.39-.29.68,0,3.67,3.69,7.33,7.38,11,11.08.18.18.21.38.07.52-.13.14-.33.1-.52-.08-3.59-3.61-7.17-7.22-10.76-10.84-.04-.04-.08-.08-.15-.14'/%3E%3Cg class='cls-1'%3E%3Cpath class='cls-4' d='M9.92,3.36l-.35-.35h0s.35.35.35.35ZM2.36,10.98l-.35-.35h0s.35.35.35.35ZM1.07,12.27l-.35-.35h0s.35.35.35.35ZM.59,12.31l.36-.35h0s-.36.35-.36.35ZM.63,11.83l-.35-.35h0s.36.35.36.35ZM.68,11.78l.35.35-.35-.35ZM12.34.72l-.36.35h0s.35-.35.35-.35ZM23.34,11.8l.35-.35h0s-.35.35-.35.35ZM23.41,12.32l.35.35h0s-.36-.35-.36-.35ZM22.9,12.23l.35-.35-.35.35ZM12.14,1.4l.35-.35-.35.35ZM11.63.91c-.7.71-1.38,1.4-2.07,2.1l.71.7c.69-.69,1.37-1.39,2.07-2.1l-.71-.7ZM9.56,3.01c-2.52,2.54-5.04,5.08-7.56,7.62l.71.7c2.52-2.54,5.04-5.08,7.56-7.62l-.71-.7ZM2,10.62c-.43.43-.86.86-1.28,1.29l.71.71c.43-.43.86-.86,1.29-1.3l-.71-.7ZM.72,11.92s0,0,.06-.01c.03,0,.07,0,.1.01.03.01.06.03.07.05l-.72.69c.16.17.39.26.63.24.23-.02.42-.14.57-.28l-.71-.7ZM.94,11.96s.03.04.04.07c.01.03.02.07.01.1,0,.06-.03.07,0,.04l-.73-.69c-.13.14-.24.33-.27.55-.02.24.06.46.23.63l.72-.7ZM.99,12.18s0,0,0,0c.02-.02-.02.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.03-.03-.02.02.01-.01l-.71-.7s0,0-.02.02c0,0,0,0,0,0-.01.01,0,0,0,0,0,0,0,0-.01.01l.71.7ZM1.03,12.13c.46-.46.91-.92,1.37-1.38.46-.46.91-.92,1.37-1.38l-.71-.7c-.46.46-.91.92-1.37,1.38s-.91.92-1.37,1.38l.71.7ZM3.77,9.38c1.37-1.38,2.75-2.77,4.12-4.15,1.37-1.38,2.75-2.77,4.12-4.15l-.71-.7c-1.37,1.38-2.75,2.77-4.12,4.15-1.37,1.38-2.75,2.77-4.12,4.15l.71.7ZM12.02,1.07s.05-.05.07-.07c.02-.02.03-.02.03-.03,0,0,0,0-.03.01-.01,0-.02,0-.04.01-.02,0-.03,0-.05,0-.02,0-.04,0-.05,0-.02,0-.03,0-.04-.01-.02,0-.03-.01-.03-.01,0,0,.01,0,.03.03.02.02.04.04.07.07l.71-.7c-.08-.08-.17-.16-.27-.23C12.33.07,12.18,0,12,0c-.18,0-.32.07-.43.13-.1.07-.19.15-.27.23l.71.7ZM11.99,1.07c3.67,3.69,7.33,7.39,11,11.08l.71-.7c-3.67-3.69-7.33-7.38-11-11.08l-.71.7ZM22.99,12.15s.02.04.01-.01c0-.03,0-.07.01-.1.01-.04.03-.06.04-.07l.71.7c.17-.17.26-.41.22-.66-.03-.23-.16-.42-.3-.56l-.71.7ZM23.06,11.96s.05-.04.09-.05c.04-.01.08-.01.11,0,.05,0,.04.03,0-.02l-.71.7c.14.14.33.27.55.3.25.04.49-.04.67-.22l-.71-.7ZM23.25,11.88c-1.79-1.81-3.59-3.61-5.38-5.42-1.79-1.81-3.59-3.61-5.38-5.42l-.71.7c1.79,1.81,3.59,3.61,5.38,5.42,1.79,1.81,3.59,3.61,5.38,5.42l.71-.7ZM12.49,1.04c-.05-.05-.1-.1-.16-.15l-.67.74c.07.06.1.09.13.12l.71-.7Z'/%3E%3C/g%3E%3Cpath class='cls-5' d='M18.16,2.45v1.68s0,.04,0,.07c0,.06,0,.13,0,.2h0c0,.15-.05.29-.15.4-.1.11-.24.17-.39.18h0c-.16,0-.31-.05-.42-.17-.11-.11-.16-.27-.16-.42h0c0-.4,0-.8,0-1.2,0-.2,0-.4,0-.59,0-.07,0-.15,0-.22,0-.15,0-.31,0-.47h0s0,0,0,0c0-.15.04-.31.16-.43.12-.12.28-.16.43-.16M18.16,2.45l-.53-1.14h0M18.16,2.45h2.17M18.16,2.45h2.17M17.62,1.31c1.09,0,2.17,0,3.25,0M17.62,1.31l3.25.25M20.33,2.45v.02h0c0,.84,0,1.69,0,2.53s0,1.69,0,2.53h0s.25,0,.25,0c0,.26.11.39.31.39s.31-.14.31-.4V2.03s0-.03,0-.05c0-.03,0-.07,0-.1-.02-.2-.12-.31-.33-.31M20.33,2.45l1.12-.59-.25.02.25-.02c-.01-.14-.06-.28-.17-.39-.11-.11-.26-.15-.41-.15M20.88,1.56v-.25M20.88,1.56v-.25h0M17.61,4.72c.18,0,.29-.13.3-.34l-.3.34ZM17.61,4.72c-.19,0-.32-.13-.32-.34l.32.34Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
width: 30px;
height: 22px;
}

.galerie-icon-border {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 487.72 23.22'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-1, .cls-2 %7B stroke: %23f0eee9; %7D .cls-3 %7B mask: url(%23mask-1); %7D .cls-4 %7B fill: %23fff; %7D .cls-5 %7B mask: url(%23mask); %7D .cls-6, .cls-2 %7B fill: %23f0eee9; %7D .cls-2 %7B stroke-width: .5px; %7D .cls-7 %7B fill: %23010101; %7D %3C/style%3E%3Cmask id='mask' x='233.65' y='9.93' width='20' height='14' maskUnits='userSpaceOnUse'%3E%3Cg id='path-1-outside-1_6145_472' data-name='path-1-outside-1 6145 472'%3E%3Crect class='cls-4' x='233.65' y='9.93' width='20' height='14'/%3E%3Cpath class='cls-7' d='M244.66,20.98c.35.11.64.21.94.3,1.55.46,3.13.7,4.74.81,1.22.08,2.09-.76,2.1-2v-7.32c0-.07,0-.14,0-.21.03-.16.12-.25.28-.26.16-.01.27.07.31.23.02.07.02.15.02.23v7.32c0,1.66-1.24,2.77-2.89,2.63-1.88-.16-3.74-.44-5.51-1.1-.57-.21-1.05-.21-1.62,0-1.71.64-3.49.93-5.31,1.07-.36.03-.74.05-1.09-.02-1.17-.23-1.98-1.24-1.99-2.45-.01-2.51,0-5.02,0-7.53,0-.25.12-.39.32-.38.2,0,.3.14.3.41v7.45c0,.99.65,1.79,1.6,1.92.32.05.65,0,.97-.02,1.67-.15,3.31-.44,4.9-.97.09-.03.17-.06.3-.11-.12-.06-.2-.11-.29-.15-1.53-.8-2.85-1.85-3.79-3.34-.56-.89-.94-1.86-.99-2.93-.02-.45.01-.93.12-1.37.34-1.35,1.4-2.16,2.85-2.24,1.22-.07,2.17.38,2.85,1.41.01.02.03.04.07.09.04-.05.08-.1.12-.15.81-1.17,2.07-1.61,3.54-1.23,1.26.33,2.09,1.32,2.22,2.71.12,1.27-.25,2.43-.88,3.51-.86,1.47-2.11,2.53-3.57,3.35-.19.11-.38.21-.62.33M238.56,14.09c.04,1.39.5,2.5,1.24,3.5,1.03,1.39,2.4,2.31,3.95,3,.06.03.15.03.22,0,1.38-.61,2.63-1.42,3.62-2.59.83-.98,1.4-2.09,1.53-3.39.09-.86-.05-1.67-.67-2.31-1.28-1.34-3.55-.86-4.27.89-.06.15-.13.29-.32.3-.2,0-.27-.14-.34-.3-.48-1.2-1.51-1.78-2.79-1.59-1.06.16-1.77.72-2.06,1.78-.07.27-.09.56-.12.72Z'/%3E%3C/g%3E%3C/mask%3E%3Cmask id='mask-1' x='231.36' y='-.5' width='25' height='14' maskUnits='userSpaceOnUse'%3E%3Cg id='path-3-outside-2_6145_472' data-name='path-3-outside-2 6145 472'%3E%3Crect class='cls-4' x='231.36' y='-.5' width='25' height='14'/%3E%3Cpath class='cls-7' d='M243.85,1.26c-.7.71-1.38,1.4-2.07,2.1-2.52,2.54-5.04,5.08-7.56,7.62-.43.43-.86.86-1.29,1.29-.16.16-.35.18-.48.04-.13-.13-.11-.32.05-.49.01-.01.03-.03.05-.05.91-.92,1.82-1.84,2.74-2.76,2.75-2.77,5.5-5.54,8.25-8.31.28-.29.39-.29.68,0,3.67,3.69,7.33,7.38,11,11.08.18.18.21.38.07.52-.13.14-.33.1-.52-.08-3.59-3.61-7.17-7.22-10.76-10.84-.04-.04-.08-.08-.15-.14'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Cg%3E%3Cpath class='cls-6' d='M244.66,20.98c.35.11.64.21.94.3,1.55.46,3.13.7,4.74.81,1.22.08,2.09-.76,2.1-2v-7.32c0-.07,0-.14,0-.21.03-.16.12-.25.28-.26.16-.01.27.07.31.23.02.07.02.15.02.23v7.32c0,1.66-1.24,2.77-2.89,2.63-1.88-.16-3.74-.44-5.51-1.1-.57-.21-1.05-.21-1.62,0-1.71.64-3.49.93-5.31,1.07-.36.03-.74.05-1.09-.02-1.17-.23-1.98-1.24-1.99-2.45-.01-2.51,0-5.02,0-7.53,0-.25.12-.39.32-.38.2,0,.3.14.3.41v7.45c0,.99.65,1.79,1.6,1.92.32.05.65,0,.97-.02,1.67-.15,3.31-.44,4.9-.97.09-.03.17-.06.3-.11-.12-.06-.2-.11-.29-.15-1.53-.8-2.85-1.85-3.79-3.34-.56-.89-.94-1.86-.99-2.93-.02-.45.01-.93.12-1.37.34-1.35,1.4-2.16,2.85-2.24,1.22-.07,2.17.38,2.85,1.41.01.02.03.04.07.09.04-.05.08-.1.12-.15.81-1.17,2.07-1.61,3.54-1.23,1.26.33,2.09,1.32,2.22,2.71.12,1.27-.25,2.43-.88,3.51-.86,1.47-2.11,2.53-3.57,3.35-.19.11-.38.21-.62.33M238.56,14.09c.04,1.39.5,2.5,1.24,3.5,1.03,1.39,2.4,2.31,3.95,3,.06.03.15.03.22,0,1.38-.61,2.63-1.42,3.62-2.59.83-.98,1.4-2.09,1.53-3.39.09-.86-.05-1.67-.67-2.31-1.28-1.34-3.55-.86-4.27.89-.06.15-.13.29-.32.3-.2,0-.27-.14-.34-.3-.48-1.2-1.51-1.78-2.79-1.59-1.06.16-1.77.72-2.06,1.78-.07.27-.09.56-.12.72Z'/%3E%3Cg class='cls-5'%3E%3Cpath class='cls-6' d='M245.61,21.28l-.14.48h0s.14-.48.14-.48ZM250.35,22.09l.03-.5h0s-.03.5-.03.5ZM252.44,20.1h.5s0,0,0,0h-.5ZM252.45,12.56l-.49-.08h0s.49.08.49.08ZM252.73,12.3l.03.5h0l-.03-.5ZM253.04,12.52l-.48.13h0s.48-.13.48-.13ZM250.17,22.71l-.04.5h0s.04-.5.04-.5ZM244.66,21.61l-.18.47h0s.18-.47.18-.47ZM243.04,21.62l-.17-.47h0s.17.47.17.47ZM237.74,22.69l-.04-.5h0s.04.5.04.5ZM236.65,22.66l.1-.49h0s-.1.49-.1.49ZM234.65,20.21h.5s-.5,0-.5,0ZM234.97,12.3l.02-.5h0l-.02.5ZM236.87,22.07l-.07.49h0s.07-.49.07-.49ZM237.84,22.05l-.04-.5h0s.05.5.05.5ZM242.74,21.08l-.16-.47h0s.16.47.16.47ZM243.04,20.97l.17.47,1.06-.39-1-.52-.23.44ZM242.75,20.82l-.23.44h0s.23-.44.23-.44ZM238.97,17.48l-.42.27h0s.42-.27.42-.27ZM237.97,14.55l.5-.02h0s-.5.02-.5.02ZM238.09,13.18l-.48-.12h0s.49.12.49.12ZM240.94,10.94l-.03-.5h0l.03.5ZM243.79,12.35l.42-.27h0s-.42.27-.42.27ZM243.85,12.44l-.4.3.4.53.4-.53-.4-.3ZM243.97,12.29l.4.3h0s-.41-.3-.41-.3ZM247.51,11.06l-.12.48h0l.12-.48ZM249.73,13.78l-.5.05h0s.5-.05.5-.05ZM248.86,17.29l.43.25h0l-.43-.25ZM245.28,20.64l.24.44h0s-.25-.44-.25-.44ZM238.56,14.09l-.49-.08v.04s0,.05,0,.05h.5ZM239.8,17.6l-.4.3h0s.4-.3.4-.3ZM243.75,20.6l-.2.46h0s.2-.46.2-.46ZM243.97,20.6l.2.46h0s-.2-.46-.2-.46ZM247.59,18.01l.38.32h0s-.38-.32-.38-.32ZM249.12,14.62l.5.05h0s-.5-.05-.5-.05ZM248.45,12.31l-.36.35h0s.36-.35.36-.35ZM244.19,13.19l-.46-.19h0s.46.19.46.19ZM243.87,13.49v.5h.01v-.5ZM243.53,13.19l.46-.19h0s-.46.19-.46.19ZM240.74,11.6l-.07-.49h0l.07.49ZM238.68,13.37l.48.13h0s-.48-.13-.48-.13ZM244.51,21.45c.33.11.65.22.95.31l.28-.96c-.29-.09-.57-.18-.93-.3l-.31.95ZM245.47,21.76c1.59.47,3.21.72,4.85.83l.07-1c-1.58-.11-3.12-.35-4.63-.79l-.28.96ZM250.31,22.59c.74.05,1.4-.18,1.88-.64.48-.46.74-1.12.75-1.85h-1c0,.5-.18.88-.44,1.13-.26.25-.64.4-1.12.37l-.07,1ZM252.94,20.1h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h-1v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h1ZM252.94,12.77s0-.05,0-.07c0-.02,0-.03,0-.05,0-.03,0-.03,0-.03l-.99-.15c-.02.12,0,.28,0,.29h1ZM252.94,12.64s0,0,0,0,0,.01,0,.02c0,.02-.02.04-.05.06-.05.05-.11.06-.12.06l-.06-1c-.18.01-.36.07-.51.21-.14.14-.21.31-.24.47l.99.17ZM252.76,12.8s-.06,0-.12-.04c-.06-.04-.08-.09-.08-.1l.97-.26c-.04-.17-.14-.33-.3-.45-.16-.12-.35-.16-.53-.14l.06,1ZM252.56,12.66s0-.02,0,0c0,0,0,.02,0,.04,0,.02,0,.03,0,.06h1s0-.21-.04-.37l-.96.27ZM252.56,12.75h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h1v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h-1ZM252.56,20.08c0,.7-.26,1.26-.66,1.62-.4.37-.98.57-1.68.51l-.08,1c.95.08,1.81-.2,2.44-.77.63-.57.99-1.4.99-2.36h-1ZM250.22,22.21c-1.86-.16-3.67-.43-5.38-1.07l-.35.94c1.84.69,3.75.97,5.65,1.13l.08-1ZM244.84,21.14c-.69-.26-1.29-.25-1.97,0l.35.94c.46-.17.81-.17,1.27,0l.35-.94ZM242.87,21.15c-1.65.62-3.38.9-5.17,1.04l.08,1c1.84-.14,3.67-.44,5.44-1.1l-.35-.94ZM237.7,22.19c-.36.03-.67.04-.95-.02l-.2.98c.43.09.86.06,1.23.03l-.08-1ZM236.74,22.17c-.93-.19-1.58-.98-1.59-1.96h-1c0,1.45.99,2.66,2.39,2.94l.2-.98ZM235.15,20.21c-.01-2.51,0-5.02,0-7.53h-1c0,2.51-.01,5.02,0,7.54h1ZM235.15,12.68c0-.05.01-.02-.03.03-.02.03-.06.05-.09.07-.03.01-.06.01-.07.01l.03-1c-.23,0-.46.07-.63.27-.16.19-.2.41-.2.61h1ZM234.96,12.79s-.03,0-.07-.02c-.04-.02-.07-.05-.09-.08-.02-.03-.03-.05-.03-.05,0,0,0,0,0,.01,0,0,0,.02,0,.04h1c0-.19-.03-.41-.18-.6-.16-.21-.39-.3-.61-.31l-.03,1ZM234.77,12.7h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h0v.03h1v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h0v-.03h-1ZM234.77,20.15c0,1.22.81,2.24,2.03,2.42l.14-.99c-.69-.1-1.17-.67-1.17-1.43h-1ZM236.8,22.57c.39.06.79,0,1.08-.02l-.09-1c-.35.03-.61.06-.85.02l-.14.99ZM237.88,22.55c1.7-.15,3.38-.44,5.02-1l-.32-.95c-1.55.52-3.14.81-4.78.95l.09,1ZM242.9,21.55c.1-.03.2-.07.31-.11l-.35-.94c-.14.05-.21.08-.29.11l.32.95ZM243.27,20.52c-.11-.06-.21-.11-.29-.15l-.46.89c.09.05.15.08.29.15l.46-.89ZM242.98,20.37c-1.48-.77-2.72-1.77-3.59-3.16l-.85.53c.99,1.58,2.39,2.69,3.98,3.52l.46-.89ZM239.39,17.21c-.53-.84-.87-1.73-.92-2.68l-1,.05c.05,1.17.48,2.22,1.07,3.17l.85-.53ZM238.47,14.53c-.02-.41.01-.84.11-1.22l-.97-.24c-.12.5-.16,1.02-.13,1.51l1-.05ZM238.58,13.31c.28-1.11,1.14-1.79,2.39-1.86l-.06-1c-1.64.09-2.91,1.03-3.3,2.62l.97.24ZM240.97,11.44c1.05-.06,1.83.31,2.4,1.18l.83-.55c-.78-1.18-1.91-1.71-3.29-1.63l.06,1ZM243.36,12.62s.05.07.06.09c.01.01.02.02.03.03l.8-.6s-.04-.06-.05-.07c0,0,0,0,0,0,0,0,0,0,.01.02l-.85.53ZM244.25,12.74s.09-.12.12-.16l-.81-.59c-.04.06-.04.04-.11.14l.79.61ZM244.38,12.57c.35-.51.79-.84,1.28-1.01.49-.17,1.07-.19,1.73-.02l.25-.97c-.81-.21-1.6-.2-2.31.04-.71.25-1.31.72-1.77,1.38l.82.57ZM247.39,11.55c1.05.27,1.74,1.08,1.85,2.28l1-.1c-.15-1.58-1.11-2.77-2.6-3.15l-.25.97ZM249.24,13.83c.11,1.14-.22,2.19-.81,3.21l.86.5c.66-1.14,1.08-2.4.94-3.81l-1,.1ZM248.42,17.03c-.8,1.38-1.98,2.38-3.39,3.17l.49.87c1.52-.85,2.84-1.97,3.76-3.54l-.86-.5ZM245.04,20.2c-.19.1-.37.2-.61.33l.47.88c.23-.12.43-.23.63-.34l-.49-.87ZM238.06,14.11c.04,1.5.54,2.71,1.33,3.79l.8-.59c-.69-.93-1.1-1.95-1.14-3.22l-1,.03ZM239.4,17.89c1.09,1.48,2.55,2.45,4.15,3.16l.41-.91c-1.5-.67-2.79-1.55-3.75-2.84l-.8.59ZM243.55,21.06c.11.05.22.06.31.06s.2-.01.31-.06l-.4-.92s.08-.02.09-.02.05,0,.09.02l-.4.92ZM244.17,21.06c1.43-.63,2.75-1.48,3.8-2.72l-.76-.65c-.93,1.09-2.11,1.86-3.44,2.45l.41.91ZM247.97,18.34c.88-1.04,1.5-2.24,1.65-3.67l-.99-.1c-.12,1.18-.63,2.2-1.42,3.12l.76.65ZM249.62,14.67c.1-.94-.05-1.92-.8-2.71l-.72.69c.48.5.61,1.14.53,1.92l.99.1ZM248.81,11.96c-1.55-1.62-4.24-1.02-5.09,1.04l.92.38c.59-1.44,2.43-1.79,3.44-.73l.72-.69ZM243.72,13s-.02.05-.03.06c0,.01,0,0,0,0,.01-.01.04-.03.07-.05.04-.02.07-.02.08-.02l.02,1c.24,0,.43-.11.57-.26.11-.13.17-.27.21-.35l-.93-.38ZM243.86,12.99s.04,0,.08.02c.04.02.06.04.08.05.01.01.02.02,0,.01,0-.01-.01-.03-.03-.06l-.93.37c.03.08.1.24.22.37.15.16.35.25.59.24l-.02-1ZM243.99,13c-.28-.69-.73-1.23-1.31-1.56-.59-.33-1.28-.44-2.01-.34l.15.99c.54-.08,1,0,1.37.22.37.21.68.56.88,1.07l.93-.37ZM240.67,11.1c-.6.09-1.14.3-1.57.67-.43.37-.73.87-.9,1.47l.96.26c.12-.44.32-.76.58-.97.26-.22.61-.37,1.07-.44l-.15-.99ZM238.2,13.24c-.08.31-.11.68-.13.78l.99.15c.03-.22.04-.43.11-.66l-.96-.26Z'/%3E%3C/g%3E%3Cpath class='cls-6' d='M243.85,1.26c-.7.71-1.38,1.4-2.07,2.1-2.52,2.54-5.04,5.08-7.56,7.62-.43.43-.86.86-1.29,1.29-.16.16-.35.18-.48.04-.13-.13-.11-.32.05-.49.01-.01.03-.03.05-.05.91-.92,1.82-1.84,2.74-2.76,2.75-2.77,5.5-5.54,8.25-8.31.28-.29.39-.29.68,0,3.67,3.69,7.33,7.38,11,11.08.18.18.21.38.07.52-.13.14-.33.1-.52-.08-3.59-3.61-7.17-7.22-10.76-10.84-.04-.04-.08-.08-.15-.14'/%3E%3Cg class='cls-3'%3E%3Cpath class='cls-6' d='M241.78,3.36l-.35-.35h0s.35.35.35.35ZM234.22,10.98l-.35-.35h0s.35.35.35.35ZM232.93,12.27l-.35-.35h0s.35.35.35.35ZM232.45,12.31l.36-.35h0s-.36.35-.36.35ZM232.49,11.83l-.35-.35h0s.36.35.36.35ZM232.54,11.78l.35.35-.35-.35ZM244.2.72l-.36.35h0s.35-.35.35-.35ZM255.2,11.8l.35-.35h0s-.35.35-.35.35ZM255.27,12.32l.35.35h0s-.36-.35-.36-.35ZM254.75,12.23l.35-.35-.35.35ZM243.99,1.4l.35-.35-.35.35ZM243.49.91c-.7.71-1.38,1.4-2.07,2.1l.71.7c.69-.69,1.37-1.39,2.07-2.1l-.71-.7ZM241.42,3.01c-2.52,2.54-5.04,5.08-7.56,7.62l.71.7c2.52-2.54,5.04-5.08,7.56-7.62l-.71-.7ZM233.86,10.62c-.43.43-.86.86-1.28,1.29l.71.71c.43-.43.86-.86,1.29-1.3l-.71-.7ZM232.58,11.92s0,0,.06-.01c.03,0,.07,0,.1.01.03.01.06.03.07.05l-.72.69c.16.17.39.26.63.24.23-.02.42-.14.57-.28l-.71-.7ZM232.8,11.96s.03.04.04.07c.01.03.02.07.01.1,0,.06-.03.07,0,.04l-.73-.69c-.13.14-.24.33-.27.55-.02.24.06.46.23.63l.72-.7ZM232.85,12.18s0,0,0,0c.02-.02-.02.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.03-.03-.02.02.01-.01l-.71-.7s0,0-.02.02c0,0,0,0,0,0-.01.01,0,0,0,0,0,0,0,0-.01.01l.71.7ZM232.89,12.13c.46-.46.91-.92,1.37-1.38.46-.46.91-.92,1.37-1.38l-.71-.7c-.46.46-.91.92-1.37,1.38s-.91.92-1.37,1.38l.71.7ZM235.63,9.38c1.37-1.38,2.75-2.77,4.12-4.15,1.37-1.38,2.75-2.77,4.12-4.15l-.71-.7c-1.37,1.38-2.75,2.77-4.12,4.15-1.37,1.38-2.75,2.77-4.12,4.15l.71.7ZM243.88,1.07s.05-.05.07-.07c.02-.02.03-.02.03-.03,0,0,0,0-.03.01-.01,0-.02,0-.04.01-.02,0-.03,0-.05,0-.02,0-.04,0-.05,0-.02,0-.03,0-.04-.01-.02,0-.03-.01-.03-.01,0,0,.01,0,.03.03.02.02.04.04.07.07l.71-.7c-.08-.08-.17-.16-.27-.23-.1-.07-.25-.14-.43-.14-.18,0-.32.07-.43.13-.1.07-.19.15-.27.23l.71.7ZM243.85,1.07c3.67,3.69,7.33,7.39,11,11.08l.71-.7c-3.67-3.69-7.33-7.38-11-11.08l-.71.7ZM254.85,12.15s.02.04.01-.01c0-.03,0-.07.01-.1.01-.04.03-.06.04-.07l.71.7c.17-.17.26-.41.22-.66-.03-.23-.16-.42-.3-.56l-.71.7ZM254.91,11.96s.05-.04.09-.05c.04-.01.08-.01.11,0,.05,0,.04.03,0-.02l-.71.7c.14.14.33.27.55.3.25.04.49-.04.67-.22l-.71-.7ZM255.11,11.88c-1.79-1.81-3.59-3.61-5.38-5.42-1.79-1.81-3.59-3.61-5.38-5.42l-.71.7c1.79,1.81,3.59,3.61,5.38,5.42,1.79,1.81,3.59,3.61,5.38,5.42l.71-.7ZM244.35,1.04c-.05-.05-.1-.1-.16-.15l-.67.74c.07.06.1.09.13.12l.71-.7Z'/%3E%3C/g%3E%3Cpath class='cls-2' d='M250.02,2.45v1.68s0,.04,0,.07c0,.06,0,.13,0,.2h0c0,.15-.05.29-.15.4-.1.11-.24.17-.39.18h0c-.16,0-.31-.05-.42-.17-.11-.11-.16-.27-.16-.42h0c0-.4,0-.8,0-1.2,0-.2,0-.4,0-.59,0-.07,0-.15,0-.22,0-.15,0-.31,0-.47h0s0,0,0,0c0-.15.04-.31.16-.43.12-.12.28-.16.43-.16M250.02,2.45l-.53-1.14h0M250.02,2.45h2.17M250.02,2.45h2.17M249.48,1.31c1.09,0,2.17,0,3.25,0M249.48,1.31l3.25.25M252.19,2.45v.02h0c0,.84,0,1.69,0,2.53s0,1.69,0,2.53h0s.25,0,.25,0c0,.26.11.39.31.39s.31-.14.31-.4V2.03s0-.03,0-.05c0-.03,0-.07,0-.1-.02-.2-.12-.31-.33-.31M252.19,2.45l1.12-.59-.25.02.25-.02c-.01-.14-.06-.28-.17-.39-.11-.11-.26-.15-.41-.15M252.74,1.56v-.25M252.74,1.56v-.25h0M249.46,4.72c.18,0,.29-.13.3-.34l-.3.34ZM249.46,4.72c-.19,0-.32-.13-.32-.34l.32.34Z'/%3E%3C/g%3E%3Cg%3E%3Cline class='cls-1' x1='280.72' y1='11.68' x2='487.72' y2='11.68'/%3E%3Cline class='cls-1' y1='11.54' x2='207' y2='11.54'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 460px;
    height: 22px;
}

/* Offcanvas */

.offcanvas-links a{
    color: var(--color-main-beige) !important;
    text-decoration: none !important;
    font-family: 'Helvetica Neue';
    transition: all 0.3s;
}

.offcanvas-links {
    transition: all 0.3s;
}

.offcanvas-links:hover {
    opacity: 1 !important;
}

.offcanvas-links a:hover{
    color: var(--color-pink) !important;
}

.offcanvas-info {
    transition: 0.3 all;
}

.offcanvas-info:hover{
    opacity: 1 !important;
}

/* Lage */

.accordion-button:not(.collapsed){
    color: var(--color-dark-beige) !important;
    box-shadow: none !important;
}

.lage-table-row{
    border-bottom: 1px solid var(--color-beige);
}

.circle-event{
    z-index: 1;
    position: relative;
    fill: transparent !important;
    transition: all 0.3s;
}

.logo-event{
    z-index: 1;
    position: relative;
    transition: all 0.3s;
}

.circle-event:hover{
    fill: #D174A5 !important;
}

.circle-info{
    display: none
}

g .circle-event:hover + .circle-info, g .logo-event:hover + .circle-info{
    display: block;
    z-index: 999;
}

.lage-slider.active{
    border-bottom: 1px solid var(--color-main-beige) !important;
}

#lageSlider .accordion-button::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.92 8.96'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23918160; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath class='cls-1' d='M3.88,8.96v-3.9H0v-1.16h3.88V0h1.16v3.9h3.88v1.16h-3.88v3.9h-1.16Z'/%3E%3C/g%3E%3C/svg%3E");
    width: 0.75rem !important;
    height: 0.75rem !important;
    background-size: contain !important;
    background-position: center center !important;
}

#lageSlider .accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.92 1.16'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23918160; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2-2' data-name='Layer 2'%3E%3Crect class='cls-1' width='8.92' height='1.16'/%3E%3C/g%3E%3C/svg%3E");
    width: 0.75rem !important;
    height: 0.75rem !important;
    background-size: contain !important;
    background-position: center center !important;
}

.intro-slider-container {
    padding-left: calc(((100vw - 1440px) / 2) + 2.5rem);
    padding-right: 3rem;
}

.lage-accordion{
    transition: all 0.3s;
}

.lage-accordion.collapsed:hover{
    background-color: var(--color-beige) !important;
}

.lage-accordion{
    background-color: var(--color-beige) !important;
}

.lage-accordion.collapsed{
    background-color: var(--color-white) !important;
}

.lage-accordion{
    color: var(--color-dark-beige) !important;
}

/* Downloads */

.downloads-icon{
    max-height: 30px;
    max-width: 30px;
}

.downloads-border{
    border-bottom: 1px solid #BAB3A2;
}

.downloads-row{
    transition: all 0.3s;
}

.downloads-row:hover{
    background-color: var(--color-main-beige) !important;
}

/* Kontakt */

.team-grid {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 0.2em 1.5em; 
}

.fui-submit{
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: var(--color-pink) !important;
}

.fui-submit::after{
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6854 8.70711C19.0759 8.31658 19.0759 7.68342 18.6854 7.2929L12.3214 0.928934C11.9309 0.538409 11.2977 0.538409 10.9072 0.928933C10.5167 1.31946 10.5167 1.95262 10.9072 2.34315L16.5641 8L10.9072 13.6569C10.5167 14.0474 10.5167 14.6805 10.9072 15.0711C11.2977 15.4616 11.9309 15.4616 12.3214 15.0711L18.6854 8.70711ZM0.266601 9L17.9783 9L17.9783 7L0.266602 7L0.266601 9Z' fill='%23F4F1EE'/%3E%3C/svg%3E%0A") !important;
    height: 14px !important;
    width: 17px !important;
    position: relative;
    background-size: contain;
    transition: all 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 3rem;
}

.fui-submit:hover::after{
    margin-left: 4rem;
}

.fui-submit{
    font-family: 'Helvetica Neue Medium' !important;
    color: var(--color-white) !important;
    font-size: 1rem !important;
    line-height: 1.15rem !important;
    text-transform: uppercase;
    border-radius: 0px !important;
    padding: 1rem 1.5rem !important;
    border: none !important;
    letter-spacing: 1.5px;
    font-weight: 400 !important;
}

.fui-checkbox label{
    font-family: 'Helvetica Neue';
    color: var(--color-main) !important;
    font-size: 1rem !important;
    line-height: 1.15rem !important;
    font-weight: 400 !important;
}

.fui-label{
    font-family: 'Helvetica Neue';
    color: var(--color-dark-beige) !important;
    font-size: 1rem !important;
    line-height: 1.15rem !important;
    font-weight: 400 !important;
}

.fui-checkbox input:checked+label:before, .fui-radio input:checked+label:before{
    background-color: var(--color-main-beige) !important;
}

.fui-checkbox-label{
    font-family: 'Helvetica Neue';
    color: var(--color-black) !important;
    font-size: 1rem !important;
    line-height: 1.15rem !important;
    padding-top: 0.5rem !important;
    padding-left: 2.5rem !important;
}

.fui-checkbox label:before{
    height: 30px !important;
    width: 30px !important;
    border: 1px solid var(--color-main) !important;
}

.fui-input{
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    border-radius: 0px !important;
    border-bottom: 1px solid var(--color-main-beige) !important;
    padding: 10px 0px !important;
    box-shadow: none !important;
    font-family: 'Helvetica Neue';
    color: var(--color-black) !important;
    margin-bottom: 1rem !important;
}

.fui-input::placeholder{
    font-family: 'Helvetica Neue';
    color: var(--color-main) !important;
    font-size: 1rem !important;
    line-height: 1.15rem !important;
}

.fui-layout-horizontal .fui-layout-wrap{
    flex-wrap: wrap !important;
}

.fui-checkbox {
    width: 50% !important;
    margin-right: 0px !important;
    margin-bottom: 1rem !important;
}

.form-textarea .fui-input{
    min-height: 200px;
}

/* Partner */

.partner-grid{
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr 1fr; 
    gap: 1.5em 1.5em; 
}

.partner-image{
    height: 37px;
}

.partner-box{
    transition: all 0.3s;
}

.partner-box:hover{
    transform: scale(1.05) !important;
}

.partner-text a{
    text-decoration: none !important;
    color: var(--color-main) !important;
    font-family: 'Helvetica Neue' !important;
}

/* Isometrie */

.table-status span{
    text-align: center !important;
    color: var(--color-white) !important;
    padding: 0.5rem 1rem !important;
    width: 100%;
}

.table-status-frei span{
    background-color: #A0D274 !important;
}

.table-status-verkauft span{
    background-color: #E96A6A !important;
}

.table-status-reserviert span{
    background-color: #EDB579 !important;
}

.button-haus.active{
    background-color: #f6ecda !important
}

#parkplaetzeAccordion .accordion-button:not(.collapsed){
    background-color: var(--color-beige) !important;
    color: var(--color-main) !important;
}

.parkplatz-border{
    border-bottom: 1px solid var(--color-beige);
}

.parkplatz-table-header th{
    font-weight: 400 !important;
}

/* Blog */

.begleitperson-title.active, .person-name{
    border-bottom: 1px solid var(--color-dark-beige);
}

.news-tag{
    border-bottom: 1px solid var(--color-dark-beige);
}

.news-grid{
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 1.5em 1.5em; 
}

.news-older-grid{
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 1.5em 1.5em; 
}

.news-images{
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 1.5em 1.5em; 
}

/* Footer */

.footer-grid{
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 1.5em 1.5em; 
}

.footer-info a{
    text-decoration: none !important;
    color: var(--color-white) !important;
}

/* Rechtliches */

.rechtliches-text a{
    text-decoration: none !important;
    color: var(--color-main) !important;
}

.rechtliches-text h2{
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}

.rechtliches-text p{
    font-family: 'Helvetica Neue' !important;
}

/* 404 */

.error404{
    font-size: 10vw !important;
    line-height: 1 !important;
}

@media only screen and (max-width: 1500px) and (min-width: 1400px)  {

}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {
    .partner-grid{
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        gap: 1.5em 1.5em; 
    }

    .intro-slider-container{
        padding-left: 3rem !important;
    }

    .hero-logo{
        max-width: 200px;
    }

    .homepage-sticker {
        top: 9rem;
        right: 3rem;
    }

    .sticker {
        max-width: 150px;
    }
}

@media (max-width: 1200px) {
    
    .news-grid{
        display: grid; 
        grid-template-columns: 1fr; 
        gap: 1.5em 1.5em; 
    }

    .news-older-grid{
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        gap: 1.5em 1.5em; 
    }

    .table-status {
        height: 83.81px;
    }

    .homepage-sticker {
        top: 1.5rem;
        right: 1.5rem;
    }

}

@media (max-width: 992px) {

    .navigation-grid {
        display: grid; 
        grid-template-columns: 1fr; 
        gap: 0em 1.5em; 
    }

}

@media (max-width: 768px) {    

    .galerie-grid {
        display: grid; 
        grid-template-columns: 1fr; 
        gap: 0.2em 0.2em; 
    }

    .galerie-grid div{
        grid-column: span 2;
    }

    .partner-grid{
        display: grid; 
        grid-template-columns: 1fr; 
        gap: 1.5em 1.5em; 
    }

    .team-grid {
        display: grid; 
        grid-template-columns: 1fr; 
        gap: 2em 1.5em; 
    }

    .footer-grid{
        display: grid; 
        grid-template-columns: 1fr; 
        gap: 1.5em 1.5em; 
    }

    .intro-slider-container{
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }   

    .news-older-grid{
        display: grid; 
        grid-template-columns: 1fr; 
        gap: 1.5em 1.5em; 
    }
    
}

@media (max-width: 576px) {
    .herz-sticker {
        max-width: 160px;
        right: 10vw !important;
        top: 20vw !important;
    }
    .hero-logo {
        max-width: 150px;
    }
}
