@-webkit-keyframes fade-in-body {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fade-in-body {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in-body {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-in-left-relative {
  0% {
    margin-right: 4rem;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

@-o-keyframes fade-in-left-relative {
  0% {
    margin-right: 4rem;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

@keyframes fade-in-left-relative {
  0% {
    margin-right: 4rem;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

@-webkit-keyframes fade-in-up-absolute {
  0% {
    top: 3em;
    opacity: 0; }
  100% {
    top: 1em;
    opacity: 1; } }

@-o-keyframes fade-in-up-absolute {
  0% {
    top: 3em;
    opacity: 0; }
  100% {
    top: 1em;
    opacity: 1; } }

@keyframes fade-in-up-absolute {
  0% {
    top: 3em;
    opacity: 0; }
  100% {
    top: 1em;
    opacity: 1; } }

@-webkit-keyframes fade-in-body {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fade-in-body {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in-body {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-in-left-relative {
  0% {
    margin-right: 4rem;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

@-o-keyframes fade-in-left-relative {
  0% {
    margin-right: 4rem;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

@keyframes fade-in-left-relative {
  0% {
    margin-right: 4rem;
    opacity: 0; }
  100% {
    margin-right: 0;
    opacity: 1; } }

@-webkit-keyframes fade-in-up-absolute {
  0% {
    top: 3em;
    opacity: 0; }
  100% {
    top: 1em;
    opacity: 1; } }

@-o-keyframes fade-in-up-absolute {
  0% {
    top: 3em;
    opacity: 0; }
  100% {
    top: 1em;
    opacity: 1; } }

@keyframes fade-in-up-absolute {
  0% {
    top: 3em;
    opacity: 0; }
  100% {
    top: 1em;
    opacity: 1; } }

.paragraph.paragraph--color {
  display: table; }

.paragraph.paragraph--color > .paragraph__column {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.paragraph.paragraph--color + .paragraph > .paragraph__column {
  padding-top: 2rem; }

.vbp_color_00 {
  background-color: none;
  color: #555; }
  .vbp_color_00 a:not(.btn) {
    color: #555; }
    .vbp_color_00 a:not(.btn):hover, .vbp_color_00 a:not(.btn):focus, .vbp_color_00 a:not(.btn):active, .vbp_color_00 a:not(.btn).is-active {
      color: #555; }

.vbp_color_01 {
  background-color: #f8f8f8;
  color: #444; }
  .vbp_color_01 a:not(.btn) {
    color: #444; }
    .vbp_color_01 a:not(.btn):hover, .vbp_color_01 a:not(.btn):focus, .vbp_color_01 a:not(.btn):active, .vbp_color_01 a:not(.btn).is-active {
      color: #444; }

.vbp_color_02 {
  background-color: #2c3e50;
  color: #DDD; }
  .vbp_color_02 a:not(.btn) {
    color: #DDD; }
    .vbp_color_02 a:not(.btn):hover, .vbp_color_02 a:not(.btn):focus, .vbp_color_02 a:not(.btn):active, .vbp_color_02 a:not(.btn).is-active {
      color: #DDD; }

.vbp_color_03 {
  background-color: #212121;
  color: #BBB; }
  .vbp_color_03 a:not(.btn) {
    color: #BBB; }
    .vbp_color_03 a:not(.btn):hover, .vbp_color_03 a:not(.btn):focus, .vbp_color_03 a:not(.btn):active, .vbp_color_03 a:not(.btn).is-active {
      color: #BBB; }

.vbp_color_04 {
  background-color: #d3d3d3;
  color: #222; }
  .vbp_color_04 a:not(.btn) {
    color: #222; }
    .vbp_color_04 a:not(.btn):hover, .vbp_color_04 a:not(.btn):focus, .vbp_color_04 a:not(.btn):active, .vbp_color_04 a:not(.btn).is-active {
      color: #222; }

.vbp_color_05 {
  background-color: #000000;
  color: #FFF; }
  .vbp_color_05 a:not(.btn) {
    color: #FFF; }
    .vbp_color_05 a:not(.btn):hover, .vbp_color_05 a:not(.btn):focus, .vbp_color_05 a:not(.btn):active, .vbp_color_05 a:not(.btn).is-active {
      color: #FFF; }

.footer-wrapper {
  background-color: #212121;
  color: #BBB;
  padding-top: 3rem; }
  .footer-wrapper ul {
    padding-left: 0; }
  .footer-wrapper li {
    list-style: none; }
  .footer-wrapper a {
    color: #BBB; }
    .footer-wrapper a:active, .footer-wrapper a:focus, .footer-wrapper a:hover {
      text-decoration: none; }
  .footer-wrapper h3 {
    border-bottom: solid 1px #BBB;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 180%; }
  .footer-wrapper .footer--INQUIRY {
    color: #B16060; }
    .footer-wrapper .footer--INQUIRY:active, .footer-wrapper .footer--INQUIRY:focus, .footer-wrapper .footer--INQUIRY:hover {
      text-decoration: none;
      color: #c28282; }
    .footer-wrapper .footer--INQUIRY::before {
      content: "ballot";
      font-family: 'Material Icons';
      position: relative;
      margin-right: 0.4em;
      top: 2px;
      font-weight: normal; }
  .footer-wrapper .footer--ADDRESS::before {
    content: "place";
    font-family: 'Material Icons';
    position: relative;
    margin-right: 0.4em;
    top: 2px;
    font-weight: normal; }
  .footer-wrapper .footer--TEL::before {
    content: "phone";
    font-family: 'Material Icons';
    position: relative;
    margin-right: 0.4em;
    top: 2px;
    font-weight: normal; }
  .footer-wrapper .footer--FAX::before {
    content: "print";
    font-family: 'Material Icons';
    position: relative;
    margin-right: 0.4em;
    top: 2px;
    font-weight: normal; }
  .footer-wrapper .footer--MAIL::before {
    content: "email";
    font-family: 'Material Icons';
    position: relative;
    margin-right: 0.4em;
    top: 2px;
    font-weight: normal; }
