@charset "UTF-8";
/* mulish-300 - latin */
@font-face {
    font-family: 'Milliard Book';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Book'), url('../fonts/Milliard_Book.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Book Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Book Italic'), url('../fonts/Milliard_Book_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Hairline';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Hairline'), url('../fonts/Milliard_Hairline.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Hairline Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Hairline Italic'), url('../fonts/Milliard_Hairline_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Thin'), url('../fonts/Milliard_Thin.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Thin Italic'), url('../fonts/Milliard_Thin_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard ExtraLight'), url('../fonts/Milliard_ExtraLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard ExtraLight Italic'), url('../fonts/Milliard_ExtraLight_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Light';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Light'), url('../fonts/Milliard_Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Light Italic'), url('../fonts/Milliard_Light_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Medium'), url('../fonts/Milliard_Medium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Medium Italic'), url('../fonts/Milliard_Medium_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard SemiBold'), url('../fonts/Milliard_SemiBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard SemiBold Italic'), url('../fonts/Milliard_SemiBold_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Bold'), url('../fonts/Milliard_Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Bold Italic'), url('../fonts/Milliard_Bold_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard ExtraBold'), url('../fonts/Milliard_ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard ExtraBold Italic'), url('../fonts/Milliard_ExtraBold_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Heavy'), url('../fonts/Milliard_Heavy.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Heavy Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Heavy Italic'), url('../fonts/Milliard_Heavy_Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Black';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Black'), url('../fonts/Milliard_Black.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Milliard Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Milliard Black Italic'), url('../fonts/Milliard_Black_Italic.woff') format('woff');
    }
/* CSS Document */
body {
  font-family: 'Milliard Medium', sans-serif;
  color: #333;
  overflow-x: hidden !important;
	overflow-y:scroll;
  font-size: 20px;
	line-height: 1.9;
}
a {color:#d79f00;}
/* LAYOUT */
.container {
  max-width: 1140px;
}
.container.text {
  max-width: 990px;
}
.bigger {
	font-weight: bold; 
	font-size:1.5em;
}
.grey {
  background-color: #333333;
  color: #ffffff;
}
.bluetxt {color:#001538 !important;}
.green {
	color:#96c11f  !important;
}

.greenbg {
	background-color:#134a73 ;
}
.blue-bg {background-color:#134a73 ; color:#ffffff;}

.blue-bg h1 {color:#ffffff;}
.blue-bg a {color:#ffffff;}
.greenbg.extra {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.extra a {line-height:.5em; font-size:.8em;}
.extra h3 {margin-bottom:0;}
.extra p {color:#333333;}
.grey h3 {
  color: #ffffff;
}
.orange {
  background-color: #f6871e;
  color: #ffffff !important;
}
.orange h3 {
  color: #ffffff
}
.blue {
  background-color: rgb(17, 118, 193);
  color: #ffffff !important;
}
.blue-ci {
	color:#004a7d;
}
.blue h3 {
  color: #ffffff;
}
/* BUTTONS & LINKS */
.cont{
    padding: 0;
    background: rgb(255,255,255);
	overflow: hidden;
    border-radius: 40px;
	display: flex;
	box-shadow: 2px 2px 10px #cccccc;
}
.praemie {
	position: absolute;
    bottom: 0;
	right:0;
}
.btn-container {
  position: relative;
  display: inline-block;
  max-width: 80%;
  margin: 0 auto;
}

.btn-primary {
  max-width: 100%;
  margin: 1em auto 0 auto;
  border-radius: 0;
  border: none;
  font-size: 18px;
  padding: 18px 30px;
  position: relative;
  background: #8d1d2c;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.25) inset;
  color: #ffffff;
  text-shadow: 1px 1px 2px #333333;
  overflow: hidden;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #e6a700;
	 --_i: 100%;
  transition: .3s, -webkit-mask-size .3s .3s;
  border-top-color: #8d1d2c;
  border-image: linear-gradient(90deg, #8d1d2c 0, #8d1d2c 8px, transparent 0, transparent) 8;

}
.btn__line {
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 8px;
  background-color: #8d1d2c;
  transition: width 0.3s ease-out, background-color 0.3s ease-out 0.3s;
	z-index:8;
}

.btn-container:hover .btn__line {
  width: 100%;
}

.btn-container:hover .icon {
  left: calc(100% - 55px);
}

.btn-container:hover .btn__line {
  background-color: #8d1d2c;
}

.btn-container .icon {
  position: absolute;
  top: -20px;
  left: 0;
  height: 40px;
  width: 40px;
  transition: transform 0.3s ease-out, left 0.3s ease-out;
	z-index:10;
}

.btn-container:hover .icon {
  transform: translateX(100%);
  left: calc(100% - 55px);
}

.btn-container:not(:hover) .icon {
  transform: translateX(-100%);
  left: 30px;
}



/*.btn-container .icon {
  position: absolute;
  top: -10px;
  left: -10px;
  height: 40px;
  width: 40px;
  transition: transform .3s;
	max-width:40px;
}

.btn-container:hover .icon {
  left: calc(100% - 15px);
  transition: left .3s ease-out;
}*/

.bg-light-green {background-color:#dce7ca;}
/* HEADER */
.gradient-banner {
  padding: 50px 0 120px;
  position: relative;
  overflow: hidden;
}
.gradient-banner::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background-image: #333333;
  background-image:
    /* radial-gradient(at 39% 22%, hsla(70, 66%, 55%, 1) 0, transparent 40%), radial-gradient(at 80% 0%, hsla(208, 71%, 53%, 1) 0, transparent 65%), radial-gradient(at 57% 81%, hsla(73, 59%, 55%, 1) 0, transparent 35%), radial-gradient(at 0% 50%, hsla(0, 0%, 20%, 1) 0, transparent 88%), radial-gradient(at 0% 0%, hsla(208, 28%, 31%, 1) 0, transparent 77%), radial-gradient(at 0% 100%, hsla(208, 57%, 46%, 1) 0, transparent 95%), radial-gradient(at 80% 100%, hsla(0, 0%, 20%, 1) 0, transparent 81%);*/
 linear-gradient(45deg, hsla(73, 59%, 55%, 1) 20%, hsla(208, 57%, 46%, 1) 70%, hsla(208, 71%, 53%, 1) 100%);
}
.leseprobe {
    width: 100%;
    height: 100% !important;
	min-height:400px;
	display:block;
}


.leseprobe-pdf {
    width: 100%;
    height: 100%;
	display:block;
}
.bu {font-size:.8em; text-align:center;}
.pull-top {
  margin-top: -100px;
}
.pull-right {
  transform: translate(120px);
}
.float-right {
  float:right;
	display:inline;
}
.vort .col-10 {
	font-size:1.3em;
}
.stage {
  height: 628px;
  background: #ccc url('../images/header.jpg') center center no-repeat;
  cursor: pointer;
}
@media (max-width: 991px) {
  .stage {
    height: 490px;
    background-size: auto 100%;
  }
}
@media (max-width: 767px) {
	.btn-container {max-width:90%;}
	.fa-3x {
    font-size: 2em;
}
  .stage {
    height: 460px;
    background: #ccc url('../images/header_phone.jpg') center center no-repeat;
    background-size: auto 100%;
  }
}
@media (max-width: 479px) {
  .stage {
    height: 350px;
  }
}
@media (max-width: 359px) {
  .stage {
    height: 300px;
  }
}
/* BAKGROUNDS & COLORS */
.box {
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 1em;
  align-self: auto;
  min-height: 100%;
  transition-duration: 0.30s;
}
.box:hover {
  background-color: #b8e6e1;
}
.box2 {
  background-color: rgba(255, 255, 255, 0.4);
  ;
  border-radius: 10px;
  padding: 2em;
  align-self: center;
  justify-content: center;
  min-height: 75%;
  text-align: center;
  transition-duration: 0.30s;
}
.box2:hover {
  background-color: #b8e6e1;
}
@media (max-width:767px) {
  .box {
    min-height: auto;
  }
}
@media (min-width:1600px) {
  .col-xll-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width:1800px) {
  .col-xll-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media (min-width:2000px) {
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.box h3 {
  padding: 50% 0 0 0;
}
@media (max-width:767px) {
  .more-top-margin {
    margin-top: 1em;
  }
}
.modal-dialog {
  width: 80%;
  height: 100% !important;
}
.modal-content {
  /* 80% of window height */
  height: 90%;
  background-color: #ffffff;
}
.modal-body {
  height: 80% !important;
}
.show {
  cursor: pointer;
}
/* Essential for Toggle Modus */
.display-control {
  display: none;
}
.container-hidden {
  height: 0;
  overflow: hidden;
}
label.card-btn {
  background: #c1c1c1;
  border-radius: 45px;
  border: none;
  font-size: 17px;
  font-weight: 600;
  padding: 25px 30px 0 90px;
  position: relative;
  height: 80px;
  max-width: 100%;
  transition: all .5s linear;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
  margin-bottom: 2em;
  margin-left: -4em;
}
.right {}
label.card-btn {
  z-index: 1;
  margin-left: -4em;
}
.display-control:checked + label.card-btn {
  display: block;
  background-color: #0860a5;
  color: #ffffff;
  padding: 25px 30px 0 90px;
  cursor: pointer;
  border: 0.125rem solid #0860a5;
  box-shadow: none;
  z-index: 999;
}
.left {
  width: 350px;
  padding-left: 30px !important;
}
@media (max-width:767px) {
  .input-group-prepend {
    max-width: 500px;
  }
  label.card-btn {
    background: #c1c1c1;
    border-radius: 50px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 25px 5px 0 0px;
    position: relative;
    height: 100px;
    max-width: 500px;
    transition: all .5s linear;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
    margin-bottom: 2em;
    margin-left: 0 !important;
    text-align: center;
  }
  .display-control:checked + label.card-btn {
    display: block;
    background-color: #0860a5;
    color: #ffffff;
    padding: 25px 5px 0 0px;
    cursor: pointer;
    border: 0.125rem solid #0860a5;
    box-shadow: none;
    z-index: 999;
  }
  .left {
    width: 250px;
    padding-left: 0px !important;
  }
  .right {
    width: 250px;
    padding: 20px 10px 0 40px;
  }
  .desktop {
    display: none;
  }
}
#a1, #a2, #a3 {
  display: none;
}
/* TYPE */
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  color: rgb(51, 51, 51);
	font-family: 'Milliard Book', sans-serif;
}
h1 {
  text-align: center;
  font-weight: 700;
}
h2 {
  font-size: 1.75rem;
  margin: 20px 0;
  font-weight: 700;
}
h3 {
  margin-bottom: 15px;
}
h4 {
}
.gradient-banner h1, .gradient-banner h2  {
  color: #ffffff;
  text-align: left;
}
.gradient-banner h3 {
  color: #333333;
  text-align: left;
}
.orange {
  color: #ec6415;
}
ol {
	padding-left:3em;
}
ol li::marker {
	font-size:1.2em;
	color:#ffffff;font-weight:bold;
}
 ul {
list-style: none;
  margin: 0;
  padding: 0 0 15px 45px;
}
 ul li {
  margin-top: 10px;
	 position: relative;
}
 ul li:before {
  content: url("../img/list6.png");
  width: 20px;
  height: 20px;
  position: absolute;
  left: -35px;
  top: 0px;
}
ul.list2 {
	padding: 0 0 15px 45px;
}
ul.list2 li {
	margin-bottom:20px;
}
ul.list2 li:before {
		
content: url("data:image/svg+xml,%3Csvg id='nc_icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' xml:space='preserve' class='brz-icon-svg' data-type='glyph' data-name='check-circle-07'%3E%3Cg class='nc-icon-wrapper' fill='%23d28f1c'%3E%3Cpath data-color='color-2' fill='%23d28f1c' d='M20.4,8.4c-0.5,0.1-0.8,0.7-0.7,1.2c0.2,0.8,0.3,1.6,0.3,2.4c0,5-4,9-9,9s-9-4-9-9s4-9,9-9 c1.7,0,3.3,0.5,4.7,1.3c0.5,0.3,1.1,0.1,1.4-0.3c0.3-0.5,0.1-1.1-0.3-1.4C15,1.6,13,1,11,1C4.9,1,0,5.9,0,12s4.9,11,11,11 s11-4.9,11-11c0-1-0.1-2-0.4-2.9C21.5,8.6,20.9,8.3,20.4,8.4z'%3E%3C/path%3E%3Cpath fill='%23d28f1c' d='M22.7,2.3c-0.4-0.4-1-0.4-1.4,0L11,12.6L7.7,9.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l4,4 c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l11-11C23.1,3.3,23.1,2.7,22.7,2.3z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");

	width: 35px;
  height: 22px;
	left: -45px;
}
ul.list3 {
	padding: 0 0 15px 45px;
}
ul.list3 li {
	margin-bottom:20px;
}
ul.list3 li:before {
    content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' viewBox='0 0 800 800'%3E%3Cg stroke-width='34' stroke='%23f58023' fill='none' stroke-linecap='round' stroke-linejoin='round' transform='rotate(315, 400, 400)'%3E%3Cline x1='310' y1='310' x2='490' y2='490' marker-end='url(%23SvgjsMarker1588)'%3E%3C/line%3E%3C/g%3E%3Cdefs%3E%3Cmarker markerWidth='5' markerHeight='5' refX='2.5' refY='2.5' viewBox='0 0 5 5' orient='auto' id='SvgjsMarker1588'%3E%3Cpolygon points='1,5 0,2.5 1,0 5,2.5' fill='%23f58023'%3E%3C/polygon%3E%3C/marker%3E%3C/defs%3E%3C/svg%3E");
    width: 78px;
    height: 22px;
    left: -70px;
    top:-20px;
}
ul.list4 {
	padding: 0 0 15px 45px;
}
ul.list4 li {
	margin-bottom:20px;
}
ul.list4 li:before {
		
content: url("data:image/svg+xml,%3Csvg id='nc_icon' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' xml:space='preserve' class='brz-icon-svg' data-type='glyph' data-name='check-circle-07'%3E%3Cg class='nc-icon-wrapper' fill='%23ffffff'%3E%3Cpath data-color='color-2' fill='%23ffffff' d='M20.4,8.4c-0.5,0.1-0.8,0.7-0.7,1.2c0.2,0.8,0.3,1.6,0.3,2.4c0,5-4,9-9,9s-9-4-9-9s4-9,9-9 c1.7,0,3.3,0.5,4.7,1.3c0.5,0.3,1.1,0.1,1.4-0.3c0.3-0.5,0.1-1.1-0.3-1.4C15,1.6,13,1,11,1C4.9,1,0,5.9,0,12s4.9,11,11,11 s11-4.9,11-11c0-1-0.1-2-0.4-2.9C21.5,8.6,20.9,8.3,20.4,8.4z'%3E%3C/path%3E%3Cpath fill='%23ffffff' d='M22.7,2.3c-0.4-0.4-1-0.4-1.4,0L11,12.6L7.7,9.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4l4,4 c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3l11-11C23.1,3.3,23.1,2.7,22.7,2.3z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	width: 35px;
  height: 22px;
	left: -45px;
}
ol li::marker {
    color:#00aeb1;
    font-size:1.5em; 
    font-weight: bold;
}
h3 i {}
.fa-ul  li:before {
	content:"" !important;
	margin-left:0;
	display: block;
	padding-top:0;
}
.fa-li .fas {
    margin-left: -0.2em;
    margin-top: -0.2em;
}
.fa-ul .highlight {font-size:1.3em; }
.text_large {
  font-size: 18px;
  font-weight: 700;
  color: #2d5a77;
}
.highlight2 {
	 background: rgba(255,255,255,0);
    background: linear-gradient(180deg, rgba(255,255,255,0) 65%, rgba(210,135,11,0.5) 75%);
}
.quote  i {
    position: absolute;
    bottom: 0em;
    right: 1em;
    opacity: .2;
    font-size: 5em;
	color:#ffffff ;
	z-index:0;
}
.quote p {
	position: relative;
	z-index:10;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
}
.img-responsive {
  max-width: 500px;
}
@media (max-width: 767px) {
  .img-responsive {
    max-width: 300px;
  }
}
.img-responsive2 {
  max-width: 350px;
}
@media (max-width: 767px) {
  .img-responsive2 {
    max-width: 200px;
  }
}
.img-responsive3 {
  max-width: 380px;
}
@media (max-width: 767px) {
  .img-responsive3 {
    max-width: 250px;
  }
}
/* TEASER */
.teaser {
  font-size: 15px;
  background: #f3f7fa;
  margin-top: 25px;
}
.teaser.teaser-img .img-wrapper {
  height: 230px;
  background: #ccc url('../images/strategie_personal.jpg') center center no-repeat;
  background-size: 100% auto;
  position: relative;
}
.teaser.teaser-img .img-wrapper h3 {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 20px;
  color: #2d5a77;
  font-weight: 700;
  width: 100%;
  margin: 0;
}
.teaser.teaser-img .img-wrapper h3 span {
  font-weight: 500;
  padding-top: 4px;
  display: inline-block;
}
.teaser.teaser-img .text {
  padding: 25px 15px 10px;
}
.teaser .text a {
  color: #185b8d;
  text-decoration: underline;
}
.teaser .text a.btn {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .teaser {
    height: auto !important;
  }
}


#borderimg {
  /* You can also use border-top or border-bottom to target the side you want affected */
  border: 50px solid transparent;
  padding: 50px 15px;
  -webkit-border-image: url(../img/marker.png) 60 stretch; /* Safari 3.1-5 */
  -o-border-image: url(../img/marker.png) 60 stretch; /* Opera 11-12.1 */
  border-image: url(../img/marker.png) 60 stretch;
  border-image-width: 0 0 0 50px;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
h2#borderimg {
  font-family: 'Architects Daughter', cursive;
  font-weight: 800;
}
.font2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
}
#notes {
  list-style-type: none;
  padding-inline-start: 0;
}
#notes li {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 25px auto;
  padding: 30px 15px 15px 15px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  box-shadow: 0 1px 10px #cccccc;
  background-color: rgba(9, 103, 177, .1);
}
.notesinner {
  padding-left: 0;
}
#notes .notesinner li {
  position: relative;
  width: 90%;
  min-height: 100px;
  list-style-type: none;
  margin: 25px auto;
  padding: 25px 15px 15px 15px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  box-shadow: 0 1px 10px #cccccc;
  background-color: rgba(9, 103, 177, .1);
}
#notes li p {
  text-align: left;
  color: #000;
  text-shadow: white 1px 1px 0px;
  overflow: hidden;
}
#notes li::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 35%;
  top: -25px;
  width: 25%;
  height: 35px;
  z-index: 2;
  background-color: rgba(243, 245, 228, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 5px #ccccccc;
  -moz-box-shadow: 0 0 5px #cccccc;
  box-shadow: 2px 2px 10px #cccccc;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
}
#notes .notesinner li::before {
  content: ' ';
  display: block;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#notes li:nth-child(even)::before {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
}
.border-yellow {
  border: 5px solid #f5cf18;
}
span.highlight {
  padding: 0.1em .3em;
  line-height: 1.5em;
  font-weight: normal;
  color: #484847;
  background: linear-gradient(104deg, rgba(245,128,35, 0) 0.9%, rgba(245,128,35, 1.25) 2.4%, rgba(245,128,35, 0.5) 5.8%, rgba(245,128,35, 0.1) 93%, rgba(245,128,35, 0.7) 96%, rgba(245,128,352, 0) 98%), linear-gradient(183deg, rgba(245,128,35, 0) 0%, rgba(245,128,35, 0.3) 7.9%, rgba(245,128,35, 0) 15%);
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(245,128,35, 0.7), 21px -18.1px 7.3px rgba(255, 255, 255, 1), -18.1px -27.3px 30px rgba(255, 255, 255, 1);
  position: relative;
}
.top {padding-bottom:.2em; background: #d4d4d4; color:#004a7d; 
z-index:100; width:100%;}
.top a {
  color: #004a7d;
}
.top .fa {
  color: #d2870b;
  padding-right: .3em;
}
.top span.trust {
  font-size: .7em;
}
ul.contact li {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #004a7d;
	margin-top:0;
}
ul.contact li::before{
	content:"";
}
@media screen and (max-width:768px) {
  ul.contact li {
    font-size: 0.75rem
  }
  ul.contact {
    padding-inline-start: 0;
  }
}
.ticker {background: rgb(148,193,31);
background: linear-gradient(180deg, rgba(148,193,31,1) 0%, rgba(148,193,31,1) 76%, rgba(214,228,170,1) 93%, rgba(148,193,31,1) 97%);color:#ffffff; text-shadow: 1px 1px 2px #333333;}

.spacer {min-height:122px;}
.pfeil {
  margin-left: -10em;
}

.bubble-wrap {position: relative; z-index: 10;}
.speech-bubble {
  position: relative;
  margin: .5em auto;
  padding: 1em;
  max-width: 100%; 
  border-radius: .25em;
  transform: rotate(4deg)  translate3d(0,0,0);
  background: #e6a700;
  text-align: center;
	font-size:1.5em;
	z-index:10;
	-webkit-transform: rotate(4deg)  translate3d(0,0,0);
}
.speech-bubble .before, .speech-bubble .after {
  position: absolute;
}
.speech-bubble .after {
  top: 0; right: 0; bottom: 0; left: 0;
  border-radius: inherit;
  transform: rotate(1deg) translate(.45em, -.15em) scale(1.02) translate3d(0,0,0);
  background: #f4fbfe;
	  z-index: -1;
}
.speech-bubble .before {
  border: solid 0 transparent;
  border-right: solid 3.5em #f4fbfe;
  border-bottom: solid .25em #e6a700;
  bottom: .25em; left: 1.25em;
  width: 0; height: 1em;
  transform: rotate(120deg) skewX(75deg);
	  z-index: -1;
}
.whitebg {
  background: rgba(51,51,51, .2);
  color: #333333;
  align-self: center;
  padding: 2em;
  border-radius: 3px;
  box-shadow: 0 8px 6px -6px #000;
  margin-bottom: 2em;
}
.grey {color: #595d63 !important;}
/* ICONBOX */
.icon-box {
  margin-top: 30px;
  padding: 0 15px;
  font-size: 18px;
}
.icon-box img {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
	.spacer {min-height:50px;}
  .icon-box {
    height: auto !important;
    text-align: center;
  }
  .icon-box img {
    margin: 0 auto 50px;
  }
  #notes li {
    width: 100%;
  }
  .padder-40-0 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .subhead .p-0 {
    padding: 0 !important;
  }
}
.arrow-down {text-align: center; font-size:4em;}
.card {
	border:none;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
}

.card-body {padding:1em;
	text-align: center;
	display: flex !important;
	flex-direction: column;
	align-self:center;
}
.card-body h4 {padding-bottom:.3em; color:#005585; font-weight:bold; font-family: 'Mulish', sans-serif;}
.card-body img {max-height:256px; padding-top:.5em; padding-bottom:.5em;}
.card-body p { padding-top:.5em;}
.card-text {padding-top:1em;}
.card-footer {text-align:center;
	border:0;
padding-top:1em;
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;
	background: #ffffff;
	padding-bottom:.5em;
}
.card-footer span {
  padding: 0.1em .3em ;
  line-height: 1.5em;
  font-weight: normal;
  color: #484847;
  background: linear-gradient(104deg, rgba(215,159,0, 0) 0.9%, rgba(215,159,0, 1.25) 2.4%, rgba(215,159,0, 0.5) 5.8%, rgba(215,159,0, 0.1) 93%, rgba(215,159,0, 0.7) 96%, rgba(215,159,0, 0) 98%), linear-gradient(183deg, rgba(215,159,0, 0) 0%, rgba(215,159,0, 0.3) 7.9%, rgba(215,159,0, 0) 15%);
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(215,159,0, 0.7),  -18.1px -27.3px 30px rgba(255, 255, 255, 1);
  position: relative;
}
.boxes {
  width: 90px;
  height: 90px;
  background-color: #eee;
  border-radius: 10px;
  margin-left: 12px;
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.boxes span {
  font-size: .7em;
  text-align: center;
  display: block;
  padding-top: .3em;
}
.boxes:hover {
  border: 1px solid red;
  cursor: pointer;
}
.box-quote {
    max-width:90%;
    margin:1em auto;
    background: rgba(0,161,169,.3);
    padding:1em;
    position: relative;
}
.box-quote:before{
  content: '';
  background:url('../img/icon_quote_99.svg');
  width: 60px;
  height: 40px;
  display: block;
background-repeat: no-repeat;
    position: absolute;
    top:-1em;
    left:-2em;
}
.number {position: absolute;
color:rgba(0,161,169,.5);
    font-size:2.5em;
    bottom:-.5em;
    right:0;
    font-weight: bold;
}
.selecteditem {
  border: 1px solid red;
  background-image: url(../img/checked.svg);
  background-repeat: no-repeat;
  background-position-x: 66px;
  background-position-y: 6px;
  color: red;
}
.button, .input, .select select, .textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button.is-danger {
  background-color: red;
  border-color: transparent;
  color: #fff;
}
.is-pulled-right {
  float: right !important;
}
.progress-bar {
  background-color: rgb(17, 118, 193);
}
.red {
  color: #ff0000;
}
.fa-2x {
  font-size: 1.7rem !important;
}
.carousel-inner {
  width: 90%;
  margin: 0 auto;
  background-color: #f1f1f1;
  padding: 1em;
  text-align: center;
}
.carousel-inner p:first-child {
  font-style: italic;
}
.carousel-indicators {
  margin-bottom: .5rem;
}
.carousel-indicators [data-bs-target] {
  background-color: rgb(17, 118, 193);
}
.carousel-control-next, .carousel-control-prev {
  color: rgb(17, 118, 193);
}
.carousel-control-prev {
  left: -1em;
}
.carousel-control-next {
  right: -1em;
}
.round {
  border-radius: 50%;
}
.slider button {
  box-shadow: none;
}
.slider div {
  text-align: left;
  font-size: 1em;
	padding-left:.5em;
	padding-right:1em;
	white-space: normal;
}
.badge.first {
  z-index: 100 !important;
  left: 28%;
  bottom: 3em;
  transform: rotate(346deg) !important;
}
.badge.second {
  z-index: 100 !important;
  left: 25%;
  bottom: 3em;
  transform: rotate(346deg) !important;
}
.slick-dots {
  display: none !important;
}
.slick-prev:before, .slick-next:before {
  font-size: 30px;
  color: #3e4444;
}
.slick-prev {
  left: 0px !important;
  z-index: 1;
}
.slick-next {
  right: 0px !important;
}
.slider button {
  box-shadow: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-next:before
{font-family: fontawesome, sans-serif;
    content: '\f101';
	color:#ffffff;
}
[dir='rtl'] .slick-next:before
{
    font-family: fontawesome, sans-serif;
    content: '\f101';
	color:#ffffff;
}
.slick-prev:before
{
    font-family: fontawesome, sans-serif;
    content: '\f100';
	color:#ffffff;
}
[dir='rtl'] .slick-prev:before
{
    font-family: fontawesome, sans-serif;
    content: '\f100';
	color:#ffffff;
}
@media only screen and (min-width: 1200px) {
  .slick-prev {
    left: -25px !important;
  }
}
.slider .testi {text-align:right; padding-top:.7em; font-weight: bold; color:#e6a700;}
.cube-container {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
}
#cube, #cube1, #cube2 {
  width: 100%;
  height: 100%;
  position: absolute;
}
#cube div, #cube1 div, #cube2 div {
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  border: none;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
  align-self: center;
  justify-content: center;
}
#cube span, #cube1 span, #cube2 span {
  position: relative;
  top: 40%;
  margin: 0 auto;
}
#cube .cube-title {
  display: block;
  transition: 1s;
}
.cube-title {
  display: none;
}
.front {
  background: #3e4444;
}
.back {
  background: #f6871e;
}
.right {
  background: #f6871e;
}
.left {
  background: #3e4444;
}
.left span {
  transform: rotateX(-60deg);
}
.top-c {
  background: #f6871e;
}
.bottom {
  background: #585858;
}
.right ins, .front ins {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 6em;
  text-decoration: none;
  opacity: .5;
}
#cube .front, #cube1 .front, #cube2 .front {
  -webkit-transform: rotateY(0deg) translateZ(100px);
  -moz-transform: rotateY(0deg) translateZ(100px);
}
#cube .back, #cube1 .back, #cube2 .back {
  -webkit-transform: rotateX(180deg) translateZ(100px);
  -moz-transform: rotateX(180deg) translateZ(100px);
}
#cube .right, #cube1 .right, #cube2 .right {
  -webkit-transform: rotateY(90deg) translateZ(100px);
  -moz-transform: rotateY(90deg) translateZ(100px);
}
#cube .left, #cube1 .left, #cube2 .left {
  -webkit-transform: rotateY(-90deg) translateZ(100px);
  -moz-transform: rotateY(-90deg) translateZ(100px);
}
#cube .top, #cube1 .top, #cube2 .top {
  -webkit-transform: rotateX(90deg) translateZ(100px);
  -moz-transform: rotateX(90deg) translateZ(100px);
}
#cube .bottom, #cube1 .bottom, #cube2 .bottom {
  -webkit-transform: rotateX(-90deg) translateZ(100px);
  -moz-transform: rotateX(-90deg) translateZ(100px);
}
@-webkit-keyframes rotatecube {
  100% {
    transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(90deg) rotateY(-90deg) rotateZ(90deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg)
  }
}
@-moz-keyframes rotatecube {
  0% {
    -moz-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(90deg) rotateY(-90deg) rotateZ(90deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  }
}
/* inViewport */
[data-inviewport="rotate1"].is-inViewport {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotatecube 5s ease-in 1s 1;
  animation-fill-mode: forwards;
  -moz-transform-style: preserve-3d;
  -moz-animation: rotatecube 5s ease-in 1s 1;
}
[data-inviewport="rotate2"].is-inViewport {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotatecube 5s ease-in 4s 1;
  animation-fill-mode: forwards;
  -moz-transform-style: preserve-3d;
  -moz-animation: rotatecube 5s ease-in 4s 1;
}
[data-inviewport="rotate3"].is-inViewport {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotatecube 5s ease-in 6s 1;
  animation-fill-mode: forwards;
  -moz-transform-style: preserve-3d;
  -moz-animation: rotatecube 5s ease-in 6s 1;
}
.head {
   
	
}
.head-praem {
	position: absolute;
    max-width: 60%;
    left: -5%;
    top: -10%;
}
.head .bg-white {
	background:rgba(255,255,255,.90) !important;
}
.word {
  margin: auto;
  font: 700 normal 2.5em;
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.head h1 {
	font-size: 3rem;
}
.head .bg-pic {
	background: url("../img/head.png") center no-repeat;
	background-size: contain;
	background-position: center 30%;
}
.box-head {
	position:absolute;
	background:rgba(255,255,255,.85) ;
	max-width:60%;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	border-radius:20px;
}
.object-fit-cover {object-fit: contain !important; max-width: 100%;}
.pfleger {position: relative;max-width: 65%; z-index:10;}
.slide-down {
    display: block;
  width:545px;
    height:487px;
    z-index:1;
    overflow: hidden;
    position: absolute;
    top:-30%;
    left:8px;
}
.slide-down div.inner {
  animation: slide-down 5s;
    animation-fill-mode: forwards;
  margin-top:-2em;
}

@keyframes slide-down {
  from {
    margin-top: -100%;
  }

  to {
    margin-top: -10%;
  }
}
@font-face {
    font-family: 'Signika';
    font-style: normal;
    font-weight: 400;
    src: url('https://images.vnr.de/fonts/signika/signika-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('https://images.vnr.de/fonts/signika/signika-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://images.vnr.de/fonts/signika/signika-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('https://images.vnr.de/fonts/signika/signika-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('https://images.vnr.de/fonts/signika/signika-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://images.vnr.de/fonts/signika/signika-v20-latin-regular.svg#Signika') format('svg'); /* Legacy iOS */
}
.doi {
	background: #a6eded;
	text-align: center;font-size:18pt;font-family: 'Signika', sans-serif;color:#000000;padding:15px;
}
.doi p {margin:0 !important;}
.doi img {width:30px; margin-bottom: -10px;padding-left: 10px;display:inline-block;}
.bounce-bottom {
    -webkit-animation: bounce-bottom 2s infinite both;
    animation: bounce-bottom 2s infinite both;
}
@-webkit-keyframes bounce-bottom {
0% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 1;
}
24% {
opacity: 1;
}
40% {
-webkit-transform: translateY(24px);
transform: translateY(24px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
65% {
-webkit-transform: translateY(12px);
transform: translateY(12px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
82% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
93% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
25%, 55%, 75%, 87% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
}
}
@keyframes bounce-bottom {
0% {
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 1;
}
24% {
opacity: 1;
}
40% {
-webkit-transform: translateY(24px);
transform: translateY(24px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
65% {
-webkit-transform: translateY(12px);
transform: translateY(12px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
82% {
-webkit-transform: translateY(6px);
transform: translateY(6px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
93% {
-webkit-transform: translateY(4px);
transform: translateY(4px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
25%, 55%, 75%, 87% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
opacity: 1;
}
}

.txt-right {text-align: right;}
#stoerer {
      height: 396px;
    width: 253px;
    text-align: center;
    margin-top: 0;
    margin-left: 4em;
    color: #ffffff;
    position: absolute;
    left: 0em;
    bottom: -6em;
	background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='1007.000000pt' height='1280.000000pt' viewBox='0 0 1007.000000 1280.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,1280.000000) scale(0.100000,-0.100000)'%0Afill='%23E60003' stroke='none'%3E%3Cpath d='M5760 12785 c-15 -18 -11 -56 20 -200 19 -87 21 -122 17 -270 -4%0A-130 -10 -189 -26 -250 -50 -186 -138 -285 -187 -210 -18 27 -51 33 -76 13 -9%0A-7 -37 -46 -63 -87 -89 -141 -208 -225 -352 -251 -101 -18 -139 -5 -204 70%0A-54 63 -77 72 -122 49 -70 -36 -100 -95 -137 -269 -27 -127 -43 -161 -120%0A-245 -72 -81 -94 -135 -126 -315 -30 -168 -56 -255 -102 -344 -46 -87 -93%0A-136 -131 -136 -16 0 -34 6 -40 13 -25 31 -43 110 -52 242 -6 77 -16 151 -23%0A165 -7 16 -28 30 -61 42 -84 29 -133 104 -150 228 -16 110 41 324 147 558 51%0A110 60 138 55 168 -7 39 2 62 39 107 31 37 31 72 -1 93 -21 14 -30 14 -55 4%0A-48 -20 -76 -80 -100 -214 -37 -209 -108 -352 -216 -434 -41 -32 -62 -57 -77%0A-93 -17 -41 -25 -49 -47 -49 -29 0 -98 -35 -117 -59 -55 -69 -148 -327 -174%0A-485 l-13 -78 -68 -45 c-47 -31 -70 -53 -75 -71 -3 -15 1 -67 9 -117 20 -118%0A17 -391 -6 -490 -33 -142 -88 -246 -154 -290 -79 -52 -204 -54 -273 -4 -36 26%0A-84 105 -81 136 1 14 -4 23 -12 23 -8 0 -24 16 -36 35 -47 76 -121 110 -139%0A63 -7 -20 -4 -45 14 -105 4 -12 0 -51 -10 -88 -30 -120 -8 -147 198 -252 141%0A-72 229 -143 243 -197 8 -35 -5 -60 -35 -64 -16 -3 -21 -10 -21 -32 0 -19 -7%0A-33 -21 -40 -12 -7 -18 -18 -15 -26 3 -8 0 -25 -6 -39 -8 -19 -8 -38 0 -73 12%0A-54 5 -67 -61 -109 -58 -37 -37 -39 27 -3 31 17 60 29 65 26 17 -11 20 -67 6%0A-104 -28 -73 -66 -273 -72 -382 -4 -69 -10 -110 -17 -110 -26 0 -230 -91 -305%0A-136 -181 -107 -287 -259 -241 -345 9 -16 7 -19 -14 -19 -58 0 -115 -86 -102%0A-154 9 -49 36 -68 94 -68 140 2 205 92 130 179 -18 21 -25 32 -16 25 39 -31%0A74 12 47 57 -15 23 14 121 48 161 13 15 23 33 23 39 0 21 82 100 144 139 56%0A36 181 92 204 92 5 0 12 -24 16 -54 5 -45 40 -194 72 -302 4 -17 0 -23 -23%0A-31 -65 -23 -124 -97 -138 -173 -9 -53 28 -118 85 -148 40 -21 54 -23 124 -18%0A43 3 84 10 92 16 10 9 16 4 29 -19 13 -27 14 -32 1 -37 -32 -12 -96 -81 -90%0A-97 3 -9 -1 -29 -9 -45 -12 -24 -12 -32 -1 -47 12 -16 11 -21 -3 -37 -13 -14%0A-13 -18 -2 -18 15 0 45 -39 41 -54 -2 -5 3 -13 10 -18 10 -7 9 -11 -4 -19 -26%0A-15 -22 -29 7 -29 14 0 25 -5 25 -10 0 -7 6 -7 19 -1 26 15 91 2 91 -17 0 -13%0A2 -12 14 3 8 12 20 16 35 12 11 -3 37 0 57 6 32 10 38 9 51 -8 13 -19 14 -18%0A8 8 -4 15 -5 27 -2 27 3 0 31 -32 61 -71 55 -69 69 -111 44 -123 -9 -4 -9 -8%0A-2 -11 7 -4 6 -24 -4 -66 -19 -77 -8 -116 53 -188 25 -29 45 -50 45 -47 0 4%0A11 -1 24 -10 16 -10 26 -27 28 -47 2 -25 9 -33 34 -40 30 -9 32 -13 38 -66 16%0A-139 18 -171 10 -171 -19 0 -164 85 -284 165 -214 142 -344 274 -338 340 3 26%0A9 32 53 46 27 10 51 22 53 29 18 54 -128 151 -360 238 -116 44 -146 60 -196%0A106 -53 49 -76 101 -75 172 1 52 5 65 27 87 45 45 28 95 -36 111 -20 4 -34 0%0A-57 -19 -38 -33 -47 -60 -27 -90 13 -20 13 -25 1 -35 -39 -32 -12 -92 95 -219%0Al79 -93 -28 -24 c-54 -45 -40 -130 25 -154 21 -8 22 -13 14 -35 -16 -43 -11%0A-97 14 -151 18 -40 21 -55 13 -64 -9 -10 -8 -12 4 -7 11 3 34 -17 76 -67 69%0A-83 226 -228 325 -301 63 -46 65 -50 45 -60 -26 -12 -36 -73 -15 -86 26 -17%0A57 -9 81 22 l24 30 67 -33 c50 -24 65 -36 60 -48 -4 -8 -9 -34 -12 -58 l-4%0A-43 -57 6 c-31 4 -119 15 -196 26 -77 10 -143 19 -148 19 -5 0 -6 7 -3 15 9%0A23 -24 32 -40 10 -16 -21 -44 -13 -44 13 0 26 -42 62 -72 62 -15 0 -40 -11%0A-57 -26 -28 -23 -33 -24 -73 -13 -24 6 -37 14 -30 16 20 7 14 41 -10 57 -28%0A20 -33 20 -53 0 -9 -9 -13 -24 -10 -34 5 -17 3 -18 -27 -9 -18 5 -67 18 -108%0A30 -435 118 -915 335 -1300 586 -168 110 -262 184 -384 303 -664 644 -739%0A1544 -227 2738 79 184 246 517 412 824 207 380 226 431 186 492 -14 21 -25 26%0A-56 26 -60 0 -76 -25 -77 -124 0 -118 -27 -190 -236 -635 -156 -333 -222 -482%0A-301 -682 -204 -517 -301 -994 -283 -1394 35 -808 492 -1407 1415 -1856 123%0A-60 459 -199 480 -199 14 0 14 -13 0 -27 -16 -16 -3 -60 22 -74 39 -20 66 -3%0A94 58 1 2 21 -4 46 -11 24 -8 76 -24 115 -35 61 -18 70 -24 70 -43 -1 -28 33%0A-37 50 -13 12 15 21 15 133 -11 103 -24 121 -31 125 -50 11 -42 105 -56 135%0A-20 8 10 30 9 108 -5 54 -10 163 -25 243 -34 217 -25 223 -28 150 -65 -26 -13%0A-47 -34 -57 -55 -9 -19 -21 -35 -25 -35 -5 0 -4 9 2 19 14 27 13 41 -4 41 -12%0A0 -38 -48 -40 -75 -1 -5 10 -10 24 -10 19 0 26 -6 28 -24 2 -12 19 -37 38 -54%0A20 -17 31 -34 26 -39 -10 -10 -69 8 -93 28 -8 8 -22 14 -30 14 -7 0 -37 10%0A-65 21 -48 20 -51 23 -50 57 1 29 -4 39 -26 51 -25 14 -29 14 -56 -6 -29 -21%0A-29 -21 -61 -2 -17 10 -31 23 -31 28 0 5 -10 13 -22 17 -12 3 -39 19 -61 35%0A-22 16 -52 29 -67 29 -16 0 -30 7 -34 15 -16 43 -135 -10 -197 -89 l-44 -56%0A-14 28 c-8 15 -15 35 -16 44 -1 18 -75 84 -112 101 -13 6 -23 13 -23 17 0 3%0A-33 5 -73 4 -56 -1 -86 -8 -124 -28 -90 -45 -163 -153 -163 -240 0 -48 53%0A-151 88 -172 17 -10 29 -21 27 -25 -3 -4 5 -7 18 -8 12 0 50 -3 84 -7 56 -6%0A69 -3 126 24 53 25 64 27 63 13 0 -9 -9 -19 -18 -23 -27 -11 -22 -53 8 -77 15%0A-12 32 -21 39 -21 20 0 48 38 41 56 -5 12 2 24 20 39 20 16 25 26 20 43 -8 25%0A-53 31 -74 10 -18 -18 -14 1 7 30 10 15 31 51 45 80 26 50 28 53 45 38 23 -21%0A85 -21 106 1 12 11 15 26 12 49 -5 29 -1 35 39 64 24 17 44 35 44 41 0 5 5 9%0A10 9 6 0 10 -10 10 -23 0 -12 9 -40 20 -62 11 -22 20 -41 20 -42 0 -2 -11 -3%0A-25 -3 -34 0 -82 -25 -95 -49 -14 -27 -12 -92 3 -112 36 -47 126 -49 172 -3%0A13 13 30 21 38 18 24 -9 30 14 7 26 -25 14 -28 46 -2 35 71 -32 137 -47 223%0A-52 54 -3 99 -9 99 -12 0 -3 -16 -17 -35 -31 -54 -39 -67 -75 -59 -170 7 -82%0A6 -86 -33 -81 -7 1 -15 -10 -19 -24 -5 -21 -12 -25 -42 -25 -48 0 -113 -33%0A-137 -70 -11 -16 -26 -30 -33 -30 -22 0 -27 -32 -6 -47 14 -10 16 -17 8 -30%0A-8 -13 -2 -24 30 -56 l41 -40 82 6 c45 2 85 2 88 -1 3 -3 -9 -21 -27 -39 -33%0A-34 -32 -56 2 -35 24 15 70 16 70 2 0 -5 -9 -10 -20 -10 -11 0 -20 -5 -20 -11%0A0 -6 9 -8 21 -4 14 5 28 0 42 -12 12 -11 36 -25 54 -32 61 -24 58 -38 -6 -33%0A-72 5 -133 -19 -188 -76 l-37 -39 -29 21 c-21 15 -43 21 -84 21 -40 0 -58 5%0A-67 18 -7 9 -18 17 -25 17 -14 0 -14 -23 1 -38 6 -6 10 -32 10 -58 -2 -40 2%0A-50 33 -81 33 -33 39 -35 86 -31 50 5 50 5 69 -32 11 -21 34 -49 51 -63 l31%0A-24 -93 -14 c-71 -11 -219 -14 -599 -14 -530 0 -544 -1 -632 -46 -53 -27 -184%0A-146 -260 -237 -65 -76 -162 -218 -164 -237 0 -5 -8 -34 -17 -64 -33 -107 -14%0A-211 38 -211 15 0 31 9 40 23 13 21 13 29 2 63 -24 69 -29 120 -11 134 12 10%0A12 15 2 21 -10 6 -10 17 0 56 27 100 99 196 254 338 102 94 133 110 187 95 69%0A-18 133 -87 303 -330 62 -88 87 -109 148 -125 29 -8 56 -19 60 -24 3 -7 37 1%0A90 20 47 17 99 32 117 33 18 1 38 8 45 17 7 9 49 30 93 48 71 28 84 30 112 19%0A28 -10 35 -10 53 7 12 11 19 26 17 35 -3 12 20 29 83 61 l87 45 12 -49 c10%0A-43 9 -53 -5 -68 -26 -29 -14 -54 26 -55 25 0 46 -11 75 -36 22 -20 52 -46 68%0A-59 l28 -24 -55 -42 c-287 -220 -212 -656 163 -955 131 -105 244 -148 394%0A-148 131 0 250 51 336 146 54 59 84 125 107 238 8 38 17 72 19 76 2 4 17 5 33%0A2 16 -2 33 1 36 7 4 6 35 11 69 11 34 1 91 7 127 15 79 17 224 19 271 4 49%0A-17 79 -48 79 -81 0 -36 39 -63 80 -54 17 3 30 3 30 0 0 -16 -79 -121 -128%0A-170 -72 -71 -130 -111 -212 -145 -119 -48 -200 -47 -207 1 -4 28 -28 50 -54%0A50 -10 0 -21 5 -24 10 -11 18 -23 11 -42 -27 -14 -27 -17 -46 -12 -65 7 -26 5%0A-28 -29 -34 -21 -3 -65 -12 -100 -18 -54 -11 -62 -11 -57 1 3 10 -1 13 -13 11%0A-9 -2 -17 -9 -17 -17 0 -9 -39 -25 -110 -46 -303 -88 -609 -235 -643 -310 -19%0A-42 -15 -73 13 -91 37 -24 75 -4 127 66 68 90 151 156 273 216 127 61 235 95%0A423 129 168 31 162 32 162 -5 0 -41 34 -74 67 -65 45 11 102 56 115 90 12 34%0A48 56 48 29 0 -8 9 -14 21 -14 16 0 19 4 14 21 -4 13 -3 19 2 16 6 -4 19 0 29%0A8 25 19 34 19 34 -1 0 -23 24 -11 28 13 4 26 41 44 64 30 21 -14 51 8 44 32%0A-4 10 9 26 35 46 68 50 147 152 202 261 24 47 30 52 84 69 32 10 61 20 65 22%0A15 8 38 -71 38 -127 0 -53 3 -61 31 -84 36 -31 53 -32 116 -8 36 14 66 18 119%0A14 56 -3 81 0 115 15 70 31 96 35 128 19 86 -45 121 -109 141 -257 13 -103 55%0A-195 108 -239 100 -83 442 -210 564 -210 129 0 285 29 382 71 49 21 91 37 93%0A35 2 -2 -4 -17 -13 -33 -23 -39 -12 -78 26 -98 40 -21 61 -19 101 8 19 12 62%0A40 96 60 35 21 71 53 83 72 12 19 27 35 33 35 6 0 35 -25 64 -57 l52 -56 93 6%0Ac123 8 133 12 162 61 13 22 45 58 70 79 55 46 71 74 85 152 6 33 20 84 31 113%0A34 89 28 117 -32 174 -29 26 -70 53 -91 60 -32 10 -63 39 -91 86 -5 8 2 16 20%0A22 15 6 49 27 76 46 26 20 53 34 60 32 7 -2 63 -23 125 -47 100 -40 111 -46%0A102 -63 -12 -21 -2 -23 54 -7 33 9 41 7 70 -15 47 -35 103 -56 154 -56 37 0%0A50 5 77 32 18 18 35 38 37 43 2 6 38 20 79 33 41 13 82 25 91 28 25 8 112 -78%0A140 -138 82 -180 115 -218 190 -218 49 0 83 13 127 50 20 17 46 30 58 30 55 0%0A153 -105 248 -265 139 -233 204 -478 193 -720 -6 -136 -29 -212 -97 -324 -58%0A-95 -65 -142 -27 -186 52 -61 147 -35 195 53 22 39 23 52 23 209 -2 447 -119%0A904 -356 1388 -41 83 -108 208 -150 279 -56 97 -72 132 -63 138 7 5 48 27 91%0A48 97 48 157 57 233 35 48 -14 68 -28 128 -88 39 -40 85 -91 103 -113 34 -44%0A65 -56 104 -42 29 11 39 25 39 59 0 62 -316 435 -528 623 l-101 90 50 53 c28%0A29 59 74 71 99 40 92 7 222 -71 276 -107 76 -343 78 -487 6 l-62 -31 -193 140%0Ac-107 77 -337 240 -511 361 -454 316 -607 426 -608 436 0 18 91 114 124 130%0A50 23 87 20 220 -19 133 -39 242 -48 252 -20 10 24 -13 42 -69 55 -328 75%0A-799 208 -855 242 -33 20 -62 64 -62 93 0 8 -4 15 -10 15 -12 0 -54 80 -46 88%0A3 3 0 12 -8 21 -13 15 -75 182 -90 244 -6 24 -4 27 18 27 14 0 40 14 59 33 44%0A41 60 116 32 147 -16 17 -16 19 4 30 28 14 27 46 -2 65 -13 8 -29 26 -35 40%0A-13 29 -34 32 -53 9 -10 -12 -10 -20 -1 -35 7 -10 12 -28 12 -40 0 -15 -5 -19%0A-19 -14 -10 3 -30 1 -45 -4 -14 -6 -26 -7 -26 -3 0 4 -5 36 -10 71 -8 44 -8%0A67 0 76 8 9 8 14 -1 17 -7 2 -14 44 -19 113 l-7 110 33 38 c47 51 46 94 -1%0A141 -20 20 -35 45 -35 58 0 42 12 68 31 68 18 0 35 17 26 26 -3 3 -15 0 -28%0A-6 l-22 -12 7 102 c3 57 11 109 17 116 6 7 8 26 4 42 -7 34 24 257 66 472 57%0A293 146 601 235 816 63 154 198 414 214 414 12 0 42 89 47 141 4 40 2 49 -18%0A63 -32 22 -57 20 -117 -10 -54 -27 -95 -71 -130 -141 -22 -43 -89 -229 -99%0A-273 -32 -150 -91 -477 -134 -742 -52 -326 -53 -328 -73 -314 -27 17 -99 30%0A-124 22 -11 -4 -27 -22 -37 -41 -11 -18 -29 -36 -42 -40 -53 -13 -55 -93 -4%0A-115 38 -15 86 7 95 45 6 22 10 25 29 18 12 -4 37 -8 55 -8 17 0 32 0 32 -1 0%0A-12 -49 -267 -70 -369 -50 -233 -77 -325 -101 -351 -17 -19 -23 -37 -24 -82%0A-4 -98 -130 -368 -191 -409 -14 -8 -36 -35 -49 -58 -32 -53 -70 -73 -96 -49%0A-11 10 -19 31 -19 48 0 45 -25 76 -60 76 -19 0 -44 13 -72 38 -43 37 -52 59%0A-33 75 6 5 -5 6 -22 3 -27 -4 -36 -1 -48 18 -9 13 -13 31 -9 40 4 11 1 16 -13%0A16 -22 0 -53 33 -53 56 0 10 -6 14 -15 10 -23 -8 -18 18 9 47 33 35 69 134 63%0A172 -3 17 -16 55 -30 86 -21 47 -37 66 -99 112 -41 30 -84 57 -94 59 -15 2%0A-20 14 -24 63 -5 54 -3 63 20 88 20 23 22 30 11 37 -32 19 -55 -16 -64 -98 -3%0A-24 -8 -46 -11 -49 -3 -3 -38 -13 -78 -23 -67 -16 -74 -16 -85 -1 -7 9 -13 26%0A-13 39 0 13 -8 25 -17 28 -10 3 -28 11 -40 16 -12 6 -29 8 -37 5 -22 -9 -20%0A-37 2 -38 47 -3 70 -16 87 -49 14 -27 13 -29 -21 -59 -40 -36 -44 -36 -86 -15%0A-22 12 -27 19 -19 27 17 17 13 37 -6 37 -38 -1 -74 -50 -37 -50 22 0 84 -39%0A84 -52 0 -18 -61 -138 -70 -138 -25 0 -415 579 -473 701 -59 126 -61 131 -39%0A127 9 -2 16 -11 16 -21 -1 -9 2 -17 7 -17 5 0 9 9 9 20 0 14 7 20 21 20 18 0%0A21 -5 17 -32 -5 -31 15 -82 47 -118 7 -8 12 -28 9 -45 l-4 -30 12 33 c9 27 16%0A32 44 32 19 0 37 0 42 0 4 0 10 -30 15 -66 7 -62 11 -70 49 -106 23 -21 49%0A-38 58 -38 9 0 21 -5 27 -11 8 -8 22 -8 49 0 51 14 76 14 52 0 -10 -5 -18 -16%0A-18 -24 0 -10 17 -13 72 -11 64 3 74 6 95 30 29 34 29 70 2 97 -18 18 -20 25%0A-10 40 6 10 11 27 11 38 0 11 6 22 13 24 9 4 9 8 -2 15 -7 5 -11 14 -7 20 3 6%0A2 13 -4 17 -5 3 -10 15 -10 26 0 11 -14 33 -32 49 -31 29 -32 30 -13 44 11 8%0A17 18 12 22 -4 4 -13 2 -19 -4 -7 -7 -20 -12 -31 -12 -14 0 -17 5 -12 20 4 13%0A2 20 -6 20 -7 0 -21 7 -31 16 -16 16 -18 15 -24 0 -4 -10 1 -25 11 -36 23 -25%0A13 -37 -19 -22 -24 11 -62 4 -109 -20 -14 -7 -19 -3 -27 18 -6 15 -8 29 -5 32%0A5 5 -21 23 -62 41 -22 10 -32 31 -15 31 5 0 15 19 22 43 8 23 17 47 21 52 4 6%0A4 17 0 24 -12 19 -2 50 21 62 80 43 123 143 83 195 -8 10 -15 27 -15 36 0 11%0A-5 15 -15 12 -8 -4 -22 0 -31 7 -22 18 -105 19 -123 2 -7 -8 -22 -11 -32 -8%0A-14 5 -19 1 -19 -14 0 -11 -11 -28 -24 -37 -14 -8 -23 -21 -20 -28 8 -20 -35%0A-66 -62 -66 -14 0 -35 -7 -48 -15 -13 -9 -30 -14 -37 -13 -7 2 -13 -3 -14 -11%0A0 -8 -6 -16 -12 -18 -10 -4 -13 25 -13 120 0 145 17 248 66 397 36 107 113%0A269 114 238 0 -10 5 -18 11 -18 7 0 8 7 4 18 -13 30 -10 36 74 166 109 167%0A125 205 126 287 0 92 -16 109 -99 107 -76 -2 -117 18 -141 68 -18 39 -17 95 4%0A148 l12 29 16 -22 c23 -34 38 -12 22 32 -12 34 -12 35 90 188 113 169 162 263%0A185 353 9 33 19 63 23 67 14 13 115 39 151 39 18 0 53 -12 78 -26 37 -22 52%0A-25 89 -20 24 4 58 17 77 29 28 19 33 29 33 61 0 50 -32 75 -106 82 -51 6 -58%0A3 -119 -37 -67 -43 -131 -75 -183 -90 l-30 -8 6 55 c11 106 71 209 307 524%0A414 552 523 781 571 1199 14 127 7 481 -11 529 -18 49 -73 70 -100 37z m-2196%0A-1792 c-40 -184 -71 -249 -161 -338 -37 -36 -70 -65 -74 -65 -13 0 59 198 99%0A275 37 70 108 155 130 155 8 0 10 -9 6 -27z m-567 -2333 c51 0 73 -11 73 -35%0A0 -53 55 -57 105 -8 l28 28 -8 -170 c-4 -93 -9 -173 -11 -177 -8 -14 -102 -38%0A-204 -53 -58 -8 -121 -20 -140 -25 -19 -6 -38 -10 -42 -10 -5 0 -8 53 -8 119%0A0 134 24 240 73 324 l28 47 39 -20 c22 -11 52 -20 67 -20z m348 -202 l26 -31%0A-28 -23 c-15 -13 -47 -37 -69 -53 l-42 -31 -6 33 c-6 37 6 100 24 122 22 26%0A66 18 95 -17z m-134 -260 c4 -6 10 -31 14 -56 7 -48 -5 -66 -36 -57 -9 3 -22%0A-1 -29 -10 -7 -8 -22 -15 -34 -15 -12 0 -27 -9 -34 -21 -8 -12 -19 -18 -28%0A-15 -8 3 -14 0 -14 -8 0 -7 -7 -19 -16 -27 -8 -7 -25 -31 -36 -53 -12 -23 -29%0A-47 -39 -54 -23 -16 -25 -42 -4 -42 16 0 21 -45 6 -54 -22 -14 -59 14 -75 55%0A-15 37 -15 45 -3 54 7 5 19 20 26 32 10 19 8 26 -10 44 -14 14 -28 19 -44 15%0A-22 -6 -24 -2 -41 89 -10 52 -15 97 -12 100 7 7 103 24 195 35 92 10 205 4%0A214 -12z m136 -27 c16 -9 15 -10 -10 -11 -31 0 -67 16 -67 30 0 10 48 -2 77%0A-19z m86 -2271 c6 -25 -2 -61 -14 -55 -4 3 -12 -3 -18 -12 -9 -17 -12 -16 -40%0A11 -38 37 -39 54 -3 62 15 3 32 7 37 9 23 8 33 4 38 -15z m-393 -770 c20 -38%0A-45 -152 -76 -132 -21 14 -23 51 -4 75 10 13 22 37 26 53 4 16 9 33 11 37 6%0A10 31 -10 43 -33z m184 -476 c4 -9 4 -26 1 -38 -4 -13 1 -10 12 9 l17 30 10%0A-27 c5 -16 13 -28 18 -28 4 0 8 -4 8 -9 0 -8 -111 -51 -131 -51 -3 0 4 21 17%0A47 13 25 24 55 24 65 0 22 16 24 24 2z m301 -136 c38 -129 25 -267 -31 -334%0Al-25 -29 16 32 c32 67 7 147 -61 194 -48 33 -52 40 -29 59 8 7 15 28 15 46 0%0A46 18 43 25 -3 10 -61 15 -62 10 -3 -5 52 -4 56 22 72 15 10 31 18 35 18 4 0%0A14 -24 23 -52z m-230 -87 c-3 -6 -11 -11 -17 -11 -6 0 -6 6 2 15 14 17 26 13%0A15 -4z m388 -259 c9 -10 22 -33 28 -50 6 -18 20 -37 30 -43 27 -14 26 -69 -1%0A-76 -11 -3 -20 -12 -20 -19 0 -8 -9 -14 -20 -14 -13 0 -20 7 -20 19 0 26 -26%0A44 -54 37 -17 -4 -26 -1 -30 10 -9 24 -7 62 4 69 6 3 10 13 10 22 0 17 37 63%0A50 63 4 0 14 -8 23 -18z m2614 -243 c12 -31 25 -74 29 -96 6 -39 6 -40 -38%0A-56 -35 -13 -56 -14 -113 -7 -38 5 -91 9 -117 10 -56 0 -60 10 -19 59 17 21%0A33 31 40 27 7 -5 10 -14 8 -20 -11 -28 8 -37 46 -21 42 17 49 45 15 60 -13 6%0A-23 17 -23 25 0 17 112 81 135 77 8 -1 25 -27 37 -58z m871 -848 c3 -8 -1 -12%0A-9 -9 -7 2 -15 10 -17 17 -3 8 1 12 9 9 7 -2 15 -10 17 -17z m-116 -48 l41%0A-28 -31 -9 c-38 -11 -62 5 -62 40 0 30 1 30 52 -3z'/%3E%3Cpath d='M3075 8520 c3 -5 10 -10 16 -10 5 0 9 5 9 10 0 6 -7 10 -16 10 -8 0%0A-12 -4 -9 -10z'/%3E%3Cpath d='M2855 8430 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0%0A-8 -4 -11 -10z'/%3E%3Cpath d='M2995 5070 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0%0A-8 -4 -11 -10z'/%3E%3Cpath d='M3510 4279 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10%0A-5 -10 -11z'/%3E%3Cpath d='M3885 12624 c-12 -13 -13 -19 -4 -25 17 -10 54 5 54 22 0 21 -30 22%0A-50 3z'/%3E%3Cpath d='M4228 12453 c-39 -46 -21 -86 28 -61 38 18 51 42 35 62 -18 21 -44%0A20 -63 -1z'/%3E%3Cpath d='M2890 12375 c-17 -21 -4 -35 35 -35 19 0 37 5 40 10 10 16 -14 40%0A-40 40 -12 0 -28 -7 -35 -15z'/%3E%3Cpath d='M6629 12345 c-56 -38 -66 -86 -25 -124 33 -31 83 -22 131 23 85 81%0A-7 169 -106 101z'/%3E%3Cpath d='M6832 12318 c-19 -19 -14 -30 11 -26 12 2 22 9 22 17 0 19 -18 24%0A-33 9z'/%3E%3Cpath d='M2705 12270 c-3 -5 1 -10 9 -10 9 0 16 5 16 10 0 6 -4 10 -9 10 -6 0%0A-13 -4 -16 -10z'/%3E%3Cpath d='M2825 12246 c-59 -28 -92 -61 -105 -106 -13 -44 3 -76 58 -114 53%0A-37 126 -42 170 -9 45 33 84 97 89 146 5 41 2 49 -25 77 -26 26 -38 30 -84 30%0A-35 0 -70 -8 -103 -24z'/%3E%3Cpath d='M3970 12256 c0 -8 4 -17 9 -20 11 -7 33 18 24 27 -12 12 -33 7 -33%0A-7z'/%3E%3Cpath d='M4436 12250 c-17 -10 -36 -30 -43 -44 -25 -48 26 -106 92 -106 33 0%0A65 44 65 89 0 75 -52 102 -114 61z'/%3E%3Cpath d='M6752 12204 c-29 -14 -69 -45 -89 -68 l-37 -43 -16 31 c-23 46 -62%0A47 -104 2 -43 -45 -52 -80 -30 -113 14 -22 22 -25 54 -20 l38 5 -40 -60 c-57%0A-86 -101 -183 -106 -238 -4 -40 -1 -51 18 -70 40 -40 117 -19 250 68 106 71%0A256 239 298 335 30 69 5 145 -58 177 -54 28 -115 26 -178 -6z'/%3E%3Cpath d='M3990 12119 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0%0A-10 -5 -10 -11z'/%3E%3Cpath d='M4082 12098 c-19 -19 -14 -30 11 -26 12 2 22 9 22 17 0 19 -18 24%0A-33 9z'/%3E%3Cpath d='M4984 12096 c-17 -45 22 -79 63 -56 33 19 38 33 18 54 -20 20 -74 21%0A-81 2z'/%3E%3Cpath d='M2218 11966 c-102 -36 -196 -119 -244 -214 -57 -113 -30 -234 66%0A-290 39 -24 56 -27 130 -27 71 0 94 4 140 26 88 42 162 110 200 183 71 142 27%0A274 -109 322 -46 17 -136 17 -183 0z'/%3E%3Cpath d='M4313 11933 c-7 -2 -13 -14 -13 -25 0 -14 6 -19 23 -16 14 2 22 10%0A22 22 0 21 -12 28 -32 19z'/%3E%3Cpath d='M6235 11710 c4 -6 11 -8 16 -5 14 9 11 15 -7 15 -8 0 -12 -5 -9 -10z'/%3E%3Cpath d='M6246 11554 c-12 -11 -14 -20 -7 -27 14 -14 64 8 58 26 -6 19 -33 20%0A-51 1z'/%3E%3Cpath d='M4351 11447 c-13 -16 -5 -27 21 -27 11 0 18 7 18 20 0 23 -22 27 -39%0A7z'/%3E%3Cpath d='M1815 11180 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3%0A0 -8 -4 -11 -10z'/%3E%3Cpath d='M6650 11107 c-272 -83 -602 -264 -870 -477 -126 -101 -296 -269 -368%0A-365 -79 -105 -135 -223 -140 -296 -5 -63 6 -89 38 -89 35 0 44 26 26 75 -22%0A57 -16 87 36 167 85 131 242 270 393 345 113 57 291 108 355 101 34 -3 35 -4%0A37 -48 1 -25 2 -51 2 -57 2 -23 57 -14 122 20 35 18 136 77 224 131 182 112%0A272 156 383 187 93 26 141 49 190 93 47 42 69 53 131 67 28 6 54 15 58 21 12%0A21 -51 58 -127 74 -62 14 -89 15 -159 7 -96 -12 -132 -5 -171 32 -37 35 -74%0A38 -160 12z'/%3E%3Cpath d='M3157 11080 c-8 -32 24 -85 56 -88 23 -3 27 0 27 20 0 14 -14 38 -33%0A56 -39 37 -43 39 -50 12z'/%3E%3Cpath d='M3031 11056 c-16 -19 -6 -36 20 -36 15 0 20 6 17 22 -4 27 -21 33%0A-37 14z'/%3E%3Cpath d='M1530 11035 c-128 -58 -160 -196 -66 -284 40 -38 112 -40 181 -6 164%0A80 144 290 -28 302 -33 2 -65 -3 -87 -12z'/%3E%3Cpath d='M2830 10820 c-25 -25 -26 -52 -2 -73 24 -22 65 -21 85 1 52 57 -29%0A126 -83 72z'/%3E%3Cpath d='M2999 10818 c0 -2 -3 -23 -5 -49 -6 -57 23 -102 65 -97 21 2 27 9 29%0A33 2 23 -6 41 -33 73 -31 35 -52 51 -56 40z'/%3E%3Cpath d='M1338 10479 c-63 -33 -94 -100 -77 -166 13 -47 39 -70 95 -84 24 -6%0A44 -16 44 -23 -1 -19 -54 -74 -83 -85 -35 -14 -35 -31 2 -31 19 0 30 -6 33%0A-18 4 -12 22 -23 53 -32 42 -12 51 -11 81 5 42 23 52 34 64 75 8 28 6 35 -18%0A59 -15 14 -37 31 -47 37 -19 11 -19 13 6 40 76 83 79 180 7 224 -42 26 -111%0A25 -160 -1z'/%3E%3Cpath d='M2886 10414 c-17 -16 -20 -33 -10 -58 7 -19 24 -20 59 -4 30 14 34%0A53 6 68 -27 14 -37 13 -55 -6z'/%3E%3Cpath d='M3010 10400 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5%0A0 -10 -4 -10 -10z'/%3E%3Cpath d='M5654 10345 c-6 -35 0 -55 12 -42 10 10 13 77 4 77 -5 0 -12 -16 -16%0A-35z'/%3E%3Cpath d='M2872 10309 c2 -6 8 -10 13 -10 5 0 11 4 13 10 2 6 -4 11 -13 11 -9%0A0 -15 -5 -13 -11z'/%3E%3Cpath d='M2512 10299 c-52 -10 -95 -39 -133 -92 -38 -52 -41 -127 -6 -178 25%0A-38 97 -78 142 -79 108 -1 216 96 215 192 -1 43 -29 100 -57 114 -13 6 -31 18%0A-40 26 -24 20 -69 27 -121 17z'/%3E%3Cpath d='M1607 10214 c-44 -44 -45 -64 -3 -99 l37 -31 -21 -19 c-13 -12 -20%0A-28 -18 -44 2 -21 9 -27 35 -29 27 -3 35 1 45 23 9 21 9 31 -1 47 -11 18 -9%0A25 23 57 22 23 36 47 36 62 0 60 -86 81 -133 33z'/%3E%3Cpath d='M5204 10194 c4 -15 10 -39 13 -55 7 -35 33 -61 33 -33 0 28 -32 114%0A-43 114 -5 0 -6 -12 -3 -26z'/%3E%3Cpath d='M6401 10176 c-8 -9 -11 -19 -7 -23 9 -9 29 13 24 27 -2 8 -8 7 -17%0A-4z'/%3E%3Cpath d='M1077 10168 c-7 -4 -22 -8 -34 -8 -28 0 -57 -42 -48 -68 3 -11 19%0A-25 35 -32 33 -14 38 -31 15 -50 -26 -21 -37 -83 -23 -126 24 -72 124 -108%0A196 -70 122 64 127 211 8 255 -27 11 -28 12 -12 36 21 32 21 65 -1 66 -55 5%0A-126 3 -136 -3z m73 -79 c0 -5 -7 -9 -15 -9 -15 0 -20 12 -9 23 8 8 24 -1 24%0A-14z'/%3E%3Cpath d='M5890 10145 c0 -8 2 -15 4 -15 2 0 6 7 10 15 3 8 1 15 -4 15 -6 0%0A-10 -7 -10 -15z'/%3E%3Cpath d='M1892 10061 c2 -7 7 -12 11 -12 12 1 9 15 -3 20 -7 2 -11 -2 -8 -8z'/%3E%3Cpath d='M5586 10021 c-4 -7 -5 -15 -2 -18 9 -9 19 4 14 18 -4 11 -6 11 -12 0z'/%3E%3Cpath d='M1967 10013 c-12 -11 -8 -40 7 -52 26 -22 63 10 50 44 -6 15 -45 21%0A-57 8z'/%3E%3Cpath d='M2124 9991 c-44 -19 -65 -60 -62 -120 3 -47 7 -57 28 -70 22 -12 33%0A-12 82 3 76 22 111 53 110 96 -2 66 -93 119 -158 91z'/%3E%3Cpath d='M1768 9876 c-20 -44 8 -74 57 -62 29 7 44 49 25 71 -20 25 -69 19%0A-82 -9z'/%3E%3Cpath d='M1444 9865 c-4 -9 -2 -21 4 -27 16 -16 47 -5 47 17 0 26 -42 34 -51%0A10z'/%3E%3Cpath d='M5222 9848 c3 -35 28 -52 28 -20 0 28 -10 52 -22 52 -5 0 -8 -14 -6%0A-32z'/%3E%3Cpath d='M5444 9735 c-14 -14 -22 -30 -19 -35 19 -30 105 11 92 43 -9 25 -44%0A21 -73 -8z'/%3E%3Cpath d='M5133 9650 c-83 -50 -61 -123 32 -106 46 9 75 38 75 76 0 50 -51 65%0A-107 30z'/%3E%3Cpath d='M2095 9631 c-6 -11 9 -23 19 -14 9 9 7 23 -3 23 -6 0 -12 -4 -16 -9z'/%3E%3Cpath d='M2090 9585 c0 -8 7 -15 15 -15 8 0 15 7 15 15 0 8 -7 15 -15 15 -8 0%0A-15 -7 -15 -15z'/%3E%3Cpath d='M4800 9574 c0 -8 5 -12 10 -9 6 3 10 10 10 16 0 5 -4 9 -10 9 -5 0%0A-10 -7 -10 -16z'/%3E%3Cpath d='M2205 9530 c-3 -5 1 -10 9 -10 9 0 16 5 16 10 0 6 -4 10 -9 10 -6 0%0A-13 -4 -16 -10z'/%3E%3Cpath d='M6628 9472 c-37 -37 -48 -62 -29 -62 11 0 81 80 81 92 0 16 -16 7%0A-52 -30z'/%3E%3Cpath d='M5070 9480 c0 -23 24 -59 47 -69 14 -7 27 -10 29 -9 2 2 -7 23 -18%0A46 -14 26 -29 42 -40 42 -10 0 -18 -4 -18 -10z'/%3E%3Cpath d='M1310 9459 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10%0A-5 -10 -11z'/%3E%3Cpath d='M2317 9444 c-14 -14 -7 -35 11 -32 9 2 17 10 17 17 0 16 -18 25 -28%0A15z'/%3E%3Cpath d='M1740 9355 c0 -10 7 -15 18 -13 21 4 19 22 -2 26 -10 2 -16 -3 -16%0A-13z'/%3E%3Cpath d='M2392 9328 c-25 -7 -37 -18 -48 -44 -12 -28 -19 -34 -32 -28 -84 36%0A-169 25 -232 -32 -131 -118 -66 -302 102 -291 80 5 142 45 178 115 24 48 26%0A58 18 104 -11 58 -6 78 20 78 25 0 62 41 62 68 0 29 -27 41 -68 30z'/%3E%3Cpath d='M4944 9259 c-40 -11 -71 -68 -54 -99 24 -44 100 -37 126 12 29 55%0A-11 103 -72 87z'/%3E%3Cpath d='M7405 9230 c-3 -5 -19 -10 -35 -10 -42 0 -59 -9 -75 -40 -12 -24 -12%0A-30 2 -49 13 -19 21 -22 52 -17 40 7 82 14 94 15 16 2 47 42 47 62 0 37 -67%0A68 -85 39z'/%3E%3Cpath d='M6280 9156 c-29 -9 -36 -16 -38 -43 -2 -24 2 -34 18 -43 55 -29 118%0A42 73 82 -15 13 -24 14 -53 4z'/%3E%3Cpath d='M1048 9146 c-56 -20 -85 -42 -116 -88 -24 -37 -27 -52 -30 -144 -3%0A-80 1 -121 17 -186 43 -169 146 -335 264 -424 79 -60 106 -71 203 -83 124 -15%0A190 8 226 80 23 44 23 99 -2 201 -11 46 -20 106 -20 133 -1 66 -16 104 -78%0A199 -56 84 -60 96 -37 96 8 0 15 -4 15 -10 0 -13 37 -13 45 1 9 13 -22 79 -37%0A79 -7 0 -22 -10 -35 -22 l-23 -21 -82 85 c-69 70 -92 87 -137 101 -63 20 -122%0A21 -173 3z'/%3E%3Cpath d='M2424 9119 c-10 -17 13 -36 27 -22 12 12 4 33 -11 33 -5 0 -12 -5%0A-16 -11z'/%3E%3Cpath d='M4934 9058 c-4 -6 -18 -8 -33 -5 -18 4 -36 -2 -59 -20 -28 -21 -35%0A-23 -49 -11 -13 10 -15 10 -9 0 8 -14 -18 -61 -41 -75 -7 -4 -13 -19 -13 -32%0A0 -13 -5 -27 -10 -30 -11 -7 -6 -127 5 -145 13 -21 -7 -46 -61 -80 -72 -46%0A-110 -77 -103 -84 3 -4 23 8 45 25 94 76 193 82 178 10 -5 -25 -4 -25 24 9 27%0A31 37 35 79 36 26 0 59 5 73 9 14 5 30 9 37 9 25 2 101 77 127 126 26 49 26%0A53 14 107 -7 30 -19 58 -25 60 -7 3 -13 13 -13 24 0 10 -9 23 -21 30 -15 8%0A-18 14 -10 22 18 18 13 29 -9 17 -14 -7 -37 -8 -70 -2 -32 6 -53 6 -56 0z'/%3E%3Cpath d='M5199 8913 c0 -4 -2 -31 -5 -60 -5 -54 8 -77 25 -45 11 20 3 99 -10%0A108 -5 3 -9 2 -10 -3z'/%3E%3Cpath d='M6367 8865 c-30 -29 8 -80 39 -54 20 16 17 47 -5 59 -15 7 -23 6 -34%0A-5z'/%3E%3Cpath d='M5840 8791 c-39 -12 -93 -41 -117 -63 -12 -11 -26 -18 -31 -14 -11 7%0A-49 -19 -62 -44 -7 -14 -6 -23 6 -35 15 -15 15 -17 -3 -21 -12 -3 -26 -17 -32%0A-30 -10 -23 -9 -24 9 -14 18 10 19 8 13 -22 -8 -44 -56 -99 -74 -87 -52 33%0A-130 -18 -121 -80 7 -49 42 -65 97 -44 17 6 50 14 75 18 24 3 49 10 56 16 8 7%0A23 2 49 -16 21 -14 51 -25 68 -25 41 0 97 60 120 130 35 104 47 126 77 137 54%0A20 86 104 59 155 -21 40 -119 60 -189 39z'/%3E%3Cpath d='M7984 8743 c-17 -17 -17 -18 5 -21 27 -4 47 11 37 27 -10 16 -22 14%0A-42 -6z'/%3E%3Cpath d='M4565 8709 c-10 -15 1 -23 20 -15 9 3 13 10 10 16 -8 13 -22 13 -30%0A-1z'/%3E%3Cpath d='M6106 8648 c-85 -85 -95 -218 -16 -218 45 0 77 33 85 87 4 26 14 60%0A22 76 8 16 13 43 11 60 -2 27 -8 33 -31 35 -22 3 -37 -6 -71 -40z'/%3E%3Cpath d='M1902 8621 c4 -13 18 -16 19 -4 0 4 -5 9 -11 12 -7 2 -11 -2 -8 -8z'/%3E%3Cpath d='M6955 8599 c-10 -15 3 -25 16 -12 7 7 7 13 1 17 -6 3 -14 1 -17 -5z'/%3E%3Cpath d='M7790 8589 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10%0A-5 -10 -11z'/%3E%3Cpath d='M2312 8542 l-23 -18 24 -13 c35 -19 62 -11 62 19 0 32 -31 37 -63 12z'/%3E%3Cpath d='M4955 8530 c-8 -35 3 -60 16 -39 12 19 11 69 0 69 -5 0 -12 -13 -16%0A-30z'/%3E%3Cpath d='M7035 8528 c-30 -36 -28 -71 7 -101 24 -20 71 -15 99 10 15 12 17 11%0A22 -8 3 -11 10 -18 16 -14 14 8 14 55 1 55 -5 0 -10 13 -10 28 0 38 -28 62%0A-72 62 -28 0 -42 -7 -63 -32z'/%3E%3Cpath d='M7612 8530 c-23 -10 -39 -36 -28 -47 10 -11 76 26 76 42 0 17 -14 18%0A-48 5z'/%3E%3Cpath d='M6231 8504 c-35 -29 -39 -44 -13 -44 27 0 71 53 53 64 -5 4 -23 -6%0A-40 -20z'/%3E%3Cpath d='M6410 8473 c-49 -18 -65 -67 -32 -96 28 -25 67 -21 91 9 26 33 26 49%0A1 74 -20 20 -33 23 -60 13z'/%3E%3Cpath d='M7223 8410 c-42 -17 -56 -75 -25 -103 25 -23 54 -21 86 4 59 46 9%0A127 -61 99z'/%3E%3Cpath d='M5000 8376 c-6 -6 -10 -27 -10 -48 0 -74 71 -104 124 -52 51 52 20%0A109 -61 109 -24 0 -48 -4 -53 -9z'/%3E%3Cpath d='M8324 8370 c-46 -20 -59 -35 -67 -75 -11 -58 54 -117 110 -99 41 13%0A61 27 77 56 46 78 -34 157 -120 118z'/%3E%3Cpath d='M4500 8350 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0%0A-10 -4 -10 -10z'/%3E%3Cpath d='M7466 8344 c-23 -22 -20 -37 4 -24 11 6 20 17 20 25 0 19 -5 19 -24%0A-1z'/%3E%3Cpath d='M6153 8273 c-7 -3 -13 -13 -13 -24 0 -23 -8 -24 -32 -2 -10 9 -18 11%0A-18 5 0 -6 5 -14 10 -17 17 -10 0 -26 -20 -20 -22 7 -35 -13 -43 -68 -5 -32%0A-1 -43 26 -73 27 -32 35 -36 68 -31 52 7 95 40 109 83 14 41 5 108 -12 98 -8%0A-5 -9 -1 -4 11 5 15 4 16 -9 5 -19 -15 -49 -5 -41 15 6 16 -3 24 -21 18z'/%3E%3Cpath d='M7167 8260 c-44 -8 -94 -51 -82 -70 19 -30 145 23 145 61 0 20 -4 21%0A-63 9z'/%3E%3Cpath d='M6893 8253 c-28 -5 -73 -58 -73 -84 0 -11 12 -31 26 -46 21 -21 32%0A-24 61 -20 65 11 101 62 76 110 -11 22 -56 53 -66 46 -1 -1 -12 -4 -24 -6z'/%3E%3Cpath d='M1580 8235 c-15 -19 -16 -63 -2 -77 16 -16 72 -14 83 3 16 25 10 68%0A-10 79 -28 14 -57 12 -71 -5z'/%3E%3Cpath d='M4952 8189 c2 -6 8 -10 13 -10 5 0 11 4 13 10 2 6 -4 11 -13 11 -9 0%0A-15 -5 -13 -11z'/%3E%3Cpath d='M5366 8169 c-27 -32 -29 -69 -6 -93 15 -15 88 12 107 40 15 24 15 27%0A-4 52 -29 40 -64 40 -97 1z'/%3E%3Cpath d='M5900 8180 c-23 -23 -26 -40 -7 -40 16 0 47 32 47 48 0 18 -18 14%0A-40 -8z'/%3E%3Cpath d='M5795 8150 c-3 -5 1 -10 9 -10 9 0 16 5 16 10 0 6 -4 10 -9 10 -6 0%0A-13 -4 -16 -10z'/%3E%3Cpath d='M1894 8129 c-8 -14 11 -33 25 -25 6 4 11 14 11 22 0 16 -26 19 -36 3z'/%3E%3Cpath d='M5554 8126 c-10 -8 -16 -17 -13 -20 3 -3 14 1 25 8 10 8 16 17 13 20%0A-3 3 -14 -1 -25 -8z'/%3E%3Cpath d='M5040 8080 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0%0A-4 -4 -4 -10z'/%3E%3Cpath d='M1848 8064 c-60 -32 -74 -114 -34 -200 27 -58 57 -84 99 -84 56 0%0A123 54 151 122 22 51 20 76 -6 115 -40 57 -147 82 -210 47z'/%3E%3Cpath d='M6659 8061 c-21 -17 -22 -20 -7 -26 27 -11 53 -1 53 19 0 27 -18 30%0A-46 7z'/%3E%3Cpath d='M4880 8059 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10%0A-5 -10 -11z'/%3E%3Cpath d='M1120 8040 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0%0A-10 -4 -10 -10z'/%3E%3Cpath d='M5126 8031 c-4 -6 -1 -21 6 -33 l13 -23 3 24 c4 26 -12 49 -22 32z'/%3E%3Cpath d='M6917 8013 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z'/%3E%3Cpath d='M1255 7975 c-5 -2 -22 -6 -37 -9 -60 -13 -128 -102 -128 -166 0 -45%0A35 -107 72 -126 41 -21 137 -21 180 0 44 22 45 21 46 -27 2 -66 16 -94 63%0A-118 38 -19 46 -20 87 -8 25 7 59 27 78 46 30 30 34 40 34 88 0 29 5 57 10 60%0A16 10 40 74 40 105 0 60 -95 122 -153 101 -14 -5 -26 -2 -39 11 -24 24 -35 23%0A-49 -4 -9 -17 -9 -24 5 -33 14 -11 14 -14 -4 -30 -19 -18 -20 -17 -20 7 0 50%0A-130 122 -185 103z'/%3E%3Cpath d='M5890 7956 c-6 -8 -10 -25 -8 -38 2 -18 10 -24 35 -26 27 -3 35 1 44%0A22 9 20 9 29 -1 41 -16 19 -54 19 -70 1z'/%3E%3Cpath d='M6895 7960 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0%0A-8 -4 -11 -10z'/%3E%3Cpath d='M5605 7920 c-24 -25 -26 -31 -14 -46 9 -12 24 -15 51 -11 44 6 68 22%0A68 46 0 48 -63 55 -105 11z'/%3E%3Cpath d='M6026 7914 c-28 -29 -32 -53 -15 -85 28 -53 117 -37 138 23 15 41 14%0A45 -9 68 -29 29 -81 26 -114 -6z'/%3E%3Cpath d='M7690 7900 c0 -5 9 -10 20 -10 11 0 20 5 20 10 0 6 -9 10 -20 10 -11%0A0 -20 -4 -20 -10z'/%3E%3Cpath d='M6850 7885 c-9 -11 -22 -14 -39 -10 -20 4 -35 -2 -61 -24 l-35 -29%0A43 5 c64 8 52 -27 -14 -41 -35 -8 -80 -49 -70 -65 5 -7 15 -7 32 -1 34 13 33%0A14 44 -15 l10 -25 147 0 148 0 3 39 c3 51 -12 60 -44 26 -29 -31 -39 -27 -47%0A19 -12 75 -49 100 -111 76 -35 -13 -34 7 2 37 15 12 22 22 16 23 -6 0 -17 -7%0A-24 -15z'/%3E%3Cpath d='M7600 7857 c-22 -11 -44 -15 -60 -11 -77 20 -130 -1 -156 -61 -12%0A-31 -12 -39 0 -70 l15 -35 68 0 c38 0 74 5 80 11 8 8 13 8 17 0 8 -12 116 -15%0A154 -5 12 4 22 14 22 23 0 9 6 24 13 33 8 9 11 32 9 53 -8 69 -88 100 -162 62z'/%3E%3Cpath d='M5505 7831 c-8 -25 1 -41 21 -41 18 0 18 34 0 49 -11 10 -16 8 -21%0A-8z'/%3E%3Cpath d='M5461 7814 c-24 -31 -27 -46 -7 -38 16 6 42 52 34 60 -3 3 -15 -7%0A-27 -22z'/%3E%3Cpath d='M5820 7736 c0 -8 4 -17 9 -20 11 -7 33 18 24 27 -12 12 -33 7 -33 -7z'/%3E%3Cpath d='M5970 7740 c0 -5 5 -10 11 -10 5 0 7 5 4 10 -3 6 -8 10 -11 10 -2 0%0A-4 -4 -4 -10z'/%3E%3Cpath d='M5740 7719 c0 -5 5 -7 10 -4 6 3 10 8 10 11 0 2 -4 4 -10 4 -5 0 -10%0A-5 -10 -11z'/%3E%3Cpath d='M5397 7663 c-24 -23 9 -31 39 -8 18 14 18 14 -7 15 -14 0 -29 -3 -32%0A-7z'/%3E%3Cpath d='M6064 7650 c-26 -10 -54 -48 -54 -72 0 -55 85 -77 132 -33 60 56 0%0A137 -78 105z'/%3E%3Cpath d='M1345 7620 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0%0A-8 -4 -11 -10z'/%3E%3Cpath d='M5302 7610 c-7 -11 -8 -20 -3 -20 9 0 24 30 18 36 -1 2 -8 -6 -15%0A-16z'/%3E%3Cpath d='M6755 7569 c-4 -12 -3 -25 3 -31 13 -13 43 18 36 37 -9 22 -32 18%0A-39 -6z'/%3E%3Cpath d='M6400 7555 c-10 -12 -10 -19 -2 -27 16 -16 42 -2 42 22 0 24 -22 26%0A-40 5z'/%3E%3Cpath d='M5555 7550 c-3 -6 1 -13 10 -16 19 -8 30 0 20 15 -8 14 -22 14 -30 1z'/%3E%3Cpath d='M1127 7527 c-22 -16 -20 -65 4 -80 9 -5 28 -7 42 -3 30 7 46 49 30%0A75 -13 21 -53 25 -76 8z'/%3E%3Cpath d='M5630 7530 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0%0A-10 -4 -10 -10z'/%3E%3Cpath d='M1740 7504 c-62 -21 -88 -39 -115 -82 -17 -25 -32 -60 -35 -77 -5%0A-33 -12 -34 -97 -21 -35 5 -50 1 -90 -22 -55 -32 -83 -78 -83 -135 0 -59 23%0A-93 75 -110 56 -20 91 -11 151 38 l44 36 9 -24 c5 -14 13 -42 17 -63 8 -47 53%0A-114 98 -149 37 -28 136 -65 175 -65 92 0 289 131 312 208 8 30 7 50 -5 99%0A-21 79 -21 80 10 87 34 9 25 32 -12 29 -27 -2 -31 2 -46 45 -35 96 -107 174%0A-187 201 -33 11 -191 14 -221 5z'/%3E%3Cpath d='M6018 7499 c-22 -13 -23 -25 -2 -33 19 -7 44 10 44 30 0 16 -18 18%0A-42 3z'/%3E%3Cpath d='M6365 7480 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0%0A-8 -4 -11 -10z'/%3E%3Cpath d='M5505 7458 c-15 -23 -15 -23 24 -26 22 -2 45 -10 51 -18 16 -18 30%0A-18 30 1 0 8 -9 15 -20 15 -11 0 -27 11 -36 25 -20 31 -28 31 -49 3z'/%3E%3Cpath d='M5915 7464 c-63 -22 -104 -83 -47 -69 37 9 102 54 102 71 0 17 -4 17%0A-55 -2z'/%3E%3Cpath d='M1449 7394 c-10 -12 -9 -18 3 -31 19 -18 38 -10 38 17 0 24 -25 33%0A-41 14z'/%3E%3Cpath d='M2520 7400 c0 -12 45 -24 59 -15 22 13 10 25 -24 25 -19 0 -35 -4%0A-35 -10z'/%3E%3Cpath d='M5677 7394 c-4 -4 -7 -16 -7 -26 0 -14 6 -19 23 -16 14 2 22 10 22%0A23 0 20 -25 32 -38 19z'/%3E%3Cpath d='M5890 7390 c-11 -7 -12 -12 -3 -21 13 -13 33 -4 33 17 0 16 -9 18%0A-30 4z'/%3E%3Cpath d='M1524 7375 c-8 -19 3 -35 26 -35 19 0 34 25 24 41 -8 14 -44 10 -50%0A-6z'/%3E%3Cpath d='M6072 7368 c-17 -17 -15 -55 4 -62 15 -6 64 17 64 30 0 3 -5 14 -10%0A25 -12 21 -40 25 -58 7z'/%3E%3Cpath d='M6800 7370 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0%0A-15 -4 -15 -10z'/%3E%3Cpath d='M6274 7295 c-6 -15 2 -35 14 -35 4 0 12 11 19 25 10 22 9 25 -8 25%0A-11 0 -22 -7 -25 -15z'/%3E%3Cpath d='M7846 7303 c-3 -3 -18 -7 -33 -9 -15 -1 -29 -8 -31 -13 -2 -6 -10%0A-11 -18 -11 -8 0 -24 -10 -35 -21 -18 -18 -25 -20 -40 -10 -30 18 -36 12 -9%0A-9 22 -17 23 -19 7 -26 -11 -4 -25 0 -37 11 -11 10 -23 15 -26 12 -4 -3 9 -15%0A27 -26 25 -16 29 -22 17 -26 -9 -4 -14 -14 -11 -23 2 -9 -5 -27 -16 -39 -12%0A-13 -17 -25 -11 -28 18 -11 11 -37 -12 -43 -20 -5 -20 -6 -3 -12 15 -5 19 -17%0A19 -59 1 -57 14 -73 56 -65 14 3 39 -2 55 -10 17 -9 40 -16 52 -16 12 0 33 -4%0A47 -9 18 -8 28 -6 37 5 9 11 22 14 41 10 20 -4 30 -1 34 9 3 8 21 19 40 25 24%0A8 34 18 34 32 0 11 8 22 20 25 14 4 25 22 37 62 10 31 17 63 16 71 -10 75 -10%0A85 6 97 13 11 11 12 -16 7 -26 -5 -33 -3 -33 9 0 8 -7 17 -15 21 -8 3 -15 13%0A-15 22 0 10 -3 14 -7 11 -3 -4 -17 0 -29 8 -23 15 -137 29 -148 18z'/%3E%3Cpath d='M5954 7215 c-15 -11 -17 -17 -8 -32 15 -25 48 -23 52 3 4 31 -20 47%0A-44 29z'/%3E%3Cpath d='M6077 7183 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z'/%3E%3Cpath d='M6686 7164 c-19 -18 -21 -65 -4 -82 17 -17 74 -15 92 4 19 18 21 65%0A4 82 -17 17 -74 15 -92 -4z'/%3E%3Cpath d='M8596 7151 c-11 -12 -16 -24 -12 -28 9 -9 39 22 34 37 -2 7 -10 4%0A-22 -9z'/%3E%3Cpath d='M6155 7139 c-10 -15 3 -25 16 -12 7 7 7 13 1 17 -6 3 -14 1 -17 -5z'/%3E%3Cpath d='M2634 7126 c-10 -8 -16 -17 -13 -20 3 -3 14 3 24 14 21 23 17 26 -11%0A6z'/%3E%3Cpath d='M7041 7131 c-10 -6 -10 -10 -1 -16 13 -8 24 -1 19 14 -3 6 -10 7 -18%0A2z'/%3E%3Cpath d='M6010 7060 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0%0A-10 -4 -10 -10z'/%3E%3Cpath d='M2800 7030 c0 -5 7 -10 15 -10 8 0 15 5 15 10 0 6 -7 10 -15 10 -8 0%0A-15 -4 -15 -10z'/%3E%3Cpath d='M6628 7021 c-75 -51 -78 -108 -8 -155 34 -22 65 -20 101 7 52 37 66%0A103 30 140 -23 24 -94 29 -123 8z'/%3E%3Cpath d='M5757 6944 c-10 -10 -9 -56 2 -72 5 -8 17 -12 27 -10 29 5 27 82 -1%0A86 -12 2 -24 0 -28 -4z'/%3E%3Cpath d='M853 6903 c-20 -7 -15 -23 7 -23 11 0 20 4 20 9 0 13 -12 19 -27 14z'/%3E%3Cpath d='M3203 6855 c-3 -9 -3 -18 0 -22 11 -10 57 7 57 22 0 20 -49 20 -57 0z'/%3E%3Cpath d='M5950 6830 c-16 -31 -5 -50 28 -50 60 0 68 61 9 68 -18 2 -29 -3 -37%0A-18z'/%3E%3Cpath d='M5755 6814 c-9 -9 -15 -28 -13 -43 2 -21 9 -27 34 -29 52 -5 82 39%0A48 72 -20 21 -48 20 -69 0z'/%3E%3Cpath d='M6080 6795 c-7 -9 -11 -18 -8 -20 3 -3 11 1 18 10 7 9 11 18 8 20 -3%0A3 -11 -1 -18 -10z'/%3E%3Cpath d='M1831 6751 c-29 -29 -28 -69 3 -77 43 -10 70 -1 80 29 20 55 -41 90%0A-83 48z'/%3E%3Cpath d='M7260 6740 c-8 -5 -29 -10 -46 -10 -37 0 -54 -18 -83 -84 -32 -75%0A-36 -115 -11 -154 54 -88 177 -54 213 59 27 83 23 129 -16 167 -37 36 -36 35%0A-57 22z'/%3E%3Cpath d='M3070 6715 c-10 -12 -10 -18 0 -30 10 -12 25 -14 63 -10 55 6 67 11%0A67 26 0 13 -47 11 -56 -3 -5 -7 -10 -4 -15 10 -10 25 -41 29 -59 7z'/%3E%3Cpath d='M1387 6678 c18 -18 36 -29 39 -25 10 10 -36 57 -55 57 -11 0 -6 -10%0A16 -32z'/%3E%3Cpath d='M6110 6690 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0%0A-10 -4 -10 -10z'/%3E%3Cpath d='M6826 6691 c-8 -12 25 -19 48 -11 18 6 18 7 2 13 -24 10 -44 9 -50%0A-2z'/%3E%3Cpath d='M6045 6681 c-3 -5 -1 -12 4 -15 12 -8 41 3 41 15 0 12 -37 12 -45 0z'/%3E%3Cpath d='M7435 6679 c-10 -15 3 -25 16 -12 7 7 7 13 1 17 -6 3 -14 1 -17 -5z'/%3E%3Cpath d='M1930 6640 c-14 -10 -23 -21 -20 -23 3 -3 16 3 29 14 31 25 23 33 -9%0A9z'/%3E%3Cpath d='M9120 6630 c-34 -32 -36 -50 -3 -30 23 15 57 60 45 60 -6 0 -24 -14%0A-42 -30z'/%3E%3Cpath d='M6804 6619 c-10 -18 13 -32 40 -25 37 9 34 36 -3 36 -17 0 -33 -5%0A-37 -11z'/%3E%3Cpath d='M7515 6621 c-3 -5 -2 -12 3 -15 12 -7 52 4 52 15 0 12 -47 12 -55 0z'/%3E%3Cpath d='M8017 6592 c-28 -30 -36 -55 -14 -46 14 5 51 63 45 70 -3 2 -17 -9%0A-31 -24z'/%3E%3Cpath d='M2405 6588 c-54 -29 -71 -90 -35 -123 24 -22 104 -31 142 -16 15 5%0A35 22 44 36 24 36 6 70 -49 95 -48 22 -73 24 -102 8z'/%3E%3Cpath d='M6810 6553 c-45 -18 -54 -83 -15 -101 38 -18 59 -15 83 11 27 29 28%0A51 2 77 -20 20 -41 24 -70 13z'/%3E%3Cpath d='M7697 6484 c-21 -28 -18 -38 7 -28 9 3 16 17 16 30 0 29 -1 29 -23%0A-2z'/%3E%3Cpath d='M2606 6424 c-11 -11 -14 -20 -8 -26 16 -16 47 -5 47 16 0 26 -19 31%0A-39 10z'/%3E%3Cpath d='M1925 6400 c3 -5 14 -10 23 -10 15 0 15 2 2 10 -20 13 -33 13 -25 0z'/%3E%3Cpath d='M7400 6393 c-24 -9 -51 -36 -67 -67 -12 -23 -12 -33 -2 -57 23 -56%0A81 -65 130 -21 26 24 32 36 32 72 0 61 -40 92 -93 73z'/%3E%3Cpath d='M7025 6360 c3 -5 19 -10 36 -10 16 0 29 5 29 10 0 6 -16 10 -36 10%0A-21 0 -33 -4 -29 -10z'/%3E%3Cpath d='M7818 6363 c-37 -10 -11 -33 37 -33 29 0 43 19 24 31 -15 9 -32 10%0A-61 2z'/%3E%3Cpath d='M7955 6350 c-3 -5 1 -10 9 -10 8 0 18 5 21 10 3 6 -1 10 -9 10 -8 0%0A-18 -4 -21 -10z'/%3E%3Cpath d='M2515 6329 c-10 -15 3 -25 16 -12 7 7 7 13 1 17 -6 3 -14 1 -17 -5z'/%3E%3Cpath d='M6936 6293 c-4 -9 -1 -20 6 -24 16 -10 43 15 34 30 -11 16 -33 13%0A-40 -6z'/%3E%3Cpath d='M2360 6257 c0 -19 10 -27 26 -20 21 8 17 33 -6 33 -11 0 -20 -6 -20%0A-13z'/%3E%3Cpath d='M7090 6225 c-10 -12 -10 -18 -1 -29 17 -21 57 -27 121 -18 69 9 73%0A29 10 48 -60 18 -115 18 -130 -1z'/%3E%3Cpath d='M2190 6210 c0 -5 7 -10 16 -10 8 0 12 5 9 10 -3 6 -10 10 -16 10 -5%0A0 -9 -4 -9 -10z'/%3E%3Cpath d='M2270 6200 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0%0A-10 -4 -10 -10z'/%3E%3Cpath d='M2415 6200 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0%0A-7 -4 -4 -10z'/%3E%3Cpath d='M2540 6177 c-30 -15 -38 -52 -15 -61 40 -15 97 44 63 65 -17 11 -18%0A11 -48 -4z'/%3E%3Cpath d='M2630 6150 c0 -13 7 -20 18 -20 11 0 27 9 37 20 18 20 17 20 -18 20%0A-30 0 -37 -4 -37 -20z'/%3E%3Cpath d='M7146 6141 c-12 -19 4 -31 44 -31 37 0 60 13 43 23 -20 13 -81 18%0A-87 8z'/%3E%3Cpath d='M6837 6134 c-10 -11 3 -24 24 -24 10 0 19 7 19 15 0 15 -31 21 -43 9z'/%3E%3Cpath d='M2847 6123 c-4 -3 -7 -18 -7 -32 0 -28 14 -19 25 17 6 21 -4 30 -18%0A15z'/%3E%3Cpath d='M7090 6115 c0 -8 9 -15 20 -15 11 0 20 7 20 15 0 8 -9 15 -20 15 -11%0A0 -20 -7 -20 -15z'/%3E%3Cpath d='M2153 6113 c-20 -7 -15 -23 7 -23 11 0 20 4 20 9 0 13 -12 19 -27 14z'/%3E%3Cpath d='M2890 6105 c0 -8 5 -15 10 -15 6 0 10 7 10 15 0 8 -4 15 -10 15 -5 0%0A-10 -7 -10 -15z'/%3E%3Cpath d='M2064 6099 c-3 -6 -1 -16 4 -21 13 -13 45 8 36 23 -7 12 -31 11 -40%0A-2z'/%3E%3Cpath d='M6850 6060 c-11 -7 -12 -12 -3 -21 14 -14 46 -4 41 13 -6 16 -20 19%0A-38 8z'/%3E%3Cpath d='M8536 6029 c-15 -12 -49 -54 -76 -95 -63 -93 -75 -99 -139 -78 -41%0A13 -56 14 -86 4 -44 -15 -59 -41 -51 -92 4 -27 -1 -68 -18 -131 -37 -138 -50%0A-230 -50 -347 0 -127 18 -200 80 -328 37 -77 61 -110 132 -183 48 -49 95 -89%0A105 -89 22 0 67 43 67 64 0 25 -48 73 -104 105 -122 68 -176 142 -184 250 -6%0A83 11 121 65 148 49 23 71 70 111 235 34 140 64 210 121 278 97 116 150 230%0A122 264 -19 22 -63 20 -95 -5z'/%3E%3Cpath d='M2437 6033 c-14 -13 -6 -33 13 -33 13 0 20 7 20 20 0 19 -20 27 -33%0A13z'/%3E%3Cpath d='M2315 5950 c-3 -5 1 -10 9 -10 9 0 16 5 16 10 0 6 -4 10 -9 10 -6 0%0A-13 -4 -16 -10z'/%3E%3Cpath d='M6904 5935 c-4 -9 -2 -21 4 -27 16 -16 47 -5 47 17 0 26 -42 34 -51%0A10z'/%3E%3Cpath d='M7194 5795 c-9 -23 3 -45 25 -45 10 0 21 7 25 15 8 23 -4 45 -25 45%0A-11 0 -22 -7 -25 -15z'/%3E%3Cpath d='M1355 5762 c-22 -4 -45 -29 -45 -49 0 -7 12 -18 27 -24 22 -8 30 -6%0A50 12 12 13 23 28 23 35 0 17 -30 32 -55 26z'/%3E%3Cpath d='M7262 5714 c-32 -25 -35 -44 -7 -44 17 0 49 44 43 59 -1 6 -18 -1%0A-36 -15z'/%3E%3Cpath d='M7595 5710 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0%0A-8 -4 -11 -10z'/%3E%3Cpath d='M7685 5659 c-31 -19 -55 -46 -55 -61 0 -19 29 -5 63 30 53 54 49 68%0A-8 31z'/%3E%3Cpath d='M7784 5599 c-10 -16 10 -31 55 -39 55 -10 61 5 12 30 -46 23 -57 24%0A-67 9z'/%3E%3Cpath d='M2748 5568 c-8 -22 3 -38 27 -38 23 0 40 24 29 41 -8 13 -51 11 -56%0A-3z'/%3E%3Cpath d='M2402 5504 c-45 -32 -8 -89 42 -66 32 14 36 56 7 72 -25 13 -22 13%0A-49 -6z'/%3E%3Cpath d='M2824 5499 c-8 -14 11 -33 25 -25 16 10 13 36 -3 36 -8 0 -18 -5 -22%0A-11z'/%3E%3Cpath d='M1865 5490 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0%0A-7 -4 -4 -10z'/%3E%3Cpath d='M2066 5475 c-8 -21 28 -39 43 -22 8 10 7 17 -1 25 -16 16 -35 15 -42%0A-3z'/%3E%3Cpath d='M841 5408 c-32 -33 -35 -57 -14 -87 30 -39 75 -40 113 -2 17 16 30%0A39 30 50 0 56 -89 83 -129 39z'/%3E%3Cpath d='M2315 5395 c-42 -41 -30 -102 26 -131 54 -28 119 4 119 58 0 40 -15%0A65 -50 83 -41 21 -67 19 -95 -10z'/%3E%3Cpath d='M8503 5309 c-27 -10 -30 -34 -7 -43 23 -9 84 -7 84 2 0 9 -26 34 -45%0A44 -5 3 -20 2 -32 -3z'/%3E%3Cpath d='M1742 5268 c-17 -17 -15 -45 4 -52 24 -9 31 -8 48 10 12 12 13 20 6%0A35 -12 21 -40 25 -58 7z'/%3E%3Cpath d='M1865 5224 c-14 -14 -14 -19 -2 -31 19 -19 49 -6 45 20 -4 27 -22 32%0A-43 11z'/%3E%3Cpath d='M2014 5155 c-14 -21 -15 -31 -6 -50 23 -50 112 -23 112 33 0 45 -79%0A58 -106 17z'/%3E%3Cpath d='M2174 5145 c-3 -8 -3 -19 0 -24 10 -16 36 -1 36 20 0 22 -28 26 -36%0A4z'/%3E%3Cpath d='M8447 5063 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z'/%3E%3Cpath d='M2325 5043 c-12 -11 -15 -26 -12 -49 4 -24 0 -37 -14 -50 -23 -21%0A-42 -85 -33 -110 11 -30 36 -55 72 -70 l34 -14 -21 -26 c-12 -15 -21 -36 -21%0A-48 0 -11 -7 -30 -15 -40 -8 -11 -15 -29 -15 -39 0 -32 46 -84 85 -97 19 -6%0A33 -16 30 -21 -4 -5 1 -9 9 -9 9 0 16 4 16 8 0 5 18 16 40 26 31 14 40 23 42%0A44 2 48 -2 66 -23 88 -11 12 -19 28 -18 35 5 25 -11 56 -36 69 l-25 14 34 35%0Ac19 20 41 53 50 73 15 37 15 38 60 32 31 -5 51 -2 61 6 21 17 63 -4 67 -33 2%0A-11 15 -29 29 -39 34 -26 75 -15 95 24 14 27 14 32 -1 54 -8 13 -20 24 -26 24%0A-6 0 -24 14 -39 30 -28 30 -72 40 -85 21 -3 -6 -20 -4 -41 5 -35 15 -38 14%0A-76 -11 -22 -14 -46 -25 -55 -23 -8 2 -21 21 -29 43 -7 22 -21 45 -31 52 -24%0A19 -88 16 -108 -4z'/%3E%3Cpath d='M2024 4665 c-9 -23 3 -45 24 -45 25 0 46 25 38 45 -7 19 -55 20 -62%0A0z'/%3E%3Cpath d='M2563 4604 c-8 -21 13 -42 28 -27 13 13 5 43 -11 43 -6 0 -13 -7 -17%0A-16z'/%3E%3Cpath d='M2082 4538 c-17 -17 -15 -55 4 -62 48 -19 84 8 66 49 -13 27 -49 34%0A-70 13z'/%3E%3Cpath d='M2570 4540 c0 -5 5 -10 10 -10 6 0 10 5 10 10 0 6 -4 10 -10 10 -5 0%0A-10 -4 -10 -10z'/%3E%3Cpath d='M1142 4528 c-16 -16 -15 -33 1 -47 19 -15 50 9 45 35 -4 23 -29 29%0A-46 12z'/%3E%3Cpath d='M1580 4030 c0 -5 4 -10 9 -10 6 0 13 5 16 10 3 6 -1 10 -9 10 -9 0%0A-16 -4 -16 -10z'/%3E%3Cpath d='M1225 3960 c-3 -5 -2 -10 4 -10 5 0 13 5 16 10 3 6 2 10 -4 10 -5 0%0A-13 -4 -16 -10z'/%3E%3Cpath d='M2677 3933 c-12 -11 -8 -23 8 -23 8 0 15 7 15 15 0 16 -12 20 -23 8z'/%3E%3Cpath d='M2606 3765 c-6 -17 17 -31 34 -20 5 3 10 13 10 21 0 19 -36 18 -44%0A-1z'/%3E%3Cpath d='M9720 3750 c0 -15 5 -20 18 -18 9 2 17 10 17 18 0 8 -8 16 -17 18%0A-13 2 -18 -3 -18 -18z'/%3E%3Cpath d='M2665 3676 c-11 -8 -16 -19 -12 -30 9 -23 34 -31 52 -16 20 16 19 46%0A-1 54 -20 8 -17 8 -39 -8z'/%3E%3Cpath d='M9655 3556 c-11 -8 -16 -19 -12 -30 9 -22 41 -17 45 8 6 27 -11 38%0A-33 22z'/%3E%3Cpath d='M9941 3524 c-11 -14 -18 -31 -15 -39 9 -22 123 -117 134 -110 27 16%0A4 104 -38 148 -32 34 -55 34 -81 1z'/%3E%3Cpath d='M4350 3228 c-19 -5 -56 -25 -81 -43 -32 -23 -50 -30 -57 -23 -6 6%0A-15 7 -21 4 -14 -9 -14 -43 0 -48 14 -5 -14 -64 -33 -70 -10 -4 -10 -8 -2 -19%0A6 -8 15 -36 19 -64 5 -38 15 -57 44 -86 106 -107 314 -53 377 97 18 43 18 128%0A0 162 -43 83 -143 120 -246 90z'/%3E%3Cpath d='M9275 3126 c-25 -25 -25 -55 2 -78 31 -26 74 42 52 84 -13 24 -25 23%0A-54 -6z'/%3E%3Cpath d='M4064 3079 c-10 -17 13 -36 27 -22 12 12 4 33 -11 33 -5 0 -12 -5%0A-16 -11z'/%3E%3Cpath d='M3971 2926 c-7 -8 -23 -17 -36 -20 -28 -7 -41 -42 -31 -81 9 -34 41%0A-32 76 5 15 17 33 30 39 30 20 0 36 47 21 65 -16 19 -54 20 -69 1z'/%3E%3Cpath d='M9910 2872 c-65 -32 -91 -132 -49 -186 26 -33 59 -33 97 -1 64 54 82%0A148 36 184 -32 25 -39 26 -84 3z'/%3E%3Cpath d='M2210 2860 c0 -5 4 -10 9 -10 6 0 13 5 16 10 3 6 -1 10 -9 10 -9 0%0A-16 -4 -16 -10z'/%3E%3Cpath d='M4015 2820 c3 -5 8 -10 11 -10 2 0 4 5 4 10 0 6 -5 10 -11 10 -5 0%0A-7 -4 -4 -10z'/%3E%3Cpath d='M4809 2809 c-26 -26 -21 -59 12 -78 24 -13 29 -13 53 2 28 19 36 63%0A14 85 -18 18 -56 14 -79 -9z'/%3E%3Cpath d='M3900 2770 c0 -5 7 -10 16 -10 8 0 12 5 9 10 -3 6 -10 10 -16 10 -5%0A0 -9 -4 -9 -10z'/%3E%3Cpath d='M4557 2674 c-51 -26 -67 -53 -67 -107 1 -113 126 -153 212 -67 32 32%0A38 44 38 80 0 34 -6 48 -34 76 -19 19 -43 34 -54 34 -11 0 -26 2 -34 5 -7 2%0A-35 -7 -61 -21z'/%3E%3Cpath d='M4092 2530 c-68 -63 -19 -163 72 -146 40 8 76 51 76 94 0 61 -100 96%0A-148 52z'/%3E%3Cpath d='M4353 2539 c-49 -18 -35 -89 17 -89 34 0 55 29 46 65 -7 26 -32 36%0A-63 24z'/%3E%3Cpath d='M3930 2525 c-16 -19 -5 -35 25 -35 24 0 35 16 28 38 -6 17 -38 15%0A-53 -3z'/%3E%3Cpath d='M7568 2489 c-55 -41 -27 -106 49 -115 51 -6 68 7 68 55 0 73 -59 103%0A-117 60z'/%3E%3Cpath d='M7815 2487 c-18 -14 -18 -15 1 -89 4 -17 -6 -36 -40 -76 -25 -30 -46%0A-60 -46 -69 0 -22 57 -101 116 -160 72 -72 120 -86 284 -78 118 6 128 5 169%0A-17 81 -42 93 -75 79 -213 -2 -25 1 -31 20 -33 27 -4 51 13 63 45 10 28 -18%0A144 -60 244 -66 158 -176 302 -281 369 -114 73 -259 110 -305 77z'/%3E%3Cpath d='M3130 2475 c-7 -8 -10 -22 -6 -30 8 -22 46 -1 46 25 0 24 -22 26 -40%0A5z'/%3E%3Cpath d='M3587 2484 c-14 -14 -7 -35 11 -32 9 2 17 10 17 17 0 16 -18 25 -28%0A15z'/%3E%3Cpath d='M5410 2395 c-14 -17 -5 -35 19 -35 22 0 45 25 36 40 -9 15 -41 12%0A-55 -5z'/%3E%3Cpath d='M6470 2345 c-10 -12 -9 -16 3 -21 17 -6 37 2 37 16 0 15 -29 19 -40%0A5z'/%3E%3Cpath d='M2875 2340 c-3 -5 1 -10 9 -10 9 0 16 5 16 10 0 6 -4 10 -9 10 -6 0%0A-13 -4 -16 -10z'/%3E%3Cpath d='M6413 2291 c-77 -36 -97 -120 -41 -173 29 -27 38 -30 81 -25 69 6%0A112 49 112 112 0 83 -72 123 -152 86z'/%3E%3Cpath d='M5785 2214 c-46 -17 -93 -58 -107 -94 -27 -69 3 -168 64 -212 24 -17%0A47 -23 84 -23 45 0 60 6 122 49 113 78 187 73 328 -20 133 -89 162 -131 174%0A-253 7 -64 12 -79 34 -98 29 -24 48 -22 84 10 28 26 28 68 1 93 -12 10 -70 91%0A-128 179 -58 88 -133 187 -166 220 -132 132 -353 199 -490 149z'/%3E%3Cpath d='M7566 2185 c-18 -17 -26 -34 -26 -57 1 -101 161 -227 220 -173 40 36%0A13 121 -66 205 -54 58 -86 64 -128 25z'/%3E%3Cpath d='M3255 2175 c-14 -13 -25 -31 -25 -40 0 -29 46 -65 85 -65 53 0 93 49%0A67 86 -14 20 -57 44 -80 44 -12 0 -34 -11 -47 -25z'/%3E%3Cpath d='M5233 2179 c-42 -12 -59 -42 -37 -63 29 -30 102 -16 123 22 20 37%0A-27 59 -86 41z'/%3E%3Cpath d='M4610 2095 c-30 -32 -18 -58 27 -63 54 -5 112 65 67 82 -34 13 -71 5%0A-94 -19z'/%3E%3Cpath d='M7427 1976 c-4 -9 -2 -18 3 -21 13 -8 41 6 37 19 -6 17 -34 19 -40 2z'/%3E%3Cpath d='M7235 1960 c-3 -5 -1 -10 4 -10 6 0 11 5 11 10 0 6 -2 10 -4 10 -3 0%0A-8 -4 -11 -10z'/%3E%3Cpath d='M6787 1954 c-14 -14 -7 -35 11 -32 9 2 17 10 17 17 0 16 -18 25 -28%0A15z'/%3E%3Cpath d='M3213 1933 c-23 -9 -15 -35 10 -31 12 2 22 9 22 17 0 16 -14 22 -32%0A14z'/%3E%3Cpath d='M3884 1906 c-24 -18 -11 -48 18 -44 14 2 24 11 26 24 4 26 -20 37%0A-44 20z'/%3E%3Cpath d='M5613 1754 c-3 -8 -1 -20 5 -26 16 -16 42 -2 42 22 0 24 -38 28 -47%0A4z'/%3E%3Cpath d='M4319 1597 c-44 -20 -59 -38 -59 -73 0 -66 79 -86 132 -34 24 25 29%0A36 23 58 -12 49 -51 69 -96 49z'/%3E%3Cpath d='M8468 1579 c-29 -16 -23 -73 8 -98 35 -28 60 -26 80 4 17 26 13 67%0A-8 92 -12 15 -56 16 -80 2z'/%3E%3Cpath d='M5137 1553 c-13 -12 -7 -33 8 -33 8 0 15 9 15 20 0 20 -11 26 -23 13z'/%3E%3Cpath d='M7915 1398 c-27 -21 -55 -73 -55 -103 0 -29 46 -65 83 -65 49 0 97%0A58 97 117 0 34 -8 46 -37 62 -32 16 -57 14 -88 -11z'/%3E%3Cpath d='M6678 1379 c-42 -24 -1 -109 52 -109 32 0 50 23 50 64 0 47 -56 72%0A-102 45z'/%3E%3Cpath d='M4888 1271 c-51 -17 -97 -52 -148 -112 -64 -77 -65 -86 -23 -150 33%0A-49 75 -63 167 -56 140 12 203 53 226 147 16 67 -6 132 -53 156 -36 19 -131%0A27 -169 15z'/%3E%3Cpath d='M9002 1148 c-16 -16 -15 -63 2 -77 10 -8 20 -6 40 10 36 28 33 73 -4%0A77 -14 2 -31 -3 -38 -10z'/%3E%3Cpath d='M8567 1103 c-13 -12 -7 -43 7 -43 16 0 46 26 46 41 0 10 -43 12 -53%0A2z'/%3E%3Cpath d='M8870 836 c0 -8 4 -17 8 -20 13 -8 35 11 28 23 -10 16 -36 14 -36 -3z'/%3E%3Cpath d='M8976 741 c-4 -7 -5 -15 -2 -18 9 -9 19 4 14 18 -4 11 -6 11 -12 0z'/%3E%3Cpath d='M7809 372 c-29 -24 -20 -57 13 -47 33 10 52 31 45 49 -8 21 -30 20%0A-58 -2z'/%3E%3Cpath d='M7914 296 c-79 -35 -144 -123 -144 -193 0 -74 56 -110 157 -100 100%0A10 153 67 153 162 0 105 -81 170 -166 131z'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat no-repeat;
background-position: center center;
background-size: cover;
    z-index: 110;
    transform: rotate(281deg);

}
#stoerer a{
    letter-spacing: -1px;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.1;
    z-index: 100;
    position: relative;
    top: 7.5em;
    text-decoration: none;
    display: block;
    transform: rotate(71deg);
}
#twelve-point-star a {
  color: #ffffff;
  padding-top: 1.5em;
	line-height: 1;
  font-size: 1.4em;
  z-index: 100;
  position: relative;
  top: 1.6em;
  text-decoration: none;
}
#twelve-point-star a span {
	font-weight: bold;
	font-size:1.2em;
}
.google{ text-align: center;}
.google img {max-width:20px; padding-right:5px;}
span.trust {
  font-size: .75em;
}
@media(max-width:767px) {
	.head h1 {
    font-size: 2.5rem;
}
	.box-head {
	position:relative;
	background:rgba(255,255,255,.85) ;
	max-width:90%;
		top:0;
		left:auto; 
		transform: none;
	border-radius:20px;
		margin:0 auto;
}
	.head-praem{
		position: relative;
		max-width: 80%;
    left: -5%;
    top: -20px;
		
	}
    .google {display: none;}
    .slide-down {
    display: block;
  width:90%;
    height:550px;
    z-index:1;
    overflow: hidden;
    position: absolute;
    top:-10%;
    left:8px;
}
    #stoerer{
        width: 200px;
    height: 200px;
        bottom:0;
		left:-2em;

    }
    #stoerer a{
            color: #ffffff;
    font-size: 1em;
    line-height: 1;
    z-index: 100;
    position: relative;
    top: 4.2em;
		left: -1em;
    text-decoration: none;
    display: block;
    transform: rotate(65deg);
		text-shadow:2px 2px 5px #333333;
    }
	.gradient-banner {padding:1em 0 6em 0;}
	.gradient-banner .container {
    position: relative;
    max-width: 90%;
}
	.heading .col-10, .col-md-11 {
	font-size:1em !important;
	}
	.quote i {
		top:-.3em;
		left:0;
	}
  #twelve-point-star {
    height: 100px;
    width: 100px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: -1em;
    bottom: 5em;
    right: 0;
    margin-top: auto;
    margin-left: auto;
    background-color: red ;
    -webkit-animation-name: stoerer;
    animation-name: stoerer;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 10;
  }
 
  #twelve-point-star a {
    color: #ffffff;
    padding-top: 2em;
    font-size: .9em;
    z-index: 100;
    position: relative;
    top: .8em;
    text-decoration: none;
  }
	#twelve-point-star a span{
    color: #ffffff;
    font-size: 1.1em;
  }
}
@-webkit-keyframes stoerer {
  0% {
    opacity: 0;
  }
  10% {
    opacity: .50;
    transform-origin: 50% 50%;
    transform: rotate(2deg) scale(5);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    transform: rotate(15deg) scale(1);
  }
}
#box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gradient-border {
  --borderWidth: 5px;
  background: #ffffff;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #585858, #e68a15, #f1af43, #3f3f3f, #333333, #585858, #e68a15, #f1af43);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  -webkit-animation: animatedgradient 5s ease alternate infinite;
  animation: animatedgradient 5s ease alternate infinite;
  background-size: 300% 300%;
}
@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.plus {
  position: absolute;
  color: #1176c1;
  right: -5.6em;
  bottom: 40%;
  z-index: 100;
}
@media (max-width:767px) {
  .plus {
    bottom: -4.5em;
    right: 25%;
  }
}
.container.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
  margin: 0 auto;
}
.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile {
  position: relative;
}
.tile i {
  position: absolute;
  bottom: .1em;
  right: .1em;
  opacity: .4;
  font-size: 5em;
}
.tile:nth-child(1) {
  grid-column: span 4;
  grid-row: span 1;
}
.tile:nth-child(2), .tile:nth-child(3) {
  grid-column: span 2;
}
.tile:nth-child(4), .tile:nth-child(5) {
  grid-column: span 2;
}
.tile:nth-child(6), .tile:nth-child(7) {
  grid-column: span 3;
  grid-row: span 1;
}
@media screen and (max-width: 650px) {
  .container.grid {
    display: block;
  }
  .tile {
    margin-bottom: 1rem;
  }
}
.divider {
	display: flex;
  width: 100%;
  min-height: 250px;
  justify-content: center;
  align-items: center;
  background: radial-gradient(rgba(0, 74, 125, 0.5), rgba(0, 74, 125, 0.9)), url("../img/AdobeStock_253025778_Preview.png") center center no-repeat;
	background-blend-mode: multiply;
  background-size: cover;
  overflow-x: hidden;
}
.divider h2 {
  color: #ffffff !important;
  text-align: left;
  margin-top: 0;
	align-self: center;
}
.divider .container {

  color: #ffffff !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
display: block;
  justify-content: center;
  align-items: center;
}
.divider h1 {color:#ffffff;
}

.foot {
  background-color: #124d7d;
  padding: 1em 0 .5em 0;color:#ffffff;
}
.impressum {
  list-style-type: none;
  font-size: .8em;
  padding-left: 0;
  margin-bottom: 0;
}
.impressum li {
  display: inline;
  padding: 0 .5em;
}
.impressum li:first-child {
  padding-left: 0;
}
.impressum li a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
.impressum li a:hover {
  text-decoration: underline;
}
.impressum li::before {
	content:"";
	margin-left:0;
	padding-right:0;
}
.copy {
  font-size: .6em;
  color: #ffffff;
  line-height: 1.3em;
}
.postit {
	margin:0 auto 20px auto;
  width:95%;
  height:auto;
  padding:45px 15px 25px 15px;
  background: #fefabc linear-gradient(150deg, #efec88 0%, #fefabc 100%);
  border: 1px solid #cccccc;
box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
transform:rotate(4deg);
	border-bottom-right-radius:60px 5px;
	font-size:.7em;
}
.postit h4 {
	font-size:1.1em;
	text-align:center;
	margin-bottom:.3em;
}
.postit a {
	font-weight:400;
text-align: center;
	line-height:1em;
  margin: 0.5em 0;
}
.postit::before {
  content: "";
  background-color: rgba(0,0,0,0.025);
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0;
  height: 40px;
  z-index: -1;
}
.postit::before {
  background: #318ddb radial-gradient(at 8px 8px, rgba(255,255,255,0), rgba(0,0,0,0.5));
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: calc(50% - 12px);
  box-shadow: 4px 4px 3px rgba(0,0,0,0.5);
}

.postit:hover {
	transform:scale(1.2);
}
.inline-pic .small {font-size:.65em !important;}

 .divider .card {
  margin: 0 auto;
  display: inline-block;
  margin-right: 30px;
  transform: scale(0);
  width: 40%;
  text-align: center;
  position: relative;
  transition: all 0.2s;
  opacity: 1;
  box-shadow: 0px 17px 46px -10px #777777;
  height: 100%;
  border-radius: 14px;
}
.divider .card:nth-of-type(1) {
  -webkit-animation: intro 1s 0.1s forwards;
          animation: intro 1s 0.1s forwards;
}
 .divider .card:nth-of-type(2) {
  -webkit-animation: intro 1s 0.2s forwards;
          animation: intro 1s 0.2s forwards;
}
 .divider .card:nth-of-type(3) {
  -webkit-animation: intro 1s 0.3s forwards;
          animation: intro 1s 0.3s forwards;
}
 .divider .card:nth-of-type(1) {
  background: -webkit-linear-gradient(45deg, #841006 0%, #f7b695 100%);
}
 .divider .card:nth-of-type(2) {
  background: -webkit-linear-gradient(45deg, #134a73 0%, #89BFDF 100%);
}
 .divider .card:nth-of-type(3) {
  background: -webkit-linear-gradient(45deg, #81B77B 0%, #A3E3C3 100%);
}
 .divider .card:hover .card_inner__header img {
  left: -50px;
  transition: all 3.4s linear;
}

 .divider .card:nth-of-type(1):hover .card_inner__circle i {
 -webkit-animation: spin 1s forwards;
          animation: spin 1s forwards;
}
 .divider .card:nth-of-type(1) .card_inner__circle i {
  top: 22px;
  left: 1px;
}
 .divider .card:nth-of-type(2):hover .card_inner__circle i {
  -webkit-animation: spin 1s forwards;
          animation: spin 1s forwards;
}
 .divider .card:nth-of-type(2) .card_inner__circle i {
  top: 22px;
}

 .divider .card_inner__circle {
  overflow: hidden;
  width: 70px;
  position: absolute;
  background: #F1F0ED;
  z-index: 10;
  height: 70px;
  border-radius: 100px;
  left: 0;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.28);
  right: 0;
  margin: auto;
  border: 4px solid white;
  top: 140px;
}
 .divider .card_inner__circle i {
  height: 26px;
  position: relative;
  top: 17px;
  transition: all 0.2s;
	 font-size:1.5em;
	 color:#841006;
}
.divider .card:nth-of-type(2) .card_inner__circle i {
	top:15px;
	color:#134a73;
}
 .divider .card_inner__header {
  height: 180px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  overflow: hidden;
}
 .divider .card_inner__header img {
  width: 120%;
  position: relative;
  top: -47px;
  left: 0;
  transition: all 0.1s linear;
}
 .divider .card_inner__content {
  padding: 20px;
}
 .divider .card_inner__content .price {
  color: white;
  font-weight: 800;
  font-size: 70px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
}
.divider  .card_inner__content .text {
  color: rgba(255, 255, 255, 1);
  font-weight: 100;
  margin-top: 20px;
  font-size: 1em;
}
 .divider .card_inner__content .title {
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
  margin-top: 40px;
  font-size: 25px;
  letter-spacing: 1px;
}
.quotewrapper{
	margin-top:-2em;
	text-align: center;
	max-width: 100%;
	position: relative;
	display: block;
	filter: drop-shadow(-1px 10px 7px rgba(0, 74, 125, 0.5));	
}
.quote_path {
	margin:0 auto;
	max-width: 90%;
	background: #ffffff;
	clip-path: polygon(0 24%, 94% 15%, 100% 74%, 45% 70%, 42% 84%, 23% 68%, 3% 64%);

}
.quote_path h2 {font-size:30px; margin:0; padding: 4em 3em 5em 3em;}
.divider h1 {
  color: #b4221f !important;
  text-align: left;
}
@media (max-width:767px){
	.quote_path h2 {
    font-size: 14px;
    margin: 0;
    padding: 4em 3em 5em 3em;
}
	.mm-top {margin-top:1em !important;}
	.divider {padding: 3em 0;}
	.divider .card {
		width:90%;
		height:auto;
		margin:0 auto;
	}
	.speech-bubble{font-size:1.2em; max-width: 90%;}
	.speech-bubble .before {
    transform: rotate(48deg) skewX(75deg);
}
}

@-webkit-keyframes launch {
  0% {
    left: 1px;
  }
  25% {
    top: -50px;
    left: 1px;
  }
  50% {
    left: -100px;
  }
  75% {
    top: 100px;
    transform: rotate(40deg);
  }
  100% {
    left: 1px;
  }
}

@keyframes launch {
  0% {
    left: 1px;
  }
  25% {
    top: -50px;
    left: 1px;
  }
  50% {
    left: -100px;
  }
  75% {
    top: 100px;
    transform: rotate(40deg);
  }
  100% {
    left: 1px;
  }
}
@-webkit-keyframes fly {
  0% {
    left: 0px;
  }
  25% {
    top: -50px;
    left: 50px;
  }
  50% {
    left: -130px;
  }
  75% {
    top: 60px;
  }
  100% {
    left: 0px;
  }
}
@keyframes fly {
  0% {
    left: 0px;
  }
  25% {
    top: -50px;
    left: 50px;
  }
  50% {
    left: -130px;
  }
  75% {
    top: 60px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@-webkit-keyframes intro {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.06);


  }
  50% {
    transform: scale(0.965);
  }
  75% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes intro {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.06);
  }
  50% {
    transform: scale(0.965);
  }
  75% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}


@media (max-width:767px){
	#sieben .fa-solid {color:#e6a700;
	    margin-top: 0.2em;
    margin-bottom: 0.2em;
    }}
.mw-200 {
    max-width: 200px;
}
.bg-dark {
    background:#004a7d !important; color:#333333;
    font-weight: 600;
}
/* inViewport */
#arrow {
      width: 200px;
    height: 200px;
    margin: 0 auto;
    transform: rotate(267deg);
    position: absolute;
    right: -5em;
    top: -4.5em;
    fill: none;
    z-index:10;
}
.is-inViewport {
    width: 250px;
min-height: 54px;
    position: absolute;
    right:0;
    bottom:0;
}
.is-inViewport .draw-arrow {
  stroke-width: 5;
  stroke: #f58023;
  fill: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: draw;
          animation-name: draw;
}
svg .draw-arrow.tail-1 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
svg .draw-arrow.tail-2 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
		@media only screen and (max-width: 767px){
			
	#arrow {
        width: 100px;
    height: 100px;
    margin: 0 auto;
    transform: rotate(10deg);
    position: absolute;
    bottom: -1em;
    top: auto;
    right: auto;
    left: -6em;
    fill: none;
}
}
.bg1 {
    background-color:#6cc6ca;
    color:#ffffff;
    font-size:1em;
    padding:.5em 0;
    text-align:center;
}
.bg2 {
    background-color:#9ac760;
    color:#ffffff;
    font-size:1em;
    padding:.5em 0;
    text-align:center;
}
.bg3 {
    background-color:#ef7a02;
    color:#ffffff;
    font-size:1em;
    padding:.5em 0;
    text-align:center;
}
.bg4 {
    background-color:#6d93cb;
    color:#ffffff;
    font-size:1em;
    padding:.5em 0;
    text-align:center;
}
.bg5 {
    background-color:#ffee00;
    color:#333333;
    font-size:1em;
    padding:.5em 0;
    text-align:center;
}
.bg6 {
    background-color:#00a1a9;
    color:#ffffff;
    font-size:1em;
    padding:.5em 0;
    text-align:center;
}
.bg7 {
    background-color:#bd7bb5;
    color:#ffffff;
    font-size:1em;
    padding:.5em 0;
    text-align:center;
}
.css-houdini {
	height: 100%;
	padding: 0;
	width: 100%;
}

.circles {
	--colors: #00497c, #e1bfa2, #ab7a66, #d2870c, #ce8651, #89543d, #faf3e3, #4d908e, #577590, #277da1;
	--min-radius: 20;
	--max-radius: 100;
	--num-circles: 130;
	--min-opacity: 10;
	--max-opacity: 50;
	--seed: 70;

	background-image: paint(circles);
	
	transition: --num-circles 0.5s ease-in-out;
}

/*.circles:hover {
	--num-circles: 10;
}*/

@property --num-circles {
    syntax: '<number>';
    initial-value: 5;
    inherits: false;
}
