* {
    box-sizing : border-box;
}

html { 
    scroll-behavior: smooth;
    overflow-x: hidden;
    min-height: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

body{
    height: 100%;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    color: black;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

img, a, button {
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    height: 70px;
    width: 100%;
    position: fixed;
    padding: 5px;
    background-color: red;
    color: white;
    z-index: 10;
}

.navbar {
    max-width: 1380px;
    margin: auto;
}

.home-link {
    height: 60px;
    width: 125px;
    min-width: 125px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    justify-self: start;
}

#big-menu {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
}

#toggle-place{
    display: none;
}

#toggle-button {
    display: none;
}

.link {
    margin: auto 5px;
    font-weight: bold;
    padding: 15px 5px;
    opacity: 0.75;
    border-radius: 5px;
    transition: opacity, background-color, transform 0.2s;
}

.link:hover {
    opacity: 1;
    background-color: rgb(190, 0, 0);
    transform: scale(1.03);
}

#main-content {
    padding: 70px 0 0 0;
}

#hero {
    height: calc(100vh - 70px);
    width: 100vw;
    max-width: 100%;
    background-color: transparent;
    margin-bottom: 50px;
}

.hero-bg {
    position: absolute;
    height: inherit;
    width: inherit;
    background-image:  url('images/mounitain.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(2px);
    z-index: -1;
}

.hero-logo {
    height: auto;
    width: calc(100vw - 20px);
    max-width: 800px;
    /* margin: auto; */
}


#about {
    /* margin: 20px auto;
    max-width: 1300px;
    padding: 100px 30px; */
    margin: 20px 0;
    padding: 100px calc((100vw - 1300px) / 2);
    /* background-color: #fc0404; */
    color: #570000;
}

#services {
    margin: 20px 0;
    padding: 100px calc((100vw - 1300px) / 2);
    background-color: #fc0404;
    color: #fcfafa;
}

#directors {
    color: #570000;
    max-width: 1300px;
    padding: 100px 30px;
    margin: 20px auto;
}

.director {
    width: 35%;
    background-color: #fc0404;
    color: #fcfafa;
    border-radius: 10px;
    max-width: 650px;
    min-width: 300px;
    margin: 15px 15px;
    padding: 20px 20px;
}

.director-name {
    flex-basis: 30%;
    height: 30%;
    padding: 20px 0;
    margin-bottom: 40px;
    justify-content: space-around;
}


.first-p::before{
    content: "";
    background-color: rgba(0, 0, 0, 0.137);
    position: relative;
    width: 100%;
    height: 4px;
    bottom: 45px;
    left: 0;
    border-radius: 5px;
    display: block;
}


#contact {
    margin: 20px 0;
    padding: 100px calc((100vw - 1300px) / 2);
    background-color: #fc0404;
    color: #fcfafa;
}

.contact-sub {
    margin: 10px;
    padding: 20px;
}








.flex-container {display : flex;}
.flex-horizontal {flex-direction: row;}
.flex-vertical {flex-direction: column;}
.flex-grow {flex-grow:1;}
.flex-base {flex-basis: 100%;}
.flex-center {justify-content: center;}
.flex-self-center {justify-self: center;}
.flex-vert-center {align-items: center;}
.flex-self-center-vert {align-self: center;}
.flex-left {justify-content: flex-start;}
.flex-right {justify-content: flex-end;}
.flex-even-spacing {justify-content: space-evenly;}
.flex-around-spacing {justify-content: space-around;}
.flex-bottom {align-self: flex-end;}
.flex-wrap {flex-wrap: wrap;}
.flex-stretch-vert{align-self: stretch;}



.txt-xs{font-size:0.625em!important}
.txt-s{font-size:0.75em!important}
.txt-m{font-size:0.9375em!important}
.txt-l{font-size:1.125em!important}
.txt-xl{font-size:1.5em!important}
.txt-xxl{font-size:1.75em!important}
.txt-xxxl{font-size:2.2875em!important}
.txt-max{font-size:5em!important}

.txt-left{text-align: left;}
.txt-bold {font-weight: bold;}











@media only screen and (max-width: 600px) and (min-width:435px) {
    .txt-xs{font-size:0.5em!important}
    .txt-s{font-size:0.625em!important}
    .txt-m{font-size:0.75em!important}
    .txt-l{font-size:0.9375em!important}
    .txt-xl{font-size:1.125em!important}
    .txt-xxl{font-size:1.5em!important}
    .txt-xxxl{font-size:1.75em!important}
    .txt-max{font-size:3em!important}
}

@media only screen and (max-width: 434px) {
    .txt-xs{font-size:0.4375em!important}
    .txt-s{font-size:0.5em!important}
    .txt-m{font-size:0.625em!important}
    .txt-l{font-size:0.9em!important}
    .txt-xl{font-size:0.9375em!important}
    .txt-xxl{font-size:1.125em!important}
    .txt-xxxl{font-size:1.3em!important}
    .txt-max{font-size:1.75em!important}
}

@media only screen and (max-width: 600px) {

    #toggle-place {
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-grow: 1;
    }

    #toggle-button{
        position: fixed;
        display: block;
        height: 60px;
        width: 60px;
        background-color: #38369a73;
        border-radius: 10px;
    }

    #toggle-button:hover {
        background-color: #38369a;
    }

    #toggle-button span, #toggle-button span:before, #toggle-button span:after {
        position: absolute;
        display: block;
        background: #fc0404;
        cursor: pointer;
        left: 18%;
        top: 50%;
        border-radius: 15%;
        height: 3px;
        width: 40px;
        content: '';
        transition: all 0.3s ease-in-out;
    }

    #toggle-button span:before {left: 0;top: -10px;}
    #toggle-button span:after {left: 0;top: 10px;}
    #toggle-button.active {background: #570000;}
    #toggle-button.active span {background-color: transparent;}
    #toggle-button.active span:before, #toggle-button.active span:after {top: 0;}
    #toggle-button.active span:before {transform: rotate(135deg);}
    #toggle-button.active span:after {transform: rotate(-135deg);}

    #big-menu{
        display: none;
    }
    
    #big-menu.active {
        position: fixed;
        top: 70px;
        right: 0;
        padding: 10px 30px;
        background-color: #fc0404;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
    }
}



/* @font-face {
    font-family: Broadway;
    src: url(fonts/Broadway-Italic.ttf);
} */


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: black;
}

::-webkit-scrollbar-thumb {
    background: #ff000093;
}

::-webkit-scrollbar-thumb:hover {
    background: #ff0000da;
}



.mount-north-logo {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 210.6'%3E%3Cg fill-rule='evenodd'%3E%3Cpath fill='%23fcfafa' d='M127.9 19.4c-6 .8-6.1.9-8.4 1.7-4.4 1.7-11 7.9-15.9 15.1a43.3 43.3 0 0 0-5.3 14.7c-.5 2-.6 7.5-.2 9l.5 2a19.8 19.8 0 0 0 16.2 14.9c1.7.3 8.2.4 9.5 0l2.8-.6a33.4 33.4 0 0 0 23.5-24.6c.4-1 1.1-4.5 1.7-7.5 1-5.9-.3-11.8-4.5-19.1a11 11 0 0 0-6.8-5 31.8 31.8 0 0 0-13.1-.6m-85.5.7c-1.1.5-1.9 1.8-3.8 6.7L34 36.2 29.3 46 18.5 68c-4.4 8.8-4.5 9.1-2.2 9 2.3 0 3-.7 4.7-5a123.7 123.7 0 0 1 5.1-11 96.3 96.3 0 0 0 3-6.5l2-4c.5-1.1.5-1 2.6 3a447.7 447.7 0 0 0 8 14.7c2.5 4.6 1.6 5 9.7-4.3a522 522 0 0 1 13.4-14.8c.2 0 .3.7.4 2.3a320.2 320.2 0 0 0 1.5 20c.4 4.4.4 4.6 1.2 4.7.8.2 23.5.2 24 0 .6-.1.6-1.5.1-5.3a120.4 120.4 0 0 1-.8-10A363.6 363.6 0 0 1 89.8 45a320.8 320.8 0 0 1-1.3-15.8l-.4-4.8c-.6-6-1.8-6.1-6.3-.8A338.5 338.5 0 0 1 72.1 35 1215.2 1215.2 0 0 0 60 49c-.7.8 0 1.8-8-14.1-8.4-16.6-7.7-15.6-9.5-14.8m179.2.3c-.2.3-.5.8-.5 1.2a32.9 32.9 0 0 1-.8 3.6 234.2 234.2 0 0 1-1.3 6 244.4 244.4 0 0 1-3.2 15.6 107.6 107.6 0 0 0-1.7 8 226.5 226.5 0 0 0-2.4 11.4l-1 4.7c-1 4.6-.7 6.2 1.2 6.2 1.3 0 2-.6 2.3-2a133.1 133.1 0 0 1 1.5-7 110.3 110.3 0 0 0 1.9-8.8l.4-2.1.5-2.4a393 393 0 0 1 .9-4.1c.2-1.2.5-1.2 3.3.7a151.2 151.2 0 0 0 5.8 3.9 192.7 192.7 0 0 0 4 2.7 6256 6256 0 0 0 28.2 18.4c.8.5 1.3.7 1.6.6 1-.2 1.2-.6 1.8-3.6a205 205 0 0 1 2.3-10.8l.5-2.1a302.2 302.2 0 0 0 3.4-15.7 202.1 202.1 0 0 1 2.3-10.8 206.5 206.5 0 0 1 1.9-8.8c.7-2.6.1-5.2-1.1-5.2-1.4 0-2.5 2.2-3.6 7.3a519.5 519.5 0 0 1-1.4 6.8l-.8 3.5-1 4.4-.6 3c-.2 1.3-.4 1.8-.7 1.8l-7.6-5A2305.3 2305.3 0 0 0 226.1 21c-2-1.2-3.6-1.4-4.5-.6m-60 .4a148.9 148.9 0 0 0-2.9 13.2 294.5 294.5 0 0 0-2.9 13.7L155 52a47.4 47.4 0 0 0-1.4 10.2c-.3 9.5 2.8 12.8 13.5 14.7 3.2.5 19.8.2 22.6-.5a20.8 20.8 0 0 0 14.4-9.4 27.5 27.5 0 0 0 5-13.2 107.6 107.6 0 0 0 1.5-6.7 105.5 105.5 0 0 1 2-8.9A99.7 99.7 0 0 0 214 31a318.7 318.7 0 0 0 1.3-6.3c.8-3.6-.8-5.5-2.8-3.6-.7.6-.6.5-1.8 6.5a518 518 0 0 1-4.7 22.5l-.9 4-.8 3.5c-1.7 7.1-4.7 11-10.7 13.9-4 2-12 3-15.8 2.2-2-.4-2-.5-1.5-2.7a1704.7 1704.7 0 0 0 6.3-29.5 155.3 155.3 0 0 1 1.8-8.5 648 648 0 0 1 2.4-12.3 255 255 0 0 0-25.3.2m117.6-.2c-1 .5-1.6 2.3-.8 2.8.3.1 3 .2 7.2.2h6.7l-.2.7a22.7 22.7 0 0 0-.8 3.8A502.1 502.1 0 0 1 289 39a614.6 614.6 0 0 0-4.3 20.3 225.4 225.4 0 0 1-2.7 12.3c0 .7-.3 1.8-.5 2.6-.4 1.7-.4 1.9.4 2 .8.2 23 .2 23.7 0 .5-.1.8-.8 1.1-2.6a112.2 112.2 0 0 1 1.7-8 1948.7 1948.7 0 0 1 4.4-21.2l.4-1.9.6-2.8.6-2.6a84.4 84.4 0 0 0 .9-4.5l1.6-8 .2-1h12.6l.6-.5c.7-.7.8-1.8.4-2.3-.3-.3-50.8-.4-51.5 0m-143 1.7c9.6 1.7 14.8 12.4 12 24.6a35.4 35.4 0 0 1-1.7 6.6c-4 11.8-14.2 20.1-24.6 20.2h-2v-.6l1.1-5.4a204.2 204.2 0 0 0 2.2-10.4l.4-2a78.9 78.9 0 0 1 1.5-6.8 321.6 321.6 0 0 1 2.7-13.1 363.7 363.7 0 0 0 2.9-13.2c.2-.3 3.5-.2 5.5.1M181 129l-3.1.4c-4 .5-5 .6-6.8 1.3A27.7 27.7 0 0 0 159 140l-2.1 2.6c-3.8 4.6-5.4 8-7.4 15.7a23.3 23.3 0 0 0 5.5 23c3.9 3.8 7.9 5.2 15 5.4 4.2 0 4.8 0 8.7-1 11-2.6 20-13 23.3-26.7a29.7 29.7 0 0 0 0-17.7c-.3-.8-2.5-5-3.8-7.2-1.2-2-4-4-6.5-4.5a32 32 0 0 0-10.6-.8m-84.3 1c-.6.4-.7.8-2 6.8a284.7 284.7 0 0 1-2.2 11A1404.5 1404.5 0 0 1 88 169a619.7 619.7 0 0 0-3 13.5c-.7 2.4 0 4.3 1.7 4.3 1.6 0 2.2-.7 2.7-3.9l.3-1.5a420.3 420.3 0 0 0 3.6-16.9l1-5c0-.2.8.1 3 1.6a6497.7 6497.7 0 0 0 38 25c2 1.2 3 .8 3.3-1.5a196.6 196.6 0 0 1 2.4-11.4 271.5 271.5 0 0 0 2-9.3 147 147 0 0 0 2.2-9.7 211.1 211.1 0 0 1 1.7-8.4 134.5 134.5 0 0 0 2-8.8c.7-3.5.8-5.9.2-6.7-1-1.3-2.3-.4-3.2 2.2a45.7 45.7 0 0 0-2.2 9 641.7 641.7 0 0 0-3.4 15 384.5 384.5 0 0 1-20.3-13c0-.3-17.8-12-19.8-13.1-1.2-.7-2.8-.9-3.5-.4m115.5 0-.4 1a54.4 54.4 0 0 1-1 4.9 126.6 126.6 0 0 1-1.5 7 197 197 0 0 1-2.2 10.9 114.6 114.6 0 0 1-1.3 6 694.4 694.4 0 0 1-4 18.5l-1.2 6.6c-.2 1.1-.4 1 12.7 1 13.5 0 12.6.2 13-1.4a114.4 114.4 0 0 1 1.5-7.2l.5-2.4c.4-1.7 0-1.9 4.3 1.6 5.8 4.8 9.1 7 12.2 8.3 5.8 2.5 8.6 2.7 9.5.8.8-1.6.2-2-3.6-2.8l-3.5-.7a41 41 0 0 1-8-4.7c-1.2-1-1-1.3 1.2-1.7a24.6 24.6 0 0 0 15.1-7.8c11.7-11.7 11.4-29-.6-35a28.8 28.8 0 0 0-7.4-2.4c-3.1-.7-5-.7-20-.7-11.9 0-15.2 0-15.3.2m165.6.2c-.6.4-1.3 2.3-1.7 4.4a140.4 140.4 0 0 1-1.2 5.7l-1.3 6.1-.7 3.4h-25.4l.1-1 .4-2.2a98.5 98.5 0 0 0 1.6-7.5l1.3-6c.5-2.7.5-2.5 0-2.7-.9-.3-24.5-.2-24.8.1l-.4 1.3a407.6 407.6 0 0 1-2.9 13.4 184.7 184.7 0 0 0-1.6 7.4A311 311 0 0 0 319 163a165 165 0 0 1-1.3 6 472.9 472.9 0 0 1-2.8 13.4c-.6 2.5-.7 3.2-.4 3.4.4.2 24.6.3 25 0 .2-.1 1.3-4.7 2-8.2a169 169 0 0 1 1.8-9 355.7 355.7 0 0 1 2.7-13l.6-2.8h12.6c14-.1 13-.2 12.8.8-.2.4-.3 1.2-.4 1.7a75 75 0 0 1-1.6 7.4 212.3 212.3 0 0 0-1.8 8.5 48 48 0 0 1-1 5 47.2 47.2 0 0 0-1.5 6.6c-.4 1.8 0 2.9 1 3.1 1.4.4 2.8-1.4 3.3-4.3a102.7 102.7 0 0 1 1.4-6.7 735.6 735.6 0 0 1 3.7-17.5 179.5 179.5 0 0 1 2-9l1.1-5.6c1.4-6.4 2-9.5 2-9.9.1-2.8-.9-4-2.4-2.7m-107.5.2c-.9.3-1.3 1-1.3 1.9 0 1-.2 1 7.5 1 6.4 0 6.8 0 6.7.4a67.7 67.7 0 0 0-1.7 7.6 81.9 81.9 0 0 0-1.2 5.8 366 366 0 0 1-3.1 14.6 255.5 255.5 0 0 1-2.1 9.9l-1.4 6.3c-1.5 7-1.6 7.7-1.3 8 .5.2 24.3.1 24.5-.2.3-.3.5-1.3 1-3.4 0-.7.3-1.6.4-2.1a268.3 268.3 0 0 0 3-13.9 48.8 48.8 0 0 1 .6-3.4 152.6 152.6 0 0 1 1.8-8.6 653.3 653.3 0 0 1 3.9-18.2l.3-1.8.2-.9h12.7l.5-.7c.6-.7.7-1.5.3-2.1-.2-.4-50-.6-51.3-.2m-83.6 1.8c9.6 1.7 15.2 12.7 12.3 24.4l-.4 1.7c-3 14.7-14.1 25.4-26.5 25.4h-1.5v-1a38.6 38.6 0 0 1 .8-3.9 114.6 114.6 0 0 1 1.4-6.2 265.1 265.1 0 0 1 2-10 273 273 0 0 1 3-14.3 79.1 79.1 0 0 0 1.4-6.4 379.2 379.2 0 0 0 2-9.1l.2-1h1.8c1 0 2.6.2 3.5.4m59.7 2c6 1 12 5 13.2 9.2a24.2 24.2 0 0 1-2.6 18.3c0 .3-2.5 3.2-4.3 4.8a22 22 0 0 1-11.6 6.6c-4.6 1.4-7.6.6-10.7-3l-.8-1 .3-1.6a424.2 424.2 0 0 1 2.8-12.6 463.8 463.8 0 0 0 3-14l1.4-6.4c0-.3.2-.6.4-.6.7-.2 7.4 0 9 .3'/%3E%3Cpath fill='%23fc0404' d='M0 105.3v105.3h400V0H0v105.3m138.3-86c3 .6 3.2.7 5 1.5 2.8 1.3 3.6 2.3 6.4 7.9a26.1 26.1 0 0 1 2.6 15.4 92.5 92.5 0 0 1-2.3 9.6A33.4 33.4 0 0 1 124.3 77a41.8 41.8 0 0 1-11.8-.7 19.8 19.8 0 0 1-13.9-14.4l-.5-1.9a31.4 31.4 0 0 1 .6-11.2A41.3 41.3 0 0 1 111 27.3c4.6-4.7 7.8-6.6 12.6-7.3a42.2 42.2 0 0 1 14.7-.6m-94 .8c.2.2 3.6 6.8 7.5 14.7 8 16 7.4 14.9 8 14.1a1051.6 1051.6 0 0 1 15.5-17.7 356 356 0 0 1 6.5-7.6c4.5-5.3 5.7-5.2 6.3.8A3273.2 3273.2 0 0 0 90.8 56 363.6 363.6 0 0 0 92 70.8c.5 3.8.5 5.2 0 5.3-.6.2-23.3.2-24.1 0-.8-.1-.8-.3-1.2-4.7a755 755 0 0 0-2-22.3 139.9 139.9 0 0 0-9.2 10.2l-4.1 4.6c-8.1 9.3-7.2 8.9-9.7 4.3a166 166 0 0 0-4.2-7.6l-3.8-7c-2-4.2-2.1-4.2-2.6-3.1a1644.8 1644.8 0 0 1-7.6 16L21 72c-1.7 4.3-2.4 5-4.7 5-2.3.1-2.2-.2 2.2-9a2076.1 2076.1 0 0 0 20-41.2c2.6-6.3 4.3-8.3 5.8-6.6m181.8.8a2305.3 2305.3 0 0 1 39.2 25.8c.3 0 .5-.5.7-1.8l.6-3 1-4.4.8-3.5a1208.5 1208.5 0 0 1 1.4-6.8c1.1-5.1 2.2-7.3 3.6-7.3 1.2 0 1.8 2.6 1 5.2a49.1 49.1 0 0 0-1.1 5.4 206.5 206.5 0 0 0-2.4 11.3 202.1 202.1 0 0 0-2.2 10.1 302.2 302.2 0 0 1-3.3 15.3 203.4 203.4 0 0 1-1.3 6.1c-.6 3-.8 3.4-1.8 3.6-.3.1-.8 0-1.6-.6A842.4 842.4 0 0 1 232.5 58a57.2 57.2 0 0 0-4-2.7 131.2 131.2 0 0 0-5.8-3.9c-2.8-1.9-3.1-2-3.3-.7a33.2 33.2 0 0 1-.9 4l-.5 2.5a121.6 121.6 0 0 0-1.6 7.5 110.3 110.3 0 0 1-1.7 7.9l-.5 2.5c-.3 1.4-1 2-2.3 2-1.9 0-2.2-1.6-1.2-6.2a476.1 476.1 0 0 0 3.4-16.1 216.6 216.6 0 0 0 2.6-12.5l.4-2a244.4 244.4 0 0 0 2.6-12 234.2 234.2 0 0 0 1.4-6.7c.3-2 2.3-2.2 5-.6m-39.2-.4a648 648 0 0 0-5.4 26.4 167.2 167.2 0 0 0-1.1 5.1 364 364 0 0 0-2.9 13.6l-1.1 5.2c-.5 2.2-.5 2.3 1.5 2.7a32 32 0 0 0 15.8-2.2c6-2.9 9-6.8 10.7-13.9l.8-3.6a176.9 176.9 0 0 0 2.4-10.8 133 133 0 0 0 1.3-6.6 597.7 597.7 0 0 0 1.9-9c1.2-6 1.1-5.9 1.8-6.5 2-2 3.6 0 2.8 3.6a302.8 302.8 0 0 0-2.4 11.6 99.7 99.7 0 0 1-1.2 5.5 2216.5 2216.5 0 0 1-3.3 15.2 27.5 27.5 0 0 1-5.2 11c-3.4 4.7-7 7-13.6 8.5-2.8.7-19.4 1-22.6.5-10.7-1.9-13.8-5.2-13.5-14.7.2-4 .3-5 1.4-10.2a228.5 228.5 0 0 0 2.3-11.3 793.9 793.9 0 0 0 2-9.3c.9-4.8 2-10.2 2.3-10.6.2-.4 25-.6 25.3-.2m143.8 0c.4.6.3 1.7-.4 2.4l-.6.6H317l-.2.9a127 127 0 0 1-2.5 12.5l-.6 2.6a224 224 0 0 0-.6 2.8l-.4 2a387.1 387.1 0 0 1-2.3 11 1948.7 1948.7 0 0 0-3.8 18.1c-.3 1.8-.6 2.5-1.1 2.6-.7.2-23 .2-23.7 0-.8-.1-.8-.3-.4-2a118.4 118.4 0 0 0 1.3-6.2 320.9 320.9 0 0 0 3-14 42.6 42.6 0 0 1 1.1-5 1068.3 1068.3 0 0 1 5.2-24.6l.2-.7h-6.7c-4.2 0-6.9 0-7.2-.2-.8-.5-.3-2.3.8-2.8.7-.3 51.2-.2 51.5 0m-200 1.7a35.1 35.1 0 0 0-1.4 6.3 570.1 570.1 0 0 0-2.3 10.9 321.6 321.6 0 0 0-3.8 17.9 399.9 399.9 0 0 0-3.2 15.8v.6h1.9c10.4 0 20.6-8.4 24.6-20.2a35.4 35.4 0 0 0 1.8-6.6c2.7-12.2-2.5-22.9-12.1-24.6-2-.3-5.3-.4-5.5 0M187 128.8c1.7.2 3.1.4 4.6.8a11 11 0 0 1 6.5 4.5c1.3 2.3 3.5 6.4 3.7 7.2a29.7 29.7 0 0 1 0 17.7c-3.2 13.7-12.2 24-23.2 26.7-4 1-4.5 1-8.7 1-7.1-.2-11.1-1.6-15-5.4a23.3 23.3 0 0 1-5.5-23c2-7.7 3.6-11.1 7.4-15.7l2.1-2.6c4.1-5 8-8.1 12.2-9.5 1.9-.7 2.8-.8 6.8-1.3l3.1-.4c1.8-.2 4-.2 6 0m-86.8 1.5a573.3 573.3 0 0 1 21.7 14.2c9.5 6.4 18.3 12 18.4 12a38.5 38.5 0 0 0 1.9-8.2 678.5 678.5 0 0 0 1.9-8.9c1.4-6.9 2.5-9.7 4-9.7 1.6 0 1.8 2.3.7 7.2a191.3 191.3 0 0 0-1.9 8.8 70.1 70.1 0 0 0-1.1 5.4 211.1 211.1 0 0 0-1.7 7.7 147 147 0 0 1-2.1 10 192.7 192.7 0 0 0-2 9.3l-1.4 6.4c-.4 2.3-1.4 2.7-3.2 1.6A1340.5 1340.5 0 0 1 97.3 161c-2.2-1.5-3-1.8-3-1.6a96.1 96.1 0 0 1-1.5 7.4 108 108 0 0 1-1.2 5.6 420.3 420.3 0 0 1-2.2 10.4c-.5 3.2-1 4-2.7 4-1.6 0-2.4-2-1.6-4.4l.4-1.9a81 81 0 0 1 1.6-7.5 619.7 619.7 0 0 1 3.9-18.5 1404.5 1404.5 0 0 0 3.8-18c1.4-7 1.3-6.8 3.2-6.8.8 0 1.4.1 2.2.6m144.1-.4a44.3 44.3 0 0 1 5 .8c1.3 0 6.3 2.2 8.2 3.6 5 3.7 7.7 11.5 6.2 18a25.7 25.7 0 0 1-8.2 15.5c-4.7 4.7-8 6.4-15 7.8-2.2.4-2.5.7-1.4 1.7a41 41 0 0 0 8.1 4.7l3.5.7c3.8.7 4.4 1.2 3.6 2.8-1 1.9-3.7 1.7-9.5-.8-3-1.2-6.4-3.5-12.2-8.3-4.3-3.5-3.9-3.3-4.3-1.6a55.9 55.9 0 0 1-1.1 5.2 114.4 114.4 0 0 1-1 4.4c-.3 1.6.6 1.5-13 1.5-13 0-12.8 0-12.6-1a169 169 0 0 1 3-14.5l.6-3.1a694.4 694.4 0 0 0 4-19 197 197 0 0 0 2.6-12.5 106.1 106.1 0 0 1 1.4-5.9c.2-.3 29.4-.4 32.1 0m135.5.2c.4.4.5 1.2.5 2.7a213.9 213.9 0 0 1-3.2 15.4l-.3 1.4a179.5 179.5 0 0 0-2 9.4 178.8 178.8 0 0 0-2.3 10.5l-.7 3.5-.4 1.8a518.2 518.2 0 0 1-1.4 6.7c-.5 2.9-2 4.7-3.4 4.3-1-.2-1.3-1.3-.9-3.1a552.8 552.8 0 0 0 2.5-11.6 283.8 283.8 0 0 1 2.5-12 90 90 0 0 1 1.3-5.6c.3-1 1.2-.9-12.8-.8h-12.6l-.6 2.9a469.1 469.1 0 0 0-2.7 13 210.4 210.4 0 0 1-1.8 8.9c-.7 3.5-1.8 8-2 8.2-.4.3-24.6.2-25 0-.3-.2-.2-1 .4-3.4a156.4 156.4 0 0 0 1.7-8 472.9 472.9 0 0 0 3.1-14.7l.5-2a311 311 0 0 1 3.3-15.7 518.4 518.4 0 0 1 2.6-11.5c.3-.3 24-.4 24.7-.1.6.2.6 0 .1 2.6a327 327 0 0 1-2.9 13.6l-.4 2.3v.9h25.2l.7-3.4a302.5 302.5 0 0 0 2.5-11.8c.8-4 2.3-5.9 3.7-4.4m-58.2.4c.4.6.3 1.4-.3 2l-.5.7h-6.4l-6.3.1-.2.9a172.3 172.3 0 0 1-2.2 10.7 431.9 431.9 0 0 1-3.1 14.8 152.6 152.6 0 0 0-1.4 6.5 136.5 136.5 0 0 1-1.6 7.4 268.3 268.3 0 0 1-2.7 12c-.2.3-24 .4-24.5.1-.3-.2-.2-.9 1.3-8a296 296 0 0 0 2.8-13.2 255.5 255.5 0 0 0 2.4-10.8 366 366 0 0 0 3.1-14.9l1.2-5.2c.1-.3-.3-.4-6.7-.4-7.7 0-7.5 0-7.5-1s.4-1.6 1.3-1.9c1.3-.4 51.1-.2 51.3.2m-140.4 2.2a172 172 0 0 0-2 9.1 171.2 171.2 0 0 0-2 9.2 337.7 337.7 0 0 1-2.9 14 94.7 94.7 0 0 0-1.5 7.5 315 315 0 0 1-2.1 10.2l-.1.9h1.5c12.4 0 23.5-10.7 26.5-25.4l.4-1.7c3.3-13.4-4-24.7-15.8-24.7h-1.8l-.2.9m56.3 1a363.6 363.6 0 0 0-3.3 13.7 463.8 463.8 0 0 1-3.8 17.6l-.5 2.4-.3 1.7.8 1c3.1 3.5 6.1 4.3 10.7 3a23 23 0 0 0 11.6-6.7 31.8 31.8 0 0 0 4.9-6 24.2 24.2 0 0 0 2-17.1c-1.2-4.1-7.1-8.2-13.2-9.2-1.5-.3-8.2-.5-8.9-.3'/%3E%3C/g%3E%3C/svg%3E");
}
