@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

header, section, footer, aside, nav, article, figure {
  display: block;
  margin: 0px;
  padding: 0px;
}

html {
  color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

body {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #000;
  font-family: axia, sans-serif;
}

p {
  margin-bottom: 15px;
  font-family: axia, sans-serif;
}
p b, p strong {
  font-family: axia, sans-serif;
  font-weight: 700;
  font-style: normal;
}
p i, p em {
  font-family: axia, sans-serif;
  font-style: italic;
}

a {
  color: #000;
  text-decoration: underline;
  transition: all ease-in-out 125ms;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
a.more {
  color: #318dde;
}
a.more:before {
  content: "» ";
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: hwt-artz, sans-serif;
}
h1.arrow-left,
h2.arrow-left,
h3.arrow-left,
h4.arrow-left,
h5.arrow-left {
  margin-bottom: 0;
}
h1.arrow-left:before,
h2.arrow-left:before,
h3.arrow-left:before,
h4.arrow-left:before,
h5.arrow-left:before {
  vertical-align: middle;
  horiz-align: left;
  font-family: "dashicons", sans-serif;
  content: "";
  font-size: 60px;
  position: relative;
  left: -20px;
  margin-right: -20px;
  line-height: 1;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background {
  padding: 20px;
}

h1 {
  font-size: 50px;
  color: #318dde;
}
@media screen and (max-width: 769px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 700;
  color: #318dde;
}
@media screen and (max-width: 769px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
  color: #83c333;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  overflow-x: hidden;
}

.wrapper {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  transition: padding 0.2s ease-in-out;
}
.wrapper--small {
  max-width: 960px;
}
.wrapper--no-margin {
  margin-bottom: 0;
  margin-top: 0;
}
.wrapper--no-padding {
  padding-left: 0;
  padding-right: 0;
}
.wrapper--full {
  margin: 0;
}
.wrapper--content {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 991px) {
  .wrapper--content {
    max-width: 1160px;
  }
}

.video-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.video-wrapper:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.video-wrapper figure,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-wrapper figure img,
.video-wrapper iframe img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 991px) {
  .alignleft {
    float: left;
    margin: 0 15px rhythm(0.5) 0;
  }
}

@media screen and (min-width: 991px) {
  .alignright {
    float: right;
    margin: 0 0 rhythm(0.5) 15px;
  }
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.hide-for-desktop {
  display: none;
}
@media screen and (min-width: 991px) {
  .hide-for-desktop {
    display: inline-block;
  }
}

@media screen and (min-width: 991px) {
  .hide-for-mobile {
    display: none !important;
  }
}

figure img {
  display: block;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 991px) {
  figure.alignleft {
    float: left;
    margin: 0 5px 0 0;
  }
  figure.alignright {
    float: right;
    margin: 0 0 0 5px;
  }
}

img:not([src]) {
  visibility: hidden;
}

body.logged-in .login-url {
  display: none !important;
}
body.logged-in .is-logged-in {
  display: inline-block !important;
}
body .is-logged-in {
  display: none !important;
}

.mini-cal {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: Verdana, sans-serif;
  padding-bottom: 1.2em;
  background: #fff;
  color: #000;
}
.mini-cal #calTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.12em;
  text-align: center;
  padding: 0.8em 1em 0.4em;
  font-weight: 600;
}
.mini-cal #calTitle button {
  outline: none;
  display: block;
  border: none;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 60px;
  border-radius: 0;
}
.mini-cal #calTitle button svg {
  width: 30px;
  height: 30px;
  fill: #000;
}
.mini-cal #calThead, .mini-cal #calTbody {
  display: flex;
  flex-wrap: wrap;
  padding: 0.1em;
}
.mini-cal #calThead {
  color: rgba(0, 0, 0, 0.75);
  margin: 0.4em 20px 0 20px;
  align-items: center;
  text-align: center;
  font-size: 0.88em;
}
.mini-cal #calThead > div, .mini-cal #calTbody .a-date {
  box-sizing: border-box;
  flex: 1;
  min-width: calc(100% / 7);
  max-width: calc(100% / 7);
  width: calc(100% / 7);
  text-align: center;
  padding: 0;
}
.mini-cal #calThead > div {
  font-size: 1.1em;
  padding: 0.2em 0.2em;
}
.mini-cal #calTbody {
  color: #000;
  margin: 0 20px;
}
@media screen and (max-width: 769px) {
  .mini-cal #calTbody {
    margin: 0 0;
  }
}
.mini-cal #calTbody .a-date > span {
  display: block;
  font-size: 1em;
}
.mini-cal #calTbody .a-date {
  cursor: default;
  position: relative;
  background-color: transparent;
  color: inherit;
  padding: 10px 15px 30px;
  border: 2px solid transparent;
  border-radius: 4px;
  outline: none;
  font-size: 18px;
}
.mini-cal #calTbody .a-date.event {
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .mini-cal #calTbody .a-date {
    padding: 5px 8px 20px;
    font-size: 16px;
  }
}
.mini-cal #calTbody .a-date.blurred {
  opacity: 0.3;
  pointer-events: none;
}
.mini-cal #calTbody .a-date.event:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: auto;
  background-color: #3171aa;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
@media screen and (max-width: 769px) {
  .mini-cal #calTbody .a-date.event:after {
    width: 8px;
    height: 8px;
    bottom: 7px;
  }
}
.mini-cal #calTbody .a-date.current {
  border: 2px #3171aa solid;
  outline: 0;
}
.mini-cal #calTbody .a-date.focused,
.mini-cal #calTbody .a-date:active {
  background: #3171aa;
  color: #fff;
}
.mini-cal #calTbody .a-date.focused:after,
.mini-cal #calTbody .a-date:active:after {
  background-color: #fff;
}
.mini-cal #calTbody .a-date.current.event.focused {
  background-color: #3171aa;
  color: #fff;
}
.mini-cal #calTFooter {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 0 1em;
  margin-top: 0.5em;
}
.mini-cal #calTFooter #calLink {
  display: inline-block;
  flex-shrink: 0;
  padding: 8px 14px;
  text-decoration: none;
  background-color: #3171aa;
  color: #fff;
  font-family: hwt-artz, sans-serif;
  border: 2px solid #3171aa;
}
.mini-cal #calTFooter #calLink[href=""], .mini-cal #calTFooter #calLink[href="#"] {
  display: none;
}
.mini-cal #calTFooter #calLink:hover {
  border: 2px solid #3171aa;
  background-color: #fff;
  color: #3171aa;
}
.mini-cal #calTFooter #eventTitle {
  margin: 0 0.1em 0 0;
  padding: 12px 0;
  white-space: nowrap;
  line-height: 1;
  font-weight: 700;
  text-overflow: ellipsis;
  color: #3171aa;
  font-family: axia, sans-serif;
}

.header {
  background-color: #fcc32c;
  padding-bottom: 30px;
  overflow-x: hidden;
}
.header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.home .header .wrapper:before {
  top: 90px;
  left: -100px;
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='271px' height='270px' viewBox='0 0 271 270' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='quote_school' transform='translate(0.427838, 0.027945)' fill-rule='nonzero'%3E%3Cg id='Group'%3E%3Cpath d='M157.172162,268.072055 C230.672162,255.772055 280.272162,186.272055 267.972162,112.772055 C255.672162,39.1720545 186.172162,-10.4279455 112.672162,1.87205451 C39.1721624,14.1720545 -10.4278376,83.7720545 1.87216244,157.272055 C14.1721624,230.772055 83.6721624,280.372055 157.172162,268.072055' id='Path' fill='%232792CC'%3E%3C/path%3E%3Cpath d='M200.872162,77.3720545 C201.772162,77.1720545 201.972162,77.1720545 201.672162,75.1720545 C201.272162,72.7720545 201.072162,72.6720545 199.372162,72.9720545 L198.072162,73.1720545 C197.572162,73.2720545 196.872162,73.3720545 197.072162,74.3720545 L197.472162,76.9720545 C197.672162,77.9720545 198.372162,77.8720545 198.772162,77.7720545 L200.872162,77.3720545 Z M195.472162,59.5720545 C194.472162,59.7720545 194.572162,60.4720545 194.672162,61.2720545 C195.172162,63.9720545 195.972162,66.0720545 196.672162,69.3720545 C196.672162,69.5720545 196.772162,69.7720545 196.772162,70.0720545 C197.172162,71.8720545 197.272162,72.0720545 198.372162,71.8720545 L199.272162,71.6720545 C200.372162,71.4720545 200.372162,71.2720545 200.172162,69.3720545 C200.172162,69.1720545 200.072162,68.9720545 200.072162,68.7720545 C199.672162,65.4720545 199.772162,63.1720545 199.272162,60.4720545 C199.172162,59.6720545 198.972162,58.9720545 197.972162,59.0720545 L195.472162,59.5720545 Z M192.672162,75.0720545 C191.872162,75.1720545 191.772162,74.3720545 191.672162,73.7720545 L189.872162,62.7720545 C189.672162,61.7720545 189.572162,60.7720545 187.972162,60.9720545 L186.672162,61.1720545 C185.172162,61.4720545 185.272162,62.4720545 185.472162,63.4720545 L187.872162,77.5720545 C188.072162,78.5720545 188.172162,79.6720545 189.772162,79.3720545 L195.572162,78.3720545 C197.072162,78.0720545 196.972162,77.0720545 196.772162,76.0720545 L196.672162,75.7720545 C196.572162,74.9720545 196.272162,74.4720545 195.272162,74.6720545 C194.672162,74.6720545 193.972162,74.7720545 192.672162,75.0720545 M179.172162,65.8720545 C180.472162,65.6720545 180.572162,66.4720545 180.672162,67.0720545 L182.072162,75.1720545 C182.172162,75.9720545 182.372162,76.9720545 181.072162,77.1720545 C179.772162,77.3720545 179.572162,76.3720545 179.472162,75.5720545 L178.072162,67.4720545 C177.972162,66.8720545 177.872162,66.0720545 179.172162,65.8720545 M174.472162,72.4720545 C174.572162,73.1720545 174.672162,73.8720545 174.772162,74.5720545 C175.472162,78.6720545 176.372162,81.6720545 181.772162,80.7720545 C186.672162,79.9720545 186.872162,76.8720545 186.172162,72.8720545 C185.972162,71.4720545 185.572162,69.9720545 185.372162,68.4720545 C184.672162,64.3720545 183.872162,61.4720545 178.672162,62.3720545 C173.272162,63.2720545 173.372162,66.3720545 174.072162,70.4720545 C174.172162,71.0720545 174.372162,71.7720545 174.472162,72.4720545 M167.072162,67.9720545 C168.372162,67.7720545 168.472162,68.5720545 168.572162,69.1720545 L169.872162,77.2720545 C169.972162,78.0720545 170.172162,79.0720545 168.872162,79.2720545 C167.572162,79.4720545 167.372162,78.4720545 167.272162,77.6720545 L165.872162,69.5720545 C165.972162,68.8720545 165.772162,68.1720545 167.072162,67.9720545 M162.372162,74.4720545 C162.472162,75.1720545 162.572162,75.8720545 162.672162,76.5720545 C163.372162,80.6720545 164.272162,83.6720545 169.672162,82.7720545 C174.572162,81.9720545 174.772162,78.8720545 174.072162,74.8720545 C173.872162,73.4720545 173.472162,71.9720545 173.272162,70.4720545 C172.572162,66.3720545 171.772162,63.4720545 166.572162,64.3720545 C161.172162,65.2720545 161.272162,68.3720545 161.972162,72.4720545 C162.172162,73.0720545 162.272162,73.7720545 162.372162,74.4720545 M153.172162,68.7720545 C152.972162,67.7720545 152.872162,66.6720545 151.272162,66.9720545 L149.972162,67.1720545 C148.472162,67.4720545 148.572162,68.4720545 148.772162,69.4720545 L151.172162,83.5720545 C151.372162,84.5720545 151.472162,85.5720545 153.072162,85.3720545 L154.372162,85.1720545 C155.872162,84.8720545 155.772162,83.8720545 155.572162,82.8720545 L154.972162,79.0720545 L154.872162,78.5720545 C154.672162,77.2720545 154.972162,77.1720545 155.772162,77.0720545 L156.072162,77.0720545 C157.372162,76.8720545 157.472162,76.9720545 157.772162,78.6720545 L158.372162,82.4720545 C158.572162,83.4720545 158.672162,84.4720545 160.272162,84.2720545 L161.572162,83.9720545 C163.072162,83.6720545 162.972162,82.6720545 162.772162,81.6720545 L160.372162,67.5720545 C160.172162,66.5720545 160.072162,65.5720545 158.472162,65.7720545 L157.172162,65.9720545 C155.672162,66.2720545 155.772162,67.2720545 155.972162,68.2720545 L156.472162,71.5720545 C156.672162,72.8720545 156.672162,72.8720545 155.272162,73.1720545 C153.872162,73.3720545 153.872162,73.3720545 153.672162,71.9720545 L153.172162,68.7720545 Z M140.272162,77.9720545 C141.572162,85.7720545 146.072162,86.7720545 149.672162,86.1720545 C150.272162,86.0720545 150.572162,85.6720545 150.472162,85.0720545 L150.172162,83.3720545 C150.172162,83.0720545 149.972162,82.1720545 148.972162,82.3720545 C148.372162,82.4720545 148.372162,82.4720545 148.072162,82.5720545 C145.772162,82.9720545 144.972162,78.1720545 144.772162,77.3720545 C144.572162,76.4720545 143.872162,71.9720545 146.272162,71.5720545 C146.572162,71.5720545 146.572162,71.5720545 147.072162,71.4720545 C148.072162,71.2720545 147.972162,70.9720545 147.972162,70.6720545 L147.572162,68.3720545 C147.472162,67.8720545 147.072162,67.5720545 146.472162,67.6720545 C143.072162,68.2720545 139.072162,70.6720545 140.272162,77.9720545 M129.772162,76.0720545 C130.172162,78.1720545 131.472162,79.0720545 134.172162,80.9720545 C135.972162,82.2720545 136.072162,82.6720545 136.172162,83.2720545 C136.272162,84.0720545 135.472162,84.7720545 134.672162,84.8720545 C133.172162,85.0720545 132.572162,84.8720545 131.872162,84.9720545 C131.172162,85.0720545 130.972162,85.4720545 131.072162,85.7720545 L131.372162,87.7720545 C131.572162,88.7720545 133.472162,88.8720545 135.372162,88.5720545 C136.172162,88.4720545 137.172162,88.1720545 137.772162,87.8720545 C138.272162,87.6720545 139.572162,86.8720545 140.172162,85.4720545 C140.672162,84.3720545 140.472162,83.2720545 140.272162,82.0720545 C139.972162,79.9720545 138.972162,78.2720545 135.572162,76.2720545 C134.472162,75.5720545 134.172162,75.2720545 133.972162,74.4720545 C133.872162,73.6720545 134.272162,73.3720545 134.872162,73.2720545 C135.572162,73.1720545 136.572162,73.2720545 136.972162,73.1720545 L137.172162,73.1720545 C138.072162,73.0720545 138.072162,72.5720545 137.972162,72.2720545 L137.672162,70.2720545 C137.572162,69.5720545 136.072162,69.3720545 133.972162,69.7720545 C132.172162,70.0720545 128.972162,70.9720545 129.772162,76.0720545 M117.872162,76.1720545 C119.172162,75.9720545 119.272162,76.7720545 119.372162,77.3720545 L120.672162,85.4720545 C120.772162,86.2720545 120.972162,87.2720545 119.672162,87.4720545 C118.372162,87.6720545 118.172162,86.6720545 118.072162,85.8720545 L116.672162,77.7720545 C116.672162,77.1720545 116.572162,76.3720545 117.872162,76.1720545 M113.172162,82.7720545 C113.272162,83.4720545 113.372162,84.1720545 113.472162,84.8720545 C114.172162,88.9720545 115.072162,91.9720545 120.472162,91.0720545 C125.372162,90.2720545 125.572162,87.1720545 124.872162,83.1720545 C124.672162,81.7720545 124.272162,80.2720545 124.072162,78.7720545 C123.372162,74.6720545 122.572162,71.7720545 117.372162,72.6720545 C111.972162,73.5720545 112.072162,76.6720545 112.772162,80.7720545 C112.872162,81.3720545 113.072162,82.0720545 113.172162,82.7720545 M109.172162,78.5720545 C109.072162,77.9720545 109.072162,77.7720545 109.772162,77.6720545 C110.072162,77.5720545 110.272162,77.5720545 110.472162,77.5720545 C111.072162,77.4720545 111.572162,77.2720545 111.472162,76.6720545 L111.072162,74.4720545 C110.972162,73.9720545 110.372162,73.7720545 109.772162,73.8720545 L102.672162,75.0720545 C102.072162,75.1720545 101.472162,75.5720545 101.572162,76.0720545 L101.972162,78.2720545 C102.072162,78.8720545 102.572162,78.8720545 103.272162,78.7720545 C103.572162,78.6720545 103.872162,78.6720545 103.972162,78.5720545 C104.472162,78.4720545 104.672162,78.5720545 104.772162,79.2720545 L106.772162,90.9720545 C106.972162,91.9720545 107.072162,92.9720545 108.672162,92.7720545 L109.972162,92.5720545 C111.372162,92.3720545 111.272162,91.4720545 111.172162,90.4720545 L109.172162,78.5720545 Z M93.6721624,85.4720545 C93.4721624,85.0720545 93.2721624,84.9720545 93.2721624,84.8720545 C93.2721624,84.6720545 94.8721624,80.2720545 95.3721624,78.4720545 C95.5721624,77.7720545 95.6721624,77.3720545 95.5721624,77.0720545 C95.4721624,76.3720545 94.7721624,76.4720545 93.8721624,76.5720545 L92.3721624,76.7720545 C91.0721624,76.9720545 91.1721624,77.9720545 90.6721624,80.0720545 C90.4721624,80.7720545 90.2721624,83.8720545 89.5721624,83.9720545 C89.4721624,83.9720545 89.4721624,83.9720545 88.6721624,79.4720545 C88.4721624,78.4720545 88.3721624,77.4720545 86.7721624,77.6720545 L85.4721624,77.8720545 C83.9721624,78.1720545 84.0721624,79.1720545 84.2721624,80.1720545 L86.6721624,94.2720545 C86.8721624,95.2720545 86.9721624,96.2720545 88.5721624,96.0720545 L89.8721624,95.8720545 C91.3721624,95.5720545 91.2721624,94.5720545 91.0721624,93.5720545 L90.4721624,89.7720545 C90.3721624,89.3720545 90.2721624,88.8720545 90.1721624,88.5720545 C90.0721624,88.2720545 90.1721624,87.9720545 90.2721624,87.9720545 C90.9721624,87.8720545 91.8721624,90.0720545 93.5721624,93.2720545 C94.3721624,94.8720545 94.5721624,95.1720545 96.1721624,94.8720545 L97.4721624,94.6720545 C98.3721624,94.4720545 98.7721624,94.1720545 98.6721624,93.6720545 C98.3721624,92.4720545 94.0721624,86.0720545 93.6721624,85.4720545 M75.7721624,88.7720545 C77.0721624,96.5720545 81.5721624,97.5720545 85.2721624,96.9720545 C85.8721624,96.8720545 86.1721624,96.4720545 86.0721624,95.8720545 L85.7721624,94.1720545 C85.7721624,93.8720545 85.5721624,92.9720545 84.5721624,93.1720545 C83.9721624,93.2720545 83.9721624,93.2720545 83.6721624,93.3720545 C81.3721624,93.7720545 80.5721624,88.9720545 80.3721624,88.1720545 C80.1721624,87.2720545 79.4721624,82.7720545 81.8721624,82.3720545 C82.1721624,82.3720545 82.1721624,82.3720545 82.6721624,82.2720545 C83.6721624,82.0720545 83.5721624,81.7720545 83.5721624,81.4720545 L83.1721624,79.1720545 C83.0721624,78.6720545 82.6721624,78.3720545 82.0721624,78.4720545 C78.4721624,79.0720545 74.5721624,81.4720545 75.7721624,88.7720545 M68.3721624,90.8720545 C68.1721624,88.2720545 67.8721624,85.1720545 68.3721624,85.0720545 C68.9721624,84.9720545 69.5721624,88.0720545 70.2721624,90.4720545 C70.3721624,90.6720545 70.3721624,90.7720545 70.3721624,90.8720545 C70.4721624,91.2720545 70.2721624,91.2720545 69.4721624,91.4720545 C68.6721624,91.5720545 68.4721624,91.6720545 68.3721624,91.2720545 C68.3721624,91.1720545 68.3721624,91.0720545 68.3721624,90.8720545 M71.7721624,82.3720545 C71.2721624,81.1720545 70.6721624,80.4720545 69.6721624,80.5720545 L65.7721624,81.2720545 C64.7721624,81.4720545 64.3721624,82.2720545 64.3721624,83.5720545 C64.3721624,95.8720545 63.9721624,97.3720545 64.2721624,98.8720545 C64.4721624,100.072055 65.2721624,99.9720545 66.5721624,99.7720545 L67.7721624,99.5720545 C69.2721624,99.2720545 68.0721624,95.5720545 69.0721624,95.3720545 L71.0721624,95.0720545 C72.0721624,94.8720545 71.9721624,98.8720545 73.5721624,98.5720545 L74.9721624,98.3720545 C76.4721624,98.1720545 77.1721624,97.8720545 76.9721624,96.6720545 C76.7721624,95.2720545 75.2721624,92.6720545 71.7721624,82.3720545 M56.2721624,93.3720545 C57.6721624,93.1720545 57.8721624,94.2720545 58.0721624,95.3720545 C58.2721624,96.5720545 58.3721624,97.6720545 57.0721624,97.8720545 C55.6721624,98.0720545 55.5721624,97.3720545 55.2721624,95.7720545 C54.9721624,94.2720545 54.8721624,93.5720545 56.2721624,93.3720545 M55.0721624,86.6720545 C56.0721624,86.4720545 56.4721624,87.2720545 56.6721624,88.1720545 C56.8721624,89.0720545 56.6721624,89.9720545 55.6721624,90.0720545 C54.3721624,90.2720545 54.2721624,89.8720545 54.0721624,88.5720545 C53.8721624,87.3720545 53.7721624,86.8720545 55.0721624,86.6720545 M59.6721624,90.8720545 C60.9721624,89.8720545 61.2721624,88.2720545 61.0721624,86.7720545 C60.6721624,84.3720545 59.1721624,82.3720545 55.8721624,82.9720545 L50.3721624,83.8720545 C48.8721624,84.1720545 48.9721624,85.1720545 49.1721624,86.1720545 L51.5721624,100.272055 C51.7721624,101.272055 51.8721624,102.272055 53.4721624,102.072055 L59.1721624,101.072055 C60.8721624,100.772055 61.8721624,100.572055 62.7721624,98.0720545 C63.0721624,97.1720545 63.1721624,96.1720545 62.9721624,95.1720545 C62.6721624,93.3720545 61.6721624,91.4720545 59.6721624,91.1720545 C59.5721624,91.1720545 59.5721624,91.0720545 59.5721624,91.0720545 C59.5721624,90.9720545 59.5721624,90.9720545 59.6721624,90.8720545' id='Shape' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M184.572162,102.972055 L178.072162,93.5720545 C177.372162,92.4720545 176.872162,92.4720545 175.672162,92.6720545 L173.672162,92.9720545 C171.472162,93.3720545 171.672162,94.8720545 171.972162,96.2720545 L175.372162,116.672055 C175.572162,118.172055 175.872162,119.672055 178.072162,119.272055 L179.972162,118.972055 C182.172162,118.572055 181.972162,117.072055 181.672162,115.672055 L180.072162,106.272055 C180.072162,106.072055 180.072162,105.872055 180.172162,105.872055 C180.272162,105.872055 180.372162,105.972055 180.572162,106.172055 L187.272162,116.072055 C187.972162,117.072055 188.372162,117.672055 191.672162,117.072055 C193.872162,116.672055 193.672162,115.172055 193.372162,113.772055 L189.972162,93.3720545 C189.772162,91.8720545 189.472162,90.3720545 187.272162,90.7720545 L185.372162,91.0720545 C183.172162,91.4720545 183.372162,92.9720545 183.672162,94.3720545 L185.072162,102.872055 C185.072162,103.172055 185.072162,103.272055 184.972162,103.272055 C184.872162,103.272055 184.772162,103.172055 184.572162,102.972055 M165.872162,111.672055 C165.672162,110.472055 165.572162,109.972055 166.772162,109.772055 C167.572162,109.672055 168.772162,109.472055 170.672162,109.172055 C171.572162,108.972055 172.372162,108.772055 172.172162,107.672055 L171.772162,105.272055 C171.672162,104.872055 171.372162,103.572055 170.072162,103.772055 C169.172162,103.872055 168.872162,104.072055 166.572162,104.472055 C164.772162,104.772055 164.572162,104.172055 164.172162,101.772055 C163.972162,100.572055 163.872162,99.8720545 165.872162,99.4720545 C166.772162,99.2720545 167.972162,99.1720545 169.372162,98.9720545 C170.272162,98.7720545 171.072162,98.6720545 170.872162,97.7720545 L170.372162,94.6720545 C170.272162,93.9720545 169.372162,93.6720545 168.472162,93.8720545 L158.972162,95.4720545 C156.772162,95.8720545 156.972162,97.3720545 157.272162,98.7720545 L160.672162,119.172055 C160.772162,119.872055 161.172162,122.172055 163.372162,121.772055 L173.172162,120.172055 C174.272162,119.972055 174.572162,119.572055 174.372162,118.472055 L173.972162,115.872055 C173.772162,114.772055 173.272162,114.372055 171.672162,114.672055 C170.872162,114.772055 170.172162,114.972055 168.072162,115.372055 C167.372162,115.472055 166.572162,115.172055 166.272162,114.372055 L165.872162,111.672055 Z M151.072162,114.172055 C150.872162,112.972055 150.772162,112.472055 151.972162,112.272055 C152.772162,112.172055 153.972162,111.972055 155.872162,111.672055 C156.772162,111.472055 157.572162,111.272055 157.372162,110.172055 L156.972162,107.772055 C156.872162,107.372055 156.572162,106.072055 155.272162,106.272055 C154.372162,106.372055 154.072162,106.572055 151.772162,106.972055 C149.872162,107.272055 149.772162,106.672055 149.372162,104.272055 C149.172162,103.072055 149.072162,102.372055 151.072162,101.972055 C151.972162,101.772055 153.172162,101.672055 154.572162,101.472055 C155.472162,101.272055 156.272162,101.172055 156.072162,100.272055 L155.572162,97.1720545 C155.472162,96.4720545 154.572162,96.1720545 153.672162,96.3720545 L144.172162,97.9720545 C141.972162,98.3720545 142.172162,99.8720545 142.472162,101.272055 L145.872162,121.672055 C145.972162,122.372055 146.372162,124.672055 148.572162,124.272055 L158.372162,122.672055 C159.472162,122.472055 159.772162,122.072055 159.572162,120.972055 L159.172162,118.372055 C158.972162,117.272055 158.472162,116.872055 156.872162,117.172055 C156.072162,117.272055 155.372162,117.472055 153.272162,117.872055 C152.572162,117.972055 151.772162,117.672055 151.472162,116.872055 L151.072162,114.172055 Z M130.972162,106.772055 C130.772162,105.872055 130.872162,105.572055 131.772162,105.472055 C132.172162,105.372055 132.572162,105.372055 132.772162,105.372055 C133.672162,105.172055 134.372162,104.972055 134.272162,104.072055 L133.772162,100.972055 C133.672162,100.272055 132.772162,99.9720545 131.872162,100.172055 L121.672162,101.872055 C120.772162,102.072055 119.972162,102.572055 120.072162,103.272055 L120.572162,106.372055 C120.672162,107.272055 121.472162,107.272055 122.372162,107.172055 C122.772162,107.072055 123.172162,106.972055 123.472162,106.972055 C124.272162,106.872055 124.472162,107.072055 124.672162,107.972055 L127.472162,124.872055 C127.672162,126.372055 127.972162,127.872055 130.172162,127.472055 L132.072162,127.172055 C134.172162,126.872055 133.972162,125.472055 133.872162,124.072055 L130.972162,106.772055 Z M114.572162,120.272055 C114.372162,119.072055 114.272162,118.572055 115.472162,118.372055 C116.272162,118.272055 117.472162,118.072055 119.372162,117.772055 C120.272162,117.572055 121.072162,117.372055 120.872162,116.272055 L120.472162,113.872055 C120.372162,113.472055 120.072162,112.172055 118.772162,112.372055 C117.872162,112.472055 117.572162,112.672055 115.272162,113.072055 C113.472162,113.372055 113.272162,112.772055 112.872162,110.372055 C112.672162,109.172055 112.572162,108.472055 114.572162,108.072055 C115.472162,107.872055 116.672162,107.772055 118.072162,107.572055 C118.972162,107.372055 119.772162,107.272055 119.572162,106.372055 L119.072162,103.272055 C118.972162,102.572055 118.072162,102.272055 117.172162,102.472055 L107.672162,104.072055 C105.472162,104.472055 105.672162,105.972055 105.972162,107.372055 L109.372162,127.772055 C109.472162,128.472055 109.872162,130.772055 112.072162,130.372055 L121.872162,128.772055 C122.972162,128.572055 123.272162,128.172055 123.072162,127.072055 L122.672162,124.472055 C122.472162,123.372055 121.972162,122.972055 120.372162,123.272055 C119.572162,123.372055 118.872162,123.572055 116.772162,123.972055 C116.072162,124.072055 115.272162,123.772055 114.972162,122.972055 L114.572162,120.272055 Z M95.5721624,114.972055 C95.3721624,115.672055 95.2721624,116.072055 94.9721624,116.172055 C94.6721624,116.272055 94.4721624,115.872055 94.0721624,115.272055 L90.1721624,109.172055 C89.0721624,107.372055 88.1721624,107.372055 86.7721624,107.572055 L84.7721624,107.872055 C82.5721624,108.272055 82.7721624,109.772055 83.0721624,111.172055 L86.4721624,131.572055 C86.6721624,133.072055 86.9721624,134.572055 89.1721624,134.172055 L90.9721624,133.872055 C93.1721624,133.472055 92.9721624,131.972055 92.6721624,130.572055 L90.9721624,120.372055 C90.9721624,120.172055 90.9721624,119.972055 91.0721624,119.972055 C91.1721624,119.972055 91.2721624,120.072055 91.4721624,120.272055 C94.9721624,125.072055 95.2721624,126.272055 96.4721624,126.072055 C97.6721624,125.872055 97.5721624,124.572055 99.2721624,118.972055 C99.3721624,118.772055 99.4721624,118.572055 99.5721624,118.572055 C99.6721624,118.572055 99.7721624,118.672055 99.7721624,118.872055 L101.472162,129.072055 C101.672162,130.572055 101.972162,132.072055 104.172162,131.672055 L105.972162,131.372055 C108.172162,130.972055 107.972162,129.472055 107.672162,128.072055 L104.272162,107.672055 C104.072162,106.172055 103.772162,104.672055 101.572162,105.072055 L99.5721624,105.372055 C98.2721624,105.572055 97.3721624,105.872055 96.8721624,107.972055 L95.5721624,114.972055 Z M76.7721624,118.872055 C76.9721624,120.372055 77.7721624,120.272055 78.5721624,120.072055 L81.5721624,119.572055 C82.2721624,119.472055 83.2721624,119.272055 83.0721624,117.772055 L82.4721624,114.072055 C82.3721624,113.372055 81.4721624,112.672055 80.6721624,112.872055 C80.1721624,112.972055 79.9721624,112.972055 79.7721624,112.272055 C79.5721624,110.872055 80.4721624,110.672055 80.3721624,109.872055 C80.2721624,109.172055 80.0721624,109.172055 79.3721624,109.272055 L78.1721624,109.472055 C77.1721624,109.672055 76.5721624,110.172055 76.2721624,111.972055 C75.9721624,113.972055 75.9721624,114.072055 76.1721624,115.072055 L76.7721624,118.872055 Z M68.6721624,120.172055 C68.8721624,121.672055 69.6721624,121.572055 70.4721624,121.372055 L73.4721624,120.872055 C74.1721624,120.772055 75.1721624,120.572055 74.9721624,119.072055 L74.3721624,115.372055 C74.2721624,114.672055 73.3721624,113.972055 72.5721624,114.172055 C72.0721624,114.272055 71.8721624,114.272055 71.6721624,113.572055 C71.4721624,112.172055 72.3721624,111.972055 72.2721624,111.172055 C72.1721624,110.472055 71.9721624,110.472055 71.2721624,110.572055 L70.0721624,110.772055 C69.0721624,110.972055 68.4721624,111.472055 68.1721624,113.272055 C67.8721624,115.272055 67.8721624,115.372055 68.0721624,116.372055 L68.6721624,120.172055 Z' id='Shape' fill='%23FECF21'%3E%3C/path%3E%3C/g%3E%3Cpath d='M233.172162,133.872055 C232.772162,133.372055 232.672162,133.172055 232.572162,132.972055 C232.572162,132.772055 234.772162,126.372055 235.572162,123.672055 C235.872162,122.672055 235.972162,122.072055 235.872162,121.572055 C235.672162,120.572055 234.672162,120.672055 233.372162,120.872055 L231.272162,121.272055 C229.372162,121.572055 229.472162,122.972055 228.772162,126.072055 C228.572162,126.972055 228.272162,131.572055 227.172162,131.772055 C226.972162,131.772055 226.972162,131.772055 225.872162,125.272055 C225.672162,123.772055 225.372162,122.272055 223.172162,122.672055 L221.372162,122.972055 C219.172162,123.372055 219.372162,124.872055 219.672162,126.272055 L223.072162,146.672055 C223.272162,148.172055 223.572162,149.672055 225.772162,149.272055 L227.672162,148.972055 C229.872162,148.572055 229.672162,147.072055 229.372162,145.672055 L228.472162,140.072055 C228.372162,139.472055 228.172162,138.772055 228.072162,138.272055 C227.972162,137.772055 227.972162,137.472055 228.272162,137.372055 C229.372162,137.172055 230.572162,140.372055 232.972162,144.972055 C234.172162,147.272055 234.472162,147.772055 236.772162,147.372055 L238.672162,147.072055 C239.972162,146.872055 240.472162,146.272055 240.372162,145.672055 C239.972162,143.872055 233.672162,134.572055 233.172162,133.872055 M218.272162,126.572055 C218.072162,125.072055 217.772162,123.572055 215.572162,123.972055 L213.672162,124.272055 C211.472162,124.672055 211.672162,126.172055 211.972162,127.572055 L215.372162,147.972055 C215.572162,149.472055 215.872162,150.972055 218.072162,150.572055 L219.872162,150.272055 C222.072162,149.872055 221.872162,148.372055 221.572162,146.972055 L218.272162,126.572055 Z M194.572162,141.972055 C194.372162,138.272055 193.872162,133.772055 194.572162,133.672055 C195.372162,133.572055 196.272162,137.972055 197.372162,141.572055 C197.472162,141.872055 197.472162,141.972055 197.472162,142.172055 C197.572162,142.772055 197.272162,142.772055 196.072162,142.972055 C194.872162,143.172055 194.672162,143.172055 194.572162,142.572055 C194.672162,142.372055 194.572162,142.172055 194.572162,141.972055 M199.572162,129.772055 C198.872162,127.972055 197.972162,126.972055 196.472162,127.272055 L190.772162,128.272055 C189.272162,128.472055 188.772162,129.772055 188.772162,131.672055 C188.772162,149.472055 188.172162,151.572055 188.572162,153.772055 C188.872162,155.472055 190.072162,155.472055 191.972162,155.072055 L193.672162,154.772055 C195.872162,154.372055 194.072162,148.972055 195.572162,148.772055 L198.572162,148.272055 C200.072162,148.072055 199.872162,153.772055 202.172162,153.372055 L204.172162,153.072055 C206.272162,152.672055 207.372162,152.372055 207.072162,150.672055 C206.672162,148.372055 204.672162,144.472055 199.572162,129.772055 M182.972162,136.072055 C182.772162,135.172055 182.872162,134.872055 183.772162,134.772055 C184.172162,134.672055 184.572162,134.672055 184.772162,134.672055 C185.672162,134.472055 186.372162,134.272055 186.272162,133.372055 L185.772162,130.272055 C185.672162,129.572055 184.772162,129.272055 183.872162,129.472055 L173.672162,131.172055 C172.772162,131.372055 171.972162,131.872055 172.072162,132.572055 L172.572162,135.672055 C172.672162,136.572055 173.472162,136.572055 174.372162,136.472055 C174.772162,136.372055 175.172162,136.272055 175.472162,136.272055 C176.272162,136.172055 176.472162,136.372055 176.672162,137.272055 L179.572162,153.972055 C179.772162,155.472055 180.072162,156.972055 182.272162,156.572055 L184.172162,156.272055 C186.272162,155.972055 186.072162,154.572055 185.972162,153.172055 L182.972162,136.072055 Z M158.872162,141.372055 C159.372162,144.372055 161.272162,145.672055 165.272162,148.472055 C167.872162,150.272055 168.072162,150.972055 168.172162,151.772055 C168.372162,152.872055 167.072162,153.972055 166.072162,154.172055 C163.972162,154.572055 163.072162,154.072055 162.072162,154.272055 C161.072162,154.472055 160.772162,154.972055 160.872162,155.372055 L161.372162,158.272055 C161.572162,159.772055 164.372162,159.872055 167.072162,159.372055 C168.172162,159.172055 169.572162,158.772055 170.572162,158.372055 C171.372162,157.972055 173.172162,156.972055 174.072162,154.972055 C174.772162,153.372055 174.572162,151.772055 174.272162,150.072055 C173.772162,147.072055 172.472162,144.672055 167.472162,141.772055 C165.872162,140.872055 165.372162,140.272055 165.172162,139.172055 C164.972162,137.972055 165.672162,137.572055 166.472162,137.472055 C167.572162,137.272055 168.972162,137.472055 169.572162,137.372055 L169.872162,137.272055 C171.172162,137.072055 171.172162,136.372055 171.072162,135.972055 L170.572162,133.172055 C170.372162,132.172055 168.272162,131.972055 165.172162,132.472055 C162.272162,132.772055 157.672162,134.072055 158.872162,141.372055 M140.772162,150.972055 C140.572162,147.272055 140.072162,142.772055 140.872162,142.672055 C141.672162,142.572055 142.572162,146.972055 143.672162,150.572055 C143.772162,150.872055 143.772162,150.972055 143.772162,151.172055 C143.872162,151.772055 143.572162,151.772055 142.372162,151.972055 C141.172162,152.172055 140.972162,152.172055 140.872162,151.572055 C140.772162,151.372055 140.772162,151.172055 140.772162,150.972055 M145.772162,138.772055 C145.072162,136.972055 144.172162,135.972055 142.672162,136.272055 L136.972162,137.272055 C135.472162,137.472055 134.972162,138.772055 134.972162,140.672055 C134.972162,158.472055 134.372162,160.572055 134.772162,162.772055 C135.072162,164.472055 136.272162,164.472055 138.172162,164.072055 L139.872162,163.772055 C142.072162,163.372055 140.272162,157.972055 141.772162,157.772055 L144.772162,157.272055 C146.272162,157.072055 146.072162,162.772055 148.372162,162.372055 L150.372162,162.072055 C152.472162,161.672055 153.572162,161.372055 153.272162,159.672055 C152.872162,157.372055 150.772162,153.472055 145.772162,138.772055 M121.072162,148.672055 C120.872162,149.372055 120.772162,149.772055 120.472162,149.872055 C120.172162,149.972055 119.972162,149.572055 119.572162,148.972055 L115.672162,142.872055 C114.572162,141.072055 113.672162,141.072055 112.272162,141.272055 L110.272162,141.572055 C108.072162,141.972055 108.272162,143.472055 108.572162,144.872055 L111.972162,165.272055 C112.172162,166.772055 112.472162,168.272055 114.672162,167.872055 L116.472162,167.572055 C118.672162,167.172055 118.472162,165.672055 118.172162,164.272055 L116.472162,154.072055 C116.472162,153.872055 116.472162,153.672055 116.572162,153.672055 C116.672162,153.672055 116.772162,153.772055 116.972162,153.972055 C120.472162,158.772055 120.772162,159.972055 121.972162,159.772055 C123.172162,159.572055 123.072162,158.272055 124.772162,152.672055 C124.872162,152.472055 124.972162,152.272055 125.072162,152.272055 C125.172162,152.272055 125.272162,152.372055 125.272162,152.572055 L126.972162,162.772055 C127.172162,164.272055 127.472162,165.772055 129.672162,165.372055 L131.572162,165.072055 C133.772162,164.672055 133.572162,163.172055 133.272162,161.772055 L129.872162,141.372055 C129.672162,139.872055 129.372162,138.372055 127.172162,138.772055 L125.172162,139.072055 C123.872162,139.272055 122.972162,139.572055 122.472162,141.672055 L121.072162,148.672055 Z M99.5721624,148.572055 C101.372162,148.272055 101.572162,149.372055 101.772162,150.272055 L103.672162,161.972055 C103.872162,163.072055 104.072162,164.572055 102.272162,164.872055 C100.372162,165.172055 100.172162,163.672055 99.9721624,162.572055 L97.9721624,150.872055 C97.8721624,149.972055 97.6721624,148.872055 99.5721624,148.572055 M92.7721624,158.072055 C92.9721624,159.072055 93.0721624,160.072055 93.2721624,161.072055 C94.2721624,166.972055 95.5721624,171.272055 103.372162,169.972055 C110.472162,168.772055 110.772162,164.372055 109.772162,158.472055 C109.472162,156.472055 108.972162,154.372055 108.572162,152.172055 C107.572162,146.272055 106.372162,142.072055 98.8721624,143.372055 C91.0721624,144.672055 91.2721624,149.172055 92.2721624,155.072055 C92.3721624,156.072055 92.5721624,157.072055 92.7721624,158.072055 M87.9721624,166.972055 C86.7721624,167.172055 86.6721624,165.972055 86.4721624,165.072055 L83.7721624,149.172055 C83.5721624,147.672055 83.2721624,146.172055 81.0721624,146.572055 L79.1721624,146.872055 C76.9721624,147.272055 77.1721624,148.772055 77.4721624,150.172055 L80.8721624,170.572055 C81.0721624,172.072055 81.3721624,173.572055 83.5721624,173.172055 L91.9721624,171.772055 C94.1721624,171.372055 93.9721624,169.872055 93.6721624,168.472055 L93.5721624,167.972055 C93.3721624,166.872055 93.0721624,166.072055 91.4721624,166.372055 C90.8721624,166.372055 89.9721624,166.572055 87.9721624,166.972055 M68.4721624,153.772055 C70.1721624,153.472055 70.8721624,155.472055 71.1721624,157.172055 C71.4721624,158.872055 71.6721624,160.472055 69.6721624,160.772055 C68.1721624,160.972055 67.9721624,160.872055 67.7721624,159.572055 C67.6721624,159.172055 67.6721624,158.472055 67.4721624,157.672055 C67.3721624,156.872055 67.1721624,156.272055 67.0721624,155.772055 C66.7721624,154.572055 66.9721624,154.072055 68.4721624,153.772055 M69.7721624,166.172055 C69.7721624,166.172055 70.2721624,166.172055 71.1721624,165.972055 C73.2721624,165.672055 76.6721624,164.672055 77.4721624,161.972055 C77.8721624,160.772055 77.9721624,157.872055 77.5721624,155.772055 C76.6721624,150.572055 73.8721624,147.672055 69.8721624,148.372055 L61.8721624,149.672055 C59.6721624,150.072055 59.8721624,151.572055 60.1721624,152.972055 L63.5721624,173.372055 C63.7721624,174.872055 64.0721624,176.372055 66.2721624,175.972055 L68.0721624,175.672055 C70.2721624,175.272055 70.0721624,173.772055 69.7721624,172.372055 L68.8721624,166.972055 C68.8721624,166.572055 68.8721624,166.272055 69.7721624,166.172055 M58.7721624,153.272055 C58.5721624,151.772055 58.2721624,150.272055 56.0721624,150.672055 L54.1721624,150.972055 C51.9721624,151.372055 52.1721624,152.872055 52.4721624,154.272055 L55.8721624,174.672055 C56.0721624,176.172055 56.3721624,177.672055 58.5721624,177.272055 L60.3721624,176.972055 C62.5721624,176.572055 62.3721624,175.072055 62.0721624,173.672055 L58.7721624,153.272055 Z M41.6721624,158.272055 C44.4721624,157.772055 45.0721624,160.572055 45.9721624,165.772055 C46.9721624,171.672055 47.1721624,173.972055 44.3721624,174.372055 C43.6721624,174.472055 43.4721624,173.572055 43.2721624,172.672055 C42.5721624,168.272055 41.7721624,163.772055 41.0721624,159.572055 C40.9721624,158.772055 41.0721624,158.372055 41.6721624,158.272055 M36.0721624,154.072055 C33.8721624,154.472055 34.0721624,155.972055 34.3721624,157.372055 L37.7721624,177.772055 C37.9721624,179.272055 38.2721624,180.772055 40.4721624,180.372055 L46.0721624,179.472055 C54.5721624,178.072055 54.3721624,172.372055 53.1721624,164.772055 C51.8721624,156.772055 49.8721624,151.872055 41.7721624,153.172055 L36.0721624,154.072055 Z' id='Shape' fill='%23FECF21'%3E%3C/path%3E%3Cpath d='M240.572162,159.872055 C240.372162,158.372055 239.572162,158.472055 238.772162,158.672055 L235.772162,159.172055 C235.072162,159.272055 234.072162,159.472055 234.272162,160.972055 L234.872162,164.672055 C234.972162,165.372055 235.872162,166.072055 236.672162,165.872055 C237.172162,165.772055 237.372162,165.772055 237.572162,166.472055 C237.772162,167.872055 236.872162,168.072055 236.972162,168.872055 C237.072162,169.572055 237.272162,169.572055 237.972162,169.472055 L239.172162,169.272055 C240.172162,169.072055 240.772162,168.572055 241.072162,166.772055 C241.372162,164.772055 241.372162,164.672055 241.172162,163.672055 L240.572162,159.872055 Z M232.472162,161.272055 C232.272162,159.772055 231.472162,159.872055 230.672162,160.072055 L227.672162,160.572055 C226.972162,160.672055 225.972162,160.872055 226.172162,162.372055 L226.772162,166.072055 C226.872162,166.772055 227.772162,167.472055 228.572162,167.272055 C229.072162,167.172055 229.272162,167.172055 229.472162,167.872055 C229.672162,169.272055 228.772162,169.472055 228.872162,170.272055 C228.972162,170.972055 229.172162,170.972055 229.872162,170.872055 L231.072162,170.672055 C232.072162,170.472055 232.672162,169.972055 232.972162,168.172055 C233.272162,166.172055 233.272162,166.072055 233.072162,165.072055 L232.472162,161.272055 Z M216.972162,166.972055 C218.672162,166.672055 219.372162,168.672055 219.672162,170.372055 C219.972162,172.072055 219.872162,173.772055 218.172162,173.972055 C216.672162,174.172055 216.472162,174.072055 216.272162,172.772055 C216.172162,172.372055 216.172162,171.672055 215.972162,170.872055 C215.872162,170.072055 215.672162,169.272055 215.572162,168.772055 C215.272162,167.472055 215.472162,167.172055 216.972162,166.972055 M210.372162,162.972055 C208.172162,163.372055 208.372162,164.872055 208.672162,166.272055 L212.072162,186.672055 C212.272162,188.172055 212.572162,189.672055 214.072162,189.372055 L216.672162,188.972055 C218.872162,188.572055 218.672162,187.072055 218.372162,185.672055 L217.472162,180.372055 C217.372162,180.072055 217.372162,179.472055 217.572162,179.472055 C217.772162,179.472055 218.972162,179.872055 220.472162,183.172055 C221.672162,185.772055 223.772162,187.972055 227.172162,187.472055 C229.072162,187.172055 229.272162,186.472055 229.172162,185.672055 C228.972162,184.572055 228.872162,183.572055 228.672162,182.772055 C228.372162,181.072055 228.072162,180.072055 226.872162,180.272055 C226.772162,180.272055 226.372162,180.572055 225.672162,180.672055 C224.472162,180.872055 223.672162,179.072055 223.372162,177.572055 C223.172162,176.172055 223.872162,176.572055 224.772162,175.472055 C226.572162,173.372055 226.372162,171.672055 225.872162,168.972055 C225.172162,164.572055 222.972162,160.872055 217.372162,161.872055 L210.372162,162.972055 Z M202.472162,181.672055 C202.272162,180.472055 202.172162,179.972055 203.372162,179.772055 C204.172162,179.672055 205.372162,179.472055 207.272162,179.172055 C208.172162,178.972055 208.972162,178.772055 208.772162,177.672055 L208.372162,175.272055 C208.272162,174.872055 207.972162,173.572055 206.672162,173.772055 C205.772162,173.872055 205.472162,174.072055 203.172162,174.472055 C201.272162,174.772055 201.172162,174.172055 200.772162,171.772055 C200.572162,170.572055 200.472162,169.872055 202.472162,169.472055 C203.372162,169.272055 204.572162,169.172055 205.972162,168.972055 C206.872162,168.772055 207.672162,168.672055 207.472162,167.772055 L206.972162,164.672055 C206.872162,163.972055 205.972162,163.672055 205.072162,163.872055 L195.572162,165.472055 C193.372162,165.872055 193.572162,167.372055 193.872162,168.772055 L197.272162,189.172055 C197.372162,189.872055 197.772162,192.172055 199.972162,191.772055 L209.772162,190.172055 C210.872162,189.972055 211.172162,189.572055 210.972162,188.472055 L210.572162,185.872055 C210.372162,184.772055 209.872162,184.372055 208.272162,184.672055 C207.472162,184.772055 206.772162,184.972055 204.672162,185.372055 C203.972162,185.472055 203.172162,185.172055 202.872162,184.372055 L202.472162,181.672055 Z M189.172162,179.272055 C188.772162,178.772055 188.672162,178.572055 188.572162,178.372055 C188.572162,178.172055 190.772162,171.772055 191.572162,169.072055 C191.872162,168.072055 191.972162,167.472055 191.872162,166.972055 C191.672162,165.972055 190.672162,166.072055 189.372162,166.272055 L187.272162,166.672055 C185.372162,166.972055 185.472162,168.372055 184.772162,171.472055 C184.572162,172.372055 184.272162,176.972055 183.172162,177.172055 C182.972162,177.172055 182.972162,177.172055 181.872162,170.672055 C181.672162,169.172055 181.372162,167.672055 179.172162,168.072055 L177.372162,168.372055 C175.172162,168.772055 175.372162,170.272055 175.672162,171.672055 L179.072162,192.072055 C179.272162,193.572055 179.572162,195.072055 181.772162,194.672055 L183.672162,194.372055 C185.872162,193.972055 185.672162,192.472055 185.372162,191.072055 L184.472162,185.472055 C184.372162,184.872055 184.172162,184.172055 184.072162,183.672055 C183.972162,183.172055 183.972162,182.872055 184.272162,182.772055 C185.372162,182.572055 186.572162,185.772055 188.972162,190.372055 C190.172162,192.672055 190.472162,193.172055 192.772162,192.772055 L194.672162,192.472055 C195.972162,192.272055 196.572162,191.672055 196.372162,191.072055 C195.872162,189.272055 189.672162,179.972055 189.172162,179.272055 M165.872162,175.472055 C167.572162,175.172055 168.272162,177.172055 168.572162,178.872055 C168.872162,180.572055 168.772162,182.272055 167.072162,182.472055 C165.572162,182.672055 165.372162,182.572055 165.172162,181.272055 C165.072162,180.872055 165.072162,180.172055 164.872162,179.372055 C164.772162,178.572055 164.572162,177.772055 164.472162,177.272055 C164.272162,176.072055 164.472162,175.772055 165.872162,175.472055 M159.372162,171.472055 C157.172162,171.872055 157.372162,173.372055 157.672162,174.772055 L161.072162,195.172055 C161.272162,196.672055 161.572162,198.172055 163.072162,197.872055 L165.672162,197.472055 C167.872162,197.072055 167.672162,195.572055 167.372162,194.172055 L166.472162,188.872055 C166.472162,188.572055 166.372162,187.972055 166.572162,187.972055 C166.772162,187.972055 167.972162,188.372055 169.472162,191.672055 C170.672162,194.272055 172.772162,196.472055 176.172162,195.972055 C178.072162,195.672055 178.272162,194.972055 178.172162,194.172055 C177.972162,193.072055 177.872162,192.072055 177.672162,191.272055 C177.372162,189.572055 177.072162,188.572055 175.872162,188.772055 C175.772162,188.772055 175.372162,189.072055 174.672162,189.172055 C173.472162,189.372055 172.672162,187.572055 172.372162,186.072055 C172.172162,184.672055 172.872162,185.072055 173.772162,183.972055 C175.572162,181.872055 175.372162,180.172055 174.872162,177.472055 C174.172162,173.072055 171.972162,169.372055 166.372162,170.372055 L159.372162,171.472055 Z M151.472162,190.172055 C151.272162,188.972055 151.172162,188.472055 152.372162,188.272055 C153.172162,188.172055 154.372162,187.972055 156.272162,187.672055 C157.172162,187.472055 157.972162,187.272055 157.772162,186.172055 L157.372162,183.772055 C157.272162,183.372055 156.972162,182.072055 155.672162,182.272055 C154.772162,182.372055 154.472162,182.572055 152.172162,182.972055 C150.372162,183.272055 150.172162,182.672055 149.772162,180.272055 C149.572162,179.072055 149.472162,178.372055 151.472162,177.972055 C152.372162,177.772055 153.572162,177.672055 154.972162,177.472055 C155.872162,177.272055 156.672162,177.172055 156.472162,176.272055 L155.972162,173.172055 C155.872162,172.472055 154.972162,172.172055 154.072162,172.372055 L144.572162,173.972055 C142.372162,174.372055 142.572162,175.872055 142.872162,177.272055 L146.272162,197.672055 C146.372162,198.372055 146.772162,200.672055 148.972162,200.272055 L158.772162,198.672055 C159.872162,198.472055 160.172162,198.072055 159.972162,196.972055 L159.572162,194.372055 C159.372162,193.272055 158.872162,192.872055 157.272162,193.172055 C156.472162,193.272055 155.772162,193.472055 153.672162,193.872055 C152.972162,193.972055 152.172162,193.672055 151.872162,192.872055 L151.472162,190.172055 Z M138.772162,181.472055 C138.572162,180.572055 138.672162,180.272055 139.572162,180.172055 C139.972162,180.072055 140.372162,180.072055 140.572162,180.072055 C141.472162,179.872055 142.172162,179.672055 142.072162,178.772055 L141.572162,175.672055 C141.472162,174.972055 140.572162,174.672055 139.672162,174.872055 L129.472162,176.572055 C128.572162,176.772055 127.772162,177.272055 127.872162,177.972055 L128.372162,181.072055 C128.472162,181.972055 129.272162,181.972055 130.172162,181.872055 C130.572162,181.772055 130.972162,181.672055 131.272162,181.672055 C132.072162,181.572055 132.272162,181.772055 132.472162,182.672055 L135.272162,199.572055 C135.472162,201.072055 135.772162,202.572055 137.972162,202.172055 L139.772162,201.872055 C141.872162,201.572055 141.672162,200.172055 141.572162,198.772055 L138.772162,181.472055 Z M114.672162,186.872055 C115.172162,189.872055 117.072162,191.172055 121.072162,193.972055 C123.672162,195.772055 123.872162,196.472055 123.972162,197.272055 C124.172162,198.372055 122.872162,199.472055 121.872162,199.672055 C119.772162,200.072055 118.872162,199.572055 117.872162,199.772055 C116.872162,199.972055 116.572162,200.472055 116.672162,200.872055 L117.172162,203.772055 C117.372162,205.272055 120.172162,205.372055 122.872162,204.872055 C123.972162,204.672055 125.372162,204.272055 126.372162,203.872055 C127.172162,203.472055 128.972162,202.472055 129.872162,200.472055 C130.572162,198.872055 130.372162,197.272055 130.072162,195.572055 C129.572162,192.572055 128.272162,190.172055 123.272162,187.272055 C121.672162,186.372055 121.172162,185.772055 120.972162,184.672055 C120.772162,183.472055 121.472162,183.072055 122.272162,182.972055 C123.372162,182.772055 124.772162,182.972055 125.372162,182.872055 L125.672162,182.772055 C126.972162,182.572055 126.972162,181.872055 126.872162,181.472055 L126.372162,178.672055 C126.172162,177.672055 124.072162,177.472055 120.972162,177.972055 C118.072162,178.172055 113.372162,179.572055 114.672162,186.872055 M94.6721624,185.372055 C94.4721624,183.872055 94.1721624,182.372055 91.9721624,182.772055 L90.1721624,183.072055 C87.9721624,183.472055 88.1721624,184.972055 88.4721624,186.372055 L91.8721624,206.772055 C92.0721624,208.272055 92.3721624,209.772055 94.5721624,209.372055 L96.3721624,209.072055 C98.5721624,208.672055 98.3721624,207.172055 98.0721624,205.772055 L97.1721624,200.172055 L97.0721624,199.472055 C96.7721624,197.572055 97.1721624,197.472055 98.3721624,197.272055 L98.7721624,197.172055 C100.672162,196.872055 100.872162,196.972055 101.272162,199.372055 L102.172162,204.972055 C102.372162,206.472055 102.672162,207.972055 104.872162,207.572055 L106.672162,207.272055 C108.872162,206.872055 108.672162,205.372055 108.372162,203.972055 L104.972162,183.572055 C104.772162,182.072055 104.472162,180.572055 102.272162,180.972055 L100.372162,181.272055 C98.1721624,181.672055 98.3721624,183.172055 98.6721624,184.572055 L99.4721624,189.272055 C99.7721624,191.172055 99.7721624,191.172055 97.7721624,191.572055 C95.7721624,191.872055 95.7721624,191.872055 95.3721624,189.872055 L94.6721624,185.372055 Z M76.0721624,198.572055 C77.9721624,209.872055 84.4721624,211.272055 89.7721624,210.372055 C90.6721624,210.172055 91.0721624,209.672055 90.9721624,208.772055 L90.5721624,206.272055 C90.4721624,205.872055 90.2721624,204.572055 88.8721624,204.772055 C87.9721624,204.872055 88.0721624,204.972055 87.5721624,205.072055 C84.2721624,205.672055 83.0721624,198.772055 82.8721624,197.472055 C82.6721624,196.172055 81.5721624,189.772055 85.0721624,189.172055 C85.4721624,189.072055 85.5721624,189.172055 86.2721624,189.072055 C87.6721624,188.872055 87.5721624,188.272055 87.5721624,187.872055 L87.0721624,184.572055 C86.9721624,183.872055 86.3721624,183.472055 85.4721624,183.672055 C80.0721624,184.572055 74.3721624,187.972055 76.0721624,198.572055 M65.6721624,192.272055 C67.4721624,191.972055 67.6721624,193.072055 67.8721624,193.972055 L69.8721624,205.672055 C70.0721624,206.772055 70.2721624,208.272055 68.4721624,208.572055 C66.6721624,208.872055 66.3721624,207.372055 66.1721624,206.272055 L64.1721624,194.572055 C64.0721624,193.672055 63.8721624,192.572055 65.6721624,192.272055 M58.9721624,201.772055 C59.1721624,202.772055 59.2721624,203.772055 59.4721624,204.772055 C60.4721624,210.672055 61.7721624,214.972055 69.5721624,213.672055 C76.6721624,212.472055 76.9721624,208.072055 75.9721624,202.172055 C75.6721624,200.172055 75.1721624,198.072055 74.7721624,195.872055 C73.7721624,189.972055 72.5721624,185.772055 65.0721624,187.072055 C57.2721624,188.372055 57.4721624,192.872055 58.4721624,198.772055 C58.5721624,199.772055 58.7721624,200.772055 58.9721624,201.772055 M53.2721624,195.772055 C53.0721624,194.872055 53.1721624,194.572055 54.0721624,194.472055 C54.4721624,194.372055 54.8721624,194.372055 55.0721624,194.372055 C55.9721624,194.172055 56.6721624,193.972055 56.5721624,193.072055 L56.0721624,189.972055 C55.9721624,189.272055 55.0721624,188.972055 54.1721624,189.172055 L43.9721624,190.872055 C43.0721624,191.072055 42.2721624,191.572055 42.3721624,192.272055 L42.8721624,195.372055 C42.9721624,196.272055 43.7721624,196.272055 44.6721624,196.172055 C45.0721624,196.072055 45.4721624,195.972055 45.7721624,195.972055 C46.5721624,195.872055 46.7721624,196.072055 46.9721624,196.972055 L49.7721624,213.872055 C49.9721624,215.372055 50.2721624,216.872055 52.4721624,216.472055 L54.2721624,216.172055 C56.3721624,215.872055 56.1721624,214.472055 56.0721624,213.072055 L53.2721624,195.772055 Z' id='Shape' fill='%23FECF21'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 330px;
  height: 330px;
}
@media screen and (max-width: 990px) {
  .home .header .wrapper:before {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .home .header .wrapper:before {
    top: 90px;
    left: -35px;
    width: 300px;
    height: 300px;
  }
}
.home .header .wrapper:after {
  top: 120px;
  right: -120px;
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='271px' height='271px' viewBox='0 0 271 271' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='quote_work' transform='translate(0.395709, 0.087227)' fill-rule='nonzero'%3E%3Cg id='Group'%3E%3Cpath d='M96.7042907,264.312773 C168.104291,285.512773 243.204291,244.712773 264.404291,173.312773 C285.604291,101.912773 244.804291,26.8127729 173.404291,5.61277286 C101.804291,-15.5872271 26.8042907,25.1127729 5.60429074,96.6127729 C-15.5957093,168.012773 25.2042907,243.112773 96.7042907,264.312773' id='Path' fill='%23FFFFFF'%3E%3C/path%3E%3Cpath d='M214.504291,110.612773 C215.404291,110.912773 215.604291,110.912773 216.204291,108.912773 C216.904291,106.612773 216.804291,106.412773 215.104291,105.912773 L213.804291,105.512773 C213.404291,105.412773 212.604291,105.212773 212.404291,106.212773 L211.704291,108.712773 C211.404291,109.712773 212.104291,109.912773 212.604291,110.012773 L214.504291,110.612773 Z M217.504291,92.2127729 C216.504291,91.9127729 216.304291,92.7127729 216.104291,93.4127729 C215.304291,96.0127729 215.104291,98.3127729 214.304291,101.512773 C214.204291,101.712773 214.204291,101.912773 214.104291,102.212773 C213.704291,104.012773 213.604291,104.212773 214.704291,104.512773 L215.604291,104.812773 C216.604291,105.112773 216.704291,104.912773 217.404291,103.112773 C217.504291,102.912773 217.504291,102.712773 217.604291,102.512773 C218.704291,99.4127729 219.804291,97.4127729 220.604291,94.7127729 C220.804291,94.0127729 221.004291,93.2127729 220.004291,92.9127729 L217.504291,92.2127729 Z M209.804291,99.1127729 C209.704291,98.7127729 209.704291,98.5127729 209.704291,98.4127729 C209.704291,98.3127729 213.104291,95.0127729 214.404291,93.6127729 C214.904291,93.1127729 215.104291,92.7127729 215.204291,92.4127729 C215.404291,91.7127729 214.704291,91.5127729 213.904291,91.2127729 L212.504291,90.8127729 C211.204291,90.4127729 210.904291,91.3127729 209.504291,93.0127729 C209.104291,93.5127729 207.504291,96.3127729 206.804291,96.0127729 C206.704291,96.0127729 206.704291,96.0127729 208.004291,91.6127729 C208.304291,90.6127729 208.604291,89.6127729 207.104291,89.2127729 L205.904291,88.8127729 C204.404291,88.4127729 204.104291,89.4127729 203.804291,90.3127729 L199.704291,104.012773 C199.404291,105.012773 199.104291,106.012773 200.604291,106.412773 L201.804291,106.812773 C203.304291,107.212773 203.604291,106.212773 203.904291,105.212773 L205.004291,101.512773 C205.104291,101.112773 205.204291,100.612773 205.304291,100.312773 C205.404291,100.012773 205.504291,99.8127729 205.704291,99.8127729 C206.404291,100.012773 206.204291,102.412773 206.304291,106.012773 C206.404291,107.812773 206.404291,108.212773 208.004291,108.612773 L209.304291,109.012773 C210.204291,109.312773 210.704291,109.112773 210.804291,108.612773 C211.004291,107.412773 209.904291,99.7127729 209.804291,99.1127729 M196.504291,89.7127729 C197.604291,90.0127729 197.504291,91.5127729 197.104291,92.6127729 C196.704291,93.7127729 196.204291,94.7127729 195.104291,94.4127729 C194.104291,94.1127729 194.004291,93.9127729 194.204291,93.1127729 C194.304291,92.8127729 194.404291,92.4127729 194.604291,91.9127729 C194.804291,91.4127729 194.904291,90.8127729 195.004291,90.5127729 C195.304291,89.5127729 195.504291,89.4127729 196.504291,89.7127729 M193.604291,85.2127729 C192.104291,84.8127729 191.804291,85.8127729 191.504291,86.8127729 L187.404291,100.512773 C187.104291,101.512773 186.804291,102.512773 187.804291,102.812773 L189.504291,103.312773 C191.004291,103.712773 191.304291,102.712773 191.604291,101.712773 L192.604291,98.2127729 C192.704291,98.0127729 192.804291,97.6127729 193.004291,97.7127729 C193.104291,97.7127729 193.804291,98.4127729 193.704291,100.912773 C193.604291,102.912773 194.304291,104.912773 196.604291,105.612773 C197.904291,106.012773 198.204291,105.612773 198.404291,105.112773 C198.604291,104.412773 198.804291,103.712773 199.004291,103.112773 C199.304291,102.012773 199.404291,101.212773 198.604291,101.012773 C198.504291,101.012773 198.204291,101.012773 197.804291,100.912773 C197.004291,100.712773 197.004291,99.3127729 197.304291,98.3127729 C197.604291,97.4127729 197.904291,97.8127729 198.804291,97.4127729 C200.604291,96.6127729 200.904291,95.5127729 201.504291,93.7127729 C202.404291,90.8127729 202.104291,87.8127729 198.404291,86.7127729 L193.604291,85.2127729 Z M184.804291,86.2127729 C186.004291,86.6127729 185.804291,87.3127729 185.604291,87.9127729 L183.304291,95.7127729 C183.104291,96.4127729 182.804291,97.4127729 181.504291,97.1127729 C180.304291,96.7127729 180.604291,95.7127729 180.804291,95.0127729 L183.104291,87.2127729 C183.304291,86.6127729 183.504291,85.9127729 184.804291,86.2127729 M177.704291,90.1127729 C177.504291,90.8127729 177.304291,91.5127729 177.104291,92.1127729 C175.904291,96.1127729 175.404291,99.1127729 180.704291,100.712773 C185.504291,102.112773 187.004291,99.4127729 188.104291,95.5127729 C188.504291,94.2127729 188.904291,92.7127729 189.304291,91.2127729 C190.504291,87.2127729 191.004291,84.2127729 186.004291,82.8127729 C180.704291,81.2127729 179.504291,84.1127729 178.304291,88.1127729 C178.104291,88.7127729 177.904291,89.4127729 177.704291,90.1127729 M167.504291,91.2127729 C167.804291,91.3127729 167.704291,93.3127729 167.604291,94.8127729 C167.504291,96.7127729 167.904291,96.8127729 168.904291,97.1127729 L170.704291,97.6127729 C172.004291,98.0127729 172.304291,97.2127729 172.904291,96.1127729 C174.104291,93.7127729 179.304291,82.4127729 179.504291,81.7127729 C179.604291,81.3127729 179.604291,81.1127729 179.204291,81.0127729 L176.304291,80.1127729 C175.704291,79.9127729 175.404291,80.2127729 175.204291,80.9127729 L170.904291,91.4127729 C170.904291,91.5127729 170.804291,91.5127729 170.704291,91.5127729 C170.604291,91.5127729 170.604291,91.4127729 170.604291,91.3127729 C170.604291,91.3127729 171.204291,85.2127729 171.304291,84.8127729 C171.704291,83.5127729 172.904291,80.8127729 173.104291,80.2127729 C173.104291,80.1127729 173.204291,80.0127729 173.204291,79.9127729 C173.304291,79.4127729 173.204291,79.2127729 172.804291,79.1127729 C172.604291,79.0127729 170.904291,78.6127729 170.604291,78.5127729 C170.104291,78.4127729 169.404291,78.1127729 169.004291,78.0127729 C168.604291,77.9127729 168.304291,78.0127729 168.204291,78.5127729 C168.204291,78.6127729 168.104291,78.7127729 168.104291,78.9127729 C168.004291,79.5127729 167.604291,82.4127729 167.404291,83.8127729 C167.304291,84.2127729 164.804291,89.6127729 164.804291,89.8127729 C164.804291,89.9127729 164.704291,89.9127729 164.604291,89.9127729 C164.504291,89.9127729 164.504291,89.8127729 164.504291,89.7127729 L166.104291,78.4127729 C166.204291,77.7127729 166.204291,77.3127729 165.504291,77.1127729 L162.804291,76.3127729 C162.304291,76.1127729 162.104291,76.3127729 162.004291,76.8127729 C161.804291,77.5127729 160.304291,89.9127729 160.104291,92.6127729 C160.004291,94.0127729 160.004291,94.7127729 161.404291,95.2127729 L162.804291,95.6127729 C163.704291,95.9127729 164.304291,96.0127729 165.304291,94.4127729 C166.104291,93.1127729 167.304291,91.1127729 167.504291,91.2127729 M150.404291,76.0127729 C151.604291,76.4127729 151.404291,77.1127729 151.204291,77.7127729 L148.904291,85.5127729 C148.704291,86.2127729 148.404291,87.2127729 147.104291,86.9127729 C145.904291,86.5127729 146.104291,85.5127729 146.404291,84.8127729 L148.704291,77.0127729 C148.904291,76.4127729 149.104291,75.7127729 150.404291,76.0127729 M143.304291,79.9127729 C143.104291,80.6127729 142.904291,81.3127729 142.704291,81.9127729 C141.504291,85.9127729 141.004291,88.9127729 146.304291,90.5127729 C151.104291,91.9127729 152.604291,89.2127729 153.704291,85.3127729 C154.104291,84.0127729 154.504291,82.5127729 154.904291,81.0127729 C156.104291,77.0127729 156.604291,74.0127729 151.604291,72.6127729 C146.304291,71.0127729 145.104291,73.9127729 143.904291,77.9127729 C143.604291,78.5127729 143.504291,79.2127729 143.304291,79.9127729 M141.504291,74.4127729 C141.704291,73.8127729 141.804291,73.6127729 142.404291,73.8127729 C142.704291,73.9127729 142.904291,74.0127729 143.104291,74.0127729 C143.704291,74.2127729 144.304291,74.2127729 144.404291,73.6127729 L145.004291,71.5127729 C145.104291,71.0127729 144.704291,70.6127729 144.104291,70.4127729 L137.204291,68.4127729 C136.604291,68.2127729 136.004291,68.3127729 135.804291,68.8127729 L135.204291,70.9127729 C135.004291,71.5127729 135.504291,71.7127729 136.104291,71.9127729 C136.404291,72.0127729 136.704291,72.0127729 136.804291,72.1127729 C137.304291,72.3127729 137.404291,72.4127729 137.204291,73.1127729 L133.804291,84.5127729 C133.504291,85.5127729 133.204291,86.5127729 134.704291,86.9127729 L135.904291,87.3127729 C137.304291,87.7127729 137.604291,86.9127729 137.904291,85.9127729 L141.504291,74.4127729 Z M124.604291,73.8127729 C124.504291,73.4127729 124.504291,73.2127729 124.504291,73.1127729 C124.504291,73.0127729 127.904291,69.7127729 129.204291,68.3127729 C129.704291,67.8127729 129.904291,67.4127729 130.004291,67.1127729 C130.204291,66.4127729 129.504291,66.2127729 128.704291,65.9127729 L127.304291,65.5127729 C126.004291,65.1127729 125.704291,66.0127729 124.304291,67.7127729 C123.904291,68.2127729 122.304291,71.0127729 121.604291,70.7127729 C121.504291,70.7127729 121.504291,70.7127729 122.804291,66.3127729 C123.104291,65.3127729 123.404291,64.3127729 121.904291,63.9127729 L120.704291,63.5127729 C119.204291,63.1127729 118.904291,64.1127729 118.604291,65.0127729 L114.504291,78.7127729 C114.204291,79.7127729 113.904291,80.7127729 115.404291,81.1127729 L116.604291,81.5127729 C118.104291,81.9127729 118.404291,80.9127729 118.704291,80.0127729 L119.804291,76.3127729 C119.904291,75.9127729 120.004291,75.4127729 120.104291,75.1127729 C120.204291,74.8127729 120.304291,74.6127729 120.504291,74.6127729 C121.204291,74.8127729 121.004291,77.2127729 121.104291,80.8127729 C121.204291,82.6127729 121.204291,83.0127729 122.804291,83.4127729 L124.104291,83.8127729 C125.004291,84.1127729 125.504291,83.9127729 125.604291,83.4127729 C125.704291,82.1127729 124.604291,74.4127729 124.604291,73.8127729 M107.004291,68.9127729 C104.804291,76.5127729 108.404291,79.3127729 111.904291,80.4127729 C112.504291,80.6127729 112.904291,80.4127729 113.104291,79.8127729 L113.604291,78.1127729 C113.704291,77.9127729 113.904291,77.0127729 113.004291,76.7127729 C112.404291,76.5127729 112.404291,76.6127729 112.104291,76.5127729 C109.904291,75.8127729 111.204291,71.2127729 111.504291,70.3127729 C111.804291,69.4127729 113.004291,65.1127729 115.404291,65.8127729 C115.704291,65.9127729 115.704291,65.9127729 116.204291,66.1127729 C117.104291,66.4127729 117.304291,66.0127729 117.304291,65.8127729 L117.904291,63.6127729 C118.004291,63.1127729 117.804291,62.7127729 117.204291,62.5127729 C113.704291,61.4127729 109.104291,61.8127729 107.004291,68.9127729 M99.4042907,67.5127729 C100.404291,65.1127729 101.404291,62.2127729 102.004291,62.3127729 C102.504291,62.5127729 101.804291,65.5127729 101.304291,68.0127729 C101.304291,68.2127729 101.204291,68.3127729 101.204291,68.4127729 C101.104291,68.8127729 100.904291,68.7127729 100.104291,68.5127729 C99.3042907,68.3127729 99.1042907,68.2127729 99.2042907,67.8127729 C99.3042907,67.8127729 99.4042907,67.7127729 99.4042907,67.5127729 M106.204291,61.5127729 C106.304291,60.2127729 106.004291,59.3127729 105.004291,59.0127729 L101.204291,57.9127729 C100.204291,57.6127729 99.5042907,58.2127729 98.9042907,59.4127729 C93.6042907,70.4127729 92.6042907,71.5127729 92.2042907,73.0127729 C91.9042907,74.1127729 92.6042907,74.5127729 93.9042907,74.9127729 L95.1042907,75.2127729 C96.6042907,75.6127729 97.1042907,71.7127729 98.1042907,72.0127729 L100.104291,72.6127729 C101.104291,72.9127729 99.2042907,76.4127729 100.804291,76.9127729 L102.104291,77.3127729 C103.504291,77.7127729 104.304291,77.8127729 104.704291,76.7127729 C105.004291,75.2127729 104.904291,72.2127729 106.204291,61.5127729 M87.5042907,64.5127729 C88.9042907,64.9127729 88.6042907,66.0127729 88.2042907,67.1127729 C87.9042907,68.2127729 87.4042907,69.3127729 86.2042907,68.9127729 C84.8042907,68.5127729 85.1042907,67.7127729 85.5042907,66.3127729 C85.9042907,64.8127729 86.1042907,64.1127729 87.5042907,64.5127729 M89.3042907,57.9127729 C90.3042907,58.2127729 90.3042907,59.1127729 90.0042907,60.0127729 C89.7042907,60.9127729 89.3042907,61.6127729 88.3042907,61.3127729 C87.1042907,60.9127729 87.2042907,60.5127729 87.5042907,59.3127729 C87.8042907,58.1127729 88.1042907,57.6127729 89.3042907,57.9127729 M91.6042907,63.8127729 C93.2042907,63.5127729 94.2042907,62.2127729 94.7042907,60.7127729 C95.4042907,58.4127729 94.9042907,55.9127729 91.7042907,55.0127729 L86.3042907,53.4127729 C84.8042907,53.0127729 84.5042907,54.0127729 84.2042907,55.0127729 L80.1042907,68.7127729 C79.8042907,69.7127729 79.5042907,70.7127729 81.0042907,71.1127729 L86.6042907,72.7127729 C88.2042907,73.2127729 89.3042907,73.4127729 91.2042907,71.6127729 C91.9042907,70.9127729 92.4042907,70.0127729 92.7042907,69.1127729 C93.2042907,67.4127729 93.2042907,65.2127729 91.5042907,64.1127729 C91.4042907,64.1127729 91.4042907,64.0127729 91.4042907,63.9127729 C91.5042907,63.8127729 91.5042907,63.8127729 91.6042907,63.8127729' id='Shape' fill='%23FECF21'%3E%3C/path%3E%3Cpath d='M199.304291,135.312773 C199.704291,134.112773 199.804291,133.612773 201.004291,134.012773 C201.804291,134.212773 202.904291,134.612773 204.704291,135.212773 C205.604291,135.512773 206.404291,135.612773 206.704291,134.512773 L207.404291,132.212773 C207.504291,131.812773 207.804291,130.512773 206.604291,130.212773 C205.804291,130.012773 205.404291,129.912773 203.204291,129.312773 C201.404291,128.812773 201.604291,128.212773 202.304291,125.812773 C202.604291,124.612773 202.904291,123.912773 204.804291,124.512773 C205.704291,124.812773 206.804291,125.212773 208.204291,125.612773 C209.104291,125.912773 209.804291,126.012773 210.104291,125.212773 L211.004291,122.112773 C211.204291,121.412773 210.504291,120.812773 209.604291,120.512773 L200.304291,117.812773 C198.104291,117.212773 197.704291,118.612773 197.304291,120.012773 L191.404291,139.812773 C191.204291,140.512773 190.504291,142.712773 192.704291,143.312773 L202.204291,146.112773 C203.304291,146.412773 203.704291,146.212773 204.104291,145.112773 L204.804291,142.612773 C205.104291,141.512773 204.804291,141.012773 203.304291,140.512773 C202.504291,140.312773 201.804291,140.112773 199.804291,139.512773 C199.104291,139.312773 198.504291,138.712773 198.604291,137.912773 L199.304291,135.312773 Z M183.504291,133.612773 C186.604291,130.312773 189.604291,126.912773 192.604291,123.712773 C194.704291,121.512773 195.004291,121.512773 195.304291,120.312773 C196.304291,116.812773 195.904291,116.412773 193.204291,115.712773 L184.304291,113.112773 C182.104291,112.512773 181.804291,113.712773 181.404291,115.012773 L181.104291,115.912773 C180.904291,116.712773 180.804291,117.612773 182.504291,118.112773 C184.004291,118.512773 185.304291,118.812773 185.304291,118.812773 L187.004291,119.312773 C187.804291,119.512773 187.904291,119.912773 187.904291,120.312773 C187.904291,120.412773 187.704291,120.612773 187.604291,120.712773 C186.304291,122.112773 185.904291,122.312773 178.404291,130.112773 C176.304291,132.312773 175.704291,132.512773 175.304291,133.612773 L174.804291,135.412773 C174.104291,137.612773 175.304291,138.212773 176.304291,138.612773 L187.504291,141.912773 C188.404291,142.212773 189.204291,142.412773 189.504291,141.312773 L190.304291,138.712773 C190.604291,137.612773 190.404291,136.712773 188.904291,136.212773 C188.104291,136.012773 185.704291,135.312773 183.804291,134.812773 C183.504291,134.712773 183.104291,134.612773 183.204291,134.212773 C183.204291,134.012773 183.504291,133.612773 183.504291,133.612773 M168.704291,126.312773 C169.104291,125.112773 169.204291,124.612773 170.404291,124.912773 C171.204291,125.112773 172.304291,125.512773 174.104291,126.112773 C175.004291,126.412773 175.804291,126.512773 176.104291,125.412773 L176.804291,123.112773 C176.904291,122.712773 177.204291,121.412773 176.004291,121.112773 C175.204291,120.912773 174.804291,120.812773 172.604291,120.212773 C170.804291,119.712773 171.004291,119.112773 171.704291,116.712773 C172.004291,115.512773 172.304291,114.812773 174.204291,115.412773 C175.104291,115.712773 176.204291,116.112773 177.604291,116.512773 C178.504291,116.812773 179.204291,116.912773 179.504291,116.112773 L180.404291,113.012773 C180.604291,112.312773 179.904291,111.712773 179.004291,111.412773 L169.704291,108.712773 C167.504291,108.112773 167.104291,109.512773 166.704291,110.912773 L160.804291,130.712773 C160.604291,131.412773 159.904291,133.612773 162.104291,134.212773 L171.604291,137.012773 C172.704291,137.312773 173.104291,137.112773 173.504291,136.012773 L174.204291,133.512773 C174.504291,132.412773 174.204291,131.912773 172.704291,131.412773 C171.904291,131.212773 171.204291,131.012773 169.204291,130.412773 C168.504291,130.212773 167.904291,129.612773 168.004291,128.812773 L168.704291,126.312773 Z M155.104291,109.612773 C157.804291,110.412773 157.204291,113.212773 155.704291,118.212773 C154.004291,124.012773 153.204291,126.112773 150.504291,125.312773 C149.904291,125.112773 150.004291,124.212773 150.304291,123.312773 C151.604291,119.112773 152.804291,114.612773 154.004291,110.612773 C154.304291,109.812773 154.504291,109.512773 155.104291,109.612773 M151.904291,103.412773 C149.704291,102.812773 149.304291,104.212773 148.904291,105.612773 L143.004291,125.412773 C142.604291,126.812773 142.104291,128.312773 144.304291,128.912773 L149.704291,130.512773 C158.004291,132.912773 160.304291,127.812773 162.504291,120.412773 C164.804291,112.712773 165.204291,107.312773 157.304291,105.012773 L151.904291,103.412773 Z M136.104291,105.512773 C136.404291,104.612773 136.504291,104.412773 137.404291,104.712773 C137.804291,104.812773 138.104291,105.012773 138.404291,105.012773 C139.304291,105.312773 140.104291,105.312773 140.304291,104.512773 L141.204291,101.412773 C141.404291,100.712773 140.704291,100.112773 139.804291,99.8127729 L129.904291,96.9127729 C129.004291,96.6127729 128.104291,96.8127729 127.904291,97.5127729 L127.004291,100.612773 C126.704291,101.512773 127.404291,101.812773 128.304291,102.112773 C128.704291,102.212773 129.104291,102.312773 129.404291,102.412773 C130.204291,102.612773 130.304291,102.912773 130.004291,103.812773 L125.104291,120.212773 C124.704291,121.612773 124.204291,123.112773 126.404291,123.712773 L128.204291,124.212773 C130.204291,124.812773 130.704291,123.612773 131.104291,122.212773 L136.104291,105.512773 Z M115.404291,110.512773 C115.804291,109.312773 115.904291,108.812773 117.104291,109.112773 C117.904291,109.312773 119.004291,109.712773 120.804291,110.312773 C121.704291,110.612773 122.504291,110.712773 122.804291,109.612773 L123.504291,107.312773 C123.604291,106.912773 123.904291,105.612773 122.704291,105.312773 C121.904291,105.112773 121.504291,105.012773 119.304291,104.412773 C117.504291,103.912773 117.704291,103.312773 118.404291,100.912773 C118.704291,99.7127729 119.004291,99.0127729 120.904291,99.6127729 C121.804291,99.9127729 122.904291,100.312773 124.304291,100.712773 C125.204291,101.012773 125.904291,101.112773 126.204291,100.312773 L127.104291,97.2127729 C127.304291,96.5127729 126.604291,95.9127729 125.704291,95.6127729 L116.404291,92.9127729 C114.204291,92.3127729 113.804291,93.7127729 113.404291,95.1127729 L107.504291,114.912773 C107.304291,115.612773 106.604291,117.812773 108.804291,118.412773 L118.304291,121.212773 C119.404291,121.512773 119.804291,121.312773 120.204291,120.212773 L120.904291,117.712773 C121.204291,116.612773 120.904291,116.112773 119.404291,115.612773 C118.604291,115.412773 117.904291,115.212773 115.904291,114.612773 C115.204291,114.412773 114.604291,113.812773 114.704291,113.012773 L115.404291,110.512773 Z M100.704291,97.4127729 C100.204291,98.0127729 99.9042907,98.3127729 99.7042907,98.2127729 C99.4042907,98.1127729 99.4042907,97.7127729 99.3042907,97.0127729 L98.5042907,89.8127729 C98.3042907,87.7127729 97.5042907,87.3127729 96.1042907,86.9127729 L94.2042907,86.3127729 C92.0042907,85.7127729 91.6042907,87.1127729 91.2042907,88.5127729 L85.3042907,108.312773 C84.9042907,109.712773 84.4042907,111.212773 86.6042907,111.812773 L88.4042907,112.312773 C90.6042907,112.912773 91.0042907,111.512773 91.4042907,110.112773 L94.3042907,100.212773 C94.4042907,100.012773 94.5042907,99.9127729 94.6042907,99.9127729 C94.7042907,99.9127729 94.8042907,100.112773 94.8042907,100.412773 C95.8042907,106.212773 95.6042907,107.512773 96.7042907,107.812773 C97.9042907,108.212773 98.3042907,106.912773 102.404291,102.612773 C102.604291,102.412773 102.704291,102.312773 102.804291,102.312773 C102.904291,102.312773 102.904291,102.512773 102.904291,102.712773 L100.004291,112.612773 C99.6042907,114.012773 99.1042907,115.512773 101.304291,116.112773 L103.104291,116.612773 C105.304291,117.212773 105.704291,115.812773 106.104291,114.412773 L112.004291,94.6127729 C112.404291,93.2127729 112.904291,91.7127729 110.704291,91.1127729 L108.804291,90.5127729 C107.504291,90.1127729 106.604291,90.0127729 105.304291,91.7127729 L100.704291,97.4127729 Z M82.1042907,92.6127729 C81.7042907,94.0127729 82.4042907,94.3127729 83.2042907,94.5127729 L86.1042907,95.4127729 C86.7042907,95.6127729 87.8042907,95.9127729 88.2042907,94.5127729 L89.3042907,90.9127729 C89.5042907,90.2127729 89.0042907,89.2127729 88.2042907,89.0127729 C87.7042907,88.9127729 87.5042907,88.8127729 87.7042907,88.1127729 C88.1042907,86.7127729 89.0042907,87.0127729 89.3042907,86.2127729 C89.5042907,85.6127729 89.3042907,85.5127729 88.6042907,85.3127729 L87.4042907,84.9127729 C86.4042907,84.6127729 85.7042907,84.8127729 84.6042907,86.3127729 C83.4042907,88.0127729 83.4042907,88.1127729 83.1042907,89.0127729 L82.1042907,92.6127729 Z M74.3042907,90.3127729 C73.9042907,91.7127729 74.6042907,92.0127729 75.4042907,92.2127729 L78.3042907,93.1127729 C78.9042907,93.3127729 80.0042907,93.6127729 80.4042907,92.2127729 L81.5042907,88.6127729 C81.7042907,87.9127729 81.2042907,86.9127729 80.4042907,86.7127729 C79.9042907,86.6127729 79.7042907,86.5127729 79.9042907,85.8127729 C80.3042907,84.4127729 81.2042907,84.7127729 81.5042907,83.9127729 C81.7042907,83.3127729 81.5042907,83.2127729 80.8042907,83.0127729 L79.6042907,82.5127729 C78.6042907,82.2127729 77.9042907,82.4127729 76.8042907,83.9127729 C75.6042907,85.6127729 75.6042907,85.7127729 75.3042907,86.6127729 L74.3042907,90.3127729 Z' id='Shape' fill='%232792CC'%3E%3C/path%3E%3C/g%3E%3Cpath d='M192.104291,167.612773 C192.004291,167.012773 191.904291,166.712773 192.004291,166.612773 C192.104291,166.412773 196.904291,161.612773 198.804291,159.612773 C199.504291,158.912773 199.804291,158.312773 200.004291,157.912773 C200.304291,156.912773 199.304291,156.612773 198.104291,156.212773 L196.004291,155.612773 C194.204291,155.112773 193.704291,156.312773 191.604291,158.812773 C191.004291,159.612773 188.704291,163.512773 187.604291,163.212773 C187.404291,163.112773 187.404291,163.112773 189.304291,156.812773 C189.704291,155.412773 190.204291,153.912773 188.004291,153.312773 L186.204291,152.812773 C184.004291,152.212773 183.604291,153.612773 183.204291,155.012773 L177.304291,174.812773 C176.904291,176.212773 176.404291,177.712773 178.604291,178.312773 L180.404291,178.812773 C182.604291,179.412773 183.004291,178.012773 183.404291,176.612773 L185.004291,171.212773 C185.204291,170.612773 185.304291,169.912773 185.404291,169.512773 C185.504291,169.012773 185.704291,168.712773 185.904291,168.812773 C186.904291,169.112773 186.604291,172.512773 186.804291,177.712773 C186.904291,180.312773 186.904291,180.812773 189.204291,181.512773 L191.104291,182.112773 C192.404291,182.512773 193.104291,182.212773 193.304291,181.612773 C193.804291,179.512773 192.204291,168.512773 192.104291,167.612773 M181.804291,154.512773 C182.204291,153.112773 182.704291,151.612773 180.504291,151.012773 L178.704291,150.512773 C176.504291,149.912773 176.104291,151.312773 175.704291,152.712773 L169.804291,172.512773 C169.404291,173.912773 168.904291,175.412773 171.104291,176.012773 L172.904291,176.512773 C175.104291,177.112773 175.504291,175.712773 175.904291,174.312773 L181.804291,154.512773 Z M156.304291,161.712773 C156.704291,160.512773 156.804291,160.012773 158.004291,160.312773 C158.804291,160.512773 159.904291,160.912773 161.704291,161.512773 C162.604291,161.812773 163.404291,161.912773 163.704291,160.812773 L164.404291,158.512773 C164.504291,158.112773 164.804291,156.812773 163.604291,156.512773 C162.804291,156.312773 162.404291,156.212773 160.204291,155.612773 C158.404291,155.112773 158.604291,154.512773 159.304291,152.112773 C159.604291,150.912773 159.904291,150.212773 161.804291,150.812773 C162.704291,151.112773 163.804291,151.512773 165.204291,151.912773 C166.104291,152.212773 166.804291,152.312773 167.104291,151.512773 L168.004291,148.412773 C168.204291,147.712773 167.504291,147.112773 166.604291,146.812773 L157.304291,144.112773 C155.104291,143.512773 154.704291,144.912773 154.304291,146.312773 L148.404291,166.112773 C148.204291,166.812773 147.504291,169.012773 149.704291,169.612773 L159.204291,172.412773 C160.304291,172.712773 160.704291,172.512773 161.104291,171.412773 L161.804291,168.912773 C162.104291,167.812773 161.804291,167.312773 160.304291,166.812773 C159.504291,166.612773 158.804291,166.412773 156.804291,165.812773 C156.104291,165.612773 155.504291,165.012773 155.604291,164.212773 L156.304291,161.712773 Z M144.504291,145.612773 C146.304291,146.112773 146.004291,147.212773 145.704291,148.112773 L142.304291,159.412773 C142.004291,160.512773 141.604291,161.912773 139.804291,161.412773 C138.004291,160.912773 138.404291,159.412773 138.704291,158.312773 L142.104291,147.012773 C142.304291,146.212773 142.704291,145.112773 144.504291,145.612773 M134.204291,151.212773 C133.904291,152.212773 133.604291,153.212773 133.304291,154.112773 C131.604291,159.912773 130.904291,164.312773 138.504291,166.512773 C145.404291,168.612773 147.604291,164.712773 149.304291,159.012773 C149.904291,157.112773 150.404291,154.912773 151.004291,152.812773 C152.704291,147.112773 153.404291,142.812773 146.204291,140.612773 C138.604291,138.412773 136.804291,142.412773 135.104291,148.212773 C134.704291,149.212773 134.504291,150.212773 134.204291,151.212773 M125.804291,140.112773 C128.504291,140.912773 127.904291,143.712773 126.404291,148.712773 C124.704291,154.512773 123.904291,156.612773 121.204291,155.812773 C120.604291,155.612773 120.704291,154.712773 121.004291,153.812773 C122.304291,149.612773 123.504291,145.112773 124.704291,141.112773 C124.904291,140.212773 125.104291,139.912773 125.804291,140.112773 M122.604291,133.812773 C120.404291,133.212773 120.004291,134.612773 119.604291,136.012773 L113.704291,155.812773 C113.304291,157.212773 112.804291,158.712773 115.004291,159.312773 L120.404291,160.912773 C128.704291,163.412773 131.004291,158.212773 133.204291,150.812773 C135.504291,143.112773 135.904291,137.712773 128.004291,135.412773 L122.604291,133.812773 Z M99.2042907,142.512773 C101.204291,143.112773 100.704291,144.612773 100.204291,146.312773 C99.7042907,147.912773 99.1042907,149.512773 97.3042907,149.012773 C95.3042907,148.412773 95.6042907,147.312773 96.3042907,145.212773 C96.9042907,142.912773 97.2042907,141.912773 99.2042907,142.512773 M101.804291,133.012773 C103.204291,133.412773 103.204291,134.712773 102.904291,136.012773 C102.604291,137.312773 101.804291,138.312773 100.404291,137.912773 C98.6042907,137.412773 98.8042907,136.812773 99.3042907,135.012773 C99.8042907,133.112773 100.004291,132.412773 101.804291,133.012773 M105.104291,141.412773 C107.404291,140.912773 108.904291,139.112773 109.504291,137.012773 C110.504291,133.712773 109.804291,130.112773 105.204291,128.812773 L97.5042907,126.512773 C95.3042907,125.912773 94.9042907,127.312773 94.5042907,128.712773 L88.6042907,148.412773 C88.2042907,149.812773 87.7042907,151.312773 89.9042907,151.912773 L97.9042907,154.312773 C100.204291,155.012773 101.804291,155.412773 104.504291,152.712773 C105.504291,151.712773 106.204291,150.412773 106.604291,149.012773 C107.304291,146.512773 107.304291,143.412773 104.904291,141.712773 C104.804291,141.612773 104.804291,141.612773 104.804291,141.512773 C104.904291,141.512773 105.004291,141.412773 105.104291,141.412773 M84.7042907,127.912773 C86.5042907,128.412773 86.2042907,129.512773 85.9042907,130.412773 L82.6042907,141.812773 C82.3042907,142.912773 81.9042907,144.312773 80.1042907,143.812773 C78.3042907,143.312773 78.7042907,141.812773 79.0042907,140.712773 L82.4042907,129.412773 C82.6042907,128.512773 82.9042907,127.412773 84.7042907,127.912773 M74.5042907,133.512773 C74.2042907,134.512773 73.9042907,135.512773 73.6042907,136.412773 C71.9042907,142.212773 71.2042907,146.612773 78.8042907,148.812773 C85.7042907,150.912773 87.9042907,147.012773 89.6042907,141.312773 C90.2042907,139.412773 90.7042907,137.212773 91.3042907,135.112773 C93.0042907,129.412773 93.7042907,125.112773 86.5042907,122.912773 C78.9042907,120.712773 77.1042907,124.712773 75.4042907,130.512773 C75.0042907,131.512773 74.8042907,132.512773 74.5042907,133.512773 M63.7042907,144.412773 C67.2042907,145.412773 69.9042907,144.912773 71.2042907,140.312773 L76.3042907,123.212773 C76.7042907,121.812773 77.2042907,120.312773 75.0042907,119.712773 L73.2042907,119.212773 C71.0042907,118.612773 70.6042907,120.012773 70.2042907,121.412773 L66.3042907,134.712773 C66.0042907,135.612773 65.8042907,136.412773 65.7042907,136.912773 C65.3042907,138.312773 64.9042907,138.912773 63.6042907,138.512773 C63.3042907,138.412773 62.9042907,138.312773 62.5042907,138.112773 C61.8042907,137.912773 61.3042907,138.112773 61.1042907,138.812773 L60.4042907,141.112773 C59.7042907,143.012773 60.9042907,143.612773 63.7042907,144.412773' id='Shape' fill='%232792CC'%3E%3C/path%3E%3Cpath d='M198.404291,197.512773 C198.804291,196.112773 198.104291,195.812773 197.304291,195.612773 L194.404291,194.712773 C193.804291,194.512773 192.704291,194.212773 192.304291,195.612773 L191.204291,199.212773 C191.004291,199.912773 191.504291,200.912773 192.304291,201.112773 C192.804291,201.212773 193.004291,201.312773 192.804291,202.012773 C192.404291,203.412773 191.504291,203.112773 191.204291,203.912773 C191.004291,204.512773 191.204291,204.612773 191.904291,204.812773 L193.104291,205.212773 C194.104291,205.512773 194.804291,205.312773 195.904291,203.812773 C197.104291,202.112773 197.104291,202.012773 197.404291,201.112773 L198.404291,197.512773 Z M190.604291,195.212773 C191.004291,193.812773 190.304291,193.512773 189.504291,193.312773 L186.604291,192.412773 C186.004291,192.212773 184.904291,191.912773 184.504291,193.312773 L183.404291,196.912773 C183.204291,197.612773 183.704291,198.612773 184.504291,198.812773 C185.004291,198.912773 185.204291,199.012773 185.004291,199.712773 C184.604291,201.112773 183.704291,200.812773 183.404291,201.612773 C183.204291,202.212773 183.404291,202.312773 184.104291,202.512773 L185.304291,202.912773 C186.304291,203.212773 187.004291,203.012773 188.104291,201.512773 C189.304291,199.812773 189.304291,199.712773 189.604291,198.812773 L190.604291,195.212773 Z M174.704291,216.212773 C176.004291,216.612773 176.304291,216.612773 177.104291,213.812773 C178.104291,210.512773 178.004291,210.112773 175.504291,209.412773 L173.704291,208.912773 C173.104291,208.712773 172.004291,208.412773 171.604291,209.812773 L170.504291,213.412773 C170.104291,214.812773 171.104291,215.112773 171.704291,215.312773 L174.704291,216.212773 Z M178.904291,189.712773 C177.504291,189.312773 177.104291,190.412773 176.804291,191.412773 C175.704291,195.212773 175.404291,198.512773 174.304291,203.112773 C174.204291,203.412773 174.204291,203.612773 174.004291,204.112773 C173.404291,206.712773 173.304291,207.012773 174.904291,207.412773 L176.204291,207.812773 C177.704291,208.212773 177.804291,208.012773 178.804291,205.412773 C178.904291,205.112773 179.004291,204.912773 179.104291,204.512773 C180.704291,200.012773 182.204291,197.112773 183.404291,193.312773 C183.704291,192.212773 184.004291,191.112773 182.604291,190.712773 L178.904291,189.712773 Z M164.504291,203.312773 C164.904291,202.112773 165.004291,201.612773 166.204291,202.012773 C167.004291,202.212773 168.104291,202.612773 169.904291,203.212773 C170.804291,203.512773 171.604291,203.612773 171.904291,202.512773 L172.604291,200.212773 C172.704291,199.812773 173.004291,198.512773 171.804291,198.212773 C171.004291,198.012773 170.604291,197.912773 168.404291,197.312773 C166.604291,196.812773 166.804291,196.212773 167.504291,193.812773 C167.804291,192.612773 168.104291,191.912773 170.004291,192.512773 C170.904291,192.812773 172.004291,193.212773 173.404291,193.612773 C174.304291,193.912773 175.004291,194.012773 175.304291,193.212773 L176.204291,190.112773 C176.404291,189.412773 175.704291,188.812773 174.804291,188.512773 L165.504291,185.812773 C163.304291,185.212773 162.904291,186.612773 162.504291,188.012773 L156.604291,207.812773 C156.404291,208.512773 155.704291,210.712773 157.904291,211.312773 L167.404291,214.112773 C168.504291,214.412773 168.904291,214.212773 169.304291,213.112773 L170.004291,210.612773 C170.304291,209.512773 170.004291,209.012773 168.504291,208.512773 C167.704291,208.312773 167.004291,208.112773 165.004291,207.512773 C164.304291,207.312773 163.704291,206.712773 163.804291,205.912773 L164.504291,203.312773 Z M150.104291,199.012773 C150.504291,197.812773 150.604291,197.312773 151.804291,197.712773 C152.604291,197.912773 153.704291,198.312773 155.504291,198.912773 C156.404291,199.212773 157.204291,199.312773 157.504291,198.212773 L158.204291,195.912773 C158.304291,195.512773 158.604291,194.212773 157.404291,193.912773 C156.604291,193.712773 156.204291,193.612773 154.004291,193.012773 C152.204291,192.512773 152.404291,191.912773 153.104291,189.512773 C153.404291,188.312773 153.704291,187.612773 155.604291,188.212773 C156.504291,188.512773 157.604291,188.912773 159.004291,189.312773 C159.904291,189.612773 160.604291,189.712773 160.904291,188.912773 L161.804291,185.812773 C162.004291,185.112773 161.304291,184.512773 160.404291,184.212773 L151.104291,181.512773 C148.904291,180.912773 148.504291,182.312773 148.104291,183.712773 L142.204291,203.512773 C142.004291,204.212773 141.304291,206.412773 143.504291,207.012773 L153.004291,209.812773 C154.104291,210.112773 154.504291,209.912773 154.904291,208.812773 L155.604291,206.312773 C155.904291,205.212773 155.604291,204.712773 154.104291,204.212773 C153.304291,204.012773 152.604291,203.812773 150.604291,203.212773 C149.904291,203.012773 149.304291,202.412773 149.404291,201.612773 L150.104291,199.012773 Z M135.404291,185.912773 C134.904291,186.512773 134.604291,186.812773 134.404291,186.712773 C134.204291,186.612773 134.104291,186.212773 134.004291,185.512773 L133.204291,178.312773 C133.004291,176.212773 132.204291,175.812773 130.804291,175.412773 L128.904291,174.812773 C126.704291,174.212773 126.304291,175.612773 125.904291,177.012773 L120.004291,196.812773 C119.604291,198.212773 119.104291,199.712773 121.304291,200.312773 L123.104291,200.812773 C125.304291,201.412773 125.704291,200.012773 126.104291,198.612773 L129.004291,188.712773 C129.104291,188.512773 129.204291,188.412773 129.304291,188.412773 C129.404291,188.412773 129.504291,188.612773 129.504291,188.912773 C130.504291,194.712773 130.304291,196.012773 131.404291,196.312773 C132.604291,196.712773 133.004291,195.412773 137.104291,191.112773 C137.304291,190.912773 137.404291,190.812773 137.504291,190.812773 C137.604291,190.812773 137.604291,191.012773 137.604291,191.212773 L134.704291,201.112773 C134.304291,202.512773 133.804291,204.012773 136.004291,204.612773 L137.804291,205.112773 C140.004291,205.712773 140.404291,204.312773 140.804291,202.912773 L146.704291,183.112773 C147.104291,181.712773 147.604291,180.212773 145.404291,179.612773 L143.504291,179.012773 C142.204291,178.612773 141.304291,178.512773 140.004291,180.212773 L135.404291,185.912773 Z M108.404291,174.112773 C110.004291,174.612773 109.804291,176.712773 109.304291,178.312773 C108.804291,179.912773 108.004291,181.412773 106.404291,180.912773 C105.004291,180.512773 104.804291,180.212773 105.204291,179.012773 C105.304291,178.612773 105.604291,177.912773 105.804291,177.212773 C106.004291,176.412773 106.204291,175.612773 106.404291,175.112773 C106.604291,173.812773 106.904291,173.612773 108.404291,174.112773 M104.204291,167.512773 C102.004291,166.912773 101.604291,168.312773 101.204291,169.712773 L95.3042907,189.512773 C94.9042907,190.912773 94.4042907,192.412773 95.9042907,192.812773 L98.4042907,193.512773 C100.604291,194.112773 101.004291,192.712773 101.404291,191.312773 L102.904291,186.212773 C103.004291,185.912773 103.204291,185.312773 103.404291,185.412773 C103.604291,185.512773 104.504291,186.412773 104.404291,190.012773 C104.304291,192.912773 105.304291,195.812773 108.604291,196.812773 C110.504291,197.412773 111.004291,196.812773 111.204291,196.112773 C111.504291,195.012773 111.804291,194.112773 112.104291,193.312773 C112.604291,191.612773 112.704291,190.612773 111.504291,190.312773 C111.404291,190.312773 110.904291,190.312773 110.304291,190.112773 C109.104291,189.712773 109.204291,187.812773 109.604291,186.312773 C110.004291,184.912773 110.504291,185.612773 111.804291,185.112773 C114.404291,184.012773 114.904291,182.312773 115.704291,179.712773 C117.004291,175.512773 116.604291,171.212773 111.204291,169.612773 L104.204291,167.512773 Z M89.0042907,180.912773 C89.4042907,179.712773 89.5042907,179.212773 90.7042907,179.512773 C91.5042907,179.712773 92.6042907,180.112773 94.4042907,180.712773 C95.3042907,181.012773 96.1042907,181.112773 96.4042907,180.012773 L97.1042907,177.712773 C97.2042907,177.312773 97.5042907,176.012773 96.3042907,175.712773 C95.5042907,175.512773 95.1042907,175.412773 92.9042907,174.812773 C91.1042907,174.312773 91.3042907,173.712773 92.0042907,171.312773 C92.3042907,170.112773 92.6042907,169.412773 94.5042907,170.012773 C95.4042907,170.312773 96.5042907,170.712773 97.9042907,171.112773 C98.8042907,171.412773 99.5042907,171.512773 99.8042907,170.712773 L100.704291,167.612773 C100.904291,166.912773 100.204291,166.312773 99.3042907,166.012773 L90.0042907,163.312773 C87.8042907,162.712773 87.4042907,164.112773 87.0042907,165.512773 L81.1042907,185.312773 C80.9042907,186.012773 80.2042907,188.212773 82.4042907,188.812773 L91.9042907,191.612773 C93.0042907,191.912773 93.4042907,191.712773 93.8042907,190.612773 L94.5042907,188.112773 C94.8042907,187.012773 94.5042907,186.512773 93.0042907,186.012773 C92.2042907,185.812773 91.5042907,185.612773 89.5042907,185.012773 C88.8042907,184.812773 88.2042907,184.212773 88.3042907,183.412773 L89.0042907,180.912773 Z M74.6042907,176.712773 C75.0042907,175.512773 75.1042907,175.012773 76.3042907,175.412773 C77.1042907,175.612773 78.2042907,176.012773 80.0042907,176.612773 C80.9042907,176.912773 81.7042907,177.012773 82.0042907,175.912773 L82.7042907,173.612773 C82.8042907,173.212773 83.1042907,171.912773 81.9042907,171.612773 C81.1042907,171.412773 80.7042907,171.312773 78.5042907,170.712773 C76.7042907,170.212773 76.9042907,169.612773 77.6042907,167.212773 C77.9042907,166.012773 78.2042907,165.312773 80.1042907,165.912773 C81.0042907,166.212773 82.1042907,166.612773 83.5042907,167.012773 C84.4042907,167.312773 85.1042907,167.412773 85.4042907,166.612773 L86.3042907,163.512773 C86.5042907,162.812773 85.8042907,162.212773 84.9042907,161.912773 L75.6042907,159.212773 C73.4042907,158.612773 73.0042907,160.012773 72.6042907,161.412773 L66.7042907,181.212773 C66.5042907,181.912773 65.8042907,184.112773 68.0042907,184.712773 L77.5042907,187.512773 C78.6042907,187.812773 79.0042907,187.612773 79.4042907,186.512773 L80.1042907,184.012773 C80.4042907,182.912773 80.1042907,182.412773 78.6042907,181.912773 C77.8042907,181.712773 77.1042907,181.512773 75.1042907,180.912773 C74.4042907,180.712773 73.8042907,180.112773 73.9042907,179.312773 L74.6042907,176.712773 Z M54.8042907,172.712773 C55.2042907,172.812773 55.1042907,175.712773 55.0042907,178.012773 C54.8042907,180.712773 55.4042907,180.912773 56.8042907,181.312773 L59.4042907,182.112773 C61.2042907,182.612773 61.8042907,181.512773 62.6042907,179.912773 C64.4042907,176.512773 71.9042907,160.112773 72.2042907,159.012773 C72.4042907,158.412773 72.3042907,158.112773 71.8042907,157.912773 L67.6042907,156.712773 C66.8042907,156.512773 66.3042907,156.912773 66.0042907,157.812773 L59.8042907,173.012773 C59.7042907,173.112773 59.7042907,173.212773 59.6042907,173.112773 C59.5042907,173.112773 59.5042907,173.012773 59.5042907,172.912773 C59.5042907,172.912773 60.3042907,164.112773 60.5042907,163.512773 C61.1042907,161.612773 62.8042907,157.712773 63.1042907,156.912773 C63.2042907,156.712773 63.2042907,156.612773 63.3042907,156.412773 C63.5042907,155.712773 63.3042907,155.412773 62.7042907,155.212773 C62.4042907,155.112773 59.9042907,154.512773 59.6042907,154.412773 C58.9042907,154.212773 57.9042907,153.812773 57.2042907,153.612773 C56.6042907,153.412773 56.3042907,153.612773 56.1042907,154.312773 C56.1042907,154.412773 56.0042907,154.612773 56.0042907,154.812773 C55.8042907,155.612773 55.3042907,159.812773 55.1042907,161.812773 C54.9042907,162.412773 51.4042907,170.212773 51.3042907,170.412773 C51.2042907,170.512773 51.2042907,170.612773 51.1042907,170.512773 C51.0042907,170.512773 51.0042907,170.412773 51.0042907,170.312773 L53.3042907,154.012773 C53.5042907,152.912773 53.4042907,152.412773 52.5042907,152.112773 L48.6042907,150.912773 C47.8042907,150.712773 47.6042907,150.812773 47.4042907,151.612773 C47.1042907,152.612773 44.9042907,170.512773 44.6042907,174.412773 C44.5042907,176.412773 44.4042907,177.512773 46.5042907,178.112773 L48.5042907,178.712773 C49.8042907,179.112773 50.6042907,179.312773 52.1042907,177.012773 C52.8042907,175.512773 54.5042907,172.712773 54.8042907,172.712773' id='Shape' fill='%232792CC'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 280px;
  height: 280px;
}
@media screen and (max-width: 990px) {
  .home .header .wrapper:after {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .home .header .wrapper:after {
    top: 100px;
    right: -30px;
    width: 240px;
    height: 240px;
  }
}
.header.has-hero {
  background-color: transparent;
  padding-bottom: 0;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 990px) {
  .header.has-hero {
    height: 450px;
  }
}
@media screen and (max-width: 769px) {
  .header.has-hero {
    height: 275px;
  }
}
.home .header.has-hero {
  background-position: center 20%;
  position: relative;
}
.header__logo {
  width: 300px;
  height: 110px;
  background-color: #fff;
  border-bottom-right-radius: 75px;
  display: flex;
  align-items: center;
  position: relative;
}
.header__logo a svg {
  margin: 0 20px;
  width: 260px;
}
.header__logo a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-right-radius: 75px;
}
@media screen and (max-width: 769px) {
  .header__logo {
    width: 155px;
    height: 65px;
    margin-left: -30px;
  }
  .header__logo a svg {
    width: 100px;
    margin: 5px auto 0 28px;
  }
}

.footer {
  padding-bottom: 0;
  overflow-x: hidden;
}
.footer__blocks {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  align-items: flex-start;
  position: relative;
  justify-content: space-between;
  background: linear-gradient(90deg, #318dde 0%, #83c333 100%);
  position: relative;
}
.footer__blocks:before {
  content: "";
  position: absolute;
  right: 100%;
  background-color: #318dde;
  top: 0;
  bottom: 0;
  left: -55vw;
  pointer-events: none;
}
.footer__blocks:after {
  content: "";
  position: absolute;
  left: 100%;
  background-color: #83c333;
  top: 0;
  bottom: 0;
  right: -555vw;
  pointer-events: none;
}
.footer__blocks__title {
  color: #fff;
  font-size: 30px;
}
.footer__blocks__image {
  flex: 0 1 18%;
  align-self: flex-end;
  display: flex;
}
.footer__blocks__image img {
  align-self: flex-end;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .footer__blocks__image {
    flex: 0 1 30%;
    order: 20;
  }
}
.footer__blocks__contacts {
  flex: 0 1 28%;
  padding-bottom: 30px;
}
.footer__blocks__contacts label {
  display: none;
}
.footer__blocks__contacts select {
  margin-top: 15px;
  width: 100%;
  font-family: hwt-artz, sans-serif;
  outline: none;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  height: 56px;
  font-size: 24px !important;
  padding: 0 15px;
  transition: all ease-in-out 125ms;
}
.footer__blocks__contacts button {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .footer__blocks__contacts {
    flex: 0 1 100%;
  }
}
.footer__blocks__newsletter {
  flex: 0 1 22%;
  padding-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .footer__blocks__newsletter {
    flex: 0 1 100%;
  }
}
.footer__blocks__newsletter .gform_wrapper .gform-body .ginput_container_text {
  display: none;
}
.footer__blocks__newsletter .gform_wrapper .gform-body input {
  font-family: hwt-artz, sans-serif;
  outline: none;
  border: none;
  color: #000;
  height: 56px;
  font-size: 24px !important;
  padding: 0 15px;
  transition: all ease-in-out 125ms;
}
.footer__blocks__newsletter .gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.footer__blocks__newsletter .gform_wrapper .gform_footer input[type=submit] {
  -webkit-appearance: none !important;
  margin: 0 !important;
  width: 100% !important;
  line-height: 1 !important;
}
.footer__blocks__social {
  flex: 0 1 18%;
  padding-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .footer__blocks__social {
    flex: 0 1 64%;
    order: 40;
  }
}

.legal-nav {
  padding: 20px 0;
}
.legal-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .legal-nav .menu {
    flex-wrap: wrap;
  }
}
.legal-nav .menu .menu-item {
  padding: 10px;
  position: relative;
  white-space: nowrap;
  font-weight: 600;
}
.legal-nav .menu .menu-item:before {
  position: absolute;
  left: -2px;
  width: 4px;
  height: 4px;
  background-color: #000;
  display: block;
  content: "";
  border-radius: 1px;
  top: 20px;
}
.legal-nav .menu .menu-item:first-of-type:before {
  display: none;
}
@media screen and (max-width: 769px) {
  .legal-nav .menu .menu-item:nth-child(3):before {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .site-navigation {
    overflow-x: hidden;
  }
}
.site-navigation__nav {
  padding: 0;
  background: linear-gradient(90deg, #318dde 0%, #83c333 100%);
  position: relative;
}
.site-navigation__nav:before {
  content: "";
  position: absolute;
  right: 100%;
  background-color: #318dde;
  top: 0;
  bottom: 0;
  left: -55vw;
  pointer-events: none;
}
.site-navigation__nav:after {
  content: "";
  position: absolute;
  left: 100%;
  background-color: #83c333;
  top: 0;
  bottom: 0;
  right: -555vw;
  pointer-events: none;
}
.site-navigation__nav .mobile-icon {
  display: none;
  align-self: flex-end;
  margin: auto 10px auto calc(100% - 50px);
  width: 30px;
  height: 30px;
  position: relative;
  background-color: transparent;
}
.site-navigation__nav .mobile-icon .line {
  position: absolute;
  z-index: 200;
  height: 5px;
  width: 30px;
  border-radius: 50px;
  background-color: #fff;
  top: 0;
  transition: all ease-in-out 300ms;
}
.site-navigation__nav .mobile-icon .line:nth-child(2) {
  top: 10px;
  transition: width ease-in-out 150ms;
}
.site-navigation__nav .mobile-icon .line:nth-child(3) {
  top: 20px;
}
.site-navigation__nav .mobile-icon.show-menu .line {
  background-color: #fff;
  width: 30px;
}
.site-navigation__nav .mobile-icon.show-menu .line:nth-child(1) {
  transform: rotate(-45deg);
  top: 10px;
}
.site-navigation__nav .mobile-icon.show-menu .line:nth-child(2) {
  width: 0;
}
.site-navigation__nav .mobile-icon.show-menu .line:nth-child(3) {
  transform: rotate(45deg);
  top: 10px;
}
@media screen and (min-width: 991px) {
  .site-navigation__nav .main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.site-navigation__nav .main-nav .menu-item {
  font-family: hwt-artz, sans-serif;
  padding: 0 0;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  transition: all ease-in-out 125ms;
}
.site-navigation__nav .main-nav .menu-item:before {
  position: absolute;
  left: -3px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  display: block;
  content: "";
  border-radius: 2px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 990px) {
  .site-navigation__nav .main-nav .menu-item:before {
    display: none;
  }
}
.site-navigation__nav .main-nav .menu-item:first-of-type:before {
  display: none;
}
.site-navigation__nav .main-nav .menu-item:after {
  background-color: #fcc32c;
  top: calc(100% - 16px);
  height: 4px;
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  opacity: 0;
  transition: all ease-in-out 150ms;
}
.site-navigation__nav .main-nav .menu-item:hover:after {
  opacity: 1;
  background-color: #fff;
}
.site-navigation__nav .main-nav .menu-item.current-menu-item:after, .site-navigation__nav .main-nav .menu-item.current-menu-ancestor:after {
  opacity: 1;
}
.site-navigation__nav .main-nav .menu-item a {
  padding: 25px 10px;
  font-size: 26px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.site-navigation__nav .main-nav .menu-item a:hover {
  text-decoration: none;
}
.site-navigation__nav .main-nav .menu-item a:focus {
  text-decoration: none;
}
@media screen and (min-width: 991px) {
  .site-navigation__nav .main-nav .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    z-index: 1;
    visibility: visible;
  }
  .site-navigation__nav .main-nav .menu-item.menu-item-has-children .sub-menu {
    margin-top: -12px;
    left: 10px;
    right: 10px;
    background-color: #fff;
    position: absolute;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease-in-out 150ms;
    text-align: center;
  }
  .site-navigation__nav .main-nav .menu-item.menu-item-has-children .sub-menu:after {
    content: "";
    position: absolute;
    height: 5px;
    bottom: -5px;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #318dde 0%, #83c333 100%);
  }
  .site-navigation__nav .main-nav .menu-item.menu-item-has-children .sub-menu .menu-item {
    position: relative;
  }
  .site-navigation__nav .main-nav .menu-item.menu-item-has-children .sub-menu .menu-item:after {
    display: none;
  }
  .site-navigation__nav .main-nav .menu-item.menu-item-has-children .sub-menu .menu-item:before {
    display: none;
  }
  .site-navigation__nav .main-nav .menu-item.menu-item-has-children .sub-menu .menu-item a {
    color: #000;
    letter-spacing: 0;
    font-size: 18px;
    font-family: axia, sans-serif;
    font-weight: 700;
    padding: 10px;
  }
  .site-navigation__nav .main-nav .menu-item.menu-item-has-children .sub-menu .menu-item:hover a {
    text-decoration: none;
    color: #3171aa;
  }
  .site-navigation__nav .main-nav .menu-item.menu-item-has-children .sub-menu .menu-item:hover:after {
    display: none;
  }
}

@media screen and (max-width: 990px) {
  .site-navigation__nav {
    padding: 15px 0;
  }
  .site-navigation__nav .mobile-icon {
    display: inline-block;
  }
  .site-navigation__nav .main-nav {
    margin-top: 0;
    max-height: 0;
    width: 80%;
    overflow: hidden;
    transition: all 200ms ease-in-out;
  }
  .site-navigation__nav .main-nav .menu-item a {
    font-size: 24px;
    padding: 10px 0;
  }
  .site-navigation__nav .main-nav .menu-item:after {
    left: 0;
    top: 44px;
  }
  .site-navigation__nav .main-nav .menu-item.menu-item-has-children .sub-menu {
    padding: 5px 15px;
  }
  .site-navigation__nav .main-nav .menu-item.menu-item-has-children .sub-menu .menu-item a {
    font-family: axia, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }
  .site-navigation__nav .main-nav .menu-item.menu-item-has-children .sub-menu .menu-item:after {
    display: none !important;
  }
  .site-navigation__nav .main-nav.show-menu {
    max-height: 100vh;
    margin-top: -25px;
    display: inline-block;
  }
}
.has-primary-color {
  color: #318dde;
}

.has-primary-background-color {
  background-color: #318dde;
}
.wp-block-button .has-primary-background-color {
  border: 3px solid #318dde;
  padding: 12px 16px;
  text-align: left;
  font-size: 24px;
  font-family: hwt-artz, sans-serif;
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.wp-block-button .has-primary-background-color:before {
  content: "»";
  padding-right: 8px;
}
.wp-block-button .has-primary-background-color:hover {
  background-color: #fff !important;
  color: #318dde !important;
  border-color: #318dde !important;
}

.has-secondary-color {
  color: #83c333;
}

.has-secondary-background-color {
  background-color: #83c333;
}
.wp-block-button .has-secondary-background-color {
  border: 3px solid #83c333;
  padding: 12px 16px;
  text-align: left;
  font-size: 24px;
  font-family: hwt-artz, sans-serif;
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.wp-block-button .has-secondary-background-color:before {
  content: "»";
  padding-right: 8px;
}
.wp-block-button .has-secondary-background-color:hover {
  background-color: #fff !important;
  color: #83c333 !important;
  border-color: #83c333 !important;
}

.has-yellow-color {
  color: #fcc32c;
}

.has-yellow-background-color {
  background-color: #fcc32c;
}
.wp-block-button .has-yellow-background-color {
  border: 3px solid #fcc32c;
  padding: 12px 16px;
  text-align: left;
  font-size: 24px;
  font-family: hwt-artz, sans-serif;
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.wp-block-button .has-yellow-background-color:before {
  content: "»";
  padding-right: 8px;
}
.wp-block-button .has-yellow-background-color:hover {
  background-color: #fff !important;
  color: #fcc32c !important;
  border-color: #fcc32c !important;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}
.wp-block-button .has-white-background-color {
  border: 3px solid #fff;
  padding: 12px 16px;
  text-align: left;
  font-size: 24px;
  font-family: hwt-artz, sans-serif;
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.wp-block-button .has-white-background-color:before {
  content: "»";
  padding-right: 8px;
}
.wp-block-button .has-white-background-color:hover {
  background-color: #fff !important;
  color: #fff !important;
  border-color: #fff !important;
}

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}
.wp-block-button .has-black-background-color {
  border: 3px solid #000;
  padding: 12px 16px;
  text-align: left;
  font-size: 24px;
  font-family: hwt-artz, sans-serif;
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.wp-block-button .has-black-background-color:before {
  content: "»";
  padding-right: 8px;
}
.wp-block-button .has-black-background-color:hover {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}

.has-blue-light-color {
  color: #EAF4FC;
}

.has-blue-light-background-color {
  background-color: #EAF4FC;
}
.wp-block-button .has-blue-light-background-color {
  border: 3px solid #EAF4FC;
  padding: 12px 16px;
  text-align: left;
  font-size: 24px;
  font-family: hwt-artz, sans-serif;
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.wp-block-button .has-blue-light-background-color:before {
  content: "»";
  padding-right: 8px;
}
.wp-block-button .has-blue-light-background-color:hover {
  background-color: #fff !important;
  color: #EAF4FC !important;
  border-color: #EAF4FC !important;
}

.has-green-light-color {
  color: #F3F9EC;
}

.has-green-light-background-color {
  background-color: #F3F9EC;
}
.wp-block-button .has-green-light-background-color {
  border: 3px solid #F3F9EC;
  padding: 12px 16px;
  text-align: left;
  font-size: 24px;
  font-family: hwt-artz, sans-serif;
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
}
.wp-block-button .has-green-light-background-color:before {
  content: "»";
  padding-right: 8px;
}
.wp-block-button .has-green-light-background-color:hover {
  background-color: #fff !important;
  color: #F3F9EC !important;
  border-color: #F3F9EC !important;
}

.wp-block-button__link {
  border-radius: 0 !important;
  text-decoration: none;
}

button {
  cursor: pointer;
  background: transparent;
  border: none;
}

.button {
  cursor: pointer;
  border: 3px solid #000;
  background-color: #000;
  padding: 12px 16px;
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-family: hwt-artz, Arial, sans-serif;
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
  text-decoration: none;
}
.button:before {
  content: "»";
  padding-right: 8px;
}
.button:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.button--green {
  border: 3px solid #83c333;
  background-color: #83c333;
}
.button--green:hover {
  background-color: #fff;
  color: #83c333;
}
.button--blue {
  border: 3px solid #318dde;
  background-color: #318dde;
}
.button--blue:hover {
  background-color: #fff;
  color: #318dde;
}
.button--darkblue {
  border: 3px solid #3171aa;
  background-color: #3171aa;
}
.button--darkblue:hover {
  background-color: #fff;
  color: #3171aa;
}

.page .main-content {
  padding: 0 0;
}
.main-content .wrapper > h1,
.main-content .wrapper > h2,
.main-content .wrapper > p {
  margin-top: 40px;
}
.main-content .wrapper > h1 + *,
.main-content .wrapper > h2 + * {
  margin-top: 0;
}
.main-content .wrapper > h1 {
  margin-bottom: 20px;
}
.main-content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 20px;
  margin-bottom: 15px;
}
.main-content ul li {
  list-style: disc;
}
.main-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 20px;
  margin-bottom: 15px;
}
.main-content ol li {
  list-style: decimal;
}
.main-content ul ul, .main-content ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}
.main-content ol ol, .main-content ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

.pagination {
  width: 680px;
  max-width: 100%;
  margin: 35px auto 0;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .nav-links .page-numbers {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid transparent;
  font-size: 16px;
  margin: 0 5px;
  text-align: center;
}
.pagination .nav-links .page-numbers.current {
  color: #fff;
  border: 1px solid #3171aa;
  background-color: #3171aa;
}
.pagination .nav-links .page-numbers.current:hover {
  color: #fff;
  border: 1px solid #3171aa;
  background-color: #3171aa;
}
.pagination .nav-links .page-numbers:hover {
  border-color: #83c333;
  text-decoration: none;
}
.pagination .nav-links .next,
.pagination .nav-links .prev {
  padding: 5px;
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  justify-content: space-between;
}
.pagination .nav-links .next:hover,
.pagination .nav-links .prev:hover {
  color: #83c333;
  text-decoration: none;
  border-color: transparent;
}
.pagination .nav-links .next:focus,
.pagination .nav-links .prev:focus {
  text-decoration: none;
  border-bottom: 1px solid #83c333;
}
.pagination .nav-links .prev {
  margin: 0 20px 0 0;
}
.pagination .nav-links .next {
  margin: 0 0 0 20px;
}

.search__title {
  margin-top: 60px;
}
.search-highlight {
  padding: 7px 8px;
  background-color: rgba(252, 195, 44, 0.75);
}
.search .footer {
  margin-top: 70px;
}
.search .main-content .search-field {
  background-color: #EAF4FC;
}

.agenda {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: linear-gradient(90deg, #83c333 0%, #fcc32c 100%);
  position: relative;
  padding: 40px 0;
}
.agenda:before {
  content: "";
  position: absolute;
  right: 100%;
  background-color: #83c333;
  top: 0;
  bottom: 0;
  left: -55vw;
  pointer-events: none;
}
.agenda:after {
  content: "";
  position: absolute;
  left: 100%;
  background-color: #fcc32c;
  top: 0;
  bottom: 0;
  right: -55vw;
  pointer-events: none;
}
.agenda__title {
  flex: 0 1 100%;
  color: #fff;
  margin: 0 0 30px 0;
}
.agenda__calendar {
  flex: 0 1 54%;
}
@media screen and (max-width: 990px) {
  .agenda__calendar {
    flex: 0 1 48%;
  }
}
@media screen and (max-width: 769px) {
  .agenda__calendar {
    flex: 0 1 100%;
    margin-bottom: 35px;
  }
}
.agenda__events {
  flex: 0 1 42%;
}
@media screen and (max-width: 990px) {
  .agenda__events {
    flex: 0 1 48%;
  }
}
@media screen and (max-width: 769px) {
  .agenda__events {
    flex: 0 1 100%;
  }
}

.intro {
  background: linear-gradient(90deg, rgba(49, 141, 222, 0.1) 0%, rgba(131, 195, 51, 0.1) 100%);
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 40px 0;
}
.intro:before {
  content: "";
  position: absolute;
  right: 100%;
  background-color: #318dde;
  top: 0;
  bottom: 0;
  left: -55vw;
  pointer-events: none;
  opacity: 0.1;
}
.intro:after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 100%;
  background-color: #83c333;
  top: 0;
  bottom: 0;
  right: -55vw;
  opacity: 0.1;
}
.intro.white-bg {
  background: #fff;
}
.intro.white-bg:after, .intro.white-bg:before {
  display: none;
}
.intro__content {
  flex: 0 1 43%;
  margin-right: 10%;
}
@media screen and (max-width: 769px) {
  .intro__content {
    flex: 0 1 100%;
    margin-right: 0;
  }
}
.intro__content__title {
  color: #318dde;
  font-size: 40px;
}
.intro__content h3, .intro__content h4, .intro__content h5 {
  color: #83c333;
  font-family: axia, sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 2px;
}
.intro__content h3 {
  font-size: 20px;
}
.intro__content h4 {
  font-size: 18px;
}
.intro__content h5 {
  font-size: 16px;
  color: #000;
}
.intro__content__cta {
  margin: 20px 0 40px;
}
.intro__image {
  flex: 0 1 42%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 769px) {
  .intro__image {
    flex: 0 1 100%;
    height: 320px;
  }
}
.intro__image.filtered {
  background-color: #EAF4FC;
  background-blend-mode: luminosity;
}
.intro__image.contact {
  background-color: transparent;
  background-blend-mode: initial;
  position: absolute;
  top: 60px;
  right: 0;
  width: 50%;
}
.intro__image.contact svg {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .intro__image.contact {
    position: relative;
    background-color: transparent;
    background-blend-mode: initial;
    margin: 0 auto;
    width: 80%;
    height: auto;
  }
}

.region {
  background: linear-gradient(90deg, rgba(49, 141, 222, 0.1) 0%, rgba(131, 195, 51, 0.1) 100%);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
}
.region:before {
  content: "";
  position: absolute;
  right: 100%;
  background-color: #318dde;
  top: 0;
  bottom: 0;
  left: -55vw;
  pointer-events: none;
  opacity: 0.1;
}
.region:after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 100%;
  background-color: #83c333;
  top: 0;
  bottom: 0;
  right: -55vw;
  opacity: 0.1;
}
.region__content {
  flex: 0 1 40%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .region__content {
    flex: 0 1 100%;
  }
}
.region__content__title {
  margin: 0;
}
.region__content .title {
  color: #fcc32c;
}
.region__content .subtitle {
  color: #000;
}
.region__map {
  flex: 0 1 55%;
}
.region__map svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 769px) {
  .region__map svg {
    left: -20px;
    position: relative;
    width: 110%;
  }
}
@media screen and (max-width: 769px) {
  .region__map {
    flex: 0 1 100%;
    margin-top: 25px;
  }
}

.faq {
  margin: 0 calc(50% - 50vw);
  padding: 60px 20px;
  max-width: 100vw;
  width: 100vw;
  display: inline-block;
}
.faq.questionmarks {
  background-image: url("../images/vraagtekens.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wp-admin .faq {
  width: 100% !important;
  margin: 0 0;
}
.faq > * {
  text-align: left;
  color: #000;
  margin: 0 auto 25px;
  width: 1160px;
  max-width: 100%;
}
.faq h3 {
  font-size: 40px;
}
.faq .wp-block-yoast-faq-block .schema-faq-section.open .schema-faq-question:after {
  transform: translateY(-50%) rotate(0deg);
}
.faq .wp-block-yoast-faq-block .schema-faq-section.open .schema-faq-answer {
  max-height: 200vh;
  display: block;
  padding: 35px;
}
@media screen and (max-width: 769px) {
  .faq .wp-block-yoast-faq-block .schema-faq-section.open .schema-faq-answer {
    padding: 20px;
  }
}
.faq .wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
  background-color: #3171aa;
  padding: 25px 45px 25px 15px;
  font-family: hwt-artz, sans-serif;
  font-size: 36px;
  line-height: 1;
  position: relative;
  display: block;
  color: #fff;
  cursor: pointer;
  border-bottom: 3px solid #fff;
}
.wp-admin .faq .wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
  font-size: 28px;
  letter-spacing: 1px;
}
@media screen and (max-width: 769px) {
  .faq .wp-block-yoast-faq-block .schema-faq-section .schema-faq-question {
    font-size: 24px;
    line-height: 1;
  }
}
.faq .wp-block-yoast-faq-block .schema-faq-section .schema-faq-question:before {
  content: "»";
  padding-right: 12px;
}
.faq .wp-block-yoast-faq-block .schema-faq-section .schema-faq-question:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background-image: url("data:image/svg+xml,%0A%3Csvg width='22px' height='20px' viewBox='0 0 22 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M17.5635116,1.80479548 C18.2236049,0.758498448 19.6069075,0.445418408 20.6532045,1.10551164 C21.6995016,1.76560487 22.0125816,3.14890749 21.3524884,4.19520452 L11.4943834,19.8183773 L1.1526194,4.73380106 L1.06314368,4.59245422 C0.47818585,3.58820461 0.759295176,2.28745273 1.73319894,1.6196194 C2.7071027,0.951786083 4.02176688,1.158271 4.74777063,2.06580143 L4.8473806,2.20019894 L11.339,11.67 L17.5635116,1.80479548 Z' id='Stroke-1' fill='%23FEFEFE' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  transition: transform ease-in-out 250ms;
}
.faq .wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
  background-color: #fff;
  font-weight: 600;
  padding: 0 35px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all ease-in-out 250ms;
  max-width: 100%;
}
@media screen and (max-width: 769px) {
  .faq .wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
    padding: 0 20px;
  }
}
.faq .wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer img {
  max-width: 100%;
}
.wp-admin .faq .wp-block-yoast-faq-block .schema-faq-section .schema-faq-answer {
  max-height: initial;
  height: auto;
  padding: 20px;
}

.newsletter {
  background: linear-gradient(90deg, #83c333 0%, #fcc32c 100%);
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
  flex-wrap: wrap;
}
.newsletter:before {
  content: "";
  position: absolute;
  right: 100%;
  background-color: #83c333;
  top: 0;
  bottom: 0;
  left: -55vw;
  pointer-events: none;
}
.newsletter:after {
  content: "";
  position: absolute;
  left: 100%;
  background-color: #fcc32c;
  top: 0;
  bottom: 0;
  right: -55vw;
  pointer-events: none;
}
.newsletter__title {
  flex: 0 1 31%;
  margin-right: 2%;
}
@media screen and (max-width: 769px) {
  .newsletter__title {
    flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.newsletter__title h2 {
  margin-bottom: 0;
}
.newsletter__title h2.title {
  color: #fff;
}
.newsletter__title h2.subtitle {
  color: #fcc32c;
}
@media screen and (max-width: 769px) {
  .newsletter__title h2.subtitle {
    color: #3171aa;
  }
}
.newsletter__form {
  flex: 0 1 66%;
}
@media screen and (max-width: 769px) {
  .newsletter__form {
    flex: 0 1 100%;
    margin-right: 0;
  }
}
.newsletter__form .gform_wrapper form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.newsletter__form .gform_wrapper .gform-body {
  flex: 0 1 75%;
}
@media screen and (max-width: 769px) {
  .newsletter__form .gform_wrapper .gform-body {
    flex: 0 1 100%;
    margin-bottom: 16px !important;
  }
}
.newsletter__form .gform_wrapper .gform-body input {
  font-family: hwt-artz, sans-serif;
  outline: none;
  border: none;
  color: #000;
  height: 56px;
  font-size: 24px !important;
  padding: 0 15px;
  transition: all ease-in-out 125ms;
}
.newsletter__form .gform_wrapper .gform-body .gform_fields {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .newsletter__form .gform_wrapper .gform-body .gform_fields .gfield {
    flex: 0 1 100%;
  }
}
.newsletter__form .gform_wrapper .gform_footer {
  flex: 0 1 20%;
  padding: 0 !important;
  margin: 0 !important;
}
.newsletter__form .gform_wrapper .gform_footer input[type=submit] {
  margin: 0 !important;
  width: 100% !important;
  line-height: 1 !important;
}
@media screen and (max-width: 769px) {
  .newsletter__form .gform_wrapper .gform_footer {
    flex: 0 1 auto;
    margin-top: 10px;
  }
}

.kwikstart {
  background-color: rgba(252, 195, 44, 0.1);
  padding: 60px 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.kwikstart:before {
  content: "";
  position: absolute;
  right: 100%;
  background-color: rgba(252, 195, 44, 0.1);
  top: 0;
  bottom: 0;
  left: -50vw;
}
.kwikstart:after {
  content: "";
  position: absolute;
  left: 100%;
  background-color: rgba(252, 195, 44, 0.1);
  top: 0;
  bottom: 0;
  right: -50vw;
}
.kwikstart__background {
  position: absolute;
  right: -33%;
  width: 750px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  top: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 769px) {
  .kwikstart__background {
    position: relative;
    height: 200px;
    right: -10%;
    max-width: 100%;
  }
}
.kwikstart__content {
  flex: 0 1 45%;
  margin-right: 1%;
  padding-bottom: 60px;
}
@media screen and (max-width: 990px) {
  .kwikstart__content {
    flex: 0 1 60%;
  }
}
@media screen and (max-width: 769px) {
  .kwikstart__content {
    flex: 0 1 100%;
    margin-right: 0;
  }
}
.kwikstart__content__logo {
  margin-bottom: 20px;
  width: 180px;
}
.kwikstart__content__text {
  margin-bottom: 20px;
}
.kwikstart__content__text p:last-of-type {
  margin-bottom: 0;
}
.kwikstart__image {
  flex: 0 1 280px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .kwikstart__image {
    display: none;
  }
}
.kwikstart__image img {
  width: 170px;
  position: relative;
  transform: rotate(17deg);
  margin-top: 40px;
  margin-bottom: -80px;
  margin-left: 40px;
}

.news__title {
  font-size: 40px;
  padding: 40px 0 10px;
}
.news__title .green {
  color: #83c333;
}
.news__title .blue {
  color: #318dde;
}
.news__title .yellow {
  color: #fcc32c;
}
.news__items {
  display: flex;
  flex-wrap: wrap;
}
.news__items .post {
  flex: 0 1 31%;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media screen and (max-width: 769px) {
  .news__items .post {
    flex: 0 1 100%;
    margin-bottom: 25px;
  }
}
.news__items .post:nth-child(2) {
  margin: 0 3%;
}
@media screen and (max-width: 769px) {
  .news__items .post:nth-child(2) {
    margin: 0 0;
  }
}
.news__items .post__content {
  flex: 0 1 100%;
  order: 5;
  display: flex;
  flex-direction: column;
}
.news__items .post__content .button {
  margin-top: auto;
  align-self: flex-start;
}
.news__items .post__title {
  margin-top: 10px;
  font-size: 28px;
}
.news__items .post__thumb {
  flex: 0 1 100%;
  order: 1;
}

.target-groups {
  margin: 0 calc(50% - 50vw);
  padding: 75px 20px 110px;
  max-width: 100vw;
  width: 100vw;
  display: inline-block;
  background-image: url("../images/vraagtekens.svg");
  background-size: 100%;
  background-position: center;
}
.wp-admin .target-groups {
  max-width: 100%;
  margin: 0 calc(50% - 50%);
  left: 50%;
}
.target-groups__title {
  text-align: center;
  margin-bottom: 25px;
  color: #000;
}
.target-groups__nav {
  display: flex;
  flex-wrap: nowrap;
}
.wp-admin .target-groups__nav {
  padding: 0 !important;
}
@media screen and (max-width: 990px) {
  .target-groups__nav {
    flex-wrap: wrap;
  }
}
.target-groups__nav__single {
  flex: 1;
  font-family: hwt-artz, sans-serif;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  background-color: #000;
  position: relative;
  border: 3px solid #000;
}
@media screen and (max-width: 990px) {
  .target-groups__nav__single {
    flex: 0 1 50%;
  }
}
@media screen and (max-width: 769px) {
  .target-groups__nav__single {
    flex: 0 1 100%;
  }
}
.target-groups__nav__single a {
  color: #fff;
  margin: 0;
  text-decoration: none;
}
.target-groups__nav__single a:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.target-groups__nav__single a:hover {
  text-decoration: none;
  color: #000;
}
.target-groups__nav__single:hover {
  border-color: #000;
  background-color: #fff !important;
}
.target-groups__nav__single.jongeren {
  background-color: #318dde;
  border-color: #318dde;
}
.target-groups__nav__single.jongeren:hover {
  border-color: #318dde;
}
.target-groups__nav__single.jongeren:hover a {
  color: #318dde;
}
.target-groups__nav__single.ouders {
  background-color: #fcc32c;
  border-color: #fcc32c;
}
.target-groups__nav__single.ouders:hover {
  border-color: #fcc32c;
}
.target-groups__nav__single.ouders:hover a {
  color: #fcc32c;
}
.target-groups__nav__single.scholen {
  background-color: #83c333;
  border-color: #83c333;
}
.target-groups__nav__single.scholen:hover {
  border-color: #83c333;
}
.target-groups__nav__single.scholen:hover a {
  color: #83c333;
}

.related {
  margin-top: 0;
}
.related__title {
  font-size: 40px;
  padding: 40px 0 10px;
}
.related__items {
  display: flex;
  flex-wrap: wrap;
}
.related__items .related-item {
  flex: 0 1 31%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  .related__items .related-item {
    flex: 0 1 100%;
    margin-bottom: 25px;
  }
}
.related__items .related-item__thumb {
  width: 100%;
  align-self: flex-start;
  margin-bottom: 10px;
}
.related__items .related-item:nth-child(2) {
  margin: 0 3%;
}
@media screen and (max-width: 769px) {
  .related__items .related-item:nth-child(2) {
    margin: 0 0;
  }
}
.related__items .related-item__content {
  flex: 0 1 100%;
}
.related__items .related-item__content__title {
  font-size: 28px;
}
.related__items .related-item__button {
  margin-top: auto;
  align-self: flex-start;
  justify-self: flex-end;
}

.region-map .map-buttons g {
  fill: #262626;
  opacity: 0.8;
}
.region-map .map-buttons g path {
  opacity: 0.9;
}
.region-map .map-buttons a g {
  opacity: 1;
  fill: #000;
  transition: all ease-in-out 125ms;
}
.region-map .map-buttons a g path {
  opacity: 1;
}
.region-map .map-buttons a:hover g {
  fill: #318dde;
}

.search-form {
  display: flex;
  align-items: flex-start;
}
.search-form .search-field {
  font-family: hwt-artz, sans-serif;
  outline: none;
  font-size: 24px;
  color: #000;
  border: none;
  height: 56px;
  padding: 0 15px;
  transition: all ease-in-out 125ms;
}
@media screen and (max-width: 769px) {
  .header .search-form .search-field {
    display: none;
  }
}
.search-form button {
  margin: 0;
  height: 56px;
  width: auto;
}
@media screen and (max-width: 769px) {
  .search-form button {
    text-indent: -9999px;
    height: 35px;
    width: 35px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 56.966 56.966' xml:space='preserve'%3E%3Cpath d='M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23 s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92 c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17 s-17-7.626-17-17S14.61,6,23.984,6z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .search-form button:focus, .search-form button:hover {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 56.966 56.966' xml:space='preserve'%3E%3Cpath d='M55.146,51.887L41.588,37.786c3.486-4.144,5.396-9.358,5.396-14.786c0-12.682-10.318-23-23-23s-23,10.318-23,23 s10.318,23,23,23c4.761,0,9.298-1.436,13.177-4.162l13.661,14.208c0.571,0.593,1.339,0.92,2.162,0.92 c0.779,0,1.518-0.297,2.079-0.837C56.255,54.982,56.293,53.08,55.146,51.887z M23.984,6c9.374,0,17,7.626,17,17s-7.626,17-17,17 s-17-7.626-17-17S14.61,6,23.984,6z' fill='%23000'%3E%3C/path%3E%3C/svg%3E");
  }
  .main-content .search-form button {
    height: 56px;
  }
}

.post,
.pro-post {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}
.blog .post:nth-child(odd), .archive .post:nth-child(odd),
.blog .pro-post:nth-child(odd),
.archive .pro-post:nth-child(odd) {
  background: linear-gradient(90deg, rgba(49, 141, 222, 0.1) 0%, rgba(131, 195, 51, 0.1) 100%);
  position: relative;
}
.blog .post:nth-child(odd):before, .archive .post:nth-child(odd):before,
.blog .pro-post:nth-child(odd):before,
.archive .pro-post:nth-child(odd):before {
  content: "";
  position: absolute;
  right: 100%;
  background-color: #318dde;
  top: 0;
  bottom: 0;
  left: -55vw;
  pointer-events: none;
  opacity: 0.1;
}
.blog .post:nth-child(odd):after, .archive .post:nth-child(odd):after,
.blog .pro-post:nth-child(odd):after,
.archive .pro-post:nth-child(odd):after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 100%;
  background-color: #83c333;
  top: 0;
  bottom: 0;
  right: -55vw;
  opacity: 0.1;
}
.post__content,
.pro-post__content {
  flex: 0 1 70%;
  margin-right: 5%;
}
@media screen and (max-width: 769px) {
  .post__content,
.pro-post__content {
    flex: 0 1 100%;
    margin: 0 0;
    order: 2;
  }
}
.post__title a,
.pro-post__title a {
  color: #318dde;
  transition: all ease-in-out 125ms;
  text-decoration: none;
}
.post__date,
.pro-post__date {
  color: #fcc32c;
}
.post__thumb,
.pro-post__thumb {
  flex: 0 1 25%;
  transition: all ease-in-out 125ms;
}
.post__thumb:hover,
.pro-post__thumb:hover {
  opacity: 0.8;
}
@media screen and (max-width: 769px) {
  .post__thumb,
.pro-post__thumb {
    flex: 0 1 100%;
    order: 1;
  }
}

.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.socials__item {
  margin-right: 10px;
}
.socials__item img {
  height: 50px;
}
.socials__item a:hover {
  opacity: 0.8;
}

.event-card {
  margin: 0 0 25px 0;
}
.event-card__title {
  color: #fff;
  margin: 0;
}
.event-card__date {
  color: #3171aa;
  margin: 0;
}
.event-card__text {
  padding-right: 50px;
}
.event-card__text p {
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .event-card__text {
    padding-right: 0;
  }
}
.event-card__link {
  border: 3px solid #3171aa;
  background-color: #3171aa;
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
  font-family: hwt-artz, Arial, sans-serif;
  display: inline-block;
}
.event-card__link:hover {
  background-color: #fff;
  color: #3171aa;
  text-decoration: none;
}

.contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.contact__photo {
  width: 85%;
  border-radius: 200%;
  overflow: hidden;
  margin-bottom: 25px;
}
.contact__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.contact__name {
  color: #318dde;
  font-size: 30px;
  margin-bottom: 10px;
}
.contact__function {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}
.contact__extra {
  font-size: 16px;
  margin-bottom: 12px;
}
.contact__available {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact__info {
  display: flex;
  align-items: center;
  margin-top: auto;
  justify-self: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style-type: none !important;
  margin-left: 0 !important;
}
.contact__info > * {
  margin-right: 6px;
  transition: all ease-in-out 125ms;
  list-style: none !important;
}
.contact__info > * svg {
  height: 40px;
  width: 40px;
}
.contact__info > *:hover {
  opacity: 0.8;
}

.project {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  background-color: rgba(49, 141, 222, 0.05);
  padding: 15px;
}
.project__title {
  font-size: 30px;
  margin-bottom: 10px;
}
.project__title a {
  color: #83c333;
  text-decoration: none;
}
.project__title a:hover {
  color: #75af2e;
}
.project__excerpt {
  display: flex;
  align-items: center;
  margin-top: auto;
  justify-self: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.project__excerpt__objective {
  margin-bottom: 10px;
}
.project__excerpt__lead {
  font-size: 15px;
  margin-bottom: 10px;
}
.project .more {
  margin-top: auto;
  justify-self: flex-end;
  align-self: flex-end;
}

.blog h1,
.archive h1 {
  margin: 40px 0;
}

.contacts__intro__text p {
  font-size: 20px;
  font-weight: 600;
}
.contacts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 0;
}
.contacts__list > * {
  flex: 0 1 29%;
  margin-right: 2%;
  margin-left: 2%;
  margin-bottom: 25px;
}
@media screen and (max-width: 990px) {
  .contacts__list > * {
    flex: 0 1 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 460px) {
  .contacts__list > * {
    flex: 0 1 100%;
  }
}

.projects__intro {
  text-align: center;
  margin-bottom: 40px;
}
.projects__intro__text p {
  font-size: 18px;
}
.projects__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 0;
}
.projects__list > * {
  flex: 0 1 31%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 25px;
}
@media screen and (max-width: 990px) {
  .projects__list > * {
    flex: 0 1 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media screen and (max-width: 460px) {
  .projects__list > * {
    flex: 0 1 100%;
  }
}

.single-post__title {
  margin-top: 40px;
}
.single-post .footer {
  margin-top: 40px;
}

.single-project__titlebar {
  background: linear-gradient(90deg, rgba(49, 141, 222, 0.1) 0%, rgba(131, 195, 51, 0.1) 100%);
  position: relative;
  padding: 40px 0;
  margin-bottom: 0;
}
.single-project__titlebar:before {
  content: "";
  position: absolute;
  right: 100%;
  background-color: #318dde;
  top: 0;
  bottom: 0;
  left: -55vw;
  pointer-events: none;
  opacity: 0.1;
}
.single-project__titlebar:after {
  content: "";
  pointer-events: none;
  position: absolute;
  left: 100%;
  background-color: #83c333;
  top: 0;
  bottom: 0;
  right: -55vw;
  opacity: 0.1;
}
.single-project__titlebar__objective {
  margin-bottom: 10px;
  max-width: 66%;
}
@media screen and (max-width: 769px) {
  .single-project__titlebar__objective {
    max-width: 100%;
  }
}
.single-project__titlebar__lead {
  font-size: 15px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map*/