
/*
  Table of Content
==================================================
  
  01. Bootstrap
  02. Carousel
  03. Dropdown
  04. Helper
  05. Animation
  06. Common
  07. Wrapper
  08. Modal
  09. Popup
  10. Notification
  11. Header
  12. Nav
  13. Banner
  14. Cta
  15. Toolbar
  16. Footer
  17. Editor
  18. Faq
  19. Testimonial
  20. Accordion
  21. Button
  22. Aside
  23. Form
  24. Story
  25. Project
  26. Download
  27. Sponsorship
  28. Team
  29. Gallery
*/

/**
--------------------------------------------------
  Bootstrap
--------------------------------------------------
**/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .modal-header:after, .modal-footer:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/**
--------------------------------------------------
  Carousel
--------------------------------------------------
**/
.owl-carousel, .owl-stage, .owl-stage-outer, .owl-item {
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}
.owl-loaded, .owl-loading {
  display: block;
}
.owl-loading, .owl-hidden {
  opacity: 0;
}
.owl-refresh .owl-item {
  display: none;
}
.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-stage {
  -ms-touch-action: pan-Y;
}
.owl-stage:after, .owl-stage:before {
  display: table;
  content: "";
}
.owl-stage:after {
  clear: both;
}
.owl-stage-outer {
  z-index: 1;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-item {
  float: left;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-item.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-item.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.owl-item.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.owl-nav.disabled, .owl-dots.disabled {
  display: none;
}
.owl-prev, .owl-next, .owl-dot {
  cursor: pointer;
}
.owl-animated-in {
  z-index: 1;
}
.owl-animated-out {
  z-index: 0;
}
.owl-height {
  -webkit-transition: height 0.25s ease-out;
  -o-transition: height 0.25s ease-out;
  transition: height 0.25s ease-out;
}

/**
--------------------------------------------------
  Dropdown
--------------------------------------------------
**/
.dropdown {
  position: relative;
  z-index: 5;
}
.dropdown-select {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 1px;
  opacity: 0;
}
.dropdown-header, .dropdown-body {
  overflow: hidden;
  border-radius: 30px;
}
.dropdown-header {
  position: relative;
  background-color: rgba(255, 255, 255, 0.35);
  border: rgba(151, 151, 151, 0.35) solid 2px;
  color: rgba(93, 93, 93, 0.35);
}
.dropdown-header.selected {
  background-color: #fff;
  color: #5d5d5d;
}
.dropdown-header:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-top-color: rgba(0, 0, 0, 0.35);
}
.dropdown-body {
  position: absolute;
  top: 12px;
  right: 12px;
  left: -12px;
  padding: 15px 0;
  background-color: #fff;
  border: #979797 solid 2px;
  color: #5d5d5d;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.dropdown-body ul,
.dropdown-body li {
  margin: 0;
  padding: 0;
}
.dropdown-body ul {
  list-style-type: none;
}
.dropdown-body li:hover {
  background-color: rgba(93, 93, 93, 0.05);
}
.dropdown.active {
  z-index: 6;
}
.dropdown.active .dropdown-header {
  background-color: #fff;
}
.dropdown.active .dropdown-body {
  opacity: 1;
  visibility: visible;
}

/* xs */
@media (max-width: 767px) {
  .dropdown-header {
    padding: 10px 18px;
  }
  .dropdown-body li {
    padding: 2px 18px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .dropdown-header {
    padding: 13px 23px;
  }
  .dropdown-body li {
    padding: 2px 23px;
  }
}

/**
--------------------------------------------------
  Helper
--------------------------------------------------
**/
.p-static {
  position: static;
}

/**
--------------------------------------------------
  Animation
--------------------------------------------------
**/
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

/**
--------------------------------------------------
  Common
--------------------------------------------------
**/
body {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  color: #000;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none !important;
  color: #4d79df;
}
a:hover {
  color: #000;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.35;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.35;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.35;
}

a,
input,
textarea,
select,
button {
  outline: 0;
  -webkit-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

/**
--------------------------------------------------
  Wrapper
--------------------------------------------------
**/
.wrapper {
  position: relative;
  min-width: 320px;
  overflow: hidden;
}

/**
--------------------------------------------------
  Modal
--------------------------------------------------
**/
.modal-backdrop {
  background-color: #4d79df;
}
.modal-dialog {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.35);
}

/* xs */
@media (max-width: 767px) {
  .modal-dialog {
    width: 90.625%;
    max-width: 480px;
    min-width: 290px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1199px) {
  .modal-dialog {
    width: 640px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .modal-dialog {
    width: 960px;
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

/**
--------------------------------------------------
  Popup
--------------------------------------------------
**/
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../img/bg-sprites.png);
  background-position: 0 -270px;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.popup-header, .popup-line {
  background-color: #5b85ea;
  border-radius: 15px 15px 0 0;
}
.popup-title, .popup-name {
  margin: 0;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.25;
  color: #fff;
}
.popup-position {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
}
.popup-line {
  height: 50px;
  overflow: hidden;
}
.popup-body {
  background-color: #fffbf4;
  border-radius: 0 0 15px 15px;
}
.popup-description {
  color: #474747;
}
.popup-description p,
.popup-description ul,
.popup-description ol {
  margin: 0;
  padding: 0;
}
.popup-description p:first-child,
.popup-description ul:first-child,
.popup-description ol:first-child {
  margin-top: 0;
}
.popup-description ul,
.popup-description ol {
  margin-left: 2em;
}
.popup-description ul {
  list-style-type: square;
}
.popup-description ol {
  list-style-type: numberic;
}
.popup-description strong {
  font-weight: 700;
}
.popup-description em {
  font-style: italic;
}
.popup-button, .popup-link {
  font-family: "brandon-grotesque", sans-serif;
}
.popup-button a {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 30px;
  color: #fff;
}
.popup-button a.solid {
  background-color: #5b85ea;
  border: #5b85ea solid 2px;
}
.popup-button a.solid:hover {
  background-color: rgba(91, 133, 234, 0.75);
}
.popup-button a.outline {
  background-color: #fff;
  border: rgba(0, 0, 0, 0.25) solid 2px;
  color: rgba(0, 0, 0, 0.25);
}
.popup-button a.outline:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.popup-link {
  text-align: right;
}
.popup-link a {
  position: relative;
  display: inline-block;
  padding: 5px 25px 5px 5px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #3dc2d1;
}
.popup-link a:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 12px;
  pointer-events: none;
  content: "";
  background-image: url(../img/bg-sprites.png);
  background-position: 0 -336px;
  background-repeat: no-repeat;
  background-size: 24px auto;
}
.popup-media--embed {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  background-color: #fff;
}
.popup-media--embed iframe,
.popup-media--embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.popup-media--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  background-color: #5b85ea;
  border-radius: 0 0 15px 15px;
}
.popup-media--button a {
  display: inline-block;
  padding: 10px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.popup-media--button a:hover {
  color: #eaeaea;
}
.popup-contact {
  text-transform: uppercase;
  color: rgba(71, 71, 71, 0.75);
}
.popup-contact strong,
.popup-contact address {
  display: block;
}
.popup-contact strong {
  font-weight: 700;
}
.popup-contact address {
  margin-top: 10px;
  font-style: normal;
}
.popup-contact a {
  color: rgba(71, 71, 71, 0.75);
}
.popup-contact a:hover {
  color: #474747;
}

/* xs - sm - md */
@media (max-width: 1199px) {
  .popup-contact {
    padding-top: 25px;
    padding-bottom: 10px;
    border-top: #eaeaea solid 1px;
  }
}

/* xs */
@media (max-width: 767px) {
  .popup-header {
    padding: 15px 40px 15px 15px;
  }
  .popup-body {
    padding: 20px 15px;
  }
  .popup-title {
    font-size: 20px;
  }
  .popup-name {
    font-size: 24px;
  }
  .popup-position {
    font-size: 14px;
  }
  .popup-description p,
  .popup-description ul,
  .popup-description ol {
    margin-top: 1em;
  }
  .popup-button, .popup-contact {
    margin-top: 30px;
  }
  .popup-button a {
    display: block;
    margin-top: 10px;
    padding: 15px;
    text-align: center;
  }
  .popup-button a:first-child {
    margin-top: 0;
  }
  .popup-link {
    margin-top: 20px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .popup-header {
    padding: 30px 60px 30px 30px;
  }
  .popup-title {
    font-size: 24px;
  }
  .popup-name {
    font-size: 32px;
  }
  .popup-body {
    padding: 30px;
  }
  .popup-description {
    font-size: 18px;
  }
  .popup-description p,
  .popup-description ul,
  .popup-description ol {
    margin-top: 1.5em;
  }
  .popup-link {
    margin-top: 30px;
  }
  .popup-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .popup-button a {
    margin-top: 15px;
    margin-right: 20px;
    padding: 15px 25px;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1199px) {
  .popup-contact {
    margin-top: 35px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .popup-form {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
  .popup-contact {
    text-align: right;
  }
  .popup-group, .popup-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .popup-group {
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .popup-group .popup-button {
    width: 50%;
    margin-top: 0;
  }
  .popup-member .popup-description {
    width: 70%;
  }
}

/**
--------------------------------------------------
  Notification
--------------------------------------------------
**/
.notification {
  padding: 10px 0;
  font-family: "brandon-grotesque", sans-serif;
  text-align: center;
  background-color: #2a2a2a;
}
.notification-info {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #3dc2d1;
}
.notification-button a {
  display: inline-block;
  padding: 10px 28px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  border: #5b85ea solid 2px;
  border-radius: 30px;
  color: #5b85ea;
}
.notification-button a:hover {
  background-color: #5b85ea;
  color: #fff;
}

/* xs - sm */
@media (max-width: 1023px) {
  .notification-button {
    margin-top: 5px;
  }
}

/* md - lg */
@media (min-width: 1024px) {
  .notification-info, .notification-button {
    display: inline-block;
    vertical-align: top;
  }
  .notification-info {
    padding: 6px 0;
  }
  .notification-button {
    margin-left: 20px;
  }
}

/**
--------------------------------------------------
  Header
--------------------------------------------------
**/
.header {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo a {
  display: block;
}
.header-button button {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../img/bg-sprites.png);
  background-position: 0 -400px;
  background-repeat: no-repeat;
  background-size: 40px auto;
}
.header-nav ul,
.header-nav li {
  margin: 0;
  padding: 0;
}
.header-nav ul {
  list-style-type: none;
}
.header-nav a {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.header-nav a:hover {
  color: #2a2a2a;
}

/* xs - sm */
@media (max-width: 1023px) {
  .header {
    padding: 15px;
  }
  .header-logo img {
    width: 50px;
    height: 50px;
  }
}

/* md - lg */
@media (min-width: 1024px) {
  .header {
    max-width: 1380px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
  }
  .header-logo img {
    width: 100px;
    height: 100px;
  }
  .header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-nav ul:first-child {
    font-size: 18px;
  }
  .header-nav ul:first-child li {
    margin-left: 40px;
  }
  .header-nav ul:first-child li:first-child {
    margin-left: 0;
  }
  .header-nav ul:last-child {
    font-size: 14px;
    border-top: #fff solid 2px;
  }
  .header-nav ul:last-child li {
    margin-left: 25px;
  }
  .header-nav ul:last-child li:first-child {
    margin-left: 0;
  }
  .header-nav a {
    padding: 15px 0;
  }
}

/**
--------------------------------------------------
  Nav
--------------------------------------------------
**/
.nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(77, 121, 223, 0.85);
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  -o-transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.nav.active .nav-body li {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.nav-logo {
  padding: 15px;
}
.nav-logo a {
  display: block;
}
.nav-logo img {
  width: 50px;
  height: auto;
}
.nav-button {
  position: absolute;
  top: 20px;
  right: 15px;
}
.nav-button button {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../img/bg-sprites.png);
  background-position: 0 -440px;
  background-repeat: no-repeat;
  background-size: 40px auto;
}
.nav-body ul,
.nav-body li {
  margin: 0;
  padding: 0;
}
.nav-body ul {
  list-style-type: none;
}
.nav-body li {
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.nav-body li:nth-child(1) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.nav-body li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.nav-body li:nth-child(3) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
.nav-body li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.nav-body li:nth-child(5) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.nav-body li:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.nav-body li:nth-child(7) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
.nav-body li:nth-child(8) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.nav-body li:nth-child(9) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.nav-body li:nth-child(10) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.nav-body a {
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.nav-body a:hover {
  color: #2a2a2a;
}

/* xs */
@media (max-width: 767px) {
  .nav-body {
    padding: 10px 0;
  }
  .nav-body a {
    padding: 5px 30px;
    font-size: 20px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .nav-body {
    padding: 20px 0;
  }
  .nav-body a {
    padding: 15px 50px;
    font-size: 28px;
  }
}

/**
--------------------------------------------------
  Banner
--------------------------------------------------
**/
.banner {
  position: relative;
  z-index: 5;
  background-image: -o-linear-gradient(15deg, rgba(77, 121, 223, 0.75), rgba(61, 194, 209, 0.75)), url(../img/bg-banner.png);
  background-image: linear-gradient(75deg, rgba(77, 121, 223, 0.75), rgba(61, 194, 209, 0.75)), url(../img/bg-banner.png);
}
.banner-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.banner-button a {
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../img/bg-sprites.png);
  background-position: 0 -60px;
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80vh;
  max-height: 960px;
}
.banner-headline {
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.banner-headline span {
  display: block;
  color: #c0d3ff;
}
.banner-headline b {
  font-weight: 900;
  color: #fff;
}
.banner-headline i,
.banner-headline em {
  font-style: normal;
}
.banner-spin {
  position: relative;
}
.banner-spin b,
.banner-spin i,
.banner-spin em {
  display: inline-block;
}
.banner-spin b {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.banner-spin b.visible {
  position: relative;
}
.banner-spin i,
.banner-spin em {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.banner-spin i {
  opacity: 0;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.banner-spin i.in {
  -webkit-animation: rotateIn 0.4s forwards;
  animation: rotateIn 0.4s forwards;
}
.banner-spin i.out {
  -webkit-animation: rorateOut 0.4s forwards;
  animation: rorateOut 0.4s forwards;
}
.banner-spin em {
  -webkit-transform: translateZ(-20px);
  transform: translateZ(-20px);
}
.banner-group {
  position: relative;
}
.banner-image {
  position: relative;
  z-index: 1;
}
.banner-image img {
  width: 100%;
  height: auto;
}
.banner-image:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: "";
  background-color: rgba(66, 115, 232, 0.3);
}
.banner-title {
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.9);
  color: #4273e8;
}

/* xs - md */
@media (max-width: 1023px) {
  .banner {
    margin-top: -80px;
  }
  .banner-wrapper {
    min-height: 320px;
    padding-top: 35px;
  }
  .banner-group {
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .banner-title {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65%;
    margin-top: 40px;
    padding: 0.5em 1em;
    text-align: center;
  }
}

/* md - lg */
@media (min-width: 1024px) {
  .banner {
    margin-top: -160px;
  }
  .banner-wrapper {
    min-height: 640px;
    padding-top: 75px;
  }
  .banner-group {
    padding-top: 160px;
    padding-bottom: 15px;
  }
  .banner-title {
    bottom: 45px;
    right: 0;
    /*width: 35%;*/
    padding: 1.25em 1em 0.5em;
    font-size: 32px;
  }
}

/* xs */
@media (max-width: 767px) {
  .banner-headline {
    font-size: 8.5vw;
  }
  .banner-title {
    font-size: 22px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-headline {
    font-size: 65px;
  }
  .banner-title {
    font-size: 28px;
  }
}

/* md */
@media (min-width: 1023px) and (max-width: 1199px) {
  .banner-headline {
    font-size: 85px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .banner-headline {
    font-size: 105px;
  }
}

/**
--------------------------------------------------
  CTA
--------------------------------------------------
**/
.cta {
  font-family: "brandon-grotesque", sans-serif;
  text-align: center;
  background-color: #eaeaea;
}
.cta-info {
  line-height: 1.25;
}
.cta-button a {
  display: inline-block;
  padding: 15px 30px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1.25;
  text-transform: uppercase;
  background-color: #729bf9;
  border-radius: 30px;
  color: #fff;
}
.cta-button a:hover {
  background-color: rgba(114, 155, 249, 0.75);
}
.cta-button a.icon {
  position: relative;
  padding-left: 75px;
}
.cta-button a.icon:before {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 26px;
  pointer-events: none;
  content: "";
  background-position: 0 -80px;
  background-repeat: no-repeat;
  background-size: 40px auto;
}
.cta-button a.icon.i1:before {
  background-image: url(../img/bg-sprites.png);
}
.cta-media {
  position: relative;
  cursor: pointer;
}
.cta-media--image img {
  width: 100%;
  height: auto;
}
.cta-media--body {
  position: absolute;
  font-family: "brandon-grotesque", sans-serif;
  color: #fff;
}
.cta-media--body span,
.cta-media--body strong {
  display: block;
}
.cta-media--body span {
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
}
.cta-media--body strong {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}
.cta-media--body strong:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-left-color: #fff;
}

/* xs - sm - md */
@media (max-width: 1199px) {
  .cta {
    padding: 50px 0;
  }
  .cta-button {
    margin-top: 30px;
  }
}

/* xs - sm */
@media (max-width: 1023px) {
  .cta-media {
    margin-right: auto;
    margin-left: auto;
  }
  .cta-media--image {
    position: relative;
  }
  .cta-media--image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    content: "";
    background-color: rgba(91, 133, 234, 0.85);
  }
  .cta-media--body {
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* xs */
@media (max-width: 767px) {
  .cta-info {
    font-size: 24px;
  }
  .cta-media {
    max-width: 480px;
    margin-top: 30px;
  }
  .cta-media--body {
    padding: 0 20px;
  }
  .cta-media--body span {
    font-size: 24px;
  }
  .cta-media--body strong {
    margin-top: 20px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .cta-media {
    max-width: 640px;
    margin-top: 50px;
  }
  .cta-media--body {
    padding: 0 100px;
  }
  .cta-media--body span {
    font-size: 50px;
  }
  .cta-media--body strong {
    margin-top: 60px;
    padding-left: 30px;
    font-size: 24px;
  }
  .cta-media--body strong:before {
    top: 3px;
    border-width: 8px 0 8px 16px;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1199px) {
  .cta-info {
    font-size: 30px;
  }
}

/* md - lg */
@media (min-width: 1024px) {
  .cta-media--body {
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background-color: #5b85ea;
  }
}

/* md */
@media (min-width: 1024px) and (max-width: 1199px) {
  .cta-media {
    padding: 50px 15px 0 0;
  }
  .cta-media--body {
    width: 85%;
    padding: 25px;
  }
  .cta-media--body span {
    font-size: 24px;
  }
  .cta-media--body strong {
    margin-top: 15px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .cta {
    padding: 80px 0;
  }
  .cta-info, .cta-button {
    display: inline-block;
    vertical-align: top;
  }
  .cta-info {
    padding: 5px 0;
    font-size: 32px;
  }
  .cta-button {
    margin-left: 50px;
  }
  .cta-media {
    padding: 60px 20px 0 0;
  }
  .cta-media--body {
    width: 75%;
    padding: 35px 25px;
  }
  .cta-media--body span {
    font-size: 26px;
  }
  .cta-media--body strong {
    margin-top: 25px;
  }
}

/**
--------------------------------------------------
  Toolbar
--------------------------------------------------
**/
.toolbar {
  background-color: #2a2a2a;
}
.toolbar-title {
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.15);
}
.toolbar-sitemap {
  font-weight: 700;
  letter-spacing: 0.075em;
}
.toolbar-sitemap ul,
.toolbar-sitemap li {
  margin: 0;
  padding: 0;
}
.toolbar-sitemap ul {
  list-style-type: none;
}
.toolbar-sitemap a {
  display: inline-block;
  color: rgba(91, 133, 234, 0.75);
}
.toolbar-sitemap a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.toolbar-newsletter {
  position: relative;
}
.toolbar-newsletter--toggle {
  display: inline-block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  border: #5b85ea solid 2px;
  border-radius: 30px;
  color: #5b85ea;
}
.toolbar-newsletter--toggle:hover {
  background-color: #5b85ea;
  color: #fff;
}
.toolbar-newsletter--close, .toolbar-newsletter--form {
  position: absolute;
}
.toolbar-newsletter--close {
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../img/bg-sprites.png);
  background-position: 0 -270px;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.toolbar-newsletter--form {
  right: 0;
  bottom: 100%;
  left: 0;
  margin-bottom: 20px;
  text-align: center;
  background-color: #5b85ea;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.85) translateY(20px);
  -ms-transform: scale(0.85) translateY(20px);
  transform: scale(0.85) translateY(20px);
  -webkit-transform-origin: 50% 100% 0;
  -ms-transform-origin: 50% 100% 0;
  transform-origin: 50% 100% 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  -o-transition-property: visibility, opacity, transform;
  transition-property: visibility, opacity, transform;
  transition-property: visibility, opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.toolbar-newsletter--form.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.toolbar-newsletter--form:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  pointer-events: none;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  border-top-color: #5b85ea;
}
.toolbar-newsletter--input input {
  width: 100%;
  background-color: #fff;
  border: #4d79df solid 2px;
  border-radius: 30px;
  color: #5d5d5d;
}
.toolbar-newsletter--button input {
  padding: 15px 40px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #729bf9;
  border-radius: 30px;
  color: #fff;
}
.toolbar-newsletter--button input:hover {
  background-color: rgba(114, 155, 249, 0.75);
}
.toolbar-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  vertical-align: top;
  border: #5b85ea solid 2px;
  border-radius: 50%;
}
.toolbar-icon:after, .toolbar-icon:before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  pointer-events: none;
  content: "";
  background-image: url(../img/bg-sprites.png);
  background-repeat: no-repeat;
  background-size: 60px auto;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.toolbar-icon:after {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 1;
}
.toolbar-icon:before {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.toolbar-icon:hover {
  border-color: #fff;
}
.toolbar-icon:hover:after {
  opacity: 0;
}
.toolbar-icon:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* xs */
@media (max-width: 767px) {
  .toolbar {
    padding: 30px 0;
    text-align: center;
  }
  .toolbar-group {
    margin-top: 30px;
  }
  .toolbar-group:first-child {
    margin-top: 0;
  }
  .toolbar-title {
    font-size: 16px;
  }
  .toolbar-sitemap {
    margin-top: 15px;
  }
  .toolbar-sitemap a {
    padding: 3px 0;
  }
  .toolbar-newsletter, .toolbar-social {
    margin-top: 20px;
  }
  .toolbar-newsletter {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }
  .toolbar-newsletter--toggle {
    padding: 13px 48px;
    line-height: 1.25;
  }
  .toolbar-newsletter--toggle span {
    display: none;
  }
  .toolbar-newsletter--close {
    top: 5px;
    right: 5px;
  }
  .toolbar-newsletter--form {
    padding: 50px 20px 30px;
  }
  .toolbar-newsletter--input {
    margin-bottom: 15px;
  }
  .toolbar-newsletter--input input {
    padding: 10px 18px;
  }
  .toolbar-icon {
    width: 40px;
    height: 40px;
    margin: 0 5px;
  }
  .toolbar-icon:after, .toolbar-icon:before {
    background-size: 40px auto;
  }
  .toolbar-icon.twitter:after {
    background-position: 0 -120px;
  }
  .toolbar-icon.twitter:before {
    background-position: 0 -160px;
  }
  .toolbar-icon.facebook:after {
    background-position: 0 -200px;
  }
  .toolbar-icon.facebook:before {
    background-position: 0 -240px;
  }
  .toolbar-icon.youtube:after {
    background-position: 0 -280px;
  }
  .toolbar-icon.youtube:before {
    background-position: 0 -320px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .toolbar {
    padding: 50px 0;
  }
  .toolbar-group.quick-links {
    float: left;
  }
  .toolbar-group.get-connected {
    float: right;
    text-align: right;
  }
  .toolbar-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .toolbar-sitemap ul:first-child {
    margin-left: 0;
  }
  .toolbar-sitemap a {
    padding: 5px 0;
  }
  .toolbar-newsletter, .toolbar-social {
    margin-top: 30px;
  }
  .toolbar-newsletter--toggle {
    padding: 18px 28px;
    line-height: 1;
  }
  .toolbar-newsletter--close {
    top: 10px;
    right: 10px;
  }
  .toolbar-newsletter--form {
    padding: 60px 30px 40px;
  }
  .toolbar-newsletter--input {
    margin-bottom: 20px;
  }
  .toolbar-newsletter--input input {
    padding: 13px 23px;
  }
  .toolbar-icon {
    width: 60px;
    height: 60px;
    margin-left: 20px;
  }
  .toolbar-icon:after, .toolbar-icon:before {
    background-size: 60px auto;
  }
  .toolbar-icon.twitter:after {
    background-position: 0 -180px;
  }
  .toolbar-icon.twitter:before {
    background-position: 0 -240px;
  }
  .toolbar-icon.facebook:after {
    background-position: 0 -300px;
  }
  .toolbar-icon.facebook:before {
    background-position: 0 -360px;
  }
  .toolbar-icon.youtube:after {
    background-position: 0 -420px;
  }
  .toolbar-icon.youtube:before {
    background-position: 0 -480px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .toolbar-sitemap ul {
    margin-left: 30px;
  }
}

/* md - lg */
@media (min-width: 1024px) {
  .toolbar-sitemap {
    font-size: 18px;
  }
  .toolbar-sitemap ul {
    margin-left: 50px;
  }
}

/**
--------------------------------------------------
  Footer
--------------------------------------------------
**/
.footer {
  line-height: 1.25;
  background-color: #252525;
  color: #5d5d5d;
}
.footer-button a {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  vertical-align: top;
  background-color: #2a2a2a;
  background-image: url(../img/bg-sprites.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px auto;
}
.footer-button a:hover {
  background-color: #5b85ea;
  background-position: 0 -40px;
}
.footer-author a {
  color: #5d5d5d;
}
.footer-author a:hover {
  color: #eaeaea;
}

/* xs */
@media (max-width: 767px) {
  .footer {
    padding: 20px 0;
    text-align: center;
  }
  .footer-button {
    margin-bottom: 10px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .footer {
    padding: 30px 0;
  }
  .footer-button {
    float: right;
    margin-left: 20px;
  }
  .footer-copyright, .footer-author {
    padding: 10px 0;
  }
  .footer-copyright {
    float: left;
  }
  .footer-author {
    float: right;
  }
}

/**
--------------------------------------------------
  Editor
--------------------------------------------------
**/
.editor-title {
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.editor-title strong {
  font-weight: 700;
  color: #5b85ea;
}
.editor-body {
  color: #474747;
}
.editor-body h1,
.editor-body h2,
.editor-body h3,
.editor-body h4,
.editor-body h5,
.editor-body h6,
.editor-body p,
.editor-body ul,
.editor-body ol,
.editor-body hr,
.editor-body blockquote {
  margin: 0;
  padding: 0;
}
.editor-body p:first-child,
.editor-body ul:first-child,
.editor-body ol:first-child,
.editor-body hr:first-child {
  margin-top: 0;
}
.editor-body h1,
.editor-body h2,
.editor-body h3,
.editor-body h4,
.editor-body h5,
.editor-body h6 {
  font-family: "brandon-grotesque", sans-serif;
  color: #000;
}
.editor-body h3,
.editor-body h4,
.editor-body h5,
.editor-body h6 {
  font-weight: 900;
}
.editor-body h4,
.editor-body h5,
.editor-body h6 {
  text-transform: uppercase;
}
.editor-body h1 {
  margin-top: 1em;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
}
.editor-body h2,
.editor-body h3 {
  margin-top: 0.75em;
  line-height: 1.15;
}
.editor-body h2 {
  font-size: 2.35em;
  font-weight: 400;
}
.editor-body h3 {
  font-size: 1.65em;
  letter-spacing: 0.1em;
  color: #5b85ea;
}
.editor-body h4,
.editor-body h5,
.editor-body h6 {
  margin-top: 1.25em;
  font-size: 1em;
  letter-spacing: 0.25em;
  line-height: 1.25;
  text-transform: uppercase;
}
.editor-body ul,
.editor-body ol {
  margin-left: 2em;
}
.editor-body ul {
  list-style-type: square;
}
.editor-body ol {
  list-style-type: numberic;
}
.editor-body strong {
  font-weight: 700;
}
.editor-body em {
  font-style: italic;
}
.editor-body img {
  display: block;
  width: 100%;
  height: auto;
}
.editor-body figcaption {
  margin-top: 5px;
  font-size: 0.75em;
  font-style: italic;
  text-align: right;
  color: rgba(0, 0, 0, 0.85);
}
.editor-body hr {
  border-top: #eaeaea solid 1px;
}
.editor-body blockquote {
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1.25;
}
.editor-body blockquote p {
  font-style: italic;
  font-weight: 300;
  color: #000;
}
.editor-body blockquote p:after {
  content: "\201D";
}
.editor-body blockquote p:before {
  content: "\201C";
}
.editor-body blockquote footer {
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a7a7a6;
}
.editor-body blockquote footer:before {
  content: "- ";
}

/* xs */
@media (max-width: 767px) {
  .editor {
    margin-top: 30px;
  }
  .editor-title {
    font-size: 32px;
  }
  .editor-body {
    margin-top: 20px;
  }
  .editor-body p,
  .editor-body ul,
  .editor-body ol,
  .editor-body blockquote {
    margin-top: 1em;
  }
  .editor-body figure,
  .editor-body hr {
    margin-top: 1.5em;
  }
  .editor-body blockquote {
    padding: 1em 0;
    text-align: center;
  }
  .editor-body blockquote p {
    font-size: 24px;
  }
  .editor-body blockquote footer {
    margin-top: 20px;
    font-size: 14px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .editor {
    margin-top: 50px;
  }
  .editor-body p,
  .editor-body ul,
  .editor-body ol,
  .editor-body blockquote {
    margin-top: 1.5em;
  }
  .editor-body figure,
  .editor-body hr {
    margin-top: 2em;
  }
  .editor-body blockquote {
    padding: 1em 2.5em;
  }
  .editor-body blockquote p {
    font-size: 36px;
  }
  .editor-body blockquote footer {
    margin-top: 30px;
    font-size: 16px;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1199px) {
  .editor-title {
    font-size: 40px;
  }
  .editor-body {
    margin-top: 30px;
    font-size: 18px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .editor-title {
    font-size: 56px;
  }
  .editor-body {
    margin-top: 40px;
    font-size: 20px;
  }
}

/**
--------------------------------------------------
  Faq
--------------------------------------------------
**/
.faq ul,
.faq li {
  margin: 0;
  padding: 0;
}
.faq ul {
  list-style-type: none;
}
.faq a {
  display: block;
  color: #fff;
}
.faq-item {
  position: relative;
  overflow: hidden;
}
.faq-item--image img {
  width: 100%;
  height: auto;
}
.faq-item--title {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.25;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.faq-item--group {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-color: #5b85ea;
  -webkit-transition: height 0.25s ease-out;
  -o-transition: height 0.25s ease-out;
  transition: height 0.25s ease-out;
}
.faq-item--text {
  position: relative;
  z-index: 2;
  padding: 15px 40px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  background-color: #5b85ea;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.faq-item--text:after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 12px;
  pointer-events: none;
  content: "";
  background-image: url(../img/bg-sprites.png);
  background-position: 0 -288px;
  background-repeat: no-repeat;
  background-size: 24px auto;
}
.faq-item:hover .faq-item--group {
  height: 100%;
}
.faq-item:hover .faq-item--text {
  background-color: #4273e8;
}

/* xs */
@media (max-width: 767px) {
  .faq {
    margin-top: 30px;
  }
  .faq li {
    margin-top: 20px;
  }
  .faq li:first-child {
    margin-top: 0;
  }
  .faq-item {
    max-width: 480px;
    margin: 0 auto;
  }
  .faq-item--image {
    padding-bottom: 80px;
  }
  .faq-item--group {
    height: 120px;
    padding: 20px 20px 50px;
  }
  .faq-item--title {
    font-size: 20px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .faq {
    margin-top: 40px;
  }
  .faq ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
  }
  .faq li {
    width: 50%;
    padding: 15px;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1199px) {
  .faq-item--image {
    padding-bottom: 90px;
  }
  .faq-item--group {
    height: 130px;
    padding: 20px 20px 45px;
  }
  .faq-item--title {
    font-size: 22px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .faq-item--image {
    padding-bottom: 100px;
  }
  .faq-item--group {
    height: 140px;
    padding: 30px 30px 50px;
  }
  .faq-item--title {
    font-size: 24px;
  }
}

/**
--------------------------------------------------
  Testimonial
--------------------------------------------------
**/
.testimonial {
  border-bottom: #eaeaea solid 1px;
}
.testimonial:before {
  display: block;
  pointer-events: none;
  content: "";
  background-image: url(../img/bg-sprites.png);
  background-repeat: no-repeat;
  opacity: 0.25;
}
.testimonial-item {
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1.25;
}
.testimonial-content {
  font-style: italic;
  font-weight: 300;
}
.testimonial-content:after {
  content: "\201D";
}
.testimonial-content:before {
  content: "\201C";
}
.testimonial-source {
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4371bc;
}
.testimonial-source:before {
  content: "- ";
}

/* xs */
@media (max-width: 767px) {
  .testimonial {
    padding: 30px 15px;
  }
  .testimonial:before {
    width: 60px;
    height: 50px;
    margin-bottom: 30px;
    background-position: 0 -780px;
    background-size: 60px auto;
  }
  .testimonial-content {
    font-size: 24px;
  }
  .testimonial-source {
    margin-top: 15px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .testimonial {
    padding: 60px 30px;
  }
  .testimonial:before {
    width: 90px;
    height: 75px;
    margin-bottom: 50px;
    background-position: 0 -1170px;
    background-size: 90px auto;
  }
  .testimonial-content {
    font-size: 36px;
  }
  .testimonial-source {
    margin-top: 30px;
    font-size: 20px;
  }
}

/**
--------------------------------------------------
  Accordion
--------------------------------------------------
**/
.accordion {
  border-top: #eaeaea solid 1px;
}
.accordion-item {
  border-bottom: #eaeaea solid 1px;
}
.accordion-item--header {
  position: relative;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5b85ea;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.accordion-item--header:after, .accordion-item--header:before {
  position: absolute;
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  transform: translateY(13px);
  pointer-events: none;
  content: "";
  background-color: #5b85ea;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.accordion-item--header:after {
  z-index: 1;
  width: 3px;
  height: 19px;
}
.accordion-item--header:before {
  z-index: 2;
  width: 19px;
  height: 3px;
}
.accordion-item--header:hover {
  color: #3dc2d1;
}
.accordion-item--header:hover:after, .accordion-item--header:hover:before {
  background-color: #3dc2d1;
}
.accordion-item--body {
  display: none;
}
.accordion-item--body p {
  margin: 0;
  padding: 0;
}
.accordion-item--body p:first-child {
  margin-top: 0;
}
.accordion-item--body strong {
  font-weight: 700;
}
.accordion-item--body a {
  color: #5b85ea;
}
.accordion-item--body a:hover {
  color: #4d79df;
}
.accordion-item.active .accordion-item--header {
  color: #3dc2d1;
}
.accordion-item.active .accordion-item--header:after {
  background-color: #fff;
}
.accordion-item.active .accordion-item--header:before {
  background-color: #3dc2d1;
}
.accordion-item.active .accordion-item--body {
  display: block;
}

/* xs */
@media (max-width: 767px) {
  .accordion {
    margin-top: 30px;
  }
  .accordion-item--header {
    padding: 10px 30px 10px 0;
  }
  .accordion-item--header:after {
    top: 0;
    right: 8px;
  }
  .accordion-item--header:before {
    top: 8px;
    right: 0;
  }
  .accordion-item--body {
    padding-bottom: 15px;
  }
  .accordion-item--body p {
    margin-top: 1em;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .accordion {
    margin-top: 40px;
  }
  .accordion-item--header {
    padding: 15px 60px 15px 20px;
    font-size: 1.25em;
  }
  .accordion-item--header:after {
    top: 9px;
    right: 28px;
  }
  .accordion-item--header:before {
    top: 17px;
    right: 20px;
  }
  .accordion-item--body {
    padding: 15px 20px 35px;
  }
  .accordion-item--body p {
    margin-top: 1.5em;
  }
}

/**
--------------------------------------------------
  Button
--------------------------------------------------
**/
.button a {
  display: inline-block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 30px;
  color: #fff;
}
.button a.solid {
  background-color: #5b85ea;
  border: #5b85ea solid 2px;
}
.button a.solid:hover {
  background-color: rgba(91, 133, 234, 0.75);
}
.button a.outline {
  background-color: #fff;
  border: rgba(0, 0, 0, 0.25) solid 2px;
  color: rgba(0, 0, 0, 0.25);
}
.button a.outline:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

/* xs */
@media (max-width: 767px) {
  .button {
    margin-top: 30px;
  }
  .button a {
    display: block;
    margin-top: 15px;
    padding: 15px;
    text-align: center;
  }
  .button a:first-child {
    margin-top: 0;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .button a {
    margin-left: 20px;
    padding: 15px 30px;
  }
  .button a:first-child {
    margin-left: 0;
  }
}

/**
--------------------------------------------------
  Aside
--------------------------------------------------
**/
.aside {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

/* xs - md */
@media (max-width: 1023px) {
  .aside {
    border-bottom: #eaeaea solid 1px;
  }
}

/* md - lg */
@media (min-width: 1024px) {
  .aside {
    background-color: #fffbf4;
    -webkit-box-shadow: -4px 3px 65px rgba(0, 0, 0, 0.15);
    box-shadow: -4px 3px 65px rgba(0, 0, 0, 0.15);
  }
}

/* xs */
@media (max-width: 767px) {
  .aside {
    padding: 30px 0;
  }
}

/* sm */
@media (min-width: 767px) and (max-width: 1023px) {
  .aside {
    padding: 50px 0;
  }
}

/* md */
@media (min-width: 1023px) and (max-width: 1199px) {
  .aside {
    top: -40px;
    padding-top: 40px;
  }
  .aside.is-stuck {
    padding-top: 30px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .aside {
    top: -50px;
    padding-top: 50px;
  }
  .aside.is-stuck {
    padding-top: 40px;
  }
}

/**
--------------------------------------------------
  Form
--------------------------------------------------
**/
.form {
  background-color: #fffbf4;
}
.form-title {
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #729bf9;
}
.form-title strong {
  display: block;
  font-weight: 400;
  color: #2a2a2a;
}
.form-summary, .form-description {
  line-height: 1.25;
  color: #5d5d5d;
}
.form-summary {
  font-style: italic;
}
.form-body, .form-button, .form-link {
  margin-top: 30px;
}
.form-link a {
  display: inline-block;
  padding: 5px 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.35);
}
.form-link a:hover {
  color: rgba(0, 0, 0, 0.75);
}
.form-input {
  margin-top: 20px;
}
.form-input:first-child {
  margin-top: 0;
}
.form-input input,
.form-input textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  border: rgba(151, 151, 151, 0.35) solid 2px;
  border-radius: 30px;
  color: #5d5d5d;
}
.form-input input:focus,
.form-input textarea:focus {
  background-color: #fff;
  border-color: #979797;
}
.form-input textarea {
  resize: none;
}
.form-button {
  text-align: center;
}
.form-button input {
  padding: 20px 60px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #729bf9;
  border-radius: 30px;
  color: #fff;
}
.form-button input:hover {
  background-color: rgba(114, 155, 249, 0.85);
}
.form-message {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  color: #5b85ea;
}

/* xs */
@media (max-width: 767px) {
  .form {
    padding: 40px 20px;
  }
  .form-title {
    font-size: 24px;
  }
  .form-summary {
    margin-top: 10px;
  }
  .form-input input,
  .form-input textarea {
    padding: 10px 18px;
  }
  .form-message {
    padding: 20px 0;
    font-size: 20px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .form-summary {
    margin-top: 15px;
  }
  .form-input input,
  .form-input textarea {
    padding: 13px 23px;
  }
  .form-message {
    padding: 40px 0;
    font-size: 28px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .form {
    padding: 45px;
  }
  .form-title {
    font-size: 28px;
  }
}

/* md */
@media (min-width: 1023px) and (max-width: 1199px) {
  .form {
    padding: 5px 25px 45px;
  }
  .form-title {
    font-size: 24px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .form {
    padding: 5px 35px 50px;
  }
  .form-title {
    font-size: 28px;
  }
  .form-summary {
    font-size: 18px;
  }
}

/**
--------------------------------------------------
  Story
--------------------------------------------------
**/
.story-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #fffbf4;
  color: #4371bc;
}
.story-summary {
  font-style: italic;
  color: #5d5d5d;
}
.story-body ul,
.story-body li {
  margin: 0;
  padding: 0;
}
.story-body ul {
  list-style-type: none;
}
.story-body a {
  display: block;
  color: #fff;
}
.story-item {
  position: relative;
  overflow: hidden;
}
.story-item:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background-color: rgba(91, 133, 234, 0.55);
  -webkit-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
}
.story-item--image img {
  width: 100%;
  height: auto;
}
.story-item--title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 70%;
  max-width: 400px;
  min-width: 240px;
  margin: 0;
  padding: 15px 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(91, 133, 234, 0.85);
  -webkit-box-shadow: 2px 3px 24px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 3px 24px rgba(0, 0, 0, 0.35);
  color: #fff;
  -webkit-transition: -webkit-box-shadow 0.35s ease-out;
  transition: -webkit-box-shadow 0.35s ease-out;
  -o-transition: box-shadow 0.35s ease-out;
  transition: box-shadow 0.35s ease-out;
  transition: box-shadow 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
}
.story-item--text {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 15px 40px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.story-item--text:after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 12px;
  pointer-events: none;
  content: "";
  background-image: url(../img/bg-sprites.png);
  background-position: 0 -288px;
  background-repeat: no-repeat;
  background-size: 24px auto;
}
.story-item:hover:after {
  background-color: #5b85ea;
}
.story-item:hover .story-item--title {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.story-item:hover .story-item--text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* xs - sm - md */
@media (max-width: 1199px) {
  .story {
    text-align: center;
  }
  .story-title {
    padding: 15px 20px;
  }
  .story-summary {
    margin-top: 10px;
    padding: 0 20px;
    line-height: 1.125;
  }
  .story-body {
    margin-top: 30px;
  }
  .story-item--title {
    font-size: 22px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .story {
    padding: 50px 0;
  }
  .story-body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* xs */
@media (max-width: 767px) {
  .story {
    padding: 30px 0;
  }
  .story-body li {
    margin-top: 20px;
  }
  .story-body li:first-child {
    margin-top: 0;
  }
  .story-item {
    max-width: 480px;
    margin: 0 auto;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .story-body ul {
    margin: 0 -10px -10px;
  }
  .story-body li {
    width: 360px;
    padding: 10px;
  }
}

/* md */
@media (min-width: 1023px) and (max-width: 1199px) {
  .story-body ul {
    margin: 0 -15px -15px;
  }
  .story-body li {
    width: 320px;
    padding: 15px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .story-title, .story-summary {
    display: inline-block;
    vertical-align: top;
  }
  .story-title {
    padding: 20px 30px;
  }
  .story-summary {
    margin-left: 30px;
    padding: 20px 0;
    font-size: 18px;
    line-height: 1;
  }
  .story-body {
    margin-top: 40px;
  }
  .story-body ul {
    margin: 0 -22px -20px -20px;
  }
  .story-body li {
    width: 394px;
    padding: 20px;
  }
  .story-item--title {
    font-size: 24px;
  }
}

/**
--------------------------------------------------
  Project
--------------------------------------------------
**/
.project-title {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #fffbf4;
  color: #4371bc;
}
.project-summary {
  font-style: italic;
  color: #5d5d5d;
}
.project-body ul,
.project-body li {
  margin: 0;
  padding: 0;
}
.project-body ul {
  list-style-type: none;
}
.project-body a {
  display: block;
  color: #fff;
}
.project-item {
  -webkit-transition: -webkit-box-shadow 0.35s ease-out;
  transition: -webkit-box-shadow 0.35s ease-out;
  -o-transition: box-shadow 0.35s ease-out;
  transition: box-shadow 0.35s ease-out;
  transition: box-shadow 0.35s ease-out, -webkit-box-shadow 0.35s ease-out;
}
.project-item--image {
  background-color: #f6f6f6;
}
.project-item--image img {
  width: 100%;
  height: auto;
}
.project-item--text {
  position: relative;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
  background-color: #5b85ea;
  -webkit-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
}
.project-item--text:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 12px;
  pointer-events: none;
  content: "";
  background-image: url(../img/bg-sprites.png);
  background-position: 0 -288px;
  background-repeat: no-repeat;
  background-size: 24px auto;
}
.project-item:hover {
  -webkit-box-shadow: 2px 8px 30px 5px rgba(71, 71, 71, 0.15);
  box-shadow: 2px 8px 30px 5px rgba(71, 71, 71, 0.15);
}
.project-item:hover .project-item--text {
  background-color: #4273e8;
}
.project-info {
  text-align: center;
}
.project-info--image img {
  max-width: 100%;
  height: auto;
}
.project-info--button a {
  display: inline-block;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
  background-color: #5b85ea;
  border: #5b85ea solid 2px;
  border-radius: 30px;
  color: #fff;
}
.project-info--button a:hover {
  background-color: rgba(91, 133, 234, 0.75);
}
.project-detail--image img {
  display: block;
  height: auto;
}
.project-detail--body blockquote {
  text-align: center;
}

/* xs - sm */
@media (max-width: 1023px) {
  .project-detail--image img {
    max-width: 580px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* xs - sm - md */
@media (max-width: 1199px) {
  .project {
    text-align: center;
  }
  .project-title {
    padding: 15px 20px;
  }
  .project-summary {
    margin-top: 10px;
    padding: 0 20px;
    line-height: 1.125;
  }
  .project-body {
    margin-top: 30px;
  }
  .project-item--text {
    padding: 15px 40px;
    font-size: 12px;
  }
  .project-item--text:after {
    right: 15px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .project {
    padding: 50px 0;
  }
  .project-body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .project-info {
    padding-top: 50px;
  }
  .project-info--button {
    margin-top: 30px;
  }
  .project-info--button a {
    padding: 15px 30px;
  }
  .project-detail {
    margin-top: 50px;
  }
  .project-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .project-button a {
    margin-left: 40px;
  }
}

/* xs */
@media (max-width: 767px) {
  .project {
    padding: 30px 0;
  }
  .project-body li {
    margin-top: 20px;
  }
  .project-body li:first-child {
    margin-top: 0;
  }
  .project-item {
    max-width: 480px;
    margin: 0 auto;
  }
  .project-info, .project-detail {
    margin-top: 30px;
  }
  .project-info, .project-button {
    padding: 0 15px;
  }
  .project-info--button {
    margin-top: 15px;
  }
  .project-info--button a {
    display: block;
    padding: 15px;
    text-align: center;
  }
  .project-button {
    margin-top: 15px;
  }
}

/* sm */
@media (min-width: 768px) and (max-width: 1023px) {
  .project-body ul {
    margin: 0 -10px -10px;
  }
  .project-body li {
    width: 360px;
    padding: 10px;
  }
}

/* md - lg */
@media (min-width: 1024px) {
  .project-detail {
    margin-top: 50px;
  }
  .project-detail--image:after, .project-detail--image:before {
    display: table;
    content: "";
  }
  .project-detail--image:after {
    clear: both;
  }
  .project-detail--image img {
    float: left;
  }
  .project-detail--body .editor-body {
    margin-top: 0;
  }
  .project-detail.i2 .project-detail--body {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
}

/* md */
@media (min-width: 1023px) and (max-width: 1199px) {
  .project-body ul {
    margin: 0 -15px -15px;
  }
  .project-body li {
    width: 320px;
    padding: 15px;
  }
  .project-detail--image {
    margin: 0 -34px;
  }
  .project-detail--image img {
    width: 464px;
    margin: 20px;
  }
  .project-detail--body {
    margin-top: 30px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .project-title, .project-summary {
    display: inline-block;
    vertical-align: top;
  }
  .project-title {
    padding: 20px 30px;
  }
  .project-summary {
    margin-left: 30px;
    padding: 20px 0;
    font-size: 18px;
    line-height: 1;
  }
  .project-body {
    margin-top: 20px;
  }
  .project-body ul {
    margin: 0 -22px -20px -20px;
  }
  .project-body li {
    width: 394px;
    padding: 20px;
  }
  .project-item--text {
    padding: 20px 45px;
    font-size: 14px;
  }
  .project-item--text:after {
    right: 20px;
  }
  .project-detail--image {
    margin: 0 -60px;
  }
  .project-detail--image img {
    width: 580px;
    margin: 25px;
  }
  .project-detail--body {
    margin-top: 40px;
  }
}

/**
--------------------------------------------------
  Download
--------------------------------------------------
**/
.download ul,
.download li {
  margin: 0;
  padding: 0;
}
.download ul {
  list-style: none;
  line-height: 1.25;
}
.download li {
  padding: 5px 0;
}
.download a {
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
  color: #5b85ea;
}
.download a:after, .download a:before {
  position: absolute;
  top: 3px;
  left: 0;
  pointer-events: none;
  content: "";
  background-image: url(../img/bg-sprites.png);
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.download a:after {
  opacity: 1;
}
.download a:before {
  opacity: 0;
}
.download a:hover {
  color: #3dc2d1;
}
.download a:hover:after {
  opacity: 0;
}
.download a:hover:before {
  opacity: 1;
}

/* xs */
@media (max-width: 767px) {
  .download {
    margin-top: 20px;
  }
  .download a {
    padding-left: 25px;
  }
  .download a:after, .download a:before {
    width: 15px;
    height: 18px;
    background-size: 30px auto;
  }
  .download a:after {
    background-position: 0 -450px;
  }
  .download a:before {
    background-position: 0 -480px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .download {
    margin-top: 30px;
    font-size: 20px;
  }
  .download a {
    padding-left: 35px;
  }
  .download a:after, .download a:before {
    width: 20px;
    height: 24px;
    background-size: 40px auto;
  }
  .download a:after {
    background-position: 0 -600px;
  }
  .download a:before {
    background-position: 0 -640px;
  }
}

/**
--------------------------------------------------
  Sponsorship
--------------------------------------------------
**/
.sponsorship {
  background-color: #fffbf4;
}
.sponsorship-header {
  text-align: center;
}
.sponsorship-title {
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.sponsorship-summary {
  margin-top: 1em;
  color: #5d5d5d;
}

/* xs */
@media (max-width: 767px) {
  .sponsorship {
    margin-top: 30px;
    padding: 30px 0;
  }
  .sponsorship-title {
    font-size: 30px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .sponsorship {
    margin-top: 60px;
    padding: 60px 0;
  }
  .sponsorship-title {
    font-size: 50px;
  }
  .sponsorship-summary {
    font-size: 20px;
  }
  .sponsorship-body {
    padding: 0 30px;
  }
}

/**
--------------------------------------------------
  Team
--------------------------------------------------
**/
.team {
  background-color: #fffbf4;
}
.team-header {
  text-align: center;
}
.team-title {
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.team-summary {
  margin-top: 1em;
  color: #5d5d5d;
}
.team-member {
  border: #eaeaea solid 2px;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.team-member:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.team-member--name {
  margin: 0;
  padding: 0;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
}
.team-member--position {
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-transform: uppercase;
  color: #a7a7a6;
}
.team-member--description {
  color: rgba(0, 0, 0, 0.75);
}
.team-member--description p {
  margin: 0;
  padding: 0;
}
.team-member--description a {
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5b85ea;
}
.team-member--description a:hover {
  color: #000;
}
.team-member--contact {
  line-height: 1;
  text-transform: uppercase;
}
.team-member--contact a {
  position: relative;
  display: block;
  color: #000;
}
.team-member--contact a:hover {
  color: #5b85ea;
}
.team-member--contact a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  pointer-events: none;
  content: "";
  background-image: url(../img/bg-sprites.png);
  background-repeat: no-repeat;
  background-size: 40px auto;
}
.team-member--contact a.phone:before {
  background-position: 0 -680px;
}
.team-member--contact a.email:before {
  background-position: 0 -720px;
}

/* xs - sm */
@media (max-width: 1023px) {
  .team-member {
    max-width: 600px;
    margin-right: auto;
    margin-bottom: -1px;
    margin-left: auto;
  }
}

/* xs */
@media (max-width: 767px) {
  .team {
    margin-top: 30px;
    padding: 30px 0;
  }
  .team-title {
    font-size: 30px;
  }
  .team-body {
    margin-top: 30px;
  }
  .team-member {
    padding: 20px 15px;
  }
  .team-member--name {
    font-size: 24px;
  }
  .team-member--position {
    margin-top: 5px;
    font-size: 14px;
  }
  .team-member--description, .team-member--contact {
    margin-top: 20px;
  }
  .team-member--contact {
    font-size: 14px;
  }
  .team-member--contact a {
    margin-top: 10px;
    padding: 9px 0 9px 45px;
  }
  .team-member--contact a:first-child {
    matgin-top: 0;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .team {
    margin-top: 60px;
    padding: 60px 0;
  }
  .team-title {
    font-size: 50px;
  }
  .team-summary {
    font-size: 20px;
  }
  .team-body {
    margin-top: 40px;
  }
  .team-member {
    padding: 50px 30px;
  }
  .team-member--name {
    font-size: 32px;
  }
  .team-member--position {
    margin-top: 10px;
    font-size: 18px;
  }
  .team-member--description, .team-member--contact {
    margin-top: 30px;
  }
  .team-member--description {
    font-size: 20px;
  }
  .team-member--contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
  }
  .team-member--contact a {
    margin-left: 25px;
    padding: 7px 0 7px 45px;
  }
  .team-member--contact a:first-child {
    margin-left: 0;
  }
}

/* md - lg */
@media (min-width: 1024px) {
  .team-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1px;
  }
  .team-member {
    width: 50%;
    margin: -1px;
  }
}

/**
--------------------------------------------------
  Gallery
--------------------------------------------------
**/
.gallery {
  position: relative;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  height: auto;
}
.gallery .owl-prev, .gallery .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}
.gallery .owl-prev:before, .gallery .owl-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  background-image: url(../img/bg-sprites.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.gallery .owl-prev:hover, .gallery .owl-next:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

/* xs */
@media (max-width: 767px) {
  .gallery {
    margin: 30px 0;
  }
  .gallery .owl-prev, .gallery .owl-next {
    width: 50px;
  }
  .gallery .owl-prev:before, .gallery .owl-next:before {
    width: 30px;
    height: 30px;
  }
  .gallery .owl-prev {
    left: 0;
  }
  .gallery .owl-prev:before {
    background-position: center -570px;
  }
  .gallery .owl-next {
    right: 0;
  }
  .gallery .owl-next:before {
    background-position: center -600px;
  }
}

/* sm - md - lg */
@media (min-width: 768px) {
  .gallery .owl-prev {
    left: 50%;
  }
  .gallery .owl-next {
    right: 50%;
  }
}

/* sm - md */
@media (min-width: 768px) and (max-width: 1199px) {
  .gallery {
    margin: 40px 0;
  }
  .gallery-item {
    width: 640px;
    padding: 0 15px;
  }
  .gallery .owl-prev, .gallery .owl-next {
    width: 60px;
  }
  .gallery .owl-prev:before, .gallery .owl-next:before {
    width: 60px;
    height: 60px;
  }
  .gallery .owl-prev {
    margin-left: -305px;
  }
  .gallery .owl-prev:before {
    background-position: center -1140px;
  }
  .gallery .owl-next {
    margin-right: -305px;
  }
  .gallery .owl-next:before {
    background-position: center -1200px;
  }
}

/* lg */
@media (min-width: 1200px) {
  .gallery {
    margin: 50px 0;
  }
  .gallery-item {
    width: 960px;
    padding: 0 20px;
  }
  .gallery .owl-prev, .gallery .owl-next {
    width: 120px;
  }
  .gallery .owl-prev:before, .gallery .owl-next:before {
    width: 120px;
    height: 120px;
  }
  .gallery .owl-prev {
    margin-left: -460px;
  }
  .gallery .owl-prev:before {
    background-position: center -2280px;
  }
  .gallery .owl-next {
    margin-right: -460px;
  }
  .gallery .owl-next:before {
    background-position: center -2400px;
  }
}
