@charset "UTF-8";
/*!
 * Energized by Edison 
 * https://energized.edison.com
 * (c) 2018 Edison International
 * Powered by: iPR Software
 * http://www.iprsoftware.com
 */
@media screen {
  /*!
   * Bootstrap v4.1.3 (https://getbootstrap.com/)
   * Copyright 2011-2018 The Bootstrap Authors
   * Copyright 2011-2018 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  :root {
    --blue: #1A76C5;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #FED141;
    --green: #005342;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #1A76C5;
    --secondary: #6c757d;
    --success: #005342;
    --info: #17a2b8;
    --warning: #FED141;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #2D3033;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }

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

  html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  @-ms-viewport {
    width: device-width;
  }
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
  }

  body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #2D3033;
  }

  [tabindex="-1"]:focus {
    outline: 0 !important;
  }

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

  h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }

  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
  }

  address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }

  ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
  }

  dt {
    font-weight: 700;
  }

  dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }

  blockquote {
    margin: 0 0 1rem;
  }

  dfn {
    font-style: italic;
  }

  b,
strong {
    font-weight: bolder;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  a {
    color: #FED141;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  a:hover {
    color: #FED141;
    text-decoration: none;
  }

  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
  }
  a:not([href]):not([tabindex]):focus {
    outline: 0;
  }

  pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
  }

  pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
  }

  figure {
    margin: 0 0 1rem;
  }

  img {
    vertical-align: middle;
    border-style: none;
  }

  svg {
    overflow: hidden;
    vertical-align: middle;
  }

  table {
    border-collapse: collapse;
  }

  caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }

  th {
    text-align: inherit;
  }

  label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }

  button {
    border-radius: 0;
  }

  button:focus {
    outline: 1px dotted white;
    outline: 5px auto -webkit-focus-ring-color;
  }

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

  button,
input {
    overflow: visible;
  }

  button,
select {
    text-transform: none;
  }

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

  button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }

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

  input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
  }

  textarea {
    overflow: auto;
    resize: vertical;
  }

  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }

  legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
  }

  progress {
    vertical-align: baseline;
  }

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

  [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }

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

  ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }

  output {
    display: inline-block;
  }

  summary {
    display: list-item;
    cursor: pointer;
  }

  template {
    display: none;
  }

  [hidden] {
    display: none !important;
  }

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

  /*!
   * animate.css -http://daneden.me/animate
   * Version - 3.7.0
   * Licensed under the MIT license - http://opensource.org/licenses/MIT
   *
   * Copyright (c) 2018 Daniel Eden
   */

  /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

  /* Overlay helper */

  /* Title helper */

  /*Retina graphics!*/

  /*.lg-outer,*/

  /*

  .carousel {
    position: relative;
  }

  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  */
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen {
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen {
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen {
  .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen {
  .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}
@media screen {
  .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
@media screen {
  .col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media screen {
  .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
@media screen {
  .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen {
  .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen {
  .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
@media screen {
  .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen {
  .col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
@media screen {
  .col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media screen {
  .col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen {
  .col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
@media screen {
  .col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
}
@media screen {
  .col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen {
  .order-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen {
  .order-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
}
@media screen {
  .order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen {
  .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen {
  .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen {
  .order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen {
  .order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen {
  .order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media screen {
  .order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen {
  .order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media screen {
  .order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media screen {
  .order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media screen {
  .order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media screen {
  .order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media screen {
  .order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media screen {
  .offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media screen {
  .offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media screen {
  .offset-3 {
    margin-left: 25%;
  }
}
@media screen {
  .offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media screen {
  .offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media screen {
  .offset-6 {
    margin-left: 50%;
  }
}
@media screen {
  .offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media screen {
  .offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media screen {
  .offset-9 {
    margin-left: 75%;
  }
}
@media screen {
  .offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media screen {
  .offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen {
  .fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media screen {
  .fade:not(.show) {
    opacity: 0;
  }
}
@media screen {
  .collapse:not(.show) {
    display: none;
  }
}
@media screen {
  .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media screen {
  .align-baseline {
    vertical-align: baseline !important;
  }
}
@media screen {
  .align-top {
    vertical-align: top !important;
  }
}
@media screen {
  .align-middle {
    vertical-align: middle !important;
  }
}
@media screen {
  .align-bottom {
    vertical-align: bottom !important;
  }
}
@media screen {
  .align-text-bottom {
    vertical-align: text-bottom !important;
  }
}
@media screen {
  .align-text-top {
    vertical-align: text-top !important;
  }
}
@media screen {
  .bg-primary {
    background-color: #1A76C5 !important;
  }
}
@media screen {
  a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #145b98 !important;
  }
}
@media screen {
  .bg-secondary {
    background-color: #6c757d !important;
  }
}
@media screen {
  a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
  }
}
@media screen {
  .bg-success {
    background-color: #005342 !important;
  }
}
@media screen {
  a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #002019 !important;
  }
}
@media screen {
  .bg-info {
    background-color: #17a2b8 !important;
  }
}
@media screen {
  a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
  }
}
@media screen {
  .bg-warning {
    background-color: #FED141 !important;
  }
}
@media screen {
  a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #fec50e !important;
  }
}
@media screen {
  .bg-danger {
    background-color: #dc3545 !important;
  }
}
@media screen {
  a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
  }
}
@media screen {
  .bg-light {
    background-color: #f8f9fa !important;
  }
}
@media screen {
  a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
  }
}
@media screen {
  .bg-dark {
    background-color: #2D3033 !important;
  }
}
@media screen {
  a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #151718 !important;
  }
}
@media screen {
  .bg-white {
    background-color: #fff !important;
  }
}
@media screen {
  .bg-transparent {
    background-color: transparent !important;
  }
}
@media screen {
  .border {
    border: 1px solid #dee2e6 !important;
  }
}
@media screen {
  .border-top {
    border-top: 1px solid #dee2e6 !important;
  }
}
@media screen {
  .border-right {
    border-right: 1px solid #dee2e6 !important;
  }
}
@media screen {
  .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
@media screen {
  .border-left {
    border-left: 1px solid #dee2e6 !important;
  }
}
@media screen {
  .border-0 {
    border: 0 !important;
  }
}
@media screen {
  .border-top-0 {
    border-top: 0 !important;
  }
}
@media screen {
  .border-right-0 {
    border-right: 0 !important;
  }
}
@media screen {
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
}
@media screen {
  .border-left-0 {
    border-left: 0 !important;
  }
}
@media screen {
  .border-primary {
    border-color: #1A76C5 !important;
  }
}
@media screen {
  .border-secondary {
    border-color: #6c757d !important;
  }
}
@media screen {
  .border-success {
    border-color: #005342 !important;
  }
}
@media screen {
  .border-info {
    border-color: #17a2b8 !important;
  }
}
@media screen {
  .border-warning {
    border-color: #FED141 !important;
  }
}
@media screen {
  .border-danger {
    border-color: #dc3545 !important;
  }
}
@media screen {
  .border-light {
    border-color: #f8f9fa !important;
  }
}
@media screen {
  .border-dark {
    border-color: #2D3033 !important;
  }
}
@media screen {
  .border-white {
    border-color: #fff !important;
  }
}
@media screen {
  .rounded {
    border-radius: 0.25rem !important;
  }
}
@media screen {
  .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
}
@media screen {
  .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen {
  .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
}
@media screen {
  .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
}
@media screen {
  .rounded-circle {
    border-radius: 50% !important;
  }
}
@media screen {
  .rounded-0 {
    border-radius: 0 !important;
  }
}
@media screen {
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media screen {
  .d-none {
    display: none !important;
  }
}
@media screen {
  .d-inline {
    display: inline !important;
  }
}
@media screen {
  .d-inline-block {
    display: inline-block !important;
  }
}
@media screen {
  .d-block {
    display: block !important;
  }
}
@media screen {
  .d-table {
    display: table !important;
  }
}
@media screen {
  .d-table-row {
    display: table-row !important;
  }
}
@media screen {
  .d-table-cell {
    display: table-cell !important;
  }
}
@media screen {
  .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen {
  .d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

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

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

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

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

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

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

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

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

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen {
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive::before {
    display: block;
    content: "";
  }
  .embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
@media screen {
  .embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
  }
}
@media screen {
  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
}
@media screen {
  .embed-responsive-4by3::before {
    padding-top: 75%;
  }
}
@media screen {
  .embed-responsive-1by1::before {
    padding-top: 100%;
  }
}
@media screen {
  .flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
@media screen {
  .flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
@media screen {
  .flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
}
@media screen {
  .flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
@media screen {
  .flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}
@media screen {
  .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media screen {
  .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
}
@media screen {
  .flex-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
}
@media screen {
  .flex-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
}
@media screen {
  .flex-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
}
@media screen {
  .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
}
@media screen {
  .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
}
@media screen {
  .justify-content-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media screen {
  .justify-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}
@media screen {
  .justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
@media screen {
  .justify-content-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen {
  .justify-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
}
@media screen {
  .align-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen {
  .align-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
}
@media screen {
  .align-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
@media screen {
  .align-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
}
@media screen {
  .align-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
}
@media screen {
  .align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
}
@media screen {
  .align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
}
@media screen {
  .align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
}
@media screen {
  .align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
}
@media screen {
  .align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
}
@media screen {
  .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
}
@media screen {
  .align-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
}
@media screen {
  .align-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}
@media screen {
  .align-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
}
@media screen {
  .align-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
}
@media screen {
  .align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
}
@media screen {
  .align-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media screen and (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media screen and (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media screen and (min-width: 1024px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media screen {
  .float-left {
    float: left !important;
  }
}
@media screen {
  .float-right {
    float: right !important;
  }
}
@media screen {
  .float-none {
    float: none !important;
  }
}
@media screen and (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media screen and (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
@media screen {
  .position-static {
    position: static !important;
  }
}
@media screen {
  .position-relative {
    position: relative !important;
  }
}
@media screen {
  .position-absolute {
    position: absolute !important;
  }
}
@media screen {
  .position-fixed {
    position: fixed !important;
  }
}
@media screen {
  .position-sticky {
    position: sticky !important;
  }
}
@media screen {
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}
@media screen {
  .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
}
@media screen {
  @supports (position: sticky) {
    .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
}
@media screen {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@media screen {
  .sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media screen {
  .shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
}
@media screen {
  .shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
}
@media screen {
  .shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
}
@media screen {
  .shadow-none {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}
@media screen {
  .w-25 {
    width: 25% !important;
  }
}
@media screen {
  .w-50 {
    width: 50% !important;
  }
}
@media screen {
  .w-75 {
    width: 75% !important;
  }
}
@media screen {
  .w-100 {
    width: 100% !important;
  }
}
@media screen {
  .w-auto {
    width: auto !important;
  }
}
@media screen {
  .h-25 {
    height: 25% !important;
  }
}
@media screen {
  .h-50 {
    height: 50% !important;
  }
}
@media screen {
  .h-75 {
    height: 75% !important;
  }
}
@media screen {
  .h-100 {
    height: 100% !important;
  }
}
@media screen {
  .h-auto {
    height: auto !important;
  }
}
@media screen {
  .mw-100 {
    max-width: 100% !important;
  }
}
@media screen {
  .mh-100 {
    max-height: 100% !important;
  }
}
@media screen {
  .m-0 {
    margin: 0 !important;
  }
}
@media screen {
  .mt-0,
.my-0 {
    margin-top: 0 !important;
  }
}
@media screen {
  .mr-0,
.mx-0 {
    margin-right: 0 !important;
  }
}
@media screen {
  .mb-0,
.my-0 {
    margin-bottom: 0 !important;
  }
}
@media screen {
  .ml-0,
.mx-0 {
    margin-left: 0 !important;
  }
}
@media screen {
  .m-1 {
    margin: 0.25rem !important;
  }
}
@media screen {
  .mt-1,
.my-1 {
    margin-top: 0.25rem !important;
  }
}
@media screen {
  .mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
  }
}
@media screen {
  .mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
  }
}
@media screen {
  .ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
  }
}
@media screen {
  .m-2 {
    margin: 0.5rem !important;
  }
}
@media screen {
  .mt-2,
.my-2 {
    margin-top: 0.5rem !important;
  }
}
@media screen {
  .mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
  }
}
@media screen {
  .mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
  }
}
@media screen {
  .ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
  }
}
@media screen {
  .m-3 {
    margin: 1rem !important;
  }
}
@media screen {
  .mt-3,
.my-3 {
    margin-top: 1rem !important;
  }
}
@media screen {
  .mr-3,
.mx-3 {
    margin-right: 1rem !important;
  }
}
@media screen {
  .mb-3,
.my-3 {
    margin-bottom: 1rem !important;
  }
}
@media screen {
  .ml-3,
.mx-3 {
    margin-left: 1rem !important;
  }
}
@media screen {
  .m-4 {
    margin: 1.5rem !important;
  }
}
@media screen {
  .mt-4,
.my-4 {
    margin-top: 1.5rem !important;
  }
}
@media screen {
  .mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
  }
}
@media screen {
  .mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
  }
}
@media screen {
  .ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
  }
}
@media screen {
  .m-5 {
    margin: 3rem !important;
  }
}
@media screen {
  .mt-5,
.my-5 {
    margin-top: 3rem !important;
  }
}
@media screen {
  .mr-5,
.mx-5 {
    margin-right: 3rem !important;
  }
}
@media screen {
  .mb-5,
.my-5 {
    margin-bottom: 3rem !important;
  }
}
@media screen {
  .ml-5,
.mx-5 {
    margin-left: 3rem !important;
  }
}
@media screen {
  .p-0 {
    padding: 0 !important;
  }
}
@media screen {
  .pt-0,
.py-0 {
    padding-top: 0 !important;
  }
}
@media screen {
  .pr-0,
.px-0 {
    padding-right: 0 !important;
  }
}
@media screen {
  .pb-0,
.py-0 {
    padding-bottom: 0 !important;
  }
}
@media screen {
  .pl-0,
.px-0 {
    padding-left: 0 !important;
  }
}
@media screen {
  .p-1 {
    padding: 0.25rem !important;
  }
}
@media screen {
  .pt-1,
.py-1 {
    padding-top: 0.25rem !important;
  }
}
@media screen {
  .pr-1,
.px-1 {
    padding-right: 0.25rem !important;
  }
}
@media screen {
  .pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
  }
}
@media screen {
  .pl-1,
.px-1 {
    padding-left: 0.25rem !important;
  }
}
@media screen {
  .p-2 {
    padding: 0.5rem !important;
  }
}
@media screen {
  .pt-2,
.py-2 {
    padding-top: 0.5rem !important;
  }
}
@media screen {
  .pr-2,
.px-2 {
    padding-right: 0.5rem !important;
  }
}
@media screen {
  .pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
  }
}
@media screen {
  .pl-2,
.px-2 {
    padding-left: 0.5rem !important;
  }
}
@media screen {
  .p-3 {
    padding: 1rem !important;
  }
}
@media screen {
  .pt-3,
.py-3 {
    padding-top: 1rem !important;
  }
}
@media screen {
  .pr-3,
.px-3 {
    padding-right: 1rem !important;
  }
}
@media screen {
  .pb-3,
.py-3 {
    padding-bottom: 1rem !important;
  }
}
@media screen {
  .pl-3,
.px-3 {
    padding-left: 1rem !important;
  }
}
@media screen {
  .p-4 {
    padding: 1.5rem !important;
  }
}
@media screen {
  .pt-4,
.py-4 {
    padding-top: 1.5rem !important;
  }
}
@media screen {
  .pr-4,
.px-4 {
    padding-right: 1.5rem !important;
  }
}
@media screen {
  .pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
  }
}
@media screen {
  .pl-4,
.px-4 {
    padding-left: 1.5rem !important;
  }
}
@media screen {
  .p-5 {
    padding: 3rem !important;
  }
}
@media screen {
  .pt-5,
.py-5 {
    padding-top: 3rem !important;
  }
}
@media screen {
  .pr-5,
.px-5 {
    padding-right: 3rem !important;
  }
}
@media screen {
  .pb-5,
.py-5 {
    padding-bottom: 3rem !important;
  }
}
@media screen {
  .pl-5,
.px-5 {
    padding-left: 3rem !important;
  }
}
@media screen {
  .m-auto {
    margin: auto !important;
  }
}
@media screen {
  .mt-auto,
.my-auto {
    margin-top: auto !important;
  }
}
@media screen {
  .mr-auto,
.mx-auto {
    margin-right: auto !important;
  }
}
@media screen {
  .mb-auto,
.my-auto {
    margin-bottom: auto !important;
  }
}
@media screen {
  .ml-auto,
.mx-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media screen {
  .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  }
}
@media screen {
  .text-justify {
    text-align: justify !important;
  }
}
@media screen {
  .text-nowrap {
    white-space: nowrap !important;
  }
}
@media screen {
  .text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen {
  .text-left {
    text-align: left !important;
  }
}
@media screen {
  .text-right {
    text-align: right !important;
  }
}
@media screen {
  .text-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media screen {
  .text-lowercase {
    text-transform: lowercase !important;
  }
}
@media screen {
  .text-uppercase {
    text-transform: uppercase !important;
  }
}
@media screen {
  .text-capitalize {
    text-transform: capitalize !important;
  }
}
@media screen {
  .font-weight-light {
    font-weight: 300 !important;
  }
}
@media screen {
  .font-weight-normal {
    font-weight: 400 !important;
  }
}
@media screen {
  .font-weight-bold {
    font-weight: 700 !important;
  }
}
@media screen {
  .font-italic {
    font-style: italic !important;
  }
}
@media screen {
  .text-white {
    color: #fff !important;
  }
}
@media screen {
  .text-primary {
    color: #1A76C5 !important;
  }
}
@media screen {
  a.text-primary:hover, a.text-primary:focus {
    color: #145b98 !important;
  }
}
@media screen {
  .text-secondary {
    color: #6c757d !important;
  }
}
@media screen {
  a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
  }
}
@media screen {
  .text-success {
    color: #005342 !important;
  }
}
@media screen {
  a.text-success:hover, a.text-success:focus {
    color: #002019 !important;
  }
}
@media screen {
  .text-info {
    color: #17a2b8 !important;
  }
}
@media screen {
  a.text-info:hover, a.text-info:focus {
    color: #117a8b !important;
  }
}
@media screen {
  .text-warning {
    color: #FED141 !important;
  }
}
@media screen {
  a.text-warning:hover, a.text-warning:focus {
    color: #fec50e !important;
  }
}
@media screen {
  .text-danger {
    color: #dc3545 !important;
  }
}
@media screen {
  a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important;
  }
}
@media screen {
  .text-light {
    color: #f8f9fa !important;
  }
}
@media screen {
  a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
  }
}
@media screen {
  .text-dark {
    color: #2D3033 !important;
  }
}
@media screen {
  a.text-dark:hover, a.text-dark:focus {
    color: #151718 !important;
  }
}
@media screen {
  .text-body {
    color: #fff !important;
  }
}
@media screen {
  .text-muted {
    color: #6c757d !important;
  }
}
@media screen {
  .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
  }
}
@media screen {
  .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
@media screen {
  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
}
@media screen {
  .visible {
    visibility: visible !important;
  }
}
@media screen {
  .invisible {
    visibility: hidden !important;
  }
}
@media screen {
  .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media screen {
  .custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
  }
}
@media screen {
  .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #1A76C5;
  }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
            box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
  }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #9fccf2;
  }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
  }
  .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
  }
}
@media screen {
  .custom-control-label {
    position: relative;
    margin-bottom: 0;
  }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6;
  }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
}
@media screen {
  .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1A76C5;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #1A76C5;
  }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
  }
  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(26, 118, 197, 0.5);
  }
  .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(26, 118, 197, 0.5);
  }
}
@media screen {
  .custom-radio .custom-control-label::before {
    border-radius: 50%;
  }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1A76C5;
  }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  }
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(26, 118, 197, 0.5);
  }
}
@media screen {
  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .custom-select:focus {
    border-color: #72b4ec;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(114, 180, 236, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(114, 180, 236, 0.5);
  }
  .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
  }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
  }
  .custom-select::-ms-expand {
    opacity: 0;
  }
}
@media screen {
  .custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
  }
}
@media screen {
  .custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
  }
}
@media screen {
  .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
  }
}
@media screen {
  .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
  }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #72b4ec;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
  }
  .custom-file-input:focus ~ .custom-file-label::after {
    border-color: #72b4ec;
  }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
  }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }
}
@media screen {
  .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
  }
}
@media screen {
  .custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .custom-range:focus {
    outline: none;
  }
  .custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
            box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
  }
  .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
  }
  .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #2D3033, 0 0 0 0.2rem rgba(26, 118, 197, 0.25);
  }
  .custom-range::-moz-focus-outer {
    border: 0;
  }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1A76C5;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen {
  .custom-range::-webkit-slider-thumb:active {
    background-color: #9fccf2;
  }
}
@media screen {
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
}
@media screen {
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1A76C5;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
@media screen {
  .custom-range::-moz-range-thumb:active {
    background-color: #9fccf2;
  }
}
@media screen {
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
}
@media screen {
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #1A76C5;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
@media screen {
  .custom-range::-ms-thumb:active {
    background-color: #9fccf2;
  }
}
@media screen {
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
  }
}
@media screen {
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
  }
}
@media screen {
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
  }
}
@media screen {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media screen {
  .carousel {
    position: relative;
  }
}
@media screen {
  .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}
@media screen {
  .carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}
@media screen {
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media screen {
  .carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
  }
}
@media screen {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
}
@media screen {
  .carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
.active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
    }
  }
}
@media screen {
  .carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
.active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
  }
}
@media screen {
  .carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }
  .carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
  }
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
}
@media screen {
  .carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
  }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
}
@media screen {
  .carousel-control-prev {
    left: 0;
  }
}
@media screen {
  .carousel-control-next {
    right: 0;
  }
}
@media screen {
  .carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
  }
}
@media screen {
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
@media screen {
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }
}
@media screen {
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    /*
    &::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
    &::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
    */
  }
  .carousel-indicators li button {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-indent: -999px;
    font-size: 0;
    padding: 0;
    border-width: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  .carousel-indicators .active {
    background-color: #fff;
  }
  .carousel-indicators .active button {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen {
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
}
@media screen {
  @-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateZ(0);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translateZ(0);
    }
    40%, 43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateZ(0);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translateZ(0);
    }
    40%, 43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
  @keyframes bounce {
    0%, 20%, 53%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translateZ(0);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translateZ(0);
    }
    40%, 43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
}
@media screen {
  .bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    -ms-transform-origin: center bottom;
        transform-origin: center bottom;
  }
}
@media screen {
  @-webkit-keyframes flash {
    0%, 50%, to {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
}
@media screen {
  @-webkit-keyframes flash {
    0%, 50%, to {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
  @keyframes flash {
    0%, 50%, to {
      opacity: 1;
    }
    25%, 75% {
      opacity: 0;
    }
  }
}
@media screen {
  .flash {
    -webkit-animation-name: flash;
    animation-name: flash;
  }
}
@media screen {
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
}
@media screen {
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes pulse {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
}
@media screen {
  .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
}
@media screen {
  @-webkit-keyframes rubberBand {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
}
@media screen {
  @-webkit-keyframes rubberBand {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes rubberBand {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
}
@media screen {
  .rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
  }
}
@media screen {
  @-webkit-keyframes shake {
    0%, to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes shake {
    0%, to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
  @keyframes shake {
    0%, to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
  }
}
@media screen {
  .shake {
    -webkit-animation-name: shake;
    animation-name: shake;
  }
}
@media screen {
  @-webkit-keyframes headShake {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg);
    }
    50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
}
@media screen {
  @-webkit-keyframes headShake {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg);
    }
    50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes headShake {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg);
    }
    50% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
}
@media screen {
  .headShake {
    -webkit-animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: headShake;
    animation-timing-function: ease-in-out;
  }
}
@media screen {
  @-webkit-keyframes swing {
    20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
}
@media screen {
  @-webkit-keyframes swing {
    20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes swing {
    20% {
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    40% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    60% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    80% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
    to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
}
@media screen {
  .swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    -ms-transform-origin: top center;
        transform-origin: top center;
  }
}
@media screen {
  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    10%, 20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%, 60%, 80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
}
@media screen {
  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    10%, 20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%, 60%, 80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  @keyframes tada {
    0% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
    10%, 20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%, 60%, 80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
}
@media screen {
  .tada {
    -webkit-animation-name: tada;
    animation-name: tada;
  }
}
@media screen {
  @-webkit-keyframes wobble {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
      transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
      transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
      transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
      transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
      transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes wobble {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
      transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
      transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
      transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
      transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
      transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes wobble {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
      transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
      transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
      transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
      transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
      transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  .wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
  }
}
@media screen {
  @-webkit-keyframes jello {
    0%, 11.1%, to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
  }
}
@media screen {
  @-webkit-keyframes jello {
    0%, 11.1%, to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
  }
  @keyframes jello {
    0%, 11.1%, to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
  }
}
@media screen {
  .jello {
    -webkit-animation-name: jello;
    -webkit-transform-origin: center;
    animation-name: jello;
    -ms-transform-origin: center;
        transform-origin: center;
  }
}
@media screen {
  @-webkit-keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
    28% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
}
@media screen {
  @-webkit-keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
    28% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    14% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
    28% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    42% {
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
    }
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
}
@media screen {
  .heartBeat {
    -webkit-animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.3s;
    animation-name: heartBeat;
    animation-timing-function: ease-in-out;
  }
}
@media screen {
  @-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      opacity: 1;
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
      -webkit-transform: scaleX(1);
      opacity: 1;
      transform: scaleX(1);
    }
  }
}
@media screen {
  @-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      opacity: 1;
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
      -webkit-transform: scaleX(1);
      opacity: 1;
      transform: scaleX(1);
    }
  }
  @keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      opacity: 1;
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
      -webkit-transform: scaleX(1);
      opacity: 1;
      transform: scaleX(1);
    }
  }
}
@media screen {
  .bounceIn {
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-duration: 0.75s;
    animation-name: bounceIn;
  }
}
@media screen {
  @-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(0, -3000px, 0);
      opacity: 0;
      transform: translate3d(0, -3000px, 0);
    }
    60% {
      -webkit-transform: translate3d(0, 25px, 0);
      opacity: 1;
      transform: translate3d(0, 25px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(0, -3000px, 0);
      opacity: 0;
      transform: translate3d(0, -3000px, 0);
    }
    60% {
      -webkit-transform: translate3d(0, 25px, 0);
      opacity: 1;
      transform: translate3d(0, 25px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(0, -3000px, 0);
      opacity: 0;
      transform: translate3d(0, -3000px, 0);
    }
    60% {
      -webkit-transform: translate3d(0, 25px, 0);
      opacity: 1;
      transform: translate3d(0, 25px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, 5px, 0);
      transform: translate3d(0, 5px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
  }
}
@media screen {
  @-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(-3000px, 0, 0);
      opacity: 0;
      transform: translate3d(-3000px, 0, 0);
    }
    60% {
      -webkit-transform: translate3d(25px, 0, 0);
      opacity: 1;
      transform: translate3d(25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(-3000px, 0, 0);
      opacity: 0;
      transform: translate3d(-3000px, 0, 0);
    }
    60% {
      -webkit-transform: translate3d(25px, 0, 0);
      opacity: 1;
      transform: translate3d(25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(-3000px, 0, 0);
      opacity: 0;
      transform: translate3d(-3000px, 0, 0);
    }
    60% {
      -webkit-transform: translate3d(25px, 0, 0);
      opacity: 1;
      transform: translate3d(25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
  }
}
@media screen {
  @-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(3000px, 0, 0);
      opacity: 0;
      transform: translate3d(3000px, 0, 0);
    }
    60% {
      -webkit-transform: translate3d(-25px, 0, 0);
      opacity: 1;
      transform: translate3d(-25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(3000px, 0, 0);
      opacity: 0;
      transform: translate3d(3000px, 0, 0);
    }
    60% {
      -webkit-transform: translate3d(-25px, 0, 0);
      opacity: 1;
      transform: translate3d(-25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(3000px, 0, 0);
      opacity: 0;
      transform: translate3d(3000px, 0, 0);
    }
    60% {
      -webkit-transform: translate3d(-25px, 0, 0);
      opacity: 1;
      transform: translate3d(-25px, 0, 0);
    }
    75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0);
    }
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  .bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
  }
}
@media screen {
  @-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(0, 3000px, 0);
      opacity: 0;
      transform: translate3d(0, 3000px, 0);
    }
    60% {
      -webkit-transform: translate3d(0, -20px, 0);
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(0, 3000px, 0);
      opacity: 0;
      transform: translate3d(0, 3000px, 0);
    }
    60% {
      -webkit-transform: translate3d(0, -20px, 0);
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      -webkit-transform: translate3d(0, 3000px, 0);
      opacity: 0;
      transform: translate3d(0, 3000px, 0);
    }
    60% {
      -webkit-transform: translate3d(0, -20px, 0);
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    75% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  .bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
  }
}
@media screen {
  @-webkit-keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      opacity: 1;
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
}
@media screen {
  @-webkit-keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      opacity: 1;
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  @keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      opacity: 1;
      transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
}
@media screen {
  .bounceOut {
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-duration: 0.75s;
    animation-name: bounceOut;
  }
}
@media screen {
  @-webkit-keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
      -webkit-transform: translate3d(0, -20px, 0);
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 2000px, 0);
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
      -webkit-transform: translate3d(0, -20px, 0);
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 2000px, 0);
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
  @keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
      -webkit-transform: translate3d(0, -20px, 0);
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, 2000px, 0);
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
}
@media screen {
  .bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
  }
}
@media screen {
  @-webkit-keyframes bounceOutLeft {
    20% {
      -webkit-transform: translate3d(20px, 0, 0);
      opacity: 1;
      transform: translate3d(20px, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-2000px, 0, 0);
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes bounceOutLeft {
    20% {
      -webkit-transform: translate3d(20px, 0, 0);
      opacity: 1;
      transform: translate3d(20px, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-2000px, 0, 0);
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
  @keyframes bounceOutLeft {
    20% {
      -webkit-transform: translate3d(20px, 0, 0);
      opacity: 1;
      transform: translate3d(20px, 0, 0);
    }
    to {
      -webkit-transform: translate3d(-2000px, 0, 0);
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
}
@media screen {
  .bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
  }
}
@media screen {
  @-webkit-keyframes bounceOutRight {
    20% {
      -webkit-transform: translate3d(-20px, 0, 0);
      opacity: 1;
      transform: translate3d(-20px, 0, 0);
    }
    to {
      -webkit-transform: translate3d(2000px, 0, 0);
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes bounceOutRight {
    20% {
      -webkit-transform: translate3d(-20px, 0, 0);
      opacity: 1;
      transform: translate3d(-20px, 0, 0);
    }
    to {
      -webkit-transform: translate3d(2000px, 0, 0);
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
  @keyframes bounceOutRight {
    20% {
      -webkit-transform: translate3d(-20px, 0, 0);
      opacity: 1;
      transform: translate3d(-20px, 0, 0);
    }
    to {
      -webkit-transform: translate3d(2000px, 0, 0);
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
}
@media screen {
  .bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
  }
}
@media screen {
  @-webkit-keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
      -webkit-transform: translate3d(0, 20px, 0);
      opacity: 1;
      transform: translate3d(0, 20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, -2000px, 0);
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
      -webkit-transform: translate3d(0, 20px, 0);
      opacity: 1;
      transform: translate3d(0, 20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, -2000px, 0);
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
  @keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
      -webkit-transform: translate3d(0, 20px, 0);
      opacity: 1;
      transform: translate3d(0, 20px, 0);
    }
    to {
      -webkit-transform: translate3d(0, -2000px, 0);
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
}
@media screen {
  .bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
  }
}
@media screen {
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media screen {
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
@media screen {
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}
@media screen {
  @-webkit-keyframes fadeInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes fadeInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
}
@media screen {
  @-webkit-keyframes fadeInDownBig {
    0% {
      -webkit-transform: translate3d(0, -2000px, 0);
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeInDownBig {
    0% {
      -webkit-transform: translate3d(0, -2000px, 0);
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes fadeInDownBig {
    0% {
      -webkit-transform: translate3d(0, -2000px, 0);
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }
}
@media screen {
  @-webkit-keyframes fadeInLeft {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeInLeft {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes fadeInLeft {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
}
@media screen {
  @-webkit-keyframes fadeInLeftBig {
    0% {
      -webkit-transform: translate3d(-2000px, 0, 0);
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeInLeftBig {
    0% {
      -webkit-transform: translate3d(-2000px, 0, 0);
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes fadeInLeftBig {
    0% {
      -webkit-transform: translate3d(-2000px, 0, 0);
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
}
@media screen {
  @-webkit-keyframes fadeInRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0);
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeInRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0);
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes fadeInRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0);
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}
@media screen {
  @-webkit-keyframes fadeInRightBig {
    0% {
      -webkit-transform: translate3d(2000px, 0, 0);
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeInRightBig {
    0% {
      -webkit-transform: translate3d(2000px, 0, 0);
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes fadeInRightBig {
    0% {
      -webkit-transform: translate3d(2000px, 0, 0);
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
}
@media screen {
  @-webkit-keyframes fadeInUp {
    0% {
      -webkit-transform: translate3d(0, 100%, 0);
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeInUp {
    0% {
      -webkit-transform: translate3d(0, 100%, 0);
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes fadeInUp {
    0% {
      -webkit-transform: translate3d(0, 100%, 0);
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
}
@media screen {
  @-webkit-keyframes fadeInUpBig {
    0% {
      -webkit-transform: translate3d(0, 2000px, 0);
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeInUpBig {
    0% {
      -webkit-transform: translate3d(0, 2000px, 0);
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes fadeInUpBig {
    0% {
      -webkit-transform: translate3d(0, 2000px, 0);
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }
}
@media screen {
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
}
@media screen {
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
}
@media screen {
  .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
}
@media screen {
  @-webkit-keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, 100%, 0);
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, 100%, 0);
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, 100%, 0);
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
  }
}
@media screen {
  .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }
}
@media screen {
  @-webkit-keyframes fadeOutDownBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, 2000px, 0);
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeOutDownBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, 2000px, 0);
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
  @keyframes fadeOutDownBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, 2000px, 0);
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
}
@media screen {
  .fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
  }
}
@media screen {
  @-webkit-keyframes fadeOutLeft {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeOutLeft {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
  }
}
@media screen {
  .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
}
@media screen {
  @-webkit-keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(-2000px, 0, 0);
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(-2000px, 0, 0);
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
  @keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(-2000px, 0, 0);
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
}
@media screen {
  .fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
  }
}
@media screen {
  @-webkit-keyframes fadeOutRight {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0);
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeOutRight {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0);
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
  }
  @keyframes fadeOutRight {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0);
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
  }
}
@media screen {
  .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }
}
@media screen {
  @-webkit-keyframes fadeOutRightBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(2000px, 0, 0);
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeOutRightBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(2000px, 0, 0);
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
  @keyframes fadeOutRightBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(2000px, 0, 0);
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
}
@media screen {
  .fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
  }
}
@media screen {
  @-webkit-keyframes fadeOutUp {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, -100%, 0);
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeOutUp {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, -100%, 0);
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
  }
  @keyframes fadeOutUp {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, -100%, 0);
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
  }
}
@media screen {
  .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }
}
@media screen {
  @-webkit-keyframes fadeOutUpBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, -2000px, 0);
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes fadeOutUpBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, -2000px, 0);
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
  @keyframes fadeOutUpBig {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(0, -2000px, 0);
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
}
@media screen {
  .fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
  }
}
@media screen {
  @-webkit-keyframes flip {
    0% {
      -webkit-animation-timing-function: ease-out;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
      animation-timing-function: ease-out;
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    }
    40% {
      -webkit-animation-timing-function: ease-out;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
      animation-timing-function: ease-out;
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    }
    50% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    }
    80% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    }
    to {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    }
  }
}
@media screen {
  @-webkit-keyframes flip {
    0% {
      -webkit-animation-timing-function: ease-out;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
      animation-timing-function: ease-out;
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    }
    40% {
      -webkit-animation-timing-function: ease-out;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
      animation-timing-function: ease-out;
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    }
    50% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    }
    80% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    }
    to {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    }
  }
  @keyframes flip {
    0% {
      -webkit-animation-timing-function: ease-out;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
      animation-timing-function: ease-out;
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    }
    40% {
      -webkit-animation-timing-function: ease-out;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
      animation-timing-function: ease-out;
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    }
    50% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    }
    80% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    }
    to {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    }
  }
}
@media screen {
  .animated.flip {
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible;
  }
}
@media screen {
  @-webkit-keyframes flipInX {
    0% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateX(90deg);
      animation-timing-function: ease-in;
      opacity: 0;
      transform: perspective(400px) rotateX(90deg);
    }
    40% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateX(-20deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) rotateX(-20deg);
    }
    60% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      opacity: 1;
      transform: perspective(400px) rotateX(10deg);
    }
    80% {
      -webkit-transform: perspective(400px) rotateX(-5deg);
      transform: perspective(400px) rotateX(-5deg);
    }
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
}
@media screen {
  @-webkit-keyframes flipInX {
    0% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateX(90deg);
      animation-timing-function: ease-in;
      opacity: 0;
      transform: perspective(400px) rotateX(90deg);
    }
    40% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateX(-20deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) rotateX(-20deg);
    }
    60% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      opacity: 1;
      transform: perspective(400px) rotateX(10deg);
    }
    80% {
      -webkit-transform: perspective(400px) rotateX(-5deg);
      transform: perspective(400px) rotateX(-5deg);
    }
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  @keyframes flipInX {
    0% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateX(90deg);
      animation-timing-function: ease-in;
      opacity: 0;
      transform: perspective(400px) rotateX(90deg);
    }
    40% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateX(-20deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) rotateX(-20deg);
    }
    60% {
      -webkit-transform: perspective(400px) rotateX(10deg);
      opacity: 1;
      transform: perspective(400px) rotateX(10deg);
    }
    80% {
      -webkit-transform: perspective(400px) rotateX(-5deg);
      transform: perspective(400px) rotateX(-5deg);
    }
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
}
@media screen {
  .flipInX {
    -webkit-animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInX;
    backface-visibility: visible !important;
  }
}
@media screen {
  @-webkit-keyframes flipInY {
    0% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateY(90deg);
      animation-timing-function: ease-in;
      opacity: 0;
      transform: perspective(400px) rotateY(90deg);
    }
    40% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateY(-20deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) rotateY(-20deg);
    }
    60% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      opacity: 1;
      transform: perspective(400px) rotateY(10deg);
    }
    80% {
      -webkit-transform: perspective(400px) rotateY(-5deg);
      transform: perspective(400px) rotateY(-5deg);
    }
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
}
@media screen {
  @-webkit-keyframes flipInY {
    0% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateY(90deg);
      animation-timing-function: ease-in;
      opacity: 0;
      transform: perspective(400px) rotateY(90deg);
    }
    40% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateY(-20deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) rotateY(-20deg);
    }
    60% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      opacity: 1;
      transform: perspective(400px) rotateY(10deg);
    }
    80% {
      -webkit-transform: perspective(400px) rotateY(-5deg);
      transform: perspective(400px) rotateY(-5deg);
    }
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  @keyframes flipInY {
    0% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateY(90deg);
      animation-timing-function: ease-in;
      opacity: 0;
      transform: perspective(400px) rotateY(90deg);
    }
    40% {
      -webkit-animation-timing-function: ease-in;
      -webkit-transform: perspective(400px) rotateY(-20deg);
      animation-timing-function: ease-in;
      transform: perspective(400px) rotateY(-20deg);
    }
    60% {
      -webkit-transform: perspective(400px) rotateY(10deg);
      opacity: 1;
      transform: perspective(400px) rotateY(10deg);
    }
    80% {
      -webkit-transform: perspective(400px) rotateY(-5deg);
      transform: perspective(400px) rotateY(-5deg);
    }
    to {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
}
@media screen {
  .flipInY {
    -webkit-animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInY;
    backface-visibility: visible !important;
  }
}
@media screen {
  @-webkit-keyframes flipOutX {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      opacity: 1;
      transform: perspective(400px) rotateX(-20deg);
    }
    to {
      -webkit-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
      transform: perspective(400px) rotateX(90deg);
    }
  }
}
@media screen {
  @-webkit-keyframes flipOutX {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      opacity: 1;
      transform: perspective(400px) rotateX(-20deg);
    }
    to {
      -webkit-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
      transform: perspective(400px) rotateX(90deg);
    }
  }
  @keyframes flipOutX {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      opacity: 1;
      transform: perspective(400px) rotateX(-20deg);
    }
    to {
      -webkit-transform: perspective(400px) rotateX(90deg);
      opacity: 0;
      transform: perspective(400px) rotateX(90deg);
    }
  }
}
@media screen {
  .flipOutX {
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-duration: 0.75s;
    animation-name: flipOutX;
    backface-visibility: visible !important;
  }
}
@media screen {
  @-webkit-keyframes flipOutY {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotateY(-15deg);
      opacity: 1;
      transform: perspective(400px) rotateY(-15deg);
    }
    to {
      -webkit-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
      transform: perspective(400px) rotateY(90deg);
    }
  }
}
@media screen {
  @-webkit-keyframes flipOutY {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotateY(-15deg);
      opacity: 1;
      transform: perspective(400px) rotateY(-15deg);
    }
    to {
      -webkit-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
      transform: perspective(400px) rotateY(90deg);
    }
  }
  @keyframes flipOutY {
    0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
    30% {
      -webkit-transform: perspective(400px) rotateY(-15deg);
      opacity: 1;
      transform: perspective(400px) rotateY(-15deg);
    }
    to {
      -webkit-transform: perspective(400px) rotateY(90deg);
      opacity: 0;
      transform: perspective(400px) rotateY(90deg);
    }
  }
}
@media screen {
  .flipOutY {
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    animation-duration: 0.75s;
    animation-name: flipOutY;
    backface-visibility: visible !important;
  }
}
@media screen {
  @-webkit-keyframes lightSpeedIn {
    0% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
      transform: translate3d(100%, 0, 0) skewX(-30deg);
    }
    60% {
      -webkit-transform: skewX(20deg);
      opacity: 1;
      transform: skewX(20deg);
    }
    80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes lightSpeedIn {
    0% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
      transform: translate3d(100%, 0, 0) skewX(-30deg);
    }
    60% {
      -webkit-transform: skewX(20deg);
      opacity: 1;
      transform: skewX(20deg);
    }
    80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes lightSpeedIn {
    0% {
      -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
      transform: translate3d(100%, 0, 0) skewX(-30deg);
    }
    60% {
      -webkit-transform: skewX(20deg);
      opacity: 1;
      transform: skewX(20deg);
    }
    80% {
      -webkit-transform: skewX(-5deg);
      transform: skewX(-5deg);
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  .lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
  }
}
@media screen {
  @-webkit-keyframes lightSpeedOut {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
      transform: translate3d(100%, 0, 0) skewX(30deg);
    }
  }
}
@media screen {
  @-webkit-keyframes lightSpeedOut {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
      transform: translate3d(100%, 0, 0) skewX(30deg);
    }
  }
  @keyframes lightSpeedOut {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
      transform: translate3d(100%, 0, 0) skewX(30deg);
    }
  }
}
@media screen {
  .lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
  }
}
@media screen {
  @-webkit-keyframes rotateIn {
    0% {
      -webkit-transform: rotate(-200deg);
      -webkit-transform-origin: center;
      opacity: 0;
      transform: rotate(-200deg);
      transform-origin: center;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: center;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: center;
    }
  }
}
@media screen {
  @-webkit-keyframes rotateIn {
    0% {
      -webkit-transform: rotate(-200deg);
      -webkit-transform-origin: center;
      opacity: 0;
      transform: rotate(-200deg);
      transform-origin: center;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: center;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: center;
    }
  }
  @keyframes rotateIn {
    0% {
      -webkit-transform: rotate(-200deg);
      -webkit-transform-origin: center;
      opacity: 0;
      transform: rotate(-200deg);
      transform-origin: center;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: center;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: center;
    }
  }
}
@media screen {
  .rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
  }
}
@media screen {
  @-webkit-keyframes rotateInDownLeft {
    0% {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(-45deg);
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: left bottom;
    }
  }
}
@media screen {
  @-webkit-keyframes rotateInDownLeft {
    0% {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(-45deg);
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: left bottom;
    }
  }
  @keyframes rotateInDownLeft {
    0% {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(-45deg);
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: left bottom;
    }
  }
}
@media screen {
  .rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
  }
}
@media screen {
  @-webkit-keyframes rotateInDownRight {
    0% {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(45deg);
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: right bottom;
    }
  }
}
@media screen {
  @-webkit-keyframes rotateInDownRight {
    0% {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(45deg);
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: right bottom;
    }
  }
  @keyframes rotateInDownRight {
    0% {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(45deg);
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: right bottom;
    }
  }
}
@media screen {
  .rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
  }
}
@media screen {
  @-webkit-keyframes rotateInUpLeft {
    0% {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(45deg);
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: left bottom;
    }
  }
}
@media screen {
  @-webkit-keyframes rotateInUpLeft {
    0% {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(45deg);
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: left bottom;
    }
  }
  @keyframes rotateInUpLeft {
    0% {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(45deg);
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: left bottom;
    }
  }
}
@media screen {
  .rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
  }
}
@media screen {
  @-webkit-keyframes rotateInUpRight {
    0% {
      -webkit-transform: rotate(-90deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(-90deg);
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: right bottom;
    }
  }
}
@media screen {
  @-webkit-keyframes rotateInUpRight {
    0% {
      -webkit-transform: rotate(-90deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(-90deg);
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: right bottom;
    }
  }
  @keyframes rotateInUpRight {
    0% {
      -webkit-transform: rotate(-90deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(-90deg);
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: translateZ(0);
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform: translateZ(0);
      transform-origin: right bottom;
    }
  }
}
@media screen {
  .rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
  }
}
@media screen {
  @-webkit-keyframes rotateOut {
    0% {
      -webkit-transform-origin: center;
      opacity: 1;
      transform-origin: center;
    }
    to {
      -webkit-transform: rotate(200deg);
      -webkit-transform-origin: center;
      opacity: 0;
      transform: rotate(200deg);
      transform-origin: center;
    }
  }
}
@media screen {
  @-webkit-keyframes rotateOut {
    0% {
      -webkit-transform-origin: center;
      opacity: 1;
      transform-origin: center;
    }
    to {
      -webkit-transform: rotate(200deg);
      -webkit-transform-origin: center;
      opacity: 0;
      transform: rotate(200deg);
      transform-origin: center;
    }
  }
  @keyframes rotateOut {
    0% {
      -webkit-transform-origin: center;
      opacity: 1;
      transform-origin: center;
    }
    to {
      -webkit-transform: rotate(200deg);
      -webkit-transform-origin: center;
      opacity: 0;
      transform: rotate(200deg);
      transform-origin: center;
    }
  }
}
@media screen {
  .rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
  }
}
@media screen {
  @-webkit-keyframes rotateOutDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(45deg);
      transform-origin: left bottom;
    }
  }
}
@media screen {
  @-webkit-keyframes rotateOutDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(45deg);
      transform-origin: left bottom;
    }
  }
  @keyframes rotateOutDownLeft {
    0% {
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: rotate(45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(45deg);
      transform-origin: left bottom;
    }
  }
}
@media screen {
  .rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
  }
}
@media screen {
  @-webkit-keyframes rotateOutDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(-45deg);
      transform-origin: right bottom;
    }
  }
}
@media screen {
  @-webkit-keyframes rotateOutDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(-45deg);
      transform-origin: right bottom;
    }
  }
  @keyframes rotateOutDownRight {
    0% {
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(-45deg);
      transform-origin: right bottom;
    }
  }
}
@media screen {
  .rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
  }
}
@media screen {
  @-webkit-keyframes rotateOutUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(-45deg);
      transform-origin: left bottom;
    }
  }
}
@media screen {
  @-webkit-keyframes rotateOutUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(-45deg);
      transform-origin: left bottom;
    }
  }
  @keyframes rotateOutUpLeft {
    0% {
      -webkit-transform-origin: left bottom;
      opacity: 1;
      transform-origin: left bottom;
    }
    to {
      -webkit-transform: rotate(-45deg);
      -webkit-transform-origin: left bottom;
      opacity: 0;
      transform: rotate(-45deg);
      transform-origin: left bottom;
    }
  }
}
@media screen {
  .rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
  }
}
@media screen {
  @-webkit-keyframes rotateOutUpRight {
    0% {
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: rotate(90deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(90deg);
      transform-origin: right bottom;
    }
  }
}
@media screen {
  @-webkit-keyframes rotateOutUpRight {
    0% {
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: rotate(90deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(90deg);
      transform-origin: right bottom;
    }
  }
  @keyframes rotateOutUpRight {
    0% {
      -webkit-transform-origin: right bottom;
      opacity: 1;
      transform-origin: right bottom;
    }
    to {
      -webkit-transform: rotate(90deg);
      -webkit-transform-origin: right bottom;
      opacity: 0;
      transform: rotate(90deg);
      transform-origin: right bottom;
    }
  }
}
@media screen {
  .rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
  }
}
@media screen {
  @-webkit-keyframes hinge {
    0% {
      -webkit-animation-timing-function: ease-in-out;
      -webkit-transform-origin: top left;
      animation-timing-function: ease-in-out;
      transform-origin: top left;
    }
    20%, 60% {
      -webkit-animation-timing-function: ease-in-out;
      -webkit-transform: rotate(80deg);
      -webkit-transform-origin: top left;
      animation-timing-function: ease-in-out;
      transform: rotate(80deg);
      transform-origin: top left;
    }
    40%, 80% {
      -webkit-animation-timing-function: ease-in-out;
      -webkit-transform: rotate(60deg);
      -webkit-transform-origin: top left;
      animation-timing-function: ease-in-out;
      opacity: 1;
      transform: rotate(60deg);
      transform-origin: top left;
    }
    to {
      -webkit-transform: translate3d(0, 700px, 0);
      opacity: 0;
      transform: translate3d(0, 700px, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes hinge {
    0% {
      -webkit-animation-timing-function: ease-in-out;
      -webkit-transform-origin: top left;
      animation-timing-function: ease-in-out;
      transform-origin: top left;
    }
    20%, 60% {
      -webkit-animation-timing-function: ease-in-out;
      -webkit-transform: rotate(80deg);
      -webkit-transform-origin: top left;
      animation-timing-function: ease-in-out;
      transform: rotate(80deg);
      transform-origin: top left;
    }
    40%, 80% {
      -webkit-animation-timing-function: ease-in-out;
      -webkit-transform: rotate(60deg);
      -webkit-transform-origin: top left;
      animation-timing-function: ease-in-out;
      opacity: 1;
      transform: rotate(60deg);
      transform-origin: top left;
    }
    to {
      -webkit-transform: translate3d(0, 700px, 0);
      opacity: 0;
      transform: translate3d(0, 700px, 0);
    }
  }
  @keyframes hinge {
    0% {
      -webkit-animation-timing-function: ease-in-out;
      -webkit-transform-origin: top left;
      animation-timing-function: ease-in-out;
      transform-origin: top left;
    }
    20%, 60% {
      -webkit-animation-timing-function: ease-in-out;
      -webkit-transform: rotate(80deg);
      -webkit-transform-origin: top left;
      animation-timing-function: ease-in-out;
      transform: rotate(80deg);
      transform-origin: top left;
    }
    40%, 80% {
      -webkit-animation-timing-function: ease-in-out;
      -webkit-transform: rotate(60deg);
      -webkit-transform-origin: top left;
      animation-timing-function: ease-in-out;
      opacity: 1;
      transform: rotate(60deg);
      transform-origin: top left;
    }
    to {
      -webkit-transform: translate3d(0, 700px, 0);
      opacity: 0;
      transform: translate3d(0, 700px, 0);
    }
  }
}
@media screen {
  .hinge {
    -webkit-animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-duration: 2s;
    animation-name: hinge;
  }
}
@media screen {
  @-webkit-keyframes jackInTheBox {
    0% {
      -webkit-transform: scale(0.1) rotate(30deg);
      -webkit-transform-origin: center bottom;
      opacity: 0;
      transform: scale(0.1) rotate(30deg);
      transform-origin: center bottom;
    }
    50% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    70% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
    }
    to {
      -webkit-transform: scale(1);
      opacity: 1;
      transform: scale(1);
    }
  }
}
@media screen {
  @-webkit-keyframes jackInTheBox {
    0% {
      -webkit-transform: scale(0.1) rotate(30deg);
      -webkit-transform-origin: center bottom;
      opacity: 0;
      transform: scale(0.1) rotate(30deg);
      transform-origin: center bottom;
    }
    50% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    70% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
    }
    to {
      -webkit-transform: scale(1);
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes jackInTheBox {
    0% {
      -webkit-transform: scale(0.1) rotate(30deg);
      -webkit-transform-origin: center bottom;
      opacity: 0;
      transform: scale(0.1) rotate(30deg);
      transform-origin: center bottom;
    }
    50% {
      -webkit-transform: rotate(-10deg);
      transform: rotate(-10deg);
    }
    70% {
      -webkit-transform: rotate(3deg);
      transform: rotate(3deg);
    }
    to {
      -webkit-transform: scale(1);
      opacity: 1;
      transform: scale(1);
    }
  }
}
@media screen {
  .jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
  }
}
@media screen {
  @-webkit-keyframes rollIn {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
      opacity: 0;
      transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes rollIn {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
      opacity: 0;
      transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
  @keyframes rollIn {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
      opacity: 0;
      transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
      -webkit-transform: translateZ(0);
      opacity: 1;
      transform: translateZ(0);
    }
  }
}
@media screen {
  .rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
  }
}
@media screen {
  @-webkit-keyframes rollOut {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
      opacity: 0;
      transform: translate3d(100%, 0, 0) rotate(120deg);
    }
  }
}
@media screen {
  @-webkit-keyframes rollOut {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
      opacity: 0;
      transform: translate3d(100%, 0, 0) rotate(120deg);
    }
  }
  @keyframes rollOut {
    0% {
      opacity: 1;
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
      opacity: 0;
      transform: translate3d(100%, 0, 0) rotate(120deg);
    }
  }
}
@media screen {
  .rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
  }
}
@media screen {
  @-webkit-keyframes zoomIn {
    0% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
}
@media screen {
  @-webkit-keyframes zoomIn {
    0% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes zoomIn {
    0% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
}
@media screen {
  .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
  }
}
@media screen {
  @-webkit-keyframes zoomInDown {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes zoomInDown {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
  }
  @keyframes zoomInDown {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
  }
}
@media screen {
  .zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
  }
}
@media screen {
  @-webkit-keyframes zoomInLeft {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes zoomInLeft {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
  }
  @keyframes zoomInLeft {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    }
  }
}
@media screen {
  .zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
  }
}
@media screen {
  @-webkit-keyframes zoomInRight {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes zoomInRight {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
  }
  @keyframes zoomInRight {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    }
  }
}
@media screen {
  .zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
  }
}
@media screen {
  @-webkit-keyframes zoomInUp {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
  }
}
@media screen {
  @-webkit-keyframes zoomInUp {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
  }
  @keyframes zoomInUp {
    0% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    }
    60% {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
  }
}
@media screen {
  .zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
  }
}
@media screen {
  @-webkit-keyframes zoomOut {
    0% {
      opacity: 1;
    }
    50% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 0;
    }
  }
}
@media screen {
  @-webkit-keyframes zoomOut {
    0% {
      opacity: 1;
    }
    50% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 0;
    }
  }
  @keyframes zoomOut {
    0% {
      opacity: 1;
    }
    50% {
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
      opacity: 0;
    }
  }
}
@media screen {
  .zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
  }
}
@media screen {
  @-webkit-keyframes zoomOutDown {
    40% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
    to {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform-origin: center bottom;
    }
  }
}
@media screen {
  @-webkit-keyframes zoomOutDown {
    40% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
    to {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform-origin: center bottom;
    }
  }
  @keyframes zoomOutDown {
    40% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    }
    to {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform-origin: center bottom;
    }
  }
}
@media screen {
  .zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
  }
}
@media screen {
  @-webkit-keyframes zoomOutLeft {
    40% {
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      opacity: 0;
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform-origin: left center;
    }
  }
}
@media screen {
  @-webkit-keyframes zoomOutLeft {
    40% {
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      opacity: 0;
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform-origin: left center;
    }
  }
  @keyframes zoomOutLeft {
    40% {
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      -webkit-transform-origin: left center;
      opacity: 0;
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform-origin: left center;
    }
  }
}
@media screen {
  .zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
  }
}
@media screen {
  @-webkit-keyframes zoomOutRight {
    40% {
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      opacity: 0;
      transform: scale(0.1) translate3d(2000px, 0, 0);
      transform-origin: right center;
    }
  }
}
@media screen {
  @-webkit-keyframes zoomOutRight {
    40% {
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      opacity: 0;
      transform: scale(0.1) translate3d(2000px, 0, 0);
      transform-origin: right center;
    }
  }
  @keyframes zoomOutRight {
    40% {
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      -webkit-transform-origin: right center;
      opacity: 0;
      transform: scale(0.1) translate3d(2000px, 0, 0);
      transform-origin: right center;
    }
  }
}
@media screen {
  .zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
  }
}
@media screen {
  @-webkit-keyframes zoomOutUp {
    40% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
    to {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform-origin: center bottom;
    }
  }
}
@media screen {
  @-webkit-keyframes zoomOutUp {
    40% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
    to {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform-origin: center bottom;
    }
  }
  @keyframes zoomOutUp {
    40% {
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    }
    to {
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform-origin: center bottom;
    }
  }
}
@media screen {
  .zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
  }
}
@media screen {
  @-webkit-keyframes slideInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes slideInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes slideInDown {
    0% {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
}
@media screen {
  @-webkit-keyframes slideInLeft {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes slideInLeft {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes slideInLeft {
    0% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }
}
@media screen {
  @-webkit-keyframes slideInRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes slideInRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes slideInRight {
    0% {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
  }
}
@media screen {
  @-webkit-keyframes slideInUp {
    0% {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  @-webkit-keyframes slideInUp {
    0% {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  @keyframes slideInUp {
    0% {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
}
@media screen {
  .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
  }
}
@media screen {
  @-webkit-keyframes slideOutDown {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: hidden;
    }
  }
}
@media screen {
  @-webkit-keyframes slideOutDown {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: hidden;
    }
  }
  @keyframes slideOutDown {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      visibility: hidden;
    }
  }
}
@media screen {
  .slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
  }
}
@media screen {
  @-webkit-keyframes slideOutLeft {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: hidden;
    }
  }
}
@media screen {
  @-webkit-keyframes slideOutLeft {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: hidden;
    }
  }
  @keyframes slideOutLeft {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      visibility: hidden;
    }
  }
}
@media screen {
  .slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
  }
}
@media screen {
  @-webkit-keyframes slideOutRight {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: hidden;
    }
  }
}
@media screen {
  @-webkit-keyframes slideOutRight {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: hidden;
    }
  }
  @keyframes slideOutRight {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
      visibility: hidden;
    }
  }
}
@media screen {
  .slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
  }
}
@media screen {
  @-webkit-keyframes slideOutUp {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: hidden;
    }
  }
}
@media screen {
  @-webkit-keyframes slideOutUp {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: hidden;
    }
  }
  @keyframes slideOutUp {
    0% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
    to {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: hidden;
    }
  }
}
@media screen {
  .slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
  }
}
@media screen {
  .animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
}
@media screen {
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}
@media screen {
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}
@media screen {
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
}
@media screen {
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
}
@media screen {
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
}
@media screen {
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
}
@media screen {
  .animated.fast {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
  }
}
@media screen {
  .animated.faster {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
}
@media screen {
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
}
@media screen {
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  }
}
@media screen and (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media screen {
  body {
    background-color: #2D3033;
    color: #fff;
    font: 400 15px/1.6 "Open Sans", sans-serif;
    text-rendering: optimizeLegibility;
  }
}
@media screen and (max-width: 1023.98px) {
  .comments-open body.fixed-side {
    overflow: hidden;
    position: fixed;
  }
}
@media screen {
  a {
    color: #FED141;
    text-decoration: none;
  }
  a:hover, a:focus {
    color: #FED141;
    text-decoration: none;
  }
}
@media screen {
  h1 {
    font: 400 30px/1.2 "Open Sans", sans-serif;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 50px;
  }
}
@media screen {
  h2 {
    font: 600 25px/1.2 "Open Sans", sans-serif;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
@media screen {
  h3 {
    font: 500 15px/1.6 "Open Sans", sans-serif;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
}
@media screen {
  h4 {
    font: 500 13px/1.6 "Open Sans", sans-serif;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media screen {
  h5 {
    font: 500 11px/1.6 "Open Sans", sans-serif;
  }
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media screen {
  h6 {
    font: 500 10px/1.6 "Open Sans", sans-serif;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 16px;
  }
}
@media screen {
  p {
    margin: 0 0 30px;
  }
}
@media screen {
  ul, ol {
    margin: 0 0 15px;
  }
}
@media screen {
  li {
    margin: 0 0 15px;
  }
}
@media screen {
  .text-yellow {
    color: #FED141;
  }
}
@media screen {
  .bg-blue {
    background-color: #1A76C5;
    color: #fff;
  }
  .bg-blue a, .bg-blue a:hover, .bg-blue a:focus {
    color: #fff;
  }
}
@media screen {
  .bg-green {
    background-color: #005342;
    color: #fff;
  }
  .bg-green a, .bg-green a:hover, .bg-green a:focus {
    color: #fff;
  }
}
@media screen {
  button,
.button,
.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 20px;
    text-align: center;
    background-color: #FED141;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5pt;
    text-transform: uppercase;
    border-width: 0;
    cursor: pointer;
  }
  button:hover, button:focus,
.button:hover,
.button:focus,
.btn:hover,
.btn:focus {
    color: #000;
  }
}
@media screen and (max-width: 1023.98px) {
  button,
.button,
.btn {
    padding: 8px 15px;
    font-size: 12px;
  }
}
@media screen {
  .button-round,
.btn-round,
.btn-primary {
    border-radius: 50px;
    -webkit-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .button-round:hover,
.btn-round:hover,
.btn-primary:hover {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen {
  .btn-sround {
    border-radius: 7px;
    -webkit-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .btn-sround:hover {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen {
  .btn-sm {
    padding: 5px 15px;
    font-size: 11px;
  }
  .btn-sm.btn-sround {
    border-radius: 5px;
  }
}
@media screen {
  .btn-lg {
    padding: 14px 25px;
    font-size: 16px;
  }
  .btn-lg.btn-sround {
    border-radius: 10px;
  }
}
@media screen {
  .button-outline,
.btn-outline {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
    background-color: rgba(45, 48, 51, 0.75);
    color: #fff;
  }
  .button-outline:hover, .button-outline:focus,
.btn-outline:hover,
.btn-outline:focus {
    background: #FED141 !important;
    border-color: #FED141;
    color: #000;
  }
  .button-outline:hover svg, .button-outline:focus svg,
.btn-outline:hover svg,
.btn-outline:focus svg {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    fill: #000 !important;
  }
}
@media screen {
  a:hover .button-outline,
a:hover .btn-outline,
a:focus .button-outline,
a:focus .btn-outline,
a:active .button-outline,
a:active .btn-outline,
.hero:not(.simple):hover .button-outline,
.hero:not(.simple):hover .btn-outline {
    background: #FED141 !important;
    border-color: #FED141;
    color: #000;
  }
}
@media screen {
  .btn-player {
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 100%;
    font-size: 15px;
    border: 0;
  }
  .btn-player i, .btn-player .fa, .btn-player .fas, .btn-player .fal, .btn-player .far {
    margin-left: 4px;
  }
}
@media screen {
  .btn-player-play {
    display: none;
  }
}
@media screen {
  .paused .btn-player-play {
    display: block;
  }
  .paused .btn-player-pause {
    display: none;
  }
}
@media screen {
  .transparent {
    background-color: transparent;
    border: none;
    color: #fff;
  }
}
@media screen {
  .btn-more {
    background: #FED141 url("../fonts/icon-arrow-down-dark.svg") no-repeat right 10px top 50%;
    padding: 10px 40px 10px 15px;
  }
}
@media screen {
  .btn-download {
    background: transparent url(../fonts/icon-download.svg) no-repeat 95%;
    background-size: 15px;
    padding-right: 40px;
  }
  .btn-download:hover, .btn-download:focus {
    background: #FED141 url(../fonts/icon-download-dark.svg) no-repeat 95% !important;
    background-size: 15px !important;
  }
}
@media screen {
  .btn-up {
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    margin: 10px auto;
    background: transparent url("../fonts/icon-arrow-up.svg") no-repeat center center;
    background-size: contain;
    opacity: 0.75;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .btn-up:hover, .btn-up:focus {
    opacity: 1;
    cursor: pointer;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media screen {
  .btn-down {
    display: block;
    text-align: center;
    width: 25px;
    height: 25px;
    margin: 10px auto;
    background: transparent url("../fonts/icon-arrow-down.svg") no-repeat center center;
    background-size: contain;
    opacity: 0.75;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .btn-down:hover, .btn-down:focus {
    opacity: 1;
    cursor: pointer;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@media screen {
  .dropdown {
    position: relative;
  }
  .dropdown-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }
  .dropdown-group .dropdown {
    padding-left: 5px;
    padding-right: 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .dropdown-toggle {
    background: #1A76C5 url("../fonts/icon-arrow-down.svg") no-repeat right 10px top 50%;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2pt;
    display: inline-block;
    padding: 7px 30px 7px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .dropdown-toggle {
    font-size: 14px;
  }
}
@media screen {
  .dropdown-toggle:hover, .dropdown-toggle:focus {
    background: #FED141 url("../fonts/icon-arrow-down-dark.svg") no-repeat right 10px top 50%;
    border-color: #FED141;
    color: #000;
    cursor: pointer;
  }
}
@media screen {
  .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 0 0;
        -ms-transform-origin: 50% 0 0;
            transform-origin: 50% 0 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    width: 110%;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #1A76C5;
    color: #fff;
    z-index: 50;
  }
}
@media screen and (min-width: 1024px) {
  .dropdown-menu {
    width: 150%;
  }
}
@media screen {
  .dropdown.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media screen {
  .dropdown-item {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-align: right;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1024px) {
  .dropdown-item {
    font-size: 14px;
    letter-spacing: 2pt;
  }
}
@media screen {
  .dropdown-yellow .dropdown-toggle {
    background: #FED141 url("../fonts/icon-arrow-down-dark.svg") no-repeat right 10px top 50%;
    border-color: #FED141;
    color: #000;
  }
  .dropdown-yellow .dropdown-menu {
    background-color: #FED141;
    color: #000;
    width: 200%;
  }
  .dropdown-yellow .dropdown-item {
    color: #000;
    text-transform: none;
    letter-spacing: 0;
  }
  .dropdown-yellow .dropdown-item:hover, .dropdown-yellow .dropdown-item:focus {
    color: #000;
  }
}
@media screen {
  .breadcrumb {
    color: #FED141;
    margin-top: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .breadcrumb {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023.98px) {
  .breadcrumb .breadcrumb-item {
    margin-bottom: 5px;
  }
}
@media screen {
  .breadcrumb .breadcrumb-item:before {
    content: " / ";
  }
}
@media screen {
  .breadcrumb .breadcrumb-item:first-child::before {
    content: none;
  }
}
@media screen {
  .btn-arrow-right {
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
  }
  .btn-arrow-right:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 18px;
    /*
    width: 9px;
    height: 13px;
    background: url("../fonts/icon-arrow-right.svg") no-repeat 50% 50%;
    background-size: contain;
    */
  }
}
@media screen {
  .bg {
    /*
    //
    // Regular gradients
    //
    */
    /*
    //
    // REVERSE
    //
    */
    /*
    //
    // INSIDE
    //
    */
    /*
    //
    // Bottom gradients
    //
    */
    /*
    //
    // Solid backgrounds
    //
    */
  }
  .bg-example {
    border: 2px #fff solid;
    border-radius: 15px;
    margin: 15px 30px;
    padding: 15px;
    color: #fff;
  }
  .bg-example .widget-title {
    margin: 0;
    font-size: 18px;
  }
  .bg-grad {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(75%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
  }
  .bg-grad-white .widget-title {
    color: black;
  }
  .bg-grad-black {
    background: #1c1c1c -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(75%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #1c1c1c -o-linear-gradient(top, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
    background: #1c1c1c linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
  }
  .bg-grad-gray {
    background: #2f2f2f -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(75%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #2f2f2f -o-linear-gradient(top, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
    background: #2f2f2f linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
  }
  .bg-grad-bluenavy {
    background: #004f55 -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(75%, rgba(33, 34, 37, 0.39)), color-stop(110%, #283b49));
    background: #004f55 -o-linear-gradient(top, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #283b49 110%);
    background: #004f55 linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #283b49 110%);
  }
  .bg-grad-blue {
    background: #1a76c5 -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(90%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #1a76c5 -o-linear-gradient(top, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
    background: #1a76c5 linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
  }
  .bg-grad-blueteal {
    /*background: $blue-dim linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.24) 90%, #0d0e0f63 110%);*/
    background: #006B91 -webkit-gradient(linear, left top, left bottom, from(#006169), to(#1c2d3c));
    background: #006B91 -o-linear-gradient(top, #006169 0%, #1c2d3c 100%);
    background: #006B91 linear-gradient(180deg, #006169 0%, #1c2d3c 100%);
  }
  .bg-grad-bluedark {
    background: #1B2B40 -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(90%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #1B2B40 -o-linear-gradient(top, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
    background: #1B2B40 linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
  }
  .bg-grad-green {
    background: #346A00 -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(75%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #346A00 -o-linear-gradient(top, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
    background: #346A00 linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
  }
  .bg-grad-greendark {
    background: #015343 -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(90%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #015343 -o-linear-gradient(top, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
    background: #015343 linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
  }
  .bg-grad-white {
    background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(75%, rgba(67, 70, 74, 0)), color-stop(90%, rgba(33, 34, 37, 0.15)), color-stop(140%, #0d0e0f9e));
    background: #fff -o-linear-gradient(top, rgba(67, 70, 74, 0) 75%, rgba(33, 34, 37, 0.15) 90%, #0d0e0f9e 140%);
    background: #fff linear-gradient(180deg, rgba(67, 70, 74, 0) 75%, rgba(33, 34, 37, 0.15) 90%, #0d0e0f9e 140%);
    color: #000;
  }
  .bg-grad-white div,
.bg-grad-white p,
.bg-grad-white time,
.bg-grad-white h1, .bg-grad-white h2, .bg-grad-white h3, .bg-grad-white h4, .bg-grad-white h5, .bg-grad-white h6 {
    color: #000;
  }
  .bg-grad-white svg {
    fill: #000;
  }
  .bg-grad-white *[class*=bg-]:not([class*=-white]) {
    color: #fff;
  }
  .bg-grad-white *[class*=bg-]:not([class*=-white]) div,
.bg-grad-white *[class*=bg-]:not([class*=-white]) p,
.bg-grad-white *[class*=bg-]:not([class*=-white]) time,
.bg-grad-white *[class*=bg-]:not([class*=-white]) h1, .bg-grad-white *[class*=bg-]:not([class*=-white]) h2, .bg-grad-white *[class*=bg-]:not([class*=-white]) h3, .bg-grad-white *[class*=bg-]:not([class*=-white]) h4, .bg-grad-white *[class*=bg-]:not([class*=-white]) h5, .bg-grad-white *[class*=bg-]:not([class*=-white]) h6 {
    color: #fff;
  }
  .bg-grad-white *[class*=bg-]:not([class*=-white]) svg {
    fill: #fff;
  }
  .bg-grad-purple {
    background: #782A60 -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(90%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #782A60 -o-linear-gradient(top, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
    background: #782A60 linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
  }
  .bg-grad-bluebright {
    background: #001C4E -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(70%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0fff));
    background: #001C4E -o-linear-gradient(top, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 70%, #0d0e0fff 110%);
    background: #001C4E linear-gradient(180deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 70%, #0d0e0fff 110%);
  }
  .bg-grad-bluepurple {
    background: #782A60 -webkit-gradient(linear, left top, left bottom, from(#771E57), color-stop(40%, #562C69), to(#001C4E));
    background: #782A60 -o-linear-gradient(top, #771E57 0%, #562C69 40%, #001C4E 100%);
    background: #782A60 linear-gradient(180deg, #771E57 0%, #562C69 40%, #001C4E 100%);
  }
  .bg-grad-black.bg-reverse {
    background: #1c1c1c -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(75%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #1c1c1c -o-linear-gradient(bottom, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
    background: #1c1c1c linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
  }
  .bg-grad-gray.bg-reverse {
    background: #2f2f2f -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(75%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #2f2f2f -o-linear-gradient(bottom, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
    background: #2f2f2f linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
  }
  .bg-grad-bluenavy.bg-reverse {
    background: #004f55 -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(75%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #004f55 -o-linear-gradient(bottom, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
    background: #004f55 linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
  }
  .bg-grad-blue.bg-reverse {
    background: #1a76c5 -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(90%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #1a76c5 -o-linear-gradient(bottom, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
    background: #1a76c5 linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
  }
  .bg-grad-blueteal.bg-reverse {
    /* background: $blue-dim linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.24) 90%, #0d0e0f63 110%); */
    background: #006B91 -webkit-gradient(linear, left bottom, left top, from(#006169), to(#1c2d3c));
    background: #006B91 -o-linear-gradient(bottom, #006169 0%, #1c2d3c 100%);
    background: #006B91 linear-gradient(0deg, #006169 0%, #1c2d3c 100%);
  }
  .bg-grad-bluedark.bg-reverse {
    background: #1B2B40 -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(90%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #1B2B40 -o-linear-gradient(bottom, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
    background: #1B2B40 linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
  }
  .bg-grad-green.bg-reverse {
    background: #346A00 -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(75%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #346A00 -o-linear-gradient(bottom, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
    background: #346A00 linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 75%, #0d0e0f9e 110%);
  }
  .bg-grad-greendark.bg-reverse {
    background: #015343 -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(90%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #015343 -o-linear-gradient(bottom, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
    background: #015343 linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
  }
  .bg-grad-white.bg-reverse {
    background: #fff -webkit-gradient(linear, left bottom, left top, color-stop(75%, rgba(67, 70, 74, 0)), color-stop(90%, rgba(33, 34, 37, 0.15)), color-stop(140%, #0d0e0f9e));
    background: #fff -o-linear-gradient(bottom, rgba(67, 70, 74, 0) 75%, rgba(33, 34, 37, 0.15) 90%, #0d0e0f9e 140%);
    background: #fff linear-gradient(0deg, rgba(67, 70, 74, 0) 75%, rgba(33, 34, 37, 0.15) 90%, #0d0e0f9e 140%);
  }
  .bg-grad-purple.bg-reverse {
    background: #782A60 -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(90%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #782A60 -o-linear-gradient(bottom, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
    background: #782A60 linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
  }
  .bg-grad-bluepurple.bg-reverse {
    background: #782A60 -webkit-gradient(linear, left bottom, left top, from(#771E57), color-stop(40%, #562C69), to(#001C4E));
    background: #782A60 -o-linear-gradient(bottom, #771E57 0%, #562C69 40%, #001C4E 100%);
    background: #782A60 linear-gradient(0deg, #771E57 0%, #562C69 40%, #001C4E 100%);
  }
  .bg-grad-bluebright.bg-reverse {
    background: #001C4E -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(67, 70, 74, 0)), color-stop(90%, rgba(33, 34, 37, 0.39)), color-stop(110%, #0d0e0f9e));
    background: #001C4E -o-linear-gradient(bottom, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
    background: #001C4E linear-gradient(0deg, rgba(67, 70, 74, 0) 50%, rgba(33, 34, 37, 0.39) 90%, #0d0e0f9e 110%);
  }
  [class*=bg-grad] .bg-grad-black {
    background-color: rgba(28, 28, 28, 0.5);
  }
  [class*=bg-grad] .bg-grad-gray {
    background-color: rgba(47, 47, 47, 0.5);
  }
  [class*=bg-grad] .bg-grad-bluenavy {
    background-color: rgba(0, 79, 85, 0.5);
  }
  [class*=bg-grad] .bg-grad-blue {
    background-color: rgba(26, 118, 197, 0.5);
  }
  [class*=bg-grad] .bg-grad-blueteal {
    background-color: rgba(0, 107, 145, 0.5);
  }
  [class*=bg-grad] .bg-grad-bluedark {
    background-color: rgba(27, 43, 64, 0.5);
  }
  [class*=bg-grad] .bg-grad-green {
    background-color: rgba(52, 106, 0, 0.5);
  }
  [class*=bg-grad] .bg-grad-greendark {
    background-color: rgba(1, 83, 67, 0.5);
  }
  [class*=bg-grad] .bg-grad-white {
    background-color: rgba(255, 255, 255, 0.5);
  }
  [class*=bg-grad] .bg-grad-purple {
    background-color: rgba(120, 42, 96, 0.5);
  }
  [class*=bg-grad] .bg-grad-bluepurple {
    background-color: rgba(120, 42, 96, 0.5);
  }
  [class*=bg-grad] .bg-grad-bluebright {
    background-color: rgba(0, 28, 78, 0.5);
  }
  .bg-grad-transp-black {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(30%, rgba(28, 28, 28, 0.45)), color-stop(85%, #1c1c1c));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(28, 28, 28, 0.45) 30%, #1c1c1c 85%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(28, 28, 28, 0.45) 30%, #1c1c1c 85%);
  }
  .bg-grad-transp-gray {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(35%, rgba(47, 47, 47, 0.39)), color-stop(90%, #2f2f2f));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(47, 47, 47, 0.39) 35%, #2f2f2f 90%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(47, 47, 47, 0.39) 35%, #2f2f2f 90%);
  }
  .bg-grad-transp-bluenavy {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(35%, rgba(0, 79, 85, 0.39)), color-stop(90%, #283b49));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(0, 79, 85, 0.39) 35%, #283b49 90%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(0, 79, 85, 0.39) 35%, #283b49 90%);
  }
  .bg-grad-transp-blue {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(35%, rgba(26, 118, 197, 0.39)), color-stop(90%, #1a76c5));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(26, 118, 197, 0.39) 35%, #1a76c5 90%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(26, 118, 197, 0.39) 35%, #1a76c5 90%);
  }
  .bg-grad-transp-blueteal {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 97, 105, 0)), color-stop(42%, #015d65), color-stop(50%, #04525c), to(#1c2d3c));
    background: -o-linear-gradient(top, rgba(0, 97, 105, 0) 0%, #015d65 42%, #04525c 50%, #1c2d3c 100%);
    background: linear-gradient(180deg, rgba(0, 97, 105, 0) 0%, #015d65 42%, #04525c 50%, #1c2d3c 100%);
  }
  .bg-grad-transp-bluedark {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(35%, rgba(27, 43, 64, 0.39)), color-stop(90%, #1b2b40));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(27, 43, 64, 0.39) 35%, #1b2b40 90%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(27, 43, 64, 0.39) 35%, #1b2b40 90%);
  }
  .bg-grad-transp-green {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(35%, rgba(52, 106, 0, 0.39)), color-stop(90%, #346a00));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(52, 106, 0, 0.39) 35%, #346a00 90%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(52, 106, 0, 0.39) 35%, #346a00 90%);
  }
  .bg-grad-transp-greendark {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(35%, rgba(1, 83, 67, 0.39)), color-stop(90%, #015343));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(1, 83, 67, 0.39) 35%, #015343 90%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(1, 83, 67, 0.39) 35%, #015343 90%);
  }
  .bg-grad-transp-white {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(35%, rgba(255, 255, 255, 0.39)), color-stop(90%, white));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(255, 255, 255, 0.39) 35%, white 90%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(255, 255, 255, 0.39) 35%, white 90%);
    color: #000;
  }
  .bg-grad-transp-white div,
.bg-grad-transp-white p,
.bg-grad-transp-white time,
.bg-grad-transp-white h1, .bg-grad-transp-white h2, .bg-grad-transp-white h3, .bg-grad-transp-white h4, .bg-grad-transp-white h5, .bg-grad-transp-white h6 {
    color: #000;
  }
  .bg-grad-transp-white svg {
    fill: #000;
  }
  .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) {
    color: #fff;
  }
  .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) div,
.bg-grad-transp-white *[class*=bg-]:not([class*=-white]) p,
.bg-grad-transp-white *[class*=bg-]:not([class*=-white]) time,
.bg-grad-transp-white *[class*=bg-]:not([class*=-white]) h1, .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) h2, .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) h3, .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) h4, .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) h5, .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) h6 {
    color: #fff;
  }
  .bg-grad-transp-white *[class*=bg-]:not([class*=-white]) svg {
    fill: #fff;
  }
  .bg-grad-transp-purple {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(50%, rgba(28, 28, 28, 0.39)), color-stop(90%, #782a60));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(28, 28, 28, 0.39) 50%, #782a60 90%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(28, 28, 28, 0.39) 50%, #782a60 90%);
  }
  .bg-grad-transp-bluebright {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(50%, rgba(28, 28, 28, 0.39)), color-stop(90%, #001c4e));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(28, 28, 28, 0.39) 50%, #001c4e 90%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(28, 28, 28, 0.39) 50%, #001c4e 90%);
  }
  .bg-black {
    background: #1c1c1c;
  }
  .bg-gray {
    background: #2f2f2f;
  }
  .bg-bluenavy {
    background: #004f55;
  }
  .bg-bluesolid {
    background: #1a76c5;
  }
  .bg-blueteal {
    background: #006B91;
  }
  .bg-bluedark {
    background: #1B2B40;
  }
  .bg-green {
    background: #346A00;
  }
  .bg-greendark {
    background: #015343;
  }
  .bg-purple {
    background: #782A60;
  }
  .bg-bluebright {
    background: #001C4E;
  }
  .bg-white {
    background: #fff;
    color: #000;
  }
  .bg-white div,
.bg-white p,
.bg-white time,
.bg-white h1, .bg-white h2, .bg-white h3, .bg-white h4, .bg-white h5, .bg-white h6 {
    color: #000;
  }
  .bg-white svg {
    fill: #000;
  }
  .bg-white *[class*=bg-]:not([class*=-white]) {
    color: #fff;
  }
  .bg-white *[class*=bg-]:not([class*=-white]) div,
.bg-white *[class*=bg-]:not([class*=-white]) p,
.bg-white *[class*=bg-]:not([class*=-white]) time,
.bg-white *[class*=bg-]:not([class*=-white]) h1, .bg-white *[class*=bg-]:not([class*=-white]) h2, .bg-white *[class*=bg-]:not([class*=-white]) h3, .bg-white *[class*=bg-]:not([class*=-white]) h4, .bg-white *[class*=bg-]:not([class*=-white]) h5, .bg-white *[class*=bg-]:not([class*=-white]) h6 {
    color: #fff;
  }
  .bg-white *[class*=bg-]:not([class*=-white]) svg {
    fill: #fff;
  }
}
@media screen {
  .alert {
    padding: 1rem;
  }
  .alert a {
    border-bottom: 1px solid;
  }
  .alert a:hover, .alert a:focus {
    border-bottom: 2px solid;
  }
}
@media screen {
  .alert-js {
    background: #dc3545;
    color: #fff;
  }
  .alert-js a {
    color: #fff;
  }
  .alert-js a:hover, .alert-js a:focus {
    color: #fff;
  }
}
@media screen {
  .alert-browser {
    background: #1A76C5;
    color: #fff;
    background: #FED141;
  }
  .alert-browser a {
    color: #fff;
  }
  .alert-browser a:hover, .alert-browser a:focus {
    color: #fff;
  }
}
@media screen {
  .flexbox .alert-browser,
.flexboxtweener .alert-browser,
.flexboxlegacy .alert-browser {
    display: none;
  }
}
@media screen {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border-top: 10px solid #FED141;
    /* fancybox's issue overwrite */
  }
}
@media screen and (min-width: 768px) {
  .header {
    border-top: 9px solid #FED141;
  }
}
@media screen {
  .fancybox-article .header.fancybox-margin {
    overflow: visible !important;
    margin-right: 0 !important;
  }
}
@media screen {
  .header.black {
    background: #000;
  }
}
@media screen {
  .header:not([class*=bg-]) {
    background-color: rgba(51, 51, 51, 0.87);
  }
}
@media screen {
  .header.header_v2 {
    background: none;
  }
}
@media screen and (max-width: 767.98px) {
  .header {
    padding: 5px 15px;
  }
}
@media screen and (min-width: 576px) {
  .header {
    padding: 5px 30px;
  }
}
@media screen {
  .header.black {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen {
  .header-visual_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
    opacity: 0.8;
  }
}
@media screen {
  .header-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
  }
  .header-blur:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .header-blur canvas {
    opacity: 0.4;
  }
  .backdrop .header-blur canvas {
    display: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@media screen {
  .header-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1023px) {
  .header-brand {
    width: 100%;
  }
}
@media screen {
  .header-brand-logo {
    float: left;
    width: 120px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-brand-logo {
    float: none;
    width: auto;
    padding-right: 0;
  }
}
@media screen {
  .header-brand-logo-full {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 28.7%;
  }
  .header-brand-logo-full > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-brand-logo-full {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .header-brand-logo-icon {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .header-brand-logo-icon {
    display: none;
  }
}
@media screen {
  .header-brand-title {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5pt;
    overflow: hidden;
  }
}
@media screen and (max-width: 767.98px) {
  .header-brand-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .header-brand-title {
    margin: 0 auto;
  }
}
@media screen {
  .header-brand-title a {
    color: #fff;
    display: inline-block;
    border-bottom: 3px solid #FED141;
    margin-right: -5pt;
    white-space: nowrap;
  }
}
@media screen and (max-width: 450px) {
  .header-brand-title {
    letter-spacing: 2px;
  }
  .header-brand-title a {
    margin-right: 0;
  }
}
@media screen {
  .bg-grad-white ~ .header-brand .header-brand-title a {
    color: #000;
    font-weight: 700;
  }
}
@media screen {
  .header-nav-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: right;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav-wrapper {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .bg-grad-white ~ .header-nav-wrapper .nav a {
    color: #000;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-nav-wrapper {
    position: fixed;
    top: 74px;
    left: 50%;
    right: 0;
    text-align: left;
    display: none;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
    min-width: 200px;
  }
  .header_v2 .header-nav-wrapper {
    top: 65px;
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 767.98px) {
  .header-nav-wrapper {
    top: 55px;
    left: 0;
    /* height: calc(100vw - 60px); */
    height: 100vh;
    overflow-y: scroll;
  }
  .header_v2 .header-nav-wrapper {
    top: 55px;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-nav-wrapper .nav {
    display: block;
    padding: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 1023.98px) {
  .header-nav-wrapper .nav {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1023.98px) {
  .microsite .header-nav-wrapper {
    top: 49px;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-nav-open {
    position: fixed;
    left: 0;
    right: 0;
  }
}
@media screen {
  .header-search {
    position: relative;
    z-index: 1;
    margin-left: auto;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-search {
    display: none;
  }
}
@media screen {
  .header-search input[type=search] {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-width: 0;
    height: 36px;
    width: 243px;
    border-radius: 18px;
    background-color: #000;
    color: #fff;
    opacity: 0.67;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    z-index: 0;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    width: 0;
    -webkit-transition: all 0.3s ease 0.1s, opacity 0.3s ease;
    -o-transition: all 0.3s ease 0.1s, opacity 0.3s ease;
    transition: all 0.3s ease 0.1s, opacity 0.3s ease;
  }
  .header-search input[type=search]::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
  }
  .header-search input[type=search]::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
  }
  .header-search input[type=search]:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
  }
  .header-search input[type=search]::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
  }
  .header-search input[type=search]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
  }
  .header-search input[type=search]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }
  .header-search input[type=search]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
  }
}
@media screen {
  .header-search .active input[type=search] {
    width: 240px;
    margin-right: -45px;
    padding-left: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease, opacity 0.3s ease 0.1s;
    -o-transition: all 0.3s ease, opacity 0.3s ease 0.1s;
    transition: all 0.3s ease, opacity 0.3s ease 0.1s;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .header-search .active input[type=search] {
    width: 200px;
  }
}
@media screen {
  .header-search [type=button] {
    padding: 10px;
    position: relative;
    z-index: 1;
  }
}
@media screen {
  .header-search .icon-search {
    fill: white;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
}
@media screen {
  .header-search-mobile {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-search-mobile {
    display: block;
  }
}
@media screen {
  .header-search-mobile [type=button] {
    padding: 8px 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen {
  .header-search-mobile input[type=search] {
    border-radius: 0;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    width: 100% !important;
    padding-left: 55px !important;
  }
}
@media screen {
  .header-mobile {
    display: block;
    position: relative;
    z-index: 1;
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .header-mobile {
    display: none;
  }
}
@media screen {
  .bg-grad-white ~ .header-mobile svg {
    fill: #000;
  }
}
@media screen and (max-width: 767.98px) {
  .header-mobile #toggle_nav {
    padding: 5px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .header-mobile #toggle_nav {
    padding: 10px 0;
  }
  .microsite .header-mobile #toggle_nav {
    padding: 7px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .microsite .header-mobile #toggle_nav {
    padding: 2px 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 576px) {
  .microsite .header-mobile #toggle_nav {
    padding: 7px 0;
  }
}
@media screen {
  .header-mobile .icon-menu {
    fill: white;
    width: 35px;
    height: 35px;
  }
}
@media screen {
  .no-cssfilters .header {
    background-color: rgba(45, 48, 51, 0.95);
  }
  .no-cssfilters .header-blur {
    display: none;
  }
}
@media screen {
  #skip_link:focus {
    position: fixed;
    top: 60px;
    background-color: #000;
    padding: 10px;
  }
}
@media screen {
  .footer {
    position: relative;
  }
  .footer:after {
    content: "";
    padding-top: 1px;
    margin-top: -1px;
    display: block;
  }
  .footer:not([class*=bg-]) {
    background-color: #2D3033;
  }
  .footer.bg-grad-white a, .footer.bg-white a {
    color: #000;
  }
  .footer-block-title {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  .footer-social {
    padding: 100px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-social {
    padding: 25px 0 50px;
  }
}
@media screen {
  .footer-social .social-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .footer-social .social-list li {
    display: inline-block;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-social .social-list li {
    margin: 0 10px;
  }
}
@media screen {
  .footer-social .social-list li .icon {
    width: 10vw;
    height: 48px;
    max-width: 48px;
    fill: white;
  }
  .bg-grad-white .footer-social .social-list li .icon, .bg-white .footer-social .social-list li .icon {
    fill: #000;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-social .social-list li .icon {
    width: 32px;
    height: 32px;
  }
}
@media screen {
  .footer-links {
    border-top: 10px white solid;
    margin-bottom: 3%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-links {
    padding: 30px 0;
    border-bottom: 6px white solid;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer-links {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-links {
    margin-bottom: 0;
  }
}
@media screen {
  .bg-grad-white .footer-links, .bg-white .footer-links {
    border-color: #43464a;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer-links-logo:after {
    content: "";
    border-bottom: 6px white solid;
    margin: 0 -15px 40px;
    display: block;
  }
  .bg-grad-white .footer-links-logo:after, .bg-white .footer-links-logo:after {
    border-color: #43464a;
  }
}
@media screen {
  .footer-links-logo > a {
    display: block;
    margin: 40px 0;
    max-width: 180px;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer-links-logo > a {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen {
  .footer-links-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 2pt;
  }
}
@media screen {
  .footer-links-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .footer-links-list {
    margin: 0 0 40px;
  }
}
@media screen {
  .footer-links-list li {
    margin: 0 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
  .footer-links-list li a {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1pt;
  }
}
@media screen {
  .footer-links [class*=col] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen {
  .footer-links a {
    color: white;
  }
}
@media screen {
  .story .footer-links {
    margin-bottom: 3%;
  }
}
@media screen {
  .narrow .footer-links {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .narrow .footer-links [class*=col] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .narrow .footer-links-logo {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    border-bottom: 5px solid #fff;
    margin-bottom: 40px;
  }
  .bg-grad-white .narrow .footer-links-logo, .bg-white .narrow .footer-links-logo {
    border-color: #43464a;
  }
}
@media screen and (min-width: 1024px) {
  .narrow .footer-links-logo > a {
    margin: 40px auto;
  }
}
@media screen {
  .disclaimer {
    margin-bottom: 3%;
    text-align: center;
    font-size: 12px;
  }
  .story .disclaimer {
    padding-bottom: 3%;
    margin-bottom: 0;
  }
}
@media screen {
  .nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .nav {
    display: block;
  }
}
@media screen {
  .nav-item {
    position: relative;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .nav-item {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 0;
    padding-right: 30px;
    line-height: 49px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .nav-item {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .black .nav-item > a[aria-haspopup=true] {
    position: relative;
  }
  .black .nav-item > a[aria-haspopup=true]:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen {
  .black .nav-item.active-nav2 > a[aria-haspopup=true]:before {
    border-bottom-color: #FED141;
  }
}
@media screen {
  .nav-item .social-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    white-space: nowrap;
  }
  .nav-item .social-list-item {
    display: inline-block;
    margin: 0 5px;
  }
  .nav-item .social-list svg {
    fill: white;
    width: 32px;
    height: 32px;
  }
  .nav-item .social-list-label {
    color: white;
    display: block;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin: 5px 0 15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .nav-item .social-list-label {
    text-align: left;
  }
}
@media screen {
  .nav a {
    font-size: 13px;
    letter-spacing: 2.5pt;
    text-transform: uppercase;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .nav a {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .nav a {
    display: block;
    padding: 15px 30px;
  }
}
@media screen {
  .nav-dropdown {
    padding-left: 0;
    list-style: none;
    margin: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .nav-dropdown {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .nav-dropdown {
    background: rgba(0, 0, 0, 0.85);
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
    min-width: 200%;
    padding: 0;
    -webkit-transition: -webkit-transform 0.1s ease-in;
    transition: -webkit-transform 0.1s ease-in;
    -o-transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in;
    transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
}
@media screen and (max-width: 1023.98px) {
  .nav-dropdown {
    display: none;
    padding-left: 40px;
  }
}
@media screen {
  .nav-dropdown li {
    margin-bottom: 0;
    padding: 3px 0;
    line-height: 130%;
  }
}
@media screen {
  .nav-dropdown a {
    display: block;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .nav-dropdown a:hover {
    background-color: #2D3033;
  }
}
@media screen and (min-width: 1024px) {
  .nav-item:hover .nav-dropdown {
    -webkit-transform: scale(1) translateX(-50%);
        -ms-transform: scale(1) translateX(-50%);
            transform: scale(1) translateX(-50%);
  }
}
@media screen {
  .nav-icons {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .nav-icons-item {
    display: block;
    text-align: center !important;
  }
}
@media screen and (max-width: 1023.98px) {
  .nav-icons-item {
    text-align: left !important;
  }
}
@media screen {
  .nav-icons-item svg {
    fill: white;
    width: 32px;
    height: 32px;
  }
}
@media screen {
  .nav-icons-item-label {
    color: white;
    display: block;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin: 5px 0 15px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .nav-icons-item-label {
    text-align: left;
  }
}
@media screen {
  .nav-icons-item:last-child .nav-icons-item-label {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .header-nav2 {
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(-200%) translateX(-50%);
        -ms-transform: translateY(-200%) translateX(-50%);
            transform: translateY(-200%) translateX(-50%);
    -webkit-transition: -webkit-transform 0s ease 0.5s;
    transition: -webkit-transform 0s ease 0.5s;
    -o-transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s;
    transition: transform 0s ease 0.5s, -webkit-transform 0s ease 0.5s;
  }
  .nav2-open .header-nav2 {
    -webkit-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    -webkit-transition: left 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-transform 0s ease;
    transition: left 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-transform 0s ease;
    -o-transition: transform 0s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease;
    transition: transform 0s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease;
    transition: transform 0s ease, left 0.3s ease, width 0.3s ease, height 0.3s ease, -webkit-transform 0s ease;
  }
}
@media screen and (max-width: 1023.98px) {
  .header-nav2 {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .nav2 {
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: scale(1) translateY(30px);
        -ms-transform: scale(1) translateY(30px);
            transform: scale(1) translateY(30px);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease-in;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease-in;
    -o-transition: opacity 0.3s ease, transform 0.3s ease-in;
    transition: opacity 0.3s ease, transform 0.3s ease-in;
    transition: opacity 0.3s ease, transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .nav2::before {
    content: " ";
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
  }
  .nav2-open .nav2 {
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.2s ease-out;
    transition: opacity 0.3s ease, -webkit-transform 0.2s ease-out;
    -o-transition: opacity 0.3s ease, transform 0.2s ease-out;
    transition: opacity 0.3s ease, transform 0.2s ease-out;
    transition: opacity 0.3s ease, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .nav2-item {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0s ease 0.3s;
    transition: opacity 0.3s ease, -webkit-transform 0s ease 0.3s;
    -o-transition: opacity 0.3s ease, transform 0s ease 0.3s;
    transition: opacity 0.3s ease, transform 0s ease 0.3s;
    transition: opacity 0.3s ease, transform 0s ease 0.3s, -webkit-transform 0s ease 0.3s;
  }
  .nav2-item > a {
    display: none;
  }
  .nav2-item.show {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .nav2-dropdown {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .nav2-dropdown-wrapper li {
    margin: 0;
    text-align: left;
  }
  .nav2-dropdown-wrapper li a {
    color: white;
    display: block;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 2.5pt;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
  }
  .nav2-dropdown-wrapper li a:hover, .nav2-dropdown-wrapper li a:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .nav2-dropdown-wrapper .social-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    white-space: nowrap;
  }
  .nav2-dropdown-wrapper .social-list-item {
    display: inline-block;
    margin: 0 5px;
  }
  .nav2-dropdown-wrapper .social-list-item a {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .nav2-dropdown-wrapper .social-list-item a:hover, .nav2-dropdown-wrapper .social-list-item a:focus {
    background-color: transparent;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .nav2-dropdown-wrapper .social-list svg {
    fill: white;
    width: 32px;
    height: 32px;
  }
  .nav2-dropdown-wrapper .social-list-label {
    color: white;
    display: block;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin: 5px 0 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023.98px) {
  .nav2-dropdown-wrapper .social-list-label {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .nav2-icons {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .nav2-icons-item {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023.98px) {
  .nav2-icons-item {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .nav2-icons-item svg {
    fill: white;
    width: 32px;
    height: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .nav2-icons-item-label {
    color: white;
    display: block;
    text-align: center;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    margin: 5px 0 15px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023.98px) {
  .nav2-icons-item-label {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .nav2-icons-item:last-child .nav2-icons-item-label {
    margin-bottom: 0;
  }
}
@media screen {
  .hero {
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 1023.98px) {
  .hero {
    height: 0;
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 600px) {
  .hero.textrow {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    height: 0;
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 767.98px) {
  .hero {
    height: 0;
    padding-bottom: 70%;
    /* it was 130% before. Why? */
  }
}
@media screen {
  .hero-title {
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    margin: 0;
  }
  .hero-title:not([class*=bg-]) {
    backgorund: #1A76C5;
  }
}
@media screen and (min-width: 576px) {
  .hero-title {
    position: absolute;
    z-index: 10;
    top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-title {
    font-size: 60px;
    padding: 10px 40px 10px 40px;
  }
}
@media screen {
  .hero-bottomshadow {
    position: absolute;
    bottom: -1px;
    /* IE Edge  */
    left: -150px;
    right: -150px;
    height: 400px;
    z-index: 0;
    opacity: 0;
  }
  .hero-bottomshadow:not([class*=bg-]) {
    -webkit-box-shadow: inset 0 -200px 100px black;
            box-shadow: inset 0 -200px 100px black;
  }
  .imgLoaded .hero-bottomshadow {
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-text {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}
@media screen {
  .hero-text-wrapper {
    padding: 180px 60px 20px;
  }
}
@media screen and (min-width: 768px) {
  .hero-text-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .hero-text-wrapper {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .hero-text-wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 1023.98px) {
  .hero-text-wrapper {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(49%, rgba(33, 34, 37, 0.64)), to(#0d0e0f));
    background-image: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%);
    background-image: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%);
  }
}
@media screen and (max-width: 767.98px) {
  .hero-text-wrapper {
    padding: 0 30px;
    background-image: none;
    position: absolute;
    left: 0;
    bottom: 60px;
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 1023.98px) {
  .hero-text-wrapper {
    background-image: none;
  }
}
@media screen and (min-width: 1024px) {
  .textrow .hero-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 1023.98px) {
  .textrow .hero-text-wrapper {
    right: 0;
    text-align: center;
  }
}
@media screen {
  .hero-text-label {
    float: left;
    font-size: 24px;
    font-size: 1.5rem;
    margin-left: -60px;
    padding: 10px 60px 10px 60px;
    opacity: 0;
  }
  .hero-text-label:not([class*=bg-]) {
    background: rgba(26, 118, 197, 0.9);
  }
}
@media screen and (min-width: 1024px) {
  .textrow .hero-text-label {
    position: absolute;
    left: 60px;
    top: 120px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-text-label {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 60px 5px 60px;
  }
}
@media screen {
  .imgLoaded .hero-text-label {
    opacity: 1;
  }
}
@media screen {
  .hero-text-title {
    opacity: 0;
    clear: both;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.2;
  }
  .imgLoaded .hero-text-title {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .hero-text-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-text-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-text-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen {
  .textrow .hero-text-title {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 2pt;
    font-weight: 700;
  }
  .textrow .hero-text-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #FED141;
    margin: 7px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .textrow .hero-text-title {
    margin: 0 0 5px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023.98px) {
  .textrow .hero-text-title {
    display: inline-block;
  }
}
@media screen {
  .hero-text-description {
    font-weight: 300;
    opacity: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .hero-text-description {
    display: none;
  }
}
@media screen {
  .imgLoaded .hero-text-description {
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .textrow .hero-text-description {
    padding: 0 30px;
    -webkit-box-flex: 10;
        -ms-flex: 10 10 60%;
            flex: 10 10 60%;
  }
}
@media screen and (max-width: 1023.98px) {
  .textrow .hero-text-description {
    display: block;
  }
}
@media screen {
  .textrow .hero-text-description {
    font-weight: 400;
  }
}
@media screen {
  .hero-text-action {
    padding: 160px 60px 20px;
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .hero-text-action {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    z-index: 1;
  }
}
@media screen {
  .hero-text-action > a,
.hero-text-action > span {
    margin-top: 20px;
    float: right;
    clear: both;
    cursor: pointer;
    font-size: 15px;
    font-size: 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 4.5px;
  }
}
@media screen and (min-width: 576px) {
  .hero-more ~ .hero-text {
    bottom: 50px;
  }
}
@media screen and (min-width: 576px) {
  .hero-more ~ .hero-cta {
    bottom: 50px;
  }
}
@media screen {
  .hero-more {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 576px) {
  .hero-more {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-more {
    bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-more {
    bottom: 50px;
  }
}
@media screen {
  .hero-more a {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    background: transparent url("../fonts/chevron-down.svg") no-repeat center center;
    background-size: contain;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  .hero-more a {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-more a {
    width: 50px;
    height: 50px;
  }
}
@media screen {
  .hero-more a:hover, .hero-more a:focus {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@media screen {
  .hero-cta {
    cursor: pointer;
    opacity: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero-cta {
    min-width: 15%;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .hero-cta {
    width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  .textrow .hero-cta {
    padding-bottom: 5px;
  }
}
@media screen {
  .imgLoaded .hero-cta {
    opacity: 1;
  }
}
@media screen {
  .hero-cta .button,
.hero-cta .btn {
    white-space: nowrap;
    min-width: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-cta-double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen {
  .hero-cta-double .button, .hero-cta-double .btn {
    margin: 20px 0 0;
    min-width: 170px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-cta-double .button, .hero-cta-double .btn {
    margin: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .hero-cta-double .button, .hero-cta-double .btn {
    margin: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-cta {
    position: absolute;
    bottom: 15px;
    right: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-cta {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
}
@media screen {
  .hero-text, .hero-cta {
    z-index: 10;
  }
}
@media screen {
  .hero-multimedia {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .imgLoaded .hero-multimedia, .imgLoaded .hero-multimedia.hero-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .imgLoaded .hero-multimedia:hover, .imgLoaded .hero-multimedia.hero-img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .hero-multimedia,
.hero-multimedia .embed-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 0;
    height: auto;
  }
  .hero-multimedia .embed-container {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .hero-multimedia .vjs-big-play-button,
.hero-multimedia .vjs-control-bar {
    display: none;
  }
  .hero-multimedia-video {
    position: relative;
    height: 140%;
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 1s ease;
    transition: opacity 0.3s ease-in-out, -webkit-transform 1s ease;
    -o-transition: opacity 0.3s ease-in-out, transform 1s ease;
    transition: opacity 0.3s ease-in-out, transform 1s ease;
    transition: opacity 0.3s ease-in-out, transform 1s ease, -webkit-transform 1s ease;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-multimedia-video {
    visibility: hidden;
  }
}
@media screen {
  .hero-multimedia-video video {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen {
  .hero-multimedia-video-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen {
  .hero-multimedia.playing .embed-container {
    opacity: 1;
  }
}
@media screen {
  .hero-img {
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    opacity: 0.5;
  }
  .imgLoaded .hero-img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
}
@media screen {
  .hero-imgPreload {
    position: absolute;
    left: -10000px;
    top: -10000px;
    width: 10px;
    height: 10px;
  }
}
@media screen {
  .hero-blue-info {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 118, 197, 0.5);
    color: white;
    padding: 30px 60px;
  }
  .hero-blue-info .button,
.hero-blue-info .btn {
    cursor: pointer;
    margin-right: 15px;
  }
  .hero-blue:hover .hero-blue-info {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen {
  .hero-controls {
    position: absolute;
    top: 80px;
    right: 60px;
  }
}
@media screen and (max-width: 1199.98px) {
  .hero-controls {
    display: none;
  }
}
@media screen {
  .hero.paused .hero-multimedia-video {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .hero.simple {
    padding: 0;
    height: auto;
  }
}
@media screen {
  .hero.simple .hero-wrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
}
@media screen and (min-width: 1024px) {
  .hero.simple .hero-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen {
  .hero.simple .hero-content {
    padding: 60px 45px 45px;
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (min-width: 1024px) {
  .hero.simple .hero-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .hero.simple .hero-content {
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen {
  .hero.simple .hero-content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen {
  .hero.simple .hero-content h1:first-child:after, .hero.simple .hero-content h2:first-child:after, .hero.simple .hero-content h3:first-child:after, .hero.simple .hero-content h4:first-child:after, .hero.simple .hero-content h5:first-child:after,
.hero.simple .hero-content .h1:first-child:after, .hero.simple .hero-content .h2:first-child:after, .hero.simple .hero-content .h3:first-child:after, .hero.simple .hero-content .h4:first-child:after, .hero.simple .hero-content .h5:first-child:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: 15px 0 0;
    background: #FED141;
  }
}
@media screen {
  .hero.simple .hero-content h2, .hero.simple .hero-content .h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    font-weight: 600;
    letter-spacing: 2pt;
    margin-bottom: 30px;
  }
}
@media screen {
  .hero.simple .hero-content .btn {
    min-width: 150px;
  }
}
@media screen {
  .section-title {
    position: relative;
    z-index: 10;
    background-color: #1A76C5;
    border-top: 10px solid #FED141;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1pt;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .section-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .section-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .section-title {
    padding: 10px 0 10px 50px;
  }
  .section-title:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 32px;
    height: 23px;
    background-color: #FED141;
  }
}
@media screen and (max-width: 767.98px) {
  .section-title {
    padding: 13px 15px;
  }
}
@media screen {
  .section-title > h2 {
    margin: 0;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .section-title > h2 {
    min-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .section-title > h2 {
    display: inline-block;
  }
}
@media screen and (max-width: 767.98px) {
  .section-title > h2 {
    display: block;
  }
}
@media screen {
  .section-title > h2 > span {
    display: block;
    position: relative;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .section-title > h2 > span:after {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    content: attr(data-text);
  }
}
@media screen {
  @-webkit-keyframes scrollTitle {
    from {
      width: 32px;
    }
    50% {
      width: 0;
    }
    to {
      width: 32px;
    }
  }
  @keyframes scrollTitle {
    from {
      width: 32px;
    }
    50% {
      width: 0;
    }
    to {
      width: 32px;
    }
  }
}
@media screen {
  .section-title.scrolling:before {
    -webkit-animation: scrollTitle 0.4s linear;
            animation: scrollTitle 0.4s linear;
  }
  .section-title.scrolling > h2 > span {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in;
    transition: -webkit-transform 0.4s ease-in;
    -o-transition: transform 0.4s ease-in;
    transition: transform 0.4s ease-in;
    transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  }
}
@media screen and (min-width: 768px) {
  .section-title-form {
    text-align: right;
    padding: 0 30px 0 0;
    float: right;
  }
}
@media screen and (max-width: 767.98px) {
  .section-title-form {
    padding: 10px 0 0;
  }
  .section-title-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (min-width: 576px) {
  .section-title-form {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
  }
}
@media screen and (max-width: 575.98px) {
  .section-title-form {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media screen {
  .section-title-form .form-group {
    display: inline-block;
  }
}
@media screen and (max-width: 767.98px) {
  .section-title-form .form-group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .section-title-form .form-group {
    padding: 0 0 0 10px;
    margin: 5px 0;
  }
}
@media screen {
  .section-title-form label {
    position: relative;
    z-index: 1;
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .section-title-form label {
    width: 100%;
  }
}
@media screen {
  .section-more {
    margin-bottom: 20px;
  }
  .section-more .button,
.section-more .btn {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .section-more .button.disable,
.section-more .btn.disable {
    display: none;
  }
  #section_videos .section-more {
    margin-top: 20px;
  }
}
@media screen {
  .section-pager {
    margin: 25px auto;
    font-weight: 700;
    text-align: center;
  }
  .section-pager-list {
    display: inline-block;
  }
  .section-pager-list a {
    color: white;
    margin: 0 3px;
    display: none;
  }
  .section-pager-list a.active {
    color: #FED141;
    display: inline-block;
  }
  .section-pager-list a.preactive, .section-pager-list a.afteractive, .section-pager-list a:last-child, .section-pager-list a:first-child {
    display: inline-block;
  }
  .section-pager-list a.afteractive + a.afteractive + a.afteractive:after,
.section-pager-list a + a.preactive:before {
    content: " ... ";
  }
  .section-pager-list a.preactive + a.preactive:before,
.section-pager-list a.preactive + a.preactive + a.preactive:before {
    content: "";
    display: none;
  }
}
@media screen {
  .section2 {
    padding: 50px 0;
    /*box-shadow: 0 70px 70px rgba(0,0,0,0.5) inset;*/
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .section2.no_contentpadding {
    padding-top: 0;
    padding-bottom: 0;
  }
  .no_contentpadding .section2-title {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .section2-title {
    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;
  }
}
@media screen {
  .section2-title h2, .section2-title .h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 0;
    letter-spacing: 2pt;
  }
}
@media screen and (min-width: 768px) {
  .section2-title h2, .section2-title .h2 {
    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;
  }
}
@media screen and (max-width: 1023.98px) {
  .section2-title h2, .section2-title .h2 {
    margin-bottom: 20px;
  }
}
@media screen {
  .section2-title h2:before, .section2-title .h2:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FED141;
    vertical-align: top;
    margin: 2px 10px 2px 0;
  }
}
@media screen {
  .title_center .section2-title {
    display: block;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .title_center .section2-title {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  .title_center .section2-title {
    padding-bottom: 20px;
  }
}
@media screen {
  .title_center .section2-title h2, .title_center .section2-title .h2 {
    display: inline-block;
    padding: 0 15px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .title_center .section2-title h2:before, .title_center .section2-title .h2:before {
    display: none;
  }
  .title_center .section2-title h2:after, .title_center .section2-title .h2:after {
    content: "";
    display: block;
    margin: 15px 0 0;
    height: 5px;
    background: #FED141;
  }
}
@media screen and (min-width: 768px) {
  .section2-title .section2-action {
    float: none;
  }
}
@media screen and (max-width: 767.98px) {
  .section2-title .section2-action {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .section2-content {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .section2-content {
    margin: 20px 0 15px 0;
  }
}
@media screen {
  .section2-content + .section2-action {
    margin: 30px auto;
    text-align: center;
  }
}
@media screen {
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    clear: both;
  }
}
@media screen {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: 50% 100%;
    background-image: attr(data-image);
  }
}
@media screen and (min-width: 1024px) {
  .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1023.98px) {
  .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 420px;
    /* border-bottom: 10px $gray-border solid; */
    /*
    &:nth-child(5),
    &:nth-child(6) {
      display: none;
    }
    */
  }
}
@media screen and (max-width: 767.98px) {
  .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .card > a {
    display: block;
    height: 0;
    width: 100%;
    padding: 0 0 65%;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .card > a {
    height: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .card > a {
    padding: 0 0 100%;
  }
}
@media screen {
  .card-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 10px 30px;
    -webkit-box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1) inset;
            box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.1) inset;
  }
  .card-caption:before {
    content: "";
    background: #FED141;
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 25px;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    z-index: 1;
  }
  .card-caption-overlay {
    position: absolute;
    left: -20%;
    top: 0;
    right: -20%;
    bottom: -15px;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    z-index: 0;
    background-size: cover;
    background-position: 50% 100%;
  }
  .card-caption-overlay-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 1000px;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .card-caption-overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    left: -15px;
    top: -15px;
    bottom: -15px;
    right: -15px;
  }
  .card-caption-teaser {
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1023.98px) {
  .card-caption-teaser {
    display: none;
  }
}
@media screen {
  .card-caption-reveal {
    position: relative;
    -webkit-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .card-caption-reveal {
    display: none;
  }
}
@media screen {
  .card-caption-title {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-top: 15px;
  }
}
@media screen {
  .card-caption-meta {
    margin: 0 0 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
@media screen {
  .card-caption-cta {
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  .card-caption-cta .button-round,
.card-caption-cta .btn-round {
    /*
    font-size: 12px !important;
    line-height: 16px !important;
    */
  }
}
@media screen and (max-width: 1023.98px) {
  .card-caption-cta {
    text-align: center;
  }
}
@media screen {
  .card-caption .button-round,
.card-caption .btn-round {
    /*
    @include button-variant($yellow, $yellow);
    color: $dark;
    padding: 5px 30px;
    @include fontSize(16px);
    display: inline-block;
    */
  }
}
@media screen and (min-width: 1024px) {
  .card > a:hover .card-caption:before {
    width: 30%;
  }
  .card > a:hover .card-caption-teaser {
    display: none;
  }
  .card > a:hover .card-caption-reveal {
    display: block;
  }
}
@media screen and (max-width: 1023.98px) {
  .card > a .card-caption:before {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .cards2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7.5px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen {
  .cards2-item {
    padding: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .cards2-item:nth-last-child(2):first-child, .cards2-item:nth-last-child(2):first-child ~ .cards2-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cards2-item:nth-last-child(4):first-child, .cards2-item:nth-last-child(4):first-child ~ .cards2-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .cards2-item:nth-last-child(3):first-child, .cards2-item:nth-last-child(3):first-child ~ .cards2-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .cards2-item.wide:nth-last-child(3):first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cards2-item.wide:nth-last-child(3):first-child ~ .cards2-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .cards2-item:not(.wide):nth-last-child(4):first-child, .cards2-item:not(.wide):nth-last-child(4):first-child ~ .cards2-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cards2-item:not(.wide):nth-last-child(3):first-child, .cards2-item:not(.wide):nth-last-child(3):first-child ~ .cards2-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .cards2-item.wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .cards2-item.wide:nth-last-child(3):first-child ~ .cards2-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .cards2-item {
    padding: 0;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .cards2-item > a {
    display: block;
    height: 100%;
  }
}
@media screen {
  .cards2-wrapper {
    -webkit-box-shadow: 9px -2px 99px rgba(55, 57, 67, 0.161);
            box-shadow: 9px -2px 99px rgba(55, 57, 67, 0.161);
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen {
  .cards2-figure {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 15px;
    height: 0;
    padding: 0 0 87%;
  }
  .variant_events .cards2-figure {
    border-radius: 15px 15px 0 0;
  }
  .variant_events .cards2-figure:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 8px;
    background: #FED141;
  }
}
@media screen {
  .cards2-figure img {
    display: none;
  }
}
@media screen {
  .cards2-figure video {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    border-radius: 15px 15px 0 0;
  }
}
@media screen {
  a:hover .cards2-figure video {
    display: block;
  }
}
@media screen {
  .cards2-figure.video:before {
    content: "";
    width: 100px;
    height: 100px;
    background: url(../fonts/icon-play.svg) no-repeat 50% 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cards2-figure.video iframe,
.cards2-figure.video video {
    opacity: 0;
    visbility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  a:hover .cards2-figure.video:before, a:focus .cards2-figure.video:before {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  a:hover .cards2-figure.video, a:focus .cards2-figure.video {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.7);
  }
  a:hover .cards2-figure.video iframe,
a:hover .cards2-figure.video video, a:focus .cards2-figure.video iframe,
a:focus .cards2-figure.video video {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1024px) {
  .cards2-item.wide:nth-last-child(3):first-child .cards2-figure, .cards2-item:nth-last-child(2):first-child .cards2-figure, .cards2-item:nth-last-child(2):first-child ~ .cards2-item .cards2-figure {
    padding-bottom: 40%;
  }
}
@media screen {
  .cards2-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 100 100%;
            flex: 0 100 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen {
  .cards2-title {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: none;
    margin: 0;
  }
  .variant_events .cards2-title {
    font-weight: 500;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen {
  .cards2-description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 15px;
    font-size: 0.9375rem;
    border-top: 2px #FED141 solid;
    margin-top: 10px;
    padding: 10px 0 15px;
    color: #fff;
  }
  .variant_events .cards2-description {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
@media screen {
  .cards2-category {
    text-transform: uppercase;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .variant_events .cards2-category {
    border-bottom: 1px #FED141 solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen {
  .cards2-meta {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    color: white;
    padding: 7px 0 20px;
  }
  .variant_events .cards2-meta {
    padding: 15px 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 100 100%;
            flex: 0 100 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen {
  .variant_events .cards2-action {
    text-align: center;
  }
  .cards2-action .btn {
    border-radius: 30px;
    min-width: 110px;
  }
}
@media screen and (min-width: 768px) {
  .cardsH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7.5px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen {
  .cardsH-item {
    padding: 7.5px;
  }
}
@media screen and (min-width: 1200px) {
  .cardsH-item:nth-last-child(2):first-child, .cardsH-item:nth-last-child(2):first-child ~ .cardsH-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .cardsH-item:nth-last-child(4):first-child, .cardsH-item:nth-last-child(4):first-child ~ .cardsH-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .cardsH-item:nth-last-child(3):first-child, .cardsH-item:nth-last-child(3):first-child ~ .cardsH-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .cardsH-item:nth-last-child(4):first-child, .cardsH-item:nth-last-child(4):first-child ~ .cardsH-item, .cardsH-item:nth-last-child(2):first-child, .cardsH-item:nth-last-child(2):first-child ~ .cardsH-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .cardsH-item:nth-last-child(3):first-child, .cardsH-item:nth-last-child(3):first-child ~ .cardsH-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 767.98px) {
  .cardsH-item {
    padding: 0;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .cardsH-item > a {
    display: block;
    height: 100%;
  }
}
@media screen {
  .cardsH-wrapper {
    -webkit-box-shadow: 9px -2px 99px rgba(55, 57, 67, 0.161);
            box-shadow: 9px -2px 99px rgba(55, 57, 67, 0.161);
    border-radius: 30px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .cardsH-wrapper:not([class*=bg-grad]) {
    background: black;
  }
}
@media screen {
  .cardsH-figure {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    height: 0;
    padding: 0 0 44%;
    margin: 0;
  }
}
@media screen {
  .cardsH-figure img {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cardsH-item.wide:nth-last-child(3):first-child .cardsH-figure, .cardsH-item:nth-last-child(2):first-child .cardsH-figure, .cardsH-item:nth-last-child(2):first-child ~ .cardsH-item .cardsH-figure {
    padding-bottom: 40%;
  }
}
@media screen {
  .cardsH-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 100 100%;
            flex: 0 100 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-top: 5px #FED141 solid;
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}
@media screen {
  .cardsH-title {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: none;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2pt;
  }
}
@media screen and (max-width: 1023.98px) {
  .cardsH-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen {
  .cardsH-description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 0 15px;
    color: #fff;
  }
}
@media screen {
  .cardsH-action .btn {
    min-width: 150px;
  }
}
@media screen {
  .cardsH-title + .cardsH-action {
    padding-top: 30px;
  }
}
@media screen {
  .cardsH-title:nth-last-child(2):first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen {
  .cards_border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .cards_border {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .cards_border-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .cards_border-item:nth-last-child(1):first-child.right {
    margin-left: 55%;
  }
}
@media screen and (max-width: 767.98px) {
  .cards_border-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .cards_border-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen {
  .cards_border-item.fullwidh {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen {
  .cards_border-item a {
    color: white;
  }
}
@media screen {
  .cards_border-wrapper {
    border-radius: 30px;
    border: 3px #FED141 solid;
    padding: 30px;
    text-align: center;
  }
  .cards_border-wrapper:not([class*=bg-grad]) {
    background: #000;
  }
}
@media screen {
  .cards_border-title {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 38px;
    line-height: 2.375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2pt;
  }
  .cards_border-title:before {
    content: "";
    display: block;
    margin: 0 auto 15px;
    border-top: 8px #FED141 solid;
    width: 48px;
  }
}
@media screen {
  .cards_border-description {
    padding-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen {
  .cards_border-action {
    margin-top: 30px;
  }
  .cards_border-action .btn {
    min-width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .tilesSatic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
}
@media screen {
  .tilesSatic-item {
    position: relative;
    overflow: hidden;
  }
  .tilesSatic-item:nth-last-child(1):first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .tilesSatic-item:nth-last-child(2):first-child, .tilesSatic-item:nth-last-child(2):first-child ~ .tilesSatic-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .tilesSatic-item:nth-last-child(4):first-child, .tilesSatic-item:nth-last-child(4):first-child ~ .tilesSatic-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .tilesSatic-item:nth-last-child(3):first-child, .tilesSatic-item:nth-last-child(3):first-child ~ .tilesSatic-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .tilesSatic-item:nth-last-child(4):first-child, .tilesSatic-item:nth-last-child(4):first-child ~ .tilesSatic-item, .tilesSatic-item:nth-last-child(2):first-child, .tilesSatic-item:nth-last-child(2):first-child ~ .tilesSatic-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .tilesSatic-item:nth-last-child(3):first-child, .tilesSatic-item:nth-last-child(3):first-child ~ .tilesSatic-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 767.98px) {
  .tilesSatic-item {
    padding: 0;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .tilesSatic-item > a {
    display: block;
    height: 100%;
    color: white;
  }
}
@media screen {
  .tilesSatic-wrapper {
    height: 100%;
  }
}
@media screen {
  .tilesSatic-figure {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 0;
    padding: 0 0 33vw;
    margin: 0;
    -webkit-transition: -webkit-transform 0.4s ease-in;
    transition: -webkit-transform 0.4s ease-in;
    -o-transition: transform 0.4s ease-in;
    transition: transform 0.4s ease-in;
    transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .tilesSatic-figure {
    padding-bottom: 66vw;
  }
}
@media screen and (max-width: 767.98px) {
  .tilesSatic-figure {
    padding-bottom: 100vw;
  }
}
@media screen {
  .tilesSatic-figure img {
    display: none;
  }
}
@media screen {
  a:hover .tilesSatic-figure, a:focus .tilesSatic-figure {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen {
  .tilesSatic-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 90px;
    padding-bottom: 30px;
    text-align: center;
    /*
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    */
  }
  .tilesSatic-text:not([class*=bg-]) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, black));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 40%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 40%);
  }
  .tilesSatic-text.left {
    /*
    align-items: flex-end;
    */
    text-align: left;
  }
}
@media screen {
  .tilesSatic-item:nth-last-child(1):first-child .tilesSatic-text .container,
.tilesSatic-item:nth-last-child(1):first-child .tilesSatic-text .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  .tilesSatic-item:nth-last-child(1):first-child .tilesSatic-text .container,
.tilesSatic-item:nth-last-child(1):first-child .tilesSatic-text .container-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen {
  .tilesSatic-title {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: 700;
    font-style: normal;
    line-height: 25px;
    letter-spacing: 2pt;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tilesSatic-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #FED141;
    margin: 7px 0 0;
  }
  .left .tilesSatic-title:after {
    display: none;
  }
  .left .tilesSatic-title:before {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #FED141;
    margin: 0 0 7px 0;
  }
}
@media screen {
  .tilesSatic-meta {
    white-space: nowrap;
    padding: 15px 0;
  }
}
@media screen {
  .tilesSatic-action {
    text-align: center;
  }
  .tilesSatic-action .btn {
    min-width: 150px;
  }
}
@media screen {
  .tilesSatic-description {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    padding: 15px 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen {
  .tilesSatic-item:nth-last-child(1):first-child .tilesSatic-description {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen {
  .video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .video-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .video-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 1023.98px) and (max-width: 1023.98px) {
  .video-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .video-item:nth-child(1) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #section_videos .video-item:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
    padding-bottom: 40%;
  }
  #section_videos .video-item:nth-child(1) .embed-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .video-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (min-width: 768px) {
  #section_videos .video-item:nth-child(1) .video-item-info-title {
    font-size: 40px;
    font-size: 2.5rem;
    background: none;
    padding: 0 60px;
  }
}
@media screen {
  .video-item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .fancybox-inner .video-item-info {
    position: relative;
    border-bottom: #FED141 7px solid;
    padding: 15px 0;
  }
  .video-item-info-label {
    display: none;
    background: rgba(26, 118, 197, 0.9);
    float: left;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 5px 60px 5px 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
  }
  #section_videos .video-item-info-label {
    display: block;
  }
  .video-item-info-title {
    clear: both;
    text-transform: uppercase;
    padding: 10px 30px;
    position: relative;
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.9)), to(#000));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
  }
}
@media screen and (min-width: 1024px) {
  .video-item-info-title {
    border-left: 10px #FED141 solid;
  }
  .fancybox-inner .video-item-info-title {
    border-left-width: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .video-item-info-title:before {
    content: "";
    left: 0;
    top: 10px;
    position: absolute;
    height: 25px;
    background: #FED141;
    width: 15px;
  }
}
@media screen {
  .video-item-info-title a {
    color: white;
  }
}
@media screen {
  .fancybox-inner .video-item-info-title {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #section_videos .video-item:nth-child(1) .video-item-info {
    left: -50px;
    right: -50px;
    -webkit-box-shadow: inset 0 -120px 90px rgba(0, 0, 0, 0.8);
            box-shadow: inset 0 -120px 90px rgba(0, 0, 0, 0.8);
    padding: 70px 50px 0 50px;
  }
}
@media screen {
  .video-item .vjs-big-play-button {
    opacity: 0;
  }
}
@media screen {
  .video-item .vjs-control-bar {
    display: none;
  }
}
@media screen {
  .video-item-embed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
@media screen {
  .video-item .embed-container {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 1024px) {
  .video-item:hover .embed-container, .video-item:focus .embed-container {
    visibility: visible;
    opacity: 1;
  }
}
@media screen {
  #section_videos .video-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .videogallery.spaces .video-screen {
    height: 100%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .videogallery.spaces .video-screen-item {
    display: none;
  }
}
@media screen {
  .videogallery.spaces .video-screen-item-playing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .videogallery.spaces .video-screen-item {
    margin-bottom: 15px;
  }
}
@media screen {
  .videogallery.spaces .video-screen-linkwrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
@media screen {
  .videogallery.spaces .video-screen-title {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px;
    letter-spacing: 1pt;
  }
}
@media screen {
  .videogallery.spaces .video-screen-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 100 100%;
            flex: 0 100 100%;
    opacity: 1;
    visibility: visible;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 13px;
    overflow: hidden;
    position: relative;
    padding: 0;
  }
  .videogallery.spaces .video-screen-media iframe,
.videogallery.spaces .video-screen-media video {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .videogallery.spaces .video-screen-media:hover, .videogallery.spaces .video-screen-media:focus {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .videogallery.spaces .video-screen-media:hover iframe,
.videogallery.spaces .video-screen-media:hover video, .videogallery.spaces .video-screen-media:focus iframe,
.videogallery.spaces .video-screen-media:focus video {
    visibility: visible;
    opacity: 1;
  }
}
@media screen {
  .videogallery.spaces .video-screen-item-active .video-screen-media {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .videogallery.spaces .video-screen-item-active .video-screen-media iframe,
.videogallery.spaces .video-screen-item-active .video-screen-media video {
    visibility: visible;
    opacity: 1;
  }
}
@media screen {
  .videogallery.spaces .video-screen-info {
    margin-top: 7px;
    border-left: 7px #FED141 solid;
    position: static;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen {
  .videogallery.spaces .video-thmb {
    height: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023.98px) {
  .videogallery.spaces .video-thmb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .videogallery.spaces .video-thmb {
    padding-top: 30px;
  }
}
@media screen {
  .videogallery.spaces .video-thmb-item {
    padding-top: 15px;
  }
  .videogallery.spaces .video-thmb-item-playing {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023.98px) {
  .videogallery.spaces .video-thmb-item {
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .videogallery.spaces .video-thmb-item-playing:first-child + .video-thmb-item, .videogallery.spaces .video-thmb-item:first-child {
    padding-top: 0;
  }
}
@media screen {
  .videogallery.spaces .video-thmb-item:not(.video-thmb-item-playing) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .videogallery.spaces .video-thmb-item {
    padding-left: 15px;
  }
}
@media screen {
  .videogallery.spaces .video-thmb-media {
    opacity: 1;
    visibility: visible;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 13px;
    overflow: hidden;
    height: auto;
    padding: 0;
    padding-bottom: 56.25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 100 100%;
            flex: 0 100 100%;
    position: relative;
  }
  .videogallery.spaces .video-thmb-media iframe,
.videogallery.spaces .video-thmb-media video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #000;
  }
}
@media screen and (min-width: 1024px) {
  .videogallery.spaces .video-thmb-media:hover iframe,
.videogallery.spaces .video-thmb-media:hover video, .videogallery.spaces .video-thmb-media:focus iframe,
.videogallery.spaces .video-thmb-media:focus video {
    visibility: visible;
    opacity: 1;
    background: #000;
  }
}
@media screen {
  .videogallery.spaces .video-thmb-title {
    position: static;
    margin-top: 7px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
    border-left: 7px #FED141 solid;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1pt;
    padding: 15px;
  }
}
@media screen {
  .videorow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1023.98px) {
  .videorow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen {
  .videorow .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1023.98px) {
  .videorow .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen {
  .videorow-item {
    -webkit-box-flex: 10;
        -ms-flex: 10 10 100%;
            flex: 10 10 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .videorow-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .videoitem-wrapper {
    display: block;
    position: relative;
    height: 0;
    padding: 0 0 30%;
    color: white;
    background-size: cover;
    background-position: center;
  }
  .videoitem-wrapper:hover, .videoitem-wrapper:focus, .videoitem-wrapper:active {
    color: white;
  }
  .videoitem:nth-last-child(1):first-child .videoitem-wrapper {
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 600px) {
  .videoitem:nth-last-child(1):first-child .videoitem-wrapper {
    padding-bottom: 100%;
  }
}
@media screen {
  .videoitem:nth-last-child(2):first-child .videoitem-wrapper, .videoitem:nth-last-child(2):first-child ~ .videoitem .videoitem-wrapper {
    padding-bottom: 66%;
  }
}
@media screen {
  .videoitem:nth-last-child(3):first-child .videoitem-wrapper, .videoitem:nth-last-child(3):first-child ~ .videoitem .videoitem-wrapper {
    padding-bottom: 90%;
  }
}
@media screen and (max-width: 1023.98px) {
  .videoitem:nth-last-child(3):first-child .videoitem-wrapper, .videoitem:nth-last-child(3):first-child ~ .videoitem .videoitem-wrapper {
    padding-bottom: 66%;
  }
}
@media screen {
  .videoitem-wrapper:hover .videoitem-media, .videoitem-wrapper:focus .videoitem-media, .videoitem-wrapper:active .videoitem-media {
    opacity: 1;
  }
}
@media screen {
  .videoitem-wrapper:hover .videoitem-info:before, .videoitem-wrapper:focus .videoitem-info:before, .videoitem-wrapper:active .videoitem-info:before {
    display: none;
  }
}
@media screen {
  .videoitem-media {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .videoitem-media:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .videoitem-media video,
.videoitem-media iframe {
    max-width: 100%;
    height: 100%;
    width: 100%;
    position: relative;
    background: black;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen {
  .videoitem-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(67, 70, 74, 0)), color-stop(50%, rgba(33, 34, 37, 0.64)), to(#0d0e0f));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 20%, rgba(33, 34, 37, 0.64) 50%, #0d0e0f 100%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 20%, rgba(33, 34, 37, 0.64) 50%, #0d0e0f 100%);
  }
}
@media screen {
  .videoitem:last-child:first-child .videoitem-info {
    padding: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen {
  .videoitem:last-child:first-child .videoitem-title {
    display: inline-block;
    background: none;
  }
  .videoitem:last-child:first-child .videoitem-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: 5px 0 0;
    background: #FED141;
  }
}
@media screen {
  .videoitem:last-child:first-child .videoitem-description {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 15px;
    max-width: 820px;
  }
}
@media screen {
  .videoitem:nth-last-child(n+2) .videoitem-wrapper:before, .videoitem:nth-last-child(n+2) ~ .videoitem .videoitem-wrapper:before {
    content: "";
    width: 100px;
    height: 100px;
    background: url("../fonts/icon-play.svg") no-repeat 50% 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -60%);
        -ms-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
}
@media screen {
  .videoitem:nth-last-child(n+2) .videoitem-action, .videoitem:nth-last-child(n+2) ~ .videoitem .videoitem-action, .videoitem:nth-last-child(n+2) .videoitem-description, .videoitem:nth-last-child(n+2) ~ .videoitem .videoitem-description {
    display: none;
  }
}
@media screen {
  .videoitem:nth-last-child(n+2) .videoitem-info, .videoitem:nth-last-child(n+2) ~ .videoitem .videoitem-info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
}
@media screen {
  .videoitem:nth-last-child(n+2) .videoitem-title, .videoitem:nth-last-child(n+2) ~ .videoitem .videoitem-title {
    font-size: 16px;
    font-size: 1rem;
    border-left: 5px #FED141 solid;
    padding: 5px 15px;
    width: 100%;
    margin: 0;
  }
}
@media screen {
  .videoitem-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 2pt;
  }
}
@media screen {
  .videoitem-action .btn {
    min-width: 150px;
  }
}
@media screen {
  .blur #site {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@media screen {
  .visual_yellowtop {
    border-top: 15px #FED141 solid;
  }
}
@media screen {
  .visual_yellowbottom {
    border-bottom: 10px #FED141 solid;
  }
}
@media screen {
  .content {
    position: relative;
    margin-top: 10px;
  }
  .content-title-hero {
    background: #1A76C5;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 10px 20px 10px 20px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .content-title-hero {
    top: 100px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .content-title-hero {
    font-size: 60px;
    font-size: 3.75rem;
    padding: 10px 40px 10px 40px;
    top: 100px;
  }
}
@media screen {
  .content-title-hero a,
.content-title-hero a:hover,
.content-title-hero a:focus {
    color: #fff;
  }
}
@media screen {
  .content-title-sm {
    font-size: 24px;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .content-title-sm {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen {
  .fancybox-video .content {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@media screen {
  .content-body-fade {
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0e0f), to(#2d3033));
    background: -o-linear-gradient(top, #0d0e0f 0%, #2d3033 100%);
    background: linear-gradient(180deg, #0d0e0f 0%, #2d3033 100%);
    padding: 40px 0 0;
  }
}
@media screen {
  *[data-redirecturl] {
    cursor: pointer;
  }
}
@media screen {
  img {
    max-width: 100%;
  }
}
@media screen {
  .overlay {
    display: none;
  }
}
@media screen {
  img {
    max-width: 100%;
  }
}
@media screen {
  .overlay {
    display: none;
  }
}
@media screen {
  .breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
  }
  .breadcrumb-item {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen {
  .hidden {
    display: none;
  }
}
@media screen {
  .responsive-video {
    position: relative;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .responsive-video {
    min-height: 400px;
  }
}
@media screen and (max-width: 1023.98px) {
  .responsive-video {
    min-height: 300px;
  }
}
@media screen {
  .responsive-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen {
  .recaptcha-required {
    color: #ffaaaa;
  }
}
@media screen {
  .figure-left {
    float: left;
    margin: 0 20px 10px 0;
  }
}
@media screen {
  .figure-right {
    float: right;
    margin: 0 0 10px 20px;
  }
}
@media screen {
  .figure-center {
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .figure-left, .figure-right {
    max-width: 35%;
  }
}
@media screen {
  .connectSortable {
    overflow-x: visible;
    overflow-y: visible;
  }
}
@media screen {
  td p:last-child {
    margin-bottom: 0;
  }
}
@media screen {
  .simplebox blockquote.no-caps {
    text-transform: none;
  }
}
@media screen {
  .subscribeForm {
    padding: 30px 0;
  }
  .subscribeForm p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
  }
  .subscribeForm h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2.7px;
    border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .subscribeForm .radiogroup {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#141e30));
    background-image: -o-linear-gradient(top, #000000 0%, #141e30 100%);
    background-image: linear-gradient(180deg, #000000 0%, #141e30 100%);
    padding: 10px 60px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .subscribeForm .radiogroup .custom-control {
    margin-bottom: 5px;
  }
  .subscribeForm .radiogroup .custom-control:last-child {
    margin-bottom: 0;
  }
  .subscribeForm .radiogroup .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background: #FED141;
  }
  .subscribeForm .form-control[type=email], .subscribeForm .form-control[type=text] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#141e30));
    background-image: -o-linear-gradient(top, #000000 0%, #141e30 100%);
    background-image: linear-gradient(180deg, #000000 0%, #141e30 100%);
    padding: 0 60px;
    height: 60px;
    border-radius: 30px;
  }
}
@media screen {
  .fit-obj img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100% !important;
  }
}
@media screen {
  .story-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story-item:nth-child(1) {
    border-bottom: 10px #FED141 solid;
  }
  .story-item:nth-child(2) {
    border-bottom: 10px #2D3033 solid;
  }
  .story-item:nth-child(2) .story-item-text-mobile {
    background-color: #2D3033;
  }
  .story-item-text {
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .story-item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story-item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .story-item-text-coloroverlay, .story-item-text-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen {
  .story-item-text-overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@media screen {
  .story-item-text-coloroverlay {
    background-color: #1a76c5;
  }
}
@media screen {
  .story-item-text-wrapper {
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-text-wrapper {
    padding: 0 30px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .story-item-text-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media screen {
  .story-item-text-blocktitle {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 2pt;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0 10px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .story-item-text-blocktitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-item-text-blocktitle {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-text-blocktitle {
    padding: 10px 0 10px 40px;
  }
}
@media screen {
  .story-item-text-blocktitle:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #FED141;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-text-blocktitle:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-text-title, .story-item-text-description, .story-item-text-viewmore {
    display: none;
  }
}
@media screen {
  .story-item-text-title {
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .story-item-text-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen {
  .story-item-text-description {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
  }
}
@media screen {
  .story-item-text-viewmore, .story-item-text-mobile-viewmore {
    text-align: center;
    /* padding-bottom: 20px;
        .button-round,
        .btn-round {
          background: $yellow;
          color: $dark;
          @include fontSize(16px);
        }  */
  }
}
@media screen and (min-width: 768px) {
  .story-item-text-mobile {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-text-mobile {
    background: #1A76C5;
    padding: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .story-item-text-mobile-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen {
  .story-item-text-mobile-description {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen {
  .story-item-image {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .story-item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story-item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .story-item-image-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
}
@media screen and (max-width: 767.98px) {
  .story-item-image-overlay {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story-item-image-overlay {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .story-item-image-overlay {
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .story-item-image-overlay {
    padding-bottom: 50%;
  }
}
@media screen {
  .story-item-image a span {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .story-item-image a:hover span {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen {
  .story-item:nth-child(2) .story-item-text-coloroverlay {
    background-color: #2D3033;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.9)), to(#000));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
  }
}
@media screen {
  .story-options {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .story-options .dropdown {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen {
  .story-media-btns .btn {
    margin: 20px 0;
  }
}
@media screen {
  .story-media-expand {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}
@media screen {
  .story-media-expand .icon {
    width: 70px;
    height: auto;
  }
}
@media screen {
  .story-media-expand .icon:hover, .story-media-expand .icon:focus {
    width: 80px;
    height: auto;
  }
}
@media screen {
  .story-mobile-media-expand {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    top: 70px;
  }
}
@media screen {
  .story-mobile-media-expand .icon {
    width: 60px;
    height: auto;
  }
}
@media screen {
  .story-mobile-media-expand .icon:hover, .story-media-expand .icon:focus {
    width: 70px;
    height: auto;
  }
}
@media screen {
  .story-body {
    overflow-x: hidden;
  }
}
@media screen {
  .story-title-bar {
    background-color: #000;
    padding: 20px 50px 50px 90px;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .story-title-bar {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .story-title-bar {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media screen {
  .story-title-bar .content-title {
    top: -60px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .story-title-bar .content-title {
    top: 0;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .story-title-bar .content-title {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-title-bar .story-title {
    border-left: none;
  }
}
@media screen and (min-width: 1024px) {
  .story-title-bar .story-options .dropdown {
    margin-left: auto;
  }
  .story-title-bar .content-classic-options .dropdown-menu {
    margin-left: auto;
    right: 5px;
  }
}
@media screen {
  .story-title-bar .dropdown-toggle {
    background-color: transparent;
  }
}
@media screen {
  .story-title-bar .dropdown-toggle:hover,
.story-title-bar .dropdown-toggle:focus,
.story-title-bar .dropdown.open .dropdown-toggle {
    background: #1A76C5 url("../fonts/icon-arrow-down.svg") no-repeat right 10px top 50%;
    /* blue */
    border-color: #1A76C5;
    /* blue */
    color: #fff;
  }
}
@media screen {
  .story-meta-bar {
    border-top: 10px solid #FED141;
    /* yellow */
    border-bottom: 5px solid #FED141;
    /* yellow */
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0e0f), to(#43464a));
    background: -o-linear-gradient(top, #0d0e0f 0%, #43464a 100%);
    background: linear-gradient(180deg, #0d0e0f 0%, #43464a 100%);
    padding: 40px 0 20px;
  }
  .story-meta-bar .story-author {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .story-meta-bar .story-author-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (min-width: 1024px) {
  .story-meta-bar .story-media-btns {
    text-align: right;
  }
}
@media screen {
  .story-titlebar {
    text-align: center;
  }
  .story-titlebar:not([class*=bg-]) {
    background: #0f0f0f;
  }
  .story-titlebar:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 11px;
    background: #FED141;
    margin: 15px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .slider-hero.simple + .story-titlebar .container {
    max-width: 70vw;
  }
}
@media screen {
  .story-titlebar .story-title {
    border-left-width: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen {
  .story-tags:last-child {
    margin-bottom: 30px;
  }
}
@media screen {
  .story2-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .story2-item:nth-child(1) {
    border-bottom: 10px #FED141 solid;
  }
  .story2-item:nth-child(2) {
    border-bottom: 10px #2D3033 solid;
  }
  .story2-item:nth-child(2) .story-item-text-mobile {
    background-color: #2D3033;
  }
  .story2-item-text {
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .story2-item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story2-item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .story2-item-text-coloroverlay, .story2-item-text-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen {
  .story2-item-text-overlay {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@media screen {
  .story2-item-text-wrapper {
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-text-wrapper {
    padding: 0 30px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .story2-item-text-wrapper {
    padding: 60px 60px 60px 60px;
  }
}
@media screen {
  .story2-item-text-blocktitle {
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 2pt;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 0 10px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .story2-item-text-blocktitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023.98px) {
  .story2-item-text-blocktitle {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-text-blocktitle {
    padding: 10px 0 10px 40px;
  }
}
@media screen {
  .story2-item-text-blocktitle:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #FED141;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-text-blocktitle:before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-text-title, .story2-item-text-description, .story2-item-text-viewmore {
    display: none;
  }
}
@media screen {
  .story2-item-text-title {
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .story2-item-text-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen {
  .story2-item-text-description {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
  }
}
@media screen {
  .story2-item-text-viewmore, .story2-item-text-mobile-viewmore {
    text-align: center;
    /* padding-bottom: 20px;
        .button-round,
        .btn-round {
          background: $yellow;
          color: $dark;
          @include fontSize(16px);
        }  */
  }
}
@media screen and (min-width: 768px) {
  .story2-item-text-mobile {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-text-mobile {
    background: #1A76C5;
    padding: 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .story2-item-text-mobile-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen {
  .story2-item-text-mobile-description {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen {
  .story2-item-image {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .story2-item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story2-item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .story2-item-image-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-item-image-overlay {
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 768px) {
  .story2-item-image-overlay {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .story2-item-image-overlay {
    padding-bottom: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .story2-item-image-overlay {
    padding-bottom: 50%;
  }
}
@media screen {
  .story2-item-image a span {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .story2-item-image a:hover span {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen {
  .story2-item-text-coloroverlay:not([class*=bg-grad]) {
    background-color: #1a76c5;
  }
}
@media screen {
  .story2-item:nth-child(2) .story2-item-text-coloroverlay:not([class*=bg-grad]) {
    background-color: #2D3033;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.9)), to(#000));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
  }
}
@media screen {
  .story2-options {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .story2-options .dropdown {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen {
  .story2-media-btns .btn {
    margin: 20px 0;
  }
}
@media screen {
  .story2-media-expand {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}
@media screen {
  .story2-media-expand .icon {
    width: 70px;
    height: auto;
  }
}
@media screen {
  .story2-media-expand .icon:hover, .story2-media-expand .icon:focus {
    width: 80px;
    height: auto;
  }
}
@media screen {
  .story2-mobile-media-expand {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    top: 70px;
  }
}
@media screen {
  .story2-mobile-media-expand .icon {
    width: 60px;
    height: auto;
  }
}
@media screen {
  .story2-mobile-media-expand .icon:hover, .story2-media-expand .icon:focus {
    width: 70px;
    height: auto;
  }
}
@media screen {
  .story2-body {
    overflow-x: hidden;
  }
}
@media screen {
  .story2-title-bar {
    background-color: #000;
    padding: 20px 50px 50px 90px;
    position: relative;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-title-bar {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .story2-title-bar {
    padding-left: 50px;
    padding-right: 30px;
  }
}
@media screen {
  .story2-title-bar .content-title {
    top: -60px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .story2-title-bar .content-title {
    top: 0;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .story2-title-bar .content-title {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1023.98px) {
  .story2-title-bar .story-title {
    border-left: none;
  }
}
@media screen and (min-width: 1024px) {
  .story2-title-bar .story-options .dropdown {
    margin-left: auto;
  }
  .story2-title-bar .content-classic-options .dropdown-menu {
    margin-left: auto;
    right: 5px;
  }
}
@media screen {
  .story2-title-bar .dropdown-toggle {
    background-color: transparent;
  }
}
@media screen {
  .story2-title-bar .dropdown-toggle:hover,
.story2-title-bar .dropdown-toggle:focus,
.story2-title-bar .dropdown.open .dropdown-toggle {
    background: #1A76C5 url("../fonts/icon-arrow-down.svg") no-repeat right 10px top 50%;
    /* blue */
    border-color: #1A76C5;
    /* blue */
    color: #fff;
  }
}
@media screen {
  .story2-meta-bar {
    border-top: 10px solid #FED141;
    /* yellow */
    border-bottom: 5px solid #FED141;
    /* yellow */
    background: -webkit-gradient(linear, left top, left bottom, from(#0d0e0f), to(#43464a));
    background: -o-linear-gradient(top, #0d0e0f 0%, #43464a 100%);
    background: linear-gradient(180deg, #0d0e0f 0%, #43464a 100%);
    padding: 40px 0 20px;
  }
  .story2-meta-bar .story-author {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .story2-meta-bar .story-author-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen and (min-width: 1024px) {
  .story2-meta-bar .story-media-btns {
    text-align: right;
  }
}
@media screen {
  .story2-titlebar {
    text-align: center;
    background: #0f0f0f;
  }
  .story2-titlebar:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 11px;
    background: #FED141;
    margin: 15px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .slider-hero.simple + .story2-titlebar .container {
    max-width: 70vw;
  }
}
@media screen {
  .story2-titlebar .story2-title {
    border-left-width: 0;
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen {
  .herohighlight {
    position: relative;
    /*
    // this is moved to &-cards
    padding-top: $grid-gutter-width;
    padding-bottom: $grid-gutter-width;
    */
    overflow: hidden;
  }
  .herohighlight-image, .herohighlight-video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.4s ease-in;
    transition: -webkit-transform 0.4s ease-in;
    -o-transition: transform 0.4s ease-in;
    transition: transform 0.4s ease-in;
    transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  }
  .herohighlight-video > video,
.herohighlight-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .hovered .herohighlight-image {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .herohighlight-cards {
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media screen {
  .podcast {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .podcast {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .podcast {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen {
  .podcast-thmb {
    border-radius: 15px;
    border: 2px #fff solid;
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .podcast-thmb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media screen and (max-width: 1023.98px) {
  .podcast-thmb {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 0;
    padding-bottom: 40%;
    margin-bottom: 30px;
  }
}
@media screen {
  .podcast-thmb img {
    display: none;
  }
}
@media screen {
  .podcast-text {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .podcast-text {
    text-align: left;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media screen and (max-width: 1023.98px) {
  .podcast-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .podcast-category {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 700;
    margin-left: -30px;
    margin-bottom: 15px;
  }
  .podcast-category:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #FED141;
    vertical-align: top;
    margin: 2px 10px 2px 0;
  }
}
@media screen {
  .podcast-title {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 600;
    margin: 15px 0;
  }
}
@media screen {
  .podcast-description {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 15px 0;
  }
}
@media screen {
  .podcast-player {
    margin: 15px 0;
  }
  .podcast-player audio {
    width: 100%;
  }
}
@media screen {
  .podcast-action {
    text-align: center;
    margin: 15px 0;
  }
}
@media screen {
  .spotlight {
    padding: 30px;
  }
  .spotlight-text {
    text-align: center;
  }
  .spotlight-title {
    display: inline-block;
    padding: 0 15px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    line-height: 1.875rem;
    text-transform: uppercase;
    letter-spacing: 2pt;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .spotlight-title:after {
    content: "";
    display: block;
    margin: 15px 0 0;
    height: 5px;
    background: #FED141;
  }
  .spotlight-description {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 15px auto;
    font-weight: 400;
    max-width: 820px;
  }
}
@media screen {
  .message {
    border-top: 8px #FED141 solid;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .message {
    width: 80vw;
  }
}
@media screen and (max-width: 1199.98px) {
  .message {
    width: 95%;
  }
}
@media screen {
  .placement_static .message {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    border-top-width: 0;
  }
}
@media screen {
  .message-placeholder {
    position: relative;
    height: 0;
    width: 100%;
    z-index: 1;
  }
  .message-placeholder.placement_static {
    height: auto;
  }
}
@media screen {
  .message-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .message-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen and (max-width: 767.98px) {
  .message-container {
    padding: 15px;
  }
}
@media screen {
  .placement_static .message-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 576px) {
  .placement_static .message-container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .placement_static .message-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .placement_static .message-container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .placement_static .message-container {
    max-width: 1140px;
  }
}
@media screen {
  .message-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .message-author {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .message-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen {
  .message-avatar {
    border-radius: 80px;
    max-width: 160px;
    max-height: 160px;
    border: 8px #fff solid;
    overflow: hidden;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .message-avatar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12vw;
            flex: 0 0 12vw;
    width: 12vw;
    height: 12vw;
  }
}
@media screen and (max-width: 1199.98px) {
  .message-avatar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 767.98px) {
  .message-avatar {
    margin-bottom: 15px;
  }
}
@media screen {
  .message-avatar img {
    width: 100%;
  }
}
@media screen {
  .message-meta {
    -webkit-box-flex: 2;
        -ms-flex: 2 2 20vw;
            flex: 2 2 20vw;
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .message-meta {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 15px;
  }
}
@media screen {
  .message-pretitle {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.8px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
  }
}
@media screen {
  .message-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2.7px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .message-title > span {
    color: #FED141;
  }
}
@media screen {
  .message-position {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1.3px;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .message-position > span {
    display: block;
    color: #FED141;
  }
}
@media screen {
  .message-follow {
    margin-top: 14px;
    margin-left: -5px;
    margin-right: -5px;
    padding-top: 20px;
    border-top: 1px rgba(255, 255, 255, 0.6) solid;
  }
  .message-follow a {
    display: inline-block;
    margin: 0 5px;
    text-align: left;
  }
  .message-follow svg {
    fill: white;
    width: 25px;
    height: 25px;
  }
}
@media screen {
  .message-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}
@media screen and (max-width: 1199.98px) {
  .message-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen {
  .message-wrapper {
    padding: 10px 30px;
    overflow-y: auto;
    max-height: 200px;
  }
}
@media screen and (max-width: 1023.98px) {
  .message-wrapper {
    padding: 10px 15px;
  }
}
@media screen {
  .message-date {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 1023.98px) {
  .message-date {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen {
  .message-text {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 1023.98px) {
  .message-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen {
  .message-additional {
    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;
    margin-top: 20px;
    padding: 10px 0;
    border-left: #FED141 5px solid;
  }
}
@media screen and (max-width: 767.98px) {
  .message-additional {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media screen {
  .message-additional.video {
    padding: 0;
    position: relative;
  }
  .message-additional.video video {
    width: 100%;
    display: block;
  }
}
@media screen {
  .message-player {
    -webkit-box-flex: 10;
        -ms-flex: 10 10 80%;
            flex: 10 10 80%;
    padding: 0 25px;
  }
  .message-player audio {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .message-player {
    margin-bottom: 15px;
  }
}
@media screen {
  .message-download {
    -webkit-box-flex: 10;
        -ms-flex: 10 10 80%;
            flex: 10 10 80%;
    padding: 0 25px;
  }
  .message-download img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .message-download {
    margin-bottom: 15px;
  }
}
@media screen {
  .message-action {
    padding: 0 30px;
  }
  .message-action .btn {
    white-space: nowrap;
  }
}
@media screen {
  .message-video_action {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .message-video_action .btn-player {
    display: block;
    width: 80px;
    height: 80px;
    font-size: 37px;
  }
  .toggle-lightbox-video:hover .message-video_action {
    display: none;
  }
}
@media screen {
  .message-video {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .toggle-lightbox-video:hover .message-video {
    opacity: 1;
  }
}
@media screen {
  .search-form {
    position: relative;
  }
  .search-form form {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .search-form form {
    bottom: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .search-form form {
    bottom: 30px;
  }
}
@media screen {
  .search-form form input[type=search],
.search-form form input[type=text] {
    background: none;
    border-width: 0;
    border-bottom: 2px #fff solid;
    font-weight: 600;
    width: 100%;
    outline: none;
    margin-bottom: 25px;
    color: white;
    /*-----------placeholder----------*/
    /* Firefox < 19 */
    /* Firefox > 19 */
    /* Internet Explorer 10 */
  }
}
@media screen and (min-width: 576px) {
  .search-form form input[type=search],
.search-form form input[type=text] {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
    height: 84px;
  }
}
@media screen and (max-width: 767.98px) {
  .search-form form input[type=search],
.search-form form input[type=text] {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen {
  .search-form form input[type=search]::-webkit-input-placeholder,
.search-form form input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]:focus::-webkit-input-placeholder,
.search-form form input[type=text]:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]:-moz-placeholder,
.search-form form input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]:focus:-moz-placeholder,
.search-form form input[type=text]:focus:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]::-moz-placeholder,
.search-form form input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]:focus::-moz-placeholder,
.search-form form input[type=text]:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]:-ms-input-placeholder,
.search-form form input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]:focus:-ms-input-placeholder,
.search-form form input[type=text]:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen {
  .search-form form input[type=search]::-ms-clear,
.search-form form input[type=text]::-ms-clear {
    display: none;
  }
}
@media screen {
  .search-form form [type=reset] {
    background: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 30px;
    cursor: pointer;
  }
}
@media screen and (max-width: 767.98px) {
  .search-form form [type=reset] {
    top: 15px;
  }
}
@media screen {
  .search-form form [type=reset] svg {
    width: 24px;
    height: 24px;
    fill: white;
  }
}
@media screen {
  .search-form-caption {
    float: left;
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .search-form-caption {
    margin-bottom: 30px;
  }
}
@media screen {
  .search-form-submit {
    float: right;
    outline: none;
  }
}
@media screen and (max-width: 767.98px) {
  .search-form-submit {
    float: left;
    width: auto;
    clear: left;
  }
}
@media screen {
  .search-tabs {
    background: black;
  }
  .search-tabs-list {
    padding-left: 0;
    list-style: none;
    margin: 0;
    letter-spacing: -0.4em;
    margin: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .search-tabs-list {
    display: block;
  }
}
@media screen {
  .search-tabs-list-item {
    display: inline-block;
    letter-spacing: 0;
    margin: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .search-tabs-list-item {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767.98px) {
  .search-tabs-list-item {
    display: block;
  }
}
@media screen {
  .search-tabs-list-item > a {
    display: block;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
  }
}
@media screen and (min-width: 1024px) {
  .search-tabs-list-item > a {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023.98px) {
  .search-tabs-list-item > a {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 20px 20px;
  }
}
@media screen {
  .search-tabs-list-item > a:hover {
    background: #0d0d0d;
  }
}
@media screen {
  .search-tabs-list-item > a > span:before {
    content: "(";
  }
  .search-tabs-list-item > a > span:after {
    content: ")";
  }
}
@media screen {
  .search-tabs-list-item > a.active {
    color: #000;
    background: #FED141;
    font-weight: 400;
  }
}
@media screen {
  .search-tabs-list-item > a:focus {
    outline: 1px dotted white;
    outline: 5px auto -webkit-focus-ring-color;
  }
}
@media screen {
  .search-tabs-list-num {
    display: none;
  }
  .searchResultExists_index_photo .search-tabs-list-num, .searchResultExists_index_videos .search-tabs-list-num, .searchResultExists_index_stories .search-tabs-list-num {
    display: inline-block;
  }
}
@media screen {
  .search-panel {
    display: none;
  }
  .search-panel.active {
    display: block;
  }
}
@media screen {
  .gallery-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    list-style: none;
    padding: 0 0 15px;
    clear: both;
  }
}
@media screen and (min-width: 768px) {
  .gallery-list {
    padding: 0 15px 15px 0;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-list {
    padding: 0 25px 25px 0;
  }
}
@media screen {
  .gallery-item-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    position: relative;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .gallery-item-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-item-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666%;
            flex: 0 0 16.666%;
    width: 16.666%;
  }
}
@media screen and (min-width: 768px) {
  .gallery-item {
    padding: 15px 0 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-item {
    padding: 25px 0 0 25px;
  }
}
@media screen {
  .gallery-item:hover img, .gallery-item:focus img {
    border: 5px solid #FED141;
    cursor: pointer;
  }
}
@media screen {
  .gallery-item img {
    border: 5px solid transparent;
    width: 100%;
  }
}
@media screen {
  .form {
    margin: 60px 0;
    font-weight: 300;
  }
  .form-group {
    margin: 0 0 30px;
    text-align: left;
  }
  .form-control {
    display: block;
    outline: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .form label {
    display: inline-block;
    font-weight: 600;
    margin: 0 0 5px;
  }
}
@media screen {
  .legal {
    text-align: left;
  }
}
@media screen {
  .terms-box {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(49%, rgba(33, 34, 37, 0.64)), to(#0d0e0f));
    background-image: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%);
    background-image: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, rgba(33, 34, 37, 0.64) 49%, #0d0e0f 100%);
    font-size: 14px;
    font-weight: 300;
    padding: 20px;
    margin-bottom: 30px;
  }
}
@media screen {
  .upload-instructions-desktop {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .upload-instructions-desktop {
    display: none;
  }
}
@media screen {
  .upload-instructions-desktop p {
    margin: 0 0 10px;
  }
}
@media screen {
  .upload-instructions-mobile {
    padding: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .upload-instructions-mobile {
    display: none;
  }
}
@media screen {
  .fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
  }
}
@media screen {
  .fancybox-article.fancybox-margin,
.fancybox-article .fancybox-margin {
    margin: 0 !important;
    overflow: auto !important;
  }
}
@media screen {
  .fancybox-wrap {
    /*
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
     */
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 8020;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    width: 100% !important;
    height: 100% !important;
  }
  .fancybox-article .fancybox-wrap {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
  }
  .fancybox-wrap-focused .fancybox-close {
    outline: 1px dotted white !important;
    outline: 5px auto -webkit-focus-ring-color !important;
  }
}
@media screen {
  .fancybox-skin {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 !important;
  }
}
@media screen {
  .fancybox-opened {
    z-index: 8030;
  }
}
@media screen {
  .fancybox-opened .fancybox-skin {
    /*
    	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    */
  }
}
@media screen {
  .fancybox-outer, .fancybox-inner {
    position: relative;
  }
}
@media screen {
  .fancybox-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 100 100%;
            flex: 0 100 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 59px;
  }
}
@media screen and (max-width: 1023.98px) {
  .fancybox-video .fancybox-outer {
    padding-top: 65px;
  }
}
@media screen and (min-width: 1024px) {
  .fancybox-video .fancybox-outer {
    padding-top: 59px;
  }
}
@media screen {
  .fancybox-inner {
    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
  }
  .fancybox-article .fancybox-inner {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .fancybox-article .fancybox-inner {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1023.98px) {
  .fancybox-article .fancybox-inner {
    padding-top: 20px;
  }
}
@media screen {
  .fancybox-inner .container {
    max-width: 980px;
  }
}
@media screen {
  .fancybox-inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 100 100%;
            flex: 0 100 100%;
  }
}
@media screen {
  .fancybox-inner-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fancybox-inner-info .fancybox-info-wrapper {
    margin-bottom: 20px;
    border-bottom: 5px #FED141 solid;
    width: 100%;
  }
  .fancybox-inner-info .fancybox-info-wrapper > .container {
    padding-top: 20px;
    padding-bottom: 12px;
    overflow: hidden;
  }
  .fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-share {
    margin: 3px 5px;
  }
  .fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-author {
    margin: 3px 0;
  }
  .fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-action {
    float: right;
  }
  .fancybox-inner-info .fancybox-info-wrapper .lg-sub-html-share {
    float: right;
    margin-right: 10px;
  }
}
@media screen {
  .fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
  }
}
@media screen {
  .fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
  }
}
@media screen {
  .fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
    /*
    max-width: 900px;
    margin: 0 auto;
    */
  }
}
@media screen {
  .fancybox-image {
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen {
  #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
  }
}
@media screen {
  #fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../images/fancybox_loading.gif") center center no-repeat;
  }
}
@media screen {
  .fancybox-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8060;
    background: url("../fonts/icon-close.svg") no-repeat 50% 50%;
  }
  .fancybox-close:focus {
    outline: 1px dotted white !important;
    outline: 5px auto -webkit-focus-ring-color !important;
  }
  .fancybox-close.fancybox-item {
    display: none;
  }
  .fancybox-article .fancybox-close.fancybox-item {
    display: block;
    right: 50px;
    border-radius: 13px;
    background-image: url("../fonts/icon-close-black.svg");
    background-color: #FED141;
    background-position: 50% 50%;
  }
}
@media screen {
  .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
  }
}
@media screen {
  .fancybox-prev {
    left: 0;
  }
}
@media screen {
  .fancybox-next {
    right: 0;
  }
}
@media screen {
  .fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
  }
}
@media screen {
  .fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
  }
}
@media screen {
  .fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
  }
}
@media screen {
  .fancybox-nav:hover span {
    visibility: visible;
  }
}
@media screen {
  .fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
  }
}
@media screen {
  .fancybox-lock {
    overflow: visible !important;
    width: auto;
  }
}
@media screen {
  .fancybox-lock body {
    overflow: hidden !important;
  }
}
@media screen {
  .fancybox-lock-test {
    overflow-y: hidden !important;
  }
}
@media screen {
  .fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background-color: #2e2e2e;
    /*
    @include media-breakpoint-down(md) {
      @include media-breakpoint-up(md) {
        top: 87px;
      }
    }
    */
  }
}
@media screen and (min-width: 1024px) {
  .fancybox-overlay {
    top: 59px;
  }
}
@media screen and (max-width: 1023.98px) {
  .fancybox-overlay {
    top: 59px;
  }
}
@media screen and (min-width: 1024px) {
  .fancybox-article .fancybox-overlay {
    right: 50%;
    overflow: visible !important;
  }
}
@media screen {
  .fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
  }
}
@media screen {
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
  }
}
@media screen {
  .fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
  }
}
@media screen {
  .fancybox-opened .fancybox-title {
    visibility: visible;
  }
}
@media screen {
  .fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
  }
}
@media screen {
  .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
  }
}
@media screen {
  .fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
  }
}
@media screen {
  .fancybox-title-inside {
    position: reltive;
  }
}
@media screen {
  .fancybox-title-inside-wrap {
    -webkit-box-flex: 10;
        -ms-flex: 10 0 auto;
            flex: 10 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fancybox-title-inside-wrap .container {
    padding-top: 20px;
  }
}
@media screen {
  .fancybox-title-inside-text {
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 32px;
    padding: 0 30px 10px;
    display: block;
    position: relative;
  }
  .fancybox-title-inside-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #FED141;
    width: 9px;
    height: 32px;
  }
  .fancybox-form .fancybox-title-inside-text {
    display: none;
  }
  .fancybox-form .fancybox-title-inside-text:before {
    display: none;
  }
}
@media screen {
  .fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading div {
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
@media screen {
  .fancybox-action {
    padding: 15px 0;
    border-bottom: 7px #FED141 solid;
  }
  .fancybox-action a[role=button] {
    margin: 2px 7px;
  }
}
@media screen {
  .fancybox-share,
.fancybox-action-download,
.fancybox-action-more {
    float: right;
  }
}
@media screen {
  .fancybox-share {
    clear: none !important;
    padding: 0 7px;
  }
}
@media screen {
  .fancybox-action-download,
.fancybox-action-more {
    border: 2px white solid;
    padding: 5px 10px;
    margin: 0 7px;
    color: white !important;
  }
}
@media screen {
  .fancybox-action-more.photos {
    display: none;
  }
  .fancybox-photo .fancybox-action-more.photos {
    display: block;
  }
  .fancybox-photo .fancybox-action-more.videos {
    display: none;
  }
}
@media screen {
  .lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45);
  }
}
@media screen {
  @font-face {
    font-family: lg;
    src: url("../fonts/lg.eot?n1z373");
    src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
  }
}
@media screen {
  .lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen {
  .lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0;
  }
}
@media screen {
  .lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5;
  }
}
@media screen {
  .lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF;
  }
}
@media screen {
  .lg-actions .lg-next {
    right: 20px;
    background: url("../fonts/icon-arrow-right.svg") no-repeat 50% 50%;
    width: 24px;
    height: 39px;
    margin: 10px 20px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .lg-actions .lg-next {
    right: 5px;
    margin: -20px 0 0;
    width: 14px;
  }
}
@media screen {
  .lg-actions .lg-prev {
    left: 20px;
    background: url("../fonts/icon-arrow-left.svg") no-repeat 50% 50%;
    width: 24px;
    height: 39px;
    margin: 10px 20px 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .lg-actions .lg-prev {
    left: 5px;
    margin: -20px 0 0;
    width: 14px;
  }
}
@media screen {
  @-webkit-keyframes lg-right-end {
    0%, 100% {
      left: 0;
    }
    50% {
      left: -30px;
    }
  }
}
@media screen {
}
@media screen {
}
@media screen {
  @-webkit-keyframes lg-right-end {
    0%, 100% {
      left: 0;
    }
    50% {
      left: -30px;
    }
  }
  @keyframes lg-right-end {
    0%, 100% {
      left: 0;
    }
    50% {
      left: -30px;
    }
  }
}
@media screen {
  @-webkit-keyframes lg-left-end {
    0%, 100% {
      left: 0;
    }
    50% {
      left: 30px;
    }
  }
}
@media screen {
}
@media screen {
}
@media screen {
  @-webkit-keyframes lg-left-end {
    0%, 100% {
      left: 0;
    }
    50% {
      left: 30px;
    }
  }
  @keyframes lg-left-end {
    0%, 100% {
      left: 0;
    }
    50% {
      left: 30px;
    }
  }
}
@media screen {
  .lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end 0.3s;
    animation: lg-right-end 0.3s;
    position: relative;
  }
}
@media screen {
  .lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end 0.3s;
    animation: lg-left-end 0.3s;
    position: relative;
  }
}
@media screen {
  .lg-toolbar {
    /*
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1082;
    */
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen {
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 15px 25px 15px 0;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    background-size: contain;
  }
}
@media screen {
  .lg-toolbar .lg-close {
    background: url("../fonts/icon-close-lg.svg") no-repeat 50% 50%;
  }
}
@media screen {
  .lg-toolbar .lg-download {
    background: url("../fonts/icon-download.svg") no-repeat 50% 50%;
    margin-top: 17px;
  }
}
@media screen {
  .lg-sub-html {
    bottom: 0;
    color: #EEE;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /*
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1080
    */
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
  }
}
@media screen {
  .lg-sub-html-author {
    float: left;
    text-align: left;
    margin: 20px 0;
    text-transform: uppercase;
    line-height: 35px;
    font-size: 15px;
  }
}
@media screen {
  .lg-sub-html-author svg {
    fill: white;
    width: 20px;
    height: 18px;
    margin: -3px 20px 0 0;
  }
}
@media screen {
  .lg-sub-html-share {
    float: right;
    margin: 20px 0;
  }
}
@media screen {
  .lg-sub-html-morelink {
    float: right;
    margin: 20px 0 25px 20px;
  }
  .lg-sub-html-morelink .btn {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
  }
}
@media screen {
  .lg-sub-html-description {
    clear: both;
    border-top: 5px solid #FED141;
    padding: 20px 0;
  }
}
@media screen {
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
  }
}
@media screen {
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
  }
}
@media screen {
  #lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
  }
}
@media screen {
  .lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
}
@media screen {
  .lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
}
@media screen {
  .lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@media screen {
  .lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
}
@media screen {
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
@media screen {
  body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@media screen {
  .lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
}
@media screen {
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
}
@media screen {
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
}
@media screen {
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
       transition-duration: 0s !important;
  }
}
@media screen {
  .lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen {
  .lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
  }
}
@media screen {
  .lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
@media screen {
  .lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
  }
}
@media screen {
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen {
  .lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
  }
}
@media screen {
  .lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
  }
}
@media screen {
  .lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom 0.25s ease;
    -o-transition: bottom 0.25s ease;
    transition: bottom 0.25s ease;
  }
}
@media screen {
  .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
  }
}
@media screen {
  .lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
  }
}
@media screen {
  .lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF;
  }
}
@media screen {
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
  }
}
@media screen {
  .lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
  }
}
@media screen {
  .lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
  }
}
@media screen {
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media screen {
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer;
  }
}
@media screen {
  .lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
}
@media screen {
  .lg-outer .lg-has-vimeo .lg-video-play {
    background: url("../images/vimeo-play.png") no-repeat;
  }
}
@media screen {
  .lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url("../images/vimeo-play.png") 0 -58px no-repeat;
  }
}
@media screen {
  .lg-outer .lg-has-html5 .lg-video-play {
    background: url("../images/video-play.png") no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: 0.8;
  }
}
@media screen {
  .lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
  }
}
@media screen {
  .lg-outer .lg-has-youtube .lg-video-play {
    background: url("../images/youtube-play.png") no-repeat;
  }
}
@media screen {
  .lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url("../images/youtube-play.png") 0 -60px no-repeat;
  }
}
@media screen {
  .lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen {
  .lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
  }
}
@media screen {
  .lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
  }
}
@media screen {
  .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
  }
}
@media screen {
  .lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s;
  }
}
@media screen {
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
  }
}
@media screen {
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%;
  }
}
@media screen {
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1;
  }
}
@media screen {
  .lg-autoplay-button:after {
    content: "\e01d";
  }
}
@media screen {
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
  }
}
@media screen {
  .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
       transition-duration: 0s;
  }
}
@media screen {
  .lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
}
@media screen {
  .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
}
@media screen {
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen {
  .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -o-transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen {
  #lg-zoom-in:after {
    content: "\e311";
  }
}
@media screen {
  #lg-actual-size {
    font-size: 20px;
  }
}
@media screen {
  #lg-actual-size:after {
    content: "\e033";
  }
}
@media screen {
  #lg-zoom-out {
    opacity: 0.5;
    pointer-events: none;
  }
}
@media screen {
  #lg-zoom-out:after {
    content: "\e312";
  }
}
@media screen {
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen {
  .lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px;
  }
}
@media screen {
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
  }
}
@media screen {
  .lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
  }
}
@media screen {
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen {
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px #fff inset;
            box-shadow: 0 0 0 2px #fff inset;
  }
}
@media screen {
  .lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
    transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}
@media screen {
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
  }
}
@media screen {
  .lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
            box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    width: 12px;
  }
}
@media screen {
  .lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    -webkit-box-shadow: 0 0 0 8px #fff inset;
            box-shadow: 0 0 0 8px #fff inset;
  }
}
@media screen {
  .lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
  }
}
@media screen {
  .lg-fullscreen {
    background: url("../fonts/icon-fullscreen.svg") no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    margin: 10px 10px 10px 0;
    padding: 0;
  }
}
@media screen {
  .lg-fullscreen-on .lg-fullscreen {
    background: url("../fonts/icon-fullscreen-off.svg") no-repeat 50% 50%;
    width: 30px;
    height: 30px;
  }
}
@media screen {
  .lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
    transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  }
}
@media screen {
  .lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
       transition-delay: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
}
@media screen {
  .lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
    -o-transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
    transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  }
}
@media screen {
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px;
  }
}
@media screen {
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0;
  }
}
@media screen {
  .lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
    color: #333;
  }
}
@media screen {
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
  }
}
@media screen {
  .lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
  }
}
@media screen {
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
  }
}
@media screen {
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
  }
}
@media screen {
  .lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen {
  .lg-outer #lg-share {
    position: relative;
  }
}
@media screen {
  .lg-outer #lg-share:after {
    content: "\e80d";
  }
}
@media screen {
  .lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
  }
}
@media screen {
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
  }
}
@media screen {
  .lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
  }
}
@media screen {
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
  }
}
@media screen {
  .lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
  }
}
@media screen {
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
  }
}
@media screen {
  .lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
  }
}
@media screen {
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
  }
}
@media screen {
  .lg-group:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen {
  .lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
}
@media screen {
  .lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen {
  .lg-outer.lg-visible {
    opacity: 1;
  }
}
@media screen {
  .lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
       transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
       transition-timing-function: inherit !important;
  }
}
@media screen {
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
       transition-duration: 0s !important;
    opacity: 1;
  }
}
@media screen {
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
  }
}
@media screen {
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
  }
}
@media screen {
  .lg-outer .lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen {
  .lg-outer .lg-inner {
    /*
    position: absolute;
    left: 0;
    top: 0;
    */
    position: relative;
    white-space: nowrap;
  }
}
@media screen {
  .lg-outer .lg-item {
    background: url("../images/loading.gif") center center no-repeat;
    display: none !important;
  }
}
@media screen {
  .lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
  }
}
@media screen {
  .lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
@media screen {
  .lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
  }
}
@media screen {
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media screen {
  .lg-outer .lg-item.lg-complete {
    background-image: none;
  }
}
@media screen {
  .lg-outer .lg-item.lg-current {
    z-index: 1060;
  }
}
@media screen {
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
  }
}
@media screen {
  .lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
}
@media screen {
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
  }
}
@media screen {
  .lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none;
  }
}
@media screen {
  .lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #2D3033;
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s;
  }
}
@media screen {
  .lg-backdrop.in {
    opacity: 0.9;
  }
}
@media screen {
  .lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important;
  }
}
@media screen {
  .lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media screen {
  .lg-css3.lg-fade .lg-item {
    opacity: 0;
  }
}
@media screen {
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
  }
}
@media screen {
  .lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    -o-transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
  }
}
@media screen {
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  }
}
@media screen {
  .custom-select-container {
    border: 2px #fff solid;
    position: relative;
  }
}
@media screen and (min-width: 576px) {
  .custom-select-container {
    min-width: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .custom-select-container {
    margin: 0 5px;
  }
}
@media screen {
  .custom-select-container span {
    outline: none !important;
  }
}
@media screen {
  .custom-select-container select {
    display: none;
  }
}
@media screen {
  .custom-select-container:hover, .custom-select-container:focus {
    border-color: #FED141;
  }
}
@media screen {
  .custom-select-panel {
    max-height: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 2px);
    min-width: 120%;
    background: rgba(26, 118, 197, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 50% 0 0;
        -ms-transform-origin: 50% 0 0;
            transform-origin: 50% 0 0;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}
@media screen {
  .custom-select-container.is-open .custom-select-panel {
    max-height: 300px;
    padding: 20px 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media screen {
  .custom-select-option {
    padding: 3px 20px;
    text-align: right;
    cursor: pointer;
  }
  .custom-select-option:hover, .custom-select-option:focus {
    background: #1661A3;
  }
}
@media screen {
  .custom-select-opener {
    background: url("../fonts/icon-arrow-down.svg") no-repeat right 10px top 50%;
    display: block;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (min-width: 576px) {
  .custom-select-opener {
    padding: 8px 30px 8px 8px;
  }
}
@media screen and (max-width: 575.98px) {
  .custom-select-opener {
    padding: 12px 30px 12px 8px;
  }
}
@media screen {
  .custom-select-opener:hover, .custom-select-opener:focus {
    background: #FED141 url("../fonts/icon-arrow-down-dark.svg") no-repeat right 10px top 50%;
    border-color: #FED141;
    color: #000;
  }
}
@media screen {
  .newsletter {
    background: black;
    padding: 30px;
    color: white;
  }
  .newsletter-title {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
  }
  .newsletter-title:before {
    content: "";
    display: block;
    background: #FED141;
    width: 9px;
    height: 18px;
    margin: 0 10px 0 0;
    float: left;
  }
  .newsletter-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-form .form-group {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .newsletter-form .form-group {
    margin-bottom: 15px;
  }
}
@media screen {
  .newsletter .checkboxes ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin-bottom: 15px;
  }
  .newsletter .checkboxes ul li {
    margin: 0;
  }
  .newsletter .checkboxes ul label {
    display: inline-block;
  }
}
@media screen {
  .newsletter input[type=text],
.newsletter input[type=email] {
    background: #333;
    color: white;
    border-radius: 18px;
    border-width: 0;
    height: 36px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .newsletter .btn {
    width: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  .newsletter .btn {
    width: auto;
    display: block;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen {
  .newsletter label {
    display: none;
  }
}
@media screen {
  .newsletter .errors {
    padding-left: 0;
    list-style: none;
    margin: 0;
    margin: 10px 0;
  }
}
@media screen {
  .newsletter p {
    margin: 15px 0;
  }
}
@media screen {
  .content-classic-hero {
    border-bottom: 10px solid #FED141;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .content-classic-hero {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen {
  .content-classic-hero-content {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-hero-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
}
@media screen {
  .content-classic-hero-content-blur {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    display: none;
    margin: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-hero-content-blur {
    display: block;
  }
}
@media screen {
  .content-classic-hero-content-container {
    position: relative;
    height: 100%;
    padding: 15px;
    background-color: #1A76C5;
  }
  .theme-green .content-classic-hero-content-container {
    background-color: #005342;
  }
  .theme-blue .content-classic-hero-content-container {
    background-color: #1A76C5;
  }
  .theme-teal .content-classic-hero-content-container {
    background-color: #00545A;
  }
  .theme-purple .content-classic-hero-content-container {
    background-color: #691E4B;
  }
}
@media screen and (min-width: 768px) {
  .content-classic-hero-content-container {
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-hero-content-container {
    padding: 90px 60px 60px;
    background-color: rgba(26, 118, 197, 0.9);
  }
  .theme-green .content-classic-hero-content-container {
    background-color: rgba(0, 83, 66, 0.9);
  }
  .theme-blue .content-classic-hero-content-container {
    background-color: rgba(26, 118, 197, 0.9);
  }
  .theme-teal .content-classic-hero-content-container {
    background-color: rgba(0, 84, 90, 0.9);
  }
  .theme-purple .content-classic-hero-content-container {
    background-color: rgba(105, 30, 75, 0.9);
  }
}
@media screen and (min-width: 1200px) {
  .content-classic-hero-content-container {
    padding: 120px 60px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-hero .carousel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
  .content-classic-hero .carousel .slider-img-lg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
@media screen {
  .content-classic-hero-img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-hero-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    padding-bottom: 36% !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 1199.98px) {
  .content-classic-hero-img {
    padding-bottom: 62%;
  }
}
@media screen {
  .content-classic-hero-img .bx-viewport {
    height: 0 !important;
    padding-bottom: 62%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .content-classic-hero-img .bx-viewport {
    padding-bottom: 100%;
  }
}
@media screen {
  .content-classic-hero-img-expand {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    right: 35px;
    bottom: 30px;
    cursor: pointer;
    background-color: rgba(45, 48, 51, 0);
    border-radius: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .content-classic-hero-img-expand {
    padding: 8px 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen {
  .content-classic-hero-img-expand svg {
    width: 33px;
    height: 34px;
    fill: white;
    margin: -1px;
  }
}
@media screen {
  .content-classic-hero-img-expand:focus {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@media screen {
  .content-classic-hero-img-expand .icon {
    width: 70px;
    height: auto;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .content-classic-hero-img-expand .icon:hover, .content-classic-hero-img-expand .icon:focus {
    width: 80px;
    height: auto;
  }
}
@media screen {
  .slider-hero .content-classic-hero-img-expand {
    right: 60px;
  }
}
@media screen and (max-width: 1023.98px) {
  .slider-hero .content-classic-hero-img-expand {
    right: 30px;
  }
}
@media screen {
  .content-classic-hero-img:hover .content-classic-hero-img-expand {
    opacity: 1;
  }
}
@media screen {
  .content-classic-hero .image-item {
    cursor: pointer;
  }
}
@media screen {
  .content-classic-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen {
  .content-classic-subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    line-height: 32px;
  }
}
@media screen {
  .content-classic-options {
    margin-top: 20px;
  }
  .content-classic-options .dropdown-menu {
    left: 0;
  }
  .content-classic-options .dropdown-item {
    text-align: left;
  }
}
@media screen {
  .content-classic-author {
    border-top: none;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-author {
    border-top: none;
    margin-top: 0;
  }
}
@media screen {
  .content-classic-meta {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .content-classic-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .content-classic-meta-author {
    padding-right: 50px;
  }
}
@media screen {
  .content-classic-meta-share {
    margin-top: 15px;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .content-classic-meta-share {
    margin-left: auto;
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .content-classic-meta-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen {
  .content-classic-meta-share-btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 30px;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 3px;
    margin-left: 2px;
  }
}
@media screen and (max-width: 767.98px) {
  .content-classic-meta-share-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 10px;
  }
}
@media screen {
  .content-classic-meta-date {
    border-bottom: 3px solid #FED141;
    padding-bottom: 5px;
  }
}
@media screen {
  .content-classic-text {
    font-size: 14px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic-text {
    font-size: 15px;
  }
}
@media screen {
  .slider-hero .content-classic-hero-img-expand {
    z-index: 10;
  }
}
@media screen {
  .content-classic .carousel-inner {
    position: relative;
    height: 100%;
  }
}
@media screen {
  .content-classic .slider-img {
    min-height: 100%;
  }
}
@media screen {
  .content-classic-hero-img.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: transparent;
    border: 2px solid #FED141;
  }
  .content-classic-hero-img.bx-wrapper .bx-pager.bx-default-pager a.active, .content-classic-hero-img.bx-wrapper .bx-pager.bx-default-pager a:hover, .content-classic-hero-img.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color: #FED141;
  }
  .content-classic-hero-img.bx-wrapper .bx-controls {
    min-width: 100px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 99;
  }
  .content-classic-hero-img.bx-wrapper .bx-controls.disabled {
    display: none;
  }
}
@media screen {
  .no-cssfilters .content-classic-hero-content-blur {
    display: none;
  }
  .no-cssfilters .content-classic-hero-content-container {
    background-color: #1A76C5;
  }
}
@media screen {
  .story-mobile-header {
    background-color: #000;
    border-bottom: 10px solid #FED141;
  }
}
@media screen and (min-width: 1024px) {
  .story-mobile-header {
    display: none;
  }
}
@media screen {
  .story-mobile-image {
    height: 0;
    overflow: hidden;
    padding-bottom: 120%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 768px) {
  .story-mobile-image {
    padding-bottom: 61%;
  }
}
@media screen {
  .story-mobile-image-gradient {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    padding-top: 70%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, #000), to(#000));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 50%, #000 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 50%, #000 100%);
  }
}
@media screen and (min-width: 768px) {
  .story-mobile-image-gradient {
    padding-top: 33.333%;
    bottom: -5px;
  }
}
@media screen {
  .story-mobile-image-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
  }
}
@media screen {
  .story-mobile-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    position: relative;
  }
  .story-mobile-title:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 30px;
    background-color: #FED141;
    margin-left: -30px;
    margin-right: 10px;
    position: relative;
  }
}
@media screen {
  .story-mobile-subtitle {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    position: relative;
  }
}
@media screen {
  .story-mobile-utils {
    background-color: #1A76C5;
    color: #fff;
    padding: 20px;
  }
  .story-mobile-utils a, .story-mobile-utils a:hover, .story-mobile-utils a:focus {
    color: #fff;
  }
}
@media screen {
  .story-mobile-topic {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2pt;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
}
@media screen {
  .story-mobile-scroll a {
    background: url("../fonts/icon-arrow-down.svg") no-repeat right 20px top 50%;
    background-size: 7%;
    display: block;
    opacity: 0.6;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .story-mobile-scroll a {
    background-size: 3%;
  }
}
@media screen {
  .story-mobile-media-watch {
    text-align: center;
    width: auto;
  }
  .story-mobile-media-watch .btn, .story-mobile-media-watch .button {
    display: inline-block !important;
  }
  .story-mobile-media-expand {
    position: absolute;
    right: 15px;
    top: 70px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .story-mobile-media-expand span {
    display: block;
  }
  .story-mobile-media-expand span:hover {
    cursor: pointer;
  }
  .story-mobile-media-expand .icon {
    width: 60px;
    height: 60px;
    fill: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin: -1px;
  }
  .story-mobile-media-expand .icon:hover, .story-mobile-media-expand .icon:focus {
    width: 70px;
    height: 70px;
  }
  .story-mobile-media-expand:focus {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@media screen {
  .story-mobile-related .btn, .story-mobile-related .button {
    width: 100%;
  }
}
@media screen {
  .story-mobile-share {
    border-bottom: 5px solid #FED141;
    padding: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-mobile-share .content-classic-meta-share-btn {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .story-mobile-sidebar {
    display: none;
  }
}
@media screen {
  .story-header {
    display: none;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-header {
    display: block;
  }
}
@media screen {
  .story-utils {
    background-color: #1A76C5;
    color: #fff;
    margin: 60px -40px 30px;
    padding: 10px 10px 10px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .story-utils a, .story-utils a:hover, .story-utils a:focus {
    color: #fff;
  }
}
@media screen {
  .story-topic {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1024px) {
  .story-topic {
    font-size: 24px;
  }
}
@media screen {
  .story-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    border-left: 10px solid #FED141;
    margin-left: -40px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1199.98px) {
  .story-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    position: relative;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-title:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 30px;
    background-color: #FED141;
    margin-left: -30px;
    margin-right: 10px;
    position: relative;
  }
}
@media screen {
  .story-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1199.98px) {
  .story-subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    position: relative;
  }
}
@media screen {
  .story-author {
    padding-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-author {
    border-top: 5px solid #FED141;
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .content-classic .story-author {
    border-top-width: 0;
    margin-top: 0;
  }
}
@media screen {
  .story-author-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .story-author-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen {
  .story-author-item-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .story-author-item-info {
    font-size: 16px;
  }
}
@media screen {
  .story-author-item-info strong {
    font-weight: 700;
  }
}
@media screen {
  .story-author-item-image {
    padding-right: 10px;
  }
  .story-author-item-image img {
    border: 3px solid #FED141;
    width: 66px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .story-author-item-image img {
    width: 93px;
  }
}
@media screen {
  .story-credit {
    font-weight: 700;
    font-size: 13px;
    padding-bottom: 25px;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-credit {
    font-size: 13px;
    padding-bottom: 15px;
  }
}
@media screen {
  .story-credit-item {
    padding-bottom: 5px;
  }
  .story-credit-item svg {
    fill: white;
    width: 15px;
    height: 18px;
    margin: -3px 5px 0 0;
  }
  .story-credit-item span {
    text-transform: uppercase;
    font-weight: 400;
  }
}
@media screen {
  .story-info {
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen {
  .story-subscribe {
    padding-bottom: 15px;
  }
}
@media screen {
  .story-date {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    z-index: 10;
    padding-right: 20px;
    display: block;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .story-date {
    font-size: 16px;
  }
}
@media screen {
  .story-share {
    display: none;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-share {
    display: block;
    padding-bottom: 10px;
  }
}
@media screen {
  .story-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-body {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen {
  .story-tags {
    font-weight: 700;
    font-size: 14px;
    color: #FED141;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-tags {
    font-size: 15px;
  }
}
@media screen {
  .story-tags span {
    color: #fff;
    display: inline-block;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .story-pane {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen {
  .story-pane-left {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .story-pane-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 50%;
    overflow: hidden;
  }
}
@media screen {
  .story-pane-container {
    position: relative;
    padding: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .story-pane-container {
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.75);
  }
}
@media screen {
  .story-translated .story-pane-container {
    padding-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .story-pane-right {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-position: right;
    background-size: 200%;
    background-repeat: no-repeat;
  }
}
@media screen {
  .story-pane-blur {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-position: left;
    background-size: 200%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@media screen and (min-width: 1024px) {
  .story-pane-blur {
    display: block;
  }
}
@media screen {
  .story-pane-gradient {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    padding-top: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 48, 51, 0)), color-stop(50%, #2D3033), to(#2D3033));
    background-image: -o-linear-gradient(top, rgba(45, 48, 51, 0) 0%, #2D3033 50%, #2D3033 100%);
    background-image: linear-gradient(180deg, rgba(45, 48, 51, 0) 0%, #2D3033 50%, #2D3033 100%);
  }
}
@media screen {
  .story-media-expand {
    position: fixed;
    bottom: 87px;
    right: 22px;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .story-media-expand span {
    display: block;
  }
  .story-media-expand span:hover {
    cursor: pointer;
  }
  .story-media-expand .icon {
    width: 70px;
    height: 70px;
    fill: #fff;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    margin: -1px;
  }
  .story-media-expand .icon:hover, .story-media-expand .icon:focus {
    width: 80px;
    height: 80px;
  }
  .story-media-expand:focus {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-media-expand {
    display: none;
  }
}
@media screen {
  .story-media-watch {
    position: fixed;
    left: 75%;
    bottom: 100px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-media-watch {
    display: none;
  }
}
@media screen {
  .story .footer-links {
    padding: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1024px) {
  .story .footer-links [class*=col] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  .story .footer-links-logo {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    border-bottom: 5px solid #fff;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .story .footer-links-logo > a {
    margin: 40px auto;
  }
}
@media screen {
  .story-comments {
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: 10;
  }
}
@media screen and (min-width: 1024px) {
  .story-comments {
    left: 50%;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-comments {
    left: 0;
    z-index: 20;
  }
}
@media screen {
  .comments-open .story-comments {
    padding-top: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .comments-open .story-comments {
    max-height: calc(100vh - 60px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .comments-open .story-comments {
    max-height: calc(100vh - 74px);
  }
}
@media screen and (max-width: 767.98px) {
  .comments-open .story-comments {
    max-height: calc(100vh - 60px);
  }
}
@media screen {
  .story-comments.classic {
    position: static;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 576px) {
  .story-comments.classic {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .story-comments.classic {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .story-comments.classic {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .story-comments.classic {
    max-width: 1140px;
  }
}
@media screen {
  .comments-open .story-comments.classic {
    max-height: none;
    height: auto;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-related {
    display: none;
  }
}
@media screen {
  .content-classic .story-related {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 576px) {
  .content-classic .story-related {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .content-classic .story-related {
    max-width: 720px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic .story-related {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .content-classic .story-related {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1023.98px) {
  .content-classic .story-related {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .story-related #toggle_related {
    position: fixed;
    top: 120px;
    right: 40px;
    display: none;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .story-related #toggle_related {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .related-stories-reveal .story-related #toggle_related {
    background: #FED141;
    border: 1px #FED141 solid;
    color: #000;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-related #toggle_related {
    display: none;
  }
}
@media screen {
  .content-classic .story-related #toggle_related {
    position: static;
    display: block;
    margin: 15px auto;
    min-width: 225px;
  }
}
@media screen and (min-width: 1024px) {
  .content-classic .story-related #toggle_related {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .story-related #toggle_related_mobile {
    display: none;
  }
}
@media screen {
  .story-related-wrapper {
    display: none;
    background-color: rgba(67, 70, 74, 0.7);
    padding: 30px 20px;
    overflow: hidden;
  }
  .related-stories-reveal .story-related-wrapper {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .story-related-wrapper {
    position: fixed;
    top: 163px;
    right: 40px;
    bottom: 115px;
    width: calc(50% - 80px);
  }
}
@media screen {
  .content-classic .story-related-wrapper {
    position: static;
    width: 100%;
  }
}
@media screen {
  .story-related-wrapper-scroll {
    border-radius: 45px;
    background-color: #43464a;
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .story-related-wrapper-scroll {
    position: absolute;
    left: 20px;
    top: 30px;
    bottom: 30px;
    right: 20px;
  }
}
@media screen {
  .content-classic .story-related-wrapper-scroll {
    position: static;
  }
}
@media screen {
  .story-related-wrapper-scroll-content {
    overflow-y: auto;
    scrollbar-base-color: #FED141;
    scrollbar-face-color: #FED141;
    scrollbar-3dlight-color: #FED141;
    scrollbar-highlight-color: #FED141;
    scrollbar-track-color: #2D3033;
    scrollbar-arrow-color: #2D3033;
    scrollbar-shadow-color: #2D3033;
    scrollbar-dark-shadow-color: #2D3033;
  }
}
@media screen and (min-width: 1024px) {
  .story-related-wrapper-scroll-content {
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen {
  .content-classic .story-related-wrapper-scroll-content {
    position: static;
  }
}
@media screen {
  .story-related-wrapper-scroll-content::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-right: 5px;
  }
}
@media screen {
  .story-related-wrapper-scroll-content::scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-right: 5px;
  }
}
@media screen {
  .story-related-wrapper-scroll-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
@media screen {
  .story-relatedNews-item {
    clear: both;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .story-relatedNews-item-image {
    float: left;
    width: 40%;
    padding-right: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  .story-relatedNews-item-image {
    margin-bottom: 15px;
  }
}
@media screen {
  .story-relatedNews-item-text {
    overflow: hidden;
  }
  .story-relatedNews-item-text-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
  }
  .story-relatedNews-item-text-title a {
    color: white;
    margin: 0 0 15px;
  }
  .story-relatedNews-item-text-description {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
  .story-relatedNews-item-text-loadmore .button {
    border-radius: 20px;
  }
}
@media screen {
  .story-video .story-media-expand {
    display: none;
  }
  .story-video.paused .story-media-expand {
    display: block;
  }
  .story-video .story-pane-right {
    background-size: cover;
  }
  .story-video .story-media-controls {
    position: absolute;
    top: 112px;
    left: 40px;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-video .story-media-controls {
    display: none;
  }
}
@media screen {
  .story-portrait .story-pane-right {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .story-portrait .story-pane-blur {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
}
@media screen {
  .story-infographic-embed {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
}
@media screen and (max-width: 1023.98px) {
  .story-infographic-embed {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .story-infographic-embed {
    margin-top: 0;
  }
}
@media screen {
  .story-infographic-embed img {
    width: 100%;
    height: auto;
  }
}
@media screen {
  .story-infographic-scroll {
    display: none;
    position: fixed;
    bottom: 90px;
    width: 50%;
    left: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 1199.98px) {
  .story-infographic-scroll {
    display: none;
  }
}
@media screen {
  .story-infographic-scroll .icon {
    outline: none;
  }
}
@media screen {
  .story-infographic .story-pane-right {
    display: block;
    scrollbar-base-color: #FED141;
    scrollbar-face-color: #FED141;
    scrollbar-3dlight-color: #FED141;
    scrollbar-highlight-color: #FED141;
    scrollbar-track-color: #2D3033;
    scrollbar-arrow-color: #2D3033;
    scrollbar-shadow-color: #2D3033;
    scrollbar-dark-shadow-color: #2D3033;
  }
}
@media screen and (max-width: 1199.98px) {
  .story-infographic .story-pane-right {
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .story-infographic .story-pane-right {
    overflow-y: scroll;
    padding-bottom: 100px;
  }
}
@media screen {
  .story-infographic .story-pane-right::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-right: 5px;
  }
}
@media screen {
  .story-infographic .story-pane-right::scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-right: 5px;
  }
}
@media screen {
  .story-infographic .story-pane-right::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #FED141;
    -webkit-box-shadow: 0 0 1px #FED141;
  }
}
@media screen and (max-width: 1199.98px) {
  .story-infographic .story-related .btn, .story-infographic .story-related .button {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .story-infographic-embed {
    margin-top: 50px;
  }
}
@media screen {
  .story-infographic-embed .cb-image {
    width: 100%;
  }
}
@media screen {
  .no-cssfilters .story-pane-left-blur {
    display: none;
  }
}
@media screen {
  .no-cssfilters .story-pane-blur {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen {
  .content-feature-img {
    padding-bottom: 150%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-img {
    padding-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-position: right;
    background-size: 200%;
  }
}
@media screen {
  .content-feature-img video {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-img video {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    height: 100%;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
  }
}
@media screen {
  .content-feature-related button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 12px;
    padding: 10px 15px;
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-related button {
    top: 120px;
    right: 30px;
    bottom: auto;
    left: auto;
    width: auto;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    overflow: hidden;
  }
}
@media screen {
  .content-feature-text-blur {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-text-blur {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-position: left;
    background-size: 200%;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@media screen {
  .content-feature-text-container {
    background-color: #333;
    padding: 0 30px 30px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-text-container {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 60px;
  }
}
@media screen {
  .content-feature-hr {
    height: 6px;
    background-color: #FED141;
    margin: 30px 0;
  }
}
@media screen {
  .content-feature-header {
    background-color: #1A76C5;
    color: #fff;
    margin: 0 -30px 30px;
    padding: 10px 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1pt;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-header {
    margin: 60px -60px 30px;
    padding: 10px 60px;
    font-size: 24px;
  }
}
@media screen {
  .content-feature-title {
    border-left: 5px solid #FED141;
    margin-left: -30px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-title {
    border-left: 10px solid #FED141;
    margin-left: -60px;
    padding-left: 50px;
  }
}
@media screen {
  .content-feature-subtitle {
    font-size: 17px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen {
  .content-feature-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
  }
  .content-feature-author img {
    width: 60px;
    height: 60px;
    border: 1px solid #FED141;
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-author img {
    width: 90px;
    height: 90px;
    border: 3px solid #FED141;
  }
}
@media screen {
  .content-feature-credits {
    margin-bottom: 30px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
}
@media screen {
  .content-feature-meta {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen {
  .content-feature-meta-date {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-right: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-meta-date {
    margin-bottom: 0;
  }
}
@media screen {
  .content-feature-body {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
  }
  .content-feature-body strong, .content-feature-body b {
    font-weight: 700;
  }
}
@media screen {
  .content-feature-commentsswitch {
    display: none !important;
    padding: 15px 30px;
    text-align: center;
    background-color: rgba(67, 70, 74, 0.82);
  }
  .content-feature-commentsswitch svg {
    fill: white;
    width: 29px;
    height: 23px;
    margin: 0 29px 0 0;
  }
}
@media screen and (max-width: 1023.98px) {
  .content-feature-comments {
    padding: 15px 30px;
    display: none;
  }
  .content-feature-comments.opened {
    display: block;
  }
}
@media screen {
  .content-feature-comments-teaser {
    text-align: center;
  }
}
@media screen {
  .content-feature-comments button {
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding: 10px 15px;
  }
}
@media screen {
  .content-feature-comments .commentsForm {
    padding: 30px 0;
  }
  .content-feature-comments .commentsForm ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .content-feature-comments .commentsForm ul li textarea, .content-feature-comments .commentsForm ul li input[type=text], .content-feature-comments .commentsForm ul li input[type=email] {
    width: 100%;
    border: 1px solid #707070;
    background: #707070;
    color: white;
    padding: 0 15px;
    outline: none;
  }
  .content-feature-comments .commentsForm ul li input[type=text], .content-feature-comments .commentsForm ul li input[type=email] {
    border-radius: 19px;
    height: 52px;
  }
  .content-feature-comments .commentsForm label {
    display: block;
  }
  .content-feature-comments .commentsForm label > span {
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .content-feature-comments .commentsForm .btn_submit {
    height: 52px;
    width: 220px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .content-feature-comments .commentsForm .btn_submit {
    float: right;
  }
}
@media screen {
  .content-feature-comments .comments-confirm {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .content-feature-comments .comments-confirm a {
    color: white !important;
  }
}
@media screen {
  .content-feature-portrait .content-feature-img {
    background-size: cover;
    background-position: center;
  }
  .content-feature-portrait .content-feature-text-blur {
    background-size: cover;
    background-position: center;
  }
}
@media screen {
  .content-feature-video .content-feature-text-container {
    background-color: #333;
  }
  .content-feature-video-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 24px;
    padding: 15px;
    text-align: center;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    line-height: 1.1;
    text-transform: uppercase;
    background-color: #1A76C5;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-video-title {
    position: fixed;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    top: 120px;
    left: 50%;
    padding: 60px;
    font-size: 90px;
    background-color: transparent;
    text-align: left;
    width: auto;
  }
}
@media screen {
  .content-feature-video-watch {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 300px;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .content-feature-video-watch {
    position: fixed;
    bottom: 120px;
    left: 75%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen {
  .page_head {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media screen {
  .carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media screen {
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
  }
}
@media screen {
  .carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
  }
}
@media screen {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
}
@media screen {
  .carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
.active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
    }
  }
}
@media screen {
  .carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
.active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
    }
  }
}
@media screen {
  .carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }
  .carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
  }
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
  }
}
@media screen {
  .carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
  }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
}
@media screen {
  .carousel-control-prev {
    left: 0;
  }
}
@media screen {
  .carousel-control-next {
    right: 0;
  }
}
@media screen {
  .carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
  }
}
@media screen {
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
@media screen {
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }
}
@media screen {
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
  }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: none;
    border: 2px solid #FED141;
    border-radius: 5px;
    /*
    // Use pseudo classes to increase the hit area by 10px on top and bottom.
    &::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
    &::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: "";
    }
    */
  }
  .carousel-indicators li.active {
    background: #FED141;
  }
  .carousel-indicators .active {
    background-color: #fff;
  }
}
@media screen {
  .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
}
@media screen {
  .carousel.paused video {
    visibility: hidden;
    opacity: 0;
  }
}
@media screen {
  .carousel video {
    width: 100%;
    height: auto;
  }
}
@media screen {
  .related-stories {
    position: fixed;
    right: -9999px;
    -webkit-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
    top: 160px;
    width: 40%;
    background: rgba(45, 48, 51, 0.9);
    padding: 15px 0;
  }
  .related-stories-reveal {
    right: 30px;
  }
  .related-stories-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
  }
  .related-stories-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .related-stories-item-img img {
    width: 100%;
    height: auto;
    padding-right: 30px;
  }
  .related-stories-item-text {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
    max-width: 0 0 66.66%;
  }
  .related-stories-item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: none;
  }
  .related-stories-item-title a {
    color: #fff;
  }
  .related-stories-item-desc {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
  }
  .related-stories-item-cta {
    left: 0;
    bottom: 0;
  }
  .related-stories-item-cta a {
    padding: 5px 15px;
    font-size: 12px;
  }
}
@media screen {
  #commentsblock {
    background-color: rgba(45, 48, 51, 0.95);
    padding: 0;
    font-size: 14px;
    scrollbar-base-color: #FED141;
    scrollbar-face-color: #FED141;
    scrollbar-3dlight-color: #FED141;
    scrollbar-highlight-color: #FED141;
    scrollbar-track-color: #2D3033;
    scrollbar-arrow-color: #2D3033;
    scrollbar-shadow-color: #2D3033;
    scrollbar-dark-shadow-color: #2D3033;
  }
  #commentsblock.classic {
    background: none;
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .comments-open #commentsblock {
    padding-top: 60px;
  }
}
@media screen {
  #commentsblock::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-right: 5px;
  }
}
@media screen {
  #commentsblock::scrollbar {
    -webkit-appearance: none;
    width: 7px;
    margin-right: 5px;
  }
}
@media screen {
  #commentsblock::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
@media screen {
  .story-comments-toggle {
    padding: 12px 0 0;
    text-align: center;
  }
  .story-comments-toggle:after {
    content: "";
    margin-top: 12px;
    display: block;
    border-bottom: #FED141 3px solid;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .comments-open .story-comments-toggle {
    position: fixed;
    right: 0;
    z-index: 10;
    background: rgba(45, 48, 51, 0.95);
  }
}
@media screen and (min-width: 1200px) {
  .comments-open .story-comments-toggle {
    left: 50%;
  }
}
@media screen and (max-width: 1199.98px) {
  .comments-open .story-comments-toggle {
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .comments-open .story-comments-toggle {
    top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .comments-open .story-comments-toggle {
    top: 74px;
  }
}
@media screen and (max-width: 767.98px) {
  .comments-open .story-comments-toggle {
    top: 60px;
  }
}
@media screen {
  .comments-open .story-comments-toggle:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen {
  .comments-open .content-classic .story-comments-toggle {
    position: static;
  }
}
@media screen {
  .story-comments-toggle #close_comments {
    float: right;
    margin: 5px 25px 10px -50px;
    cursor: pointer;
    display: none;
    background: none;
    padding: 0;
    /* position: fixed; */
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .story-comments-toggle #close_comments {
    top: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .story-comments-toggle #close_comments {
    top: 84px;
  }
}
@media screen and (max-width: 767.98px) {
  .story-comments-toggle #close_comments {
    top: 70px;
  }
}
@media screen {
  .classic .story-comments-toggle #close_comments {
    float: right;
    position: static;
  }
}
@media screen {
  .comments-open .story-comments-toggle #close_comments {
    display: block;
  }
}
@media screen {
  .story-comments-toggle #close_comments svg {
    width: 25px;
    height: 25px;
    fill: white;
  }
}
@media screen {
  #toggle_comments {
    background: none;
  }
  #toggle_comments .icon-comments {
    fill: #fff;
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
@media screen {
  #reply {
    display: block !important;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    padding: 0 50px;
  }
  .comments-open #reply {
    padding-bottom: 0;
    max-height: 1000px;
  }
}
@media screen and (min-width: 1024px) {
  .comments-open #reply {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .comments-open #reply {
    padding-top: 74px;
  }
}
@media screen and (max-width: 767.98px) {
  .comments-open #reply {
    padding-top: 74px;
  }
}
@media screen {
  .comments-open .classic #reply {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen {
  .commentsForm {
    padding: 30px 0;
  }
  .commentsForm ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  .commentsForm ul li textarea, .commentsForm ul li input[type=text], .commentsForm ul li input[type=email] {
    width: 100%;
    border: 1px solid #707070;
    background: #707070;
    color: white;
    padding: 0 15px;
    outline: none;
  }
  .commentsForm ul li input[type=text], .commentsForm ul li input[type=email] {
    border-radius: 19px;
    height: 52px;
  }
  .commentsForm label {
    display: block;
  }
  .commentsForm label > span {
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .commentsForm .btn_submit {
    height: 52px;
    width: 220px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .commentsForm .btn_submit {
    float: right;
  }
}
@media screen {
  .comments-confirm {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .comments-confirm a {
    color: white !important;
  }
}
@media screen {
  .story-comments-pane {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, max-height 0s ease 0.3s;
    -o-transition: opacity 0.3s ease, max-height 0s ease 0.3s;
    transition: opacity 0.3s ease, max-height 0s ease 0.3s;
    display: none;
  }
  .story-comments-pane .comments-closing, .comments-opening .story-comments-pane {
    display: block;
  }
  .comments-open .story-comments-pane {
    display: block;
    max-height: 10000px;
    opacity: 1;
    -webkit-transition: max-height 0s ease, opacity 0.3s ease;
    -o-transition: max-height 0s ease, opacity 0.3s ease;
    transition: max-height 0s ease, opacity 0.3s ease;
  }
}
@media screen {
  .comment_box {
    padding-right: 50px;
    padding-left: 50px;
    clear: both;
  }
  .comments-open .classic .comment_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen {
  #commentsList {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  #commentsList .commentBody {
    border-bottom: 6px solid #707070;
    padding: 30px 0 10px;
  }
  #commentsList .commentBody::after {
    display: block;
    clear: both;
    content: "";
  }
  #commentsList .commentBody.level-2 {
    margin-left: 50px;
  }
  #commentsList .author {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    font-size: 1.125rem;
  }
  #commentsList .author:before {
    content: "";
    background: #FED141;
    float: left;
    width: 26px;
    height: 21px;
    margin: 4px 24px 0 -50px;
  }
  #commentsList .commentText {
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
  }
  #commentsList .graymed {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #commentsList .reply-link {
    float: right;
    color: white;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 0;
  }
}
@media screen {
  .comment-reply-form-title {
    font-size: 29px;
    font-size: 1.8125rem;
    text-transform: uppercase;
  }
}
@media screen {
  .g-recaptcha {
    margin-bottom: 30px;
  }
}
@media screen {
  #add_comment_btn {
    margin: 40px 0 20px 50px;
    float: left;
  }
}
@media screen {
  .pagescarousel {
    position: relative;
  }
  .pagescarousel-wrapper {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .pagescarousel-figure {
    margin: 0;
    height: 0;
    opacity: 0;
    background-size: cover;
    background-position: 50% 50%;
  }
  .pagescarousel-figure.video {
    opacity: 1;
  }
  .imgLoaded .pagescarousel-figure:not(.video) {
    opacity: 1;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (min-width: 1024px) {
  .pagescarousel-figure {
    padding: 0 0 41%;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023.98px) {
  .pagescarousel-figure {
    padding: 0 0 66%;
  }
  .pagescarousel-figure video {
    -webkit-transform: scale(2.3);
        -ms-transform: scale(2.3);
            transform: scale(2.3);
  }
}
@media screen and (max-width: 767.98px) {
  .pagescarousel-figure {
    padding: 0 0 88%;
  }
  .pagescarousel-figure video {
    -webkit-transform: scale(3.5);
        -ms-transform: scale(3.5);
            transform: scale(3.5);
  }
}
@media screen {
  .pagescarousel-figure img {
    display: none;
  }
}
@media screen {
  .titlecenter.titleborder .pagescarousel-figure {
    background-position: 25% 50%;
  }
}
@media screen {
  .pagescarousel-text {
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
  }
  .imgLoaded .pagescarousel-text {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  *:not(.nobutton) .pagescarousel-text {
    padding-right: 60px;
  }
}
@media screen {
  .nobutton .pagescarousel-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media screen {
  .titlecenter .pagescarousel-text {
    max-width: 900px;
    text-align: center;
  }
}
@media screen {
  .pagescarousel-text .carousel-indicators {
    position: static;
    margin: 30px 0 0;
  }
}
@media screen {
  .pagescarousel-title {
    position: relative;
    float: left;
    opacity: 0;
    letter-spacing: 4px;
  }
  .imgLoaded .pagescarousel-title {
    opacity: 1;
  }
  *:not(.titleborder) .pagescarousel-title:before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: 10px;
    width: 20px;
    height: 30px;
    background-color: #FED141;
  }
  .titleborder .pagescarousel-title {
    padding-bottom: 10px;
    max-width: 900px;
    margin-bottom: 20px;
  }
  .titleborder .pagescarousel-title:before {
    content: "";
    display: block;
    position: absolute;
    left: -9000px;
    right: 0;
    top: calc(100% + 5px);
    height: 5px;
    width: auto;
    background-color: #FED141;
  }
  .titlecenter.titleborder .pagescarousel-title {
    float: none;
    max-width: 900px;
    display: inline-block;
    letter-spacing: 1pt;
  }
  .titlecenter.titleborder .pagescarousel-title:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .titlecenter.titleborder .pagescarousel-title:before {
    max-width: 50%;
  }
}
@media screen {
  .pagescarousel-description {
    font-size: 18px;
    font-size: 1.125rem;
    clear: left;
    opacity: 0;
  }
  .imgLoaded .pagescarousel-description {
    opacity: 1;
  }
}
@media screen {
  .pagescarousel-title + .pagescarousel-description {
    margin-top: 7.5px;
  }
}
@media screen {
  .pagescarousel-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
  }
  .imgLoaded .pagescarousel-content {
    opacity: 1;
  }
  .pagescarousel-content:not([class*=bg-]) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 70, 74, 0)), color-stop(50%, #0d0e0fff));
    background: -o-linear-gradient(top, rgba(67, 70, 74, 0) 0%, #0d0e0fff 50%);
    background: linear-gradient(180deg, rgba(67, 70, 74, 0) 0%, #0d0e0fff 50%);
  }
}
@media screen and (max-width: 1023.98px) {
  .pagescarousel-content {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1024px) {
  .pagescarousel-content {
    padding: 60px;
  }
}
@media screen and (min-width: 768px) {
  .pagescarousel-content .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen {
  .pagescarousel-action {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023.98px) {
  .titlecenter .pagescarousel-action {
    text-align: center;
    padding-top: 15px;
  }
}
@media screen {
  .nobutton .pagescarousel-action {
    display: none;
  }
}
@media screen {
  .pagescarousel-action .btn {
    padding: 15px 60px;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .pagescarousel > .carousel-indicators {
    padding-right: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .pagescarousel.titlecenter.nobutton > .carousel-indicators {
    padding-right: 0;
  }
}
@media screen {
  .slider-img {
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 62%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .slider-img {
    padding-bottom: 100%;
  }
}
@media screen {
  .slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 300;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@media screen and (min-width: 768px) {
  .slider-caption {
    padding: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen {
  .slider-hero {
    position: relative;
    overflow: hidden;
  }
  .slider-hero-img {
    padding-bottom: 40% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .slider-hero-img {
    padding-bottom: 60% !important;
  }
}
@media screen and (max-width: 1023.98px) {
  .slider-hero-img {
    padding-bottom: 130% !important;
  }
}
@media screen {
  .slider-hero-img-fade {
    position: absolute;
    bottom: -50px;
    left: -150px;
    right: -150px;
    height: 300px;
    -webkit-box-shadow: inset 0 -200px 100px black;
            box-shadow: inset 0 -200px 100px black;
    z-index: 0;
  }
}
@media screen and (min-width: 1024px) {
  .slider-hero.simple,
.slider-hero.simple .slider-img,
.slider-hero.simple .carousel-inner {
    overflow: visible;
  }
  .slider-hero.simple .content-classic-hero-img-expand {
    bottom: -100px;
  }
}
@media screen and (max-width: 1023.98px) {
  .slider-hero.simple .content-classic-hero-img-expand {
    right: 10px;
  }
}
@media screen {
  .slider-hero.simple .slider-img {
    /*
    &:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 150px;
      z-index: 1;
    }
    */
  }
}
@media screen {
  .slider-hero.simple .slider-visual-shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    z-index: 1;
  }
  .slider-hero.simple .slider-visual-shadow:not([class*=bg-]) {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(33, 34, 37, 0.64)), to(#0f0f0f));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(33, 34, 37, 0.64) 50%, #0f0f0f 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(33, 34, 37, 0.64) 50%, #0f0f0f 100%);
  }
}
@media screen {
  .video-screen {
    position: relative;
  }
  .video-screen-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
}
@media screen and (min-width: 768px) {
  .video-screen-item {
    display: none;
  }
}
@media screen {
  .video-screen-item-playing {
    display: block;
  }
}
@media screen {
  .video-screen-item:hover .video-screen-preview, .video-screen-item:focus .video-screen-preview {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .video-screen-item:hover .video-screen-preview, .video-screen-item:focus .video-screen-preview {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@media screen {
  .video-screen-item-active .video-screen-preview, .video-screen-item:hover .video-screen-preview, .video-screen-item:focus .video-screen-preview {
    display: none;
  }
}
@media screen {
  .video-screen-item video {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .video-screen-item:focus .video-screen-media {
    opacity: 1;
    visibility: visible;
  }
}
@media screen {
  .video-screen-preview {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1023.98px) {
  .video-screen-preview {
    display: none;
  }
}
@media screen {
  .video-screen-media {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media screen and (min-width: 768px) {
  .video-screen-media {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen {
  .video-screen-media [role=presentation] {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen {
  .video-screen-item-active .video-screen-media {
    opacity: 1;
    visibility: visible;
  }
  .video-screen-item-active .video-screen-info {
    display: none !important;
  }
  .video-screen-item-active .video-thmb-title {
    display: none;
  }
  .video-screen-item-active .video-screen-trigger {
    display: none;
  }
  .video-screen-item-active [role=presentation] {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .video-screen-item .video-thmb-title {
    display: none;
  }
}
@media screen {
  .video-screen-trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .video-screen-trigger {
    display: none;
  }
}
@media screen {
  .video-screen-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.9)), to(#000));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .video-screen-info-wrapper {
    position: relative;
  }
}
@media screen {
  .video-screen-title {
    font-weight: normal;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
    clear: both;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .video-screen-title {
    font-size: 20px;
    padding: 10px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .video-screen-title {
    font-size: 30px;
    padding: 10px 60px;
  }
}
@media screen {
  .video-screen-description {
    font-weight: 300;
  }
}
@media screen {
  .video-screen:hover .video-screen-media, .video-screen:focus .video-screen-media {
    opacity: 1;
    visibility: visible;
  }
  .video-screen:hover .video-screen-info, .video-screen:focus .video-screen-info {
    opacity: 0;
    visibility: hidden;
  }
  .video-screen:hover .video-screen-item:first-child .video-screen-info, .video-screen:focus .video-screen-item:first-child .video-screen-info {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767.98px) {
  .video-thmb {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023.98px) {
  .video-thmb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen {
  .video-thmb-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
}
@media screen and (min-width: 576px) and (max-width: 1023.98px) {
  .video-thmb-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .video-thmb-item-playing {
    display: none;
  }
}
@media screen {
  .video-thmb-media {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 0;
    padding-bottom: 56.26%;
  }
  .video-thmb-media video {
    max-width: 100%;
    height: auto;
  }
}
@media screen {
  .video-thmb-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-left: 10px #FED141 solid;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 10px 30px;
    margin: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.9)), to(#000));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 50%, #000 100%);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .video-thmb-title {
    padding: 5px;
    border-left-width: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .video-thmb-title {
    padding: 10px;
    border-left-width: 10px;
  }
}
@media screen {
  .video-thmb-item:hover .video-thmb-media, .video-thmb-item:focus .video-thmb-media {
    opacity: 1;
    visibility: visible;
  }
  .video-thmb-item:hover .video-thmb-title, .video-thmb-item:focus .video-thmb-title {
    opacity: 0;
    visibility: hidden;
  }
  .spaces .video-thmb-item:hover .video-thmb-title, .spaces .video-thmb-item:focus .video-thmb-title {
    opacity: 1;
    visibility: visible;
  }
}
@media screen {
  .dPolicy {
    position: fixed;
    font-size: 14px;
    right: 15px;
    top: 63px;
    z-index: 99999;
    -webkit-transform: translateY(-700px);
        -ms-transform: translateY(-700px);
            transform: translateY(-700px);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    background: #000;
    padding: 30px;
    color: #fff;
    width: 753px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .dPolicy {
    width: auto;
    right: 0;
    top: 0;
    left: 0;
    font-size: 12px;
  }
}
@media screen {
  .dPolicy.open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    display: block !important;
  }
}
@media screen {
  .dPolicy-content .dPolicy-title {
    font-size: 18px;
    border-left: 3px solid #FED141;
    padding-left: 5px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 10px;
  }
  .dPolicy-content p {
    margin-bottom: 15px;
  }
}
@media screen {
  #close_policy {
    display: none;
    float: right;
    cursor: pointer;
    background: none;
    padding: 0;
  }
  #close_policy svg {
    width: 25px;
    height: 25px;
    fill: white;
  }
}
@media screen {
  .dPolicy.open #close_policy {
    display: block;
  }
}
@media screen {
  .lightbox {
    margin-top: 100px;
  }
  .lightbox-modal {
    margin-top: 20px;
  }
  .lightbox-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    border-left: 10px solid #FED141;
    padding: 3px 0 3px 15px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .lightbox-utils {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0;
  }
}
@media screen {
  .lightbox-credit {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-transform: uppercase;
    letter-spacing: 2pt;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.98px) {
  .lightbox-credit {
    margin: 10px 0;
  }
}
@media screen {
  .lightbox-credit-label {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen {
  .lightbox-credit-name {
    display: inline-block;
    vertical-align: middle;
    font-weight: 800;
    padding-left: 10px;
  }
}
@media screen {
  .lightbox-credit-video {
    background: url(../fonts/icon-camera-video.svg) no-repeat 0 5px;
    background-size: 20px;
    padding-left: 40px;
  }
}
@media screen {
  .lightbox-credit-photo {
    background: url(../fonts/icon-camera-photo.svg) no-repeat 0 5px;
    background-size: 20px;
    padding-left: 40px;
  }
}
@media screen {
  .lightbox-share {
    margin: 0 20px -5px auto;
  }
}
@media screen and (max-width: 1199.98px) {
  .lightbox-share {
    margin: 10px 0;
  }
}
@media screen {
  .lightbox-cta .btn {
    margin: 0 5px 0 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .lightbox-cta {
    margin: 10px 0;
  }
}
@media screen {
  .lightbox-footer {
    border-top: 5px solid #FED141;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1pt;
  }
}
@media screen {
  .fancybox-video.fancybox-lock .header-blur {
    display: none;
  }
  .fancybox-video.fancybox-lock .content, .fancybox-video.fancybox-lock .footer {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@media screen {
  .fancybox-overlay {
    background-color: rgba(45, 48, 51, 0.8);
  }
}
@media screen {
  .upload-section {
    border-bottom: 5px #666 solid;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .upload-section:last-child {
    border-bottom-width: 0;
  }
  .upload textarea {
    min-height: 180px;
  }
  .upload p {
    margin-bottom: 15px;
  }
  .upload h3 {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1023.98px) {
  .upload h3 {
    font-size: 22px;
  }
}
@media screen {
  .upload .required:after {
    content: "*";
    margin-left: 5px;
  }
}
@media screen {
  .upload .form-group {
    margin: 5px 0 0;
  }
  .upload .form-group .errors {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
    color: #ffaaaa;
  }
}
@media screen {
  .upload #fileDetails_wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023.98px) {
  .upload #dzContainer {
    margin-top: 60px;
  }
}
@media screen {
  .upload #dzContainer .dz-message {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .upload #fileDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media screen {
  .upload #fileDetails .dz-image {
    display: none;
    height: 0;
    background-size: cover;
    border-radius: 25px;
    padding-bottom: 100%;
    overflow: hidden;
    padding-bottom: 100%;
  }
  .upload #fileDetails .dz-image img {
    display: none;
  }
}
@media screen {
  .upload #fileDetails .dz-image-preview .dz-image,
.upload #fileDetails .dz-video-preview .dz-image {
    display: block;
  }
}
@media screen {
  .upload #fileDetails .dz-preview {
    overflow: hidden;
    position: relative;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .upload #fileDetails .dz-preview {
    margin: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .upload #fileDetails .dz-preview {
    margin: 0 1%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .upload #fileDetails .dz-preview {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
            flex: 0 0 19%;
    max-width: 19%;
  }
}
@media screen {
  .upload #fileDetails .dz-preview:hover .dz-details, .upload #fileDetails .dz-preview:focus .dz-details, .upload #fileDetails .dz-preview.loading .dz-details {
    opacity: 1;
  }
  .upload #fileDetails .dz-preview:hover .dz-image:before, .upload #fileDetails .dz-preview:focus .dz-image:before, .upload #fileDetails .dz-preview.loading .dz-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media screen {
  .upload #fileDetails .dz-preview.loading .dz-image:before {
    background: rgba(0, 0, 0, 0.7);
  }
  .upload #fileDetails .dz-preview.loading .dz-loader {
    display: block;
  }
}
@media screen {
  .upload #fileDetails.dz-video-preview .dz-image {
    background-color: rgba(255, 255, 255, 0.5);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@media screen {
  .upload #fileDetails .dz-loader {
    display: none;
    position: absolute;
    z-index: 1;
    left: 30px;
    top: 30px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-animation: bounceIn 2s infinite;
            animation: bounceIn 2s infinite;
  }
}
@media screen {
  .upload #fileDetails .dz-success-mark {
    display: none;
  }
}
@media screen {
  .upload #fileDetails .dz-error-mark {
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    width: 54px;
    height: 54px;
    padding: 0;
    background: none;
    display: none;
  }
}
@media screen {
  .upload #fileDetails .loaded .dz-error-mark {
    display: block;
  }
}
@media screen {
  .upload #fileDetails .dz-details {
    opacity: 0;
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 1;
    font-size: 85%;
  }
}
@media screen {
  .upload #fileDetails .dz-image {
    position: relative;
  }
}
@media screen {
  .upload #fileDetails .dz-remove {
    float: right;
    margin: 5px 15px 0 0;
  }
}
@media screen {
  .upload #fileDetails .dz-error-message {
    padding: 0 0 100%;
    position: reative;
    display: none;
    text-align: center;
    -webkit-box-shadow: 0 0 0 1px #000 inset;
            box-shadow: 0 0 0 1px #000 inset;
  }
  .upload #fileDetails .dz-error-message > span {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen {
  .upload #fileDetails .dz-error .dz-error-message {
    display: block;
  }
}
@media screen {
  .upload .errors {
    color: white;
    font-weight: bold;
    background: #ea3526;
    padding: 15px;
    margin: 30px 0;
    list-style-type: none;
  }
  .upload .errors li {
    margin: 0;
  }
}
@media screen {
  .upload .success {
    padding: 45px 0;
    font-weight: bold;
  }
}
@media screen {
  .upload-info-uploading {
    display: none;
    margin: 0 0 15px;
    padding: 15px 0;
  }
  .fileuploading .upload-info-uploading {
    display: block;
  }
  .fileregistering.fileuploading .upload-info-uploading {
    display: none;
  }
  .upload-info-registration {
    display: none;
    margin: 0 0 15px;
  }
  .fileregistering .upload-info-registration {
    display: block;
  }
}
@media screen {
  .upload .form-loading {
    display: none;
  }
}
@media screen {
  #upload_files_dialog {
    height: 100%;
  }
}
@media screen and (max-width: 1023.98px) {
  #upload_files_dialog {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023.98px) {
  .upload-instructions-desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .upload-instructions-mobile {
    display: none;
  }
}
@media screen {
  .uplPickfiles {
    background: none;
    color: white !important;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
  }
  .uplPickfiles .button {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5pt;
    text-transform: uppercase;
    color: black !important;
  }
}
@media screen {
  .uplFilelist,
.uplProgressBar,
.uplStatusMsg {
    display: none;
  }
}
@media screen {
  #fileDetails ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }
  #fileDetails ul li {
    display: inline-block;
  }
}
@media screen {
  .submithide:not(.fileuploading) #uploadBtn {
    display: none;
  }
  #uploadBtn[disabled] {
    opacity: 0.5;
    cursor: default;
  }
}
@media screen {
  .files_uploaded.recaptcha_clicked #uploadBtn {
    display: block !important;
  }
}
@media screen {
  .simplebox {
    padding: 15px;
    background-color: #1A76C5;
    color: #fff;
    margin: 15px 0;
  }
  .simplebox a, .simplebox a:hover, .simplebox a:focus {
    color: #fff;
    text-decoration: underline;
  }
  .simplebox-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .simplebox blockquote {
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
  }
  .simplebox blockquote.no-caps {
    text-transform: none;
  }
  .simplebox blockquote p {
    padding: 20px;
  }
  .simplebox blockquote p:first-child::before {
    content: "“";
  }
  .simplebox blockquote p:last-child {
    margin-bottom: 0;
  }
  .simplebox blockquote p:last-child::after {
    content: "”";
    text-align: right;
  }
  .simplebox blockquote p:first-child::before, .simplebox blockquote p:last-child::fter {
    font-style: normal;
    font-family: serif;
    font-size: 60px;
    line-height: 0;
    color: #fff;
    display: block;
    padding: 30px 0 5px;
  }
  .simplebox cite {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    display: block;
    margin-left: auto;
    text-align: right;
  }
  .simplebox cite:before {
    content: " - ";
  }
}
@media screen and (min-width: 768px) {
  .simplebox {
    margin: 30px 0;
  }
  .simplebox.align-right {
    float: right;
    max-width: 300px;
    margin: 15px 0 15px 15px;
  }
  .simplebox.align-left {
    float: left;
    max-width: 300px;
    margin: 15px 15px 15px 0;
  }
}
@media screen {
  .simplebox.align-center {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen {
  .textImage {
    max-width: 100%;
    margin: 0 0 30px !important;
  }
  .textImage img {
    max-width: 100%;
    height: auto !important;
  }
  .textImage-captionBody {
    border-left: 10px solid #FED141;
    padding: 0 !important;
    padding-left: 15px !important;
    margin-top: 15px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .textImage .textImage-left {
    margin: 0 30px 30px 0 !important;
  }
  .textImage .textImage-right {
    margin: 0 0 30px 30px !important;
  }
}
@media screen and (max-width: 1023.98px) {
  .textImage .textImage-left,
.textImage .textImage-right {
    float: none !important;
    margin: 0 0 30px !important;
  }
}
@media print {
  body {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.5;
  }

  .header, .footer, iframe, [data-hide=print], .bx-wrapper {
    display: none;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  .text-editor a {
    text-decoration: underline;
  }

  .simplebox {
    border: 1px solid #ccc;
    padding: 15px;
  }

  .textImage {
    max-width: 100%;
  }
  .textImage img {
    max-width: 100%;
    height: auto;
  }

  h1, h2, h3 {
    line-height: 1.1;
  }

  h1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 1rem;
  }

  section {
    margin-top: 2rem;
  }
  section h2 {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    font-weight: bold;
  }

  article {
    padding: 0.5rem 0;
    margin: 0.5rem 0;
    border-bottom: 1px solid #ccc;
  }
  article h3 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: bold;
  }

  blockquote {
    font-style: italic;
  }
}
.devc {
  overflow-x: hidden;
}
/*# sourceMappingURL=theme.css.map */
