@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;300;400;700&display=swap");
html, body {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Work Sans', sans-serif;
  background: #fff;
}

@media (max-width: 1440px) {
  html, body {
    font-size: 17px;
  }
}

@media (max-width: 1024px) {
  html, body {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  html, body {
    font-size: 14px;
  }
}

h4 {
  margin: 0.5em 0;
}

a {
  color: #000;
}

a:hover, a:visited {
  color: #000;
}

a.button {
  display: inline-block;
  padding: 0.25em 0.5em;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-decoration: none;
  letter-spacing: 0.5px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: scale(1);
          transform: scale(1);
}

a.button.arrow {
  padding: 0.25em 2.25em 0.25em 1em;
  background: url("../img/arrow-button.svg") no-repeat calc(100% - 0.75em) center #000;
  background-size: 0.8em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

a.button.arrow:hover {
  background-position: calc(100% - 0.5em) center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

a.button.arrow.top-marge {
  margin-top: 2em;
}

a.button:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.special-button {
  position: relative;
  padding: 1em 0 2em 0;
}

.special-button:after {
  content: '';
  position: absolute;
  display: block;
  right: 19em;
  top: -1.5em;
  width: 6em;
  height: 6em;
  background: url("../img/wieber-geel.svg") no-repeat right;
  background-size: contain;
  z-index: -1;
}

@media (max-width: 1024px) {
  .special-button:after {
    right: 5em;
  }
}

.special-button a.button {
  position: relative;
}

.special-button.blauw:after {
  background-image: url("../img/wieber-blauw.svg");
}

.special-button.groen:after {
  background-image: url("../img/wieber-groen.svg");
}

.special-button.lgroen:after {
  background-image: url("../img/wieber-lgroen.svg");
}

.special-button.roze:after {
  background-image: url("../img/wieber-roze.svg");
}

a.social-icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

a.social-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

a.social-icon.li {
  background-image: url("../img/li-icon.svg");
}

a.social-icon.mail {
  background-image: url("../img/mail-icon.svg");
}

a.social-icon.share {
  background-image: url("../img/share-icon.svg");
}

ul {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.70em;
}

.primary-grid {
  max-width: 1440px;
  margin: 0 auto;
}

.secondary-grid {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .secondary-grid {
    padding: 0 2em;
  }
}

.negative-1 {
  top: -3em !important;
}

.negative-2 {
  top: -2rem !important;
}

.negative-3 {
  top: -3.4rem !important;
}

@media (max-width: 480px) {
  .negative-3 {
    top: 0;
    padding-top: 2em;
  }
}

.negative-5 {
  top: -5em !important;
}

.negative-7 {
  top: -7em !important;
}

.negative-15 {
  top: -15em !important;
}

.negative-20 {
  top: -20em !important;
}

.positive-2 {
  margin-top: 2em !important;
}

.positive-3 {
  margin-top: 3em !important;
}

.positive-5 {
  margin-top: 5em !important;
}

.positive-7 {
  margin-top: 7em !important;
}

.positive-10 {
  margin-top: 10em !important;
}

@media (max-width: 480px) {
  .positive-10 {
    margin-top: 3em !important;
  }
}

.pulse.animeer {
  -webkit-animation: pulse 1s infinite;
          animation: pulse 1s infinite;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

.pulse-slow {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

.wrapper {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
  background: #fff;
}

@media (max-width: 1024px) {
  .wrapper {
    padding: 0 2rem;
  }
}

.header {
  position: fixed;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 3em;
  left: 50%;
  width: 100%;
  margin-left: -720px;
  z-index: 99;
  padding: 2em 1em 2em 2em;
  max-width: 1440px;
  pointer-events: none;
}

@media (max-width: 1440px) {
  .header {
    left: 0;
    margin-left: 0;
    padding: 2em 1em 2em 2em;
  }
}

@media (max-width: 1024px) {
  .header {
    padding-left: 2em;
  }
}

.header .mainmenu {
  position: relative;
  font-size: 0.7em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.05s all;
  transition: 0.05s all;
}

.header .mainmenu.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (max-width: 1024px) {
  .header .mainmenu {
    display: none;
  }
}

.header .mainmenu .menu-container {
  border-bottom: 2px solid #000;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  margin-right: 2em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.header .mainmenu .menu-container ul {
  margin: 0;
  padding: 0;
}

.header .mainmenu .menu-container ul ul {
  display: none;
}

.header .mainmenu .menu-container ul li {
  display: inline-block;
  margin: 0 1em 0 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header .mainmenu .menu-container ul li a {
  text-decoration: none;
  padding-bottom: 0.8em;
}

.header .mainmenu .menu-container ul li.current-menu-item a {
  font-weight: 400;
  color: #4895b3;
}

.header .mainmenu .menu-container ul li:hover ul {
  display: block;
  position: absolute;
  background: black;
  padding: 1em;
  width: 15em;
  top: 2.5em;
}

.header .mainmenu .menu-container ul li:hover ul li {
  display: block;
  width: 100%;
  padding-bottom: 0.5em;
}

.header .mainmenu .menu-container ul li:hover ul li a {
  color: #fff;
}

.header .mainmenu .sub-terms {
  color: #bb7966;
  font-weight: 700;
  opacity: 0;
}

.header .mainmenu .sub-terms.active {
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.header .mainmenu .sub-terms.geel {
  color: #bb7966;
}

.header .mainmenu .sub-terms.blauw {
  color: #bb7966;
}

.header .mainmenu .sub-terms.roze {
  color: #bb7966;
}

.header .mainmenu .sub-terms.groen {
  color: #bb7966;
}

.header .mainmenu .sub-terms.lgroen {
  color: #bb7966;
}

.header .logo {
  position: relative;
}

.header .logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.5em;
  height: 4.5em;
  display: inline-block;
  text-indent: -9999px;
  background: url("../img/2unfold-logo.svg") no-repeat center;
  background-size: contain;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.header .logo a.smaller {
  position: absolute;
  left: 0;
  top: -10em;
  width: 3em;
  height: 3em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  pointer-events: all;
}

@media (max-width: 1024px) {
  .header .logo a.smaller {
    display: none;
  }
}

.header .mobile_menu {
  position: absolute;
  right: 2em;
  height: 2em;
  top: -5em;
  -webkit-transition: 1s all;
  transition: 1s all;
  pointer-events: all;
}

.header .mobile_menu.active {
  top: 2em;
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media (max-width: 1024px) {
  .header .mobile_menu {
    display: block;
    top: 2rem;
  }
}

.header.active .logo a {
  top: -300%;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.header.active .logo a.smaller {
  top: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.inner-header {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr;
  padding: 2em 1em 2em 0;
  min-height: 50vh;
}

.inner-header.unfold2-recognize {
  -ms-grid-columns: 2.5fr 0.25fr;
      grid-template-columns: 2.5fr 0.25fr;
}

.inner-header.unfold2-recognize ul li {
  list-style-position: outside;
}

.inner-header.sub-page {
  min-height: inherit;
}

@media (max-width: 1024px) {
  .inner-header {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    min-height: inherit;
  }
}

.inner-header .container {
  position: relative;
  z-index: 2;
}

.inner-header .container p {
  margin: 0;
}

.inner-header .container .intro-tekst-trainingen {
  margin-top: 2em;
}

.inner-header .container .logo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5em auto;
      grid-template-columns: 5em auto;
  grid-gap: 0.5em;
  min-height: 4.5em;
}

@media (max-width: 480px) {
  .inner-header .container .logo {
    -ms-grid-columns: 5em 0.5fr;
        grid-template-columns: 5em 0.5fr;
  }
}

.inner-header .container .logo .logoPlaceholder.filled {
  display: inline-block;
  width: 4.5em;
  height: 4.5em;
  background: url("../img/banx-logo.svg") no-repeat center;
  background-size: contain;
}

.inner-header .container .logo h1 {
  position: relative;
  top: -0.125em;
  margin: 0;
  line-height: 1em;
  font-size: 2.5em;
}

.inner-header .container .logo h1.light {
  font-weight: 300;
  font-size: 2.2em;
}

.inner-header .wieber {
  position: absolute;
  left: -1em;
  top: 2.2em;
  width: 17em;
  height: 17em;
  background: url("../img/wieber-geel.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}

.inner-header .wieber.unfold2-blauw {
  background-image: url("../img/2u-wieber-blauw.svg");
}

.inner-header .wieber.unfold2-groen {
  background-image: url("../img/2u-wieber-groen.svg");
}

.inner-header .wieber.unfold2-lblauw {
  background-image: url("../img/2u-wieber-lblauw.svg");
}

.inner-header .wieber.unfold2-gblauw {
  background-image: url("../img/2u-wieber-gblauw.svg");
}

.inner-header .wieber.unfold2-lgroen {
  background-image: url("../img/2u-wieber-lgroen.svg");
}

.inner-header .wieber.unfold2-grijs {
  background-image: url("../img/2u-wieber-grijs.svg");
}

.inner-header .wieber.opdracht-wieber {
  top: -10.5em;
  left: 0;
  width: 25em;
  height: 24em;
  background-image: url("../img/2u-wieber-groen.svg");
  -webkit-animation: zoom 10s;
          animation: zoom 10s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.inner-header .wieber.opdracht-wieber.compliance {
  background-image: url("../img/wieber-geel.svg");
}

.inner-header .wieber.opdracht-wieber.finance {
  background-image: url("../img/wieber-blauw.svg");
}

.inner-header .wieber.opdracht-wieber.kyc {
  background-image: url("../img/wieber-lgroen.svg");
}

.inner-header .wieber.opdracht-wieber.fg {
  background-image: url("../img/2u-wieber-blauw.svg");
}

.inner-header .wieber.opdracht-wieber.cpo {
  background-image: url("../img/2u-wieber-grijs.svg");
}

.inner-header .wieber.opdracht-wieber.risk {
  background-image: url("../img/2u-wieber-groen.svg");
}

.inner-header .wieber.over-wieber {
  background-image: url("../img/wieber-roze.svg");
}

.inner-header .wieber.wieber-groen {
  background-image: url("../img/wieber-groen.svg");
}

.inner-header .wieber.wieber-roze {
  background-image: url("../img/wieber-roze.svg");
}

.inner-header .wieber.wieber-lgroen {
  left: -1em;
  top: 2.2em;
  width: 17em;
  height: 17em;
  background-image: url("../img/wieber-lgroen.svg");
}

.inner-header .wieber.rotate-ani {
  -webkit-animation: rotate 6s infinite;
          animation: rotate 6s infinite;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.inner-header .wieber.no-ani {
  -webkit-animation: none;
          animation: none;
}

.textvlak {
  position: relative;
  margin-bottom: 4em;
  font-size: 0.9em;
  opacity: 1;
  z-index: 9;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (max-width: 480px) {
  .textvlak {
    margin-bottom: 0;
  }
}

.textvlak h2, .textvlak p {
  margin: 0 0 1em;
}

.textvlak a.terug {
  display: inline-block;
  margin-bottom: 1em;
}

.textvlak.marge-links {
  position: relative;
  left: -5rem;
}

@media (max-width: 1024px) {
  .textvlak.marge-links {
    left: 0;
    width: 100%;
    margin: 0 auto 1em auto;
  }
}

.textvlak.dikgedrukt {
  font-weight: bold;
}

.textvlak.top-marge {
  margin-top: 9.2em;
}

@media (max-width: 480px) {
  .textvlak.top-marge {
    margin-top: 2em;
  }
}

.textvlak.top-marge-klein {
  margin-top: 3.5em;
}

@media (max-width: 480px) {
  .textvlak.top-marge-klein {
    margin-top: 0;
  }
}

.textvlak.padding-links {
  padding-left: 3rem;
}

@media (max-width: 480px) {
  .textvlak.padding-links {
    padding-left: 0;
  }
}

.textvlak.hide {
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.juiste-mindset {
  position: relative;
  padding-left: 4em;
  margin: 5em 0;
}

@media (max-width: 1024px) {
  .juiste-mindset {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .juiste-mindset {
    margin-top: 2em;
  }
}

.juiste-mindset .content {
  position: relative;
  z-index: 2;
}

.juiste-mindset .wieber {
  position: absolute;
  top: 0;
  left: 3.2em;
  width: 300px;
  height: 300px;
  background: url("../img/wieber-geel.svg") no-repeat;
  background-size: contain;
  z-index: 1;
}

.juiste-mindset .wieber.wieber-2unfold {
  background-image: url("../img/2u-wieber-groen.svg");
}

@media (max-width: 1024px) {
  .juiste-mindset .wieber {
    top: -3em;
  }
}

.full-width-foto {
  position: relative;
  margin: 0 -4em 3em -4em;
}

@media (max-width: 1024px) {
  .full-width-foto {
    margin: 0 0 3em 0;
  }
}

.full-width-foto img {
  width: 100%;
  height: auto;
}

.full-width-foto .naam {
  position: absolute;
  top: 30%;
  left: 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  width: 6em;
  height: 6em;
  background: url("../img/2u-wieber-groen.svg") no-repeat;
  background-size: contain;
  -webkit-animation: float 3s infinite;
          animation: float 3s infinite;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}

@media (max-width: 1024px) {
  .full-width-foto .naam {
    top: 17%;
    left: 76%;
    font-size: 0.7em;
    width: 5em;
    height: 5em;
  }
}

.full-width-foto .naam.siebe {
  top: 30%;
  left: 15%;
  -webkit-animation: float 5s infinite;
          animation: float 5s infinite;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
  background-image: url("../img/2u-wieber-blauw.svg");
}

@media (max-width: 480px) {
  .full-width-foto .naam.siebe {
    left: 10%;
  }
}

.full-width-foto .naam span {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.contact-info h2 {
  margin: 0;
}

@media (max-width: 480px) {
  .contact-info {
    margin-bottom: 2em;
  }
}

.page-2-kol {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 4em;
  z-index: 2;
}

@media (max-width: 1024px) {
  .page-2-kol {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.page-2-kol h3, .page-2-kol h4 {
  margin: 0.5em 0;
}

.page-2-kol ul {
  margin: 0 0 2em 1em;
  list-style: disc;
}

.page-2-kol ul li {
  list-style-position: outside;
}

.page-2-kol.links-breder {
  -ms-grid-columns: 2fr 1fr;
      grid-template-columns: 2fr 1fr;
}

.page-2-kol .stappen-container {
  margin-bottom: 3em;
  margin-top: 2em;
}

@media (max-width: 480px) {
  .page-2-kol .stappen-container {
    margin-top: -3em;
  }
}

.page-2-kol .stappen-container .stap {
  position: relative;
  padding: 4em 0 0 4em;
}

.page-2-kol .stappen-container .stap h3, .page-2-kol .stappen-container .stap p {
  margin: 0;
}

.page-2-kol .stappen-container .stap .icoon {
  position: absolute;
  top: 2.25em;
  left: 0;
  width: 3em;
  height: 3em;
  background: url("../img/wieber-blauw.svg") no-repeat;
  background-size: contain;
  padding: 0.75em;
  font-weight: 700;
  text-align: center;
}

.page-2-kol .stappen-container .stap .icoon.geel {
  background: url("../img/wieber-geel.svg") no-repeat;
  background-size: contain;
}

.page-2-kol .stappen-container .stap .icoon.groen {
  background: url("../img/wieber-groen.svg") no-repeat;
  background-size: contain;
}

.page-2-kol .stappen-container .stap .icoon.roze {
  background: url("../img/wieber-roze.svg") no-repeat;
  background-size: contain;
}

.page-2-kol .stappen-container .stap .icoon.lgroen {
  background: url("../img/2u-wieber-lgroen.svg") no-repeat;
  background-size: contain;
}

.page-2-kol .stappen-container .stap .icoon.blauw {
  background: url("../img/2u-wieber-blauw.svg") no-repeat;
  background-size: contain;
}

.page-2-kol .stappen-container .stap .icoon.groen {
  background: url("../img/2u-wieber-groen.svg") no-repeat;
  background-size: contain;
}

.page-2-kol .stappen-container .stap:nth-child(1) .icoon {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.page-2-kol .stappen-container .stap:nth-child(2) .icoon {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

.page-2-kol .stappen-container .stap:nth-child(3) .icoon {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.page-2-kol .stappen-container .stap:hover .icoon {
  -webkit-animation: pulse 2s infinite !important;
          animation: pulse 2s infinite !important;
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

.page-2-kol .side-content {
  position: relative;
}

.page-2-kol .side-content.first {
  padding-top: 7em;
}

@media (max-width: 480px) {
  .page-2-kol .side-content.first {
    padding-top: 0;
  }
}

.page-2-kol .side-content h3 {
  margin: 0.5em 0 0.25em;
}

.page-2-kol .side-content .content {
  position: absolute;
  top: 3rem;
  width: 65%;
  font-weight: 700;
  z-index: 1;
  z-index: 10;
}

.page-2-kol .side-content .content.adres-contact {
  font-weight: 300;
}

.page-2-kol .side-content .content.adres-contact strong {
  font-weight: 700;
}

@media (max-width: 1024px) {
  .page-2-kol .side-content .content {
    position: relative;
    width: 100%;
    top: inherit;
    margin: 3em 0;
  }
}

@media (max-width: 480px) {
  .page-2-kol .side-content .content {
    font-weight: 300;
    z-index: 10;
  }
}

.page-2-kol .side-content ul {
  list-style-position: outside;
  margin: 0.5em 1em 2em;
}

.page-2-kol .side-content ul li {
  margin: 0.5em 0 0.5em;
}

.page-2-kol.inside-jobs-row {
  padding-left: 5em;
}

@media (max-width: 480px) {
  .page-2-kol.inside-jobs-row {
    margin: 3em 0 4em;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .page-2-kol .onze-opdrachtgevers {
    margin: 3em 0 3em 0 !important;
  }
  .page-2-kol .onze-opdrachtgevers p {
    margin: 0;
  }
}

.banx-ruler {
  position: relative;
  z-index: 9;
  margin: 3em 0;
  border-top: 2px solid #000;
}

.wieber-uitleg {
  font-size: 0.7em;
}

.wieber-uitleg .uitleg {
  padding-left: 2rem;
  margin-bottom: 1em;
  background: url("../img/2u-wieber-blauw.svg") no-repeat left 0.25em;
  background-size: 1.5em;
}

.wieber-uitleg .uitleg.blauw {
  background-image: url("../img/2u-wieber-blauw.svg");
}

.wieber-uitleg .uitleg.grijs {
  background-image: url("../img/2u-wieber-grijs.svg");
}

.wieber-uitleg .uitleg.lgroen {
  background-image: url("../img/2u-wieber-lgroen.svg");
}

.wieber-uitleg .uitleg h3, .wieber-uitleg .uitleg p {
  margin: 0;
}

/* Photo content container */
.banx-photo {
  position: relative;
}

.banx-photo.right {
  width: 100%;
  right: -4em;
}

.banx-photo.right.less-wide {
  width: 75%;
  right: calc(-25% - 4em);
}

@media (max-width: 480px) {
  .banx-photo.right.less-wide {
    width: 100%;
    right: 0;
  }
}

@media (max-width: 1024px) {
  .banx-photo.right {
    width: 100%;
    right: 0;
  }
}

.banx-photo.right.full-width {
  width: calc(100% + 4em);
  right: inherit;
}

.banx-photo.left {
  width: 100%;
  left: -4em;
}

.banx-photo.left.chickie {
  margin-top: 13em;
}

@media (max-width: 1024px) {
  .banx-photo.left.chickie {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

@media (max-width: 1024px) {
  .banx-photo.left {
    width: 100%;
    left: 0;
  }
}

.banx-photo img:not(.foto-logo) {
  width: 100%;
  height: auto;
}

.banx-photo .inline-logo {
  position: absolute;
  bottom: -2em;
  width: 3em;
  left: calc(50% - 1.5em);
}

.banx-photo .start-toets {
  position: relative;
  top: -4em;
  left: -1.8em;
  width: 16rem;
  height: 16rem;
  font-size: 2rem;
  padding: 4.75rem 2rem 3.5rem 3.5rem;
  color: #fff;
  line-height: 1em;
  background: url("../img/wieber-groen.svg") no-repeat;
  background-size: contain;
}

@media (max-width: 1024px) {
  .banx-photo .start-toets {
    left: 25%;
  }
}

.banx-photo .start-toets.pulse {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.banx-photo .start-toets a.button {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-top: 0.4em;
}

.opdrachten-archive {
  padding-bottom: 4em;
}

.opdrachten-archive .filter {
  width: 100%;
  border-bottom: 2px solid #000;
  font-size: 0.7em;
}

.opdrachten-archive .filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 480px) {
  .opdrachten-archive .filter ul {
    position: relative;
    top: 1px;
  }
}

.opdrachten-archive .filter ul li {
  display: inline-block;
}

.opdrachten-archive .filter ul li a {
  display: block;
  padding: 0.35em 0.5em 0.35em 0.5em;
  text-decoration: none;
}

.opdrachten-archive .filter ul li:hover a, .opdrachten-archive .filter ul li.active a {
  background: #000;
  color: #fff;
}

.opdrachten-archive .container {
  padding-top: 1em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 2em;
}

@media (max-width: 480px) {
  .opdrachten-archive .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.opdrachten-archive .opdracht {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  grid-gap: 2em;
  font-size: 0.8rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.opdrachten-archive .opdracht:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media (max-width: 1024px) {
  .opdrachten-archive .opdracht {
    font-size: 0.7em;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .opdrachten-archive .opdracht {
    font-size: 1em;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.opdrachten-archive .opdracht .photo {
  display: block;
  position: relative;
  height: 23em;
  width: 23em;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

@media (max-width: 1024px) {
  .opdrachten-archive .opdracht .photo {
    height: 17em;
    width: 17em;
  }
}

@media (max-width: 480px) {
  .opdrachten-archive .opdracht .photo {
    margin-left: 2em;
  }
}

.opdrachten-archive .opdracht .photo .clip {
  position: relative;
  width: 100%;
  height: 100%;
  background: #cdcdcd;
  overflow: hidden;
  border-radius: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 2;
}

@media (max-width: 1024px) {
  .opdrachten-archive .opdracht .photo .clip {
    border-radius: 2.5rem;
  }
}

@media (max-width: 1024px) {
  .opdrachten-archive .opdracht .photo .clip {
    border-radius: 1rem;
  }
}

.opdrachten-archive .opdracht .photo .clip img {
  width: auto;
  height: 100%;
  -webkit-transform: rotate(45deg) scale(1.4);
          transform: rotate(45deg) scale(1.4);
}

.opdrachten-archive .opdracht .photo .shadow {
  position: absolute;
  top: 0;
  left: 7em;
  width: 23em;
  height: 23em;
  background: url("../img/wieber-geel.svg") no-repeat;
  background-size: contain;
  opacity: 0.7;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

@media (max-width: 1024px) {
  .opdrachten-archive .opdracht .photo .shadow {
    left: 4em;
    height: 17em;
    width: 17em;
  }
}

.opdrachten-archive .opdracht .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -2em;
  z-index: 9;
}

@media (max-width: 480px) {
  .opdrachten-archive .opdracht .content {
    margin-left: 0;
    padding: 0 3em;
  }
}

.opdrachten-archive .opdracht .content .holder h2, .opdrachten-archive .opdracht .content .holder h3 {
  margin-bottom: 0;
}

.opdrachten-archive .opdracht .content .holder h2 a, .opdrachten-archive .opdracht .content .holder h3 a {
  text-decoration: none;
}

.opdrachten-archive .opdracht .content .holder ul {
  list-style-image: disc;
  list-style-position: inside;
}

.opdrachten-archive .opdracht .content .holder a.button {
  margin-top: 1em;
  font-size: 0.7rem;
}

.opdrachten-archive .opdracht.kyc .photo .shadow {
  background-image: url("../img/wieber-groen.svg");
}

.opdrachten-archive .opdracht.compliance .photo .shadow {
  background-image: url("../img/wieber-geel.svg");
}

.opdrachten-archive .opdracht.finance .photo .shadow {
  background-image: url("../img/wieber-blauw.svg");
}

.opdrachten-archive .opdracht.fg .photo .shadow {
  background-image: url("../img/2u-wieber-blauw.svg");
}

.opdrachten-archive .opdracht.cpo .photo .shadow {
  background-image: url("../img/2u-wieber-grijs.svg");
}

.opdrachten-archive .opdracht.risk .photo .shadow {
  background-image: url("../img/2u-wieber-lgroen.svg");
}

.opdrachten-archive .opdracht .mindpaper-teaser .content .holder .leestijd {
  padding: 0.5em 0;
  font-style: italic;
}

.logo-box .intro {
  padding: 1em 0 1em 4em;
  text-transform: uppercase;
}

.logo-box .logo-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 2em;
  padding: 3em 0;
  border-top: 2px solid #000;
}

.logo-box .logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em;
  text-align: center;
  background: url("../img/wieber-geel.svg") no-repeat center;
  background-size: contain;
}

.logo-box .logo-item .logo {
  width: 60%;
  mix-blend-mode: darken;
}

.job-omschrijving ul {
  margin: 1em 0 0 2em;
}

.reactie-formulier {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  overflow: hidden;
}

.reactie-formulier.formulier-marge {
  right: -4em;
  top: -2em;
}

.reactie-formulier .formulier {
  margin: 2em 0 0;
  position: relative;
  right: -100%;
  padding: 2em;
  background: #78a5b4;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.reactie-formulier .formulier.compliance {
  background: #e6a55a;
}

.reactie-formulier .formulier.finance {
  background: #78a5b4;
}

.reactie-formulier .formulier.kyc {
  background: #78afa5;
}

.reactie-formulier span.light {
  font-weight: 300;
}

.reactie-formulier.active {
  display: block;
}

.reactie-formulier.active .formulier {
  right: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.reactie-formulier a.close {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
}

.reactie-formulier a.close::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.reactie-formulier a.close::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.blokjes-animatie {
  position: absolute;
  right: 10em;
  top: -3em;
}

.blokjes-animatie .blokje {
  position: relative;
  display: inline-block;
  width: 7em;
  height: 7em;
  background: url("../img/wieber-groen.svg") no-repeat center;
  background-size: contain;
  -webkit-animation: float 3s infinite;
          animation: float 3s infinite;
  opacity: 0.5;
}

.blokjes-animatie .blokje.blokje2 {
  width: 5em;
  height: 5em;
  background: url("../img/wieber-blauw.svg") no-repeat center;
  background-size: contain;
  margin-left: 1em;
  margin-top: -2em;
  -webkit-animation: float 4s infinite;
          animation: float 4s infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.deel-box {
  position: relative;
}

@media (max-width: 480px) {
  .deel-box {
    margin-top: 3em;
  }
}

.deel-box .banx-photo {
  position: relative;
  z-index: 3;
}

.deel-box .banx-photo .inline-logo {
  bottom: 2em;
  left: auto;
  right: -1.5em;
}

@media (max-width: 480px) {
  .deel-box .banx-photo .inline-logo {
    right: 2em;
  }
}

@media (max-width: 480px) {
  .deel-box .banx-photo {
    width: calc(100% - 2em);
  }
}

.deel-box .content {
  position: relative;
  z-index: 2;
  width: 70%;
  margin: 1em 0;
  padding-left: 5em;
}

@media (max-width: 480px) {
  .deel-box .content {
    width: 100%;
    padding-left: 0;
  }
}

.deel-box .sharing {
  position: relative;
  padding-left: 5em;
}

@media (max-width: 480px) {
  .deel-box .sharing {
    padding-left: 0;
    z-index: 9;
  }
}

.deel-box .background {
  position: absolute;
  bottom: -1.7em;
  right: 0.5em;
  width: 18em;
  height: 18em;
  background: url("../img/wieber-lgroen.svg") no-repeat center;
  background-size: contain;
  z-index: 1;
}

.banx-test {
  position: relative;
  background: #78afa5;
  padding: 3em 0;
  height: 80vh;
  min-height: 600px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .banx-test {
    min-height: 500px;
    height: inherit;
  }
}

.banx-test .vraag-item {
  position: absolute;
  left: calc(50% - 16.6%);
  width: 33.3%;
  max-width: 500px;
  min-height: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 3em;
  -webkit-box-shadow: 5px 5px 5px 0.5;
          box-shadow: 5px 5px 5px 0.5;
}

@media (max-width: 480px) {
  .banx-test .vraag-item {
    left: 12.5%;
    width: 75%;
    min-height: 400px;
    height: inherit;
    padding: 2em;
  }
}

.banx-test .vraag-item .title {
  border-bottom: 2px solid #000;
  margin: 0 -1em;
  padding: 1em 1em;
  font-weight: bold;
}

.banx-test .vraag-item .start a.button {
  margin-top: 1em;
}

.banx-test .vraag-item .vraag {
  padding-top: 1em;
}

.banx-test .vraag-item .antwoord {
  position: relative;
  height: 30vh;
  min-height: 200px;
  margin-bottom: 3em;
  border-bottom: 2px solid #000;
  font-weight: bold;
  z-index: 3;
}

@media (max-width: 480px) {
  .banx-test .vraag-item .antwoord {
    height: inherit;
    min-height: 150px;
  }
}

.banx-test .vraag-item .antwoord .options {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 1em 1em 0;
  z-index: 2;
}

.banx-test .vraag-item .antwoord .options .optie {
  cursor: pointer;
}

.banx-test .vraag-item .antwoord .options .optie .checkbox {
  position: relative;
  top: 0;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.5em;
  border: 1px solid #000;
  border-radius: 3px;
}

.banx-test .vraag-item .antwoord .options .optie.active .checkbox,
.banx-test .vraag-item .antwoord .options .optie:hover .checkbox {
  background: #000;
}

.banx-test .vraag-item .antwoord .animatie {
  position: absolute;
  left: -25%;
  bottom: 1em;
  width: 100%;
  height: 125%;
  opacity: 0.75;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 1;
}

@media (max-width: 480px) {
  .banx-test .vraag-item .antwoord .animatie {
    left: -3em;
  }
}

.banx-test .vraag-item .antwoord .animatie .loper {
  position: relative;
  width: 100%;
  height: 100%;
}

.banx-test .vraag-item .antwoord .animatie .loper .kant {
  position: relative;
  display: block;
  height: 50%;
  width: 100%;
}

.banx-test .vraag-item .antwoord .animatie .loper .kant span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/wieber-geel.svg") no-repeat center;
  background-size: contain;
}

.banx-test .vraag-item .antwoord .animatie .loper .kant.onder span {
  position: absolute;
  bottom: 0;
  height: 0%;
}

.banx-test .vraag-item .antwoord .animatie .loper .kant.boven span {
  position: absolute;
  top: 0;
  height: 100%;
}

.banx-test .vraag-item .antwoord .animatie.animate .loper .kant.onder span {
  height: 100%;
  -webkit-transition: 6s all;
  transition: 6s all;
}

.banx-test .vraag-item .antwoord .animatie.animate .loper .kant.boven span {
  height: 0%;
  -webkit-transition: 6s all;
  transition: 6s all;
}

.banx-test .vraag-item.status-0 {
  left: 100%;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.banx-test .vraag-item.status-1 {
  left: calc(50% - 16.6%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

@media (max-width: 480px) {
  .banx-test .vraag-item.status-1 {
    left: calc(12.5%);
  }
}

.banx-test .vraag-item.status-2 {
  left: -40%;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

@media (max-width: 480px) {
  .banx-test .vraag-item.status-2 {
    left: -80%;
  }
}

.banx-test .vraag-item.einde .positief,
.banx-test .vraag-item.einde .negatief {
  display: none;
}

.banx-test .vraag-item.einde .positief.active,
.banx-test .vraag-item.einde .negatief.active {
  display: block;
}

.banx-test .vraag-item.formulier {
  left: 100%;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.banx-test .vraag-item.formulier h3 {
  color: #fff;
}

.banx-test .vraag-item.formulier.active-formulier {
  left: calc(50% - 16.6%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

@media (max-width: 480px) {
  .banx-test .vraag-item.formulier.active-formulier {
    left: calc(12.5%);
    padding: 3em 1em 1em 1em;
    font-size: 0.8em;
  }
}

.banx-test .vraag-item.formulier .formulier-container {
  background: #e6a55a;
  padding: 2em;
}

@media (max-width: 480px) {
  .banx-test .vraag-item.formulier .formulier-container {
    padding: 1em;
  }
}

@media (max-width: 480px) {
  .banx-test .vraag-item.formulier .frm_forms.frm_style_formidable-style.with_frm_style label,
  .banx-test .vraag-item.formulier .frm_forms.frm_style_formidable-style.with_frm_style input,
  .banx-test .vraag-item.formulier .frm_forms.frm_style_formidable-style.with_frm_style button {
    font-size: 0.8em;
  }
}

.banx-test .vraag-item.formulier input::-webkit-outer-spin-button,
.banx-test .vraag-item.formulier input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.banx-test .vraag-item.formulier input[type=number] {
  -moz-appearance: textfield;
}

.banx-test .navigatie {
  display: none;
  position: absolute;
  top: calc(50% - 2em);
  width: 100%;
  opacity: 0;
}

.banx-test .navigatie.active {
  opacity: 1;
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media (max-width: 1024px) {
  .banx-test .navigatie {
    display: none;
  }
}

.banx-test .navigatie .arrow {
  position: absolute;
  width: 2em;
  height: 4em;
  background: url("../img/prev-arrow.svg") no-repeat;
  background-size: contain;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  cursor: pointer;
}

.banx-test .navigatie .arrow.prev {
  left: 20%;
}

.banx-test .navigatie .arrow.next {
  right: 20%;
  background-image: url("../img/next-arrow.svg");
}

.banx-test .navigatie .arrow:hover {
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.contactformulier {
  position: relative;
  padding: 5em 0;
  background: #879ca8;
  z-index: 2;
}

@media (max-width: 480px) {
  .contactformulier {
    padding: 1em 0;
  }
}

.contactformulier h3 {
  color: #fff;
}

.contactformulier .ruler {
  margin: 0 -5em;
  border-top: 1px solid #fff;
}

.footer-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
  grid-gap: 4em;
  margin-top: 3em;
  padding: 2em 0;
  font-size: 0.8rem;
  border-top: 2px solid #000;
}

@media (max-width: 480px) {
  .footer-menu {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.footer-menu p {
  margin: 0;
}

.footer-menu .adres {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.5em 1fr 1fr;
      grid-template-columns: 5.5em 1fr 1fr;
  grid-gap: 1em;
}

.footer-menu .links-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
}

.footer-menu .links-container a {
  text-decoration: none;
}

.footer-menu .links-container a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .footer-menu .links-container {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.footer-menu .inline-logo {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url("../img/2unfold-logo.svg") no-repeat center;
  background-size: contain;
}

.copy-bar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 0 -2.5em;
  padding: 1em 2em;
  background: #000;
  color: #fff;
  font-size: 0.8rem;
}

@media (max-width: 480px) {
  .copy-bar {
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
  }
}

.copy-bar .authors {
  text-align: right;
}

.copy-bar .authors a {
  text-decoration: none;
  color: #fff;
}

.meer-info-knop-float {
  position: fixed;
  bottom: -12em;
  right: 2em;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

.meer-info-knop-float.active {
  bottom: 7em;
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}

.mobile-menu-box {
  position: fixed;
  width: 40%;
  height: 100%;
  top: 0;
  right: -100%;
  padding: 5em 3em;
  background: #000;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-box-shadow: 3px 3px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 3px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1440px) {
  .mobile-menu-box {
    width: 33.3%;
  }
}

@media (max-width: 1024px) {
  .mobile-menu-box {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .mobile-menu-box {
    width: 90%;
  }
}

.mobile-menu-box.visible {
  right: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.mobile-menu-box .menu ul {
  margin: 0;
  padding-top: 2em;
  border-top: 1px solid #fff;
}

.mobile-menu-box .menu ul li {
  display: block;
  text-align: left;
  padding: 0 0 0.5em;
}

.mobile-menu-box .menu ul li a {
  color: #fff;
  text-decoration: none;
}

.mobile-menu-box .menu ul li a br {
  display: none;
}

.mobile-menu-box .close {
  position: absolute;
  right: 3em;
  top: 2em;
  height: 2em;
}

.mobile-menu-box .close .hamburger-inner,
.mobile-menu-box .close .hamburger-inner::before,
.mobile-menu-box .close .hamburger-inner::after {
  background-color: #fff !important;
}

.share-overlay {
  position: fixed;
  bottom: -50vh;
  left: calc(50% - 250px);
  padding: 2em;
  max-width: 550px;
  background: #fff;
  z-index: 999;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (max-width: 480px) {
  .share-overlay {
    width: 90%;
    left: 5%;
  }
}

.share-overlay input {
  width: 100%;
  padding: 0.5em;
}

.share-overlay h4 {
  margin: 0 0 0.5em;
}

.share-overlay.active {
  bottom: 10em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.share-overlay .note {
  font-size: 0.7em;
}

.share-overlay a.close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  font-size: 0.8em;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.overlay.active {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: 1s all;
  transition: 1s all;
}

#cookie-notice .cn-button {
  border-radius: 0;
  padding: 1em 1.5em;
  font-family: 'Work Sans';
  font-weight: 300;
  text-transform: uppercase;
}

.moove-gdpr-branding-cnt {
  display: none !important;
}

.training-style .inner-header {
  -ms-grid-columns: 1fr 0.25fr;
      grid-template-columns: 1fr 0.25fr;
}

@-webkit-keyframes pulse {
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes pulse {
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
/*# sourceMappingURL=global.css.map */