/* Lieblingsplatzl Gastein */

/* font-face */

@font-face {
    font-family: 'MarkPro';
    src: url('../fonts/MarkPro-Medium.woff2') format('woff2'),
        url('../fonts/MarkPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MarkPro';
    src: url('../fonts/MarkPro.woff2') format('woff2'),
        url('../fonts/MarkPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* page */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    background: var(--beige) !important;
    word-wrap: break-word;
    font-family: 'MarkPro', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    color: var(--text) !important;
    line-height: 1.6 !important;
    font-display: swap !important;
}


/* flexbox */

@media (min-width: 768px) {

    .col-1 {
        flex: 1;
    }

    .col-2 {
        flex: 2;
    }

    .col-3 {
        flex: 3;
    }

    .col-4 {
        flex: 4;
    }

    .col-5 {
        flex: 5;
    }

    .col-6 {
        flex: 6;
    }

    .col-7 {
        flex: 7;
    }

    .col-8 {
        flex: 8;
    }

    .col-9 {
        flex: 9;
    }

    .col-10 {
        flex: 10;
    }

    .col-11 {
        flex: 11;
    }

    .col-12 {
        flex: 12;
    }

}


/* colors */

:root {
    --white: #FFFFFF;
    --black: #000000;
    --blue: #A3ACBE;
    --green: #94AA8E;
    --yellow: #E1C683;
    --beige: #F3F0EC;
    --text: #3B3B3B;
    --darkblue: #636873;
}

::selection {
    color: var(--white);
    background: var(--darkblue);
}

::-moz-selection {
    color: var(--white);
    background: var(--darkblue);
}

.bg--blue {
    background-color: var(--blue);
}

.bg--green {
    background-color: var(--green);
}

.bg--yellow {
    background-color: var(--yellow);
}

.bg--blue::before,
.bg--green::before,
.bg--yellow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='211.4px' height='211.4px' viewBox='0 0 211.4 211.4' enable-background='new 0 0 211.4 211.4' xml:space='preserve'%3E%3Cpath fill='%239CA4B5' d='M14.14,22.63v0.01c-0.33,0.03-0.65,0.13-0.95,0.24c-2.86,0.3-5.61,1.34-7.85,3.19 c-0.23,0.19-0.47,0.4-0.71,0.61c0-0.03-0.12,0.08-0.22,0.18c-0.15,0.09-0.3,0.17-0.44,0.27c-0.68,0.49-1.43,1.11-1.95,1.77 c-0.79,1.02-0.78,2.32-0.29,3.47c1.03,2.39,3.87,3.76,6.36,2.91c1.11-0.38,2.07-1.09,2.94-1.85c0.75-0.66,1.51-1.33,2.13-2.13 c0.77-1.01,1.34-2.17,1.61-3.42c0.14-0.66,0.19-1.32,0.19-1.99c0-0.61-0.07-1.26,0.31-1.76c0.06-0.05,0.11-0.11,0.18-0.16 c-0.21,0.16-0.45,0.34-0.67,0.52c0.11-0.27,0.22-0.55,0.29-0.83c0.05-0.18,0.13-0.46,0.11-0.65c-0.02-0.33,0.05-0.18-0.18-0.3 C14.76,22.59,14.39,22.61,14.14,22.63z M5.92,25.87v-0.01c1.38-0.84,2.9-1.41,4.47-1.75c-0.81,0.36-1.62,0.72-2.42,1.08 c-1,0.45-2.08,0.84-3.06,1.38C5.24,26.33,5.57,26.08,5.92,25.87z M2.51,29.17c0-0.01,0-0.01,0-0.01c0.07-0.29,0.18-0.58,0.33-0.84 c0.05-0.09,0.12-0.18,0.18-0.27c-0.09,0.06-0.2,0.13-0.35,0.22c0.12-0.07,0.24-0.15,0.35-0.22c0.02-0.03,0.04-0.06,0.06-0.09 c0.15-0.26,0.46-0.27-0.03,0.07c0.17-0.11,0.35-0.21,0.52-0.32C3.15,28.17,2.78,28.66,2.51,29.17z M14.11,24.3l-0.02-0.01 c0,0-0.01,0.04-0.02,0.06c-0.2,0.18-0.37,0.33-0.36,0.34c0,0,0.16-0.14,0.36-0.31c-0.21,1.07-0.83,2.01-1.38,2.94 c-0.71,1.19-1.44,2.37-2.28,3.47c-0.22,0.28-0.44,0.55-0.67,0.82c-0.17,0.19-0.35,0.37-0.52,0.56L9.2,32.2 c1.53-1.4,2.82-3.02,3.92-4.8c0.25-0.41,0.52-0.83,0.79-1.26c-0.03,0.53,0.01,1.07-0.03,1.6c-0.05,0.62-0.17,1.22-0.36,1.81 c-0.36,1.14-0.96,2.19-1.74,3.09c-0.06,0.07-0.18,0.23-0.29,0.35c-0.03,0.02-0.06,0.04-0.1,0.07c-0.29,0.2-0.56,0.41-0.86,0.6 c-0.57,0.35-1.18,0.64-1.83,0.8c-1,0.24-2.03,0.12-2.97-0.25c0.81-0.11,1.62-0.47,2.31-1c0.36-0.27,0.68-0.58,1.01-0.87 c0.05-0.04,0.09-0.09,0.13-0.13c0.15-0.2-0.47,0.35-0.58,0.42c-0.17,0.11-0.35,0.21-0.53,0.29c-1.83,0.88-3.91,0.31-4.68-1.68 c-0.41-1.07-0.32-2.22,0.24-3.22c0.11-0.2,0.25-0.38,0.39-0.56c0.07-0.04,0.14-0.09,0.21-0.12c2.49-1.2,5.05-2.34,7.6-3.39 c0.11-0.05,0.23-0.08,0.35-0.13c0.24-0.02,0.48-0.05,0.72-0.06c0.06,0,0.16-0.08,0.25-0.17c0.02,0,0.03,0,0.05,0 c0.23-0.01,0.56-0.01,0.77,0.09C14.25,23.82,14.16,23.98,14.11,24.3z M9.18,32.21c0.01,0,0.01-0.01,0.01-0.01l-0.03,0.03 C9.18,32.22,9.18,32.22,9.18,32.21z M23.98,18.4h0.01c-0.65-1.1-1.46-2.21-2.7-2.65c-0.21-0.16-0.42-0.31-0.64-0.43 c-0.45-0.25-0.98-0.39-1.49-0.25c-0.24,0.06-0.44,0.18-0.63,0.34c-0.53,0.45-1.04,0.92-1.56,1.39c-0.14,0.13-0.28,0.25-0.4,0.38 l-0.07,0.07c0,0,0.02,0,0.03-0.02c-0.26,0.27-0.45,0.57-0.48,1.01c-0.02,0.49,0.12,0.98,0.35,1.4c0,0.01,0.02,0.02,0.03,0.04 c0.06,0.25,0.15,0.49,0.25,0.72c0.23,0.54,0.54,1.04,0.91,1.48c0.33,0.4,0.74,0.82,1.25,0.98c0.48,0.14,0.95-0.02,1.33-0.32 c0.54-0.43,1.04-0.91,1.54-1.37c0.28-0.25,0.59-0.5,0.83-0.79c0.26-0.32,0.4-0.69,0.47-1.09C23.26,19.07,24,18.44,23.98,18.4z M18.63,17.94h0.01c-0.04-0.06-0.08-0.14-0.12-0.21c-0.02-0.08-0.03-0.17-0.04-0.25c0.23,0.03,0.46,0.08,0.68,0.16 c0.41,0.33,0.77,0.71,1.01,1.03c0.13,0.17,0.25,0.37,0.35,0.57C19.75,19.06,19.07,18.6,18.63,17.94z M20.57,20.78 c-0.27-0.17-0.51-0.39-0.73-0.64c0.2-0.18,0.41-0.37,0.61-0.55c-0.02,0.02,0.08-0.08,0.17-0.17c0.22,0.48,0.34,1.01,0.32,1.53 C20.81,20.91,20.69,20.85,20.57,20.78z M14.08,14.35h0.01c0.11,0.01,0.45-0.4,0.53-0.47c0.07-0.06,0.44-0.49,0.52-0.48 c-0.17-0.02-0.33-0.05-0.5-0.07c0.22-0.22,0.41-0.43,0.45-0.4c-1.46-1.05-2.27-2.54-3.21-4.04c-0.24-0.39-0.51-0.76-0.77-1.13 c-0.41-0.93-0.82-1.85-1.32-2.71C9.22,4.06,8.62,3.51,7.61,3.13C7.03,2.44,6.43,1.78,5.79,1.16C5.03,0.41,3.83-0.38,2.75,0.2 C2.01,0.59,1.12,1.45,0.8,2.23C0.34,3.36,0.45,4.74,0.75,5.89C2.31,11.72,8.78,13.7,14.08,14.35z M6.51,4.02h0.01 c0.53,0.62,1.04,1.26,1.53,1.9C8.8,6.89,9.51,7.89,10.2,8.91c0.52,1.17,1.01,2.34,1.67,3.43c-1.23-0.37-2.41-0.89-3.5-1.6 c-1.68-1.09-3.14-2.56-4.14-4.3C3.8,5.69,3.29,4.72,3.62,3.83c0,0,0.01-0.03,0.03-0.06c0.11-0.04,0.22-0.09,0.34-0.11 C4.42,3.57,4.83,3.62,5.25,3.7C5.65,3.78,6.09,3.88,6.51,4.02z M3.74,3.59L3.79,3.5C3.82,3.51,3.79,3.55,3.74,3.59z M1.95,1.06 c1.03-0.33,2.11,0.37,2.87,1.12C4.98,2.34,5.14,2.51,5.3,2.67C5.03,2.7,4.76,2.76,4.5,2.89c-0.59,0.3-1.22,0.89-1.64,1.4 C2.17,5.11,2.53,6.17,2.97,7.01C3.44,7.9,4.02,8.72,4.69,9.46C4.68,9.45,4.67,9.44,4.65,9.43C3.43,8.31,2.44,6.9,1.93,5.32 C1.54,4.11,1.29,2.29,1.95,1.06z M32.34,38.41c1.23,0.31,2.9,0.49,4.02-0.26c0.67-0.44,1.65-1.22,1.79-2.04 c0.23-1.29-0.89-2.41-1.68-3.26c-0.36-0.38-0.74-0.74-1.11-1.11c-0.08-0.28-0.17-0.55-0.27-0.79c-0.47-1.13-1.69-1.72-2.68-2.33 c-0.59-0.36-1.2-0.69-1.81-1.01c-0.52-0.41-1.05-0.82-1.59-1.2c-1.29-0.9-2.52-1.8-3.36-3.17c0.02,0.03-0.23,0.22-0.49,0.43 c0-0.18-0.01-0.35-0.02-0.53c0,0.1-0.46,0.4-0.53,0.47c-0.08,0.07-0.52,0.38-0.52,0.48c0.04,3.35,0.45,6.84,2.24,9.75 C27.67,36.02,29.83,37.78,32.34,38.41z M35.53,33.95c0.18,0.19,0.36,0.39,0.53,0.58c0.69,0.8,1.31,1.93,0.88,2.91 c-1.4,0.6-3.31,0.2-4.61-0.32c-1.58-0.62-2.98-1.69-4.06-2.99c-0.14-0.17-0.25-0.35-0.38-0.53c1.01,1.15,2.23,2.17,3.59,2.72 c0.91,0.37,1.69,0.24,2.42-0.35c-0.02,0.02-0.03,0.04-0.04,0.06l0.12-0.11c0,0,0.03-0.02,0.04-0.03 C34.66,35.33,35.34,34.81,35.53,33.95z M29.73,28.69h-0.02c0.9,0.7,1.78,1.43,2.64,2.18c0.65,0.57,1.3,1.15,1.92,1.76 c0.02,0.08,0.04,0.16,0.06,0.24c0.2,0.9,0.3,1.82-0.1,2.61c-1.13,0.38-2.33-0.37-3.26-1.04c-1.15-0.83-2.16-1.86-2.97-3.02 c-1.06-1.5-1.78-3.21-2.12-5C27.07,27.3,28.4,27.99,29.73,28.69z M68.99,73.02v0.01c0.43,0.54,0.91,1.04,1.37,1.54 c0.25,0.28,0.5,0.59,0.79,0.83c0.32,0.26,0.69,0.4,1.09,0.47c0.22,0.25,0.85,0.99,0.89,0.97c1.1-0.65,2.21-1.46,2.65-2.7 c0.16-0.21,0.31-0.42,0.43-0.64c0.25-0.45,0.39-0.98,0.25-1.49c-0.06-0.24-0.18-0.44-0.34-0.63c-0.45-0.53-0.92-1.04-1.39-1.56 c-0.13-0.14-0.25-0.28-0.38-0.4l-0.07-0.07c0,0,0,0.02,0.02,0.03c-0.27-0.26-0.57-0.45-1.01-0.48c-0.49-0.02-0.98,0.12-1.4,0.35 c-0.01,0-0.02,0.02-0.04,0.03c-0.25,0.06-0.49,0.15-0.72,0.25c-0.54,0.23-1.04,0.54-1.48,0.91c-0.4,0.33-0.82,0.74-0.98,1.25 C68.53,72.17,68.69,72.64,68.99,73.02z M73.59,71.48v0.01c0.06-0.04,0.14-0.08,0.21-0.12c0.08-0.02,0.17-0.03,0.25-0.04 c-0.03,0.23-0.08,0.46-0.16,0.68c-0.33,0.41-0.71,0.77-1.03,1.01c-0.17,0.13-0.37,0.25-0.57,0.35 C72.47,72.6,72.93,71.92,73.59,71.48z M70.75,73.42c0.17-0.27,0.39-0.51,0.64-0.73c0.18,0.2,0.37,0.41,0.55,0.61 c-0.02-0.02,0.08,0.08,0.17,0.17c-0.48,0.22-1.01,0.34-1.53,0.32C70.62,73.66,70.68,73.54,70.75,73.42z M58.1,63.88h-0.01 c0.66,0.75,1.33,1.51,2.13,2.13c1.01,0.77,2.17,1.34,3.42,1.61c0.66,0.14,1.32,0.19,1.99,0.19c0.61,0,1.26-0.07,1.76,0.31 c0.05,0.06,0.11,0.11,0.16,0.18c-0.16-0.21-0.34-0.45-0.52-0.67c0.27,0.11,0.55,0.22,0.83,0.29c0.18,0.05,0.46,0.13,0.65,0.11 c0.33-0.02,0.18,0.05,0.3-0.18c0.12-0.24,0.1-0.61,0.08-0.86c-0.03-0.33-0.13-0.65-0.24-0.95c-0.3-2.86-1.34-5.61-3.19-7.85 c-0.19-0.23-0.4-0.47-0.61-0.71c0.03,0-0.08-0.12-0.18-0.22c-0.09-0.15-0.17-0.3-0.27-0.44c-0.49-0.68-1.11-1.43-1.77-1.95 c-1.02-0.79-2.32-0.78-3.47-0.29c-2.39,1.03-3.76,3.87-2.91,6.36C56.63,62.05,57.34,63.01,58.1,63.88z M65.65,58.76h0.01 c0.84,1.38,1.41,2.9,1.75,4.47c-0.36-0.81-0.72-1.62-1.08-2.42c-0.45-1-0.84-2.08-1.38-3.06C65.19,58.08,65.44,58.41,65.65,58.76z M62.36,55.35c0.29,0.07,0.58,0.18,0.84,0.33c0.09,0.05,0.17,0.11,0.26,0.17c0,0.01,0.01,0.01,0.01,0.02 c0.03,0.02,0.06,0.04,0.09,0.06c0.26,0.15,0.27,0.46-0.07-0.03c0.11,0.17,0.21,0.35,0.32,0.52c-0.46-0.42-0.96-0.8-1.48-1.07 C62.34,55.35,62.35,55.35,62.36,55.35z M57.3,58.59c0.11,0.8,0.47,1.61,1,2.29c0.27,0.36,0.58,0.68,0.87,1.01 c0.05,0.06,0.11,0.11,0.16,0.17c0.02-0.02-0.4-0.51-0.46-0.61c-0.11-0.17-0.21-0.35-0.29-0.53c-0.88-1.83-0.31-3.91,1.68-4.68 l0.01-0.02c1.07-0.41,2.22-0.32,3.22,0.24c0.2,0.11,0.38,0.25,0.56,0.39c0.04,0.07,0.09,0.14,0.12,0.21c1.2,2.49,2.34,5.05,3.39,7.6 c0.05,0.11,0.08,0.23,0.13,0.35c0.02,0.24,0.05,0.48,0.06,0.72c0,0.07,0.08,0.16,0.17,0.25c0,0.02,0,0.03,0,0.05 c0.01,0.23,0.01,0.56-0.09,0.77c-0.14,0.28-0.3,0.19-0.62,0.14c-0.02,0-0.04-0.01-0.06-0.02c-0.18-0.2-0.33-0.37-0.34-0.36 s0.14,0.16,0.31,0.36c-1.07-0.21-2.01-0.83-2.94-1.38c-1.19-0.71-2.37-1.44-3.47-2.28c-0.28-0.22-0.55-0.44-0.82-0.67 c-0.14-0.12-0.27-0.25-0.41-0.38c1.36,1.45,2.93,2.69,4.64,3.75c0.41,0.25,0.83,0.52,1.26,0.79c-0.53-0.03-1.07,0.01-1.6-0.03 c-0.62-0.05-1.22-0.17-1.81-0.36c-1.14-0.36-2.19-0.96-3.09-1.74c-0.07-0.06-0.23-0.18-0.35-0.29c-0.02-0.03-0.04-0.06-0.07-0.1 c-0.2-0.29-0.41-0.56-0.6-0.86c-0.35-0.57-0.64-1.18-0.8-1.83C56.82,60.55,56.94,59.52,57.3,58.59z M59.27,62.02 c0.04,0.03,0.06,0.04,0.06,0.04c0.05,0.05,0.1,0.1,0.15,0.15c-0.05-0.05-0.1-0.09-0.15-0.14L59.27,62.02z M55.42,91 c1.29,0.23,2.41-0.89,3.26-1.68c0.38-0.36,0.74-0.74,1.11-1.11c0.28-0.08,0.55-0.17,0.79-0.27c1.13-0.47,1.72-1.69,2.33-2.68 c0.36-0.59,0.69-1.2,1.01-1.81c0.41-0.52,0.81-1.05,1.2-1.59c0.9-1.29,1.8-2.52,3.17-3.36c-0.03,0.02-0.22-0.23-0.43-0.49 c0.18,0,0.35-0.01,0.53-0.02c-0.1,0-0.4-0.46-0.47-0.53c-0.07-0.08-0.38-0.52-0.48-0.52c-3.35,0.04-6.84,0.45-9.75,2.24 c-2.18,1.34-3.94,3.5-4.57,6.01c-0.31,1.23-0.49,2.9,0.26,4.02C53.82,89.88,54.6,90.86,55.42,91z M60.11,80.85v-0.02 c1.5-1.06,3.21-1.78,5-2.12c-0.88,1.19-1.57,2.52-2.27,3.85c-0.71,0.9-1.43,1.78-2.18,2.64c-0.57,0.65-1.15,1.3-1.76,1.92 c-0.08,0.02-0.16,0.04-0.24,0.06c-0.9,0.2-1.82,0.3-2.61-0.1c-0.38-1.13,0.37-2.33,1.04-3.26C57.92,82.67,58.95,81.66,60.11,80.85z M54.4,85.2l0.01-0.02c0.62-1.58,1.69-2.98,2.99-4.06c0.17-0.14,0.35-0.25,0.53-0.38c-1.15,1.01-2.17,2.23-2.72,3.59 c-0.37,0.91-0.24,1.69,0.34,2.42c-0.02-0.02-0.04-0.03-0.06-0.04l0.11,0.12c0,0,0.02,0.03,0.03,0.04c0.56,0.64,1.09,1.33,1.96,1.52 c-0.2,0.18-0.4,0.37-0.6,0.54c-0.8,0.69-1.93,1.31-2.91,0.88C53.48,88.41,53.88,86.5,54.4,85.2z M77.65,67.46 c0.06,0.07,0.49,0.44,0.48,0.52c0.02-0.17,0.05-0.33,0.07-0.5c0.22,0.22,0.43,0.41,0.4,0.45c1.05-1.46,2.54-2.27,4.04-3.21 c0.39-0.24,0.76-0.51,1.13-0.77c0.93-0.41,1.85-0.82,2.71-1.32c0.99-0.57,1.54-1.17,1.92-2.18c0.69-0.58,1.35-1.18,1.97-1.82 c0.73-0.76,1.52-1.97,0.95-3.04c-0.39-0.74-1.25-1.63-2.03-1.95l0.01,0.01c-1.13-0.46-2.51-0.35-3.66-0.05 c-5.83,1.56-7.81,8.03-8.46,13.33C77.17,67.04,77.58,67.38,77.65,67.46z M87.94,56.59l0.09,0.05 C88.02,56.67,87.98,56.64,87.94,56.59z M82.09,57.5c1.12-1.22,2.53-2.21,4.11-2.72c1.21-0.39,3.03-0.64,4.26,0.02 c0.33,1.03-0.37,2.11-1.12,2.87c-0.16,0.16-0.33,0.32-0.49,0.48c-0.03-0.27-0.09-0.54-0.22-0.8c-0.3-0.59-0.89-1.22-1.4-1.64 c-0.82-0.69-1.88-0.33-2.72,0.11c-0.89,0.47-1.71,1.05-2.45,1.72C82.07,57.53,82.08,57.52,82.09,57.5z M80.79,61.22 c1.09-1.68,2.56-3.14,4.3-4.14c0.75-0.43,1.72-0.94,2.61-0.61c0,0,0.03,0.01,0.06,0.03c0.04,0.11,0.09,0.22,0.11,0.34 c0.09,0.43,0.04,0.84-0.04,1.26v0.01c-0.08,0.4-0.18,0.84-0.32,1.26c-0.62,0.53-1.26,1.04-1.9,1.53c-0.97,0.75-1.97,1.46-2.99,2.15 c-1.17,0.52-2.34,1.01-3.43,1.67C79.56,63.49,80.08,62.31,80.79,61.22z M29.5,112.16c-0.01,0-0.01,0.01-0.02,0.01l0.03-0.03 C29.5,112.15,29.5,112.15,29.5,112.16z M24.54,121.74v-0.01c0.33-0.03,0.65-0.13,0.95-0.24c2.86-0.3,5.61-1.34,7.85-3.19 c0.23-0.19,0.47-0.4,0.71-0.61c0,0.03,0.12-0.08,0.22-0.18c0.15-0.09,0.3-0.17,0.44-0.27c0.68-0.49,1.43-1.11,1.95-1.77 c0.79-1.02,0.78-2.32,0.29-3.47c-1.03-2.39-3.87-3.76-6.36-2.91c-1.11,0.38-2.07,1.09-2.94,1.85c-0.75,0.66-1.51,1.33-2.13,2.13 c-0.77,1.01-1.34,2.17-1.61,3.42c-0.14,0.66-0.19,1.32-0.19,1.99c0,0.61,0.07,1.26-0.31,1.76c-0.06,0.05-0.11,0.11-0.18,0.16 c0.21-0.16,0.45-0.34,0.67-0.52c-0.11,0.27-0.22,0.55-0.29,0.83c-0.05,0.18-0.13,0.46-0.11,0.65c0.02,0.33-0.05,0.18,0.18,0.3 C23.92,121.78,24.29,121.76,24.54,121.74z M32.76,118.5v0.01c-1.38,0.84-2.9,1.41-4.47,1.75c0.81-0.36,1.62-0.72,2.42-1.08 c1-0.45,2.08-0.84,3.06-1.38C33.44,118.04,33.11,118.29,32.76,118.5z M36.17,115.18c0,0,0,0.02,0,0.03 c-0.07,0.29-0.18,0.58-0.33,0.84c-0.05,0.09-0.11,0.17-0.17,0.26c-0.01,0-0.01,0.01-0.02,0.01c-0.02,0.03-0.04,0.06-0.06,0.09 c-0.15,0.26-0.46,0.27,0.03-0.07c-0.17,0.11-0.35,0.21-0.52,0.32C35.52,116.2,35.9,115.7,36.17,115.18z M24.57,120.07l0.02,0.01 c0,0,0.01-0.04,0.02-0.06c0.2-0.18,0.37-0.33,0.36-0.34c0,0-0.16,0.14-0.36,0.31c0.21-1.07,0.83-2.01,1.38-2.94 c0.71-1.19,1.44-2.37,2.28-3.47c0.22-0.28,0.44-0.55,0.67-0.82c0.17-0.19,0.35-0.37,0.52-0.56l0.02-0.03 c-1.53,1.4-2.82,3.02-3.92,4.8c-0.25,0.41-0.53,0.83-0.79,1.26c0.03-0.53-0.01-1.07,0.03-1.6c0.05-0.62,0.17-1.22,0.36-1.81 c0.36-1.14,0.96-2.19,1.74-3.09c0.06-0.07,0.18-0.23,0.29-0.35c0.03-0.02,0.06-0.04,0.1-0.07c0.29-0.2,0.56-0.41,0.86-0.6 c0.57-0.35,1.18-0.64,1.83-0.8c1-0.24,2.03-0.12,2.97,0.25c-0.81,0.11-1.62,0.47-2.31,1c-0.36,0.27-0.68,0.58-1.01,0.87 c-0.05,0.04-0.09,0.09-0.13,0.13c-0.15,0.2,0.47-0.35,0.58-0.42c0.17-0.11,0.35-0.21,0.53-0.29c1.83-0.88,3.91-0.31,4.68,1.68 c0.41,1.07,0.32,2.22-0.24,3.22c-0.11,0.2-0.25,0.38-0.39,0.56c-0.07,0.04-0.14,0.09-0.21,0.12c-2.49,1.2-5.05,2.34-7.6,3.39 c-0.11,0.05-0.23,0.08-0.35,0.13c-0.24,0.02-0.48,0.05-0.72,0.06c-0.07,0-0.16,0.08-0.25,0.17c-0.02,0-0.03,0-0.05,0 c-0.23,0.01-0.56,0.01-0.77-0.09C24.43,120.55,24.52,120.39,24.57,120.07z M24.6,130.02l-0.01,0.01c-0.11-0.01-0.45,0.4-0.53,0.47 c-0.07,0.06-0.44,0.49-0.52,0.48c0.17,0.02,0.33,0.05,0.5,0.07c-0.22,0.22-0.41,0.43-0.45,0.4c1.46,1.05,2.27,2.54,3.21,4.04 c0.24,0.38,0.51,0.76,0.77,1.13c0.41,0.93,0.82,1.85,1.32,2.71c0.57,0.99,1.17,1.54,2.18,1.92c0.58,0.69,1.18,1.35,1.82,1.97 c0.76,0.73,1.97,1.52,3.04,0.95c0.74-0.39,1.63-1.25,1.95-2.03c0.46-1.13,0.35-2.51,0.05-3.66C36.37,132.65,29.9,130.67,24.6,130.02 z M32.17,140.36l-0.01,0c-0.53-0.62-1.04-1.26-1.53-1.9c-0.75-0.97-1.46-1.97-2.15-2.99c-0.52-1.17-1.01-2.34-1.67-3.43 c1.23,0.37,2.41,0.89,3.5,1.6c1.68,1.09,3.14,2.56,4.14,4.3c0.43,0.75,0.94,1.72,0.61,2.61c0,0-0.01,0.03-0.03,0.06 c-0.11,0.04-0.22,0.09-0.34,0.11c-0.43,0.09-0.84,0.04-1.26-0.04C33.03,140.6,32.59,140.5,32.17,140.36z M34.94,140.79l-0.05,0.09 C34.86,140.87,34.89,140.83,34.94,140.79z M36.73,143.32c-1.03,0.33-2.11-0.37-2.87-1.12c-0.16-0.16-0.32-0.33-0.48-0.49 c0.27-0.03,0.54-0.09,0.8-0.22c0.59-0.3,1.22-0.89,1.64-1.4c0.69-0.82,0.33-1.88-0.11-2.72c-0.47-0.89-1.05-1.71-1.72-2.45 c0.01,0.01,0.02,0.02,0.04,0.03c1.22,1.12,2.21,2.53,2.72,4.11C37.14,140.27,37.39,142.09,36.73,143.32z M22.27,124.73l-0.01,0 c0,0-0.02-0.02-0.03-0.04c-0.06-0.25-0.15-0.49-0.25-0.72c-0.23-0.54-0.54-1.04-0.91-1.48c-0.33-0.4-0.74-0.82-1.25-0.98 c-0.48-0.14-0.95,0.02-1.33,0.32c-0.54,0.43-1.04,0.91-1.54,1.37c-0.28,0.25-0.59,0.5-0.83,0.79c-0.26,0.32-0.4,0.69-0.47,1.09 c-0.25,0.22-0.99,0.85-0.97,0.89c0.65,1.1,1.46,2.21,2.7,2.65c0.21,0.16,0.42,0.31,0.64,0.43c0.45,0.25,0.98,0.39,1.49,0.25 c0.24-0.06,0.44-0.18,0.63-0.34c0.53-0.45,1.04-0.92,1.56-1.39c0.14-0.13,0.28-0.25,0.4-0.38l0.07-0.07c0,0-0.02,0-0.03,0.02 c0.26-0.27,0.45-0.57,0.48-1.01C22.64,125.64,22.5,125.15,22.27,124.73z M17.73,123.42c0.13,0.04,0.25,0.1,0.37,0.17 c0.27,0.17,0.51,0.39,0.73,0.64c-0.2,0.18-0.41,0.37-0.61,0.55c0.02-0.02-0.08,0.08-0.17,0.17 C17.83,124.47,17.71,123.94,17.73,123.42z M19.51,126.72H19.5c-0.41-0.33-0.77-0.71-1.01-1.03c-0.13-0.17-0.25-0.37-0.35-0.57 c0.77,0.18,1.45,0.64,1.89,1.3c0.04,0.06,0.08,0.14,0.12,0.21c0.02,0.08,0.03,0.17,0.04,0.25C19.96,126.85,19.73,126.8,19.51,126.72 z M6.33,105.97c-1.23-0.31-2.9-0.49-4.02,0.26c-0.67,0.44-1.65,1.22-1.79,2.04c-0.23,1.29,0.89,2.41,1.68,3.26 c0.36,0.38,0.74,0.74,1.11,1.11c0.08,0.28,0.17,0.55,0.27,0.79c0.47,1.13,1.69,1.72,2.68,2.33c0.59,0.36,1.2,0.69,1.81,1.01 c0.52,0.41,1.05,0.82,1.59,1.2c1.29,0.9,2.52,1.8,3.36,3.17c-0.02-0.03,0.23-0.22,0.49-0.43c0,0.18,0.01,0.35,0.02,0.53 c0-0.1,0.46-0.4,0.53-0.47c0.08-0.07,0.52-0.38,0.52-0.48c-0.04-3.35-0.45-6.84-2.24-9.75C11,108.36,8.84,106.6,6.33,105.97z M3.14,110.43c-0.18-0.19-0.36-0.39-0.53-0.58c-0.69-0.8-1.31-1.93-0.88-2.91c1.4-0.6,3.31-0.2,4.61,0.32 c1.58,0.62,2.98,1.69,4.06,2.99c0.14,0.17,0.25,0.35,0.38,0.53c-1.01-1.15-2.23-2.17-3.59-2.72c-0.91-0.37-1.69-0.24-2.42,0.35 c0.02-0.02,0.03-0.04,0.04-0.06l-0.12,0.11c0,0-0.03,0.02-0.04,0.03C4.01,109.05,3.33,109.57,3.14,110.43z M8.94,115.69h0.02 c-0.9-0.7-1.78-1.43-2.64-2.18c-0.65-0.57-1.3-1.15-1.92-1.76c-0.02-0.08-0.04-0.16-0.06-0.24c-0.2-0.9-0.3-1.82,0.1-2.61 c1.13-0.38,2.33,0.37,3.26,1.04c1.15,0.83,2.16,1.86,2.97,3.02c1.06,1.5,1.78,3.21,2.12,5C11.6,117.08,10.27,116.39,8.94,115.69z M129.3,15.02v-0.01c-0.05,0.18-0.13,0.46-0.11,0.65c0.02,0.33-0.05,0.18,0.18,0.3c0.24,0.12,0.61,0.1,0.86,0.08 c0.33-0.03,0.65-0.13,0.95-0.24c2.86-0.3,5.61-1.34,7.85-3.19c0.23-0.19,0.47-0.4,0.71-0.61c0,0.03,0.12-0.08,0.22-0.18 c0.15-0.09,0.3-0.17,0.44-0.27c0.68-0.49,1.43-1.11,1.95-1.77c0.79-1.02,0.78-2.32,0.29-3.47c-1.03-2.39-3.87-3.76-6.36-2.91 c-1.11,0.38-2.07,1.09-2.94,1.85c-0.75,0.66-1.51,1.33-2.13,2.13c-0.77,1.01-1.34,2.17-1.61,3.42c-0.14,0.66-0.19,1.32-0.19,1.99 c0,0.61,0.07,1.26-0.31,1.76c-0.06,0.05-0.11,0.11-0.18,0.16c0.22-0.16,0.45-0.34,0.67-0.52C129.48,14.46,129.37,14.74,129.3,15.02z M138.46,12.81v0.01c-1.38,0.84-2.9,1.41-4.47,1.75c0.81-0.36,1.62-0.72,2.42-1.08c1-0.45,2.08-0.84,3.06-1.38 C139.14,12.35,138.81,12.6,138.46,12.81z M141.87,9.49c0,0,0,0.02,0,0.03c-0.07,0.29-0.18,0.58-0.33,0.84 c-0.05,0.09-0.11,0.17-0.17,0.26c-0.01,0-0.01,0.01-0.02,0.01c-0.02,0.03-0.04,0.06-0.06,0.09c-0.15,0.26-0.46,0.27,0.03-0.07 c-0.17,0.11-0.35,0.21-0.52,0.32C141.22,10.51,141.6,10.01,141.87,9.49z M130.27,14.38l0.02,0.01c0,0,0.01-0.04,0.02-0.06 c0.2-0.18,0.37-0.33,0.36-0.34c0,0-0.16,0.14-0.36,0.31c0.21-1.07,0.83-2.01,1.38-2.94c0.71-1.19,1.44-2.37,2.28-3.47 c0.22-0.28,0.44-0.55,0.67-0.82c0.17-0.19,0.35-0.37,0.52-0.56l0.02-0.03c-1.53,1.4-2.82,3.02-3.92,4.8 c-0.25,0.41-0.52,0.83-0.79,1.26c0.03-0.53-0.01-1.07,0.03-1.6h0c0.05-0.62,0.17-1.22,0.36-1.81c0.36-1.14,0.96-2.19,1.74-3.09 c0.06-0.07,0.18-0.23,0.29-0.35c0.03-0.02,0.06-0.04,0.1-0.07c0.29-0.2,0.56-0.41,0.86-0.6c0.57-0.35,1.18-0.64,1.83-0.8 c1-0.24,2.03-0.12,2.97,0.25c-0.81,0.11-1.62,0.47-2.31,1c-0.36,0.27-0.68,0.58-1.01,0.87c-0.05,0.04-0.09,0.09-0.13,0.13 c-0.15,0.2,0.47-0.35,0.58-0.42c0.17-0.11,0.35-0.21,0.53-0.29c1.83-0.88,3.91-0.31,4.68,1.68c0.41,1.07,0.32,2.22-0.24,3.22 c-0.11,0.2-0.25,0.38-0.39,0.56c-0.07,0.04-0.14,0.09-0.21,0.12c-2.49,1.2-5.05,2.34-7.6,3.39c-0.11,0.05-0.23,0.08-0.35,0.13 c-0.24,0.02-0.48,0.05-0.72,0.06c-0.07,0-0.16,0.08-0.25,0.17c-0.02,0-0.03,0-0.05,0c-0.23,0.01-0.56,0.01-0.77-0.09 C130.13,14.86,130.22,14.7,130.27,14.38z M135.2,6.47c-0.01,0-0.01,0.01-0.02,0.01l0.03-0.03C135.2,6.46,135.2,6.46,135.2,6.47z M130.3,24.32l-0.01,0.01c-0.11-0.01-0.45,0.4-0.53,0.47c-0.07,0.06-0.44,0.49-0.52,0.48c0.17,0.02,0.33,0.05,0.5,0.07 c-0.22,0.22-0.41,0.43-0.45,0.4c1.46,1.05,2.27,2.54,3.21,4.04c0.24,0.38,0.51,0.76,0.77,1.13c0.41,0.93,0.82,1.85,1.32,2.71 c0.57,0.99,1.17,1.54,2.18,1.92c0.58,0.69,1.18,1.35,1.82,1.97c0.76,0.73,1.97,1.52,3.04,0.95c0.74-0.39,1.63-1.25,1.95-2.03 c0.46-1.13,0.35-2.51,0.05-3.66C142.07,26.95,135.6,24.97,130.3,24.32z M137.87,34.66h-0.01c-0.53-0.62-1.04-1.26-1.53-1.9 c-0.75-0.97-1.46-1.97-2.15-2.99c-0.52-1.17-1.01-2.34-1.67-3.43c1.23,0.37,2.41,0.89,3.5,1.6c1.68,1.09,3.14,2.56,4.14,4.3 c0.43,0.75,0.94,1.72,0.61,2.61c0,0-0.01,0.03-0.03,0.06c-0.11,0.04-0.22,0.09-0.34,0.11c-0.43,0.09-0.84,0.04-1.26-0.04 C138.73,34.9,138.29,34.8,137.87,34.66z M140.64,35.09l-0.05,0.09C140.56,35.17,140.59,35.13,140.64,35.09z M142.43,37.62 c-1.03,0.33-2.11-0.37-2.87-1.12c-0.16-0.16-0.32-0.33-0.48-0.49c0.27-0.03,0.54-0.09,0.8-0.22c0.59-0.3,1.22-0.89,1.64-1.4 c0.69-0.82,0.33-1.88-0.11-2.72c-0.47-0.89-1.05-1.71-1.72-2.45c0.01,0.01,0.02,0.02,0.04,0.03c1.22,1.12,2.21,2.53,2.72,4.11 C142.84,34.57,143.09,36.39,142.43,37.62z M123.73,23.36L123.73,23.36c0.44,0.25,0.97,0.39,1.48,0.25c0.24-0.06,0.44-0.18,0.63-0.34 c0.53-0.45,1.04-0.92,1.56-1.39c0.14-0.13,0.28-0.25,0.4-0.38c0.02-0.02,0.05-0.04,0.07-0.07c0,0-0.02,0-0.03,0.02 c0.26-0.27,0.45-0.57,0.48-1.01c0.02-0.49-0.12-0.98-0.35-1.4c0-0.01-0.02-0.02-0.03-0.04c-0.06-0.25-0.15-0.49-0.25-0.72 c-0.23-0.54-0.54-1.04-0.91-1.48c-0.33-0.4-0.74-0.82-1.25-0.98c-0.48-0.14-0.95,0.02-1.33,0.32c-0.54,0.43-1.04,0.91-1.54,1.37 c-0.28,0.25-0.59,0.5-0.83,0.79c-0.26,0.32-0.4,0.69-0.47,1.09c-0.25,0.22-0.99,0.85-0.97,0.89c0.65,1.1,1.46,2.21,2.7,2.65 C123.3,23.09,123.51,23.24,123.73,23.36z M125.74,20.74h-0.01c0.04,0.06,0.08,0.14,0.12,0.21c0.02,0.08,0.03,0.17,0.04,0.25 c-0.23-0.03-0.46-0.08-0.68-0.16c-0.41-0.33-0.77-0.71-1.01-1.03c-0.13-0.17-0.25-0.37-0.35-0.57 C124.62,19.62,125.3,20.08,125.74,20.74z M123.8,17.9c0.27,0.17,0.51,0.39,0.73,0.64c-0.2,0.18-0.41,0.37-0.61,0.55 c0.02-0.02-0.08,0.08-0.17,0.17c-0.22-0.48-0.34-1.01-0.32-1.53C123.56,17.77,123.68,17.83,123.8,17.9z M109.02,6.94L109.02,6.94 c0.08,0.28,0.17,0.55,0.27,0.79c0.47,1.13,1.69,1.72,2.68,2.33c0.59,0.36,1.2,0.69,1.81,1.01c0.52,0.41,1.05,0.82,1.59,1.2 c1.29,0.9,2.52,1.8,3.36,3.17c-0.02-0.03,0.23-0.22,0.49-0.43c0,0.18,0.01,0.35,0.02,0.53c0-0.1,0.46-0.4,0.53-0.47 c0.08-0.07,0.52-0.38,0.52-0.48c-0.04-3.35-0.45-6.84-2.24-9.75c-1.34-2.18-3.5-3.94-6.01-4.57c-1.23-0.31-2.9-0.49-4.02,0.26 c-0.67,0.44-1.65,1.22-1.79,2.04c-0.23,1.29,0.89,2.41,1.68,3.26C108.27,6.21,108.65,6.57,109.02,6.94z M118.49,12.24 c-1.18-0.87-2.5-1.56-3.83-2.25c-0.9-0.7-1.78-1.43-2.64-2.18c-0.65-0.57-1.3-1.15-1.92-1.76c-0.02-0.08-0.04-0.16-0.06-0.24 c-0.2-0.9-0.3-1.82,0.1-2.61c1.13-0.38,2.33,0.37,3.26,1.04c1.15,0.83,2.16,1.86,2.97,3.02C117.43,8.76,118.14,10.46,118.49,12.24z M107.4,1.24h0.02c1.4-0.6,3.31-0.2,4.61,0.32c1.58,0.62,2.98,1.69,4.06,2.99c0.14,0.17,0.25,0.35,0.38,0.53 c-1.01-1.15-2.23-2.17-3.59-2.72c-0.91-0.37-1.69-0.24-2.42,0.35c0.02-0.02,0.03-0.04,0.04-0.06l-0.12,0.11c0,0-0.03,0.02-0.04,0.03 c-0.64,0.56-1.33,1.09-1.52,1.96c-0.18-0.2-0.37-0.4-0.54-0.6C107.59,3.35,106.97,2.22,107.4,1.24z M114.87,137.91 c0.01,0,0.01-0.01,0.02-0.01c-0.01,0.01-0.02,0.02-0.03,0.03C114.87,137.92,114.87,137.92,114.87,137.91z M120.77,129.36v0.01 c0.05-0.18,0.13-0.46,0.11-0.65c-0.02-0.33,0.05-0.18-0.18-0.3c-0.24-0.12-0.61-0.1-0.86-0.08c-0.33,0.03-0.65,0.13-0.95,0.24 c-2.86,0.3-5.61,1.34-7.85,3.19c-0.23,0.19-0.47,0.4-0.71,0.61c0-0.03-0.12,0.08-0.22,0.18c-0.15,0.09-0.3,0.17-0.44,0.27 c-0.68,0.49-1.43,1.11-1.95,1.77c-0.79,1.02-0.78,2.32-0.29,3.47c1.03,2.39,3.87,3.76,6.36,2.91c1.11-0.38,2.07-1.09,2.94-1.85 c0.75-0.66,1.51-1.33,2.13-2.13c0.77-1.01,1.34-2.17,1.61-3.42c0.14-0.66,0.19-1.32,0.19-1.99c0-0.61-0.07-1.26,0.31-1.76 c0.06-0.05,0.11-0.11,0.18-0.16c-0.21,0.16-0.45,0.34-0.67,0.52C120.59,129.92,120.7,129.64,120.77,129.36z M111.61,131.57v-0.01 c1.38-0.84,2.9-1.41,4.47-1.75c-0.81,0.36-1.62,0.72-2.42,1.08c-1,0.45-2.08,0.84-3.06,1.38 C110.93,132.03,111.26,131.78,111.61,131.57z M108.2,134.87c0-0.01,0-0.01,0-0.01c0.07-0.29,0.18-0.58,0.33-0.84 c0.05-0.09,0.12-0.18,0.18-0.27c-0.09,0.06-0.2,0.13-0.35,0.22c0.12-0.07,0.24-0.15,0.35-0.22c0.02-0.03,0.04-0.06,0.06-0.09 c0.15-0.26,0.46-0.27-0.03,0.07c0.17-0.11,0.35-0.21,0.52-0.32C108.84,133.87,108.47,134.36,108.2,134.87z M119.8,130l-0.02-0.01 c0,0-0.01,0.04-0.02,0.06c-0.2,0.18-0.37,0.33-0.36,0.34s0.16-0.14,0.36-0.31c-0.21,1.07-0.83,2.01-1.38,2.94 c-0.71,1.19-1.44,2.37-2.28,3.47c-0.22,0.28-0.44,0.55-0.67,0.82c-0.17,0.19-0.35,0.37-0.52,0.56c0,0-0.01,0.02-0.02,0.03 c1.53-1.4,2.82-3.02,3.92-4.8c0.25-0.41,0.52-0.83,0.79-1.26c-0.03,0.53,0.01,1.07-0.03,1.6v0c-0.05,0.62-0.17,1.22-0.36,1.81 c-0.36,1.14-0.96,2.19-1.74,3.09c-0.06,0.07-0.18,0.23-0.29,0.35c-0.03,0.02-0.06,0.04-0.1,0.07c-0.29,0.2-0.56,0.41-0.86,0.6 c-0.57,0.35-1.18,0.64-1.83,0.8c-1,0.24-2.03,0.12-2.97-0.25c0.81-0.11,1.62-0.47,2.31-1c0.36-0.27,0.68-0.58,1.01-0.87 c0.05-0.04,0.09-0.09,0.13-0.13c0.15-0.2-0.47,0.35-0.58,0.42c-0.17,0.11-0.35,0.21-0.53,0.29c-1.83,0.88-3.91,0.31-4.68-1.68 c-0.41-1.07-0.32-2.22,0.24-3.22c0.11-0.2,0.25-0.38,0.39-0.56c0.07-0.04,0.14-0.09,0.21-0.12c2.49-1.2,5.05-2.34,7.6-3.39 c0.11-0.05,0.23-0.08,0.35-0.13c0.24-0.02,0.48-0.05,0.72-0.06c0.06,0,0.16-0.08,0.25-0.17c0.02,0,0.03,0,0.05,0 c0.23-0.01,0.56-0.01,0.77,0.09C119.94,129.52,119.85,129.68,119.8,130z M119.78,120.06l0.01-0.01c0.11,0.01,0.45-0.4,0.53-0.47 c0.07-0.06,0.44-0.49,0.52-0.48c-0.17-0.02-0.33-0.05-0.5-0.07c0.22-0.22,0.41-0.43,0.45-0.4c-1.46-1.05-2.27-2.54-3.21-4.04 c-0.24-0.38-0.51-0.76-0.77-1.13c-0.41-0.93-0.82-1.85-1.32-2.71c-0.57-0.99-1.17-1.54-2.18-1.92c-0.58-0.69-1.18-1.35-1.82-1.97 c-0.76-0.73-1.97-1.52-3.04-0.95c-0.74,0.39-1.63,1.25-1.95,2.03c-0.46,1.13-0.35,2.51-0.05,3.66 C108.01,117.43,114.48,119.41,119.78,120.06z M112.21,109.72h0.01c0.53,0.62,1.04,1.26,1.53,1.9c0.75,0.97,1.46,1.97,2.15,2.99 c0.52,1.17,1.01,2.34,1.67,3.43c-1.23-0.37-2.41-0.89-3.5-1.6c-1.68-1.09-3.14-2.56-4.14-4.3c-0.43-0.75-0.94-1.72-0.61-2.61 c0,0,0.01-0.03,0.03-0.06c0.11-0.04,0.22-0.09,0.34-0.11c0.43-0.09,0.84-0.04,1.26,0.04C111.35,109.48,111.79,109.58,112.21,109.72z M109.44,109.29l0.05-0.09C109.52,109.21,109.49,109.25,109.44,109.29z M107.65,106.76c1.03-0.33,2.11,0.37,2.87,1.12 c0.16,0.16,0.32,0.33,0.48,0.49c-0.27,0.03-0.54,0.09-0.8,0.22c-0.59,0.3-1.22,0.89-1.64,1.4c-0.69,0.82-0.33,1.88,0.11,2.72 c0.47,0.89,1.05,1.71,1.72,2.45c-0.01-0.01-0.02-0.02-0.04-0.03c-1.22-1.12-2.21-2.53-2.72-4.11 C107.24,109.81,106.99,107.99,107.65,106.76z M126.98,121.45L126.98,121.45c-0.2-0.16-0.41-0.31-0.63-0.43 c-0.45-0.25-0.98-0.39-1.49-0.25c-0.24,0.06-0.44,0.18-0.63,0.34c-0.53,0.45-1.04,0.92-1.56,1.39c-0.14,0.13-0.28,0.25-0.4,0.38 l-0.07,0.07c0,0,0.02,0,0.03-0.02c-0.26,0.27-0.45,0.57-0.48,1.01c-0.02,0.49,0.12,0.98,0.35,1.4c0,0.01,0.02,0.02,0.03,0.04 c0.06,0.25,0.15,0.49,0.25,0.72c0.23,0.54,0.54,1.04,0.91,1.48c0.33,0.4,0.74,0.82,1.25,0.98c0.48,0.14,0.95-0.02,1.33-0.32 c0.54-0.43,1.04-0.91,1.54-1.37c0.28-0.25,0.59-0.5,0.83-0.79c0.26-0.32,0.4-0.69,0.47-1.09c0.25-0.22,0.99-0.85,0.97-0.89 C129.03,123,128.22,121.89,126.98,121.45z M124.33,123.64h0.01c-0.04-0.06-0.08-0.14-0.12-0.21c-0.02-0.08-0.03-0.17-0.04-0.25 c0.23,0.03,0.46,0.08,0.68,0.16c0.41,0.33,0.77,0.71,1.01,1.03c0.13,0.17,0.25,0.37,0.35,0.57 C125.45,124.76,124.77,124.3,124.33,123.64z M126.27,126.48c-0.27-0.17-0.51-0.39-0.73-0.64c0.2-0.18,0.41-0.37,0.61-0.55 c-0.02,0.02,0.08-0.08,0.17-0.17c0.22,0.48,0.34,1.01,0.32,1.53C126.51,126.61,126.39,126.55,126.27,126.48z M141.05,137.44 L141.05,137.44c-0.08-0.28-0.17-0.55-0.27-0.79c-0.47-1.13-1.69-1.72-2.68-2.33c-0.59-0.36-1.2-0.69-1.81-1.01 c-0.52-0.41-1.05-0.82-1.59-1.2c-1.29-0.9-2.52-1.8-3.36-3.17c0.02,0.03-0.23,0.22-0.49,0.43c0-0.18-0.01-0.35-0.02-0.53 c0,0.1-0.46,0.4-0.53,0.47c-0.08,0.07-0.52,0.38-0.52,0.48c0.04,3.35,0.45,6.84,2.24,9.75c1.34,2.18,3.5,3.94,6.01,4.57 c1.23,0.31,2.9,0.49,4.02-0.26c0.67-0.44,1.65-1.22,1.79-2.04c0.23-1.29-0.89-2.41-1.68-3.26 C141.8,138.17,141.42,137.81,141.05,137.44z M131.58,132.14c1.18,0.87,2.5,1.56,3.83,2.25c0.9,0.7,1.78,1.43,2.64,2.18 c0.65,0.57,1.3,1.15,1.92,1.76c0.02,0.08,0.04,0.16,0.06,0.24c0.2,0.9,0.3,1.82-0.1,2.61c-1.13,0.38-2.33-0.37-3.26-1.04 c-1.15-0.83-2.16-1.86-2.97-3.02C132.64,135.62,131.93,133.92,131.58,132.14z M142.66,143.13h-0.02c-1.4,0.6-3.31,0.2-4.61-0.32 c-1.58-0.62-2.98-1.69-4.06-2.99c-0.14-0.17-0.25-0.35-0.38-0.53c1.01,1.15,2.23,2.17,3.59,2.72c0.91,0.37,1.69,0.24,2.42-0.35 c-0.02,0.02-0.03,0.04-0.04,0.06l0.12-0.11c0,0,0.03-0.02,0.04-0.03c0.64-0.56,1.33-1.09,1.52-1.96c0.18,0.2,0.37,0.4,0.54,0.6 C142.47,141.02,143.09,142.15,142.66,143.13z M86.27,186.19h0.01c-0.66-0.75-1.33-1.51-2.13-2.13c-1.01-0.77-2.17-1.34-3.42-1.61 c-0.66-0.14-1.32-0.19-1.99-0.19c-0.61,0-1.26,0.07-1.76-0.31c-0.05-0.06-0.11-0.11-0.16-0.18c0.16,0.21,0.34,0.45,0.52,0.67 c-0.27-0.11-0.55-0.22-0.83-0.29c-0.18-0.05-0.46-0.13-0.65-0.11c-0.33,0.02-0.18-0.05-0.3,0.18c-0.12,0.24-0.1,0.61-0.08,0.86 c0.03,0.33,0.13,0.65,0.24,0.95c0.3,2.86,1.34,5.61,3.19,7.85c0.19,0.23,0.4,0.47,0.61,0.71c-0.03,0,0.08,0.12,0.18,0.22 c0.09,0.15,0.17,0.3,0.27,0.44c0.49,0.68,1.11,1.43,1.77,1.95c1.02,0.79,2.32,0.78,3.47,0.29c2.39-1.03,3.76-3.87,2.91-6.36 C87.74,188.02,87.03,187.06,86.27,186.19z M78.72,191.31h-0.01c-0.84-1.38-1.41-2.9-1.75-4.47c0.36,0.81,0.72,1.62,1.08,2.42 c0.45,1,0.84,2.08,1.38,3.06C79.18,191.99,78.93,191.66,78.72,191.31z M82.01,194.72c-0.29-0.07-0.58-0.18-0.84-0.33 c-0.09-0.05-0.17-0.11-0.26-0.17c0-0.01-0.01-0.01-0.01-0.02c-0.03-0.02-0.06-0.04-0.09-0.06c-0.26-0.15-0.27-0.46,0.07,0.03 c-0.11-0.17-0.21-0.35-0.32-0.52c0.46,0.42,0.96,0.8,1.48,1.07C82.03,194.72,82.02,194.72,82.01,194.72z M87.07,191.48 c-0.11-0.8-0.47-1.61-1-2.29c-0.27-0.36-0.58-0.68-0.87-1.01c-0.05-0.06-0.11-0.11-0.16-0.17c-0.02,0.02,0.4,0.51,0.46,0.61 c0.11,0.17,0.21,0.35,0.29,0.53c0.88,1.83,0.31,3.91-1.68,4.68l-0.01,0.02c-1.07,0.41-2.22,0.32-3.22-0.24 c-0.2-0.11-0.38-0.25-0.56-0.39c-0.04-0.07-0.09-0.14-0.12-0.21c-1.2-2.49-2.34-5.05-3.39-7.6c-0.05-0.11-0.08-0.23-0.13-0.35 c-0.02-0.24-0.05-0.48-0.06-0.72c0-0.07-0.08-0.16-0.17-0.25c0-0.02,0-0.03,0-0.05c-0.01-0.23-0.01-0.56,0.09-0.77 c0.14-0.28,0.3-0.19,0.62-0.14c0.02,0,0.04,0.01,0.06,0.02c0.18,0.2,0.33,0.37,0.34,0.36c0.01-0.01-0.14-0.16-0.31-0.36 c1.07,0.21,2.01,0.83,2.94,1.38c1.19,0.71,2.37,1.44,3.47,2.28c0.28,0.22,0.55,0.44,0.82,0.67c0.14,0.12,0.27,0.25,0.41,0.38 c-1.36-1.45-2.93-2.69-4.64-3.75c-0.41-0.25-0.83-0.52-1.26-0.79c0.53,0.03,1.07-0.01,1.6,0.03c0.62,0.05,1.22,0.17,1.81,0.36 c1.14,0.36,2.19,0.96,3.09,1.74c0.07,0.06,0.23,0.18,0.35,0.29c0.02,0.03,0.04,0.06,0.07,0.1c0.2,0.29,0.41,0.56,0.6,0.86 c0.35,0.57,0.64,1.18,0.8,1.83C87.55,189.52,87.43,190.55,87.07,191.48z M85.1,188.05c-0.04-0.03-0.06-0.04-0.06-0.04 c-0.05-0.05-0.1-0.1-0.15-0.15c0.05,0.05,0.1,0.09,0.15,0.14L85.1,188.05z M88.96,159.07c-1.29-0.23-2.41,0.89-3.26,1.68 c-0.38,0.36-0.74,0.74-1.11,1.11c-0.28,0.08-0.55,0.17-0.79,0.27c-1.13,0.47-1.72,1.69-2.33,2.68c-0.36,0.59-0.69,1.2-1.01,1.81 c-0.41,0.52-0.81,1.05-1.2,1.59c-0.9,1.29-1.8,2.52-3.17,3.36c0.03-0.02,0.22,0.23,0.43,0.49c-0.18,0-0.35,0.01-0.53,0.02 c0.1,0,0.4,0.46,0.47,0.53c0.07,0.08,0.38,0.52,0.48,0.52c3.35-0.04,6.84-0.45,9.75-2.24c2.18-1.34,3.94-3.5,4.57-6.01 c0.31-1.23,0.49-2.9-0.26-4.02C90.56,160.19,89.78,159.21,88.96,159.07z M84.27,169.22v0.02c-1.5,1.06-3.21,1.78-5,2.12 c0.88-1.19,1.57-2.52,2.27-3.85c0.71-0.9,1.43-1.78,2.18-2.64c0.57-0.65,1.15-1.3,1.76-1.92c0.08-0.02,0.16-0.04,0.24-0.06 c0.9-0.2,1.82-0.3,2.61,0.1c0.38,1.13-0.37,2.33-1.04,3.26C86.46,167.4,85.43,168.41,84.27,169.22z M89.98,164.87l-0.01,0.02 c-0.62,1.58-1.69,2.98-2.99,4.06c-0.17,0.14-0.35,0.25-0.53,0.38c1.15-1.01,2.17-2.23,2.72-3.59c0.37-0.91,0.24-1.69-0.34-2.42 c0.02,0.02,0.04,0.03,0.06,0.04l-0.11-0.12c0,0-0.02-0.03-0.03-0.04c-0.56-0.64-1.09-1.33-1.96-1.52c0.2-0.18,0.4-0.37,0.6-0.54 c0.8-0.69,1.93-1.31,2.91-0.88C90.9,161.66,90.5,163.57,89.98,164.87z M75.39,177.05v-0.01c-0.43-0.54-0.91-1.04-1.37-1.54 c-0.25-0.28-0.5-0.59-0.79-0.83c-0.32-0.26-0.69-0.4-1.09-0.47c-0.22-0.25-0.85-0.99-0.89-0.97c-1.1,0.65-2.21,1.46-2.65,2.7 c-0.16,0.21-0.31,0.42-0.43,0.64c-0.25,0.45-0.39,0.98-0.25,1.49c0.06,0.24,0.18,0.44,0.34,0.63c0.45,0.53,0.92,1.04,1.39,1.56 c0.13,0.14,0.25,0.28,0.38,0.4l0.07,0.07c0,0,0-0.02-0.02-0.03c0.27,0.26,0.57,0.45,1.01,0.48c0.49,0.02,0.98-0.12,1.4-0.35 c0.01,0,0.02-0.02,0.04-0.03c0.25-0.06,0.49-0.15,0.72-0.25c0.54-0.23,1.04-0.54,1.48-0.91c0.4-0.33,0.82-0.74,0.98-1.25 C75.85,177.9,75.69,177.43,75.39,177.05z M70.79,178.59L70.79,178.59c-0.06,0.03-0.14,0.07-0.21,0.11 c-0.08,0.02-0.17,0.03-0.25,0.04c0.03-0.23,0.08-0.46,0.16-0.68c0.33-0.41,0.71-0.77,1.03-1.01c0.17-0.13,0.37-0.25,0.57-0.35 C71.91,177.47,71.45,178.15,70.79,178.59z M73.63,176.65L73.63,176.65c-0.17,0.27-0.39,0.51-0.64,0.73 c-0.18-0.2-0.37-0.41-0.55-0.61c0.02,0.02-0.08-0.08-0.17-0.17c0.48-0.22,1.01-0.34,1.53-0.32 C73.76,176.41,73.7,176.53,73.63,176.65z M66.74,182.61l-0.01-0.01c-0.06-0.07-0.49-0.44-0.48-0.52c-0.02,0.17-0.05,0.33-0.07,0.5 c-0.22-0.22-0.43-0.41-0.4-0.45c-1.05,1.46-2.54,2.27-4.04,3.21c-0.39,0.24-0.76,0.51-1.13,0.77c-0.93,0.41-1.85,0.82-2.71,1.32 c-0.99,0.57-1.54,1.17-1.92,2.18c-0.69,0.58-1.35,1.18-1.97,1.82c-0.73,0.76-1.52,1.97-0.95,3.04c0.39,0.74,1.25,1.63,2.03,1.95 c1.13,0.46,2.51,0.35,3.66,0.05c5.83-1.56,7.81-8.03,8.46-13.33C67.22,183.03,66.81,182.69,66.74,182.61z M56.44,193.48l-0.09-0.05 C56.36,193.4,56.4,193.43,56.44,193.48z M62.29,192.56c-1.12,1.22-2.53,2.21-4.11,2.72c-1.21,0.39-3.03,0.64-4.26-0.02 c-0.33-1.03,0.37-2.11,1.12-2.87c0.16-0.16,0.33-0.32,0.49-0.48c0.03,0.27,0.09,0.54,0.22,0.8c0.3,0.59,0.89,1.22,1.4,1.64 c0.82,0.69,1.88,0.33,2.72-0.11c0.89-0.47,1.71-1.05,2.45-1.72C62.31,192.53,62.3,192.54,62.29,192.56z M63.59,188.85v-0.01 c-1.09,1.68-2.56,3.14-4.3,4.14c-0.75,0.43-1.72,0.94-2.61,0.61c0,0-0.03-0.01-0.06-0.03c-0.04-0.11-0.09-0.22-0.11-0.34 c-0.09-0.43-0.04-0.84,0.04-1.26c0.08-0.4,0.18-0.84,0.32-1.26c0.62-0.53,1.26-1.04,1.9-1.53c0.97-0.75,1.97-1.46,2.99-2.15 c1.17-0.52,2.34-1.01,3.43-1.67C64.82,186.58,64.3,187.76,63.59,188.85z M181.26,76.52h0.01c-0.12,0.24-0.1,0.61-0.08,0.86 c0.03,0.33,0.13,0.65,0.24,0.95c0.3,2.86,1.34,5.61,3.19,7.85c0.19,0.23,0.4,0.47,0.61,0.71c-0.03,0,0.08,0.12,0.18,0.22 c0.09,0.15,0.17,0.3,0.27,0.44c0.49,0.68,1.11,1.43,1.77,1.95c1.02,0.79,2.32,0.78,3.47,0.29c2.39-1.03,3.76-3.87,2.91-6.36 c-0.38-1.11-1.09-2.07-1.85-2.94c-0.66-0.75-1.33-1.51-2.13-2.13c-1.01-0.77-2.17-1.34-3.42-1.61c-0.66-0.14-1.32-0.19-1.99-0.19 c-0.61,0-1.26,0.07-1.76-0.31c-0.05-0.06-0.11-0.11-0.16-0.18c0.16,0.21,0.34,0.45,0.52,0.67c-0.27-0.11-0.55-0.22-0.83-0.29 c-0.18-0.05-0.46-0.13-0.65-0.11C181.23,76.36,181.38,76.29,181.26,76.52z M184.42,85.61h-0.01c-0.84-1.38-1.41-2.9-1.75-4.47 c0.36,0.81,0.72,1.62,1.08,2.42c0.45,1,0.84,2.08,1.38,3.06C184.88,86.29,184.63,85.96,184.42,85.61z M187.71,89.02 c-0.29-0.07-0.58-0.18-0.84-0.33c-0.09-0.05-0.17-0.11-0.26-0.17c0-0.01-0.01-0.01-0.01-0.02c-0.03-0.02-0.06-0.04-0.09-0.06 c-0.26-0.15-0.27-0.46,0.07,0.03c-0.11-0.17-0.21-0.35-0.32-0.52c0.46,0.42,0.96,0.8,1.48,1.07 C187.73,89.02,187.72,89.02,187.71,89.02z M182.15,78.33c-0.01-0.23-0.01-0.55,0.09-0.76c0.14-0.26,0.3-0.18,0.61-0.13 c0.02,0,0.04,0.01,0.06,0.02c0.18,0.2,0.33,0.37,0.34,0.36c0,0-0.14-0.16-0.31-0.36c1.07,0.21,2.01,0.83,2.94,1.38 c1.19,0.71,2.37,1.44,3.47,2.28c0.28,0.22,0.55,0.44,0.82,0.67c0.19,0.17,0.37,0.35,0.56,0.52l0.03,0.02 c-1.4-1.53-3.02-2.82-4.81-3.92c-0.41-0.25-0.83-0.52-1.26-0.79c0.53,0.03,1.07-0.01,1.6,0.03h0.01c0.62,0.05,1.22,0.17,1.81,0.36 c1.14,0.36,2.19,0.96,3.09,1.74c0.07,0.06,0.23,0.18,0.35,0.29c0.02,0.03,0.04,0.06,0.07,0.1c0.2,0.29,0.41,0.56,0.6,0.86 c0.35,0.57,0.65,1.18,0.8,1.83c0.24,1,0.12,2.03-0.25,2.97c-0.11-0.81-0.47-1.62-1-2.31c-0.27-0.36-0.58-0.68-0.87-1.01 c-0.04-0.05-0.09-0.09-0.13-0.13c-0.2-0.15,0.35,0.47,0.42,0.58c0.11,0.17,0.21,0.35,0.29,0.53c0.88,1.83,0.31,3.91-1.68,4.68 c-1.07,0.41-2.22,0.32-3.22-0.24c-0.2-0.11-0.38-0.25-0.56-0.39c-0.04-0.07-0.09-0.14-0.12-0.21c-1.2-2.49-2.34-5.05-3.39-7.6 c-0.05-0.11-0.08-0.23-0.13-0.35c-0.02-0.24-0.05-0.48-0.06-0.72c0-0.07-0.08-0.16-0.17-0.25 C182.15,78.36,182.15,78.35,182.15,78.33z M190.77,82.35c0-0.01-0.01-0.01-0.01-0.02l0.03,0.03 C190.78,82.35,190.78,82.35,190.77,82.35z M182.16,66.91c0.07,0.08,0.38,0.52,0.48,0.52c3.35-0.04,6.84-0.45,9.75-2.24 c2.18-1.34,3.94-3.5,4.57-6.01c0.31-1.23,0.49-2.9-0.26-4.02c-0.44-0.67-1.22-1.65-2.04-1.79c-1.29-0.23-2.41,0.89-3.26,1.68 c-0.38,0.36-0.74,0.74-1.11,1.11c-0.28,0.08-0.55,0.17-0.79,0.27c-1.13,0.47-1.72,1.69-2.33,2.68c-0.36,0.59-0.69,1.2-1.01,1.81 c-0.41,0.52-0.81,1.05-1.2,1.59c-0.9,1.29-1.8,2.52-3.17,3.36c0.03-0.02,0.22,0.23,0.43,0.49c-0.18,0-0.35,0.01-0.53,0.02 C181.79,66.38,182.09,66.84,182.16,66.91z M193.08,55.43l-0.01,0.02c0.8-0.69,1.93-1.31,2.91-0.88c0.6,1.4,0.2,3.31-0.32,4.61 c-0.62,1.58-1.69,2.98-2.99,4.06c-0.17,0.14-0.35,0.25-0.53,0.38c1.15-1.01,2.17-2.23,2.72-3.59c0.37-0.91,0.24-1.69-0.34-2.42 c0.02,0.02,0.04,0.03,0.06,0.04c-0.04-0.04-0.07-0.08-0.11-0.12c-0.01-0.01-0.02-0.03-0.03-0.04c-0.56-0.64-1.09-1.33-1.96-1.52 C192.68,55.79,192.88,55.6,193.08,55.43z M187.23,61.79v0.02c0.7-0.9,1.43-1.78,2.18-2.64c0.57-0.65,1.15-1.3,1.76-1.92 c0.08-0.02,0.16-0.04,0.24-0.06c0.9-0.2,1.82-0.3,2.61,0.1c0.38,1.13-0.37,2.33-1.04,3.26c-0.83,1.15-1.86,2.16-3.02,2.97 c-1.5,1.06-3.21,1.78-5,2.12C185.84,64.45,186.53,63.12,187.23,61.79z M173.96,73v-0.01c0.45,0.53,0.92,1.04,1.39,1.56 c0.13,0.14,0.25,0.28,0.38,0.4l0.07,0.07c0,0,0-0.02-0.02-0.03c0.27,0.26,0.57,0.45,1.01,0.48c0.49,0.02,0.98-0.12,1.4-0.35 c0.01,0,0.02-0.02,0.04-0.03c0.25-0.06,0.49-0.15,0.72-0.25c0.54-0.23,1.04-0.54,1.48-0.91c0.4-0.33,0.82-0.74,0.98-1.25 c0.14-0.48-0.02-0.95-0.32-1.33c-0.43-0.54-0.91-1.04-1.37-1.54c-0.25-0.28-0.5-0.59-0.79-0.83c-0.32-0.26-0.69-0.4-1.09-0.47 c-0.22-0.25-0.85-0.99-0.89-0.97c-1.1,0.65-2.21,1.46-2.65,2.7c-0.16,0.21-0.31,0.42-0.43,0.64c-0.25,0.45-0.39,0.98-0.25,1.49 C173.68,72.61,173.8,72.81,173.96,73z M179.5,70.59c-0.04,0.13-0.1,0.25-0.17,0.37c-0.17,0.27-0.39,0.51-0.64,0.73 c-0.18-0.2-0.37-0.41-0.55-0.61c0.02,0.02-0.08-0.08-0.17-0.17C178.45,70.69,178.98,70.57,179.5,70.59z M176.2,72.37v-0.01 c0.33-0.41,0.71-0.77,1.03-1.01c0.17-0.13,0.37-0.25,0.57-0.35c-0.18,0.77-0.64,1.45-1.3,1.89c-0.06,0.04-0.14,0.08-0.21,0.12 c-0.08,0.02-0.17,0.03-0.25,0.04C176.07,72.82,176.12,72.59,176.2,72.37z M160.78,90.73l-0.01-0.01c1.13,0.46,2.51,0.35,3.66,0.05 c5.83-1.56,7.81-8.03,8.46-13.33c0.01-0.11-0.4-0.45-0.47-0.53c-0.06-0.07-0.49-0.44-0.48-0.52c-0.02,0.17-0.05,0.33-0.07,0.5 c-0.22-0.22-0.43-0.41-0.4-0.45c-1.05,1.46-2.54,2.27-4.04,3.21c-0.39,0.24-0.76,0.51-1.13,0.77c-0.93,0.41-1.85,0.82-2.71,1.32 c-0.99,0.57-1.54,1.17-1.92,2.18c-0.69,0.58-1.35,1.18-1.97,1.82c-0.73,0.76-1.52,1.97-0.95,3.04 C159.14,89.52,160,90.41,160.78,90.73z M162.24,86.26c0.08-0.4,0.18-0.84,0.32-1.26c0.62-0.53,1.26-1.04,1.9-1.53 c0.97-0.75,1.97-1.46,2.99-2.15c1.17-0.52,2.34-1.01,3.43-1.67c-0.37,1.23-0.89,2.41-1.6,3.5c-1.09,1.68-2.56,3.14-4.3,4.14 c-0.75,0.43-1.72,0.94-2.61,0.61c0,0-0.03-0.01-0.06-0.03c-0.04-0.11-0.09-0.22-0.11-0.34C162.11,87.1,162.16,86.69,162.24,86.26z M162.13,87.78l-0.09-0.05C162.05,87.7,162.09,87.73,162.13,87.78z M160.73,86.7c0.16-0.16,0.33-0.32,0.49-0.48 c0.03,0.27,0.09,0.54,0.22,0.8c0.3,0.59,0.89,1.22,1.4,1.64c0.82,0.69,1.88,0.33,2.72-0.11c0.89-0.47,1.71-1.05,2.45-1.72 c-0.01,0.01-0.02,0.02-0.03,0.04c-1.12,1.22-2.53,2.21-4.11,2.72c-1.21,0.39-3.03,0.64-4.26-0.02 C159.28,88.54,159.98,87.46,160.73,86.7z M181.78,177.07v0.01c-0.45-0.53-0.92-1.04-1.39-1.56c-0.13-0.14-0.25-0.28-0.38-0.4 l-0.07-0.07c0,0,0,0.02,0.02,0.03c-0.27-0.26-0.57-0.45-1.01-0.48c-0.49-0.02-0.98,0.12-1.4,0.35c-0.01,0-0.02,0.02-0.04,0.03 c-0.25,0.06-0.49,0.15-0.72,0.25c-0.54,0.23-1.04,0.54-1.48,0.91c-0.4,0.33-0.82,0.74-0.98,1.25c-0.14,0.48,0.02,0.95,0.32,1.33 c0.43,0.54,0.91,1.04,1.37,1.54c0.25,0.28,0.5,0.59,0.79,0.83c0.32,0.26,0.69,0.4,1.09,0.47c0.22,0.25,0.85,0.99,0.89,0.97 c1.1-0.65,2.21-1.46,2.65-2.7c0.16-0.21,0.31-0.42,0.43-0.64c0.25-0.45,0.39-0.98,0.25-1.49 C182.06,177.46,181.94,177.26,181.78,177.07z M176.24,179.48L176.24,179.48c0.04-0.13,0.1-0.25,0.17-0.37 c0.17-0.27,0.39-0.51,0.64-0.73c0.18,0.2,0.37,0.41,0.55,0.61c-0.02-0.02,0.08,0.08,0.17,0.17 C177.29,179.38,176.76,179.5,176.24,179.48z M179.54,177.7v0.01c-0.33,0.41-0.71,0.77-1.03,1.01c-0.17,0.13-0.37,0.25-0.57,0.35 c0.18-0.77,0.64-1.45,1.3-1.89c0.06-0.04,0.14-0.08,0.21-0.12c0.08-0.02,0.17-0.03,0.25-0.04 C179.67,177.25,179.62,177.48,179.54,177.7z M194.96,159.34l0.01,0.01c-1.13-0.46-2.51-0.35-3.66-0.05 c-5.83,1.56-7.81,8.03-8.46,13.33c-0.01,0.11,0.4,0.45,0.47,0.53c0.06,0.07,0.49,0.44,0.48,0.52c0.02-0.17,0.05-0.33,0.07-0.5 c0.22,0.22,0.43,0.41,0.4,0.45c1.05-1.46,2.54-2.27,4.04-3.21c0.39-0.24,0.76-0.51,1.13-0.77c0.93-0.41,1.85-0.82,2.71-1.32 c0.99-0.57,1.54-1.17,1.92-2.18c0.69-0.58,1.35-1.18,1.97-1.82c0.73-0.76,1.52-1.97,0.95-3.04 C196.6,160.55,195.74,159.66,194.96,159.34z M193.5,163.81c-0.08,0.4-0.18,0.84-0.32,1.26c-0.62,0.53-1.26,1.04-1.9,1.53 c-0.97,0.75-1.97,1.46-2.99,2.15c-1.17,0.52-2.34,1.01-3.43,1.67c0.37-1.23,0.89-2.41,1.6-3.5c1.09-1.68,2.56-3.14,4.3-4.14 c0.75-0.43,1.72-0.94,2.61-0.61c0,0,0.03,0.01,0.06,0.03c0.04,0.11,0.09,0.22,0.11,0.34C193.63,162.97,193.58,163.38,193.5,163.81z M193.61,162.29l0.09,0.05C193.69,162.37,193.65,162.34,193.61,162.29z M195.01,163.37c-0.16,0.16-0.33,0.32-0.49,0.48 c-0.03-0.27-0.09-0.54-0.22-0.8c-0.3-0.59-0.89-1.22-1.4-1.64c-0.82-0.69-1.88-0.33-2.72,0.11c-0.89,0.47-1.71,1.05-2.45,1.72 c0.01-0.01,0.02-0.02,0.03-0.04c1.12-1.22,2.53-2.21,4.11-2.72c1.21-0.39,3.03-0.64,4.26,0.02 C196.46,161.53,195.76,162.61,195.01,163.37z M173.58,183.16L173.58,183.16c-0.07-0.08-0.38-0.52-0.48-0.52 c-3.35,0.04-6.84,0.45-9.75,2.24c-2.18,1.34-3.94,3.5-4.57,6.01c-0.31,1.23-0.49,2.9,0.26,4.02c0.44,0.67,1.22,1.65,2.04,1.79 c1.29,0.23,2.41-0.89,3.26-1.68c0.38-0.36,0.74-0.74,1.11-1.11c0.28-0.08,0.55-0.17,0.79-0.27c1.13-0.47,1.72-1.69,2.33-2.68 c0.36-0.59,0.69-1.2,1.01-1.81c0.41-0.52,0.81-1.05,1.2-1.59c0.9-1.29,1.8-2.52,3.17-3.36c-0.03,0.02-0.22-0.23-0.43-0.49 c0.18,0,0.35-0.01,0.53-0.02C173.95,183.69,173.65,183.23,173.58,183.16z M162.68,194.64l-0.01-0.02c-0.8,0.69-1.93,1.31-2.91,0.88 c-0.6-1.4-0.2-3.31,0.32-4.61c0.62-1.58,1.69-2.98,3-4.06c0.17-0.14,0.35-0.25,0.53-0.38c-1.15,1.01-2.17,2.23-2.72,3.59 c-0.37,0.91-0.24,1.69,0.34,2.42c-0.02-0.02-0.04-0.03-0.05-0.04l0.11,0.12c0,0,0.02,0.03,0.03,0.04c0.56,0.64,1.09,1.33,1.96,1.52 C163.08,194.28,162.88,194.47,162.68,194.64z M168.51,188.28v-0.02c-0.7,0.9-1.43,1.78-2.18,2.64c-0.57,0.65-1.15,1.3-1.76,1.92 c-0.08,0.02-0.16,0.04-0.24,0.06c-0.9,0.2-1.82,0.3-2.61-0.1c-0.38-1.13,0.37-2.33,1.04-3.26c0.83-1.15,1.86-2.16,3.02-2.97 c1.5-1.06,3.21-1.78,5-2.12C169.9,185.62,169.21,186.95,168.51,188.28z M174.48,173.55L174.48,173.55c0.11-0.24,0.09-0.61,0.07-0.86 c-0.03-0.33-0.13-0.65-0.24-0.95c-0.3-2.86-1.34-5.61-3.19-7.85c-0.19-0.23-0.4-0.47-0.61-0.71c0.03,0-0.08-0.12-0.18-0.22 c-0.09-0.15-0.17-0.3-0.27-0.44c-0.49-0.68-1.11-1.43-1.77-1.95c-1.02-0.79-2.32-0.78-3.47-0.29c-2.39,1.03-3.76,3.87-2.91,6.36 c0.38,1.11,1.09,2.07,1.85,2.94c0.66,0.75,1.33,1.51,2.13,2.13c1.01,0.77,2.17,1.34,3.42,1.61c0.66,0.14,1.32,0.19,1.99,0.19 c0.61,0,1.26-0.07,1.76,0.31c0.05,0.06,0.11,0.11,0.16,0.18c-0.16-0.21-0.34-0.45-0.52-0.67c0.27,0.11,0.55,0.22,0.83,0.29 c0.18,0.05,0.46,0.13,0.65,0.11C174.51,173.71,174.36,173.78,174.48,173.55z M171.32,164.46h0.01c0.84,1.38,1.41,2.9,1.75,4.47 c-0.36-0.81-0.72-1.62-1.08-2.42c-0.45-1-0.84-2.08-1.38-3.06C170.86,163.78,171.11,164.11,171.32,164.46z M168.03,161.05 c0.29,0.07,0.58,0.18,0.84,0.33c0.09,0.05,0.17,0.11,0.26,0.17c0,0.01,0.01,0.01,0.01,0.02c0.03,0.02,0.06,0.04,0.09,0.06 c0.26,0.15,0.27,0.46-0.07-0.03c0.11,0.17,0.21,0.35,0.32,0.52c-0.46-0.42-0.96-0.8-1.48-1.07 C168.01,161.05,168.02,161.05,168.03,161.05z M169.44,172.42c-0.62-0.05-1.22-0.17-1.81-0.36c-1.14-0.36-2.19-0.96-3.09-1.74 c-0.07-0.06-0.23-0.18-0.35-0.29c-0.02-0.03-0.04-0.06-0.07-0.1c-0.2-0.29-0.41-0.56-0.6-0.86c-0.35-0.57-0.64-1.18-0.8-1.83 c-0.24-1-0.12-2.03,0.25-2.97c0.11,0.81,0.47,1.62,1,2.31c0.27,0.36,0.58,0.68,0.87,1.01c1.43,1.6,3.11,2.93,4.94,4.07 c0.41,0.25,0.83,0.52,1.26,0.79C170.51,172.42,169.97,172.46,169.44,172.42z M173.6,171.74c0.01,0.23,0.01,0.55-0.09,0.76 c-0.14,0.26-0.3,0.18-0.61,0.13c-0.02,0-0.04-0.01-0.06-0.02c-0.18-0.2-0.33-0.37-0.34-0.36c0,0,0.14,0.16,0.31,0.36 c-1.07-0.21-2.01-0.83-2.94-1.38c-1.19-0.71-2.37-1.44-3.47-2.28c-0.28-0.22-0.55-0.44-0.82-0.67c-0.19-0.17-0.37-0.35-0.56-0.52 l-0.06-0.05c0.27,0.22-0.33-0.45-0.4-0.57c-0.11-0.17-0.21-0.35-0.29-0.53c-0.88-1.83-0.31-3.91,1.68-4.68 c1.07-0.41,2.22-0.32,3.22,0.24c0.2,0.11,0.38,0.25,0.56,0.39c0.04,0.07,0.09,0.14,0.12,0.21c1.2,2.49,2.34,5.05,3.39,7.6 c0.05,0.11,0.08,0.23,0.13,0.35c0.02,0.24,0.05,0.48,0.06,0.72c0,0.07,0.08,0.16,0.17,0.25C173.6,171.71,173.6,171.72,173.6,171.74z '/%3E%3C/svg%3E");
}

.bg--green::before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='211.4px' height='211.4px' viewBox='0 0 211.4 211.4' enable-background='new 0 0 211.4 211.4' xml:space='preserve'%3E%3Cpath fill='%238DA187' d='M14.14,22.63v0.01c-0.33,0.03-0.65,0.13-0.95,0.24c-2.86,0.3-5.61,1.34-7.85,3.19 c-0.23,0.19-0.47,0.4-0.71,0.61c0-0.03-0.12,0.08-0.22,0.18c-0.15,0.09-0.3,0.17-0.44,0.27c-0.68,0.49-1.43,1.11-1.95,1.77 c-0.79,1.02-0.78,2.32-0.29,3.47c1.03,2.39,3.87,3.76,6.36,2.91c1.11-0.38,2.07-1.09,2.94-1.85c0.75-0.66,1.51-1.33,2.13-2.13 c0.77-1.01,1.34-2.17,1.61-3.42c0.14-0.66,0.19-1.32,0.19-1.99c0-0.61-0.07-1.26,0.31-1.76c0.06-0.05,0.11-0.11,0.18-0.16 c-0.21,0.16-0.45,0.34-0.67,0.52c0.11-0.27,0.22-0.55,0.29-0.83c0.05-0.18,0.13-0.46,0.11-0.65c-0.02-0.33,0.05-0.18-0.18-0.3 C14.76,22.59,14.39,22.61,14.14,22.63z M5.92,25.87v-0.01c1.38-0.84,2.9-1.41,4.47-1.75c-0.81,0.36-1.62,0.72-2.42,1.08 c-1,0.45-2.08,0.84-3.06,1.38C5.24,26.33,5.57,26.08,5.92,25.87z M2.51,29.17c0-0.01,0-0.01,0-0.01c0.07-0.29,0.18-0.58,0.33-0.84 c0.05-0.09,0.12-0.18,0.18-0.27c-0.09,0.06-0.2,0.13-0.35,0.22c0.12-0.07,0.24-0.15,0.35-0.22c0.02-0.03,0.04-0.06,0.06-0.09 c0.15-0.26,0.46-0.27-0.03,0.07c0.17-0.11,0.35-0.21,0.52-0.32C3.15,28.17,2.78,28.66,2.51,29.17z M14.11,24.3l-0.02-0.01 c0,0-0.01,0.04-0.02,0.06c-0.2,0.18-0.37,0.33-0.36,0.34c0,0,0.16-0.14,0.36-0.31c-0.21,1.07-0.83,2.01-1.38,2.94 c-0.71,1.19-1.44,2.37-2.28,3.47c-0.22,0.28-0.44,0.55-0.67,0.82c-0.17,0.19-0.35,0.37-0.52,0.56L9.2,32.2 c1.53-1.4,2.82-3.02,3.92-4.8c0.25-0.41,0.52-0.83,0.79-1.26c-0.03,0.53,0.01,1.07-0.03,1.6c-0.05,0.62-0.17,1.22-0.36,1.81 c-0.36,1.14-0.96,2.19-1.74,3.09c-0.06,0.07-0.18,0.23-0.29,0.35c-0.03,0.02-0.06,0.04-0.1,0.07c-0.29,0.2-0.56,0.41-0.86,0.6 c-0.57,0.35-1.18,0.64-1.83,0.8c-1,0.24-2.03,0.12-2.97-0.25c0.81-0.11,1.62-0.47,2.31-1c0.36-0.27,0.68-0.58,1.01-0.87 c0.05-0.04,0.09-0.09,0.13-0.13c0.15-0.2-0.47,0.35-0.58,0.42c-0.17,0.11-0.35,0.21-0.53,0.29c-1.83,0.88-3.91,0.31-4.68-1.68 c-0.41-1.07-0.32-2.22,0.24-3.22c0.11-0.2,0.25-0.38,0.39-0.56c0.07-0.04,0.14-0.09,0.21-0.12c2.49-1.2,5.05-2.34,7.6-3.39 c0.11-0.05,0.23-0.08,0.35-0.13c0.24-0.02,0.48-0.05,0.72-0.06c0.06,0,0.16-0.08,0.25-0.17c0.02,0,0.03,0,0.05,0 c0.23-0.01,0.56-0.01,0.77,0.09C14.25,23.82,14.16,23.98,14.11,24.3z M9.18,32.21c0.01,0,0.01-0.01,0.01-0.01l-0.03,0.03 C9.18,32.22,9.18,32.22,9.18,32.21z M23.98,18.4h0.01c-0.65-1.1-1.46-2.21-2.7-2.65c-0.21-0.16-0.42-0.31-0.64-0.43 c-0.45-0.25-0.98-0.39-1.49-0.25c-0.24,0.06-0.44,0.18-0.63,0.34c-0.53,0.45-1.04,0.92-1.56,1.39c-0.14,0.13-0.28,0.25-0.4,0.38 l-0.07,0.07c0,0,0.02,0,0.03-0.02c-0.26,0.27-0.45,0.57-0.48,1.01c-0.02,0.49,0.12,0.98,0.35,1.4c0,0.01,0.02,0.02,0.03,0.04 c0.06,0.25,0.15,0.49,0.25,0.72c0.23,0.54,0.54,1.04,0.91,1.48c0.33,0.4,0.74,0.82,1.25,0.98c0.48,0.14,0.95-0.02,1.33-0.32 c0.54-0.43,1.04-0.91,1.54-1.37c0.28-0.25,0.59-0.5,0.83-0.79c0.26-0.32,0.4-0.69,0.47-1.09C23.26,19.07,24,18.44,23.98,18.4z M18.63,17.94h0.01c-0.04-0.06-0.08-0.14-0.12-0.21c-0.02-0.08-0.03-0.17-0.04-0.25c0.23,0.03,0.46,0.08,0.68,0.16 c0.41,0.33,0.77,0.71,1.01,1.03c0.13,0.17,0.25,0.37,0.35,0.57C19.75,19.06,19.07,18.6,18.63,17.94z M20.57,20.78 c-0.27-0.17-0.51-0.39-0.73-0.64c0.2-0.18,0.41-0.37,0.61-0.55c-0.02,0.02,0.08-0.08,0.17-0.17c0.22,0.48,0.34,1.01,0.32,1.53 C20.81,20.91,20.69,20.85,20.57,20.78z M14.08,14.35h0.01c0.11,0.01,0.45-0.4,0.53-0.47c0.07-0.06,0.44-0.49,0.52-0.48 c-0.17-0.02-0.33-0.05-0.5-0.07c0.22-0.22,0.41-0.43,0.45-0.4c-1.46-1.05-2.27-2.54-3.21-4.04c-0.24-0.39-0.51-0.76-0.77-1.13 c-0.41-0.93-0.82-1.85-1.32-2.71C9.22,4.06,8.62,3.51,7.61,3.13C7.03,2.44,6.43,1.78,5.79,1.16C5.03,0.41,3.83-0.38,2.75,0.2 C2.01,0.59,1.12,1.45,0.8,2.23C0.34,3.36,0.45,4.74,0.75,5.89C2.31,11.72,8.78,13.7,14.08,14.35z M6.51,4.02h0.01 c0.53,0.62,1.04,1.26,1.53,1.9C8.8,6.89,9.51,7.89,10.2,8.91c0.52,1.17,1.01,2.34,1.67,3.43c-1.23-0.37-2.41-0.89-3.5-1.6 c-1.68-1.09-3.14-2.56-4.14-4.3C3.8,5.69,3.29,4.72,3.62,3.83c0,0,0.01-0.03,0.03-0.06c0.11-0.04,0.22-0.09,0.34-0.11 C4.42,3.57,4.83,3.62,5.25,3.7C5.65,3.78,6.09,3.88,6.51,4.02z M3.74,3.59L3.79,3.5C3.82,3.51,3.79,3.55,3.74,3.59z M1.95,1.06 c1.03-0.33,2.11,0.37,2.87,1.12C4.98,2.34,5.14,2.51,5.3,2.67C5.03,2.7,4.76,2.76,4.5,2.89c-0.59,0.3-1.22,0.89-1.64,1.4 C2.17,5.11,2.53,6.17,2.97,7.01C3.44,7.9,4.02,8.72,4.69,9.46C4.68,9.45,4.67,9.44,4.65,9.43C3.43,8.31,2.44,6.9,1.93,5.32 C1.54,4.11,1.29,2.29,1.95,1.06z M32.34,38.41c1.23,0.31,2.9,0.49,4.02-0.26c0.67-0.44,1.65-1.22,1.79-2.04 c0.23-1.29-0.89-2.41-1.68-3.26c-0.36-0.38-0.74-0.74-1.11-1.11c-0.08-0.28-0.17-0.55-0.27-0.79c-0.47-1.13-1.69-1.72-2.68-2.33 c-0.59-0.36-1.2-0.69-1.81-1.01c-0.52-0.41-1.05-0.82-1.59-1.2c-1.29-0.9-2.52-1.8-3.36-3.17c0.02,0.03-0.23,0.22-0.49,0.43 c0-0.18-0.01-0.35-0.02-0.53c0,0.1-0.46,0.4-0.53,0.47c-0.08,0.07-0.52,0.38-0.52,0.48c0.04,3.35,0.45,6.84,2.24,9.75 C27.67,36.02,29.83,37.78,32.34,38.41z M35.53,33.95c0.18,0.19,0.36,0.39,0.53,0.58c0.69,0.8,1.31,1.93,0.88,2.91 c-1.4,0.6-3.31,0.2-4.61-0.32c-1.58-0.62-2.98-1.69-4.06-2.99c-0.14-0.17-0.25-0.35-0.38-0.53c1.01,1.15,2.23,2.17,3.59,2.72 c0.91,0.37,1.69,0.24,2.42-0.35c-0.02,0.02-0.03,0.04-0.04,0.06l0.12-0.11c0,0,0.03-0.02,0.04-0.03 C34.66,35.33,35.34,34.81,35.53,33.95z M29.73,28.69h-0.02c0.9,0.7,1.78,1.43,2.64,2.18c0.65,0.57,1.3,1.15,1.92,1.76 c0.02,0.08,0.04,0.16,0.06,0.24c0.2,0.9,0.3,1.82-0.1,2.61c-1.13,0.38-2.33-0.37-3.26-1.04c-1.15-0.83-2.16-1.86-2.97-3.02 c-1.06-1.5-1.78-3.21-2.12-5C27.07,27.3,28.4,27.99,29.73,28.69z M68.99,73.02v0.01c0.43,0.54,0.91,1.04,1.37,1.54 c0.25,0.28,0.5,0.59,0.79,0.83c0.32,0.26,0.69,0.4,1.09,0.47c0.22,0.25,0.85,0.99,0.89,0.97c1.1-0.65,2.21-1.46,2.65-2.7 c0.16-0.21,0.31-0.42,0.43-0.64c0.25-0.45,0.39-0.98,0.25-1.49c-0.06-0.24-0.18-0.44-0.34-0.63c-0.45-0.53-0.92-1.04-1.39-1.56 c-0.13-0.14-0.25-0.28-0.38-0.4l-0.07-0.07c0,0,0,0.02,0.02,0.03c-0.27-0.26-0.57-0.45-1.01-0.48c-0.49-0.02-0.98,0.12-1.4,0.35 c-0.01,0-0.02,0.02-0.04,0.03c-0.25,0.06-0.49,0.15-0.72,0.25c-0.54,0.23-1.04,0.54-1.48,0.91c-0.4,0.33-0.82,0.74-0.98,1.25 C68.53,72.17,68.69,72.64,68.99,73.02z M73.59,71.48v0.01c0.06-0.04,0.14-0.08,0.21-0.12c0.08-0.02,0.17-0.03,0.25-0.04 c-0.03,0.23-0.08,0.46-0.16,0.68c-0.33,0.41-0.71,0.77-1.03,1.01c-0.17,0.13-0.37,0.25-0.57,0.35 C72.47,72.6,72.93,71.92,73.59,71.48z M70.75,73.42c0.17-0.27,0.39-0.51,0.64-0.73c0.18,0.2,0.37,0.41,0.55,0.61 c-0.02-0.02,0.08,0.08,0.17,0.17c-0.48,0.22-1.01,0.34-1.53,0.32C70.62,73.66,70.68,73.54,70.75,73.42z M58.1,63.88h-0.01 c0.66,0.75,1.33,1.51,2.13,2.13c1.01,0.77,2.17,1.34,3.42,1.61c0.66,0.14,1.32,0.19,1.99,0.19c0.61,0,1.26-0.07,1.76,0.31 c0.05,0.06,0.11,0.11,0.16,0.18c-0.16-0.21-0.34-0.45-0.52-0.67c0.27,0.11,0.55,0.22,0.83,0.29c0.18,0.05,0.46,0.13,0.65,0.11 c0.33-0.02,0.18,0.05,0.3-0.18c0.12-0.24,0.1-0.61,0.08-0.86c-0.03-0.33-0.13-0.65-0.24-0.95c-0.3-2.86-1.34-5.61-3.19-7.85 c-0.19-0.23-0.4-0.47-0.61-0.71c0.03,0-0.08-0.12-0.18-0.22c-0.09-0.15-0.17-0.3-0.27-0.44c-0.49-0.68-1.11-1.43-1.77-1.95 c-1.02-0.79-2.32-0.78-3.47-0.29c-2.39,1.03-3.76,3.87-2.91,6.36C56.63,62.05,57.34,63.01,58.1,63.88z M65.65,58.76h0.01 c0.84,1.38,1.41,2.9,1.75,4.47c-0.36-0.81-0.72-1.62-1.08-2.42c-0.45-1-0.84-2.08-1.38-3.06C65.19,58.08,65.44,58.41,65.65,58.76z M62.36,55.35c0.29,0.07,0.58,0.18,0.84,0.33c0.09,0.05,0.17,0.11,0.26,0.17c0,0.01,0.01,0.01,0.01,0.02 c0.03,0.02,0.06,0.04,0.09,0.06c0.26,0.15,0.27,0.46-0.07-0.03c0.11,0.17,0.21,0.35,0.32,0.52c-0.46-0.42-0.96-0.8-1.48-1.07 C62.34,55.35,62.35,55.35,62.36,55.35z M57.3,58.59c0.11,0.8,0.47,1.61,1,2.29c0.27,0.36,0.58,0.68,0.87,1.01 c0.05,0.06,0.11,0.11,0.16,0.17c0.02-0.02-0.4-0.51-0.46-0.61c-0.11-0.17-0.21-0.35-0.29-0.53c-0.88-1.83-0.31-3.91,1.68-4.68 l0.01-0.02c1.07-0.41,2.22-0.32,3.22,0.24c0.2,0.11,0.38,0.25,0.56,0.39c0.04,0.07,0.09,0.14,0.12,0.21c1.2,2.49,2.34,5.05,3.39,7.6 c0.05,0.11,0.08,0.23,0.13,0.35c0.02,0.24,0.05,0.48,0.06,0.72c0,0.07,0.08,0.16,0.17,0.25c0,0.02,0,0.03,0,0.05 c0.01,0.23,0.01,0.56-0.09,0.77c-0.14,0.28-0.3,0.19-0.62,0.14c-0.02,0-0.04-0.01-0.06-0.02c-0.18-0.2-0.33-0.37-0.34-0.36 s0.14,0.16,0.31,0.36c-1.07-0.21-2.01-0.83-2.94-1.38c-1.19-0.71-2.37-1.44-3.47-2.28c-0.28-0.22-0.55-0.44-0.82-0.67 c-0.14-0.12-0.27-0.25-0.41-0.38c1.36,1.45,2.93,2.69,4.64,3.75c0.41,0.25,0.83,0.52,1.26,0.79c-0.53-0.03-1.07,0.01-1.6-0.03 c-0.62-0.05-1.22-0.17-1.81-0.36c-1.14-0.36-2.19-0.96-3.09-1.74c-0.07-0.06-0.23-0.18-0.35-0.29c-0.02-0.03-0.04-0.06-0.07-0.1 c-0.2-0.29-0.41-0.56-0.6-0.86c-0.35-0.57-0.64-1.18-0.8-1.83C56.82,60.55,56.94,59.52,57.3,58.59z M59.27,62.02 c0.04,0.03,0.06,0.04,0.06,0.04c0.05,0.05,0.1,0.1,0.15,0.15c-0.05-0.05-0.1-0.09-0.15-0.14L59.27,62.02z M55.42,91 c1.29,0.23,2.41-0.89,3.26-1.68c0.38-0.36,0.74-0.74,1.11-1.11c0.28-0.08,0.55-0.17,0.79-0.27c1.13-0.47,1.72-1.69,2.33-2.68 c0.36-0.59,0.69-1.2,1.01-1.81c0.41-0.52,0.81-1.05,1.2-1.59c0.9-1.29,1.8-2.52,3.17-3.36c-0.03,0.02-0.22-0.23-0.43-0.49 c0.18,0,0.35-0.01,0.53-0.02c-0.1,0-0.4-0.46-0.47-0.53c-0.07-0.08-0.38-0.52-0.48-0.52c-3.35,0.04-6.84,0.45-9.75,2.24 c-2.18,1.34-3.94,3.5-4.57,6.01c-0.31,1.23-0.49,2.9,0.26,4.02C53.82,89.88,54.6,90.86,55.42,91z M60.11,80.85v-0.02 c1.5-1.06,3.21-1.78,5-2.12c-0.88,1.19-1.57,2.52-2.27,3.85c-0.71,0.9-1.43,1.78-2.18,2.64c-0.57,0.65-1.15,1.3-1.76,1.92 c-0.08,0.02-0.16,0.04-0.24,0.06c-0.9,0.2-1.82,0.3-2.61-0.1c-0.38-1.13,0.37-2.33,1.04-3.26C57.92,82.67,58.95,81.66,60.11,80.85z M54.4,85.2l0.01-0.02c0.62-1.58,1.69-2.98,2.99-4.06c0.17-0.14,0.35-0.25,0.53-0.38c-1.15,1.01-2.17,2.23-2.72,3.59 c-0.37,0.91-0.24,1.69,0.34,2.42c-0.02-0.02-0.04-0.03-0.06-0.04l0.11,0.12c0,0,0.02,0.03,0.03,0.04c0.56,0.64,1.09,1.33,1.96,1.52 c-0.2,0.18-0.4,0.37-0.6,0.54c-0.8,0.69-1.93,1.31-2.91,0.88C53.48,88.41,53.88,86.5,54.4,85.2z M77.65,67.46 c0.06,0.07,0.49,0.44,0.48,0.52c0.02-0.17,0.05-0.33,0.07-0.5c0.22,0.22,0.43,0.41,0.4,0.45c1.05-1.46,2.54-2.27,4.04-3.21 c0.39-0.24,0.76-0.51,1.13-0.77c0.93-0.41,1.85-0.82,2.71-1.32c0.99-0.57,1.54-1.17,1.92-2.18c0.69-0.58,1.35-1.18,1.97-1.82 c0.73-0.76,1.52-1.97,0.95-3.04c-0.39-0.74-1.25-1.63-2.03-1.95l0.01,0.01c-1.13-0.46-2.51-0.35-3.66-0.05 c-5.83,1.56-7.81,8.03-8.46,13.33C77.17,67.04,77.58,67.38,77.65,67.46z M87.94,56.59l0.09,0.05 C88.02,56.67,87.98,56.64,87.94,56.59z M82.09,57.5c1.12-1.22,2.53-2.21,4.11-2.72c1.21-0.39,3.03-0.64,4.26,0.02 c0.33,1.03-0.37,2.11-1.12,2.87c-0.16,0.16-0.33,0.32-0.49,0.48c-0.03-0.27-0.09-0.54-0.22-0.8c-0.3-0.59-0.89-1.22-1.4-1.64 c-0.82-0.69-1.88-0.33-2.72,0.11c-0.89,0.47-1.71,1.05-2.45,1.72C82.07,57.53,82.08,57.52,82.09,57.5z M80.79,61.22 c1.09-1.68,2.56-3.14,4.3-4.14c0.75-0.43,1.72-0.94,2.61-0.61c0,0,0.03,0.01,0.06,0.03c0.04,0.11,0.09,0.22,0.11,0.34 c0.09,0.43,0.04,0.84-0.04,1.26v0.01c-0.08,0.4-0.18,0.84-0.32,1.26c-0.62,0.53-1.26,1.04-1.9,1.53c-0.97,0.75-1.97,1.46-2.99,2.15 c-1.17,0.52-2.34,1.01-3.43,1.67C79.56,63.49,80.08,62.31,80.79,61.22z M29.5,112.16c-0.01,0-0.01,0.01-0.02,0.01l0.03-0.03 C29.5,112.15,29.5,112.15,29.5,112.16z M24.54,121.74v-0.01c0.33-0.03,0.65-0.13,0.95-0.24c2.86-0.3,5.61-1.34,7.85-3.19 c0.23-0.19,0.47-0.4,0.71-0.61c0,0.03,0.12-0.08,0.22-0.18c0.15-0.09,0.3-0.17,0.44-0.27c0.68-0.49,1.43-1.11,1.95-1.77 c0.79-1.02,0.78-2.32,0.29-3.47c-1.03-2.39-3.87-3.76-6.36-2.91c-1.11,0.38-2.07,1.09-2.94,1.85c-0.75,0.66-1.51,1.33-2.13,2.13 c-0.77,1.01-1.34,2.17-1.61,3.42c-0.14,0.66-0.19,1.32-0.19,1.99c0,0.61,0.07,1.26-0.31,1.76c-0.06,0.05-0.11,0.11-0.18,0.16 c0.21-0.16,0.45-0.34,0.67-0.52c-0.11,0.27-0.22,0.55-0.29,0.83c-0.05,0.18-0.13,0.46-0.11,0.65c0.02,0.33-0.05,0.18,0.18,0.3 C23.92,121.78,24.29,121.76,24.54,121.74z M32.76,118.5v0.01c-1.38,0.84-2.9,1.41-4.47,1.75c0.81-0.36,1.62-0.72,2.42-1.08 c1-0.45,2.08-0.84,3.06-1.38C33.44,118.04,33.11,118.29,32.76,118.5z M36.17,115.18c0,0,0,0.02,0,0.03 c-0.07,0.29-0.18,0.58-0.33,0.84c-0.05,0.09-0.11,0.17-0.17,0.26c-0.01,0-0.01,0.01-0.02,0.01c-0.02,0.03-0.04,0.06-0.06,0.09 c-0.15,0.26-0.46,0.27,0.03-0.07c-0.17,0.11-0.35,0.21-0.52,0.32C35.52,116.2,35.9,115.7,36.17,115.18z M24.57,120.07l0.02,0.01 c0,0,0.01-0.04,0.02-0.06c0.2-0.18,0.37-0.33,0.36-0.34c0,0-0.16,0.14-0.36,0.31c0.21-1.07,0.83-2.01,1.38-2.94 c0.71-1.19,1.44-2.37,2.28-3.47c0.22-0.28,0.44-0.55,0.67-0.82c0.17-0.19,0.35-0.37,0.52-0.56l0.02-0.03 c-1.53,1.4-2.82,3.02-3.92,4.8c-0.25,0.41-0.53,0.83-0.79,1.26c0.03-0.53-0.01-1.07,0.03-1.6c0.05-0.62,0.17-1.22,0.36-1.81 c0.36-1.14,0.96-2.19,1.74-3.09c0.06-0.07,0.18-0.23,0.29-0.35c0.03-0.02,0.06-0.04,0.1-0.07c0.29-0.2,0.56-0.41,0.86-0.6 c0.57-0.35,1.18-0.64,1.83-0.8c1-0.24,2.03-0.12,2.97,0.25c-0.81,0.11-1.62,0.47-2.31,1c-0.36,0.27-0.68,0.58-1.01,0.87 c-0.05,0.04-0.09,0.09-0.13,0.13c-0.15,0.2,0.47-0.35,0.58-0.42c0.17-0.11,0.35-0.21,0.53-0.29c1.83-0.88,3.91-0.31,4.68,1.68 c0.41,1.07,0.32,2.22-0.24,3.22c-0.11,0.2-0.25,0.38-0.39,0.56c-0.07,0.04-0.14,0.09-0.21,0.12c-2.49,1.2-5.05,2.34-7.6,3.39 c-0.11,0.05-0.23,0.08-0.35,0.13c-0.24,0.02-0.48,0.05-0.72,0.06c-0.07,0-0.16,0.08-0.25,0.17c-0.02,0-0.03,0-0.05,0 c-0.23,0.01-0.56,0.01-0.77-0.09C24.43,120.55,24.52,120.39,24.57,120.07z M24.6,130.02l-0.01,0.01c-0.11-0.01-0.45,0.4-0.53,0.47 c-0.07,0.06-0.44,0.49-0.52,0.48c0.17,0.02,0.33,0.05,0.5,0.07c-0.22,0.22-0.41,0.43-0.45,0.4c1.46,1.05,2.27,2.54,3.21,4.04 c0.24,0.38,0.51,0.76,0.77,1.13c0.41,0.93,0.82,1.85,1.32,2.71c0.57,0.99,1.17,1.54,2.18,1.92c0.58,0.69,1.18,1.35,1.82,1.97 c0.76,0.73,1.97,1.52,3.04,0.95c0.74-0.39,1.63-1.25,1.95-2.03c0.46-1.13,0.35-2.51,0.05-3.66C36.37,132.65,29.9,130.67,24.6,130.02 z M32.17,140.36l-0.01,0c-0.53-0.62-1.04-1.26-1.53-1.9c-0.75-0.97-1.46-1.97-2.15-2.99c-0.52-1.17-1.01-2.34-1.67-3.43 c1.23,0.37,2.41,0.89,3.5,1.6c1.68,1.09,3.14,2.56,4.14,4.3c0.43,0.75,0.94,1.72,0.61,2.61c0,0-0.01,0.03-0.03,0.06 c-0.11,0.04-0.22,0.09-0.34,0.11c-0.43,0.09-0.84,0.04-1.26-0.04C33.03,140.6,32.59,140.5,32.17,140.36z M34.94,140.79l-0.05,0.09 C34.86,140.87,34.89,140.83,34.94,140.79z M36.73,143.32c-1.03,0.33-2.11-0.37-2.87-1.12c-0.16-0.16-0.32-0.33-0.48-0.49 c0.27-0.03,0.54-0.09,0.8-0.22c0.59-0.3,1.22-0.89,1.64-1.4c0.69-0.82,0.33-1.88-0.11-2.72c-0.47-0.89-1.05-1.71-1.72-2.45 c0.01,0.01,0.02,0.02,0.04,0.03c1.22,1.12,2.21,2.53,2.72,4.11C37.14,140.27,37.39,142.09,36.73,143.32z M22.27,124.73l-0.01,0 c0,0-0.02-0.02-0.03-0.04c-0.06-0.25-0.15-0.49-0.25-0.72c-0.23-0.54-0.54-1.04-0.91-1.48c-0.33-0.4-0.74-0.82-1.25-0.98 c-0.48-0.14-0.95,0.02-1.33,0.32c-0.54,0.43-1.04,0.91-1.54,1.37c-0.28,0.25-0.59,0.5-0.83,0.79c-0.26,0.32-0.4,0.69-0.47,1.09 c-0.25,0.22-0.99,0.85-0.97,0.89c0.65,1.1,1.46,2.21,2.7,2.65c0.21,0.16,0.42,0.31,0.64,0.43c0.45,0.25,0.98,0.39,1.49,0.25 c0.24-0.06,0.44-0.18,0.63-0.34c0.53-0.45,1.04-0.92,1.56-1.39c0.14-0.13,0.28-0.25,0.4-0.38l0.07-0.07c0,0-0.02,0-0.03,0.02 c0.26-0.27,0.45-0.57,0.48-1.01C22.64,125.64,22.5,125.15,22.27,124.73z M17.73,123.42c0.13,0.04,0.25,0.1,0.37,0.17 c0.27,0.17,0.51,0.39,0.73,0.64c-0.2,0.18-0.41,0.37-0.61,0.55c0.02-0.02-0.08,0.08-0.17,0.17 C17.83,124.47,17.71,123.94,17.73,123.42z M19.51,126.72H19.5c-0.41-0.33-0.77-0.71-1.01-1.03c-0.13-0.17-0.25-0.37-0.35-0.57 c0.77,0.18,1.45,0.64,1.89,1.3c0.04,0.06,0.08,0.14,0.12,0.21c0.02,0.08,0.03,0.17,0.04,0.25C19.96,126.85,19.73,126.8,19.51,126.72 z M6.33,105.97c-1.23-0.31-2.9-0.49-4.02,0.26c-0.67,0.44-1.65,1.22-1.79,2.04c-0.23,1.29,0.89,2.41,1.68,3.26 c0.36,0.38,0.74,0.74,1.11,1.11c0.08,0.28,0.17,0.55,0.27,0.79c0.47,1.13,1.69,1.72,2.68,2.33c0.59,0.36,1.2,0.69,1.81,1.01 c0.52,0.41,1.05,0.82,1.59,1.2c1.29,0.9,2.52,1.8,3.36,3.17c-0.02-0.03,0.23-0.22,0.49-0.43c0,0.18,0.01,0.35,0.02,0.53 c0-0.1,0.46-0.4,0.53-0.47c0.08-0.07,0.52-0.38,0.52-0.48c-0.04-3.35-0.45-6.84-2.24-9.75C11,108.36,8.84,106.6,6.33,105.97z M3.14,110.43c-0.18-0.19-0.36-0.39-0.53-0.58c-0.69-0.8-1.31-1.93-0.88-2.91c1.4-0.6,3.31-0.2,4.61,0.32 c1.58,0.62,2.98,1.69,4.06,2.99c0.14,0.17,0.25,0.35,0.38,0.53c-1.01-1.15-2.23-2.17-3.59-2.72c-0.91-0.37-1.69-0.24-2.42,0.35 c0.02-0.02,0.03-0.04,0.04-0.06l-0.12,0.11c0,0-0.03,0.02-0.04,0.03C4.01,109.05,3.33,109.57,3.14,110.43z M8.94,115.69h0.02 c-0.9-0.7-1.78-1.43-2.64-2.18c-0.65-0.57-1.3-1.15-1.92-1.76c-0.02-0.08-0.04-0.16-0.06-0.24c-0.2-0.9-0.3-1.82,0.1-2.61 c1.13-0.38,2.33,0.37,3.26,1.04c1.15,0.83,2.16,1.86,2.97,3.02c1.06,1.5,1.78,3.21,2.12,5C11.6,117.08,10.27,116.39,8.94,115.69z M129.3,15.02v-0.01c-0.05,0.18-0.13,0.46-0.11,0.65c0.02,0.33-0.05,0.18,0.18,0.3c0.24,0.12,0.61,0.1,0.86,0.08 c0.33-0.03,0.65-0.13,0.95-0.24c2.86-0.3,5.61-1.34,7.85-3.19c0.23-0.19,0.47-0.4,0.71-0.61c0,0.03,0.12-0.08,0.22-0.18 c0.15-0.09,0.3-0.17,0.44-0.27c0.68-0.49,1.43-1.11,1.95-1.77c0.79-1.02,0.78-2.32,0.29-3.47c-1.03-2.39-3.87-3.76-6.36-2.91 c-1.11,0.38-2.07,1.09-2.94,1.85c-0.75,0.66-1.51,1.33-2.13,2.13c-0.77,1.01-1.34,2.17-1.61,3.42c-0.14,0.66-0.19,1.32-0.19,1.99 c0,0.61,0.07,1.26-0.31,1.76c-0.06,0.05-0.11,0.11-0.18,0.16c0.22-0.16,0.45-0.34,0.67-0.52C129.48,14.46,129.37,14.74,129.3,15.02z M138.46,12.81v0.01c-1.38,0.84-2.9,1.41-4.47,1.75c0.81-0.36,1.62-0.72,2.42-1.08c1-0.45,2.08-0.84,3.06-1.38 C139.14,12.35,138.81,12.6,138.46,12.81z M141.87,9.49c0,0,0,0.02,0,0.03c-0.07,0.29-0.18,0.58-0.33,0.84 c-0.05,0.09-0.11,0.17-0.17,0.26c-0.01,0-0.01,0.01-0.02,0.01c-0.02,0.03-0.04,0.06-0.06,0.09c-0.15,0.26-0.46,0.27,0.03-0.07 c-0.17,0.11-0.35,0.21-0.52,0.32C141.22,10.51,141.6,10.01,141.87,9.49z M130.27,14.38l0.02,0.01c0,0,0.01-0.04,0.02-0.06 c0.2-0.18,0.37-0.33,0.36-0.34c0,0-0.16,0.14-0.36,0.31c0.21-1.07,0.83-2.01,1.38-2.94c0.71-1.19,1.44-2.37,2.28-3.47 c0.22-0.28,0.44-0.55,0.67-0.82c0.17-0.19,0.35-0.37,0.52-0.56l0.02-0.03c-1.53,1.4-2.82,3.02-3.92,4.8 c-0.25,0.41-0.52,0.83-0.79,1.26c0.03-0.53-0.01-1.07,0.03-1.6h0c0.05-0.62,0.17-1.22,0.36-1.81c0.36-1.14,0.96-2.19,1.74-3.09 c0.06-0.07,0.18-0.23,0.29-0.35c0.03-0.02,0.06-0.04,0.1-0.07c0.29-0.2,0.56-0.41,0.86-0.6c0.57-0.35,1.18-0.64,1.83-0.8 c1-0.24,2.03-0.12,2.97,0.25c-0.81,0.11-1.62,0.47-2.31,1c-0.36,0.27-0.68,0.58-1.01,0.87c-0.05,0.04-0.09,0.09-0.13,0.13 c-0.15,0.2,0.47-0.35,0.58-0.42c0.17-0.11,0.35-0.21,0.53-0.29c1.83-0.88,3.91-0.31,4.68,1.68c0.41,1.07,0.32,2.22-0.24,3.22 c-0.11,0.2-0.25,0.38-0.39,0.56c-0.07,0.04-0.14,0.09-0.21,0.12c-2.49,1.2-5.05,2.34-7.6,3.39c-0.11,0.05-0.23,0.08-0.35,0.13 c-0.24,0.02-0.48,0.05-0.72,0.06c-0.07,0-0.16,0.08-0.25,0.17c-0.02,0-0.03,0-0.05,0c-0.23,0.01-0.56,0.01-0.77-0.09 C130.13,14.86,130.22,14.7,130.27,14.38z M135.2,6.47c-0.01,0-0.01,0.01-0.02,0.01l0.03-0.03C135.2,6.46,135.2,6.46,135.2,6.47z M130.3,24.32l-0.01,0.01c-0.11-0.01-0.45,0.4-0.53,0.47c-0.07,0.06-0.44,0.49-0.52,0.48c0.17,0.02,0.33,0.05,0.5,0.07 c-0.22,0.22-0.41,0.43-0.45,0.4c1.46,1.05,2.27,2.54,3.21,4.04c0.24,0.38,0.51,0.76,0.77,1.13c0.41,0.93,0.82,1.85,1.32,2.71 c0.57,0.99,1.17,1.54,2.18,1.92c0.58,0.69,1.18,1.35,1.82,1.97c0.76,0.73,1.97,1.52,3.04,0.95c0.74-0.39,1.63-1.25,1.95-2.03 c0.46-1.13,0.35-2.51,0.05-3.66C142.07,26.95,135.6,24.97,130.3,24.32z M137.87,34.66h-0.01c-0.53-0.62-1.04-1.26-1.53-1.9 c-0.75-0.97-1.46-1.97-2.15-2.99c-0.52-1.17-1.01-2.34-1.67-3.43c1.23,0.37,2.41,0.89,3.5,1.6c1.68,1.09,3.14,2.56,4.14,4.3 c0.43,0.75,0.94,1.72,0.61,2.61c0,0-0.01,0.03-0.03,0.06c-0.11,0.04-0.22,0.09-0.34,0.11c-0.43,0.09-0.84,0.04-1.26-0.04 C138.73,34.9,138.29,34.8,137.87,34.66z M140.64,35.09l-0.05,0.09C140.56,35.17,140.59,35.13,140.64,35.09z M142.43,37.62 c-1.03,0.33-2.11-0.37-2.87-1.12c-0.16-0.16-0.32-0.33-0.48-0.49c0.27-0.03,0.54-0.09,0.8-0.22c0.59-0.3,1.22-0.89,1.64-1.4 c0.69-0.82,0.33-1.88-0.11-2.72c-0.47-0.89-1.05-1.71-1.72-2.45c0.01,0.01,0.02,0.02,0.04,0.03c1.22,1.12,2.21,2.53,2.72,4.11 C142.84,34.57,143.09,36.39,142.43,37.62z M123.73,23.36L123.73,23.36c0.44,0.25,0.97,0.39,1.48,0.25c0.24-0.06,0.44-0.18,0.63-0.34 c0.53-0.45,1.04-0.92,1.56-1.39c0.14-0.13,0.28-0.25,0.4-0.38c0.02-0.02,0.05-0.04,0.07-0.07c0,0-0.02,0-0.03,0.02 c0.26-0.27,0.45-0.57,0.48-1.01c0.02-0.49-0.12-0.98-0.35-1.4c0-0.01-0.02-0.02-0.03-0.04c-0.06-0.25-0.15-0.49-0.25-0.72 c-0.23-0.54-0.54-1.04-0.91-1.48c-0.33-0.4-0.74-0.82-1.25-0.98c-0.48-0.14-0.95,0.02-1.33,0.32c-0.54,0.43-1.04,0.91-1.54,1.37 c-0.28,0.25-0.59,0.5-0.83,0.79c-0.26,0.32-0.4,0.69-0.47,1.09c-0.25,0.22-0.99,0.85-0.97,0.89c0.65,1.1,1.46,2.21,2.7,2.65 C123.3,23.09,123.51,23.24,123.73,23.36z M125.74,20.74h-0.01c0.04,0.06,0.08,0.14,0.12,0.21c0.02,0.08,0.03,0.17,0.04,0.25 c-0.23-0.03-0.46-0.08-0.68-0.16c-0.41-0.33-0.77-0.71-1.01-1.03c-0.13-0.17-0.25-0.37-0.35-0.57 C124.62,19.62,125.3,20.08,125.74,20.74z M123.8,17.9c0.27,0.17,0.51,0.39,0.73,0.64c-0.2,0.18-0.41,0.37-0.61,0.55 c0.02-0.02-0.08,0.08-0.17,0.17c-0.22-0.48-0.34-1.01-0.32-1.53C123.56,17.77,123.68,17.83,123.8,17.9z M109.02,6.94L109.02,6.94 c0.08,0.28,0.17,0.55,0.27,0.79c0.47,1.13,1.69,1.72,2.68,2.33c0.59,0.36,1.2,0.69,1.81,1.01c0.52,0.41,1.05,0.82,1.59,1.2 c1.29,0.9,2.52,1.8,3.36,3.17c-0.02-0.03,0.23-0.22,0.49-0.43c0,0.18,0.01,0.35,0.02,0.53c0-0.1,0.46-0.4,0.53-0.47 c0.08-0.07,0.52-0.38,0.52-0.48c-0.04-3.35-0.45-6.84-2.24-9.75c-1.34-2.18-3.5-3.94-6.01-4.57c-1.23-0.31-2.9-0.49-4.02,0.26 c-0.67,0.44-1.65,1.22-1.79,2.04c-0.23,1.29,0.89,2.41,1.68,3.26C108.27,6.21,108.65,6.57,109.02,6.94z M118.49,12.24 c-1.18-0.87-2.5-1.56-3.83-2.25c-0.9-0.7-1.78-1.43-2.64-2.18c-0.65-0.57-1.3-1.15-1.92-1.76c-0.02-0.08-0.04-0.16-0.06-0.24 c-0.2-0.9-0.3-1.82,0.1-2.61c1.13-0.38,2.33,0.37,3.26,1.04c1.15,0.83,2.16,1.86,2.97,3.02C117.43,8.76,118.14,10.46,118.49,12.24z M107.4,1.24h0.02c1.4-0.6,3.31-0.2,4.61,0.32c1.58,0.62,2.98,1.69,4.06,2.99c0.14,0.17,0.25,0.35,0.38,0.53 c-1.01-1.15-2.23-2.17-3.59-2.72c-0.91-0.37-1.69-0.24-2.42,0.35c0.02-0.02,0.03-0.04,0.04-0.06l-0.12,0.11c0,0-0.03,0.02-0.04,0.03 c-0.64,0.56-1.33,1.09-1.52,1.96c-0.18-0.2-0.37-0.4-0.54-0.6C107.59,3.35,106.97,2.22,107.4,1.24z M114.87,137.91 c0.01,0,0.01-0.01,0.02-0.01c-0.01,0.01-0.02,0.02-0.03,0.03C114.87,137.92,114.87,137.92,114.87,137.91z M120.77,129.36v0.01 c0.05-0.18,0.13-0.46,0.11-0.65c-0.02-0.33,0.05-0.18-0.18-0.3c-0.24-0.12-0.61-0.1-0.86-0.08c-0.33,0.03-0.65,0.13-0.95,0.24 c-2.86,0.3-5.61,1.34-7.85,3.19c-0.23,0.19-0.47,0.4-0.71,0.61c0-0.03-0.12,0.08-0.22,0.18c-0.15,0.09-0.3,0.17-0.44,0.27 c-0.68,0.49-1.43,1.11-1.95,1.77c-0.79,1.02-0.78,2.32-0.29,3.47c1.03,2.39,3.87,3.76,6.36,2.91c1.11-0.38,2.07-1.09,2.94-1.85 c0.75-0.66,1.51-1.33,2.13-2.13c0.77-1.01,1.34-2.17,1.61-3.42c0.14-0.66,0.19-1.32,0.19-1.99c0-0.61-0.07-1.26,0.31-1.76 c0.06-0.05,0.11-0.11,0.18-0.16c-0.21,0.16-0.45,0.34-0.67,0.52C120.59,129.92,120.7,129.64,120.77,129.36z M111.61,131.57v-0.01 c1.38-0.84,2.9-1.41,4.47-1.75c-0.81,0.36-1.62,0.72-2.42,1.08c-1,0.45-2.08,0.84-3.06,1.38 C110.93,132.03,111.26,131.78,111.61,131.57z M108.2,134.87c0-0.01,0-0.01,0-0.01c0.07-0.29,0.18-0.58,0.33-0.84 c0.05-0.09,0.12-0.18,0.18-0.27c-0.09,0.06-0.2,0.13-0.35,0.22c0.12-0.07,0.24-0.15,0.35-0.22c0.02-0.03,0.04-0.06,0.06-0.09 c0.15-0.26,0.46-0.27-0.03,0.07c0.17-0.11,0.35-0.21,0.52-0.32C108.84,133.87,108.47,134.36,108.2,134.87z M119.8,130l-0.02-0.01 c0,0-0.01,0.04-0.02,0.06c-0.2,0.18-0.37,0.33-0.36,0.34s0.16-0.14,0.36-0.31c-0.21,1.07-0.83,2.01-1.38,2.94 c-0.71,1.19-1.44,2.37-2.28,3.47c-0.22,0.28-0.44,0.55-0.67,0.82c-0.17,0.19-0.35,0.37-0.52,0.56c0,0-0.01,0.02-0.02,0.03 c1.53-1.4,2.82-3.02,3.92-4.8c0.25-0.41,0.52-0.83,0.79-1.26c-0.03,0.53,0.01,1.07-0.03,1.6v0c-0.05,0.62-0.17,1.22-0.36,1.81 c-0.36,1.14-0.96,2.19-1.74,3.09c-0.06,0.07-0.18,0.23-0.29,0.35c-0.03,0.02-0.06,0.04-0.1,0.07c-0.29,0.2-0.56,0.41-0.86,0.6 c-0.57,0.35-1.18,0.64-1.83,0.8c-1,0.24-2.03,0.12-2.97-0.25c0.81-0.11,1.62-0.47,2.31-1c0.36-0.27,0.68-0.58,1.01-0.87 c0.05-0.04,0.09-0.09,0.13-0.13c0.15-0.2-0.47,0.35-0.58,0.42c-0.17,0.11-0.35,0.21-0.53,0.29c-1.83,0.88-3.91,0.31-4.68-1.68 c-0.41-1.07-0.32-2.22,0.24-3.22c0.11-0.2,0.25-0.38,0.39-0.56c0.07-0.04,0.14-0.09,0.21-0.12c2.49-1.2,5.05-2.34,7.6-3.39 c0.11-0.05,0.23-0.08,0.35-0.13c0.24-0.02,0.48-0.05,0.72-0.06c0.06,0,0.16-0.08,0.25-0.17c0.02,0,0.03,0,0.05,0 c0.23-0.01,0.56-0.01,0.77,0.09C119.94,129.52,119.85,129.68,119.8,130z M119.78,120.06l0.01-0.01c0.11,0.01,0.45-0.4,0.53-0.47 c0.07-0.06,0.44-0.49,0.52-0.48c-0.17-0.02-0.33-0.05-0.5-0.07c0.22-0.22,0.41-0.43,0.45-0.4c-1.46-1.05-2.27-2.54-3.21-4.04 c-0.24-0.38-0.51-0.76-0.77-1.13c-0.41-0.93-0.82-1.85-1.32-2.71c-0.57-0.99-1.17-1.54-2.18-1.92c-0.58-0.69-1.18-1.35-1.82-1.97 c-0.76-0.73-1.97-1.52-3.04-0.95c-0.74,0.39-1.63,1.25-1.95,2.03c-0.46,1.13-0.35,2.51-0.05,3.66 C108.01,117.43,114.48,119.41,119.78,120.06z M112.21,109.72h0.01c0.53,0.62,1.04,1.26,1.53,1.9c0.75,0.97,1.46,1.97,2.15,2.99 c0.52,1.17,1.01,2.34,1.67,3.43c-1.23-0.37-2.41-0.89-3.5-1.6c-1.68-1.09-3.14-2.56-4.14-4.3c-0.43-0.75-0.94-1.72-0.61-2.61 c0,0,0.01-0.03,0.03-0.06c0.11-0.04,0.22-0.09,0.34-0.11c0.43-0.09,0.84-0.04,1.26,0.04C111.35,109.48,111.79,109.58,112.21,109.72z M109.44,109.29l0.05-0.09C109.52,109.21,109.49,109.25,109.44,109.29z M107.65,106.76c1.03-0.33,2.11,0.37,2.87,1.12 c0.16,0.16,0.32,0.33,0.48,0.49c-0.27,0.03-0.54,0.09-0.8,0.22c-0.59,0.3-1.22,0.89-1.64,1.4c-0.69,0.82-0.33,1.88,0.11,2.72 c0.47,0.89,1.05,1.71,1.72,2.45c-0.01-0.01-0.02-0.02-0.04-0.03c-1.22-1.12-2.21-2.53-2.72-4.11 C107.24,109.81,106.99,107.99,107.65,106.76z M126.98,121.45L126.98,121.45c-0.2-0.16-0.41-0.31-0.63-0.43 c-0.45-0.25-0.98-0.39-1.49-0.25c-0.24,0.06-0.44,0.18-0.63,0.34c-0.53,0.45-1.04,0.92-1.56,1.39c-0.14,0.13-0.28,0.25-0.4,0.38 l-0.07,0.07c0,0,0.02,0,0.03-0.02c-0.26,0.27-0.45,0.57-0.48,1.01c-0.02,0.49,0.12,0.98,0.35,1.4c0,0.01,0.02,0.02,0.03,0.04 c0.06,0.25,0.15,0.49,0.25,0.72c0.23,0.54,0.54,1.04,0.91,1.48c0.33,0.4,0.74,0.82,1.25,0.98c0.48,0.14,0.95-0.02,1.33-0.32 c0.54-0.43,1.04-0.91,1.54-1.37c0.28-0.25,0.59-0.5,0.83-0.79c0.26-0.32,0.4-0.69,0.47-1.09c0.25-0.22,0.99-0.85,0.97-0.89 C129.03,123,128.22,121.89,126.98,121.45z M124.33,123.64h0.01c-0.04-0.06-0.08-0.14-0.12-0.21c-0.02-0.08-0.03-0.17-0.04-0.25 c0.23,0.03,0.46,0.08,0.68,0.16c0.41,0.33,0.77,0.71,1.01,1.03c0.13,0.17,0.25,0.37,0.35,0.57 C125.45,124.76,124.77,124.3,124.33,123.64z M126.27,126.48c-0.27-0.17-0.51-0.39-0.73-0.64c0.2-0.18,0.41-0.37,0.61-0.55 c-0.02,0.02,0.08-0.08,0.17-0.17c0.22,0.48,0.34,1.01,0.32,1.53C126.51,126.61,126.39,126.55,126.27,126.48z M141.05,137.44 L141.05,137.44c-0.08-0.28-0.17-0.55-0.27-0.79c-0.47-1.13-1.69-1.72-2.68-2.33c-0.59-0.36-1.2-0.69-1.81-1.01 c-0.52-0.41-1.05-0.82-1.59-1.2c-1.29-0.9-2.52-1.8-3.36-3.17c0.02,0.03-0.23,0.22-0.49,0.43c0-0.18-0.01-0.35-0.02-0.53 c0,0.1-0.46,0.4-0.53,0.47c-0.08,0.07-0.52,0.38-0.52,0.48c0.04,3.35,0.45,6.84,2.24,9.75c1.34,2.18,3.5,3.94,6.01,4.57 c1.23,0.31,2.9,0.49,4.02-0.26c0.67-0.44,1.65-1.22,1.79-2.04c0.23-1.29-0.89-2.41-1.68-3.26 C141.8,138.17,141.42,137.81,141.05,137.44z M131.58,132.14c1.18,0.87,2.5,1.56,3.83,2.25c0.9,0.7,1.78,1.43,2.64,2.18 c0.65,0.57,1.3,1.15,1.92,1.76c0.02,0.08,0.04,0.16,0.06,0.24c0.2,0.9,0.3,1.82-0.1,2.61c-1.13,0.38-2.33-0.37-3.26-1.04 c-1.15-0.83-2.16-1.86-2.97-3.02C132.64,135.62,131.93,133.92,131.58,132.14z M142.66,143.13h-0.02c-1.4,0.6-3.31,0.2-4.61-0.32 c-1.58-0.62-2.98-1.69-4.06-2.99c-0.14-0.17-0.25-0.35-0.38-0.53c1.01,1.15,2.23,2.17,3.59,2.72c0.91,0.37,1.69,0.24,2.42-0.35 c-0.02,0.02-0.03,0.04-0.04,0.06l0.12-0.11c0,0,0.03-0.02,0.04-0.03c0.64-0.56,1.33-1.09,1.52-1.96c0.18,0.2,0.37,0.4,0.54,0.6 C142.47,141.02,143.09,142.15,142.66,143.13z M86.27,186.19h0.01c-0.66-0.75-1.33-1.51-2.13-2.13c-1.01-0.77-2.17-1.34-3.42-1.61 c-0.66-0.14-1.32-0.19-1.99-0.19c-0.61,0-1.26,0.07-1.76-0.31c-0.05-0.06-0.11-0.11-0.16-0.18c0.16,0.21,0.34,0.45,0.52,0.67 c-0.27-0.11-0.55-0.22-0.83-0.29c-0.18-0.05-0.46-0.13-0.65-0.11c-0.33,0.02-0.18-0.05-0.3,0.18c-0.12,0.24-0.1,0.61-0.08,0.86 c0.03,0.33,0.13,0.65,0.24,0.95c0.3,2.86,1.34,5.61,3.19,7.85c0.19,0.23,0.4,0.47,0.61,0.71c-0.03,0,0.08,0.12,0.18,0.22 c0.09,0.15,0.17,0.3,0.27,0.44c0.49,0.68,1.11,1.43,1.77,1.95c1.02,0.79,2.32,0.78,3.47,0.29c2.39-1.03,3.76-3.87,2.91-6.36 C87.74,188.02,87.03,187.06,86.27,186.19z M78.72,191.31h-0.01c-0.84-1.38-1.41-2.9-1.75-4.47c0.36,0.81,0.72,1.62,1.08,2.42 c0.45,1,0.84,2.08,1.38,3.06C79.18,191.99,78.93,191.66,78.72,191.31z M82.01,194.72c-0.29-0.07-0.58-0.18-0.84-0.33 c-0.09-0.05-0.17-0.11-0.26-0.17c0-0.01-0.01-0.01-0.01-0.02c-0.03-0.02-0.06-0.04-0.09-0.06c-0.26-0.15-0.27-0.46,0.07,0.03 c-0.11-0.17-0.21-0.35-0.32-0.52c0.46,0.42,0.96,0.8,1.48,1.07C82.03,194.72,82.02,194.72,82.01,194.72z M87.07,191.48 c-0.11-0.8-0.47-1.61-1-2.29c-0.27-0.36-0.58-0.68-0.87-1.01c-0.05-0.06-0.11-0.11-0.16-0.17c-0.02,0.02,0.4,0.51,0.46,0.61 c0.11,0.17,0.21,0.35,0.29,0.53c0.88,1.83,0.31,3.91-1.68,4.68l-0.01,0.02c-1.07,0.41-2.22,0.32-3.22-0.24 c-0.2-0.11-0.38-0.25-0.56-0.39c-0.04-0.07-0.09-0.14-0.12-0.21c-1.2-2.49-2.34-5.05-3.39-7.6c-0.05-0.11-0.08-0.23-0.13-0.35 c-0.02-0.24-0.05-0.48-0.06-0.72c0-0.07-0.08-0.16-0.17-0.25c0-0.02,0-0.03,0-0.05c-0.01-0.23-0.01-0.56,0.09-0.77 c0.14-0.28,0.3-0.19,0.62-0.14c0.02,0,0.04,0.01,0.06,0.02c0.18,0.2,0.33,0.37,0.34,0.36c0.01-0.01-0.14-0.16-0.31-0.36 c1.07,0.21,2.01,0.83,2.94,1.38c1.19,0.71,2.37,1.44,3.47,2.28c0.28,0.22,0.55,0.44,0.82,0.67c0.14,0.12,0.27,0.25,0.41,0.38 c-1.36-1.45-2.93-2.69-4.64-3.75c-0.41-0.25-0.83-0.52-1.26-0.79c0.53,0.03,1.07-0.01,1.6,0.03c0.62,0.05,1.22,0.17,1.81,0.36 c1.14,0.36,2.19,0.96,3.09,1.74c0.07,0.06,0.23,0.18,0.35,0.29c0.02,0.03,0.04,0.06,0.07,0.1c0.2,0.29,0.41,0.56,0.6,0.86 c0.35,0.57,0.64,1.18,0.8,1.83C87.55,189.52,87.43,190.55,87.07,191.48z M85.1,188.05c-0.04-0.03-0.06-0.04-0.06-0.04 c-0.05-0.05-0.1-0.1-0.15-0.15c0.05,0.05,0.1,0.09,0.15,0.14L85.1,188.05z M88.96,159.07c-1.29-0.23-2.41,0.89-3.26,1.68 c-0.38,0.36-0.74,0.74-1.11,1.11c-0.28,0.08-0.55,0.17-0.79,0.27c-1.13,0.47-1.72,1.69-2.33,2.68c-0.36,0.59-0.69,1.2-1.01,1.81 c-0.41,0.52-0.81,1.05-1.2,1.59c-0.9,1.29-1.8,2.52-3.17,3.36c0.03-0.02,0.22,0.23,0.43,0.49c-0.18,0-0.35,0.01-0.53,0.02 c0.1,0,0.4,0.46,0.47,0.53c0.07,0.08,0.38,0.52,0.48,0.52c3.35-0.04,6.84-0.45,9.75-2.24c2.18-1.34,3.94-3.5,4.57-6.01 c0.31-1.23,0.49-2.9-0.26-4.02C90.56,160.19,89.78,159.21,88.96,159.07z M84.27,169.22v0.02c-1.5,1.06-3.21,1.78-5,2.12 c0.88-1.19,1.57-2.52,2.27-3.85c0.71-0.9,1.43-1.78,2.18-2.64c0.57-0.65,1.15-1.3,1.76-1.92c0.08-0.02,0.16-0.04,0.24-0.06 c0.9-0.2,1.82-0.3,2.61,0.1c0.38,1.13-0.37,2.33-1.04,3.26C86.46,167.4,85.43,168.41,84.27,169.22z M89.98,164.87l-0.01,0.02 c-0.62,1.58-1.69,2.98-2.99,4.06c-0.17,0.14-0.35,0.25-0.53,0.38c1.15-1.01,2.17-2.23,2.72-3.59c0.37-0.91,0.24-1.69-0.34-2.42 c0.02,0.02,0.04,0.03,0.06,0.04l-0.11-0.12c0,0-0.02-0.03-0.03-0.04c-0.56-0.64-1.09-1.33-1.96-1.52c0.2-0.18,0.4-0.37,0.6-0.54 c0.8-0.69,1.93-1.31,2.91-0.88C90.9,161.66,90.5,163.57,89.98,164.87z M75.39,177.05v-0.01c-0.43-0.54-0.91-1.04-1.37-1.54 c-0.25-0.28-0.5-0.59-0.79-0.83c-0.32-0.26-0.69-0.4-1.09-0.47c-0.22-0.25-0.85-0.99-0.89-0.97c-1.1,0.65-2.21,1.46-2.65,2.7 c-0.16,0.21-0.31,0.42-0.43,0.64c-0.25,0.45-0.39,0.98-0.25,1.49c0.06,0.24,0.18,0.44,0.34,0.63c0.45,0.53,0.92,1.04,1.39,1.56 c0.13,0.14,0.25,0.28,0.38,0.4l0.07,0.07c0,0,0-0.02-0.02-0.03c0.27,0.26,0.57,0.45,1.01,0.48c0.49,0.02,0.98-0.12,1.4-0.35 c0.01,0,0.02-0.02,0.04-0.03c0.25-0.06,0.49-0.15,0.72-0.25c0.54-0.23,1.04-0.54,1.48-0.91c0.4-0.33,0.82-0.74,0.98-1.25 C75.85,177.9,75.69,177.43,75.39,177.05z M70.79,178.59L70.79,178.59c-0.06,0.03-0.14,0.07-0.21,0.11 c-0.08,0.02-0.17,0.03-0.25,0.04c0.03-0.23,0.08-0.46,0.16-0.68c0.33-0.41,0.71-0.77,1.03-1.01c0.17-0.13,0.37-0.25,0.57-0.35 C71.91,177.47,71.45,178.15,70.79,178.59z M73.63,176.65L73.63,176.65c-0.17,0.27-0.39,0.51-0.64,0.73 c-0.18-0.2-0.37-0.41-0.55-0.61c0.02,0.02-0.08-0.08-0.17-0.17c0.48-0.22,1.01-0.34,1.53-0.32 C73.76,176.41,73.7,176.53,73.63,176.65z M66.74,182.61l-0.01-0.01c-0.06-0.07-0.49-0.44-0.48-0.52c-0.02,0.17-0.05,0.33-0.07,0.5 c-0.22-0.22-0.43-0.41-0.4-0.45c-1.05,1.46-2.54,2.27-4.04,3.21c-0.39,0.24-0.76,0.51-1.13,0.77c-0.93,0.41-1.85,0.82-2.71,1.32 c-0.99,0.57-1.54,1.17-1.92,2.18c-0.69,0.58-1.35,1.18-1.97,1.82c-0.73,0.76-1.52,1.97-0.95,3.04c0.39,0.74,1.25,1.63,2.03,1.95 c1.13,0.46,2.51,0.35,3.66,0.05c5.83-1.56,7.81-8.03,8.46-13.33C67.22,183.03,66.81,182.69,66.74,182.61z M56.44,193.48l-0.09-0.05 C56.36,193.4,56.4,193.43,56.44,193.48z M62.29,192.56c-1.12,1.22-2.53,2.21-4.11,2.72c-1.21,0.39-3.03,0.64-4.26-0.02 c-0.33-1.03,0.37-2.11,1.12-2.87c0.16-0.16,0.33-0.32,0.49-0.48c0.03,0.27,0.09,0.54,0.22,0.8c0.3,0.59,0.89,1.22,1.4,1.64 c0.82,0.69,1.88,0.33,2.72-0.11c0.89-0.47,1.71-1.05,2.45-1.72C62.31,192.53,62.3,192.54,62.29,192.56z M63.59,188.85v-0.01 c-1.09,1.68-2.56,3.14-4.3,4.14c-0.75,0.43-1.72,0.94-2.61,0.61c0,0-0.03-0.01-0.06-0.03c-0.04-0.11-0.09-0.22-0.11-0.34 c-0.09-0.43-0.04-0.84,0.04-1.26c0.08-0.4,0.18-0.84,0.32-1.26c0.62-0.53,1.26-1.04,1.9-1.53c0.97-0.75,1.97-1.46,2.99-2.15 c1.17-0.52,2.34-1.01,3.43-1.67C64.82,186.58,64.3,187.76,63.59,188.85z M181.26,76.52h0.01c-0.12,0.24-0.1,0.61-0.08,0.86 c0.03,0.33,0.13,0.65,0.24,0.95c0.3,2.86,1.34,5.61,3.19,7.85c0.19,0.23,0.4,0.47,0.61,0.71c-0.03,0,0.08,0.12,0.18,0.22 c0.09,0.15,0.17,0.3,0.27,0.44c0.49,0.68,1.11,1.43,1.77,1.95c1.02,0.79,2.32,0.78,3.47,0.29c2.39-1.03,3.76-3.87,2.91-6.36 c-0.38-1.11-1.09-2.07-1.85-2.94c-0.66-0.75-1.33-1.51-2.13-2.13c-1.01-0.77-2.17-1.34-3.42-1.61c-0.66-0.14-1.32-0.19-1.99-0.19 c-0.61,0-1.26,0.07-1.76-0.31c-0.05-0.06-0.11-0.11-0.16-0.18c0.16,0.21,0.34,0.45,0.52,0.67c-0.27-0.11-0.55-0.22-0.83-0.29 c-0.18-0.05-0.46-0.13-0.65-0.11C181.23,76.36,181.38,76.29,181.26,76.52z M184.42,85.61h-0.01c-0.84-1.38-1.41-2.9-1.75-4.47 c0.36,0.81,0.72,1.62,1.08,2.42c0.45,1,0.84,2.08,1.38,3.06C184.88,86.29,184.63,85.96,184.42,85.61z M187.71,89.02 c-0.29-0.07-0.58-0.18-0.84-0.33c-0.09-0.05-0.17-0.11-0.26-0.17c0-0.01-0.01-0.01-0.01-0.02c-0.03-0.02-0.06-0.04-0.09-0.06 c-0.26-0.15-0.27-0.46,0.07,0.03c-0.11-0.17-0.21-0.35-0.32-0.52c0.46,0.42,0.96,0.8,1.48,1.07 C187.73,89.02,187.72,89.02,187.71,89.02z M182.15,78.33c-0.01-0.23-0.01-0.55,0.09-0.76c0.14-0.26,0.3-0.18,0.61-0.13 c0.02,0,0.04,0.01,0.06,0.02c0.18,0.2,0.33,0.37,0.34,0.36c0,0-0.14-0.16-0.31-0.36c1.07,0.21,2.01,0.83,2.94,1.38 c1.19,0.71,2.37,1.44,3.47,2.28c0.28,0.22,0.55,0.44,0.82,0.67c0.19,0.17,0.37,0.35,0.56,0.52l0.03,0.02 c-1.4-1.53-3.02-2.82-4.81-3.92c-0.41-0.25-0.83-0.52-1.26-0.79c0.53,0.03,1.07-0.01,1.6,0.03h0.01c0.62,0.05,1.22,0.17,1.81,0.36 c1.14,0.36,2.19,0.96,3.09,1.74c0.07,0.06,0.23,0.18,0.35,0.29c0.02,0.03,0.04,0.06,0.07,0.1c0.2,0.29,0.41,0.56,0.6,0.86 c0.35,0.57,0.65,1.18,0.8,1.83c0.24,1,0.12,2.03-0.25,2.97c-0.11-0.81-0.47-1.62-1-2.31c-0.27-0.36-0.58-0.68-0.87-1.01 c-0.04-0.05-0.09-0.09-0.13-0.13c-0.2-0.15,0.35,0.47,0.42,0.58c0.11,0.17,0.21,0.35,0.29,0.53c0.88,1.83,0.31,3.91-1.68,4.68 c-1.07,0.41-2.22,0.32-3.22-0.24c-0.2-0.11-0.38-0.25-0.56-0.39c-0.04-0.07-0.09-0.14-0.12-0.21c-1.2-2.49-2.34-5.05-3.39-7.6 c-0.05-0.11-0.08-0.23-0.13-0.35c-0.02-0.24-0.05-0.48-0.06-0.72c0-0.07-0.08-0.16-0.17-0.25 C182.15,78.36,182.15,78.35,182.15,78.33z M190.77,82.35c0-0.01-0.01-0.01-0.01-0.02l0.03,0.03 C190.78,82.35,190.78,82.35,190.77,82.35z M182.16,66.91c0.07,0.08,0.38,0.52,0.48,0.52c3.35-0.04,6.84-0.45,9.75-2.24 c2.18-1.34,3.94-3.5,4.57-6.01c0.31-1.23,0.49-2.9-0.26-4.02c-0.44-0.67-1.22-1.65-2.04-1.79c-1.29-0.23-2.41,0.89-3.26,1.68 c-0.38,0.36-0.74,0.74-1.11,1.11c-0.28,0.08-0.55,0.17-0.79,0.27c-1.13,0.47-1.72,1.69-2.33,2.68c-0.36,0.59-0.69,1.2-1.01,1.81 c-0.41,0.52-0.81,1.05-1.2,1.59c-0.9,1.29-1.8,2.52-3.17,3.36c0.03-0.02,0.22,0.23,0.43,0.49c-0.18,0-0.35,0.01-0.53,0.02 C181.79,66.38,182.09,66.84,182.16,66.91z M193.08,55.43l-0.01,0.02c0.8-0.69,1.93-1.31,2.91-0.88c0.6,1.4,0.2,3.31-0.32,4.61 c-0.62,1.58-1.69,2.98-2.99,4.06c-0.17,0.14-0.35,0.25-0.53,0.38c1.15-1.01,2.17-2.23,2.72-3.59c0.37-0.91,0.24-1.69-0.34-2.42 c0.02,0.02,0.04,0.03,0.06,0.04c-0.04-0.04-0.07-0.08-0.11-0.12c-0.01-0.01-0.02-0.03-0.03-0.04c-0.56-0.64-1.09-1.33-1.96-1.52 C192.68,55.79,192.88,55.6,193.08,55.43z M187.23,61.79v0.02c0.7-0.9,1.43-1.78,2.18-2.64c0.57-0.65,1.15-1.3,1.76-1.92 c0.08-0.02,0.16-0.04,0.24-0.06c0.9-0.2,1.82-0.3,2.61,0.1c0.38,1.13-0.37,2.33-1.04,3.26c-0.83,1.15-1.86,2.16-3.02,2.97 c-1.5,1.06-3.21,1.78-5,2.12C185.84,64.45,186.53,63.12,187.23,61.79z M173.96,73v-0.01c0.45,0.53,0.92,1.04,1.39,1.56 c0.13,0.14,0.25,0.28,0.38,0.4l0.07,0.07c0,0,0-0.02-0.02-0.03c0.27,0.26,0.57,0.45,1.01,0.48c0.49,0.02,0.98-0.12,1.4-0.35 c0.01,0,0.02-0.02,0.04-0.03c0.25-0.06,0.49-0.15,0.72-0.25c0.54-0.23,1.04-0.54,1.48-0.91c0.4-0.33,0.82-0.74,0.98-1.25 c0.14-0.48-0.02-0.95-0.32-1.33c-0.43-0.54-0.91-1.04-1.37-1.54c-0.25-0.28-0.5-0.59-0.79-0.83c-0.32-0.26-0.69-0.4-1.09-0.47 c-0.22-0.25-0.85-0.99-0.89-0.97c-1.1,0.65-2.21,1.46-2.65,2.7c-0.16,0.21-0.31,0.42-0.43,0.64c-0.25,0.45-0.39,0.98-0.25,1.49 C173.68,72.61,173.8,72.81,173.96,73z M179.5,70.59c-0.04,0.13-0.1,0.25-0.17,0.37c-0.17,0.27-0.39,0.51-0.64,0.73 c-0.18-0.2-0.37-0.41-0.55-0.61c0.02,0.02-0.08-0.08-0.17-0.17C178.45,70.69,178.98,70.57,179.5,70.59z M176.2,72.37v-0.01 c0.33-0.41,0.71-0.77,1.03-1.01c0.17-0.13,0.37-0.25,0.57-0.35c-0.18,0.77-0.64,1.45-1.3,1.89c-0.06,0.04-0.14,0.08-0.21,0.12 c-0.08,0.02-0.17,0.03-0.25,0.04C176.07,72.82,176.12,72.59,176.2,72.37z M160.78,90.73l-0.01-0.01c1.13,0.46,2.51,0.35,3.66,0.05 c5.83-1.56,7.81-8.03,8.46-13.33c0.01-0.11-0.4-0.45-0.47-0.53c-0.06-0.07-0.49-0.44-0.48-0.52c-0.02,0.17-0.05,0.33-0.07,0.5 c-0.22-0.22-0.43-0.41-0.4-0.45c-1.05,1.46-2.54,2.27-4.04,3.21c-0.39,0.24-0.76,0.51-1.13,0.77c-0.93,0.41-1.85,0.82-2.71,1.32 c-0.99,0.57-1.54,1.17-1.92,2.18c-0.69,0.58-1.35,1.18-1.97,1.82c-0.73,0.76-1.52,1.97-0.95,3.04 C159.14,89.52,160,90.41,160.78,90.73z M162.24,86.26c0.08-0.4,0.18-0.84,0.32-1.26c0.62-0.53,1.26-1.04,1.9-1.53 c0.97-0.75,1.97-1.46,2.99-2.15c1.17-0.52,2.34-1.01,3.43-1.67c-0.37,1.23-0.89,2.41-1.6,3.5c-1.09,1.68-2.56,3.14-4.3,4.14 c-0.75,0.43-1.72,0.94-2.61,0.61c0,0-0.03-0.01-0.06-0.03c-0.04-0.11-0.09-0.22-0.11-0.34C162.11,87.1,162.16,86.69,162.24,86.26z M162.13,87.78l-0.09-0.05C162.05,87.7,162.09,87.73,162.13,87.78z M160.73,86.7c0.16-0.16,0.33-0.32,0.49-0.48 c0.03,0.27,0.09,0.54,0.22,0.8c0.3,0.59,0.89,1.22,1.4,1.64c0.82,0.69,1.88,0.33,2.72-0.11c0.89-0.47,1.71-1.05,2.45-1.72 c-0.01,0.01-0.02,0.02-0.03,0.04c-1.12,1.22-2.53,2.21-4.11,2.72c-1.21,0.39-3.03,0.64-4.26-0.02 C159.28,88.54,159.98,87.46,160.73,86.7z M181.78,177.07v0.01c-0.45-0.53-0.92-1.04-1.39-1.56c-0.13-0.14-0.25-0.28-0.38-0.4 l-0.07-0.07c0,0,0,0.02,0.02,0.03c-0.27-0.26-0.57-0.45-1.01-0.48c-0.49-0.02-0.98,0.12-1.4,0.35c-0.01,0-0.02,0.02-0.04,0.03 c-0.25,0.06-0.49,0.15-0.72,0.25c-0.54,0.23-1.04,0.54-1.48,0.91c-0.4,0.33-0.82,0.74-0.98,1.25c-0.14,0.48,0.02,0.95,0.32,1.33 c0.43,0.54,0.91,1.04,1.37,1.54c0.25,0.28,0.5,0.59,0.79,0.83c0.32,0.26,0.69,0.4,1.09,0.47c0.22,0.25,0.85,0.99,0.89,0.97 c1.1-0.65,2.21-1.46,2.65-2.7c0.16-0.21,0.31-0.42,0.43-0.64c0.25-0.45,0.39-0.98,0.25-1.49 C182.06,177.46,181.94,177.26,181.78,177.07z M176.24,179.48L176.24,179.48c0.04-0.13,0.1-0.25,0.17-0.37 c0.17-0.27,0.39-0.51,0.64-0.73c0.18,0.2,0.37,0.41,0.55,0.61c-0.02-0.02,0.08,0.08,0.17,0.17 C177.29,179.38,176.76,179.5,176.24,179.48z M179.54,177.7v0.01c-0.33,0.41-0.71,0.77-1.03,1.01c-0.17,0.13-0.37,0.25-0.57,0.35 c0.18-0.77,0.64-1.45,1.3-1.89c0.06-0.04,0.14-0.08,0.21-0.12c0.08-0.02,0.17-0.03,0.25-0.04 C179.67,177.25,179.62,177.48,179.54,177.7z M194.96,159.34l0.01,0.01c-1.13-0.46-2.51-0.35-3.66-0.05 c-5.83,1.56-7.81,8.03-8.46,13.33c-0.01,0.11,0.4,0.45,0.47,0.53c0.06,0.07,0.49,0.44,0.48,0.52c0.02-0.17,0.05-0.33,0.07-0.5 c0.22,0.22,0.43,0.41,0.4,0.45c1.05-1.46,2.54-2.27,4.04-3.21c0.39-0.24,0.76-0.51,1.13-0.77c0.93-0.41,1.85-0.82,2.71-1.32 c0.99-0.57,1.54-1.17,1.92-2.18c0.69-0.58,1.35-1.18,1.97-1.82c0.73-0.76,1.52-1.97,0.95-3.04 C196.6,160.55,195.74,159.66,194.96,159.34z M193.5,163.81c-0.08,0.4-0.18,0.84-0.32,1.26c-0.62,0.53-1.26,1.04-1.9,1.53 c-0.97,0.75-1.97,1.46-2.99,2.15c-1.17,0.52-2.34,1.01-3.43,1.67c0.37-1.23,0.89-2.41,1.6-3.5c1.09-1.68,2.56-3.14,4.3-4.14 c0.75-0.43,1.72-0.94,2.61-0.61c0,0,0.03,0.01,0.06,0.03c0.04,0.11,0.09,0.22,0.11,0.34C193.63,162.97,193.58,163.38,193.5,163.81z M193.61,162.29l0.09,0.05C193.69,162.37,193.65,162.34,193.61,162.29z M195.01,163.37c-0.16,0.16-0.33,0.32-0.49,0.48 c-0.03-0.27-0.09-0.54-0.22-0.8c-0.3-0.59-0.89-1.22-1.4-1.64c-0.82-0.69-1.88-0.33-2.72,0.11c-0.89,0.47-1.71,1.05-2.45,1.72 c0.01-0.01,0.02-0.02,0.03-0.04c1.12-1.22,2.53-2.21,4.11-2.72c1.21-0.39,3.03-0.64,4.26,0.02 C196.46,161.53,195.76,162.61,195.01,163.37z M173.58,183.16L173.58,183.16c-0.07-0.08-0.38-0.52-0.48-0.52 c-3.35,0.04-6.84,0.45-9.75,2.24c-2.18,1.34-3.94,3.5-4.57,6.01c-0.31,1.23-0.49,2.9,0.26,4.02c0.44,0.67,1.22,1.65,2.04,1.79 c1.29,0.23,2.41-0.89,3.26-1.68c0.38-0.36,0.74-0.74,1.11-1.11c0.28-0.08,0.55-0.17,0.79-0.27c1.13-0.47,1.72-1.69,2.33-2.68 c0.36-0.59,0.69-1.2,1.01-1.81c0.41-0.52,0.81-1.05,1.2-1.59c0.9-1.29,1.8-2.52,3.17-3.36c-0.03,0.02-0.22-0.23-0.43-0.49 c0.18,0,0.35-0.01,0.53-0.02C173.95,183.69,173.65,183.23,173.58,183.16z M162.68,194.64l-0.01-0.02c-0.8,0.69-1.93,1.31-2.91,0.88 c-0.6-1.4-0.2-3.31,0.32-4.61c0.62-1.58,1.69-2.98,3-4.06c0.17-0.14,0.35-0.25,0.53-0.38c-1.15,1.01-2.17,2.23-2.72,3.59 c-0.37,0.91-0.24,1.69,0.34,2.42c-0.02-0.02-0.04-0.03-0.05-0.04l0.11,0.12c0,0,0.02,0.03,0.03,0.04c0.56,0.64,1.09,1.33,1.96,1.52 C163.08,194.28,162.88,194.47,162.68,194.64z M168.51,188.28v-0.02c-0.7,0.9-1.43,1.78-2.18,2.64c-0.57,0.65-1.15,1.3-1.76,1.92 c-0.08,0.02-0.16,0.04-0.24,0.06c-0.9,0.2-1.82,0.3-2.61-0.1c-0.38-1.13,0.37-2.33,1.04-3.26c0.83-1.15,1.86-2.16,3.02-2.97 c1.5-1.06,3.21-1.78,5-2.12C169.9,185.62,169.21,186.95,168.51,188.28z M174.48,173.55L174.48,173.55c0.11-0.24,0.09-0.61,0.07-0.86 c-0.03-0.33-0.13-0.65-0.24-0.95c-0.3-2.86-1.34-5.61-3.19-7.85c-0.19-0.23-0.4-0.47-0.61-0.71c0.03,0-0.08-0.12-0.18-0.22 c-0.09-0.15-0.17-0.3-0.27-0.44c-0.49-0.68-1.11-1.43-1.77-1.95c-1.02-0.79-2.32-0.78-3.47-0.29c-2.39,1.03-3.76,3.87-2.91,6.36 c0.38,1.11,1.09,2.07,1.85,2.94c0.66,0.75,1.33,1.51,2.13,2.13c1.01,0.77,2.17,1.34,3.42,1.61c0.66,0.14,1.32,0.19,1.99,0.19 c0.61,0,1.26-0.07,1.76,0.31c0.05,0.06,0.11,0.11,0.16,0.18c-0.16-0.21-0.34-0.45-0.52-0.67c0.27,0.11,0.55,0.22,0.83,0.29 c0.18,0.05,0.46,0.13,0.65,0.11C174.51,173.71,174.36,173.78,174.48,173.55z M171.32,164.46h0.01c0.84,1.38,1.41,2.9,1.75,4.47 c-0.36-0.81-0.72-1.62-1.08-2.42c-0.45-1-0.84-2.08-1.38-3.06C170.86,163.78,171.11,164.11,171.32,164.46z M168.03,161.05 c0.29,0.07,0.58,0.18,0.84,0.33c0.09,0.05,0.17,0.11,0.26,0.17c0,0.01,0.01,0.01,0.01,0.02c0.03,0.02,0.06,0.04,0.09,0.06 c0.26,0.15,0.27,0.46-0.07-0.03c0.11,0.17,0.21,0.35,0.32,0.52c-0.46-0.42-0.96-0.8-1.48-1.07 C168.01,161.05,168.02,161.05,168.03,161.05z M169.44,172.42c-0.62-0.05-1.22-0.17-1.81-0.36c-1.14-0.36-2.19-0.96-3.09-1.74 c-0.07-0.06-0.23-0.18-0.35-0.29c-0.02-0.03-0.04-0.06-0.07-0.1c-0.2-0.29-0.41-0.56-0.6-0.86c-0.35-0.57-0.64-1.18-0.8-1.83 c-0.24-1-0.12-2.03,0.25-2.97c0.11,0.81,0.47,1.62,1,2.31c0.27,0.36,0.58,0.68,0.87,1.01c1.43,1.6,3.11,2.93,4.94,4.07 c0.41,0.25,0.83,0.52,1.26,0.79C170.51,172.42,169.97,172.46,169.44,172.42z M173.6,171.74c0.01,0.23,0.01,0.55-0.09,0.76 c-0.14,0.26-0.3,0.18-0.61,0.13c-0.02,0-0.04-0.01-0.06-0.02c-0.18-0.2-0.33-0.37-0.34-0.36c0,0,0.14,0.16,0.31,0.36 c-1.07-0.21-2.01-0.83-2.94-1.38c-1.19-0.71-2.37-1.44-3.47-2.28c-0.28-0.22-0.55-0.44-0.82-0.67c-0.19-0.17-0.37-0.35-0.56-0.52 l-0.06-0.05c0.27,0.22-0.33-0.45-0.4-0.57c-0.11-0.17-0.21-0.35-0.29-0.53c-0.88-1.83-0.31-3.91,1.68-4.68 c1.07-0.41,2.22-0.32,3.22,0.24c0.2,0.11,0.38,0.25,0.56,0.39c0.04,0.07,0.09,0.14,0.12,0.21c1.2,2.49,2.34,5.05,3.39,7.6 c0.05,0.11,0.08,0.23,0.13,0.35c0.02,0.24,0.05,0.48,0.06,0.72c0,0.07,0.08,0.16,0.17,0.25C173.6,171.71,173.6,171.72,173.6,171.74z '/%3E%3C/svg%3E");
}

.bg--yellow::before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='211.4px' height='211.4px' viewBox='0 0 211.4 211.4' enable-background='new 0 0 211.4 211.4' xml:space='preserve'%3E%3Cpath fill='%23D6BB7C' d='M14.14,22.63v0.01c-0.33,0.03-0.65,0.13-0.95,0.24c-2.86,0.3-5.61,1.34-7.85,3.19 c-0.23,0.19-0.47,0.4-0.71,0.61c0-0.03-0.12,0.08-0.22,0.18c-0.15,0.09-0.3,0.17-0.44,0.27c-0.68,0.49-1.43,1.11-1.95,1.77 c-0.79,1.02-0.78,2.32-0.29,3.47c1.03,2.39,3.87,3.76,6.36,2.91c1.11-0.38,2.07-1.09,2.94-1.85c0.75-0.66,1.51-1.33,2.13-2.13 c0.77-1.01,1.34-2.17,1.61-3.42c0.14-0.66,0.19-1.32,0.19-1.99c0-0.61-0.07-1.26,0.31-1.76c0.06-0.05,0.11-0.11,0.18-0.16 c-0.21,0.16-0.45,0.34-0.67,0.52c0.11-0.27,0.22-0.55,0.29-0.83c0.05-0.18,0.13-0.46,0.11-0.65c-0.02-0.33,0.05-0.18-0.18-0.3 C14.76,22.59,14.39,22.61,14.14,22.63z M5.92,25.87v-0.01c1.38-0.84,2.9-1.41,4.47-1.75c-0.81,0.36-1.62,0.72-2.42,1.08 c-1,0.45-2.08,0.84-3.06,1.38C5.24,26.33,5.57,26.08,5.92,25.87z M2.51,29.17c0-0.01,0-0.01,0-0.01c0.07-0.29,0.18-0.58,0.33-0.84 c0.05-0.09,0.12-0.18,0.18-0.27c-0.09,0.06-0.2,0.13-0.35,0.22c0.12-0.07,0.24-0.15,0.35-0.22c0.02-0.03,0.04-0.06,0.06-0.09 c0.15-0.26,0.46-0.27-0.03,0.07c0.17-0.11,0.35-0.21,0.52-0.32C3.15,28.17,2.78,28.66,2.51,29.17z M14.11,24.3l-0.02-0.01 c0,0-0.01,0.04-0.02,0.06c-0.2,0.18-0.37,0.33-0.36,0.34c0,0,0.16-0.14,0.36-0.31c-0.21,1.07-0.83,2.01-1.38,2.94 c-0.71,1.19-1.44,2.37-2.28,3.47c-0.22,0.28-0.44,0.55-0.67,0.82c-0.17,0.19-0.35,0.37-0.52,0.56L9.2,32.2 c1.53-1.4,2.82-3.02,3.92-4.8c0.25-0.41,0.52-0.83,0.79-1.26c-0.03,0.53,0.01,1.07-0.03,1.6c-0.05,0.62-0.17,1.22-0.36,1.81 c-0.36,1.14-0.96,2.19-1.74,3.09c-0.06,0.07-0.18,0.23-0.29,0.35c-0.03,0.02-0.06,0.04-0.1,0.07c-0.29,0.2-0.56,0.41-0.86,0.6 c-0.57,0.35-1.18,0.64-1.83,0.8c-1,0.24-2.03,0.12-2.97-0.25c0.81-0.11,1.62-0.47,2.31-1c0.36-0.27,0.68-0.58,1.01-0.87 c0.05-0.04,0.09-0.09,0.13-0.13c0.15-0.2-0.47,0.35-0.58,0.42c-0.17,0.11-0.35,0.21-0.53,0.29c-1.83,0.88-3.91,0.31-4.68-1.68 c-0.41-1.07-0.32-2.22,0.24-3.22c0.11-0.2,0.25-0.38,0.39-0.56c0.07-0.04,0.14-0.09,0.21-0.12c2.49-1.2,5.05-2.34,7.6-3.39 c0.11-0.05,0.23-0.08,0.35-0.13c0.24-0.02,0.48-0.05,0.72-0.06c0.06,0,0.16-0.08,0.25-0.17c0.02,0,0.03,0,0.05,0 c0.23-0.01,0.56-0.01,0.77,0.09C14.25,23.82,14.16,23.98,14.11,24.3z M9.18,32.21c0.01,0,0.01-0.01,0.01-0.01l-0.03,0.03 C9.18,32.22,9.18,32.22,9.18,32.21z M23.98,18.4h0.01c-0.65-1.1-1.46-2.21-2.7-2.65c-0.21-0.16-0.42-0.31-0.64-0.43 c-0.45-0.25-0.98-0.39-1.49-0.25c-0.24,0.06-0.44,0.18-0.63,0.34c-0.53,0.45-1.04,0.92-1.56,1.39c-0.14,0.13-0.28,0.25-0.4,0.38 l-0.07,0.07c0,0,0.02,0,0.03-0.02c-0.26,0.27-0.45,0.57-0.48,1.01c-0.02,0.49,0.12,0.98,0.35,1.4c0,0.01,0.02,0.02,0.03,0.04 c0.06,0.25,0.15,0.49,0.25,0.72c0.23,0.54,0.54,1.04,0.91,1.48c0.33,0.4,0.74,0.82,1.25,0.98c0.48,0.14,0.95-0.02,1.33-0.32 c0.54-0.43,1.04-0.91,1.54-1.37c0.28-0.25,0.59-0.5,0.83-0.79c0.26-0.32,0.4-0.69,0.47-1.09C23.26,19.07,24,18.44,23.98,18.4z M18.63,17.94h0.01c-0.04-0.06-0.08-0.14-0.12-0.21c-0.02-0.08-0.03-0.17-0.04-0.25c0.23,0.03,0.46,0.08,0.68,0.16 c0.41,0.33,0.77,0.71,1.01,1.03c0.13,0.17,0.25,0.37,0.35,0.57C19.75,19.06,19.07,18.6,18.63,17.94z M20.57,20.78 c-0.27-0.17-0.51-0.39-0.73-0.64c0.2-0.18,0.41-0.37,0.61-0.55c-0.02,0.02,0.08-0.08,0.17-0.17c0.22,0.48,0.34,1.01,0.32,1.53 C20.81,20.91,20.69,20.85,20.57,20.78z M14.08,14.35h0.01c0.11,0.01,0.45-0.4,0.53-0.47c0.07-0.06,0.44-0.49,0.52-0.48 c-0.17-0.02-0.33-0.05-0.5-0.07c0.22-0.22,0.41-0.43,0.45-0.4c-1.46-1.05-2.27-2.54-3.21-4.04c-0.24-0.39-0.51-0.76-0.77-1.13 c-0.41-0.93-0.82-1.85-1.32-2.71C9.22,4.06,8.62,3.51,7.61,3.13C7.03,2.44,6.43,1.78,5.79,1.16C5.03,0.41,3.83-0.38,2.75,0.2 C2.01,0.59,1.12,1.45,0.8,2.23C0.34,3.36,0.45,4.74,0.75,5.89C2.31,11.72,8.78,13.7,14.08,14.35z M6.51,4.02h0.01 c0.53,0.62,1.04,1.26,1.53,1.9C8.8,6.89,9.51,7.89,10.2,8.91c0.52,1.17,1.01,2.34,1.67,3.43c-1.23-0.37-2.41-0.89-3.5-1.6 c-1.68-1.09-3.14-2.56-4.14-4.3C3.8,5.69,3.29,4.72,3.62,3.83c0,0,0.01-0.03,0.03-0.06c0.11-0.04,0.22-0.09,0.34-0.11 C4.42,3.57,4.83,3.62,5.25,3.7C5.65,3.78,6.09,3.88,6.51,4.02z M3.74,3.59L3.79,3.5C3.82,3.51,3.79,3.55,3.74,3.59z M1.95,1.06 c1.03-0.33,2.11,0.37,2.87,1.12C4.98,2.34,5.14,2.51,5.3,2.67C5.03,2.7,4.76,2.76,4.5,2.89c-0.59,0.3-1.22,0.89-1.64,1.4 C2.17,5.11,2.53,6.17,2.97,7.01C3.44,7.9,4.02,8.72,4.69,9.46C4.68,9.45,4.67,9.44,4.65,9.43C3.43,8.31,2.44,6.9,1.93,5.32 C1.54,4.11,1.29,2.29,1.95,1.06z M32.34,38.41c1.23,0.31,2.9,0.49,4.02-0.26c0.67-0.44,1.65-1.22,1.79-2.04 c0.23-1.29-0.89-2.41-1.68-3.26c-0.36-0.38-0.74-0.74-1.11-1.11c-0.08-0.28-0.17-0.55-0.27-0.79c-0.47-1.13-1.69-1.72-2.68-2.33 c-0.59-0.36-1.2-0.69-1.81-1.01c-0.52-0.41-1.05-0.82-1.59-1.2c-1.29-0.9-2.52-1.8-3.36-3.17c0.02,0.03-0.23,0.22-0.49,0.43 c0-0.18-0.01-0.35-0.02-0.53c0,0.1-0.46,0.4-0.53,0.47c-0.08,0.07-0.52,0.38-0.52,0.48c0.04,3.35,0.45,6.84,2.24,9.75 C27.67,36.02,29.83,37.78,32.34,38.41z M35.53,33.95c0.18,0.19,0.36,0.39,0.53,0.58c0.69,0.8,1.31,1.93,0.88,2.91 c-1.4,0.6-3.31,0.2-4.61-0.32c-1.58-0.62-2.98-1.69-4.06-2.99c-0.14-0.17-0.25-0.35-0.38-0.53c1.01,1.15,2.23,2.17,3.59,2.72 c0.91,0.37,1.69,0.24,2.42-0.35c-0.02,0.02-0.03,0.04-0.04,0.06l0.12-0.11c0,0,0.03-0.02,0.04-0.03 C34.66,35.33,35.34,34.81,35.53,33.95z M29.73,28.69h-0.02c0.9,0.7,1.78,1.43,2.64,2.18c0.65,0.57,1.3,1.15,1.92,1.76 c0.02,0.08,0.04,0.16,0.06,0.24c0.2,0.9,0.3,1.82-0.1,2.61c-1.13,0.38-2.33-0.37-3.26-1.04c-1.15-0.83-2.16-1.86-2.97-3.02 c-1.06-1.5-1.78-3.21-2.12-5C27.07,27.3,28.4,27.99,29.73,28.69z M68.99,73.02v0.01c0.43,0.54,0.91,1.04,1.37,1.54 c0.25,0.28,0.5,0.59,0.79,0.83c0.32,0.26,0.69,0.4,1.09,0.47c0.22,0.25,0.85,0.99,0.89,0.97c1.1-0.65,2.21-1.46,2.65-2.7 c0.16-0.21,0.31-0.42,0.43-0.64c0.25-0.45,0.39-0.98,0.25-1.49c-0.06-0.24-0.18-0.44-0.34-0.63c-0.45-0.53-0.92-1.04-1.39-1.56 c-0.13-0.14-0.25-0.28-0.38-0.4l-0.07-0.07c0,0,0,0.02,0.02,0.03c-0.27-0.26-0.57-0.45-1.01-0.48c-0.49-0.02-0.98,0.12-1.4,0.35 c-0.01,0-0.02,0.02-0.04,0.03c-0.25,0.06-0.49,0.15-0.72,0.25c-0.54,0.23-1.04,0.54-1.48,0.91c-0.4,0.33-0.82,0.74-0.98,1.25 C68.53,72.17,68.69,72.64,68.99,73.02z M73.59,71.48v0.01c0.06-0.04,0.14-0.08,0.21-0.12c0.08-0.02,0.17-0.03,0.25-0.04 c-0.03,0.23-0.08,0.46-0.16,0.68c-0.33,0.41-0.71,0.77-1.03,1.01c-0.17,0.13-0.37,0.25-0.57,0.35 C72.47,72.6,72.93,71.92,73.59,71.48z M70.75,73.42c0.17-0.27,0.39-0.51,0.64-0.73c0.18,0.2,0.37,0.41,0.55,0.61 c-0.02-0.02,0.08,0.08,0.17,0.17c-0.48,0.22-1.01,0.34-1.53,0.32C70.62,73.66,70.68,73.54,70.75,73.42z M58.1,63.88h-0.01 c0.66,0.75,1.33,1.51,2.13,2.13c1.01,0.77,2.17,1.34,3.42,1.61c0.66,0.14,1.32,0.19,1.99,0.19c0.61,0,1.26-0.07,1.76,0.31 c0.05,0.06,0.11,0.11,0.16,0.18c-0.16-0.21-0.34-0.45-0.52-0.67c0.27,0.11,0.55,0.22,0.83,0.29c0.18,0.05,0.46,0.13,0.65,0.11 c0.33-0.02,0.18,0.05,0.3-0.18c0.12-0.24,0.1-0.61,0.08-0.86c-0.03-0.33-0.13-0.65-0.24-0.95c-0.3-2.86-1.34-5.61-3.19-7.85 c-0.19-0.23-0.4-0.47-0.61-0.71c0.03,0-0.08-0.12-0.18-0.22c-0.09-0.15-0.17-0.3-0.27-0.44c-0.49-0.68-1.11-1.43-1.77-1.95 c-1.02-0.79-2.32-0.78-3.47-0.29c-2.39,1.03-3.76,3.87-2.91,6.36C56.63,62.05,57.34,63.01,58.1,63.88z M65.65,58.76h0.01 c0.84,1.38,1.41,2.9,1.75,4.47c-0.36-0.81-0.72-1.62-1.08-2.42c-0.45-1-0.84-2.08-1.38-3.06C65.19,58.08,65.44,58.41,65.65,58.76z M62.36,55.35c0.29,0.07,0.58,0.18,0.84,0.33c0.09,0.05,0.17,0.11,0.26,0.17c0,0.01,0.01,0.01,0.01,0.02 c0.03,0.02,0.06,0.04,0.09,0.06c0.26,0.15,0.27,0.46-0.07-0.03c0.11,0.17,0.21,0.35,0.32,0.52c-0.46-0.42-0.96-0.8-1.48-1.07 C62.34,55.35,62.35,55.35,62.36,55.35z M57.3,58.59c0.11,0.8,0.47,1.61,1,2.29c0.27,0.36,0.58,0.68,0.87,1.01 c0.05,0.06,0.11,0.11,0.16,0.17c0.02-0.02-0.4-0.51-0.46-0.61c-0.11-0.17-0.21-0.35-0.29-0.53c-0.88-1.83-0.31-3.91,1.68-4.68 l0.01-0.02c1.07-0.41,2.22-0.32,3.22,0.24c0.2,0.11,0.38,0.25,0.56,0.39c0.04,0.07,0.09,0.14,0.12,0.21c1.2,2.49,2.34,5.05,3.39,7.6 c0.05,0.11,0.08,0.23,0.13,0.35c0.02,0.24,0.05,0.48,0.06,0.72c0,0.07,0.08,0.16,0.17,0.25c0,0.02,0,0.03,0,0.05 c0.01,0.23,0.01,0.56-0.09,0.77c-0.14,0.28-0.3,0.19-0.62,0.14c-0.02,0-0.04-0.01-0.06-0.02c-0.18-0.2-0.33-0.37-0.34-0.36 s0.14,0.16,0.31,0.36c-1.07-0.21-2.01-0.83-2.94-1.38c-1.19-0.71-2.37-1.44-3.47-2.28c-0.28-0.22-0.55-0.44-0.82-0.67 c-0.14-0.12-0.27-0.25-0.41-0.38c1.36,1.45,2.93,2.69,4.64,3.75c0.41,0.25,0.83,0.52,1.26,0.79c-0.53-0.03-1.07,0.01-1.6-0.03 c-0.62-0.05-1.22-0.17-1.81-0.36c-1.14-0.36-2.19-0.96-3.09-1.74c-0.07-0.06-0.23-0.18-0.35-0.29c-0.02-0.03-0.04-0.06-0.07-0.1 c-0.2-0.29-0.41-0.56-0.6-0.86c-0.35-0.57-0.64-1.18-0.8-1.83C56.82,60.55,56.94,59.52,57.3,58.59z M59.27,62.02 c0.04,0.03,0.06,0.04,0.06,0.04c0.05,0.05,0.1,0.1,0.15,0.15c-0.05-0.05-0.1-0.09-0.15-0.14L59.27,62.02z M55.42,91 c1.29,0.23,2.41-0.89,3.26-1.68c0.38-0.36,0.74-0.74,1.11-1.11c0.28-0.08,0.55-0.17,0.79-0.27c1.13-0.47,1.72-1.69,2.33-2.68 c0.36-0.59,0.69-1.2,1.01-1.81c0.41-0.52,0.81-1.05,1.2-1.59c0.9-1.29,1.8-2.52,3.17-3.36c-0.03,0.02-0.22-0.23-0.43-0.49 c0.18,0,0.35-0.01,0.53-0.02c-0.1,0-0.4-0.46-0.47-0.53c-0.07-0.08-0.38-0.52-0.48-0.52c-3.35,0.04-6.84,0.45-9.75,2.24 c-2.18,1.34-3.94,3.5-4.57,6.01c-0.31,1.23-0.49,2.9,0.26,4.02C53.82,89.88,54.6,90.86,55.42,91z M60.11,80.85v-0.02 c1.5-1.06,3.21-1.78,5-2.12c-0.88,1.19-1.57,2.52-2.27,3.85c-0.71,0.9-1.43,1.78-2.18,2.64c-0.57,0.65-1.15,1.3-1.76,1.92 c-0.08,0.02-0.16,0.04-0.24,0.06c-0.9,0.2-1.82,0.3-2.61-0.1c-0.38-1.13,0.37-2.33,1.04-3.26C57.92,82.67,58.95,81.66,60.11,80.85z M54.4,85.2l0.01-0.02c0.62-1.58,1.69-2.98,2.99-4.06c0.17-0.14,0.35-0.25,0.53-0.38c-1.15,1.01-2.17,2.23-2.72,3.59 c-0.37,0.91-0.24,1.69,0.34,2.42c-0.02-0.02-0.04-0.03-0.06-0.04l0.11,0.12c0,0,0.02,0.03,0.03,0.04c0.56,0.64,1.09,1.33,1.96,1.52 c-0.2,0.18-0.4,0.37-0.6,0.54c-0.8,0.69-1.93,1.31-2.91,0.88C53.48,88.41,53.88,86.5,54.4,85.2z M77.65,67.46 c0.06,0.07,0.49,0.44,0.48,0.52c0.02-0.17,0.05-0.33,0.07-0.5c0.22,0.22,0.43,0.41,0.4,0.45c1.05-1.46,2.54-2.27,4.04-3.21 c0.39-0.24,0.76-0.51,1.13-0.77c0.93-0.41,1.85-0.82,2.71-1.32c0.99-0.57,1.54-1.17,1.92-2.18c0.69-0.58,1.35-1.18,1.97-1.82 c0.73-0.76,1.52-1.97,0.95-3.04c-0.39-0.74-1.25-1.63-2.03-1.95l0.01,0.01c-1.13-0.46-2.51-0.35-3.66-0.05 c-5.83,1.56-7.81,8.03-8.46,13.33C77.17,67.04,77.58,67.38,77.65,67.46z M87.94,56.59l0.09,0.05 C88.02,56.67,87.98,56.64,87.94,56.59z M82.09,57.5c1.12-1.22,2.53-2.21,4.11-2.72c1.21-0.39,3.03-0.64,4.26,0.02 c0.33,1.03-0.37,2.11-1.12,2.87c-0.16,0.16-0.33,0.32-0.49,0.48c-0.03-0.27-0.09-0.54-0.22-0.8c-0.3-0.59-0.89-1.22-1.4-1.64 c-0.82-0.69-1.88-0.33-2.72,0.11c-0.89,0.47-1.71,1.05-2.45,1.72C82.07,57.53,82.08,57.52,82.09,57.5z M80.79,61.22 c1.09-1.68,2.56-3.14,4.3-4.14c0.75-0.43,1.72-0.94,2.61-0.61c0,0,0.03,0.01,0.06,0.03c0.04,0.11,0.09,0.22,0.11,0.34 c0.09,0.43,0.04,0.84-0.04,1.26v0.01c-0.08,0.4-0.18,0.84-0.32,1.26c-0.62,0.53-1.26,1.04-1.9,1.53c-0.97,0.75-1.97,1.46-2.99,2.15 c-1.17,0.52-2.34,1.01-3.43,1.67C79.56,63.49,80.08,62.31,80.79,61.22z M29.5,112.16c-0.01,0-0.01,0.01-0.02,0.01l0.03-0.03 C29.5,112.15,29.5,112.15,29.5,112.16z M24.54,121.74v-0.01c0.33-0.03,0.65-0.13,0.95-0.24c2.86-0.3,5.61-1.34,7.85-3.19 c0.23-0.19,0.47-0.4,0.71-0.61c0,0.03,0.12-0.08,0.22-0.18c0.15-0.09,0.3-0.17,0.44-0.27c0.68-0.49,1.43-1.11,1.95-1.77 c0.79-1.02,0.78-2.32,0.29-3.47c-1.03-2.39-3.87-3.76-6.36-2.91c-1.11,0.38-2.07,1.09-2.94,1.85c-0.75,0.66-1.51,1.33-2.13,2.13 c-0.77,1.01-1.34,2.17-1.61,3.42c-0.14,0.66-0.19,1.32-0.19,1.99c0,0.61,0.07,1.26-0.31,1.76c-0.06,0.05-0.11,0.11-0.18,0.16 c0.21-0.16,0.45-0.34,0.67-0.52c-0.11,0.27-0.22,0.55-0.29,0.83c-0.05,0.18-0.13,0.46-0.11,0.65c0.02,0.33-0.05,0.18,0.18,0.3 C23.92,121.78,24.29,121.76,24.54,121.74z M32.76,118.5v0.01c-1.38,0.84-2.9,1.41-4.47,1.75c0.81-0.36,1.62-0.72,2.42-1.08 c1-0.45,2.08-0.84,3.06-1.38C33.44,118.04,33.11,118.29,32.76,118.5z M36.17,115.18c0,0,0,0.02,0,0.03 c-0.07,0.29-0.18,0.58-0.33,0.84c-0.05,0.09-0.11,0.17-0.17,0.26c-0.01,0-0.01,0.01-0.02,0.01c-0.02,0.03-0.04,0.06-0.06,0.09 c-0.15,0.26-0.46,0.27,0.03-0.07c-0.17,0.11-0.35,0.21-0.52,0.32C35.52,116.2,35.9,115.7,36.17,115.18z M24.57,120.07l0.02,0.01 c0,0,0.01-0.04,0.02-0.06c0.2-0.18,0.37-0.33,0.36-0.34c0,0-0.16,0.14-0.36,0.31c0.21-1.07,0.83-2.01,1.38-2.94 c0.71-1.19,1.44-2.37,2.28-3.47c0.22-0.28,0.44-0.55,0.67-0.82c0.17-0.19,0.35-0.37,0.52-0.56l0.02-0.03 c-1.53,1.4-2.82,3.02-3.92,4.8c-0.25,0.41-0.53,0.83-0.79,1.26c0.03-0.53-0.01-1.07,0.03-1.6c0.05-0.62,0.17-1.22,0.36-1.81 c0.36-1.14,0.96-2.19,1.74-3.09c0.06-0.07,0.18-0.23,0.29-0.35c0.03-0.02,0.06-0.04,0.1-0.07c0.29-0.2,0.56-0.41,0.86-0.6 c0.57-0.35,1.18-0.64,1.83-0.8c1-0.24,2.03-0.12,2.97,0.25c-0.81,0.11-1.62,0.47-2.31,1c-0.36,0.27-0.68,0.58-1.01,0.87 c-0.05,0.04-0.09,0.09-0.13,0.13c-0.15,0.2,0.47-0.35,0.58-0.42c0.17-0.11,0.35-0.21,0.53-0.29c1.83-0.88,3.91-0.31,4.68,1.68 c0.41,1.07,0.32,2.22-0.24,3.22c-0.11,0.2-0.25,0.38-0.39,0.56c-0.07,0.04-0.14,0.09-0.21,0.12c-2.49,1.2-5.05,2.34-7.6,3.39 c-0.11,0.05-0.23,0.08-0.35,0.13c-0.24,0.02-0.48,0.05-0.72,0.06c-0.07,0-0.16,0.08-0.25,0.17c-0.02,0-0.03,0-0.05,0 c-0.23,0.01-0.56,0.01-0.77-0.09C24.43,120.55,24.52,120.39,24.57,120.07z M24.6,130.02l-0.01,0.01c-0.11-0.01-0.45,0.4-0.53,0.47 c-0.07,0.06-0.44,0.49-0.52,0.48c0.17,0.02,0.33,0.05,0.5,0.07c-0.22,0.22-0.41,0.43-0.45,0.4c1.46,1.05,2.27,2.54,3.21,4.04 c0.24,0.38,0.51,0.76,0.77,1.13c0.41,0.93,0.82,1.85,1.32,2.71c0.57,0.99,1.17,1.54,2.18,1.92c0.58,0.69,1.18,1.35,1.82,1.97 c0.76,0.73,1.97,1.52,3.04,0.95c0.74-0.39,1.63-1.25,1.95-2.03c0.46-1.13,0.35-2.51,0.05-3.66C36.37,132.65,29.9,130.67,24.6,130.02 z M32.17,140.36l-0.01,0c-0.53-0.62-1.04-1.26-1.53-1.9c-0.75-0.97-1.46-1.97-2.15-2.99c-0.52-1.17-1.01-2.34-1.67-3.43 c1.23,0.37,2.41,0.89,3.5,1.6c1.68,1.09,3.14,2.56,4.14,4.3c0.43,0.75,0.94,1.72,0.61,2.61c0,0-0.01,0.03-0.03,0.06 c-0.11,0.04-0.22,0.09-0.34,0.11c-0.43,0.09-0.84,0.04-1.26-0.04C33.03,140.6,32.59,140.5,32.17,140.36z M34.94,140.79l-0.05,0.09 C34.86,140.87,34.89,140.83,34.94,140.79z M36.73,143.32c-1.03,0.33-2.11-0.37-2.87-1.12c-0.16-0.16-0.32-0.33-0.48-0.49 c0.27-0.03,0.54-0.09,0.8-0.22c0.59-0.3,1.22-0.89,1.64-1.4c0.69-0.82,0.33-1.88-0.11-2.72c-0.47-0.89-1.05-1.71-1.72-2.45 c0.01,0.01,0.02,0.02,0.04,0.03c1.22,1.12,2.21,2.53,2.72,4.11C37.14,140.27,37.39,142.09,36.73,143.32z M22.27,124.73l-0.01,0 c0,0-0.02-0.02-0.03-0.04c-0.06-0.25-0.15-0.49-0.25-0.72c-0.23-0.54-0.54-1.04-0.91-1.48c-0.33-0.4-0.74-0.82-1.25-0.98 c-0.48-0.14-0.95,0.02-1.33,0.32c-0.54,0.43-1.04,0.91-1.54,1.37c-0.28,0.25-0.59,0.5-0.83,0.79c-0.26,0.32-0.4,0.69-0.47,1.09 c-0.25,0.22-0.99,0.85-0.97,0.89c0.65,1.1,1.46,2.21,2.7,2.65c0.21,0.16,0.42,0.31,0.64,0.43c0.45,0.25,0.98,0.39,1.49,0.25 c0.24-0.06,0.44-0.18,0.63-0.34c0.53-0.45,1.04-0.92,1.56-1.39c0.14-0.13,0.28-0.25,0.4-0.38l0.07-0.07c0,0-0.02,0-0.03,0.02 c0.26-0.27,0.45-0.57,0.48-1.01C22.64,125.64,22.5,125.15,22.27,124.73z M17.73,123.42c0.13,0.04,0.25,0.1,0.37,0.17 c0.27,0.17,0.51,0.39,0.73,0.64c-0.2,0.18-0.41,0.37-0.61,0.55c0.02-0.02-0.08,0.08-0.17,0.17 C17.83,124.47,17.71,123.94,17.73,123.42z M19.51,126.72H19.5c-0.41-0.33-0.77-0.71-1.01-1.03c-0.13-0.17-0.25-0.37-0.35-0.57 c0.77,0.18,1.45,0.64,1.89,1.3c0.04,0.06,0.08,0.14,0.12,0.21c0.02,0.08,0.03,0.17,0.04,0.25C19.96,126.85,19.73,126.8,19.51,126.72 z M6.33,105.97c-1.23-0.31-2.9-0.49-4.02,0.26c-0.67,0.44-1.65,1.22-1.79,2.04c-0.23,1.29,0.89,2.41,1.68,3.26 c0.36,0.38,0.74,0.74,1.11,1.11c0.08,0.28,0.17,0.55,0.27,0.79c0.47,1.13,1.69,1.72,2.68,2.33c0.59,0.36,1.2,0.69,1.81,1.01 c0.52,0.41,1.05,0.82,1.59,1.2c1.29,0.9,2.52,1.8,3.36,3.17c-0.02-0.03,0.23-0.22,0.49-0.43c0,0.18,0.01,0.35,0.02,0.53 c0-0.1,0.46-0.4,0.53-0.47c0.08-0.07,0.52-0.38,0.52-0.48c-0.04-3.35-0.45-6.84-2.24-9.75C11,108.36,8.84,106.6,6.33,105.97z M3.14,110.43c-0.18-0.19-0.36-0.39-0.53-0.58c-0.69-0.8-1.31-1.93-0.88-2.91c1.4-0.6,3.31-0.2,4.61,0.32 c1.58,0.62,2.98,1.69,4.06,2.99c0.14,0.17,0.25,0.35,0.38,0.53c-1.01-1.15-2.23-2.17-3.59-2.72c-0.91-0.37-1.69-0.24-2.42,0.35 c0.02-0.02,0.03-0.04,0.04-0.06l-0.12,0.11c0,0-0.03,0.02-0.04,0.03C4.01,109.05,3.33,109.57,3.14,110.43z M8.94,115.69h0.02 c-0.9-0.7-1.78-1.43-2.64-2.18c-0.65-0.57-1.3-1.15-1.92-1.76c-0.02-0.08-0.04-0.16-0.06-0.24c-0.2-0.9-0.3-1.82,0.1-2.61 c1.13-0.38,2.33,0.37,3.26,1.04c1.15,0.83,2.16,1.86,2.97,3.02c1.06,1.5,1.78,3.21,2.12,5C11.6,117.08,10.27,116.39,8.94,115.69z M129.3,15.02v-0.01c-0.05,0.18-0.13,0.46-0.11,0.65c0.02,0.33-0.05,0.18,0.18,0.3c0.24,0.12,0.61,0.1,0.86,0.08 c0.33-0.03,0.65-0.13,0.95-0.24c2.86-0.3,5.61-1.34,7.85-3.19c0.23-0.19,0.47-0.4,0.71-0.61c0,0.03,0.12-0.08,0.22-0.18 c0.15-0.09,0.3-0.17,0.44-0.27c0.68-0.49,1.43-1.11,1.95-1.77c0.79-1.02,0.78-2.32,0.29-3.47c-1.03-2.39-3.87-3.76-6.36-2.91 c-1.11,0.38-2.07,1.09-2.94,1.85c-0.75,0.66-1.51,1.33-2.13,2.13c-0.77,1.01-1.34,2.17-1.61,3.42c-0.14,0.66-0.19,1.32-0.19,1.99 c0,0.61,0.07,1.26-0.31,1.76c-0.06,0.05-0.11,0.11-0.18,0.16c0.22-0.16,0.45-0.34,0.67-0.52C129.48,14.46,129.37,14.74,129.3,15.02z M138.46,12.81v0.01c-1.38,0.84-2.9,1.41-4.47,1.75c0.81-0.36,1.62-0.72,2.42-1.08c1-0.45,2.08-0.84,3.06-1.38 C139.14,12.35,138.81,12.6,138.46,12.81z M141.87,9.49c0,0,0,0.02,0,0.03c-0.07,0.29-0.18,0.58-0.33,0.84 c-0.05,0.09-0.11,0.17-0.17,0.26c-0.01,0-0.01,0.01-0.02,0.01c-0.02,0.03-0.04,0.06-0.06,0.09c-0.15,0.26-0.46,0.27,0.03-0.07 c-0.17,0.11-0.35,0.21-0.52,0.32C141.22,10.51,141.6,10.01,141.87,9.49z M130.27,14.38l0.02,0.01c0,0,0.01-0.04,0.02-0.06 c0.2-0.18,0.37-0.33,0.36-0.34c0,0-0.16,0.14-0.36,0.31c0.21-1.07,0.83-2.01,1.38-2.94c0.71-1.19,1.44-2.37,2.28-3.47 c0.22-0.28,0.44-0.55,0.67-0.82c0.17-0.19,0.35-0.37,0.52-0.56l0.02-0.03c-1.53,1.4-2.82,3.02-3.92,4.8 c-0.25,0.41-0.52,0.83-0.79,1.26c0.03-0.53-0.01-1.07,0.03-1.6h0c0.05-0.62,0.17-1.22,0.36-1.81c0.36-1.14,0.96-2.19,1.74-3.09 c0.06-0.07,0.18-0.23,0.29-0.35c0.03-0.02,0.06-0.04,0.1-0.07c0.29-0.2,0.56-0.41,0.86-0.6c0.57-0.35,1.18-0.64,1.83-0.8 c1-0.24,2.03-0.12,2.97,0.25c-0.81,0.11-1.62,0.47-2.31,1c-0.36,0.27-0.68,0.58-1.01,0.87c-0.05,0.04-0.09,0.09-0.13,0.13 c-0.15,0.2,0.47-0.35,0.58-0.42c0.17-0.11,0.35-0.21,0.53-0.29c1.83-0.88,3.91-0.31,4.68,1.68c0.41,1.07,0.32,2.22-0.24,3.22 c-0.11,0.2-0.25,0.38-0.39,0.56c-0.07,0.04-0.14,0.09-0.21,0.12c-2.49,1.2-5.05,2.34-7.6,3.39c-0.11,0.05-0.23,0.08-0.35,0.13 c-0.24,0.02-0.48,0.05-0.72,0.06c-0.07,0-0.16,0.08-0.25,0.17c-0.02,0-0.03,0-0.05,0c-0.23,0.01-0.56,0.01-0.77-0.09 C130.13,14.86,130.22,14.7,130.27,14.38z M135.2,6.47c-0.01,0-0.01,0.01-0.02,0.01l0.03-0.03C135.2,6.46,135.2,6.46,135.2,6.47z M130.3,24.32l-0.01,0.01c-0.11-0.01-0.45,0.4-0.53,0.47c-0.07,0.06-0.44,0.49-0.52,0.48c0.17,0.02,0.33,0.05,0.5,0.07 c-0.22,0.22-0.41,0.43-0.45,0.4c1.46,1.05,2.27,2.54,3.21,4.04c0.24,0.38,0.51,0.76,0.77,1.13c0.41,0.93,0.82,1.85,1.32,2.71 c0.57,0.99,1.17,1.54,2.18,1.92c0.58,0.69,1.18,1.35,1.82,1.97c0.76,0.73,1.97,1.52,3.04,0.95c0.74-0.39,1.63-1.25,1.95-2.03 c0.46-1.13,0.35-2.51,0.05-3.66C142.07,26.95,135.6,24.97,130.3,24.32z M137.87,34.66h-0.01c-0.53-0.62-1.04-1.26-1.53-1.9 c-0.75-0.97-1.46-1.97-2.15-2.99c-0.52-1.17-1.01-2.34-1.67-3.43c1.23,0.37,2.41,0.89,3.5,1.6c1.68,1.09,3.14,2.56,4.14,4.3 c0.43,0.75,0.94,1.72,0.61,2.61c0,0-0.01,0.03-0.03,0.06c-0.11,0.04-0.22,0.09-0.34,0.11c-0.43,0.09-0.84,0.04-1.26-0.04 C138.73,34.9,138.29,34.8,137.87,34.66z M140.64,35.09l-0.05,0.09C140.56,35.17,140.59,35.13,140.64,35.09z M142.43,37.62 c-1.03,0.33-2.11-0.37-2.87-1.12c-0.16-0.16-0.32-0.33-0.48-0.49c0.27-0.03,0.54-0.09,0.8-0.22c0.59-0.3,1.22-0.89,1.64-1.4 c0.69-0.82,0.33-1.88-0.11-2.72c-0.47-0.89-1.05-1.71-1.72-2.45c0.01,0.01,0.02,0.02,0.04,0.03c1.22,1.12,2.21,2.53,2.72,4.11 C142.84,34.57,143.09,36.39,142.43,37.62z M123.73,23.36L123.73,23.36c0.44,0.25,0.97,0.39,1.48,0.25c0.24-0.06,0.44-0.18,0.63-0.34 c0.53-0.45,1.04-0.92,1.56-1.39c0.14-0.13,0.28-0.25,0.4-0.38c0.02-0.02,0.05-0.04,0.07-0.07c0,0-0.02,0-0.03,0.02 c0.26-0.27,0.45-0.57,0.48-1.01c0.02-0.49-0.12-0.98-0.35-1.4c0-0.01-0.02-0.02-0.03-0.04c-0.06-0.25-0.15-0.49-0.25-0.72 c-0.23-0.54-0.54-1.04-0.91-1.48c-0.33-0.4-0.74-0.82-1.25-0.98c-0.48-0.14-0.95,0.02-1.33,0.32c-0.54,0.43-1.04,0.91-1.54,1.37 c-0.28,0.25-0.59,0.5-0.83,0.79c-0.26,0.32-0.4,0.69-0.47,1.09c-0.25,0.22-0.99,0.85-0.97,0.89c0.65,1.1,1.46,2.21,2.7,2.65 C123.3,23.09,123.51,23.24,123.73,23.36z M125.74,20.74h-0.01c0.04,0.06,0.08,0.14,0.12,0.21c0.02,0.08,0.03,0.17,0.04,0.25 c-0.23-0.03-0.46-0.08-0.68-0.16c-0.41-0.33-0.77-0.71-1.01-1.03c-0.13-0.17-0.25-0.37-0.35-0.57 C124.62,19.62,125.3,20.08,125.74,20.74z M123.8,17.9c0.27,0.17,0.51,0.39,0.73,0.64c-0.2,0.18-0.41,0.37-0.61,0.55 c0.02-0.02-0.08,0.08-0.17,0.17c-0.22-0.48-0.34-1.01-0.32-1.53C123.56,17.77,123.68,17.83,123.8,17.9z M109.02,6.94L109.02,6.94 c0.08,0.28,0.17,0.55,0.27,0.79c0.47,1.13,1.69,1.72,2.68,2.33c0.59,0.36,1.2,0.69,1.81,1.01c0.52,0.41,1.05,0.82,1.59,1.2 c1.29,0.9,2.52,1.8,3.36,3.17c-0.02-0.03,0.23-0.22,0.49-0.43c0,0.18,0.01,0.35,0.02,0.53c0-0.1,0.46-0.4,0.53-0.47 c0.08-0.07,0.52-0.38,0.52-0.48c-0.04-3.35-0.45-6.84-2.24-9.75c-1.34-2.18-3.5-3.94-6.01-4.57c-1.23-0.31-2.9-0.49-4.02,0.26 c-0.67,0.44-1.65,1.22-1.79,2.04c-0.23,1.29,0.89,2.41,1.68,3.26C108.27,6.21,108.65,6.57,109.02,6.94z M118.49,12.24 c-1.18-0.87-2.5-1.56-3.83-2.25c-0.9-0.7-1.78-1.43-2.64-2.18c-0.65-0.57-1.3-1.15-1.92-1.76c-0.02-0.08-0.04-0.16-0.06-0.24 c-0.2-0.9-0.3-1.82,0.1-2.61c1.13-0.38,2.33,0.37,3.26,1.04c1.15,0.83,2.16,1.86,2.97,3.02C117.43,8.76,118.14,10.46,118.49,12.24z M107.4,1.24h0.02c1.4-0.6,3.31-0.2,4.61,0.32c1.58,0.62,2.98,1.69,4.06,2.99c0.14,0.17,0.25,0.35,0.38,0.53 c-1.01-1.15-2.23-2.17-3.59-2.72c-0.91-0.37-1.69-0.24-2.42,0.35c0.02-0.02,0.03-0.04,0.04-0.06l-0.12,0.11c0,0-0.03,0.02-0.04,0.03 c-0.64,0.56-1.33,1.09-1.52,1.96c-0.18-0.2-0.37-0.4-0.54-0.6C107.59,3.35,106.97,2.22,107.4,1.24z M114.87,137.91 c0.01,0,0.01-0.01,0.02-0.01c-0.01,0.01-0.02,0.02-0.03,0.03C114.87,137.92,114.87,137.92,114.87,137.91z M120.77,129.36v0.01 c0.05-0.18,0.13-0.46,0.11-0.65c-0.02-0.33,0.05-0.18-0.18-0.3c-0.24-0.12-0.61-0.1-0.86-0.08c-0.33,0.03-0.65,0.13-0.95,0.24 c-2.86,0.3-5.61,1.34-7.85,3.19c-0.23,0.19-0.47,0.4-0.71,0.61c0-0.03-0.12,0.08-0.22,0.18c-0.15,0.09-0.3,0.17-0.44,0.27 c-0.68,0.49-1.43,1.11-1.95,1.77c-0.79,1.02-0.78,2.32-0.29,3.47c1.03,2.39,3.87,3.76,6.36,2.91c1.11-0.38,2.07-1.09,2.94-1.85 c0.75-0.66,1.51-1.33,2.13-2.13c0.77-1.01,1.34-2.17,1.61-3.42c0.14-0.66,0.19-1.32,0.19-1.99c0-0.61-0.07-1.26,0.31-1.76 c0.06-0.05,0.11-0.11,0.18-0.16c-0.21,0.16-0.45,0.34-0.67,0.52C120.59,129.92,120.7,129.64,120.77,129.36z M111.61,131.57v-0.01 c1.38-0.84,2.9-1.41,4.47-1.75c-0.81,0.36-1.62,0.72-2.42,1.08c-1,0.45-2.08,0.84-3.06,1.38 C110.93,132.03,111.26,131.78,111.61,131.57z M108.2,134.87c0-0.01,0-0.01,0-0.01c0.07-0.29,0.18-0.58,0.33-0.84 c0.05-0.09,0.12-0.18,0.18-0.27c-0.09,0.06-0.2,0.13-0.35,0.22c0.12-0.07,0.24-0.15,0.35-0.22c0.02-0.03,0.04-0.06,0.06-0.09 c0.15-0.26,0.46-0.27-0.03,0.07c0.17-0.11,0.35-0.21,0.52-0.32C108.84,133.87,108.47,134.36,108.2,134.87z M119.8,130l-0.02-0.01 c0,0-0.01,0.04-0.02,0.06c-0.2,0.18-0.37,0.33-0.36,0.34s0.16-0.14,0.36-0.31c-0.21,1.07-0.83,2.01-1.38,2.94 c-0.71,1.19-1.44,2.37-2.28,3.47c-0.22,0.28-0.44,0.55-0.67,0.82c-0.17,0.19-0.35,0.37-0.52,0.56c0,0-0.01,0.02-0.02,0.03 c1.53-1.4,2.82-3.02,3.92-4.8c0.25-0.41,0.52-0.83,0.79-1.26c-0.03,0.53,0.01,1.07-0.03,1.6v0c-0.05,0.62-0.17,1.22-0.36,1.81 c-0.36,1.14-0.96,2.19-1.74,3.09c-0.06,0.07-0.18,0.23-0.29,0.35c-0.03,0.02-0.06,0.04-0.1,0.07c-0.29,0.2-0.56,0.41-0.86,0.6 c-0.57,0.35-1.18,0.64-1.83,0.8c-1,0.24-2.03,0.12-2.97-0.25c0.81-0.11,1.62-0.47,2.31-1c0.36-0.27,0.68-0.58,1.01-0.87 c0.05-0.04,0.09-0.09,0.13-0.13c0.15-0.2-0.47,0.35-0.58,0.42c-0.17,0.11-0.35,0.21-0.53,0.29c-1.83,0.88-3.91,0.31-4.68-1.68 c-0.41-1.07-0.32-2.22,0.24-3.22c0.11-0.2,0.25-0.38,0.39-0.56c0.07-0.04,0.14-0.09,0.21-0.12c2.49-1.2,5.05-2.34,7.6-3.39 c0.11-0.05,0.23-0.08,0.35-0.13c0.24-0.02,0.48-0.05,0.72-0.06c0.06,0,0.16-0.08,0.25-0.17c0.02,0,0.03,0,0.05,0 c0.23-0.01,0.56-0.01,0.77,0.09C119.94,129.52,119.85,129.68,119.8,130z M119.78,120.06l0.01-0.01c0.11,0.01,0.45-0.4,0.53-0.47 c0.07-0.06,0.44-0.49,0.52-0.48c-0.17-0.02-0.33-0.05-0.5-0.07c0.22-0.22,0.41-0.43,0.45-0.4c-1.46-1.05-2.27-2.54-3.21-4.04 c-0.24-0.38-0.51-0.76-0.77-1.13c-0.41-0.93-0.82-1.85-1.32-2.71c-0.57-0.99-1.17-1.54-2.18-1.92c-0.58-0.69-1.18-1.35-1.82-1.97 c-0.76-0.73-1.97-1.52-3.04-0.95c-0.74,0.39-1.63,1.25-1.95,2.03c-0.46,1.13-0.35,2.51-0.05,3.66 C108.01,117.43,114.48,119.41,119.78,120.06z M112.21,109.72h0.01c0.53,0.62,1.04,1.26,1.53,1.9c0.75,0.97,1.46,1.97,2.15,2.99 c0.52,1.17,1.01,2.34,1.67,3.43c-1.23-0.37-2.41-0.89-3.5-1.6c-1.68-1.09-3.14-2.56-4.14-4.3c-0.43-0.75-0.94-1.72-0.61-2.61 c0,0,0.01-0.03,0.03-0.06c0.11-0.04,0.22-0.09,0.34-0.11c0.43-0.09,0.84-0.04,1.26,0.04C111.35,109.48,111.79,109.58,112.21,109.72z M109.44,109.29l0.05-0.09C109.52,109.21,109.49,109.25,109.44,109.29z M107.65,106.76c1.03-0.33,2.11,0.37,2.87,1.12 c0.16,0.16,0.32,0.33,0.48,0.49c-0.27,0.03-0.54,0.09-0.8,0.22c-0.59,0.3-1.22,0.89-1.64,1.4c-0.69,0.82-0.33,1.88,0.11,2.72 c0.47,0.89,1.05,1.71,1.72,2.45c-0.01-0.01-0.02-0.02-0.04-0.03c-1.22-1.12-2.21-2.53-2.72-4.11 C107.24,109.81,106.99,107.99,107.65,106.76z M126.98,121.45L126.98,121.45c-0.2-0.16-0.41-0.31-0.63-0.43 c-0.45-0.25-0.98-0.39-1.49-0.25c-0.24,0.06-0.44,0.18-0.63,0.34c-0.53,0.45-1.04,0.92-1.56,1.39c-0.14,0.13-0.28,0.25-0.4,0.38 l-0.07,0.07c0,0,0.02,0,0.03-0.02c-0.26,0.27-0.45,0.57-0.48,1.01c-0.02,0.49,0.12,0.98,0.35,1.4c0,0.01,0.02,0.02,0.03,0.04 c0.06,0.25,0.15,0.49,0.25,0.72c0.23,0.54,0.54,1.04,0.91,1.48c0.33,0.4,0.74,0.82,1.25,0.98c0.48,0.14,0.95-0.02,1.33-0.32 c0.54-0.43,1.04-0.91,1.54-1.37c0.28-0.25,0.59-0.5,0.83-0.79c0.26-0.32,0.4-0.69,0.47-1.09c0.25-0.22,0.99-0.85,0.97-0.89 C129.03,123,128.22,121.89,126.98,121.45z M124.33,123.64h0.01c-0.04-0.06-0.08-0.14-0.12-0.21c-0.02-0.08-0.03-0.17-0.04-0.25 c0.23,0.03,0.46,0.08,0.68,0.16c0.41,0.33,0.77,0.71,1.01,1.03c0.13,0.17,0.25,0.37,0.35,0.57 C125.45,124.76,124.77,124.3,124.33,123.64z M126.27,126.48c-0.27-0.17-0.51-0.39-0.73-0.64c0.2-0.18,0.41-0.37,0.61-0.55 c-0.02,0.02,0.08-0.08,0.17-0.17c0.22,0.48,0.34,1.01,0.32,1.53C126.51,126.61,126.39,126.55,126.27,126.48z M141.05,137.44 L141.05,137.44c-0.08-0.28-0.17-0.55-0.27-0.79c-0.47-1.13-1.69-1.72-2.68-2.33c-0.59-0.36-1.2-0.69-1.81-1.01 c-0.52-0.41-1.05-0.82-1.59-1.2c-1.29-0.9-2.52-1.8-3.36-3.17c0.02,0.03-0.23,0.22-0.49,0.43c0-0.18-0.01-0.35-0.02-0.53 c0,0.1-0.46,0.4-0.53,0.47c-0.08,0.07-0.52,0.38-0.52,0.48c0.04,3.35,0.45,6.84,2.24,9.75c1.34,2.18,3.5,3.94,6.01,4.57 c1.23,0.31,2.9,0.49,4.02-0.26c0.67-0.44,1.65-1.22,1.79-2.04c0.23-1.29-0.89-2.41-1.68-3.26 C141.8,138.17,141.42,137.81,141.05,137.44z M131.58,132.14c1.18,0.87,2.5,1.56,3.83,2.25c0.9,0.7,1.78,1.43,2.64,2.18 c0.65,0.57,1.3,1.15,1.92,1.76c0.02,0.08,0.04,0.16,0.06,0.24c0.2,0.9,0.3,1.82-0.1,2.61c-1.13,0.38-2.33-0.37-3.26-1.04 c-1.15-0.83-2.16-1.86-2.97-3.02C132.64,135.62,131.93,133.92,131.58,132.14z M142.66,143.13h-0.02c-1.4,0.6-3.31,0.2-4.61-0.32 c-1.58-0.62-2.98-1.69-4.06-2.99c-0.14-0.17-0.25-0.35-0.38-0.53c1.01,1.15,2.23,2.17,3.59,2.72c0.91,0.37,1.69,0.24,2.42-0.35 c-0.02,0.02-0.03,0.04-0.04,0.06l0.12-0.11c0,0,0.03-0.02,0.04-0.03c0.64-0.56,1.33-1.09,1.52-1.96c0.18,0.2,0.37,0.4,0.54,0.6 C142.47,141.02,143.09,142.15,142.66,143.13z M86.27,186.19h0.01c-0.66-0.75-1.33-1.51-2.13-2.13c-1.01-0.77-2.17-1.34-3.42-1.61 c-0.66-0.14-1.32-0.19-1.99-0.19c-0.61,0-1.26,0.07-1.76-0.31c-0.05-0.06-0.11-0.11-0.16-0.18c0.16,0.21,0.34,0.45,0.52,0.67 c-0.27-0.11-0.55-0.22-0.83-0.29c-0.18-0.05-0.46-0.13-0.65-0.11c-0.33,0.02-0.18-0.05-0.3,0.18c-0.12,0.24-0.1,0.61-0.08,0.86 c0.03,0.33,0.13,0.65,0.24,0.95c0.3,2.86,1.34,5.61,3.19,7.85c0.19,0.23,0.4,0.47,0.61,0.71c-0.03,0,0.08,0.12,0.18,0.22 c0.09,0.15,0.17,0.3,0.27,0.44c0.49,0.68,1.11,1.43,1.77,1.95c1.02,0.79,2.32,0.78,3.47,0.29c2.39-1.03,3.76-3.87,2.91-6.36 C87.74,188.02,87.03,187.06,86.27,186.19z M78.72,191.31h-0.01c-0.84-1.38-1.41-2.9-1.75-4.47c0.36,0.81,0.72,1.62,1.08,2.42 c0.45,1,0.84,2.08,1.38,3.06C79.18,191.99,78.93,191.66,78.72,191.31z M82.01,194.72c-0.29-0.07-0.58-0.18-0.84-0.33 c-0.09-0.05-0.17-0.11-0.26-0.17c0-0.01-0.01-0.01-0.01-0.02c-0.03-0.02-0.06-0.04-0.09-0.06c-0.26-0.15-0.27-0.46,0.07,0.03 c-0.11-0.17-0.21-0.35-0.32-0.52c0.46,0.42,0.96,0.8,1.48,1.07C82.03,194.72,82.02,194.72,82.01,194.72z M87.07,191.48 c-0.11-0.8-0.47-1.61-1-2.29c-0.27-0.36-0.58-0.68-0.87-1.01c-0.05-0.06-0.11-0.11-0.16-0.17c-0.02,0.02,0.4,0.51,0.46,0.61 c0.11,0.17,0.21,0.35,0.29,0.53c0.88,1.83,0.31,3.91-1.68,4.68l-0.01,0.02c-1.07,0.41-2.22,0.32-3.22-0.24 c-0.2-0.11-0.38-0.25-0.56-0.39c-0.04-0.07-0.09-0.14-0.12-0.21c-1.2-2.49-2.34-5.05-3.39-7.6c-0.05-0.11-0.08-0.23-0.13-0.35 c-0.02-0.24-0.05-0.48-0.06-0.72c0-0.07-0.08-0.16-0.17-0.25c0-0.02,0-0.03,0-0.05c-0.01-0.23-0.01-0.56,0.09-0.77 c0.14-0.28,0.3-0.19,0.62-0.14c0.02,0,0.04,0.01,0.06,0.02c0.18,0.2,0.33,0.37,0.34,0.36c0.01-0.01-0.14-0.16-0.31-0.36 c1.07,0.21,2.01,0.83,2.94,1.38c1.19,0.71,2.37,1.44,3.47,2.28c0.28,0.22,0.55,0.44,0.82,0.67c0.14,0.12,0.27,0.25,0.41,0.38 c-1.36-1.45-2.93-2.69-4.64-3.75c-0.41-0.25-0.83-0.52-1.26-0.79c0.53,0.03,1.07-0.01,1.6,0.03c0.62,0.05,1.22,0.17,1.81,0.36 c1.14,0.36,2.19,0.96,3.09,1.74c0.07,0.06,0.23,0.18,0.35,0.29c0.02,0.03,0.04,0.06,0.07,0.1c0.2,0.29,0.41,0.56,0.6,0.86 c0.35,0.57,0.64,1.18,0.8,1.83C87.55,189.52,87.43,190.55,87.07,191.48z M85.1,188.05c-0.04-0.03-0.06-0.04-0.06-0.04 c-0.05-0.05-0.1-0.1-0.15-0.15c0.05,0.05,0.1,0.09,0.15,0.14L85.1,188.05z M88.96,159.07c-1.29-0.23-2.41,0.89-3.26,1.68 c-0.38,0.36-0.74,0.74-1.11,1.11c-0.28,0.08-0.55,0.17-0.79,0.27c-1.13,0.47-1.72,1.69-2.33,2.68c-0.36,0.59-0.69,1.2-1.01,1.81 c-0.41,0.52-0.81,1.05-1.2,1.59c-0.9,1.29-1.8,2.52-3.17,3.36c0.03-0.02,0.22,0.23,0.43,0.49c-0.18,0-0.35,0.01-0.53,0.02 c0.1,0,0.4,0.46,0.47,0.53c0.07,0.08,0.38,0.52,0.48,0.52c3.35-0.04,6.84-0.45,9.75-2.24c2.18-1.34,3.94-3.5,4.57-6.01 c0.31-1.23,0.49-2.9-0.26-4.02C90.56,160.19,89.78,159.21,88.96,159.07z M84.27,169.22v0.02c-1.5,1.06-3.21,1.78-5,2.12 c0.88-1.19,1.57-2.52,2.27-3.85c0.71-0.9,1.43-1.78,2.18-2.64c0.57-0.65,1.15-1.3,1.76-1.92c0.08-0.02,0.16-0.04,0.24-0.06 c0.9-0.2,1.82-0.3,2.61,0.1c0.38,1.13-0.37,2.33-1.04,3.26C86.46,167.4,85.43,168.41,84.27,169.22z M89.98,164.87l-0.01,0.02 c-0.62,1.58-1.69,2.98-2.99,4.06c-0.17,0.14-0.35,0.25-0.53,0.38c1.15-1.01,2.17-2.23,2.72-3.59c0.37-0.91,0.24-1.69-0.34-2.42 c0.02,0.02,0.04,0.03,0.06,0.04l-0.11-0.12c0,0-0.02-0.03-0.03-0.04c-0.56-0.64-1.09-1.33-1.96-1.52c0.2-0.18,0.4-0.37,0.6-0.54 c0.8-0.69,1.93-1.31,2.91-0.88C90.9,161.66,90.5,163.57,89.98,164.87z M75.39,177.05v-0.01c-0.43-0.54-0.91-1.04-1.37-1.54 c-0.25-0.28-0.5-0.59-0.79-0.83c-0.32-0.26-0.69-0.4-1.09-0.47c-0.22-0.25-0.85-0.99-0.89-0.97c-1.1,0.65-2.21,1.46-2.65,2.7 c-0.16,0.21-0.31,0.42-0.43,0.64c-0.25,0.45-0.39,0.98-0.25,1.49c0.06,0.24,0.18,0.44,0.34,0.63c0.45,0.53,0.92,1.04,1.39,1.56 c0.13,0.14,0.25,0.28,0.38,0.4l0.07,0.07c0,0,0-0.02-0.02-0.03c0.27,0.26,0.57,0.45,1.01,0.48c0.49,0.02,0.98-0.12,1.4-0.35 c0.01,0,0.02-0.02,0.04-0.03c0.25-0.06,0.49-0.15,0.72-0.25c0.54-0.23,1.04-0.54,1.48-0.91c0.4-0.33,0.82-0.74,0.98-1.25 C75.85,177.9,75.69,177.43,75.39,177.05z M70.79,178.59L70.79,178.59c-0.06,0.03-0.14,0.07-0.21,0.11 c-0.08,0.02-0.17,0.03-0.25,0.04c0.03-0.23,0.08-0.46,0.16-0.68c0.33-0.41,0.71-0.77,1.03-1.01c0.17-0.13,0.37-0.25,0.57-0.35 C71.91,177.47,71.45,178.15,70.79,178.59z M73.63,176.65L73.63,176.65c-0.17,0.27-0.39,0.51-0.64,0.73 c-0.18-0.2-0.37-0.41-0.55-0.61c0.02,0.02-0.08-0.08-0.17-0.17c0.48-0.22,1.01-0.34,1.53-0.32 C73.76,176.41,73.7,176.53,73.63,176.65z M66.74,182.61l-0.01-0.01c-0.06-0.07-0.49-0.44-0.48-0.52c-0.02,0.17-0.05,0.33-0.07,0.5 c-0.22-0.22-0.43-0.41-0.4-0.45c-1.05,1.46-2.54,2.27-4.04,3.21c-0.39,0.24-0.76,0.51-1.13,0.77c-0.93,0.41-1.85,0.82-2.71,1.32 c-0.99,0.57-1.54,1.17-1.92,2.18c-0.69,0.58-1.35,1.18-1.97,1.82c-0.73,0.76-1.52,1.97-0.95,3.04c0.39,0.74,1.25,1.63,2.03,1.95 c1.13,0.46,2.51,0.35,3.66,0.05c5.83-1.56,7.81-8.03,8.46-13.33C67.22,183.03,66.81,182.69,66.74,182.61z M56.44,193.48l-0.09-0.05 C56.36,193.4,56.4,193.43,56.44,193.48z M62.29,192.56c-1.12,1.22-2.53,2.21-4.11,2.72c-1.21,0.39-3.03,0.64-4.26-0.02 c-0.33-1.03,0.37-2.11,1.12-2.87c0.16-0.16,0.33-0.32,0.49-0.48c0.03,0.27,0.09,0.54,0.22,0.8c0.3,0.59,0.89,1.22,1.4,1.64 c0.82,0.69,1.88,0.33,2.72-0.11c0.89-0.47,1.71-1.05,2.45-1.72C62.31,192.53,62.3,192.54,62.29,192.56z M63.59,188.85v-0.01 c-1.09,1.68-2.56,3.14-4.3,4.14c-0.75,0.43-1.72,0.94-2.61,0.61c0,0-0.03-0.01-0.06-0.03c-0.04-0.11-0.09-0.22-0.11-0.34 c-0.09-0.43-0.04-0.84,0.04-1.26c0.08-0.4,0.18-0.84,0.32-1.26c0.62-0.53,1.26-1.04,1.9-1.53c0.97-0.75,1.97-1.46,2.99-2.15 c1.17-0.52,2.34-1.01,3.43-1.67C64.82,186.58,64.3,187.76,63.59,188.85z M181.26,76.52h0.01c-0.12,0.24-0.1,0.61-0.08,0.86 c0.03,0.33,0.13,0.65,0.24,0.95c0.3,2.86,1.34,5.61,3.19,7.85c0.19,0.23,0.4,0.47,0.61,0.71c-0.03,0,0.08,0.12,0.18,0.22 c0.09,0.15,0.17,0.3,0.27,0.44c0.49,0.68,1.11,1.43,1.77,1.95c1.02,0.79,2.32,0.78,3.47,0.29c2.39-1.03,3.76-3.87,2.91-6.36 c-0.38-1.11-1.09-2.07-1.85-2.94c-0.66-0.75-1.33-1.51-2.13-2.13c-1.01-0.77-2.17-1.34-3.42-1.61c-0.66-0.14-1.32-0.19-1.99-0.19 c-0.61,0-1.26,0.07-1.76-0.31c-0.05-0.06-0.11-0.11-0.16-0.18c0.16,0.21,0.34,0.45,0.52,0.67c-0.27-0.11-0.55-0.22-0.83-0.29 c-0.18-0.05-0.46-0.13-0.65-0.11C181.23,76.36,181.38,76.29,181.26,76.52z M184.42,85.61h-0.01c-0.84-1.38-1.41-2.9-1.75-4.47 c0.36,0.81,0.72,1.62,1.08,2.42c0.45,1,0.84,2.08,1.38,3.06C184.88,86.29,184.63,85.96,184.42,85.61z M187.71,89.02 c-0.29-0.07-0.58-0.18-0.84-0.33c-0.09-0.05-0.17-0.11-0.26-0.17c0-0.01-0.01-0.01-0.01-0.02c-0.03-0.02-0.06-0.04-0.09-0.06 c-0.26-0.15-0.27-0.46,0.07,0.03c-0.11-0.17-0.21-0.35-0.32-0.52c0.46,0.42,0.96,0.8,1.48,1.07 C187.73,89.02,187.72,89.02,187.71,89.02z M182.15,78.33c-0.01-0.23-0.01-0.55,0.09-0.76c0.14-0.26,0.3-0.18,0.61-0.13 c0.02,0,0.04,0.01,0.06,0.02c0.18,0.2,0.33,0.37,0.34,0.36c0,0-0.14-0.16-0.31-0.36c1.07,0.21,2.01,0.83,2.94,1.38 c1.19,0.71,2.37,1.44,3.47,2.28c0.28,0.22,0.55,0.44,0.82,0.67c0.19,0.17,0.37,0.35,0.56,0.52l0.03,0.02 c-1.4-1.53-3.02-2.82-4.81-3.92c-0.41-0.25-0.83-0.52-1.26-0.79c0.53,0.03,1.07-0.01,1.6,0.03h0.01c0.62,0.05,1.22,0.17,1.81,0.36 c1.14,0.36,2.19,0.96,3.09,1.74c0.07,0.06,0.23,0.18,0.35,0.29c0.02,0.03,0.04,0.06,0.07,0.1c0.2,0.29,0.41,0.56,0.6,0.86 c0.35,0.57,0.65,1.18,0.8,1.83c0.24,1,0.12,2.03-0.25,2.97c-0.11-0.81-0.47-1.62-1-2.31c-0.27-0.36-0.58-0.68-0.87-1.01 c-0.04-0.05-0.09-0.09-0.13-0.13c-0.2-0.15,0.35,0.47,0.42,0.58c0.11,0.17,0.21,0.35,0.29,0.53c0.88,1.83,0.31,3.91-1.68,4.68 c-1.07,0.41-2.22,0.32-3.22-0.24c-0.2-0.11-0.38-0.25-0.56-0.39c-0.04-0.07-0.09-0.14-0.12-0.21c-1.2-2.49-2.34-5.05-3.39-7.6 c-0.05-0.11-0.08-0.23-0.13-0.35c-0.02-0.24-0.05-0.48-0.06-0.72c0-0.07-0.08-0.16-0.17-0.25 C182.15,78.36,182.15,78.35,182.15,78.33z M190.77,82.35c0-0.01-0.01-0.01-0.01-0.02l0.03,0.03 C190.78,82.35,190.78,82.35,190.77,82.35z M182.16,66.91c0.07,0.08,0.38,0.52,0.48,0.52c3.35-0.04,6.84-0.45,9.75-2.24 c2.18-1.34,3.94-3.5,4.57-6.01c0.31-1.23,0.49-2.9-0.26-4.02c-0.44-0.67-1.22-1.65-2.04-1.79c-1.29-0.23-2.41,0.89-3.26,1.68 c-0.38,0.36-0.74,0.74-1.11,1.11c-0.28,0.08-0.55,0.17-0.79,0.27c-1.13,0.47-1.72,1.69-2.33,2.68c-0.36,0.59-0.69,1.2-1.01,1.81 c-0.41,0.52-0.81,1.05-1.2,1.59c-0.9,1.29-1.8,2.52-3.17,3.36c0.03-0.02,0.22,0.23,0.43,0.49c-0.18,0-0.35,0.01-0.53,0.02 C181.79,66.38,182.09,66.84,182.16,66.91z M193.08,55.43l-0.01,0.02c0.8-0.69,1.93-1.31,2.91-0.88c0.6,1.4,0.2,3.31-0.32,4.61 c-0.62,1.58-1.69,2.98-2.99,4.06c-0.17,0.14-0.35,0.25-0.53,0.38c1.15-1.01,2.17-2.23,2.72-3.59c0.37-0.91,0.24-1.69-0.34-2.42 c0.02,0.02,0.04,0.03,0.06,0.04c-0.04-0.04-0.07-0.08-0.11-0.12c-0.01-0.01-0.02-0.03-0.03-0.04c-0.56-0.64-1.09-1.33-1.96-1.52 C192.68,55.79,192.88,55.6,193.08,55.43z M187.23,61.79v0.02c0.7-0.9,1.43-1.78,2.18-2.64c0.57-0.65,1.15-1.3,1.76-1.92 c0.08-0.02,0.16-0.04,0.24-0.06c0.9-0.2,1.82-0.3,2.61,0.1c0.38,1.13-0.37,2.33-1.04,3.26c-0.83,1.15-1.86,2.16-3.02,2.97 c-1.5,1.06-3.21,1.78-5,2.12C185.84,64.45,186.53,63.12,187.23,61.79z M173.96,73v-0.01c0.45,0.53,0.92,1.04,1.39,1.56 c0.13,0.14,0.25,0.28,0.38,0.4l0.07,0.07c0,0,0-0.02-0.02-0.03c0.27,0.26,0.57,0.45,1.01,0.48c0.49,0.02,0.98-0.12,1.4-0.35 c0.01,0,0.02-0.02,0.04-0.03c0.25-0.06,0.49-0.15,0.72-0.25c0.54-0.23,1.04-0.54,1.48-0.91c0.4-0.33,0.82-0.74,0.98-1.25 c0.14-0.48-0.02-0.95-0.32-1.33c-0.43-0.54-0.91-1.04-1.37-1.54c-0.25-0.28-0.5-0.59-0.79-0.83c-0.32-0.26-0.69-0.4-1.09-0.47 c-0.22-0.25-0.85-0.99-0.89-0.97c-1.1,0.65-2.21,1.46-2.65,2.7c-0.16,0.21-0.31,0.42-0.43,0.64c-0.25,0.45-0.39,0.98-0.25,1.49 C173.68,72.61,173.8,72.81,173.96,73z M179.5,70.59c-0.04,0.13-0.1,0.25-0.17,0.37c-0.17,0.27-0.39,0.51-0.64,0.73 c-0.18-0.2-0.37-0.41-0.55-0.61c0.02,0.02-0.08-0.08-0.17-0.17C178.45,70.69,178.98,70.57,179.5,70.59z M176.2,72.37v-0.01 c0.33-0.41,0.71-0.77,1.03-1.01c0.17-0.13,0.37-0.25,0.57-0.35c-0.18,0.77-0.64,1.45-1.3,1.89c-0.06,0.04-0.14,0.08-0.21,0.12 c-0.08,0.02-0.17,0.03-0.25,0.04C176.07,72.82,176.12,72.59,176.2,72.37z M160.78,90.73l-0.01-0.01c1.13,0.46,2.51,0.35,3.66,0.05 c5.83-1.56,7.81-8.03,8.46-13.33c0.01-0.11-0.4-0.45-0.47-0.53c-0.06-0.07-0.49-0.44-0.48-0.52c-0.02,0.17-0.05,0.33-0.07,0.5 c-0.22-0.22-0.43-0.41-0.4-0.45c-1.05,1.46-2.54,2.27-4.04,3.21c-0.39,0.24-0.76,0.51-1.13,0.77c-0.93,0.41-1.85,0.82-2.71,1.32 c-0.99,0.57-1.54,1.17-1.92,2.18c-0.69,0.58-1.35,1.18-1.97,1.82c-0.73,0.76-1.52,1.97-0.95,3.04 C159.14,89.52,160,90.41,160.78,90.73z M162.24,86.26c0.08-0.4,0.18-0.84,0.32-1.26c0.62-0.53,1.26-1.04,1.9-1.53 c0.97-0.75,1.97-1.46,2.99-2.15c1.17-0.52,2.34-1.01,3.43-1.67c-0.37,1.23-0.89,2.41-1.6,3.5c-1.09,1.68-2.56,3.14-4.3,4.14 c-0.75,0.43-1.72,0.94-2.61,0.61c0,0-0.03-0.01-0.06-0.03c-0.04-0.11-0.09-0.22-0.11-0.34C162.11,87.1,162.16,86.69,162.24,86.26z M162.13,87.78l-0.09-0.05C162.05,87.7,162.09,87.73,162.13,87.78z M160.73,86.7c0.16-0.16,0.33-0.32,0.49-0.48 c0.03,0.27,0.09,0.54,0.22,0.8c0.3,0.59,0.89,1.22,1.4,1.64c0.82,0.69,1.88,0.33,2.72-0.11c0.89-0.47,1.71-1.05,2.45-1.72 c-0.01,0.01-0.02,0.02-0.03,0.04c-1.12,1.22-2.53,2.21-4.11,2.72c-1.21,0.39-3.03,0.64-4.26-0.02 C159.28,88.54,159.98,87.46,160.73,86.7z M181.78,177.07v0.01c-0.45-0.53-0.92-1.04-1.39-1.56c-0.13-0.14-0.25-0.28-0.38-0.4 l-0.07-0.07c0,0,0,0.02,0.02,0.03c-0.27-0.26-0.57-0.45-1.01-0.48c-0.49-0.02-0.98,0.12-1.4,0.35c-0.01,0-0.02,0.02-0.04,0.03 c-0.25,0.06-0.49,0.15-0.72,0.25c-0.54,0.23-1.04,0.54-1.48,0.91c-0.4,0.33-0.82,0.74-0.98,1.25c-0.14,0.48,0.02,0.95,0.32,1.33 c0.43,0.54,0.91,1.04,1.37,1.54c0.25,0.28,0.5,0.59,0.79,0.83c0.32,0.26,0.69,0.4,1.09,0.47c0.22,0.25,0.85,0.99,0.89,0.97 c1.1-0.65,2.21-1.46,2.65-2.7c0.16-0.21,0.31-0.42,0.43-0.64c0.25-0.45,0.39-0.98,0.25-1.49 C182.06,177.46,181.94,177.26,181.78,177.07z M176.24,179.48L176.24,179.48c0.04-0.13,0.1-0.25,0.17-0.37 c0.17-0.27,0.39-0.51,0.64-0.73c0.18,0.2,0.37,0.41,0.55,0.61c-0.02-0.02,0.08,0.08,0.17,0.17 C177.29,179.38,176.76,179.5,176.24,179.48z M179.54,177.7v0.01c-0.33,0.41-0.71,0.77-1.03,1.01c-0.17,0.13-0.37,0.25-0.57,0.35 c0.18-0.77,0.64-1.45,1.3-1.89c0.06-0.04,0.14-0.08,0.21-0.12c0.08-0.02,0.17-0.03,0.25-0.04 C179.67,177.25,179.62,177.48,179.54,177.7z M194.96,159.34l0.01,0.01c-1.13-0.46-2.51-0.35-3.66-0.05 c-5.83,1.56-7.81,8.03-8.46,13.33c-0.01,0.11,0.4,0.45,0.47,0.53c0.06,0.07,0.49,0.44,0.48,0.52c0.02-0.17,0.05-0.33,0.07-0.5 c0.22,0.22,0.43,0.41,0.4,0.45c1.05-1.46,2.54-2.27,4.04-3.21c0.39-0.24,0.76-0.51,1.13-0.77c0.93-0.41,1.85-0.82,2.71-1.32 c0.99-0.57,1.54-1.17,1.92-2.18c0.69-0.58,1.35-1.18,1.97-1.82c0.73-0.76,1.52-1.97,0.95-3.04 C196.6,160.55,195.74,159.66,194.96,159.34z M193.5,163.81c-0.08,0.4-0.18,0.84-0.32,1.26c-0.62,0.53-1.26,1.04-1.9,1.53 c-0.97,0.75-1.97,1.46-2.99,2.15c-1.17,0.52-2.34,1.01-3.43,1.67c0.37-1.23,0.89-2.41,1.6-3.5c1.09-1.68,2.56-3.14,4.3-4.14 c0.75-0.43,1.72-0.94,2.61-0.61c0,0,0.03,0.01,0.06,0.03c0.04,0.11,0.09,0.22,0.11,0.34C193.63,162.97,193.58,163.38,193.5,163.81z M193.61,162.29l0.09,0.05C193.69,162.37,193.65,162.34,193.61,162.29z M195.01,163.37c-0.16,0.16-0.33,0.32-0.49,0.48 c-0.03-0.27-0.09-0.54-0.22-0.8c-0.3-0.59-0.89-1.22-1.4-1.64c-0.82-0.69-1.88-0.33-2.72,0.11c-0.89,0.47-1.71,1.05-2.45,1.72 c0.01-0.01,0.02-0.02,0.03-0.04c1.12-1.22,2.53-2.21,4.11-2.72c1.21-0.39,3.03-0.64,4.26,0.02 C196.46,161.53,195.76,162.61,195.01,163.37z M173.58,183.16L173.58,183.16c-0.07-0.08-0.38-0.52-0.48-0.52 c-3.35,0.04-6.84,0.45-9.75,2.24c-2.18,1.34-3.94,3.5-4.57,6.01c-0.31,1.23-0.49,2.9,0.26,4.02c0.44,0.67,1.22,1.65,2.04,1.79 c1.29,0.23,2.41-0.89,3.26-1.68c0.38-0.36,0.74-0.74,1.11-1.11c0.28-0.08,0.55-0.17,0.79-0.27c1.13-0.47,1.72-1.69,2.33-2.68 c0.36-0.59,0.69-1.2,1.01-1.81c0.41-0.52,0.81-1.05,1.2-1.59c0.9-1.29,1.8-2.52,3.17-3.36c-0.03,0.02-0.22-0.23-0.43-0.49 c0.18,0,0.35-0.01,0.53-0.02C173.95,183.69,173.65,183.23,173.58,183.16z M162.68,194.64l-0.01-0.02c-0.8,0.69-1.93,1.31-2.91,0.88 c-0.6-1.4-0.2-3.31,0.32-4.61c0.62-1.58,1.69-2.98,3-4.06c0.17-0.14,0.35-0.25,0.53-0.38c-1.15,1.01-2.17,2.23-2.72,3.59 c-0.37,0.91-0.24,1.69,0.34,2.42c-0.02-0.02-0.04-0.03-0.05-0.04l0.11,0.12c0,0,0.02,0.03,0.03,0.04c0.56,0.64,1.09,1.33,1.96,1.52 C163.08,194.28,162.88,194.47,162.68,194.64z M168.51,188.28v-0.02c-0.7,0.9-1.43,1.78-2.18,2.64c-0.57,0.65-1.15,1.3-1.76,1.92 c-0.08,0.02-0.16,0.04-0.24,0.06c-0.9,0.2-1.82,0.3-2.61-0.1c-0.38-1.13,0.37-2.33,1.04-3.26c0.83-1.15,1.86-2.16,3.02-2.97 c1.5-1.06,3.21-1.78,5-2.12C169.9,185.62,169.21,186.95,168.51,188.28z M174.48,173.55L174.48,173.55c0.11-0.24,0.09-0.61,0.07-0.86 c-0.03-0.33-0.13-0.65-0.24-0.95c-0.3-2.86-1.34-5.61-3.19-7.85c-0.19-0.23-0.4-0.47-0.61-0.71c0.03,0-0.08-0.12-0.18-0.22 c-0.09-0.15-0.17-0.3-0.27-0.44c-0.49-0.68-1.11-1.43-1.77-1.95c-1.02-0.79-2.32-0.78-3.47-0.29c-2.39,1.03-3.76,3.87-2.91,6.36 c0.38,1.11,1.09,2.07,1.85,2.94c0.66,0.75,1.33,1.51,2.13,2.13c1.01,0.77,2.17,1.34,3.42,1.61c0.66,0.14,1.32,0.19,1.99,0.19 c0.61,0,1.26-0.07,1.76,0.31c0.05,0.06,0.11,0.11,0.16,0.18c-0.16-0.21-0.34-0.45-0.52-0.67c0.27,0.11,0.55,0.22,0.83,0.29 c0.18,0.05,0.46,0.13,0.65,0.11C174.51,173.71,174.36,173.78,174.48,173.55z M171.32,164.46h0.01c0.84,1.38,1.41,2.9,1.75,4.47 c-0.36-0.81-0.72-1.62-1.08-2.42c-0.45-1-0.84-2.08-1.38-3.06C170.86,163.78,171.11,164.11,171.32,164.46z M168.03,161.05 c0.29,0.07,0.58,0.18,0.84,0.33c0.09,0.05,0.17,0.11,0.26,0.17c0,0.01,0.01,0.01,0.01,0.02c0.03,0.02,0.06,0.04,0.09,0.06 c0.26,0.15,0.27,0.46-0.07-0.03c0.11,0.17,0.21,0.35,0.32,0.52c-0.46-0.42-0.96-0.8-1.48-1.07 C168.01,161.05,168.02,161.05,168.03,161.05z M169.44,172.42c-0.62-0.05-1.22-0.17-1.81-0.36c-1.14-0.36-2.19-0.96-3.09-1.74 c-0.07-0.06-0.23-0.18-0.35-0.29c-0.02-0.03-0.04-0.06-0.07-0.1c-0.2-0.29-0.41-0.56-0.6-0.86c-0.35-0.57-0.64-1.18-0.8-1.83 c-0.24-1-0.12-2.03,0.25-2.97c0.11,0.81,0.47,1.62,1,2.31c0.27,0.36,0.58,0.68,0.87,1.01c1.43,1.6,3.11,2.93,4.94,4.07 c0.41,0.25,0.83,0.52,1.26,0.79C170.51,172.42,169.97,172.46,169.44,172.42z M173.6,171.74c0.01,0.23,0.01,0.55-0.09,0.76 c-0.14,0.26-0.3,0.18-0.61,0.13c-0.02,0-0.04-0.01-0.06-0.02c-0.18-0.2-0.33-0.37-0.34-0.36c0,0,0.14,0.16,0.31,0.36 c-1.07-0.21-2.01-0.83-2.94-1.38c-1.19-0.71-2.37-1.44-3.47-2.28c-0.28-0.22-0.55-0.44-0.82-0.67c-0.19-0.17-0.37-0.35-0.56-0.52 l-0.06-0.05c0.27,0.22-0.33-0.45-0.4-0.57c-0.11-0.17-0.21-0.35-0.29-0.53c-0.88-1.83-0.31-3.91,1.68-4.68 c1.07-0.41,2.22-0.32,3.22,0.24c0.2,0.11,0.38,0.25,0.56,0.39c0.04,0.07,0.09,0.14,0.12,0.21c1.2,2.49,2.34,5.05,3.39,7.6 c0.05,0.11,0.08,0.23,0.13,0.35c0.02,0.24,0.05,0.48,0.06,0.72c0,0.07,0.08,0.16,0.17,0.25C173.6,171.71,173.6,171.72,173.6,171.74z '/%3E%3C/svg%3E");
}

.cta__book.bg--blue::before,
.cta__book.bg--green::before,
.cta__book.bg--yellow::before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='211.4px' height='211.4px' viewBox='0 0 211.4 211.4' enable-background='new 0 0 211.4 211.4' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M14.14,22.63v0.01c-0.33,0.03-0.65,0.13-0.95,0.24c-2.86,0.3-5.61,1.34-7.85,3.19 c-0.23,0.19-0.47,0.4-0.71,0.61c0-0.03-0.12,0.08-0.22,0.18c-0.15,0.09-0.3,0.17-0.44,0.27c-0.68,0.49-1.43,1.11-1.95,1.77 c-0.79,1.02-0.78,2.32-0.29,3.47c1.03,2.39,3.87,3.76,6.36,2.91c1.11-0.38,2.07-1.09,2.94-1.85c0.75-0.66,1.51-1.33,2.13-2.13 c0.77-1.01,1.34-2.17,1.61-3.42c0.14-0.66,0.19-1.32,0.19-1.99c0-0.61-0.07-1.26,0.31-1.76c0.06-0.05,0.11-0.11,0.18-0.16 c-0.21,0.16-0.45,0.34-0.67,0.52c0.11-0.27,0.22-0.55,0.29-0.83c0.05-0.18,0.13-0.46,0.11-0.65c-0.02-0.33,0.05-0.18-0.18-0.3 C14.76,22.59,14.39,22.61,14.14,22.63z M5.92,25.87v-0.01c1.38-0.84,2.9-1.41,4.47-1.75c-0.81,0.36-1.62,0.72-2.42,1.08 c-1,0.45-2.08,0.84-3.06,1.38C5.24,26.33,5.57,26.08,5.92,25.87z M2.51,29.17c0-0.01,0-0.01,0-0.01c0.07-0.29,0.18-0.58,0.33-0.84 c0.05-0.09,0.12-0.18,0.18-0.27c-0.09,0.06-0.2,0.13-0.35,0.22c0.12-0.07,0.24-0.15,0.35-0.22c0.02-0.03,0.04-0.06,0.06-0.09 c0.15-0.26,0.46-0.27-0.03,0.07c0.17-0.11,0.35-0.21,0.52-0.32C3.15,28.17,2.78,28.66,2.51,29.17z M14.11,24.3l-0.02-0.01 c0,0-0.01,0.04-0.02,0.06c-0.2,0.18-0.37,0.33-0.36,0.34c0,0,0.16-0.14,0.36-0.31c-0.21,1.07-0.83,2.01-1.38,2.94 c-0.71,1.19-1.44,2.37-2.28,3.47c-0.22,0.28-0.44,0.55-0.67,0.82c-0.17,0.19-0.35,0.37-0.52,0.56L9.2,32.2 c1.53-1.4,2.82-3.02,3.92-4.8c0.25-0.41,0.52-0.83,0.79-1.26c-0.03,0.53,0.01,1.07-0.03,1.6c-0.05,0.62-0.17,1.22-0.36,1.81 c-0.36,1.14-0.96,2.19-1.74,3.09c-0.06,0.07-0.18,0.23-0.29,0.35c-0.03,0.02-0.06,0.04-0.1,0.07c-0.29,0.2-0.56,0.41-0.86,0.6 c-0.57,0.35-1.18,0.64-1.83,0.8c-1,0.24-2.03,0.12-2.97-0.25c0.81-0.11,1.62-0.47,2.31-1c0.36-0.27,0.68-0.58,1.01-0.87 c0.05-0.04,0.09-0.09,0.13-0.13c0.15-0.2-0.47,0.35-0.58,0.42c-0.17,0.11-0.35,0.21-0.53,0.29c-1.83,0.88-3.91,0.31-4.68-1.68 c-0.41-1.07-0.32-2.22,0.24-3.22c0.11-0.2,0.25-0.38,0.39-0.56c0.07-0.04,0.14-0.09,0.21-0.12c2.49-1.2,5.05-2.34,7.6-3.39 c0.11-0.05,0.23-0.08,0.35-0.13c0.24-0.02,0.48-0.05,0.72-0.06c0.06,0,0.16-0.08,0.25-0.17c0.02,0,0.03,0,0.05,0 c0.23-0.01,0.56-0.01,0.77,0.09C14.25,23.82,14.16,23.98,14.11,24.3z M9.18,32.21c0.01,0,0.01-0.01,0.01-0.01l-0.03,0.03 C9.18,32.22,9.18,32.22,9.18,32.21z M23.98,18.4h0.01c-0.65-1.1-1.46-2.21-2.7-2.65c-0.21-0.16-0.42-0.31-0.64-0.43 c-0.45-0.25-0.98-0.39-1.49-0.25c-0.24,0.06-0.44,0.18-0.63,0.34c-0.53,0.45-1.04,0.92-1.56,1.39c-0.14,0.13-0.28,0.25-0.4,0.38 l-0.07,0.07c0,0,0.02,0,0.03-0.02c-0.26,0.27-0.45,0.57-0.48,1.01c-0.02,0.49,0.12,0.98,0.35,1.4c0,0.01,0.02,0.02,0.03,0.04 c0.06,0.25,0.15,0.49,0.25,0.72c0.23,0.54,0.54,1.04,0.91,1.48c0.33,0.4,0.74,0.82,1.25,0.98c0.48,0.14,0.95-0.02,1.33-0.32 c0.54-0.43,1.04-0.91,1.54-1.37c0.28-0.25,0.59-0.5,0.83-0.79c0.26-0.32,0.4-0.69,0.47-1.09C23.26,19.07,24,18.44,23.98,18.4z M18.63,17.94h0.01c-0.04-0.06-0.08-0.14-0.12-0.21c-0.02-0.08-0.03-0.17-0.04-0.25c0.23,0.03,0.46,0.08,0.68,0.16 c0.41,0.33,0.77,0.71,1.01,1.03c0.13,0.17,0.25,0.37,0.35,0.57C19.75,19.06,19.07,18.6,18.63,17.94z M20.57,20.78 c-0.27-0.17-0.51-0.39-0.73-0.64c0.2-0.18,0.41-0.37,0.61-0.55c-0.02,0.02,0.08-0.08,0.17-0.17c0.22,0.48,0.34,1.01,0.32,1.53 C20.81,20.91,20.69,20.85,20.57,20.78z M14.08,14.35h0.01c0.11,0.01,0.45-0.4,0.53-0.47c0.07-0.06,0.44-0.49,0.52-0.48 c-0.17-0.02-0.33-0.05-0.5-0.07c0.22-0.22,0.41-0.43,0.45-0.4c-1.46-1.05-2.27-2.54-3.21-4.04c-0.24-0.39-0.51-0.76-0.77-1.13 c-0.41-0.93-0.82-1.85-1.32-2.71C9.22,4.06,8.62,3.51,7.61,3.13C7.03,2.44,6.43,1.78,5.79,1.16C5.03,0.41,3.83-0.38,2.75,0.2 C2.01,0.59,1.12,1.45,0.8,2.23C0.34,3.36,0.45,4.74,0.75,5.89C2.31,11.72,8.78,13.7,14.08,14.35z M6.51,4.02h0.01 c0.53,0.62,1.04,1.26,1.53,1.9C8.8,6.89,9.51,7.89,10.2,8.91c0.52,1.17,1.01,2.34,1.67,3.43c-1.23-0.37-2.41-0.89-3.5-1.6 c-1.68-1.09-3.14-2.56-4.14-4.3C3.8,5.69,3.29,4.72,3.62,3.83c0,0,0.01-0.03,0.03-0.06c0.11-0.04,0.22-0.09,0.34-0.11 C4.42,3.57,4.83,3.62,5.25,3.7C5.65,3.78,6.09,3.88,6.51,4.02z M3.74,3.59L3.79,3.5C3.82,3.51,3.79,3.55,3.74,3.59z M1.95,1.06 c1.03-0.33,2.11,0.37,2.87,1.12C4.98,2.34,5.14,2.51,5.3,2.67C5.03,2.7,4.76,2.76,4.5,2.89c-0.59,0.3-1.22,0.89-1.64,1.4 C2.17,5.11,2.53,6.17,2.97,7.01C3.44,7.9,4.02,8.72,4.69,9.46C4.68,9.45,4.67,9.44,4.65,9.43C3.43,8.31,2.44,6.9,1.93,5.32 C1.54,4.11,1.29,2.29,1.95,1.06z M32.34,38.41c1.23,0.31,2.9,0.49,4.02-0.26c0.67-0.44,1.65-1.22,1.79-2.04 c0.23-1.29-0.89-2.41-1.68-3.26c-0.36-0.38-0.74-0.74-1.11-1.11c-0.08-0.28-0.17-0.55-0.27-0.79c-0.47-1.13-1.69-1.72-2.68-2.33 c-0.59-0.36-1.2-0.69-1.81-1.01c-0.52-0.41-1.05-0.82-1.59-1.2c-1.29-0.9-2.52-1.8-3.36-3.17c0.02,0.03-0.23,0.22-0.49,0.43 c0-0.18-0.01-0.35-0.02-0.53c0,0.1-0.46,0.4-0.53,0.47c-0.08,0.07-0.52,0.38-0.52,0.48c0.04,3.35,0.45,6.84,2.24,9.75 C27.67,36.02,29.83,37.78,32.34,38.41z M35.53,33.95c0.18,0.19,0.36,0.39,0.53,0.58c0.69,0.8,1.31,1.93,0.88,2.91 c-1.4,0.6-3.31,0.2-4.61-0.32c-1.58-0.62-2.98-1.69-4.06-2.99c-0.14-0.17-0.25-0.35-0.38-0.53c1.01,1.15,2.23,2.17,3.59,2.72 c0.91,0.37,1.69,0.24,2.42-0.35c-0.02,0.02-0.03,0.04-0.04,0.06l0.12-0.11c0,0,0.03-0.02,0.04-0.03 C34.66,35.33,35.34,34.81,35.53,33.95z M29.73,28.69h-0.02c0.9,0.7,1.78,1.43,2.64,2.18c0.65,0.57,1.3,1.15,1.92,1.76 c0.02,0.08,0.04,0.16,0.06,0.24c0.2,0.9,0.3,1.82-0.1,2.61c-1.13,0.38-2.33-0.37-3.26-1.04c-1.15-0.83-2.16-1.86-2.97-3.02 c-1.06-1.5-1.78-3.21-2.12-5C27.07,27.3,28.4,27.99,29.73,28.69z M68.99,73.02v0.01c0.43,0.54,0.91,1.04,1.37,1.54 c0.25,0.28,0.5,0.59,0.79,0.83c0.32,0.26,0.69,0.4,1.09,0.47c0.22,0.25,0.85,0.99,0.89,0.97c1.1-0.65,2.21-1.46,2.65-2.7 c0.16-0.21,0.31-0.42,0.43-0.64c0.25-0.45,0.39-0.98,0.25-1.49c-0.06-0.24-0.18-0.44-0.34-0.63c-0.45-0.53-0.92-1.04-1.39-1.56 c-0.13-0.14-0.25-0.28-0.38-0.4l-0.07-0.07c0,0,0,0.02,0.02,0.03c-0.27-0.26-0.57-0.45-1.01-0.48c-0.49-0.02-0.98,0.12-1.4,0.35 c-0.01,0-0.02,0.02-0.04,0.03c-0.25,0.06-0.49,0.15-0.72,0.25c-0.54,0.23-1.04,0.54-1.48,0.91c-0.4,0.33-0.82,0.74-0.98,1.25 C68.53,72.17,68.69,72.64,68.99,73.02z M73.59,71.48v0.01c0.06-0.04,0.14-0.08,0.21-0.12c0.08-0.02,0.17-0.03,0.25-0.04 c-0.03,0.23-0.08,0.46-0.16,0.68c-0.33,0.41-0.71,0.77-1.03,1.01c-0.17,0.13-0.37,0.25-0.57,0.35 C72.47,72.6,72.93,71.92,73.59,71.48z M70.75,73.42c0.17-0.27,0.39-0.51,0.64-0.73c0.18,0.2,0.37,0.41,0.55,0.61 c-0.02-0.02,0.08,0.08,0.17,0.17c-0.48,0.22-1.01,0.34-1.53,0.32C70.62,73.66,70.68,73.54,70.75,73.42z M58.1,63.88h-0.01 c0.66,0.75,1.33,1.51,2.13,2.13c1.01,0.77,2.17,1.34,3.42,1.61c0.66,0.14,1.32,0.19,1.99,0.19c0.61,0,1.26-0.07,1.76,0.31 c0.05,0.06,0.11,0.11,0.16,0.18c-0.16-0.21-0.34-0.45-0.52-0.67c0.27,0.11,0.55,0.22,0.83,0.29c0.18,0.05,0.46,0.13,0.65,0.11 c0.33-0.02,0.18,0.05,0.3-0.18c0.12-0.24,0.1-0.61,0.08-0.86c-0.03-0.33-0.13-0.65-0.24-0.95c-0.3-2.86-1.34-5.61-3.19-7.85 c-0.19-0.23-0.4-0.47-0.61-0.71c0.03,0-0.08-0.12-0.18-0.22c-0.09-0.15-0.17-0.3-0.27-0.44c-0.49-0.68-1.11-1.43-1.77-1.95 c-1.02-0.79-2.32-0.78-3.47-0.29c-2.39,1.03-3.76,3.87-2.91,6.36C56.63,62.05,57.34,63.01,58.1,63.88z M65.65,58.76h0.01 c0.84,1.38,1.41,2.9,1.75,4.47c-0.36-0.81-0.72-1.62-1.08-2.42c-0.45-1-0.84-2.08-1.38-3.06C65.19,58.08,65.44,58.41,65.65,58.76z M62.36,55.35c0.29,0.07,0.58,0.18,0.84,0.33c0.09,0.05,0.17,0.11,0.26,0.17c0,0.01,0.01,0.01,0.01,0.02 c0.03,0.02,0.06,0.04,0.09,0.06c0.26,0.15,0.27,0.46-0.07-0.03c0.11,0.17,0.21,0.35,0.32,0.52c-0.46-0.42-0.96-0.8-1.48-1.07 C62.34,55.35,62.35,55.35,62.36,55.35z M57.3,58.59c0.11,0.8,0.47,1.61,1,2.29c0.27,0.36,0.58,0.68,0.87,1.01 c0.05,0.06,0.11,0.11,0.16,0.17c0.02-0.02-0.4-0.51-0.46-0.61c-0.11-0.17-0.21-0.35-0.29-0.53c-0.88-1.83-0.31-3.91,1.68-4.68 l0.01-0.02c1.07-0.41,2.22-0.32,3.22,0.24c0.2,0.11,0.38,0.25,0.56,0.39c0.04,0.07,0.09,0.14,0.12,0.21c1.2,2.49,2.34,5.05,3.39,7.6 c0.05,0.11,0.08,0.23,0.13,0.35c0.02,0.24,0.05,0.48,0.06,0.72c0,0.07,0.08,0.16,0.17,0.25c0,0.02,0,0.03,0,0.05 c0.01,0.23,0.01,0.56-0.09,0.77c-0.14,0.28-0.3,0.19-0.62,0.14c-0.02,0-0.04-0.01-0.06-0.02c-0.18-0.2-0.33-0.37-0.34-0.36 s0.14,0.16,0.31,0.36c-1.07-0.21-2.01-0.83-2.94-1.38c-1.19-0.71-2.37-1.44-3.47-2.28c-0.28-0.22-0.55-0.44-0.82-0.67 c-0.14-0.12-0.27-0.25-0.41-0.38c1.36,1.45,2.93,2.69,4.64,3.75c0.41,0.25,0.83,0.52,1.26,0.79c-0.53-0.03-1.07,0.01-1.6-0.03 c-0.62-0.05-1.22-0.17-1.81-0.36c-1.14-0.36-2.19-0.96-3.09-1.74c-0.07-0.06-0.23-0.18-0.35-0.29c-0.02-0.03-0.04-0.06-0.07-0.1 c-0.2-0.29-0.41-0.56-0.6-0.86c-0.35-0.57-0.64-1.18-0.8-1.83C56.82,60.55,56.94,59.52,57.3,58.59z M59.27,62.02 c0.04,0.03,0.06,0.04,0.06,0.04c0.05,0.05,0.1,0.1,0.15,0.15c-0.05-0.05-0.1-0.09-0.15-0.14L59.27,62.02z M55.42,91 c1.29,0.23,2.41-0.89,3.26-1.68c0.38-0.36,0.74-0.74,1.11-1.11c0.28-0.08,0.55-0.17,0.79-0.27c1.13-0.47,1.72-1.69,2.33-2.68 c0.36-0.59,0.69-1.2,1.01-1.81c0.41-0.52,0.81-1.05,1.2-1.59c0.9-1.29,1.8-2.52,3.17-3.36c-0.03,0.02-0.22-0.23-0.43-0.49 c0.18,0,0.35-0.01,0.53-0.02c-0.1,0-0.4-0.46-0.47-0.53c-0.07-0.08-0.38-0.52-0.48-0.52c-3.35,0.04-6.84,0.45-9.75,2.24 c-2.18,1.34-3.94,3.5-4.57,6.01c-0.31,1.23-0.49,2.9,0.26,4.02C53.82,89.88,54.6,90.86,55.42,91z M60.11,80.85v-0.02 c1.5-1.06,3.21-1.78,5-2.12c-0.88,1.19-1.57,2.52-2.27,3.85c-0.71,0.9-1.43,1.78-2.18,2.64c-0.57,0.65-1.15,1.3-1.76,1.92 c-0.08,0.02-0.16,0.04-0.24,0.06c-0.9,0.2-1.82,0.3-2.61-0.1c-0.38-1.13,0.37-2.33,1.04-3.26C57.92,82.67,58.95,81.66,60.11,80.85z M54.4,85.2l0.01-0.02c0.62-1.58,1.69-2.98,2.99-4.06c0.17-0.14,0.35-0.25,0.53-0.38c-1.15,1.01-2.17,2.23-2.72,3.59 c-0.37,0.91-0.24,1.69,0.34,2.42c-0.02-0.02-0.04-0.03-0.06-0.04l0.11,0.12c0,0,0.02,0.03,0.03,0.04c0.56,0.64,1.09,1.33,1.96,1.52 c-0.2,0.18-0.4,0.37-0.6,0.54c-0.8,0.69-1.93,1.31-2.91,0.88C53.48,88.41,53.88,86.5,54.4,85.2z M77.65,67.46 c0.06,0.07,0.49,0.44,0.48,0.52c0.02-0.17,0.05-0.33,0.07-0.5c0.22,0.22,0.43,0.41,0.4,0.45c1.05-1.46,2.54-2.27,4.04-3.21 c0.39-0.24,0.76-0.51,1.13-0.77c0.93-0.41,1.85-0.82,2.71-1.32c0.99-0.57,1.54-1.17,1.92-2.18c0.69-0.58,1.35-1.18,1.97-1.82 c0.73-0.76,1.52-1.97,0.95-3.04c-0.39-0.74-1.25-1.63-2.03-1.95l0.01,0.01c-1.13-0.46-2.51-0.35-3.66-0.05 c-5.83,1.56-7.81,8.03-8.46,13.33C77.17,67.04,77.58,67.38,77.65,67.46z M87.94,56.59l0.09,0.05 C88.02,56.67,87.98,56.64,87.94,56.59z M82.09,57.5c1.12-1.22,2.53-2.21,4.11-2.72c1.21-0.39,3.03-0.64,4.26,0.02 c0.33,1.03-0.37,2.11-1.12,2.87c-0.16,0.16-0.33,0.32-0.49,0.48c-0.03-0.27-0.09-0.54-0.22-0.8c-0.3-0.59-0.89-1.22-1.4-1.64 c-0.82-0.69-1.88-0.33-2.72,0.11c-0.89,0.47-1.71,1.05-2.45,1.72C82.07,57.53,82.08,57.52,82.09,57.5z M80.79,61.22 c1.09-1.68,2.56-3.14,4.3-4.14c0.75-0.43,1.72-0.94,2.61-0.61c0,0,0.03,0.01,0.06,0.03c0.04,0.11,0.09,0.22,0.11,0.34 c0.09,0.43,0.04,0.84-0.04,1.26v0.01c-0.08,0.4-0.18,0.84-0.32,1.26c-0.62,0.53-1.26,1.04-1.9,1.53c-0.97,0.75-1.97,1.46-2.99,2.15 c-1.17,0.52-2.34,1.01-3.43,1.67C79.56,63.49,80.08,62.31,80.79,61.22z M29.5,112.16c-0.01,0-0.01,0.01-0.02,0.01l0.03-0.03 C29.5,112.15,29.5,112.15,29.5,112.16z M24.54,121.74v-0.01c0.33-0.03,0.65-0.13,0.95-0.24c2.86-0.3,5.61-1.34,7.85-3.19 c0.23-0.19,0.47-0.4,0.71-0.61c0,0.03,0.12-0.08,0.22-0.18c0.15-0.09,0.3-0.17,0.44-0.27c0.68-0.49,1.43-1.11,1.95-1.77 c0.79-1.02,0.78-2.32,0.29-3.47c-1.03-2.39-3.87-3.76-6.36-2.91c-1.11,0.38-2.07,1.09-2.94,1.85c-0.75,0.66-1.51,1.33-2.13,2.13 c-0.77,1.01-1.34,2.17-1.61,3.42c-0.14,0.66-0.19,1.32-0.19,1.99c0,0.61,0.07,1.26-0.31,1.76c-0.06,0.05-0.11,0.11-0.18,0.16 c0.21-0.16,0.45-0.34,0.67-0.52c-0.11,0.27-0.22,0.55-0.29,0.83c-0.05,0.18-0.13,0.46-0.11,0.65c0.02,0.33-0.05,0.18,0.18,0.3 C23.92,121.78,24.29,121.76,24.54,121.74z M32.76,118.5v0.01c-1.38,0.84-2.9,1.41-4.47,1.75c0.81-0.36,1.62-0.72,2.42-1.08 c1-0.45,2.08-0.84,3.06-1.38C33.44,118.04,33.11,118.29,32.76,118.5z M36.17,115.18c0,0,0,0.02,0,0.03 c-0.07,0.29-0.18,0.58-0.33,0.84c-0.05,0.09-0.11,0.17-0.17,0.26c-0.01,0-0.01,0.01-0.02,0.01c-0.02,0.03-0.04,0.06-0.06,0.09 c-0.15,0.26-0.46,0.27,0.03-0.07c-0.17,0.11-0.35,0.21-0.52,0.32C35.52,116.2,35.9,115.7,36.17,115.18z M24.57,120.07l0.02,0.01 c0,0,0.01-0.04,0.02-0.06c0.2-0.18,0.37-0.33,0.36-0.34c0,0-0.16,0.14-0.36,0.31c0.21-1.07,0.83-2.01,1.38-2.94 c0.71-1.19,1.44-2.37,2.28-3.47c0.22-0.28,0.44-0.55,0.67-0.82c0.17-0.19,0.35-0.37,0.52-0.56l0.02-0.03 c-1.53,1.4-2.82,3.02-3.92,4.8c-0.25,0.41-0.53,0.83-0.79,1.26c0.03-0.53-0.01-1.07,0.03-1.6c0.05-0.62,0.17-1.22,0.36-1.81 c0.36-1.14,0.96-2.19,1.74-3.09c0.06-0.07,0.18-0.23,0.29-0.35c0.03-0.02,0.06-0.04,0.1-0.07c0.29-0.2,0.56-0.41,0.86-0.6 c0.57-0.35,1.18-0.64,1.83-0.8c1-0.24,2.03-0.12,2.97,0.25c-0.81,0.11-1.62,0.47-2.31,1c-0.36,0.27-0.68,0.58-1.01,0.87 c-0.05,0.04-0.09,0.09-0.13,0.13c-0.15,0.2,0.47-0.35,0.58-0.42c0.17-0.11,0.35-0.21,0.53-0.29c1.83-0.88,3.91-0.31,4.68,1.68 c0.41,1.07,0.32,2.22-0.24,3.22c-0.11,0.2-0.25,0.38-0.39,0.56c-0.07,0.04-0.14,0.09-0.21,0.12c-2.49,1.2-5.05,2.34-7.6,3.39 c-0.11,0.05-0.23,0.08-0.35,0.13c-0.24,0.02-0.48,0.05-0.72,0.06c-0.07,0-0.16,0.08-0.25,0.17c-0.02,0-0.03,0-0.05,0 c-0.23,0.01-0.56,0.01-0.77-0.09C24.43,120.55,24.52,120.39,24.57,120.07z M24.6,130.02l-0.01,0.01c-0.11-0.01-0.45,0.4-0.53,0.47 c-0.07,0.06-0.44,0.49-0.52,0.48c0.17,0.02,0.33,0.05,0.5,0.07c-0.22,0.22-0.41,0.43-0.45,0.4c1.46,1.05,2.27,2.54,3.21,4.04 c0.24,0.38,0.51,0.76,0.77,1.13c0.41,0.93,0.82,1.85,1.32,2.71c0.57,0.99,1.17,1.54,2.18,1.92c0.58,0.69,1.18,1.35,1.82,1.97 c0.76,0.73,1.97,1.52,3.04,0.95c0.74-0.39,1.63-1.25,1.95-2.03c0.46-1.13,0.35-2.51,0.05-3.66C36.37,132.65,29.9,130.67,24.6,130.02 z M32.17,140.36l-0.01,0c-0.53-0.62-1.04-1.26-1.53-1.9c-0.75-0.97-1.46-1.97-2.15-2.99c-0.52-1.17-1.01-2.34-1.67-3.43 c1.23,0.37,2.41,0.89,3.5,1.6c1.68,1.09,3.14,2.56,4.14,4.3c0.43,0.75,0.94,1.72,0.61,2.61c0,0-0.01,0.03-0.03,0.06 c-0.11,0.04-0.22,0.09-0.34,0.11c-0.43,0.09-0.84,0.04-1.26-0.04C33.03,140.6,32.59,140.5,32.17,140.36z M34.94,140.79l-0.05,0.09 C34.86,140.87,34.89,140.83,34.94,140.79z M36.73,143.32c-1.03,0.33-2.11-0.37-2.87-1.12c-0.16-0.16-0.32-0.33-0.48-0.49 c0.27-0.03,0.54-0.09,0.8-0.22c0.59-0.3,1.22-0.89,1.64-1.4c0.69-0.82,0.33-1.88-0.11-2.72c-0.47-0.89-1.05-1.71-1.72-2.45 c0.01,0.01,0.02,0.02,0.04,0.03c1.22,1.12,2.21,2.53,2.72,4.11C37.14,140.27,37.39,142.09,36.73,143.32z M22.27,124.73l-0.01,0 c0,0-0.02-0.02-0.03-0.04c-0.06-0.25-0.15-0.49-0.25-0.72c-0.23-0.54-0.54-1.04-0.91-1.48c-0.33-0.4-0.74-0.82-1.25-0.98 c-0.48-0.14-0.95,0.02-1.33,0.32c-0.54,0.43-1.04,0.91-1.54,1.37c-0.28,0.25-0.59,0.5-0.83,0.79c-0.26,0.32-0.4,0.69-0.47,1.09 c-0.25,0.22-0.99,0.85-0.97,0.89c0.65,1.1,1.46,2.21,2.7,2.65c0.21,0.16,0.42,0.31,0.64,0.43c0.45,0.25,0.98,0.39,1.49,0.25 c0.24-0.06,0.44-0.18,0.63-0.34c0.53-0.45,1.04-0.92,1.56-1.39c0.14-0.13,0.28-0.25,0.4-0.38l0.07-0.07c0,0-0.02,0-0.03,0.02 c0.26-0.27,0.45-0.57,0.48-1.01C22.64,125.64,22.5,125.15,22.27,124.73z M17.73,123.42c0.13,0.04,0.25,0.1,0.37,0.17 c0.27,0.17,0.51,0.39,0.73,0.64c-0.2,0.18-0.41,0.37-0.61,0.55c0.02-0.02-0.08,0.08-0.17,0.17 C17.83,124.47,17.71,123.94,17.73,123.42z M19.51,126.72H19.5c-0.41-0.33-0.77-0.71-1.01-1.03c-0.13-0.17-0.25-0.37-0.35-0.57 c0.77,0.18,1.45,0.64,1.89,1.3c0.04,0.06,0.08,0.14,0.12,0.21c0.02,0.08,0.03,0.17,0.04,0.25C19.96,126.85,19.73,126.8,19.51,126.72 z M6.33,105.97c-1.23-0.31-2.9-0.49-4.02,0.26c-0.67,0.44-1.65,1.22-1.79,2.04c-0.23,1.29,0.89,2.41,1.68,3.26 c0.36,0.38,0.74,0.74,1.11,1.11c0.08,0.28,0.17,0.55,0.27,0.79c0.47,1.13,1.69,1.72,2.68,2.33c0.59,0.36,1.2,0.69,1.81,1.01 c0.52,0.41,1.05,0.82,1.59,1.2c1.29,0.9,2.52,1.8,3.36,3.17c-0.02-0.03,0.23-0.22,0.49-0.43c0,0.18,0.01,0.35,0.02,0.53 c0-0.1,0.46-0.4,0.53-0.47c0.08-0.07,0.52-0.38,0.52-0.48c-0.04-3.35-0.45-6.84-2.24-9.75C11,108.36,8.84,106.6,6.33,105.97z M3.14,110.43c-0.18-0.19-0.36-0.39-0.53-0.58c-0.69-0.8-1.31-1.93-0.88-2.91c1.4-0.6,3.31-0.2,4.61,0.32 c1.58,0.62,2.98,1.69,4.06,2.99c0.14,0.17,0.25,0.35,0.38,0.53c-1.01-1.15-2.23-2.17-3.59-2.72c-0.91-0.37-1.69-0.24-2.42,0.35 c0.02-0.02,0.03-0.04,0.04-0.06l-0.12,0.11c0,0-0.03,0.02-0.04,0.03C4.01,109.05,3.33,109.57,3.14,110.43z M8.94,115.69h0.02 c-0.9-0.7-1.78-1.43-2.64-2.18c-0.65-0.57-1.3-1.15-1.92-1.76c-0.02-0.08-0.04-0.16-0.06-0.24c-0.2-0.9-0.3-1.82,0.1-2.61 c1.13-0.38,2.33,0.37,3.26,1.04c1.15,0.83,2.16,1.86,2.97,3.02c1.06,1.5,1.78,3.21,2.12,5C11.6,117.08,10.27,116.39,8.94,115.69z M129.3,15.02v-0.01c-0.05,0.18-0.13,0.46-0.11,0.65c0.02,0.33-0.05,0.18,0.18,0.3c0.24,0.12,0.61,0.1,0.86,0.08 c0.33-0.03,0.65-0.13,0.95-0.24c2.86-0.3,5.61-1.34,7.85-3.19c0.23-0.19,0.47-0.4,0.71-0.61c0,0.03,0.12-0.08,0.22-0.18 c0.15-0.09,0.3-0.17,0.44-0.27c0.68-0.49,1.43-1.11,1.95-1.77c0.79-1.02,0.78-2.32,0.29-3.47c-1.03-2.39-3.87-3.76-6.36-2.91 c-1.11,0.38-2.07,1.09-2.94,1.85c-0.75,0.66-1.51,1.33-2.13,2.13c-0.77,1.01-1.34,2.17-1.61,3.42c-0.14,0.66-0.19,1.32-0.19,1.99 c0,0.61,0.07,1.26-0.31,1.76c-0.06,0.05-0.11,0.11-0.18,0.16c0.22-0.16,0.45-0.34,0.67-0.52C129.48,14.46,129.37,14.74,129.3,15.02z M138.46,12.81v0.01c-1.38,0.84-2.9,1.41-4.47,1.75c0.81-0.36,1.62-0.72,2.42-1.08c1-0.45,2.08-0.84,3.06-1.38 C139.14,12.35,138.81,12.6,138.46,12.81z M141.87,9.49c0,0,0,0.02,0,0.03c-0.07,0.29-0.18,0.58-0.33,0.84 c-0.05,0.09-0.11,0.17-0.17,0.26c-0.01,0-0.01,0.01-0.02,0.01c-0.02,0.03-0.04,0.06-0.06,0.09c-0.15,0.26-0.46,0.27,0.03-0.07 c-0.17,0.11-0.35,0.21-0.52,0.32C141.22,10.51,141.6,10.01,141.87,9.49z M130.27,14.38l0.02,0.01c0,0,0.01-0.04,0.02-0.06 c0.2-0.18,0.37-0.33,0.36-0.34c0,0-0.16,0.14-0.36,0.31c0.21-1.07,0.83-2.01,1.38-2.94c0.71-1.19,1.44-2.37,2.28-3.47 c0.22-0.28,0.44-0.55,0.67-0.82c0.17-0.19,0.35-0.37,0.52-0.56l0.02-0.03c-1.53,1.4-2.82,3.02-3.92,4.8 c-0.25,0.41-0.52,0.83-0.79,1.26c0.03-0.53-0.01-1.07,0.03-1.6h0c0.05-0.62,0.17-1.22,0.36-1.81c0.36-1.14,0.96-2.19,1.74-3.09 c0.06-0.07,0.18-0.23,0.29-0.35c0.03-0.02,0.06-0.04,0.1-0.07c0.29-0.2,0.56-0.41,0.86-0.6c0.57-0.35,1.18-0.64,1.83-0.8 c1-0.24,2.03-0.12,2.97,0.25c-0.81,0.11-1.62,0.47-2.31,1c-0.36,0.27-0.68,0.58-1.01,0.87c-0.05,0.04-0.09,0.09-0.13,0.13 c-0.15,0.2,0.47-0.35,0.58-0.42c0.17-0.11,0.35-0.21,0.53-0.29c1.83-0.88,3.91-0.31,4.68,1.68c0.41,1.07,0.32,2.22-0.24,3.22 c-0.11,0.2-0.25,0.38-0.39,0.56c-0.07,0.04-0.14,0.09-0.21,0.12c-2.49,1.2-5.05,2.34-7.6,3.39c-0.11,0.05-0.23,0.08-0.35,0.13 c-0.24,0.02-0.48,0.05-0.72,0.06c-0.07,0-0.16,0.08-0.25,0.17c-0.02,0-0.03,0-0.05,0c-0.23,0.01-0.56,0.01-0.77-0.09 C130.13,14.86,130.22,14.7,130.27,14.38z M135.2,6.47c-0.01,0-0.01,0.01-0.02,0.01l0.03-0.03C135.2,6.46,135.2,6.46,135.2,6.47z M130.3,24.32l-0.01,0.01c-0.11-0.01-0.45,0.4-0.53,0.47c-0.07,0.06-0.44,0.49-0.52,0.48c0.17,0.02,0.33,0.05,0.5,0.07 c-0.22,0.22-0.41,0.43-0.45,0.4c1.46,1.05,2.27,2.54,3.21,4.04c0.24,0.38,0.51,0.76,0.77,1.13c0.41,0.93,0.82,1.85,1.32,2.71 c0.57,0.99,1.17,1.54,2.18,1.92c0.58,0.69,1.18,1.35,1.82,1.97c0.76,0.73,1.97,1.52,3.04,0.95c0.74-0.39,1.63-1.25,1.95-2.03 c0.46-1.13,0.35-2.51,0.05-3.66C142.07,26.95,135.6,24.97,130.3,24.32z M137.87,34.66h-0.01c-0.53-0.62-1.04-1.26-1.53-1.9 c-0.75-0.97-1.46-1.97-2.15-2.99c-0.52-1.17-1.01-2.34-1.67-3.43c1.23,0.37,2.41,0.89,3.5,1.6c1.68,1.09,3.14,2.56,4.14,4.3 c0.43,0.75,0.94,1.72,0.61,2.61c0,0-0.01,0.03-0.03,0.06c-0.11,0.04-0.22,0.09-0.34,0.11c-0.43,0.09-0.84,0.04-1.26-0.04 C138.73,34.9,138.29,34.8,137.87,34.66z M140.64,35.09l-0.05,0.09C140.56,35.17,140.59,35.13,140.64,35.09z M142.43,37.62 c-1.03,0.33-2.11-0.37-2.87-1.12c-0.16-0.16-0.32-0.33-0.48-0.49c0.27-0.03,0.54-0.09,0.8-0.22c0.59-0.3,1.22-0.89,1.64-1.4 c0.69-0.82,0.33-1.88-0.11-2.72c-0.47-0.89-1.05-1.71-1.72-2.45c0.01,0.01,0.02,0.02,0.04,0.03c1.22,1.12,2.21,2.53,2.72,4.11 C142.84,34.57,143.09,36.39,142.43,37.62z M123.73,23.36L123.73,23.36c0.44,0.25,0.97,0.39,1.48,0.25c0.24-0.06,0.44-0.18,0.63-0.34 c0.53-0.45,1.04-0.92,1.56-1.39c0.14-0.13,0.28-0.25,0.4-0.38c0.02-0.02,0.05-0.04,0.07-0.07c0,0-0.02,0-0.03,0.02 c0.26-0.27,0.45-0.57,0.48-1.01c0.02-0.49-0.12-0.98-0.35-1.4c0-0.01-0.02-0.02-0.03-0.04c-0.06-0.25-0.15-0.49-0.25-0.72 c-0.23-0.54-0.54-1.04-0.91-1.48c-0.33-0.4-0.74-0.82-1.25-0.98c-0.48-0.14-0.95,0.02-1.33,0.32c-0.54,0.43-1.04,0.91-1.54,1.37 c-0.28,0.25-0.59,0.5-0.83,0.79c-0.26,0.32-0.4,0.69-0.47,1.09c-0.25,0.22-0.99,0.85-0.97,0.89c0.65,1.1,1.46,2.21,2.7,2.65 C123.3,23.09,123.51,23.24,123.73,23.36z M125.74,20.74h-0.01c0.04,0.06,0.08,0.14,0.12,0.21c0.02,0.08,0.03,0.17,0.04,0.25 c-0.23-0.03-0.46-0.08-0.68-0.16c-0.41-0.33-0.77-0.71-1.01-1.03c-0.13-0.17-0.25-0.37-0.35-0.57 C124.62,19.62,125.3,20.08,125.74,20.74z M123.8,17.9c0.27,0.17,0.51,0.39,0.73,0.64c-0.2,0.18-0.41,0.37-0.61,0.55 c0.02-0.02-0.08,0.08-0.17,0.17c-0.22-0.48-0.34-1.01-0.32-1.53C123.56,17.77,123.68,17.83,123.8,17.9z M109.02,6.94L109.02,6.94 c0.08,0.28,0.17,0.55,0.27,0.79c0.47,1.13,1.69,1.72,2.68,2.33c0.59,0.36,1.2,0.69,1.81,1.01c0.52,0.41,1.05,0.82,1.59,1.2 c1.29,0.9,2.52,1.8,3.36,3.17c-0.02-0.03,0.23-0.22,0.49-0.43c0,0.18,0.01,0.35,0.02,0.53c0-0.1,0.46-0.4,0.53-0.47 c0.08-0.07,0.52-0.38,0.52-0.48c-0.04-3.35-0.45-6.84-2.24-9.75c-1.34-2.18-3.5-3.94-6.01-4.57c-1.23-0.31-2.9-0.49-4.02,0.26 c-0.67,0.44-1.65,1.22-1.79,2.04c-0.23,1.29,0.89,2.41,1.68,3.26C108.27,6.21,108.65,6.57,109.02,6.94z M118.49,12.24 c-1.18-0.87-2.5-1.56-3.83-2.25c-0.9-0.7-1.78-1.43-2.64-2.18c-0.65-0.57-1.3-1.15-1.92-1.76c-0.02-0.08-0.04-0.16-0.06-0.24 c-0.2-0.9-0.3-1.82,0.1-2.61c1.13-0.38,2.33,0.37,3.26,1.04c1.15,0.83,2.16,1.86,2.97,3.02C117.43,8.76,118.14,10.46,118.49,12.24z M107.4,1.24h0.02c1.4-0.6,3.31-0.2,4.61,0.32c1.58,0.62,2.98,1.69,4.06,2.99c0.14,0.17,0.25,0.35,0.38,0.53 c-1.01-1.15-2.23-2.17-3.59-2.72c-0.91-0.37-1.69-0.24-2.42,0.35c0.02-0.02,0.03-0.04,0.04-0.06l-0.12,0.11c0,0-0.03,0.02-0.04,0.03 c-0.64,0.56-1.33,1.09-1.52,1.96c-0.18-0.2-0.37-0.4-0.54-0.6C107.59,3.35,106.97,2.22,107.4,1.24z M114.87,137.91 c0.01,0,0.01-0.01,0.02-0.01c-0.01,0.01-0.02,0.02-0.03,0.03C114.87,137.92,114.87,137.92,114.87,137.91z M120.77,129.36v0.01 c0.05-0.18,0.13-0.46,0.11-0.65c-0.02-0.33,0.05-0.18-0.18-0.3c-0.24-0.12-0.61-0.1-0.86-0.08c-0.33,0.03-0.65,0.13-0.95,0.24 c-2.86,0.3-5.61,1.34-7.85,3.19c-0.23,0.19-0.47,0.4-0.71,0.61c0-0.03-0.12,0.08-0.22,0.18c-0.15,0.09-0.3,0.17-0.44,0.27 c-0.68,0.49-1.43,1.11-1.95,1.77c-0.79,1.02-0.78,2.32-0.29,3.47c1.03,2.39,3.87,3.76,6.36,2.91c1.11-0.38,2.07-1.09,2.94-1.85 c0.75-0.66,1.51-1.33,2.13-2.13c0.77-1.01,1.34-2.17,1.61-3.42c0.14-0.66,0.19-1.32,0.19-1.99c0-0.61-0.07-1.26,0.31-1.76 c0.06-0.05,0.11-0.11,0.18-0.16c-0.21,0.16-0.45,0.34-0.67,0.52C120.59,129.92,120.7,129.64,120.77,129.36z M111.61,131.57v-0.01 c1.38-0.84,2.9-1.41,4.47-1.75c-0.81,0.36-1.62,0.72-2.42,1.08c-1,0.45-2.08,0.84-3.06,1.38 C110.93,132.03,111.26,131.78,111.61,131.57z M108.2,134.87c0-0.01,0-0.01,0-0.01c0.07-0.29,0.18-0.58,0.33-0.84 c0.05-0.09,0.12-0.18,0.18-0.27c-0.09,0.06-0.2,0.13-0.35,0.22c0.12-0.07,0.24-0.15,0.35-0.22c0.02-0.03,0.04-0.06,0.06-0.09 c0.15-0.26,0.46-0.27-0.03,0.07c0.17-0.11,0.35-0.21,0.52-0.32C108.84,133.87,108.47,134.36,108.2,134.87z M119.8,130l-0.02-0.01 c0,0-0.01,0.04-0.02,0.06c-0.2,0.18-0.37,0.33-0.36,0.34s0.16-0.14,0.36-0.31c-0.21,1.07-0.83,2.01-1.38,2.94 c-0.71,1.19-1.44,2.37-2.28,3.47c-0.22,0.28-0.44,0.55-0.67,0.82c-0.17,0.19-0.35,0.37-0.52,0.56c0,0-0.01,0.02-0.02,0.03 c1.53-1.4,2.82-3.02,3.92-4.8c0.25-0.41,0.52-0.83,0.79-1.26c-0.03,0.53,0.01,1.07-0.03,1.6v0c-0.05,0.62-0.17,1.22-0.36,1.81 c-0.36,1.14-0.96,2.19-1.74,3.09c-0.06,0.07-0.18,0.23-0.29,0.35c-0.03,0.02-0.06,0.04-0.1,0.07c-0.29,0.2-0.56,0.41-0.86,0.6 c-0.57,0.35-1.18,0.64-1.83,0.8c-1,0.24-2.03,0.12-2.97-0.25c0.81-0.11,1.62-0.47,2.31-1c0.36-0.27,0.68-0.58,1.01-0.87 c0.05-0.04,0.09-0.09,0.13-0.13c0.15-0.2-0.47,0.35-0.58,0.42c-0.17,0.11-0.35,0.21-0.53,0.29c-1.83,0.88-3.91,0.31-4.68-1.68 c-0.41-1.07-0.32-2.22,0.24-3.22c0.11-0.2,0.25-0.38,0.39-0.56c0.07-0.04,0.14-0.09,0.21-0.12c2.49-1.2,5.05-2.34,7.6-3.39 c0.11-0.05,0.23-0.08,0.35-0.13c0.24-0.02,0.48-0.05,0.72-0.06c0.06,0,0.16-0.08,0.25-0.17c0.02,0,0.03,0,0.05,0 c0.23-0.01,0.56-0.01,0.77,0.09C119.94,129.52,119.85,129.68,119.8,130z M119.78,120.06l0.01-0.01c0.11,0.01,0.45-0.4,0.53-0.47 c0.07-0.06,0.44-0.49,0.52-0.48c-0.17-0.02-0.33-0.05-0.5-0.07c0.22-0.22,0.41-0.43,0.45-0.4c-1.46-1.05-2.27-2.54-3.21-4.04 c-0.24-0.38-0.51-0.76-0.77-1.13c-0.41-0.93-0.82-1.85-1.32-2.71c-0.57-0.99-1.17-1.54-2.18-1.92c-0.58-0.69-1.18-1.35-1.82-1.97 c-0.76-0.73-1.97-1.52-3.04-0.95c-0.74,0.39-1.63,1.25-1.95,2.03c-0.46,1.13-0.35,2.51-0.05,3.66 C108.01,117.43,114.48,119.41,119.78,120.06z M112.21,109.72h0.01c0.53,0.62,1.04,1.26,1.53,1.9c0.75,0.97,1.46,1.97,2.15,2.99 c0.52,1.17,1.01,2.34,1.67,3.43c-1.23-0.37-2.41-0.89-3.5-1.6c-1.68-1.09-3.14-2.56-4.14-4.3c-0.43-0.75-0.94-1.72-0.61-2.61 c0,0,0.01-0.03,0.03-0.06c0.11-0.04,0.22-0.09,0.34-0.11c0.43-0.09,0.84-0.04,1.26,0.04C111.35,109.48,111.79,109.58,112.21,109.72z M109.44,109.29l0.05-0.09C109.52,109.21,109.49,109.25,109.44,109.29z M107.65,106.76c1.03-0.33,2.11,0.37,2.87,1.12 c0.16,0.16,0.32,0.33,0.48,0.49c-0.27,0.03-0.54,0.09-0.8,0.22c-0.59,0.3-1.22,0.89-1.64,1.4c-0.69,0.82-0.33,1.88,0.11,2.72 c0.47,0.89,1.05,1.71,1.72,2.45c-0.01-0.01-0.02-0.02-0.04-0.03c-1.22-1.12-2.21-2.53-2.72-4.11 C107.24,109.81,106.99,107.99,107.65,106.76z M126.98,121.45L126.98,121.45c-0.2-0.16-0.41-0.31-0.63-0.43 c-0.45-0.25-0.98-0.39-1.49-0.25c-0.24,0.06-0.44,0.18-0.63,0.34c-0.53,0.45-1.04,0.92-1.56,1.39c-0.14,0.13-0.28,0.25-0.4,0.38 l-0.07,0.07c0,0,0.02,0,0.03-0.02c-0.26,0.27-0.45,0.57-0.48,1.01c-0.02,0.49,0.12,0.98,0.35,1.4c0,0.01,0.02,0.02,0.03,0.04 c0.06,0.25,0.15,0.49,0.25,0.72c0.23,0.54,0.54,1.04,0.91,1.48c0.33,0.4,0.74,0.82,1.25,0.98c0.48,0.14,0.95-0.02,1.33-0.32 c0.54-0.43,1.04-0.91,1.54-1.37c0.28-0.25,0.59-0.5,0.83-0.79c0.26-0.32,0.4-0.69,0.47-1.09c0.25-0.22,0.99-0.85,0.97-0.89 C129.03,123,128.22,121.89,126.98,121.45z M124.33,123.64h0.01c-0.04-0.06-0.08-0.14-0.12-0.21c-0.02-0.08-0.03-0.17-0.04-0.25 c0.23,0.03,0.46,0.08,0.68,0.16c0.41,0.33,0.77,0.71,1.01,1.03c0.13,0.17,0.25,0.37,0.35,0.57 C125.45,124.76,124.77,124.3,124.33,123.64z M126.27,126.48c-0.27-0.17-0.51-0.39-0.73-0.64c0.2-0.18,0.41-0.37,0.61-0.55 c-0.02,0.02,0.08-0.08,0.17-0.17c0.22,0.48,0.34,1.01,0.32,1.53C126.51,126.61,126.39,126.55,126.27,126.48z M141.05,137.44 L141.05,137.44c-0.08-0.28-0.17-0.55-0.27-0.79c-0.47-1.13-1.69-1.72-2.68-2.33c-0.59-0.36-1.2-0.69-1.81-1.01 c-0.52-0.41-1.05-0.82-1.59-1.2c-1.29-0.9-2.52-1.8-3.36-3.17c0.02,0.03-0.23,0.22-0.49,0.43c0-0.18-0.01-0.35-0.02-0.53 c0,0.1-0.46,0.4-0.53,0.47c-0.08,0.07-0.52,0.38-0.52,0.48c0.04,3.35,0.45,6.84,2.24,9.75c1.34,2.18,3.5,3.94,6.01,4.57 c1.23,0.31,2.9,0.49,4.02-0.26c0.67-0.44,1.65-1.22,1.79-2.04c0.23-1.29-0.89-2.41-1.68-3.26 C141.8,138.17,141.42,137.81,141.05,137.44z M131.58,132.14c1.18,0.87,2.5,1.56,3.83,2.25c0.9,0.7,1.78,1.43,2.64,2.18 c0.65,0.57,1.3,1.15,1.92,1.76c0.02,0.08,0.04,0.16,0.06,0.24c0.2,0.9,0.3,1.82-0.1,2.61c-1.13,0.38-2.33-0.37-3.26-1.04 c-1.15-0.83-2.16-1.86-2.97-3.02C132.64,135.62,131.93,133.92,131.58,132.14z M142.66,143.13h-0.02c-1.4,0.6-3.31,0.2-4.61-0.32 c-1.58-0.62-2.98-1.69-4.06-2.99c-0.14-0.17-0.25-0.35-0.38-0.53c1.01,1.15,2.23,2.17,3.59,2.72c0.91,0.37,1.69,0.24,2.42-0.35 c-0.02,0.02-0.03,0.04-0.04,0.06l0.12-0.11c0,0,0.03-0.02,0.04-0.03c0.64-0.56,1.33-1.09,1.52-1.96c0.18,0.2,0.37,0.4,0.54,0.6 C142.47,141.02,143.09,142.15,142.66,143.13z M86.27,186.19h0.01c-0.66-0.75-1.33-1.51-2.13-2.13c-1.01-0.77-2.17-1.34-3.42-1.61 c-0.66-0.14-1.32-0.19-1.99-0.19c-0.61,0-1.26,0.07-1.76-0.31c-0.05-0.06-0.11-0.11-0.16-0.18c0.16,0.21,0.34,0.45,0.52,0.67 c-0.27-0.11-0.55-0.22-0.83-0.29c-0.18-0.05-0.46-0.13-0.65-0.11c-0.33,0.02-0.18-0.05-0.3,0.18c-0.12,0.24-0.1,0.61-0.08,0.86 c0.03,0.33,0.13,0.65,0.24,0.95c0.3,2.86,1.34,5.61,3.19,7.85c0.19,0.23,0.4,0.47,0.61,0.71c-0.03,0,0.08,0.12,0.18,0.22 c0.09,0.15,0.17,0.3,0.27,0.44c0.49,0.68,1.11,1.43,1.77,1.95c1.02,0.79,2.32,0.78,3.47,0.29c2.39-1.03,3.76-3.87,2.91-6.36 C87.74,188.02,87.03,187.06,86.27,186.19z M78.72,191.31h-0.01c-0.84-1.38-1.41-2.9-1.75-4.47c0.36,0.81,0.72,1.62,1.08,2.42 c0.45,1,0.84,2.08,1.38,3.06C79.18,191.99,78.93,191.66,78.72,191.31z M82.01,194.72c-0.29-0.07-0.58-0.18-0.84-0.33 c-0.09-0.05-0.17-0.11-0.26-0.17c0-0.01-0.01-0.01-0.01-0.02c-0.03-0.02-0.06-0.04-0.09-0.06c-0.26-0.15-0.27-0.46,0.07,0.03 c-0.11-0.17-0.21-0.35-0.32-0.52c0.46,0.42,0.96,0.8,1.48,1.07C82.03,194.72,82.02,194.72,82.01,194.72z M87.07,191.48 c-0.11-0.8-0.47-1.61-1-2.29c-0.27-0.36-0.58-0.68-0.87-1.01c-0.05-0.06-0.11-0.11-0.16-0.17c-0.02,0.02,0.4,0.51,0.46,0.61 c0.11,0.17,0.21,0.35,0.29,0.53c0.88,1.83,0.31,3.91-1.68,4.68l-0.01,0.02c-1.07,0.41-2.22,0.32-3.22-0.24 c-0.2-0.11-0.38-0.25-0.56-0.39c-0.04-0.07-0.09-0.14-0.12-0.21c-1.2-2.49-2.34-5.05-3.39-7.6c-0.05-0.11-0.08-0.23-0.13-0.35 c-0.02-0.24-0.05-0.48-0.06-0.72c0-0.07-0.08-0.16-0.17-0.25c0-0.02,0-0.03,0-0.05c-0.01-0.23-0.01-0.56,0.09-0.77 c0.14-0.28,0.3-0.19,0.62-0.14c0.02,0,0.04,0.01,0.06,0.02c0.18,0.2,0.33,0.37,0.34,0.36c0.01-0.01-0.14-0.16-0.31-0.36 c1.07,0.21,2.01,0.83,2.94,1.38c1.19,0.71,2.37,1.44,3.47,2.28c0.28,0.22,0.55,0.44,0.82,0.67c0.14,0.12,0.27,0.25,0.41,0.38 c-1.36-1.45-2.93-2.69-4.64-3.75c-0.41-0.25-0.83-0.52-1.26-0.79c0.53,0.03,1.07-0.01,1.6,0.03c0.62,0.05,1.22,0.17,1.81,0.36 c1.14,0.36,2.19,0.96,3.09,1.74c0.07,0.06,0.23,0.18,0.35,0.29c0.02,0.03,0.04,0.06,0.07,0.1c0.2,0.29,0.41,0.56,0.6,0.86 c0.35,0.57,0.64,1.18,0.8,1.83C87.55,189.52,87.43,190.55,87.07,191.48z M85.1,188.05c-0.04-0.03-0.06-0.04-0.06-0.04 c-0.05-0.05-0.1-0.1-0.15-0.15c0.05,0.05,0.1,0.09,0.15,0.14L85.1,188.05z M88.96,159.07c-1.29-0.23-2.41,0.89-3.26,1.68 c-0.38,0.36-0.74,0.74-1.11,1.11c-0.28,0.08-0.55,0.17-0.79,0.27c-1.13,0.47-1.72,1.69-2.33,2.68c-0.36,0.59-0.69,1.2-1.01,1.81 c-0.41,0.52-0.81,1.05-1.2,1.59c-0.9,1.29-1.8,2.52-3.17,3.36c0.03-0.02,0.22,0.23,0.43,0.49c-0.18,0-0.35,0.01-0.53,0.02 c0.1,0,0.4,0.46,0.47,0.53c0.07,0.08,0.38,0.52,0.48,0.52c3.35-0.04,6.84-0.45,9.75-2.24c2.18-1.34,3.94-3.5,4.57-6.01 c0.31-1.23,0.49-2.9-0.26-4.02C90.56,160.19,89.78,159.21,88.96,159.07z M84.27,169.22v0.02c-1.5,1.06-3.21,1.78-5,2.12 c0.88-1.19,1.57-2.52,2.27-3.85c0.71-0.9,1.43-1.78,2.18-2.64c0.57-0.65,1.15-1.3,1.76-1.92c0.08-0.02,0.16-0.04,0.24-0.06 c0.9-0.2,1.82-0.3,2.61,0.1c0.38,1.13-0.37,2.33-1.04,3.26C86.46,167.4,85.43,168.41,84.27,169.22z M89.98,164.87l-0.01,0.02 c-0.62,1.58-1.69,2.98-2.99,4.06c-0.17,0.14-0.35,0.25-0.53,0.38c1.15-1.01,2.17-2.23,2.72-3.59c0.37-0.91,0.24-1.69-0.34-2.42 c0.02,0.02,0.04,0.03,0.06,0.04l-0.11-0.12c0,0-0.02-0.03-0.03-0.04c-0.56-0.64-1.09-1.33-1.96-1.52c0.2-0.18,0.4-0.37,0.6-0.54 c0.8-0.69,1.93-1.31,2.91-0.88C90.9,161.66,90.5,163.57,89.98,164.87z M75.39,177.05v-0.01c-0.43-0.54-0.91-1.04-1.37-1.54 c-0.25-0.28-0.5-0.59-0.79-0.83c-0.32-0.26-0.69-0.4-1.09-0.47c-0.22-0.25-0.85-0.99-0.89-0.97c-1.1,0.65-2.21,1.46-2.65,2.7 c-0.16,0.21-0.31,0.42-0.43,0.64c-0.25,0.45-0.39,0.98-0.25,1.49c0.06,0.24,0.18,0.44,0.34,0.63c0.45,0.53,0.92,1.04,1.39,1.56 c0.13,0.14,0.25,0.28,0.38,0.4l0.07,0.07c0,0,0-0.02-0.02-0.03c0.27,0.26,0.57,0.45,1.01,0.48c0.49,0.02,0.98-0.12,1.4-0.35 c0.01,0,0.02-0.02,0.04-0.03c0.25-0.06,0.49-0.15,0.72-0.25c0.54-0.23,1.04-0.54,1.48-0.91c0.4-0.33,0.82-0.74,0.98-1.25 C75.85,177.9,75.69,177.43,75.39,177.05z M70.79,178.59L70.79,178.59c-0.06,0.03-0.14,0.07-0.21,0.11 c-0.08,0.02-0.17,0.03-0.25,0.04c0.03-0.23,0.08-0.46,0.16-0.68c0.33-0.41,0.71-0.77,1.03-1.01c0.17-0.13,0.37-0.25,0.57-0.35 C71.91,177.47,71.45,178.15,70.79,178.59z M73.63,176.65L73.63,176.65c-0.17,0.27-0.39,0.51-0.64,0.73 c-0.18-0.2-0.37-0.41-0.55-0.61c0.02,0.02-0.08-0.08-0.17-0.17c0.48-0.22,1.01-0.34,1.53-0.32 C73.76,176.41,73.7,176.53,73.63,176.65z M66.74,182.61l-0.01-0.01c-0.06-0.07-0.49-0.44-0.48-0.52c-0.02,0.17-0.05,0.33-0.07,0.5 c-0.22-0.22-0.43-0.41-0.4-0.45c-1.05,1.46-2.54,2.27-4.04,3.21c-0.39,0.24-0.76,0.51-1.13,0.77c-0.93,0.41-1.85,0.82-2.71,1.32 c-0.99,0.57-1.54,1.17-1.92,2.18c-0.69,0.58-1.35,1.18-1.97,1.82c-0.73,0.76-1.52,1.97-0.95,3.04c0.39,0.74,1.25,1.63,2.03,1.95 c1.13,0.46,2.51,0.35,3.66,0.05c5.83-1.56,7.81-8.03,8.46-13.33C67.22,183.03,66.81,182.69,66.74,182.61z M56.44,193.48l-0.09-0.05 C56.36,193.4,56.4,193.43,56.44,193.48z M62.29,192.56c-1.12,1.22-2.53,2.21-4.11,2.72c-1.21,0.39-3.03,0.64-4.26-0.02 c-0.33-1.03,0.37-2.11,1.12-2.87c0.16-0.16,0.33-0.32,0.49-0.48c0.03,0.27,0.09,0.54,0.22,0.8c0.3,0.59,0.89,1.22,1.4,1.64 c0.82,0.69,1.88,0.33,2.72-0.11c0.89-0.47,1.71-1.05,2.45-1.72C62.31,192.53,62.3,192.54,62.29,192.56z M63.59,188.85v-0.01 c-1.09,1.68-2.56,3.14-4.3,4.14c-0.75,0.43-1.72,0.94-2.61,0.61c0,0-0.03-0.01-0.06-0.03c-0.04-0.11-0.09-0.22-0.11-0.34 c-0.09-0.43-0.04-0.84,0.04-1.26c0.08-0.4,0.18-0.84,0.32-1.26c0.62-0.53,1.26-1.04,1.9-1.53c0.97-0.75,1.97-1.46,2.99-2.15 c1.17-0.52,2.34-1.01,3.43-1.67C64.82,186.58,64.3,187.76,63.59,188.85z M181.26,76.52h0.01c-0.12,0.24-0.1,0.61-0.08,0.86 c0.03,0.33,0.13,0.65,0.24,0.95c0.3,2.86,1.34,5.61,3.19,7.85c0.19,0.23,0.4,0.47,0.61,0.71c-0.03,0,0.08,0.12,0.18,0.22 c0.09,0.15,0.17,0.3,0.27,0.44c0.49,0.68,1.11,1.43,1.77,1.95c1.02,0.79,2.32,0.78,3.47,0.29c2.39-1.03,3.76-3.87,2.91-6.36 c-0.38-1.11-1.09-2.07-1.85-2.94c-0.66-0.75-1.33-1.51-2.13-2.13c-1.01-0.77-2.17-1.34-3.42-1.61c-0.66-0.14-1.32-0.19-1.99-0.19 c-0.61,0-1.26,0.07-1.76-0.31c-0.05-0.06-0.11-0.11-0.16-0.18c0.16,0.21,0.34,0.45,0.52,0.67c-0.27-0.11-0.55-0.22-0.83-0.29 c-0.18-0.05-0.46-0.13-0.65-0.11C181.23,76.36,181.38,76.29,181.26,76.52z M184.42,85.61h-0.01c-0.84-1.38-1.41-2.9-1.75-4.47 c0.36,0.81,0.72,1.62,1.08,2.42c0.45,1,0.84,2.08,1.38,3.06C184.88,86.29,184.63,85.96,184.42,85.61z M187.71,89.02 c-0.29-0.07-0.58-0.18-0.84-0.33c-0.09-0.05-0.17-0.11-0.26-0.17c0-0.01-0.01-0.01-0.01-0.02c-0.03-0.02-0.06-0.04-0.09-0.06 c-0.26-0.15-0.27-0.46,0.07,0.03c-0.11-0.17-0.21-0.35-0.32-0.52c0.46,0.42,0.96,0.8,1.48,1.07 C187.73,89.02,187.72,89.02,187.71,89.02z M182.15,78.33c-0.01-0.23-0.01-0.55,0.09-0.76c0.14-0.26,0.3-0.18,0.61-0.13 c0.02,0,0.04,0.01,0.06,0.02c0.18,0.2,0.33,0.37,0.34,0.36c0,0-0.14-0.16-0.31-0.36c1.07,0.21,2.01,0.83,2.94,1.38 c1.19,0.71,2.37,1.44,3.47,2.28c0.28,0.22,0.55,0.44,0.82,0.67c0.19,0.17,0.37,0.35,0.56,0.52l0.03,0.02 c-1.4-1.53-3.02-2.82-4.81-3.92c-0.41-0.25-0.83-0.52-1.26-0.79c0.53,0.03,1.07-0.01,1.6,0.03h0.01c0.62,0.05,1.22,0.17,1.81,0.36 c1.14,0.36,2.19,0.96,3.09,1.74c0.07,0.06,0.23,0.18,0.35,0.29c0.02,0.03,0.04,0.06,0.07,0.1c0.2,0.29,0.41,0.56,0.6,0.86 c0.35,0.57,0.65,1.18,0.8,1.83c0.24,1,0.12,2.03-0.25,2.97c-0.11-0.81-0.47-1.62-1-2.31c-0.27-0.36-0.58-0.68-0.87-1.01 c-0.04-0.05-0.09-0.09-0.13-0.13c-0.2-0.15,0.35,0.47,0.42,0.58c0.11,0.17,0.21,0.35,0.29,0.53c0.88,1.83,0.31,3.91-1.68,4.68 c-1.07,0.41-2.22,0.32-3.22-0.24c-0.2-0.11-0.38-0.25-0.56-0.39c-0.04-0.07-0.09-0.14-0.12-0.21c-1.2-2.49-2.34-5.05-3.39-7.6 c-0.05-0.11-0.08-0.23-0.13-0.35c-0.02-0.24-0.05-0.48-0.06-0.72c0-0.07-0.08-0.16-0.17-0.25 C182.15,78.36,182.15,78.35,182.15,78.33z M190.77,82.35c0-0.01-0.01-0.01-0.01-0.02l0.03,0.03 C190.78,82.35,190.78,82.35,190.77,82.35z M182.16,66.91c0.07,0.08,0.38,0.52,0.48,0.52c3.35-0.04,6.84-0.45,9.75-2.24 c2.18-1.34,3.94-3.5,4.57-6.01c0.31-1.23,0.49-2.9-0.26-4.02c-0.44-0.67-1.22-1.65-2.04-1.79c-1.29-0.23-2.41,0.89-3.26,1.68 c-0.38,0.36-0.74,0.74-1.11,1.11c-0.28,0.08-0.55,0.17-0.79,0.27c-1.13,0.47-1.72,1.69-2.33,2.68c-0.36,0.59-0.69,1.2-1.01,1.81 c-0.41,0.52-0.81,1.05-1.2,1.59c-0.9,1.29-1.8,2.52-3.17,3.36c0.03-0.02,0.22,0.23,0.43,0.49c-0.18,0-0.35,0.01-0.53,0.02 C181.79,66.38,182.09,66.84,182.16,66.91z M193.08,55.43l-0.01,0.02c0.8-0.69,1.93-1.31,2.91-0.88c0.6,1.4,0.2,3.31-0.32,4.61 c-0.62,1.58-1.69,2.98-2.99,4.06c-0.17,0.14-0.35,0.25-0.53,0.38c1.15-1.01,2.17-2.23,2.72-3.59c0.37-0.91,0.24-1.69-0.34-2.42 c0.02,0.02,0.04,0.03,0.06,0.04c-0.04-0.04-0.07-0.08-0.11-0.12c-0.01-0.01-0.02-0.03-0.03-0.04c-0.56-0.64-1.09-1.33-1.96-1.52 C192.68,55.79,192.88,55.6,193.08,55.43z M187.23,61.79v0.02c0.7-0.9,1.43-1.78,2.18-2.64c0.57-0.65,1.15-1.3,1.76-1.92 c0.08-0.02,0.16-0.04,0.24-0.06c0.9-0.2,1.82-0.3,2.61,0.1c0.38,1.13-0.37,2.33-1.04,3.26c-0.83,1.15-1.86,2.16-3.02,2.97 c-1.5,1.06-3.21,1.78-5,2.12C185.84,64.45,186.53,63.12,187.23,61.79z M173.96,73v-0.01c0.45,0.53,0.92,1.04,1.39,1.56 c0.13,0.14,0.25,0.28,0.38,0.4l0.07,0.07c0,0,0-0.02-0.02-0.03c0.27,0.26,0.57,0.45,1.01,0.48c0.49,0.02,0.98-0.12,1.4-0.35 c0.01,0,0.02-0.02,0.04-0.03c0.25-0.06,0.49-0.15,0.72-0.25c0.54-0.23,1.04-0.54,1.48-0.91c0.4-0.33,0.82-0.74,0.98-1.25 c0.14-0.48-0.02-0.95-0.32-1.33c-0.43-0.54-0.91-1.04-1.37-1.54c-0.25-0.28-0.5-0.59-0.79-0.83c-0.32-0.26-0.69-0.4-1.09-0.47 c-0.22-0.25-0.85-0.99-0.89-0.97c-1.1,0.65-2.21,1.46-2.65,2.7c-0.16,0.21-0.31,0.42-0.43,0.64c-0.25,0.45-0.39,0.98-0.25,1.49 C173.68,72.61,173.8,72.81,173.96,73z M179.5,70.59c-0.04,0.13-0.1,0.25-0.17,0.37c-0.17,0.27-0.39,0.51-0.64,0.73 c-0.18-0.2-0.37-0.41-0.55-0.61c0.02,0.02-0.08-0.08-0.17-0.17C178.45,70.69,178.98,70.57,179.5,70.59z M176.2,72.37v-0.01 c0.33-0.41,0.71-0.77,1.03-1.01c0.17-0.13,0.37-0.25,0.57-0.35c-0.18,0.77-0.64,1.45-1.3,1.89c-0.06,0.04-0.14,0.08-0.21,0.12 c-0.08,0.02-0.17,0.03-0.25,0.04C176.07,72.82,176.12,72.59,176.2,72.37z M160.78,90.73l-0.01-0.01c1.13,0.46,2.51,0.35,3.66,0.05 c5.83-1.56,7.81-8.03,8.46-13.33c0.01-0.11-0.4-0.45-0.47-0.53c-0.06-0.07-0.49-0.44-0.48-0.52c-0.02,0.17-0.05,0.33-0.07,0.5 c-0.22-0.22-0.43-0.41-0.4-0.45c-1.05,1.46-2.54,2.27-4.04,3.21c-0.39,0.24-0.76,0.51-1.13,0.77c-0.93,0.41-1.85,0.82-2.71,1.32 c-0.99,0.57-1.54,1.17-1.92,2.18c-0.69,0.58-1.35,1.18-1.97,1.82c-0.73,0.76-1.52,1.97-0.95,3.04 C159.14,89.52,160,90.41,160.78,90.73z M162.24,86.26c0.08-0.4,0.18-0.84,0.32-1.26c0.62-0.53,1.26-1.04,1.9-1.53 c0.97-0.75,1.97-1.46,2.99-2.15c1.17-0.52,2.34-1.01,3.43-1.67c-0.37,1.23-0.89,2.41-1.6,3.5c-1.09,1.68-2.56,3.14-4.3,4.14 c-0.75,0.43-1.72,0.94-2.61,0.61c0,0-0.03-0.01-0.06-0.03c-0.04-0.11-0.09-0.22-0.11-0.34C162.11,87.1,162.16,86.69,162.24,86.26z M162.13,87.78l-0.09-0.05C162.05,87.7,162.09,87.73,162.13,87.78z M160.73,86.7c0.16-0.16,0.33-0.32,0.49-0.48 c0.03,0.27,0.09,0.54,0.22,0.8c0.3,0.59,0.89,1.22,1.4,1.64c0.82,0.69,1.88,0.33,2.72-0.11c0.89-0.47,1.71-1.05,2.45-1.72 c-0.01,0.01-0.02,0.02-0.03,0.04c-1.12,1.22-2.53,2.21-4.11,2.72c-1.21,0.39-3.03,0.64-4.26-0.02 C159.28,88.54,159.98,87.46,160.73,86.7z M181.78,177.07v0.01c-0.45-0.53-0.92-1.04-1.39-1.56c-0.13-0.14-0.25-0.28-0.38-0.4 l-0.07-0.07c0,0,0,0.02,0.02,0.03c-0.27-0.26-0.57-0.45-1.01-0.48c-0.49-0.02-0.98,0.12-1.4,0.35c-0.01,0-0.02,0.02-0.04,0.03 c-0.25,0.06-0.49,0.15-0.72,0.25c-0.54,0.23-1.04,0.54-1.48,0.91c-0.4,0.33-0.82,0.74-0.98,1.25c-0.14,0.48,0.02,0.95,0.32,1.33 c0.43,0.54,0.91,1.04,1.37,1.54c0.25,0.28,0.5,0.59,0.79,0.83c0.32,0.26,0.69,0.4,1.09,0.47c0.22,0.25,0.85,0.99,0.89,0.97 c1.1-0.65,2.21-1.46,2.65-2.7c0.16-0.21,0.31-0.42,0.43-0.64c0.25-0.45,0.39-0.98,0.25-1.49 C182.06,177.46,181.94,177.26,181.78,177.07z M176.24,179.48L176.24,179.48c0.04-0.13,0.1-0.25,0.17-0.37 c0.17-0.27,0.39-0.51,0.64-0.73c0.18,0.2,0.37,0.41,0.55,0.61c-0.02-0.02,0.08,0.08,0.17,0.17 C177.29,179.38,176.76,179.5,176.24,179.48z M179.54,177.7v0.01c-0.33,0.41-0.71,0.77-1.03,1.01c-0.17,0.13-0.37,0.25-0.57,0.35 c0.18-0.77,0.64-1.45,1.3-1.89c0.06-0.04,0.14-0.08,0.21-0.12c0.08-0.02,0.17-0.03,0.25-0.04 C179.67,177.25,179.62,177.48,179.54,177.7z M194.96,159.34l0.01,0.01c-1.13-0.46-2.51-0.35-3.66-0.05 c-5.83,1.56-7.81,8.03-8.46,13.33c-0.01,0.11,0.4,0.45,0.47,0.53c0.06,0.07,0.49,0.44,0.48,0.52c0.02-0.17,0.05-0.33,0.07-0.5 c0.22,0.22,0.43,0.41,0.4,0.45c1.05-1.46,2.54-2.27,4.04-3.21c0.39-0.24,0.76-0.51,1.13-0.77c0.93-0.41,1.85-0.82,2.71-1.32 c0.99-0.57,1.54-1.17,1.92-2.18c0.69-0.58,1.35-1.18,1.97-1.82c0.73-0.76,1.52-1.97,0.95-3.04 C196.6,160.55,195.74,159.66,194.96,159.34z M193.5,163.81c-0.08,0.4-0.18,0.84-0.32,1.26c-0.62,0.53-1.26,1.04-1.9,1.53 c-0.97,0.75-1.97,1.46-2.99,2.15c-1.17,0.52-2.34,1.01-3.43,1.67c0.37-1.23,0.89-2.41,1.6-3.5c1.09-1.68,2.56-3.14,4.3-4.14 c0.75-0.43,1.72-0.94,2.61-0.61c0,0,0.03,0.01,0.06,0.03c0.04,0.11,0.09,0.22,0.11,0.34C193.63,162.97,193.58,163.38,193.5,163.81z M193.61,162.29l0.09,0.05C193.69,162.37,193.65,162.34,193.61,162.29z M195.01,163.37c-0.16,0.16-0.33,0.32-0.49,0.48 c-0.03-0.27-0.09-0.54-0.22-0.8c-0.3-0.59-0.89-1.22-1.4-1.64c-0.82-0.69-1.88-0.33-2.72,0.11c-0.89,0.47-1.71,1.05-2.45,1.72 c0.01-0.01,0.02-0.02,0.03-0.04c1.12-1.22,2.53-2.21,4.11-2.72c1.21-0.39,3.03-0.64,4.26,0.02 C196.46,161.53,195.76,162.61,195.01,163.37z M173.58,183.16L173.58,183.16c-0.07-0.08-0.38-0.52-0.48-0.52 c-3.35,0.04-6.84,0.45-9.75,2.24c-2.18,1.34-3.94,3.5-4.57,6.01c-0.31,1.23-0.49,2.9,0.26,4.02c0.44,0.67,1.22,1.65,2.04,1.79 c1.29,0.23,2.41-0.89,3.26-1.68c0.38-0.36,0.74-0.74,1.11-1.11c0.28-0.08,0.55-0.17,0.79-0.27c1.13-0.47,1.72-1.69,2.33-2.68 c0.36-0.59,0.69-1.2,1.01-1.81c0.41-0.52,0.81-1.05,1.2-1.59c0.9-1.29,1.8-2.52,3.17-3.36c-0.03,0.02-0.22-0.23-0.43-0.49 c0.18,0,0.35-0.01,0.53-0.02C173.95,183.69,173.65,183.23,173.58,183.16z M162.68,194.64l-0.01-0.02c-0.8,0.69-1.93,1.31-2.91,0.88 c-0.6-1.4-0.2-3.31,0.32-4.61c0.62-1.58,1.69-2.98,3-4.06c0.17-0.14,0.35-0.25,0.53-0.38c-1.15,1.01-2.17,2.23-2.72,3.59 c-0.37,0.91-0.24,1.69,0.34,2.42c-0.02-0.02-0.04-0.03-0.05-0.04l0.11,0.12c0,0,0.02,0.03,0.03,0.04c0.56,0.64,1.09,1.33,1.96,1.52 C163.08,194.28,162.88,194.47,162.68,194.64z M168.51,188.28v-0.02c-0.7,0.9-1.43,1.78-2.18,2.64c-0.57,0.65-1.15,1.3-1.76,1.92 c-0.08,0.02-0.16,0.04-0.24,0.06c-0.9,0.2-1.82,0.3-2.61-0.1c-0.38-1.13,0.37-2.33,1.04-3.26c0.83-1.15,1.86-2.16,3.02-2.97 c1.5-1.06,3.21-1.78,5-2.12C169.9,185.62,169.21,186.95,168.51,188.28z M174.48,173.55L174.48,173.55c0.11-0.24,0.09-0.61,0.07-0.86 c-0.03-0.33-0.13-0.65-0.24-0.95c-0.3-2.86-1.34-5.61-3.19-7.85c-0.19-0.23-0.4-0.47-0.61-0.71c0.03,0-0.08-0.12-0.18-0.22 c-0.09-0.15-0.17-0.3-0.27-0.44c-0.49-0.68-1.11-1.43-1.77-1.95c-1.02-0.79-2.32-0.78-3.47-0.29c-2.39,1.03-3.76,3.87-2.91,6.36 c0.38,1.11,1.09,2.07,1.85,2.94c0.66,0.75,1.33,1.51,2.13,2.13c1.01,0.77,2.17,1.34,3.42,1.61c0.66,0.14,1.32,0.19,1.99,0.19 c0.61,0,1.26-0.07,1.76,0.31c0.05,0.06,0.11,0.11,0.16,0.18c-0.16-0.21-0.34-0.45-0.52-0.67c0.27,0.11,0.55,0.22,0.83,0.29 c0.18,0.05,0.46,0.13,0.65,0.11C174.51,173.71,174.36,173.78,174.48,173.55z M171.32,164.46h0.01c0.84,1.38,1.41,2.9,1.75,4.47 c-0.36-0.81-0.72-1.62-1.08-2.42c-0.45-1-0.84-2.08-1.38-3.06C170.86,163.78,171.11,164.11,171.32,164.46z M168.03,161.05 c0.29,0.07,0.58,0.18,0.84,0.33c0.09,0.05,0.17,0.11,0.26,0.17c0,0.01,0.01,0.01,0.01,0.02c0.03,0.02,0.06,0.04,0.09,0.06 c0.26,0.15,0.27,0.46-0.07-0.03c0.11,0.17,0.21,0.35,0.32,0.52c-0.46-0.42-0.96-0.8-1.48-1.07 C168.01,161.05,168.02,161.05,168.03,161.05z M169.44,172.42c-0.62-0.05-1.22-0.17-1.81-0.36c-1.14-0.36-2.19-0.96-3.09-1.74 c-0.07-0.06-0.23-0.18-0.35-0.29c-0.02-0.03-0.04-0.06-0.07-0.1c-0.2-0.29-0.41-0.56-0.6-0.86c-0.35-0.57-0.64-1.18-0.8-1.83 c-0.24-1-0.12-2.03,0.25-2.97c0.11,0.81,0.47,1.62,1,2.31c0.27,0.36,0.58,0.68,0.87,1.01c1.43,1.6,3.11,2.93,4.94,4.07 c0.41,0.25,0.83,0.52,1.26,0.79C170.51,172.42,169.97,172.46,169.44,172.42z M173.6,171.74c0.01,0.23,0.01,0.55-0.09,0.76 c-0.14,0.26-0.3,0.18-0.61,0.13c-0.02,0-0.04-0.01-0.06-0.02c-0.18-0.2-0.33-0.37-0.34-0.36c0,0,0.14,0.16,0.31,0.36 c-1.07-0.21-2.01-0.83-2.94-1.38c-1.19-0.71-2.37-1.44-3.47-2.28c-0.28-0.22-0.55-0.44-0.82-0.67c-0.19-0.17-0.37-0.35-0.56-0.52 l-0.06-0.05c0.27,0.22-0.33-0.45-0.4-0.57c-0.11-0.17-0.21-0.35-0.29-0.53c-0.88-1.83-0.31-3.91,1.68-4.68 c1.07-0.41,2.22-0.32,3.22,0.24c0.2,0.11,0.38,0.25,0.56,0.39c0.04,0.07,0.09,0.14,0.12,0.21c1.2,2.49,2.34,5.05,3.39,7.6 c0.05,0.11,0.08,0.23,0.13,0.35c0.02,0.24,0.05,0.48,0.06,0.72c0,0.07,0.08,0.16,0.17,0.25C173.6,171.71,173.6,171.72,173.6,171.74z '/%3E%3C/svg%3E");
    opacity: 0.25;
}

.bg--blue h1,
.bg--blue h2,
.bg--blue h3,
.bg--blue h4,
.bg--blue p,
.bg--green h1,
.bg--green h2,
.bg--green h3,
.bg--green h4,
.bg--green p,
.bg--yellow h1,
.bg--yellow h2,
.bg--yellow h3,
.bg--yellow h4,
.bg--yellow p {
    color: var(--white)!important;
}

.bg--blue2 h1,
.bg--blue2 h2,
.bg--blue2 h3,
.bg--blue2 h4,
.bg--blue2 p,
.bg--green2 h1,
.bg--green2 h2,
.bg--green2 h3,
.bg--green2 h4,
.bg--green2 p,
.bg--yellow2 h1,
.bg--yellow2 h2,
.bg--yellow2 h3,
.bg--yellow2 h4,
.bg--yellow2 p {
    color: var(--black);
}

/* spacings */

:root {
    --grid-gap: 30px;
    --m1: 8px;
    --m2: 16px;
    --m3: 24px;
    --m4: 32px;
    /*--m5: 48px;
    --m6: 64px;
    --m7: 96px;
    --m8: 128px;*/
}

@media (max-width: 1024px) {

    :root {
        --grid-gap: 15px;
    }
}


/* fluid spacings */

@media screen and (max-width: 575px) {

    :root {
        --m5: 24px;
        --m6: 32px;
        --m7: 48px;
        --m8: 64px;
    }
}

@media screen and (min-width: 576px) {

    :root {
        --m5: calc(24px + 24 * ((100vw - 576px) / 1424));
        --m6: calc(32px + 32 * ((100vw - 576px) / 1424));
        --m7: calc(48px + 48 * ((100vw - 576px) / 1424));
        --m8: calc(64px + 64 * ((100vw - 576px) / 1424));
    }
}

@media screen and (min-width: 2000px) {

    :root {
        --m5: 48px;
        --m6: 64px;
        --m7: 96px;
        --m8: 128px;
    }

}

.gap {
    margin-top: var(--grid-gap);
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-03 {
    padding-top: var(--m3) !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-3 {
    padding-bottom: var(--m3) !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: var(--m3) !important;
}

.mb-4 {
    margin-bottom: var(--m4) !important;
}

.mb-5 {
    margin-bottom: var(--m5) !important;
}

.mb-6 {
    margin-bottom: var(--m6) !important;
}

.mb-7 {
    margin-bottom: var(--m7) !important;
}

.mb-8 {
    margin-bottom: var(--m8) !important;
}

@media (max-width: 767px) {

    .m-gap {
        margin-top: var(--grid-gap) !important;
    }

    .mm {
        margin-top: var(--m4);
    }
}

/*@media (max-width: 575px) {

    .mm {
        margin-top: var(--m4);
    }
}*/


/* typography */

h1,
h2,
h3 {
    font-family: 'obliqua', sans-serif !important;
    font-weight: 700 !important;
    font-style: italic;
    color: var(--blue) !important;
    margin-bottom: var(--m3) !important;
    font-display: swap !important;
}

/* remove font-weight 400 from landingpage */

h1 {
    line-height: 1.0 !important;
    /*font-size: 80px !important;*/
}

h2 {
    line-height: 1.1 !important;
    /*font-size: 48px !important;*/
}

h3 {
    line-height: 1.1 !important;
    /*font-size: 32px !important;*/
}

.script h1,
.script h2 {
    font-family: 'rollerscript-smooth', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    margin-bottom: 0 !important;
    line-height: 1.0 !important;
    font-size: 80px !important;
}

h4 {
    font-family: 'rollerscript-smooth', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    color: var(--blue) !important;
    line-height: 1.1 !important;
    font-display: swap !important;
    margin-bottom: var(--m2) !important;
    transform: rotate(-3deg);
}

.mb-0 h1,
.mb-0 h2,
.mb-0 h3 {
    margin-bottom: 0 !important;
}

p {
    font-family: 'MarkPro', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    color: var(--text) !important;
    line-height: 1.6 !important;
    font-display: swap !important;
    font-size: 18px !important;
}

/*.intro-text p {
    font-size:  !important;
}*/

p:last-child {
    margin-bottom: 0px;
}


/* fluid typography */

@media screen and (max-width: 375px) {

    h1 {
        font-size: 48px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    .script h1,
    .script h2 {
        font-size: 48px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 28px !important;
    }

    body,
    p {
        font-size: 16px !important;
    }
}

@media screen and (min-width: 376px) {

    h1 {
        font-size: calc(48px + 32 * ((100vw - 376px) / 1624)) !important;
    }

    h2 {
        font-size: calc(32px + 16 * ((100vw - 376px) / 1624)) !important;
    }

    .script h1,
    .script h2 {
        font-size: calc(48px + 42 * ((100vw - 376px) / 1624)) !important;
    }

    h3 {
        font-size: calc(24px + 8 * ((100vw - 376px) / 1624)) !important;
    }

    h4 {
        font-size: calc(28px + 12 * ((100vw - 376px) / 1624)) !important;
    }

    body,
    p {
        font-size: calc(16px + 2 * ((100vw - 376px) / 1624)) !important;
    }
}

@media screen and (min-width: 2000px) {

    h1 {
        font-size: 80px !important;
    }

    h2 {
        font-size: 48px !important;
    }

    .script h1,
    .script h2 {
        font-size: 90px !important;
    }

    h3 {
        font-size: 32px !important;
    }

    h4 {
        font-size: 40px !important;
    }

    body,
    p {
        font-size: 18px !important;
    }
}


/* container */

:root {
    --container-width: 100%;
}

@media (min-width: 1500px) {

    :root {
        --container-width: 1440px;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {

    :root {
        --container-width: 1140px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    :root {
        --container-width: 960px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    :root {
        --container-width: 720px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    :root {
        --container-width: 540px;
    }
}

.elementor-section.elementor-section-boxed>.elementor-container:not(.elementor-section .elementor-section .elementor-container) {
    width: 100%;
    max-width: var(--container-width);
}


/* sections */

.site-header,
#ast-mobile-header,
.post-navigation,
.site-footer {
    display: none !important;
}

.elementor-element-populated {
    padding: 0px 15px !important;
    margin: 0px !important;
}

.elementor-container .elementor-container {
    width: calc(100% + 30px) !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.elementor-column {
    min-height: unset !important;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

section {
    padding: var(--m8) 0px;
}


/* section full */

/*section.full .elementor-element-populated {
    padding: 0 !important
}

section.full--col .elementor-element-populated .elementor-element-populated {
    padding: 0 !important;
}

section.full--col .elementor-element-populated .elementor-column {
    margin: 0px 15px;
}

section.full--col.no-gap .elementor-element-populated .elementor-column,
section.full--col.no-gap--mobile .elementor-element-populated .elementor-column {
    margin: 0;
}

@media (min-width: 768px) {

    section.full--col .elementor-element-populated .elementor-column:first-child,
    section.full--col.no-gap--mobile .elementor-element-populated .elementor-column:first-child {
        margin-left: 0;
    }

    section.full--col .elementor-element-populated .elementor-column:last-child,
    section.full--col.no-gap--mobile .elementor-element-populated .elementor-column:last-child {
        margin-right: 0;
    }

    section.full--col.no-gap--mobile .elementor-element-populated .elementor-column {
        margin: 0px 15px;
    }
}*/


/* extended column */

@media (min-width: 768px) {

    .ext-col--left {
        width: 50vw !important;
        margin-left: calc(-50vw + 50%) !important;
    }

    .ext-col--right {
        width: 50vw !important;
        margin-right: calc(-50vw + 50%) !important;
    }

    .ext-col--right .border {
        border-right: 0px !important;
    }

    .ext-col--left .elementor-element-populated {
        padding-left: 0px !important;
    }

    .ext-col--right .elementor-element-populated {
        padding-right: 0px !important;
    }
}

.ext-col--left .elementor-element-populated .elementor-element-populated,
.ext-col--right .elementor-element-populated .elementor-element-populated {
    padding: 0 !important;
}

.ext-col--left .elementor-container,
.ext-col--right .elementor-container {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* offset */

@media (min-width: 992px) and (max-width: 1199px) {

    .offset__outer--3 .elementor-container .elementor-top-column:nth-child(1),
    .offset__outer--3 .elementor-container .elementor-top-column:nth-child(3),
    .offset__inner--3 .elementor-container .elementor-inner-column:nth-child(1),
    .offset__inner--3 .elementor-container .elementor-inner-column:nth-child(3) {
        flex: 2 !important;
    }

    .offset__outer--3 .elementor-container .elementor-top-column:nth-child(2),
    .offset__inner--3 .elementor-container .elementor-inner-column:nth-child(2) {
        flex: 8 !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .offset__inner--5-1-6 .elementor-container .elementor-inner-column:nth-child(1),
    .offset__inner--6-1-5 .elementor-container .elementor-inner-column:nth-child(3),
    .offset__outer--5-1-6 .elementor-container .elementor-top-column:nth-child(1),
    .offset__outer--6-1-5 .elementor-container .elementor-top-column:nth-child(3) {
        flex: 6 !important;
    }

    .offset__inner--5-1-6 .elementor-container .elementor-inner-column:nth-child(2),
    .offset__inner--6-1-5 .elementor-container .elementor-inner-column:nth-child(2),
    .offset__outer--5-1-6 .elementor-container .elementor-top-column:nth-child(2),
    .offset__outer--6-1-5 .elementor-container .elementor-top-column:nth-child(2) {
        flex: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .offset__outer--3 .elementor-container .elementor-top-column:nth-child(1),
    .offset__outer--3 .elementor-container .elementor-top-column:nth-child(3),
    .offset__inner--3 .elementor-container .elementor-inner-column:nth-child(1),
    .offset__inner--3 .elementor-container .elementor-inner-column:nth-child(3),
    .offset__outer--2 .elementor-container .elementor-top-column:nth-child(1),
    .offset__outer--2 .elementor-container .elementor-top-column:nth-child(3),
    .offset__inner--2 .elementor-container .elementor-inner-column:nth-child(1),
    .offset__inner--2 .elementor-container .elementor-inner-column:nth-child(3) {
        flex: 1 !important;
    }

    .offset__outer--3 .elementor-container .elementor-top-column:nth-child(2),
    .offset__inner--3 .elementor-container .elementor-inner-column:nth-child(2),
    .offset__outer--2 .elementor-container .elementor-top-column:nth-child(2),
    .offset__inner--2 .elementor-container .elementor-inner-column:nth-child(2) {
        flex: 10 !important;
    }

    .offset__outer--1 .elementor-container .elementor-top-column:nth-child(1),
    .offset__outer--1 .elementor-container .elementor-top-column:nth-child(3),
    .offset__inner--1 .elementor-container .elementor-inner-column:nth-child(1),
    .offset__inner--1 .elementor-container .elementor-inner-column:nth-child(3) {
        flex: 0 !important;
    }

    .offset__outer--1 .elementor-container .elementor-top-column:nth-child(2),
    .offset__inner--1 .elementor-container .elementor-inner-column:nth-child(2) {
        flex: 12 !important;
    }
}


/* a */

p a,
a {
    color: var(--blue) !important;
    text-decoration: none !important;
}

p a:hover,
p a:active,
p a:focus,
a:hover,
a:active,
a:focus {
    text-decoration: underline !important;
}


/* grid */

.grid .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    /*grid-auto-rows: 1fr;*/
    grid-gap: var(--grid-gap);
}

.grid.no-gap .elementor-widget-wrap {
    grid-gap: 0px !important;
}

.img-ratio--16-11 .elementor-widget-container {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 68.75% !important;
    text-align: left;
}

.img-ratio--16-12 .elementor-widget-container {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 75% !important;
    text-align: left;
}

.img-ratio--16-14 .elementor-widget-container {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 87.5% !important;
    text-align: left;
}

.img-ratio--16-20 .elementor-widget-container {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 125% !important;
    text-align: left;
}

.img-ratio .elementor-widget-container,
.img-ratio .elementor-image {
    height: 100% !important;
}

.img-ratio img {
    position: absolute !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.img-ratio a {
    display: unset !important;
}

@media (max-width: 767px) {

    .img-ratio--16-14 .elementor-widget-container {
        padding-bottom: 75% !important;
    }
}


/* about grid */

.grid-item__about--1 {
    grid-column-start: 1;
    grid-column-end: 8;
    grid-row-start: 1;
    grid-row-end: 4;
}

.grid-item__about--2 {
    grid-column-start: 8;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 5;
}

@media (max-width: 767px) {

    .grid--about .elementor-widget-container {
        padding-bottom: 75% !important;
    }

    .grid-item__about--1 {
        grid-column-start: 1;
        grid-column-end: 12;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    .grid-item__about--2 {
        grid-column-start: 5;
        grid-column-end: 13;
        grid-row-start: 4;
        grid-row-end: 7;
    }
}


/* home grid */

.grid-item__home--1 {
    grid-column-start: 2;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 1;
}

.grid-item__home--2 {
    grid-column-start: 7;
    grid-column-end: 12;
    grid-row-start: 1;
    grid-row-end: 2;
}

@media (max-width: 991px) {

    .grid-item__home--1 {
        grid-column-start: 1;
        grid-column-end: 7;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .grid-item__home--2 {
        grid-column-start: 7;
        grid-column-end: 13;
        grid-row-start: 1;
        grid-row-end: 2;
    }
}

@media (max-width: 767px) {

    .grid-item__home--1 {
        grid-column-start: 1;
        grid-column-end: 11;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .grid-item__home--2 {
        grid-column-start: 3;
        grid-column-end: 13;
        grid-row-start: 2;
        grid-row-end: 3;
    }
}


/* flex */

.flex .elementor-widget-wrap {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
}

.flex a {
    display: unset !important;
}

.flex-item {
    flex: calc(33.3333% - var(--m6));
    max-width: calc(33.3333% - var(--m6));
    flex-direction: column;
}

.emulated-flex-gap .elementor-widget-wrap {
    display: inline-flex !important;
    flex-wrap: wrap;
    margin: calc(-1 * var(--m6)) 0 0 calc(-1 * var(--m6)) !important;
    width: calc(100% + var(--m6));
}

.emulated-flex-gap .elementor-widget-wrap>* {
    margin: var(--m6) 0 0 var(--m6) !important;
}

@media (max-width: 991px) {

    .flex-item {
        flex: calc(50% - var(--m6));
        max-width: calc(50% - var(--m6));
    }
}

@media (max-width: 767px) {

    .flex-item {
        flex: calc(100% - var(--m6));
        max-width: calc(100% - var(--m6));
    }
}

/* facts */

.facts-item h3 {
    color: var(--text) !important;
}

.facts-item .elementor-icon-box-icon {
    margin-bottom: var(--m6) !important;
}

.facts-item .elementor-icon-box-icon svg {
    width: auto !important;
    height: 160px !important;
}

@media (max-width: 1024px) {

    .facts-item .elementor-icon-box-icon {
        margin-bottom: var(--m5) !important;
    }
}


/* img */

svg {
    display: block;
}

.border {
    border: 8px solid var(--white) !important;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .8s ease !important;
}

.img-hover-zoom:hover img {
    transform: scale(1.05);
}


/* misc */

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.d-none {
    display: none;
}

.auto svg {
    margin: auto;
}

.img__heart svg {
    margin: auto;
    width: clamp(120px, 40%, 195px);
    height: auto;
}

.jc-center .elementor-widget-wrap {
    justify-content: center;
}


/* button */

.elementor-button {
    font-family: 'MarkPro', sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    font-size: 17px !important;
    padding: 17px 24px 16px 24px !important;
    margin-top: var(--m4) !important;
    background-color: transparent !important;
    border-radius: 100px !important;
    border-width: 2px !important;
    border-style: solid !important;
    min-width: 160px;
}

.mt-0 .elementor-button {
    margin-top: 0 !important;
}

.elementor-button:hover,
.elementor-button:active,
.elementor-button:focus {
    text-decoration: none !important;
}

#btn__outlined--white {
    color: var(--white) !important;
    border-color: var(--white);
}

#btn__outlined--white:hover,
#btn__outlined--white:active,
#btn__outlined--white:focus {
    color: var(--text) !important;
    background-color: var(--white) !important;
    box-shadow: inset 0 0 0 2px var(--blue);
}

#btn__outlined--green {
    color: var(--green) !important;
    border-color: var(--green);
}

#btn__outlined--green:hover,
#btn__outlined--green:active,
#btn__outlined--green:focus {
    color: var(--white) !important;
    background-color: var(--green) !important;
    box-shadow: inset 0 0 0 2px var(--white);
}

#btn__outlined--blue {
    color: var(--white) !important;
    border-color: var(--blue);
	background-color: var(--blue) !important;
}

#btn__outlined--blue:hover,
#btn__outlined--blue:active,
#btn__outlined--blue:focus {
    color: var(--text) !important;
    background-color: var(--white) !important;
    box-shadow: inset 0 0 0 2px var(--white);
}

#btn__filled--white {
    color: var(--text) !important;
    border-color: var(--white);
    background-color: var(--white) !important;
}

#btn__filled--white:hover,
#btn__filled--white:active,
#btn__filled--white:focus {
    box-shadow: inset 0 0 0 2px var(--blue);
}

#btn__filled--green {
    color: var(--white) !important;
    border-color: var(--green);
    background-color: var(--green) !important;
}

#btn__filled--green:hover,
#btn__filled--green:active,
#btn__filled--green:focus {
    box-shadow: inset 0 0 0 2px var(--white);
}

#btn__filled--blue {
    color: var(--white) !important;
    border-color: var(--blue);
    background-color: var(--blue) !important;
}

#btn__filled--blue:hover,
#btn__filled--blue:active,
#btn__filled--blue:focus {
    box-shadow: inset 0 0 0 2px var(--white);
}

#btn__text {
    padding: 0 !important;
    margin-top: 0 !important;
    border: none !important;
    min-width: auto;
    color: var(--white) !important;
}

#btn__text:hover,
#btn__text:active,
#btn__text:focus {
    text-decoration: underline !important;
}


/* button group */

.elementor-widget-wrap .btn-group .elementor-button {
    width: 100% !important;
}

@media (min-width: 576px) {

    .btn-group {
        display: inline-block;
        width: auto !important;
    }

    .elementor-widget-wrap .btn-group:not(:last-child) {
        margin-right: var(--m2);
    }
}

@media (max-width: 575px) {

    .elementor-widget-wrap .btn-group:last-child .elementor-button {
        margin-top: var(--m2) !important;
    }
}


/* hero & parallax*/

.hero,
.parallax {
    display: flex;
    min-height: 600px;
    max-height: 650px;
    height: 80vh;
    background-color: var(--blue);
}

.hero .elementor-widget-wrap,
.parallax .elementor-widget-wrap {
    align-content: center;
    z-index: 3;
}

.hero.home {
    height: calc(100vh - 90px);
    max-height: unset;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
    opacity: 0.3;
    pointer-events: none;
    z-index: 1;
}

.hero.home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--black);
    opacity: 0.2;
    pointer-events: none;
    z-index: 1;
}

.hero.shadow::after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
    opacity: 0.5;
    pointer-events: none;
    z-index: 2;
}

.hero h1 {
    color: var(--white) !important;
}

.hero .back-button {
    position: absolute;
    left: 50%;
    bottom: var(--m5);
    transform: translate(-50%, 0);
    width: auto !important;
}

@media (max-width: 1024px) {

    .hero,
    .parallax {
        min-height: 500px;
        height: 500px;
    }

    .hero.home {
        height: calc(100vh - 70px);
    }
}

@media (max-width: 575px) {

    .hero,
    .parallax {
        min-height: 400px;
        height: 400px;
    }

    .hero.home {
        height: 450px;
        min-height: 450px;
        max-height: unset;
    }
}


/* hero scroll icon & badge */

.hero.home .hero__scroll-arrow {
    width: auto !important;
    position: absolute;
    bottom: var(--m5);
    left: 50%;
    transform: translate(-50%, 0);
}

.hero.home .hero__scroll-arrow svg {
    margin: auto;
}

.hero.home .hero__scroll-arrow svg #circle,
.hero.home .hero__scroll-arrow svg #arrow {
    transition: all .4s ease !important;
}

.hero.home .hero__scroll-arrow svg #circle {
    opacity: 0;
}

.hero.home .hero__scroll-arrow svg:hover #arrow,
.hero.home .hero__scroll-arrow svg:active #arrow,
.hero.home .hero__scroll-arrow svg:focus #arrow {
    opacity: 0;
}

.hero.home .hero__scroll-arrow svg:hover #circle,
.hero.home .hero__scroll-arrow svg:active #circle,
.hero.home .hero__scroll-arrow svg:focus #circle {
    opacity: 1;
}

@media (max-width: 575px) {

    .hero.home .hero__scroll-arrow {
        display: none;
    }
}


/* google maps */

.uael-google-map-wrap {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 56.25% !important;
    text-align: left;
}

.uael-google-map {
    position: absolute !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 767px) {

    .uael-google-map-wrap {
        padding-bottom: 100% !important;
    }
}


/* BORLABS COOKIE */


/* text */

#BorlabsCookieBox,
#BorlabsCookieBox p {
    font-size: 16px !important;
    color: var(--black) !important;
}

#BorlabsCookieBox p#CookieBoxTextDescription {
    text-align: center !important;
}

#BorlabsCookieBox .text-center {
    text-align: left !important;
}


/* headline */

#BorlabsCookieBox span#CookieBoxTextHeadline,
#BorlabsCookieBox ._brlbs-h4 {
    font-size: 18px !important;
    font-weight: bold !important;
    color: var(--text) !important;
}

#BorlabsCookieBox ._brlbs-h3 {
    font-size: 22px !important;
    font-weight: bold !important;
    color: var(--text) !important;
}


/* button */

#BorlabsCookieBox ._brlbs-btn,
#BorlabsCookieBox ._brlbs-btn:hover,
#BorlabsCookieBox ._brlbs-btn:active,
#BorlabsCookieBox ._brlbs-btn:focus {
    font-size: 16px !important;
    text-decoration: none !important;
}

#BorlabsCookieBox ._brlbs-accept a:hover {
    text-decoration: none !important;
}

#BorlabsCookieBox ._brlbs-manage-btn a {
    background: #f7f7f7;
}

#BorlabsCookieBox ._brlbs-manage-btn a:hover {
    text-decoration: none !important;
    background: #e6e6e6;
}

#BorlabsCookieBox ._brlbs-btn._brlbs-btn-accept-all {
    color: var(--white) !important;
}


/* links */

#BorlabsCookieBox a,
#BorlabsCookieBox a:hover,
#BorlabsCookieBox a:active,
#BorlabsCookieBox a:focus {
    font-size: 14px !important;
    color: #555 !important;
}


/* checkbox & switch */

#BorlabsCookieBox ._brlbs-checkbox,
#BorlabsCookieBox ._brlbs-btn-switch-status {
    color: var(--text) !important;
}

/* logo */

#BorlabsCookieBox ._brlbs-flex-center {
    flex-direction: column;
}

#BorlabsCookieBox .cookie-logo {
    padding: 0;
    max-width: unset;
    height: 22px;
    margin: 16px 0 24px 0;
}

#BorlabsCookieBox .cookie-preference .container .row.no-gutters .col-2 {
    display: none;
}

#BorlabsCookieBox .cookie-preference .container .row.no-gutters .col-10 {
    flex: 100%;
    max-width: 100%;
}


/* navbar */

.navbar {
    height: 90px;
    background-color: var(--white);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

/* exclude theme from home */

.navbar>* {
    height: 100% !important;
}

.navbar__wrapper--logo {
    /*background-color: lightblue;*/
    width: 293px !important;
}

.navbar__wrapper--button {
    /*background-color: lightgreen;*/
    width: 293px !important;
}

.navbar__wrapper--navigation {
    /*background-color: lightcoral;*/
    width: calc(100% - (293px * 2)) !important;
}

.navbar__wrapper--logo img {
    width: auto !important;
    height: 30px !important;
}

.navbar__wrapper--button #btn__outlined--blue {
    min-width: 120px !important;
    margin-top: 0 !important;
}

@media (max-width: 1399px) {

    .navbar__wrapper--button {
        width: 180px !important;
    }

    .navbar__wrapper--navigation {
        width: calc(100% - (293px + 180px)) !important;
    }
}

@media (max-width: 1024px) {

    .navbar {
        height: 70px;
    }

    .navbar__wrapper--logo {
        width: 263px !important;
    }

    .navbar__wrapper--button {
        width: 150px !important;
    }

    .navbar__wrapper--navigation {
        width: calc(100% - (263px + 150px)) !important;
    }

    .navbar__wrapper--navigation .elementor-element-populated {
        padding: 0 7px !important;
    }
}

@media (max-width: 575px) {

    .navbar__wrapper--button {
        display: none !important;
    }

    .navbar__wrapper--navigation {
        width: calc(100% - 263px) !important;
    }
}

@media (min-width: 1025px) {

    .navbar__wrapper--logo .elementor-element-populated,
    .navbar__wrapper--button .elementor-element-populated {
        padding: 0 30px !important;
    }
}

@media (min-width: 576px) {

    .navbar__wrapper--navigation .elementor-element-populated {
        padding: 0 !important;
    }
}


/* nav */

.nav a.menu-link {
    font-size: 16px !important;
    color: var(--text) !important;
    font-weight: 500 !important;
    padding: 16px !important;
    background-color: transparent !important;
}

.nav a.menu-link:hover,
.nav a.menu-link:active,
.nav a.menu-link:focus,
.nav li.current-menu-item a.menu-link:not(.elementor-sub-item),
.nav li.current-menu-parent a.menu-link:not(.elementor-sub-item) {
    color: var(--blue) !important;
    text-decoration: none !important;
}

.nav ul li.menu-item ul.sub-menu {
    padding: 10px 0 !important;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
    min-width: 200px !important;
    left: -8px !important;
}

.nav ul li.menu-item ul.sub-menu a.menu-link {
    border: none !important;
    padding: 9px 24px !important;
}

.nav ul li.menu-item ul.sub-menu a.menu-link:hover,
.nav ul li.menu-item ul.sub-menu a.menu-link:active,
.nav ul li.menu-item ul.sub-menu a.menu-link:focus {
    color: var(--text) !important;
    background-color: rgba(163, 172, 190, 0.4) !important;
}

.nav ul li.menu-item ul.sub-menu li.current-menu-item a.menu-link {
    color: var(--blue) !important;
}

@media (min-width: 1025px) {

    .nav a.menu-link span.sub-arrow {
        display: none;
    }
}


/* nav toggle */

.nav .elementor-menu-toggle {
    padding: 8px;
    background-color: transparent !important;
    color: transparent !important;
}

.nav .elementor-menu-toggle__icon--open,
.nav .elementor-menu-toggle__icon--close,
.nav .elementor-menu-toggle__icon--open::before,
.nav .elementor-menu-toggle__icon--close::before {
    width: 24px !important;
    height: 24px !important;
    display: block;
}

.nav .elementor-menu-toggle__icon--open:before {
    content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E%3Cg fill='none' stroke='%233b3b3b' stroke-width='2' stroke-miterlimit='10'%3E%3Cline x1='0' y1='12' x2='24' y2='12'/%3E%3Cline x1='0' y1='5' x2='24' y2='5'/%3E%3Cline x1='0' y1='19' x2='24' y2='19'/%3E%3C/g%3E%3C/svg%3E");
}

.nav .elementor-menu-toggle__icon--close:before {
    content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E%3Cg fill='none' stroke='%233b3b3b' stroke-width='2' stroke-miterlimit='10'%3E%3Cline x1='3' y1='3' x2='21' y2='21'/%3E%3Cline x1='3' y1='21' x2='21' y2='3'/%3E%3C/g%3E%3C/svg%3E");
}


/* nav mobile */

@media (max-width: 1024px) {

    .nav .elementor-nav-menu--dropdown {
        background-color: var(--blue);
    }

    .nav .elementor-nav-menu--dropdown.elementor-nav-menu__container {
        margin: 0 !important;
        top: 55px !important;
        height: calc(100vh - 70px) !important;
    }

    .nav .elementor-nav-menu--dropdown.elementor-nav-menu__container ul.elementor-nav-menu {
        max-width: 575px;
        padding: var(--m6) 0 !important;
    }

    .nav .elementor-nav-menu .sub-arrow i::before {
        content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='12px' viewBox='0 0 12 12' enable-background='new 0 0 12 12' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-miterlimit='2.6667' points='10,4 6,8 2,4 2,4 '/%3E%3C/svg%3E");
    }

    .nav .elementor-nav-menu .highlighted .sub-arrow i::before {
        content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='12px' height='12px' viewBox='0 0 12 12' enable-background='new 0 0 12 12' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-miterlimit='2.6667' points='2,8 6,4 10,8 10,8 '/%3E%3C/svg%3E");
    }

    .nav .elementor-nav-menu .sub-arrow {
        padding-top: 6px;
    }

    .nav a.menu-link:not(.elementor-sub-item) {
        font-family: 'obliqua', sans-serif !important;
        font-weight: 700 !important;
        font-style: italic;
        font-size: 20px !important;
        color: var(--white) !important;
    }

    .nav li.current-menu-item a.menu-link:not(.elementor-sub-item),
    .nav li.current-menu-parent a.menu-link:not(.elementor-sub-item) {
        color: var(--white) !important;
    }

    .nav ul li.menu-item ul.sub-menu {
        box-shadow: none;
        margin: 0 15px !important;
        padding: 16px 0 !important;
        background-color: var(--beige) !important;
        border-radius: 8px;
        display: none;
    }

    .nav .elementor-nav-menu--dropdown li.current-menu-parent ul.sub-menu {
        display: block;
    }

    .nav .elementor-nav-menu--dropdown a.menu-link {
        padding: 14px 15px !important;
        justify-content: center;
    }

    .nav ul li.menu-item ul.sub-menu a.menu-link {
        padding: 10px 15px !important;
    }
}


/* cta */

.cta__book {
    padding: var(--m7) 0;
}

.cta__book::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    bottom: 16px;
    right: 16px;
    border: 2px solid var(--white);
    pointer-events: none;
}

@media (max-width: 575px) {

    .cta__book .elementor-container .elementor-top-column:nth-child(2) .elementor-element-populated {
        padding: 0 calc(15px + 16px) !important;
    }
}


/* gallery */

.gallery .uael-grid-item .uael-grid-img-thumbnail {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 75% !important;
    text-align: left;
    overflow: hidden;
    border: 8px solid var(--white) !important;
}

.gallery .uael-grid-item .uael-grid-img-thumbnail img {
    position: absolute !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: transform .8s ease !important;
}

.gallery .uael-grid-item:hover .uael-grid-img-thumbnail img {
    transform: scale(1.05);
}

.gallery .uael-grid-item .uael-grid-img-thumbnail::before {
    content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square' d='M20,12H4 M12,4v16'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.gallery .uael-grid-item .uael-grid-img-thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--blue);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.gallery .uael-grid-item:hover .uael-grid-img-thumbnail::before {
    opacity: 1;
}

.gallery .uael-grid-item:hover .uael-grid-img-thumbnail::after {
    opacity: 0.8;
}


/* contact */

.contact-details a {
    color: var(--white) !important;
}


/* apartemnts card */

.uael-post__bg-wrap {
    display: block;
}

.uael-post__footer {
    display: none;
}

.apartments .uael-post-wrapper .uael-post__thumbnail {
    width: 100% !important;
    position: relative !important;
    padding-bottom: 75% !important;
    text-align: left;
}

.apartments .uael-post-wrapper .uael-post__thumbnail img {
    position: absolute !important;
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.apartments .uael-post-wrapper .uael-post__bg-wrap {
    background-color: var(--white);
    padding: 8px;
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.12);
}

.apartments .uael-post-wrapper .uael-post__content-wrap {
    padding: 18px 12px 9px 12px !important;
}

.apartments .uael-post-wrapper .uael-post__content-wrap h3 {
    font-size: 24px !important;
    color: var(--text) !important;
    margin-bottom: 0 !important;
}

.apartments .uael-post-wrapper .uael-post__content-wrap p {
    font-size: 16px !important;
    color: var(--blue) !important;
}

.apartments .uael-post-wrapper {
    transform: scale(1.0) rotate(0deg);
    transition: transform 0.4s ease;
}

.apartments .uael-post-wrapper:not(.slick-slide):hover {
    transform: scale(1.05) rotate(2deg);
    z-index: 3;
}

@media (hover: none) {

    .apartments .uael-post-wrapper:hover {
        transform: unset !important;
    }
}


/* apartments carousel */

.apartments .uael-post-wrapper.slick-slide .uael-post__bg-wrap {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}

.apartments button.slick-arrow {
    width: 48px !important;
    height: 48px !important;
    border: 2px solid var(--green);
    background-color: var(--green) !important;
    transition: box-shadow 0.2s ease;
}

.apartments button.slick-prev {
    left: -7.5px !important;
}

.apartments button.slick-next {
    right: -7.5px !important;
}

.apartments button.slick-arrow i {
    width: 24px !important;
    height: 24px !important;
}

.apartments button.slick-prev i::before {
    content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E%3Cg fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'%3E%3Cline x1='19' y1='12' x2='6' y2='12' /%3E%3Cpath d='M12,19 l-7-7l7-7' /%3E%3C/g%3E%3C/svg%3E");
}

.apartments button.slick-next i::before {
    content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='24px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E%3Cg fill='none' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='18' y2='12' /%3E%3Cpath d='M12,5 l7,7l-7,7' /%3E%3C/g%3E%3C/svg%3E");
}

.apartments button.slick-arrow:hover {
    box-shadow: inset 0 0 0 2px var(--white);
}

.apartments ul.slick-dots {
    position: unset !important;
    top: unset !important;
    bottom: unset !important;
    transform: unset !important;
}

@media (max-width: 1024px) {

    .apartments button.slick-prev {
        left: -15px !important;
    }

    .apartments button.slick-next {
        right: -15px !important;
    }
}

@media (max-width: 575px) {

    .apartments button.slick-prev {
        left: calc(16px + 15px) !important;
    }

    .apartments button.slick-next {
        right: calc(16px + 15px) !important;
    }
}

@media (min-width: 576px) and (hover: hover) {

    .apartments ul.slick-dots {
        display: none !important;
    }
}

@media (max-width: 575px) and (hover: none) {

    .apartments button.slick-arrow {
        display: none !important;
    }
}


/* footer */

.footer {
    background-color: var(--darkblue);
    padding: var(--m7) 0 var(--m6) 0;
}

.footer a.social-link {
    display: inline-block;
    margin: 0 8px;
}

.footer a.social-link svg path {
    transition: fill 0.4s ease;
}

.footer a.social-link#facebook:hover svg path {
    fill: #1877f2;
}

.footer a.social-link#instagram:hover svg path {
    fill: #cd486b;
}

.footer-nav ul {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.footer-nav ul#menu-footer-navigation-languages {
    margin-bottom: var(--m1);
}

.footer-nav ul li a {
    color: var(--white) !important;
    margin: 0 8px;
}

.footer-nav ul li.agency a {
    font-weight: 500 !important;
}

.footer-nav ul li.lang-item a,
.footer-nav ul li.lang-item::after {
    font-family: 'obliqua', sans-serif !important;
    font-weight: 700 !important;
    font-style: italic;
    text-transform: lowercase;
    color: var(--white) !important;
}

.footer-nav ul li.lang-item:not(:last-child)::after {
    content: '/';
}

.footer h3 {
    font-size: 24px !important;
}


/* form */

/*.form .elementor-field-group {
    margin-bottom: var(--m4) !important;
}

.form .elementor-field-group.elementor-field-type-textarea,
.form .elementor-field-group.elementor-field-type-submit {
    margin-bottom: 0 !important;
}

.form input,
.form select,
.form textarea {
    font-family: 'MarkPro', sans-serif !important;
    font-weight: normal !important;
    color: var(--white) !important;
    line-height: 1.6 !important;
    font-size: 16px !important;
    border: none !important;
    border-bottom: 1px solid var(--white) !important;
    border-radius: 0 !important;
    padding: 14px 0 !important;
    background-color: transparent !important;
}

.form textarea {
    resize: none;
}

.form input:focus,
.form select:focus,
.form textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: var(--darkblue) !important;
}

.form label {
    color: var(--white) !important;
    font-weight: 500 !important;
}

.form .elementor-message,
.elementor-form .elementor-message {
    display: none !important;
}

@media (max-width: 1024px) {

    .form .elementor-form-fields-wrapper {
        margin-left: calc(-15px / 2) !important;
        margin-right: calc(-15px / 2) !important;
        margin-bottom: 0 !important;
    }

    .form .elementor-field-group {
        padding-right: calc(15px / 2) !important;
        padding-left: calc(15px / 2) !important;
    }
}

@media (max-width: 767px) {

    .form .elementor-field-group {
        margin-bottom: var(--m2) !important;
    }
}*/


/* overlap */

.overlap::after {
    content: '';
    width: 100%;
    height: calc(499px / 2);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--beige);
    z-index: 1;
}

.overlap .elementor-container {
    z-index: 2;
}

@media (max-width: 1499px) {
    .overlap::after {
        height: calc(390px / 2);
    }
}

@media (max-width: 1199px) {
    .overlap::after {
        height: calc(324px / 2);
    }
}

@media (max-width: 991px) {
    .overlap::after {
        height: calc(295px / 2);
    }
}

@media (max-width: 767px) {
    .overlap::after {
        height: calc(317px / 2);
    }
}

@media (max-width: 575px) {
    .overlap::after {
        height: clamp(calc(214px / 2), 30vw, calc(339px / 2));
    }
}


/* table */

.table table,
.table table td {
    border: none;
}

.table table tr {
    background: transparent !important;
}

.table table {
    font-size: 16px !important;
    line-height: 1.1 !important;
}

.table table th,
.table table td {
    padding: 20px 8px !important;
}

.table table tr th:first-child,
.table table tr td:first-child {
    padding-left: 0 !important;
}

.table table tr th:last-child,
.table table tr td:last-child {
    padding-right: 0 !important;
}

.table table thead th,
.table tbody td div.uael-table-head span.uael-table__text {
    font-family: 'obliqua', sans-serif !important;
    font-weight: 700 !important;
    font-style: italic;
    color: var(--blue) !important;
    vertical-align: bottom !important;
    text-align: right;
}

.table table thead th span.sort-style {
    display: unset;
}

.table table tbody tr td:not(:first-child) {
    text-align: right;
}

.table table tbody h3 {
    font-size: 22px !important;
    margin-bottom: var(--m1) !important;
}

.table table tbody tr {
    border-top: 1px solid rgba(99, 104, 115, 0.2) !important;
}

.table table tbody tr:last-child {
    border-bottom: 1px solid rgba(99, 104, 115, 0.2) !important;
}


@media (max-width: 767px) {

    .table table tbody tr td:first-child div.uael-table-head {
        display: none !important;
    }

    .table table tbody tr td div.uael-table-head {
        border-right: none !important;
    }

    .table table tbody td div.uael-table-head span.uael-table__text {
        padding-left: 0 !important;
        padding-right: 8px !important;
    }

    .table table tbody td span.uael-table__text {
        padding: 8px !important;
        padding-right: 0 !important;
    }

    .table table tbody tr td:first-child span.uael-table__text {
        padding-left: 0 !important;
    }

    .table table tbody tr:first-child {
        border-top: none !important;
    }

    .table table tbody tr td:first-child span.uael-table__text {
        padding-top: var(--m4) !important;
        padding-bottom: var(--m2) !important;
    }

    .table table tbody tr:first-child td:first-child span.uael-table__text {
        padding-bottom: var(--m2) !important;
    }

    .table table tbody tr td:last-child span.uael-table__text {
        padding-bottom: var(--m4) !important;
    }

    .table tbody td div.uael-table-head span.uael-table__text {
        text-align: left;
    }

}

/* widgets */

.widget-wrapper {
    background-color: var(--white);
    padding: var(--m5);
}

.casa-package-list h2 {
	color: rgb(163, 172, 190) !important;
}
.casa-package-item .casa-table a {
	/*
	color: var(--white) !important;
    border-color: var(--green);
    background-color: var(--green) !important;
	
	border-color: var(--green);
	font-family: 'MarkPro', sans-serif !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    font-size: 17px !important;
    padding: 17px 24px 16px 24px !important;
    margin-top: var(--m4) !important;
    background-color: transparent !important;
    border-radius: 100px !important;
    border-width: 2px !important;
    border-style: solid !important;
    min-width: 160px;
	*/
	
}
    

.casa-package-list h3 {
	color: rgb(163, 172, 190) !important;
}
.casa-package-dateranges {
	border: none !important;
	font-family: MarkPro, sans-serif;
}
.casa-package-detailinfo {
	font-family: MarkPro, sans-serif;
}
.casa-btn {
	font-family: MarkPro, sans-serif !important;
}
.casa-btn h4 {
    font-family: 'MarkPro', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal;
    font-size: 16px !important;
    transform: unset !important;
}

@media (max-width: 575px) {

    .widget-wrapper {
        padding: var(--m3);
    }
}


/* partner */

.partner-alpentherme {
    width: 120px !important;
    height: 120px;
    position: absolute;
    bottom: 20px;
    left: 35px;
}