
body {
margin: 0;
background: #ffffff;
color: #000000;
}

div.bar {
position: relative;
display: block;
height: 5px;
margin: 0;
padding: 15px 0 0;
background: #f5f5f5 url(https://bizweb.jp/css/texture/knit3_p.png) repeat left top;
overflow: none;
}

div.top {
display: flex;
justify-content: space-between;
align-items: center;
margin: 20px auto;
}
div#header {
width: 300px;
}





div#menu {
font-size: 0.8rem;
line-height: 1;
}

ul.menu, ul.menu ul {
margin: 0;
padding: 0;
list-style: none;
}

ul.menu li {
margin: 0;
padding: 0;
vertical-align: top;
}

ul.menu a {
display: block;
text-decoration: none;
color: #000000;
}
ul.menu li.on > a {
text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 2px;
text-decoration: underline;
}

ul.menu span.sub {
display: block;
margin: 2px 5px 0;
opacity: 0.5;
font-size: 0.7rem;
text-decoration: none;
text-shadow: none;
}


@media only screen and (min-width: 768px) {
body.nomenu div#header, body.noheader div#menu {
margin: 0 auto;
}

html.ie10 div#menu {
display: table-cell;
}

ul.menu {
display: table;
border-spacing: 5px 0;
margin: 0 0 0 auto;
text-align: center;
}

ul.menu > li {
display: table-cell;
border-bottom: 2px solid transparent;
transition: 0.3s ease-in-out;
}
ul.menu > li.on, ul.menu > li:hover {
border-bottom: 2px solid #cccccc;
}

ul.menu a {
padding: 15px 5px;
}
ul.menu li div.menu_dd {
position: relative;
}

ul.menu li ul {
position: absolute;
top: 100%;
left: 0;
margin-top: 5px;
}
ul.menu li:last-child ul, ul.menu li:nth-last-child(2) ul {
left: auto;
right: 0;
}
ul.menu li:hover ul {
z-index: 2;
background: #ffffff;
border-right: 1px solid #eeeeee;
border-left: 1px solid #eeeeee;
}

ul.menu li ul li a {
display: block;
height: 0;
padding: 0 10px;
overflow: hidden;
white-space: nowrap;
transition: padding 0.3s, background-color 1s;
text-align: left;
}
ul.menu li:hover ul li a {
height: auto;
padding: 10px;
overflow: visible;
border-top: 1px solid #eeeeee;
}
ul.menu ul li a:hover {
background-color: #eeeeee;
}
}


@media only screen and (max-width: 767px) {
div#menu {
margin: 5px;
text-align: left;
}

ul.menu > li {
padding: 10px;
border-left: 2px solid transparent;
}
ul.menu > li.on {
border-left: 2px solid #cccccc;
}

ul.menu li div.menu_dd {
display: none;
}
ul.menu li.open div.menu_dd {
display: block;
}

ul.menu li ul {
margin-top: 5px;
margin-bottom: 10px;
margin-left: 10px;
}
ul.menu li ul li {
display: inline-block;
padding: 0;
}
ul.menu li ul li a {
display: inline-block;
padding: 5px;
}


body.menu3h span.menu3h {
display: inline-block;
padding: 10px 20px;
border-bottom: 2px solid #cccccc;
}
body.menu3h ul.menu {
background: rgba(255, 255, 255, 0.95);
}
body.menu3h ul.menu li.menu_plus {
padding-left: 10px !important;
}
}






div#photo {
position: relative;
margin: 10px 0;
padding: 30px 0;
background: #f5f5f5 url(https://bizweb.jp/css/texture/knit3_p.png) repeat left top;
color: #000000;
}
div.photo {
clear: both;
margin: 0 auto;
}

ul.crumb {
margin: 10px auto;
padding: 0 10px;
list-style: none;
box-sizing: border-box;
font-size: 0.8rem;
opacity: 0.5;
}
ul.crumb li {
display: inline-block;
margin: 0 10px 0 0;
padding: 0;
}
ul.crumb li:after {
display: inline-block;
content: "»";
margin-left: 10px;
}
ul.crumb li:last-of-type:after {
display: none;
}
ul.crumb a {
color: #000000;
}






div.contents {
display: grid;
grid-template-columns: auto 1fr auto;
margin: 10px auto;
}
#contents {
grid-column: 2 / 3;
}
#side_l #side {
margin: 0 1vw 0 0;
}
#side_r #side {
margin: 0 0 0 1vw;
}






#footer {
position: relative;
min-height: 20px;
margin-top: 30px;
background: #cccccc url(https://bizweb.jp/css/texture/circlel_p.png) repeat left top;
color: #000000;
}





@media only screen and (min-width: 1041px) {
div.top {
width: max(80vw, 1000px);
}

div.photo {
width: max(80vw, 1000px);
}

ul.crumb {
width: max(80vw, 1000px);
}

div.contents {
width: max(80vw, 1000px);
}


body.liq #contents div.lb, div.footer div.lb, body.liq #contents div.block > div.row, div.footer div.block > div.row {
width: max(80vw, 1000px);
margin: 0 auto;
}
}

@media only screen and (max-width: 1040px) and (min-width: 768px) {
div.top {
margin: 20px 10px;
}

div.photo {
margin: 0 10px;
}

ul.crumb {
margin: 0 10px;
}

div.contents {
margin: 10px;
}
}


@media only screen and (max-width: 767px) {
div.top {
display: block;
}
div#header {
margin: 0 auto;
}

div.photo {
margin: 0 10px;
}

div.contents {
display: block;
}
#side_l #side, #side_r #side {
margin: 0;
}
}


body.liq div.contents {
display: block;
width: auto;
}

div.bar {
border-width:0px;border-bottom:4px solid #f5f5f5;border-image:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20viewBox%3D%220%200%2092%2093%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292px%22%20height%3D%2293px%22%3E%0A%3Cpath%20d%3D%22M%201%202%20C%204.2265%203.185%207.7208%203.6925%2011.1485%203.3724%20C%2012.0062%203.2923%2012.2279%202.3081%2012.9531%202%20C%2015.1768%201.0552%2016.8163%203.4324%2018.7642%203.9949%20C%2019.9161%204.3275%2019.362%202.3606%2019.9584%201.953%20C%2020.675%201.4632%2021.2361%201.1738%2022.0938%201%20C%2024.4282%200.527%2025.8704%203.271%2028.158%203.0585%20C%2028.7975%202.9991%2028.8734%202.2209%2029.4125%202%20C%2029.6732%201.8931%2032.8604%202%2032.8604%202%20C%2034.2299%202.0639%2035.4107%202.9303%2036.7925%202.9216%20C%2039.2868%202.9058%2041.6699%202.0242%2044.1653%202%20C%2045.7985%201.9842%2047.3611%202.7525%2049.0068%202.4367%20C%2050.7293%202.1062%2052.7824%200.4536%2054.4714%201.8213%20C%2054.9654%202.2213%2055.512%203.7313%2056.3547%203.0773%20C%2056.8967%202.6568%2057.1197%201.9218%2057.7672%201.6201%20C%2059.5033%200.8114%2061.2003%202.3491%2062.9659%202.1511%20C%2064.549%201.9735%2066.1536%201.5482%2067.7617%201.7646%20C%2068.4408%201.856%2068.7963%202.5891%2069.4932%202.6325%20C%2070.1411%202.6728%2070.5378%202.019%2070.9614%201.6717%20C%2071.8964%200.9052%2072.8558%202.2388%2073.7504%202.4024%20C%2074.5796%202.5541%2074.8857%201.5753%2075.6036%201.4128%20C%2076.5372%201.2016%2077.325%201.8668%2078.2126%201.9862%20C%2078.833%202.0696%2079.3648%201.6367%2079.9341%201.5001%20C%2080.936%201.2597%2084.0869%201.9009%2084.0869%201.9009%20C%2084.8128%201.9774%2085.1068%202.8324%2085.847%202.8723%20C%2086.5592%202.9106%2086.806%202.1039%2087.4125%201.9061%20C%2088.577%201.5264%2089.8408%201.7509%2091%202%20C%2091.2313%204.6699%2091.4342%207.3527%2091.2877%2010.034%20C%2091.2396%2010.9155%2089.8504%2010.9839%2089.9425%2011.9228%20C%2090.125%2013.7816%2091.6824%2015.2217%2091.6998%2017.1172%20C%2091.7275%2020.1349%2090.1929%2022.9113%2090.1703%2025.9257%20C%2090.1561%2027.8283%2091.4538%2029.6106%2091%2031.5313%20C%2090.5647%2033.3735%2089.4214%2035.2948%2089.8704%2037.2453%20C%2090.0205%2037.8975%2090.623%2038.2812%2090.8348%2038.902%20C%2091.5992%2041.1419%2090.7992%2043.5138%2090.6806%2045.7813%20C%2090.5607%2048.0747%2091.0187%2050.3561%2090.8403%2052.6491%20C%2090.7862%2053.3448%2090.0879%2053.7744%2090.1132%2054.4935%20C%2090.1736%2056.2053%2090.8824%2057.8111%2091%2059.5168%20C%2091%2059.5168%2091.3458%2064.7161%2091%2066.0134%20C%2090.5825%2067.5795%2090.1149%2069.2473%2089.9374%2070.8739%20C%2089.2586%2077.0936%2090.9608%2072.7954%2091.0597%2076.4667%20C%2091.0905%2077.6114%2089.5685%2077.6173%2089.4901%2078.2385%20C%2088.9512%2082.5075%2090.804%2087.5831%2091%2092%20C%2089.0271%2092.1807%2087.0991%2091.7677%2085.1314%2091.8284%20C%2083.7454%2091.8711%2082.4673%2092.5324%2081.0737%2092.5016%20C%2080.0686%2092.4795%2078.1124%2091.4701%2078.1124%2091.4701%20C%2074.4876%2094.2881%2069.8203%2091.7666%2065.8347%2091.4538%20C%2063.7571%2091.2908%2062.0968%2093.0208%2060.0348%2092.9915%20C%2059.0241%2092.9772%2059.0161%2091.3184%2057.9534%2091.4448%20C%2054.5184%2091.8535%2055.9881%2091.8564%2052.5355%2092.1272%20C%2050.7056%2092.2708%2048.8817%2091.9495%2047.0625%2091.8352%20C%2046.2735%2091.7856%2045.5542%2092.1796%2044.8005%2092.3241%20C%2041.6201%2092.934%2038.6913%2091.0329%2035.54%2091.1076%20C%2034.7615%2091.126%2034.1589%2091.6949%2033.4033%2091.8025%20C%2032.3123%2091.9578%2031.2284%2091.6503%2030.1437%2091.614%20C%2029.3264%2091.5866%2028.7533%2092.2677%2027.9866%2092.4192%20C%2026.8817%2092.6376%2025.7386%2092.372%2024.7003%2092%20C%2023.9826%2091.7429%2023.8689%2090.7275%2023.0358%2090.6678%20C%2021.8675%2090.5841%2020.914%2091.4791%2019.9844%2092%20C%2018.3979%2092.8889%2013.738%2092.1402%2012.9531%2092%20C%209.015%2091.2964%204.9423%2091.3793%201%2092%20C%201.9751%2089.6096%202.6444%2086.9257%202.3163%2084.3298%20C%202.1645%2083.1281%200.8679%2082.3913%200.8632%2081.1485%20C%200.86%2080.3041%202.2081%2079.9725%201.8921%2079.0707%20C%201.5398%2078.0653%200.8256%2076.9112%201.1511%2075.7823%20C%201.3745%2075.0074%202.5263%2074.8532%202.5461%2073.981%20C%202.5642%2073.1809%201.3931%2072.966%201.4735%2072.1486%20C%201.6649%2070.2042%202.1694%2068.3093%202.4756%2066.3837%20C%202.5787%2065.7358%202.1407%2065.1651%201.9555%2064.5881%20L%201.2906%2062.2415%20C%201.1176%2061.6967%200.7538%2061.191%200.7393%2060.5987%20C%200.7029%2059.1146%200.9953%2057.6424%201.3487%2056.2094%20C%201.9703%2053.6887%202.082%2053.7882%202.8334%2051.3068%20C%203.0772%2050.5018%201.917%2050.3189%201.552%2049.836%20C%201.12%2049.2645%201.423%2048.4925%201.4575%2047.8749%20C%201.564%2045.9702%20-0.0254%2044.4156%200.1503%2042.5027%20C%200.2944%2040.9337%202.1316%2036.7828%202.186%2036.0877%20C%202.4318%2032.9512%201.1659%2029.8636%201.6976%2026.7312%20C%201.8019%2026.1165%202.3664%2025.7132%202.4478%2025.0902%20C%202.795%2022.4306%201.2825%2020.0408%200.9139%2017.4752%20C%200.8007%2016.6874%201.8846%2016.5772%202.1924%2016.0142%20C%203.3524%2013.8924%200.8935%2012.0986%200.8823%2010.0245%20C%200.8792%209.4391%201.5222%209.1627%201.5841%208.5993%20C%201.8265%206.3937%201.5659%204.1376%201%202%20L%201%202%20Z%22%20fill%3D%22%23f5f5f5%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;
}

div#photo {
margin: 20px 0;
border-width:0px;border-top:4px solid #f5f5f5;border-bottom:4px solid #f5f5f5;border-image:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20viewBox%3D%220%200%2092%2093%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292px%22%20height%3D%2293px%22%3E%0A%3Cpath%20d%3D%22M%201%202%20C%204.2265%203.185%207.7208%203.6925%2011.1485%203.3724%20C%2012.0062%203.2923%2012.2279%202.3081%2012.9531%202%20C%2015.1768%201.0552%2016.8163%203.4324%2018.7642%203.9949%20C%2019.9161%204.3275%2019.362%202.3606%2019.9584%201.953%20C%2020.675%201.4632%2021.2361%201.1738%2022.0938%201%20C%2024.4282%200.527%2025.8704%203.271%2028.158%203.0585%20C%2028.7975%202.9991%2028.8734%202.2209%2029.4125%202%20C%2029.6732%201.8931%2032.8604%202%2032.8604%202%20C%2034.2299%202.0639%2035.4107%202.9303%2036.7925%202.9216%20C%2039.2868%202.9058%2041.6699%202.0242%2044.1653%202%20C%2045.7985%201.9842%2047.3611%202.7525%2049.0068%202.4367%20C%2050.7293%202.1062%2052.7824%200.4536%2054.4714%201.8213%20C%2054.9654%202.2213%2055.512%203.7313%2056.3547%203.0773%20C%2056.8967%202.6568%2057.1197%201.9218%2057.7672%201.6201%20C%2059.5033%200.8114%2061.2003%202.3491%2062.9659%202.1511%20C%2064.549%201.9735%2066.1536%201.5482%2067.7617%201.7646%20C%2068.4408%201.856%2068.7963%202.5891%2069.4932%202.6325%20C%2070.1411%202.6728%2070.5378%202.019%2070.9614%201.6717%20C%2071.8964%200.9052%2072.8558%202.2388%2073.7504%202.4024%20C%2074.5796%202.5541%2074.8857%201.5753%2075.6036%201.4128%20C%2076.5372%201.2016%2077.325%201.8668%2078.2126%201.9862%20C%2078.833%202.0696%2079.3648%201.6367%2079.9341%201.5001%20C%2080.936%201.2597%2084.0869%201.9009%2084.0869%201.9009%20C%2084.8128%201.9774%2085.1068%202.8324%2085.847%202.8723%20C%2086.5592%202.9106%2086.806%202.1039%2087.4125%201.9061%20C%2088.577%201.5264%2089.8408%201.7509%2091%202%20C%2091.2313%204.6699%2091.4342%207.3527%2091.2877%2010.034%20C%2091.2396%2010.9155%2089.8504%2010.9839%2089.9425%2011.9228%20C%2090.125%2013.7816%2091.6824%2015.2217%2091.6998%2017.1172%20C%2091.7275%2020.1349%2090.1929%2022.9113%2090.1703%2025.9257%20C%2090.1561%2027.8283%2091.4538%2029.6106%2091%2031.5313%20C%2090.5647%2033.3735%2089.4214%2035.2948%2089.8704%2037.2453%20C%2090.0205%2037.8975%2090.623%2038.2812%2090.8348%2038.902%20C%2091.5992%2041.1419%2090.7992%2043.5138%2090.6806%2045.7813%20C%2090.5607%2048.0747%2091.0187%2050.3561%2090.8403%2052.6491%20C%2090.7862%2053.3448%2090.0879%2053.7744%2090.1132%2054.4935%20C%2090.1736%2056.2053%2090.8824%2057.8111%2091%2059.5168%20C%2091%2059.5168%2091.3458%2064.7161%2091%2066.0134%20C%2090.5825%2067.5795%2090.1149%2069.2473%2089.9374%2070.8739%20C%2089.2586%2077.0936%2090.9608%2072.7954%2091.0597%2076.4667%20C%2091.0905%2077.6114%2089.5685%2077.6173%2089.4901%2078.2385%20C%2088.9512%2082.5075%2090.804%2087.5831%2091%2092%20C%2089.0271%2092.1807%2087.0991%2091.7677%2085.1314%2091.8284%20C%2083.7454%2091.8711%2082.4673%2092.5324%2081.0737%2092.5016%20C%2080.0686%2092.4795%2078.1124%2091.4701%2078.1124%2091.4701%20C%2074.4876%2094.2881%2069.8203%2091.7666%2065.8347%2091.4538%20C%2063.7571%2091.2908%2062.0968%2093.0208%2060.0348%2092.9915%20C%2059.0241%2092.9772%2059.0161%2091.3184%2057.9534%2091.4448%20C%2054.5184%2091.8535%2055.9881%2091.8564%2052.5355%2092.1272%20C%2050.7056%2092.2708%2048.8817%2091.9495%2047.0625%2091.8352%20C%2046.2735%2091.7856%2045.5542%2092.1796%2044.8005%2092.3241%20C%2041.6201%2092.934%2038.6913%2091.0329%2035.54%2091.1076%20C%2034.7615%2091.126%2034.1589%2091.6949%2033.4033%2091.8025%20C%2032.3123%2091.9578%2031.2284%2091.6503%2030.1437%2091.614%20C%2029.3264%2091.5866%2028.7533%2092.2677%2027.9866%2092.4192%20C%2026.8817%2092.6376%2025.7386%2092.372%2024.7003%2092%20C%2023.9826%2091.7429%2023.8689%2090.7275%2023.0358%2090.6678%20C%2021.8675%2090.5841%2020.914%2091.4791%2019.9844%2092%20C%2018.3979%2092.8889%2013.738%2092.1402%2012.9531%2092%20C%209.015%2091.2964%204.9423%2091.3793%201%2092%20C%201.9751%2089.6096%202.6444%2086.9257%202.3163%2084.3298%20C%202.1645%2083.1281%200.8679%2082.3913%200.8632%2081.1485%20C%200.86%2080.3041%202.2081%2079.9725%201.8921%2079.0707%20C%201.5398%2078.0653%200.8256%2076.9112%201.1511%2075.7823%20C%201.3745%2075.0074%202.5263%2074.8532%202.5461%2073.981%20C%202.5642%2073.1809%201.3931%2072.966%201.4735%2072.1486%20C%201.6649%2070.2042%202.1694%2068.3093%202.4756%2066.3837%20C%202.5787%2065.7358%202.1407%2065.1651%201.9555%2064.5881%20L%201.2906%2062.2415%20C%201.1176%2061.6967%200.7538%2061.191%200.7393%2060.5987%20C%200.7029%2059.1146%200.9953%2057.6424%201.3487%2056.2094%20C%201.9703%2053.6887%202.082%2053.7882%202.8334%2051.3068%20C%203.0772%2050.5018%201.917%2050.3189%201.552%2049.836%20C%201.12%2049.2645%201.423%2048.4925%201.4575%2047.8749%20C%201.564%2045.9702%20-0.0254%2044.4156%200.1503%2042.5027%20C%200.2944%2040.9337%202.1316%2036.7828%202.186%2036.0877%20C%202.4318%2032.9512%201.1659%2029.8636%201.6976%2026.7312%20C%201.8019%2026.1165%202.3664%2025.7132%202.4478%2025.0902%20C%202.795%2022.4306%201.2825%2020.0408%200.9139%2017.4752%20C%200.8007%2016.6874%201.8846%2016.5772%202.1924%2016.0142%20C%203.3524%2013.8924%200.8935%2012.0986%200.8823%2010.0245%20C%200.8792%209.4391%201.5222%209.1627%201.5841%208.5993%20C%201.8265%206.3937%201.5659%204.1376%201%202%20L%201%202%20Z%22%20fill%3D%22%23f5f5f5%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;
}
div.photo {
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 2px;
}

#footer {
border-width:0px;border-top:4px solid #cccccc;border-image:url('data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20viewBox%3D%220%200%2092%2093%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292px%22%20height%3D%2293px%22%3E%0A%3Cpath%20d%3D%22M%201%202%20C%204.2265%203.185%207.7208%203.6925%2011.1485%203.3724%20C%2012.0062%203.2923%2012.2279%202.3081%2012.9531%202%20C%2015.1768%201.0552%2016.8163%203.4324%2018.7642%203.9949%20C%2019.9161%204.3275%2019.362%202.3606%2019.9584%201.953%20C%2020.675%201.4632%2021.2361%201.1738%2022.0938%201%20C%2024.4282%200.527%2025.8704%203.271%2028.158%203.0585%20C%2028.7975%202.9991%2028.8734%202.2209%2029.4125%202%20C%2029.6732%201.8931%2032.8604%202%2032.8604%202%20C%2034.2299%202.0639%2035.4107%202.9303%2036.7925%202.9216%20C%2039.2868%202.9058%2041.6699%202.0242%2044.1653%202%20C%2045.7985%201.9842%2047.3611%202.7525%2049.0068%202.4367%20C%2050.7293%202.1062%2052.7824%200.4536%2054.4714%201.8213%20C%2054.9654%202.2213%2055.512%203.7313%2056.3547%203.0773%20C%2056.8967%202.6568%2057.1197%201.9218%2057.7672%201.6201%20C%2059.5033%200.8114%2061.2003%202.3491%2062.9659%202.1511%20C%2064.549%201.9735%2066.1536%201.5482%2067.7617%201.7646%20C%2068.4408%201.856%2068.7963%202.5891%2069.4932%202.6325%20C%2070.1411%202.6728%2070.5378%202.019%2070.9614%201.6717%20C%2071.8964%200.9052%2072.8558%202.2388%2073.7504%202.4024%20C%2074.5796%202.5541%2074.8857%201.5753%2075.6036%201.4128%20C%2076.5372%201.2016%2077.325%201.8668%2078.2126%201.9862%20C%2078.833%202.0696%2079.3648%201.6367%2079.9341%201.5001%20C%2080.936%201.2597%2084.0869%201.9009%2084.0869%201.9009%20C%2084.8128%201.9774%2085.1068%202.8324%2085.847%202.8723%20C%2086.5592%202.9106%2086.806%202.1039%2087.4125%201.9061%20C%2088.577%201.5264%2089.8408%201.7509%2091%202%20C%2091.2313%204.6699%2091.4342%207.3527%2091.2877%2010.034%20C%2091.2396%2010.9155%2089.8504%2010.9839%2089.9425%2011.9228%20C%2090.125%2013.7816%2091.6824%2015.2217%2091.6998%2017.1172%20C%2091.7275%2020.1349%2090.1929%2022.9113%2090.1703%2025.9257%20C%2090.1561%2027.8283%2091.4538%2029.6106%2091%2031.5313%20C%2090.5647%2033.3735%2089.4214%2035.2948%2089.8704%2037.2453%20C%2090.0205%2037.8975%2090.623%2038.2812%2090.8348%2038.902%20C%2091.5992%2041.1419%2090.7992%2043.5138%2090.6806%2045.7813%20C%2090.5607%2048.0747%2091.0187%2050.3561%2090.8403%2052.6491%20C%2090.7862%2053.3448%2090.0879%2053.7744%2090.1132%2054.4935%20C%2090.1736%2056.2053%2090.8824%2057.8111%2091%2059.5168%20C%2091%2059.5168%2091.3458%2064.7161%2091%2066.0134%20C%2090.5825%2067.5795%2090.1149%2069.2473%2089.9374%2070.8739%20C%2089.2586%2077.0936%2090.9608%2072.7954%2091.0597%2076.4667%20C%2091.0905%2077.6114%2089.5685%2077.6173%2089.4901%2078.2385%20C%2088.9512%2082.5075%2090.804%2087.5831%2091%2092%20C%2089.0271%2092.1807%2087.0991%2091.7677%2085.1314%2091.8284%20C%2083.7454%2091.8711%2082.4673%2092.5324%2081.0737%2092.5016%20C%2080.0686%2092.4795%2078.1124%2091.4701%2078.1124%2091.4701%20C%2074.4876%2094.2881%2069.8203%2091.7666%2065.8347%2091.4538%20C%2063.7571%2091.2908%2062.0968%2093.0208%2060.0348%2092.9915%20C%2059.0241%2092.9772%2059.0161%2091.3184%2057.9534%2091.4448%20C%2054.5184%2091.8535%2055.9881%2091.8564%2052.5355%2092.1272%20C%2050.7056%2092.2708%2048.8817%2091.9495%2047.0625%2091.8352%20C%2046.2735%2091.7856%2045.5542%2092.1796%2044.8005%2092.3241%20C%2041.6201%2092.934%2038.6913%2091.0329%2035.54%2091.1076%20C%2034.7615%2091.126%2034.1589%2091.6949%2033.4033%2091.8025%20C%2032.3123%2091.9578%2031.2284%2091.6503%2030.1437%2091.614%20C%2029.3264%2091.5866%2028.7533%2092.2677%2027.9866%2092.4192%20C%2026.8817%2092.6376%2025.7386%2092.372%2024.7003%2092%20C%2023.9826%2091.7429%2023.8689%2090.7275%2023.0358%2090.6678%20C%2021.8675%2090.5841%2020.914%2091.4791%2019.9844%2092%20C%2018.3979%2092.8889%2013.738%2092.1402%2012.9531%2092%20C%209.015%2091.2964%204.9423%2091.3793%201%2092%20C%201.9751%2089.6096%202.6444%2086.9257%202.3163%2084.3298%20C%202.1645%2083.1281%200.8679%2082.3913%200.8632%2081.1485%20C%200.86%2080.3041%202.2081%2079.9725%201.8921%2079.0707%20C%201.5398%2078.0653%200.8256%2076.9112%201.1511%2075.7823%20C%201.3745%2075.0074%202.5263%2074.8532%202.5461%2073.981%20C%202.5642%2073.1809%201.3931%2072.966%201.4735%2072.1486%20C%201.6649%2070.2042%202.1694%2068.3093%202.4756%2066.3837%20C%202.5787%2065.7358%202.1407%2065.1651%201.9555%2064.5881%20L%201.2906%2062.2415%20C%201.1176%2061.6967%200.7538%2061.191%200.7393%2060.5987%20C%200.7029%2059.1146%200.9953%2057.6424%201.3487%2056.2094%20C%201.9703%2053.6887%202.082%2053.7882%202.8334%2051.3068%20C%203.0772%2050.5018%201.917%2050.3189%201.552%2049.836%20C%201.12%2049.2645%201.423%2048.4925%201.4575%2047.8749%20C%201.564%2045.9702%20-0.0254%2044.4156%200.1503%2042.5027%20C%200.2944%2040.9337%202.1316%2036.7828%202.186%2036.0877%20C%202.4318%2032.9512%201.1659%2029.8636%201.6976%2026.7312%20C%201.8019%2026.1165%202.3664%2025.7132%202.4478%2025.0902%20C%202.795%2022.4306%201.2825%2020.0408%200.9139%2017.4752%20C%200.8007%2016.6874%201.8846%2016.5772%202.1924%2016.0142%20C%203.3524%2013.8924%200.8935%2012.0986%200.8823%2010.0245%20C%200.8792%209.4391%201.5222%209.1627%201.5841%208.5993%20C%201.8265%206.3937%201.5659%204.1376%201%202%20L%201%202%20Z%22%20fill%3D%22%23cccccc%22%2F%3E%0A%3C%2Fsvg%3E') 4/1/1 round;;
-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;box-shadow:rgba(0, 0, 0, 0.2) 0 0 5px;
}
