.color-orange1 {
  color: #ff9600 !important;
}

.color-orange2 {
  color: #fe6500 !important;
}

.color-green1 {
  color: #91c52e !important;
}

.color-green2 {
  color: #297d0b !important;
}

.color-blue1 {
  color: #1eaee3 !important;
}

.color-blue2 {
  color: #116a8b !important;
}

.color-purple1 {
  color: #6c65c3 !important;
}

.color-purple2 {
  color: #56509f !important;
}

.color-w {
  color: #fff !important;
}

.bg-orange1 {
  background-color: #ff9600 !important;
}

.bg-orange2 {
  background-color: #fe6500 !important;
}

.bg-green1 {
  background-color: #91c52e !important;
}

.bg-green2 {
  background-color: #297d0b !important;
}

.bg-blue1 {
  background-color: #1eaee3 !important;
}

.bg-blue2 {
  background-color: #116a8b !important;
}

.bg-purple1 {
  background-color: #6c65c3 !important;
}

.bg-purple2 {
  background-color: #56509f !important;
}

.bg-w {
  background-color: #fff !important;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

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

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

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a {
  text-decoration: none !important;
}

a:not([class]) {
  color: #0055ff;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
a:not([class]):hover, a:not([class]):focus {
  text-decoration: underline;
}

ol, ul, li {
  list-style: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

img {
  max-width: 100%;
  display: block;
  align-self: center;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-right: 8px;
  padding-left: 8px;
}
.container .row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.container-fluid {
  padding-right: 8px;
  padding-left: 8px;
}
.container-fluid .row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs-1 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.col-xs-2 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-xs-3 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  flex-basis: 25%;
  max-width: 25%;
}

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

.col-xs-4 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.col-xs-5 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-xs-6 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  flex-basis: 50%;
  max-width: 50%;
}

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

.col-xs-7 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.col-xs-8 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-xs-9 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  flex-basis: 75%;
  max-width: 75%;
}

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

.col-xs-10 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.col-xs-11 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  padding-right: 8px;
  padding-left: 8px;
  max-width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

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

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

@media only screen {
  .container {
    width: calc(100% - 16px);
    max-width: 100%;
  }
  .col-xs {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-xs-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 752px;
    max-width: 100%;
  }
  .col-sm {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 976px;
    max-width: 100%;
  }
  .col-md {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 1424px;
    max-width: 100%;
  }
  .col-lg {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    padding-right: 8px;
    padding-left: 8px;
    max-width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen {
  .start-xs {
    justify-content: flex-start;
    text-align: start;
  }
  .center-xs {
    justify-content: center;
  }
  .end-xs {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xs {
    align-items: flex-start;
  }
  .middle-xs {
    align-items: center;
  }
  .bottom-xs {
    align-items: flex-end;
  }
  .around-xs {
    justify-content: space-around;
  }
  .between-xs {
    justify-content: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
  .initial-order-xs {
    order: initial;
  }
}
@media only screen and (min-width: 768px) {
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
  .initial-order-sm {
    order: initial;
  }
}
@media only screen and (min-width: 992px) {
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
  .initial-order-md {
    order: initial;
  }
}
@media only screen and (min-width: 1440px) {
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
  .initial-order-lg {
    order: initial;
  }
}
.visible-xs {
  display: none;
}

.visible-sm {
  display: none;
}

.visible-md {
  display: none;
}

.visible-lg {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: flex;
  }
  .no-gutter-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .hidden-md {
    display: none;
  }
  .visible-md {
    display: flex;
  }
}
@media only screen and (min-width: 1440px) {
  .hidden-lg {
    display: none;
  }
  .visible-lg {
    display: flex;
  }
}
.row.no-wrap-mobile {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 320px) {
  .row.no-wrap-mobile {
    flex-wrap: nowrap !important;
    overflow: scroll;
  }
}
@media (min-width: 992px) {
  .row.no-wrap-mobile {
    flex-wrap: wrap !important;
    overflow: inherit;
  }
}

.row.no-wrap {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap !important;
  overflow: scroll;
}

nav {
  display: flex;
  position: relative;
  z-index: 4;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 320px) {
  nav {
    flex-direction: column;
    height: 110px;
  }
}
@media (min-width: 768px) {
  nav {
    flex-direction: row;
    height: 55px;
  }
}
nav a.logo {
  padding: 10px;
}
nav ul.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 320px) {
  nav ul.menu {
    overflow: scroll;
    height: 110px;
    width: 80%;
  }
}
@media (min-width: 768px) {
  nav ul.menu {
    height: 55px;
  }
}
nav ul.menu li a {
  padding: 10px;
  color: #fff;
}

.my-sizer-element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.picture-item {
  padding: 0;
}
.picture-item .picture-item__title {
  display: none;
}

.textfield {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 15px;
  color: #34495e;
  font: 100 14px/1.33 "Quicksand", sans-serif;
}

.filters-group {
  height: 100%;
  display: flex;
  align-items: stretch;
  background: transparent;
}
.filters-group .filter-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

button.btn {
  width: 100%;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
}
button.btn.active {
  color: #0088ff;
}

.textfield:focus {
  outline-width: 0;
  border-color: #34495e;
}

.filter-options {
  background: transparent;
}

.text-center {
  text-align: center;
}

html {
  scroll-behavior: smooth;
  background: url("../img/about-bg.jpg") no-repeat center center fixed #000;
  background-size: cover;
}

body {
  font-family: "Quicksand", sans-serif;
}

html, body {
  height: 100%;
}

nav a.logo img {
  filter: brightness(100);
  max-width: 280px;
}

iframe {
  width: 100%;
}

.section-header {
  z-index: 3;
  letter-spacing: 2.1px;
  text-shadow: 0px 0px 20px #000;
}
@media (min-width: 320px) {
  .section-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .section-header {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
.section-header img {
  margin: auto auto 16px;
  max-height: 50px;
  display: flex;
}
.section-header h2 {
  text-align: center;
  color: #fff;
}
@media (min-width: 320px) {
  .section-header h2 {
    font: 400 30px/66px "Raleway", sans-serif;
  }
}
@media (min-width: 992px) {
  .section-header h2 {
    font: 400 46px/66px "Raleway", sans-serif;
  }
}

.section-desc {
  font: 300 16px/36px "Quicksand", sans-serif;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 20px #000;
}

.sticky-subheader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.8);
}

.content-header {
  font: 400 34px/44px "Raleway", sans-serif;
  margin-bottom: 10px;
  color: #fff;
}

.content-detail {
  font: 400 17px/27px "Quicksand", sans-serif;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 0 0 2px #000;
}
.content-detail:last-of-type {
  margin-bottom: 50px;
}

h3.sub-header {
  font: 500 19px/30px "Raleway", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #000;
  display: inline;
}
.team h3.sub-header {
  background: none;
}

ul.desc {
  font: 400 15px/27px "Raleway", sans-serif;
  margin-bottom: 16px;
  color: #85868c;
}
ul.desc li {
  list-style: circle;
  list-style-position: inside;
}

section.about {
  padding-bottom: 150px;
}

section.plays {
  padding-bottom: 150px;
}

section.team {
  text-align: center;
}
section.team .col-xs-6 {
  margin-bottom: 16px;
}
section.team .stuff {
  height: 135px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #2f2f2f;
  box-sizing: border-box;
}
section.team .stuff.founder {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.team .stuff .sub-header {
  text-transform: initial;
}
section.team .stuff .desc {
  color: rgba(255, 255, 255, 0.7);
  font: 300 14px/21px "Quicksand", sans-serif;
}
section.team .content-header {
  font: 600 22px/32px "Raleway", sans-serif;
  margin: 8px 16px 0 16px;
  text-align: center;
}
section.team .content-desc {
  text-align: center;
  font: 300 15px/26px "Raleway", sans-serif;
  margin: 0 16px 8px;
  color: #fff;
}
section.team .content-detail {
  margin: 8px 16px 10px 16px;
}

section.kidsclub {
  background: url("../img/kidsclub-bg.jpg") no-repeat bottom center fixed;
  background-size: cover;
}
section.kidsclub .swiper-pagination-progressbar {
  top: initial;
  bottom: 0;
}
section.kidsclub .box {
  height: 100%;
}
section.kidsclub .sub-header {
  background: transparent;
}
section.kidsclub .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.kidsclub .content-header {
  text-align: center;
  font: 600 20px/20px "Raleway", sans-serif;
  margin-bottom: 0;
  padding: 20px;
  color: #fff;
  text-align: center;
}
section.kidsclub .content-desc {
  text-align: center;
  font: 300 20px/1.5 "Quicksand", sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px 20px 20px;
}
section.kidsclub .section-desc {
  color: #848484;
  text-shadow: none;
}
section.kidsclub .section-desc strong {
  font-weight: 600;
  color: #555;
}
section.kidsclub .section-header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8f8+0,000000+100&1+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(248, 248, 248) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f8f8", endColorstr="#00000000", GradientType=0); /* IE6-9 */
}
section.kidsclub div.cta {
  display: flex;
}
section.kidsclub a.cta {
  border: 0;
  margin: auto;
  background: dodgerblue;
  color: #fff;
  font: 200 18px/30px "Raleway", sans-serif;
  padding: 10px 21px;
  display: inline-flex;
  text-align: center;
}
section.kidsclub img {
  display: block;
  margin: auto;
}

section.values {
  padding-bottom: 150px;
  background: url("../img/values-bg.png") no-repeat center center fixed;
  background-size: cover;
}

section.services {
  text-align: center;
}
section.services .content-desc {
  color: #fff;
}
section.services img.invert {
  max-height: 60px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

div.number {
  color: rgba(255, 255, 255, 0.21);
  font: bold 65px/75px "Quicksand", sans-serif;
}

.swiper-container-plays {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container-plays .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container-kids {
  text-align: center;
}

.swiper-container-main {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-main .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container-team .swiper-pagination {
  position: relative;
}
.swiper-container-team .swiper-wrapper {
  height: 320px;
  padding-top: 1px;
}
.swiper-container-team .swiper-slide {
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 2s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

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

.invert {
  filter: invert(1);
}

.my-sizer-element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.picture-item {
  padding: 0;
}
.picture-item .picture-item__title {
  display: none;
}

.textfield {
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 15px;
  color: #34495e;
  font: 100 14px/1.33 "Quicksand", sans-serif;
}

.filters-group {
  height: 100%;
  display: flex;
  align-items: stretch;
  background: transparent;
}
.filters-group .filter-options {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

button.btn {
  width: 100%;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
}
button.btn.active {
  color: #0088ff;
}

.textfield:focus {
  outline-width: 0;
  border-color: #34495e;
}

.filter-options {
  background: transparent;
}

.margin-auto {
  margin: auto;
}/*# sourceMappingURL=app.css.map */