/* ==========================================================================


Theme Name: Project
Theme URI: 
Author: Project
Description: Project WordPress theme.
Version: 1.0
   
   1. Reset
   2. Base styles: opinionated defaults
   3. Variables
   4. Mixins
   5. Fonts
   6. Custom styles
   7. Browser Fixes
   8. Responsive
   
   */
/* ==========================================================================
   0. Vendor
   ========================================================================== */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::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%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

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; }

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;
  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; }

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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: .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-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; }

/*@import "type";
@import "images";
@import "code";*/
.container {
  width: 100%;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 700px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1300px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 700px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1300px) {
  .container, .container-sm, .container-md, .container-xl {
    max-width: 1140px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.8rem;
  margin-left: -0.8rem; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.8rem;
  padding-left: 0.8rem; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

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

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

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

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

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

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 700px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (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%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1300px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/*@import "tables";
@import "forms";
@import "buttons";
@import "transitions";
@import "dropdown";
@import "button-group";
@import "input-group";
@import "custom-forms";
@import "nav";
@import "navbar";
@import "card";
@import "breadcrumb";
@import "pagination";
@import "badge";
@import "jumbotron";
@import "alert";
@import "progress";
@import "media";
@import "list-group";
@import "close";
@import "toasts";
@import "modal";
@import "tooltip";
@import "popover";
@import "carousel";
@import "spinners";
@import "utilities";
@import "print";*/
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 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% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    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% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    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 {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 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% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    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% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    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 {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 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% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    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: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 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% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    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: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 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% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    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: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 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% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    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: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 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); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    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: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 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); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    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: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 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); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 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); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    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% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
          transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
          transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
          transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
          transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
          transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
          transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
          transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
          transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
          transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
          transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
          transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
          transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
          transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
          transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
          transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
          transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
          transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
          transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
          transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
          transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
          transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
          transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
          transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
          transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
          transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
          transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
          transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
          transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
          transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
          transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
          transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
          transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
          transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
          transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s; }

[data-aos] {
  pointer-events: none; }

[data-aos].aos-animate {
  pointer-events: auto; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform; }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0); }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0); }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0); }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0); }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform; }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1); }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6); }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2); }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2); }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform;
    visibility: hidden; }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform,-webkit-transform; }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg); }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0); }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg); }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0); }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg); }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0); }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg); }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0); } }

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/*==========================================================================
   1. Reset
   ========================================================================== */
/* ==========================================================================
   2. Base Styles
   ========================================================================== */
body {
  font-size: 1.8rem;
  overflow-x: hidden;
  line-height: inherit; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none; }

figure {
  margin: 0; }

a {
  color: black; }
  a:hover {
    text-decoration: none;
    color: #666; }

/* ==========================================================================
   3. Variables
   ========================================================================== */
/* ==========================================================================
   4. Mixins
   ========================================================================== */
/**************************************************************
-> Usage: @include aspect-ratio(16, 9);
**************************************************************/
/**************************************************************
-> Usage: @include fluid-type(650px, 1600px, 16px, 32px);
**************************************************************/
/* ==========================================================================
   5. Fonts
   ========================================================================== */
body {
  color: #424242;
  font-family: "Red Hat Text", sans-serif;
  font-size: 1.6rem;
  font-size: clamp(14px, 1.6rem, 1.6rem); }

p {
  line-height: calc(24/16);
  margin-bottom: 1.3em; }

h1, h2, h3, h4, h5, h6 {
  line-height: calc(32/24);
  letter-spacing: 0;
  font-family: "Red Hat Display", sans-serif;
  color: #161616;
  margin-bottom: 0.3em; }

h1, .h1 {
  font-weight: 900;
  font-size: 6.4rem;
  line-height: calc(72/64); }
  @media (max-width: 1199px) {
    h1, .h1 {
      font-size: 4rem; } }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 3.2rem; } }

h2, .h2 {
  font-size: 4rem;
  line-height: calc(56/40);
  font-weight: 900; }
  @media (max-width: 1199px) {
    h2, .h2 {
      font-size: 3.2rem; } }

h3, .h3 {
  font-size: 2.4rem;
  font-weight: 900; }

/* ==========================================================================
   6. Custom Styles
   ========================================================================== */
.ratio-image {
  overflow: hidden;
  display: block;
  margin: 0;
  position: relative; }
  .ratio-image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%; }
  .ratio-image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .ratio-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    min-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

@media (min-width: 768px) {
  .container {
    max-width: 1475px;
    padding: 0 20px; } }

.cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  color: transparent; }

@-webkit-keyframes linkHover {
  0% {
    width: 0; }
  40% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes linkHover {
  0% {
    width: 0; }
  40% {
    width: 0; }
  100% {
    width: 100%; } }

html,
body {
  scroll-padding-top: 65px;
  /* set to the height of your header */ }

html {
  font-size: 0.625vw; }
  @media (min-width: 1601px) {
    html {
      font-size: 10px; } }
  @media (max-width: 1199px) {
    html {
      font-size: 10px; } }

body {
  background: #f8f8f8;
  max-width: 100vw;
  overflow-x: hidden; }

section {
  max-width: 100vw; }

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

button:focus,
input:focus {
  outline: 0; }

a {
  color: #E16C00;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in; }
  a:hover {
    color: #001971; }

.container {
  padding-left: 4rem;
  padding-right: 4rem;
  border-top: 0;
  border-bottom: 0;
  max-width: 1472px; }
  @media (max-width: 699px) {
    .container {
      padding: 0 2.4rem; } }

iframe {
  border: 0; }

.browser-update-message {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999; }
  .browser-update-message a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.main {
  min-height: 60vh; }

@media (max-width: 1199px) {
  .hide-mobile {
    display: none; } }

@media (min-width: 1200px) {
  .hide-desktop {
    display: none; } }

.icon {
  width: 3rem; }

.image-zoom {
  overflow: hidden;
  display: block;
  position: relative; }

.image-zoom:hover figure, .image-zoom:hover > a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.image-zoom figure, .image-zoom > a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #303538; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #303538; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #303538; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #303538; }

.main > p, .main > ul, .main > ol, .main > h1, .main > h2, .main > h3, .main > h4, .main > h5, .main > h6, .main > section.iframe {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 1em;
  margin-top: 1em; }

.main > h3 {
  margin-top: 8rem; }

.main > > ul li {
  list-style-type: disc; }

a:focus {
  outline: none; }

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.breadcrumbs {
  padding-bottom: 3rem; }

.row.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.cen {
  text-align: center; }

.title b {
  color: #E16C00; }

.title a {
  text-decoration: underline; }

.bg-blue {
  background: #001971;
  color: #fff; }

.text-style > :not(:last-child) {
  margin-bottom: 1.75rem; }

.text-style > *:last-child {
  margin-bottom: 0; }

.text-style a {
  font-weight: 700;
  text-decoration: underline; }

.text-style ul li,
.text-style ol li {
  margin-bottom: 8px;
  list-style-type: none;
  position: relative;
  line-height: calc(24/16); }
  .text-style ul li ul,
  .text-style ul li ol,
  .text-style ol li ul,
  .text-style ol li ol {
    margin-top: 20px;
    margin-bottom: 20px; }

.text-style ol {
  padding-left: 0px;
  margin-left: 0;
  counter-reset: olli; }
  .text-style ol li {
    list-style-type: none;
    position: relative;
    padding-left: 32px; }
    .text-style ol li:before {
      counter-increment: olli;
      content: counter(olli) ". ";
      position: absolute;
      left: 0;
      top: 0;
      color: #001971;
      font-weight: 900; }
    .text-style ol li ol {
      counter-reset: chapter; }
      .text-style ol li ol li:before {
        counter-increment: chapter;
        content: counter(chapter, lower-alpha) ". ";
        color: #001971;
        font-weight: 900; }

.text-style ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px; }

.text-style ul > li {
  padding-left: 32px; }
  .text-style ul > li:before {
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #001971;
    display: block; }
  .text-style ul > li li:before {
    width: 12px;
    height: 1px;
    background-color: #001971;
    top: 0.5em; }

.text-style h3 {
  font-size: 4rem; }
  @media (max-width: 1199px) {
    .text-style h3 {
      font-size: 3.2rem; } }

.text-style h4 {
  font-size: 3.2rem; }

.tag {
  color: #E16C00;
  background: #fff;
  padding: 0.8rem 1.6rem 0.8rem 1rem;
  border-radius: 0.4rem;
  border: 2px solid #E16C00;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  display: inline-block;
  letter-spacing: -0.02em; }
  .tag i {
    margin-right: 0.6rem; }
  .tag b {
    font-weight: 900; }

.title-white-bg {
  position: Absolute;
  left: 2.4rem;
  bottom: 1.6rem;
  overflow: hidden;
  padding: 0.8rem;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 900;
  border-radius: 1.6rem 0.4rem 0.4rem 0;
  line-height: calc(32/24);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 699px) {
    .title-white-bg {
      padding: 0.5rem 0.8rem; } }
  .title-white-bg:before {
    content: '';
    background: rgba(255, 255, 255, 0.85);
    -webkit-filter: blur(10px);
            filter: blur(10px);
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .title-white-bg span {
    position: relative;
    z-index: 1; }

a:hover .title-white-bg {
  color: #fff; }
  a:hover .title-white-bg:before {
    background: #001971;
    -webkit-filter: none;
            filter: none; }

.btn, .facetwp-load-more, body .cky-btn {
  background: #001971;
  color: white;
  height: 5.3rem;
  line-height: 5.3rem;
  text-align: center;
  display: inline-block;
  padding: 0 1.6rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-size: clamp(14px, 1.6rem, 1.6rem);
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none; }
  .btn:hover, .facetwp-load-more:hover, body .cky-btn:hover {
    background: #161616;
    color: #fff; }
  .btn i, .facetwp-load-more i, body .cky-btn i {
    margin-left: 0.3rem; }

.btn--orange {
  background: #E16C00; }

.btn--white {
  background: #fff;
  color: #001971; }

.btn--blue-border, body .cky-btn-reject, body .cky-btn-preferences {
  border: 2px solid #001971;
  color: #001971;
  background: #fff; }
  .btn--blue-border:hover, body .cky-btn-reject:hover, body .cky-btn-preferences:hover {
    border-color: #161616;
    color: #161616;
    background: #fff; }
    .btn--blue-border:hover svg path, body .cky-btn-reject:hover svg path, body .cky-btn-preferences:hover svg path {
      fill: #161616 !important; }

.arrow-link {
  color: #E16C00;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative; }
  .arrow-link:hover {
    color: #E16C00; }
    .arrow-link:hover span {
      color: #001971;
      border-color: #001971;
      margin-right: 1.5rem; }
    .arrow-link:hover i {
      color: #001971; }
  .arrow-link span {
    margin-right: 0.9rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #E16C00; }
  .arrow-link i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.btn.get-in-touch .fa-comment {
  background: url(../images/icon-comment-arrow.svg) no-repeat center center;
  background-size: 100% auto; }
  .btn.get-in-touch .fa-comment:before {
    opacity: 0; }

body .cky-btn {
  border-color: #001971 !important;
  color: #001971 !important; }
  body .cky-btn:hover {
    border-color: #161616 !important;
    color: #161616 !important;
    opacity: 1; }

body .cky-btn-accept {
  background: #001971 !important;
  color: #fff !important; }
  body .cky-btn-accept:hover {
    background: #161616 !important;
    color: #fff !important; }

.google-review-small {
  padding-right: 3.5rem;
  background: url(../images/icon-google.svg) no-repeat right center;
  background-size: 2.4rem auto;
  width: 19rem;
  height: 2.4rem;
  overflow: hidden;
  float: left;
  position: relative; }
  .google-review-small__number {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6em;
    display: inline-block;
    margin-top: 0.1rem;
    float: left; }
  .google-review-small .wp-gr {
    padding-bottom: 0 !important; }
  .google-review-small .wp-google-right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    position: Absolute !important;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: 50% !important; }
  .google-review-small .wp-google-rating {
    display: none; }
  .google-review-small .wp-gr .wp-google-powered {
    font-family: "Red Hat Text", sans-serif !important;
    font-weight: 500 !important;
    text-indent: -4.5em !important;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    font-size: 1.4rem !important;
    margin-top: 0 !important;
    margin-right: 0.9rem !important;
    opacity: 0; }
  .google-review-small .wp-google-powered + .wp-google-powered {
    display: none; }
  .google-review-small .wp-google-stars {
    position: Absolute !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 7.3rem !important;
    top: 50% !important; }
  .google-review-small .wp-gr .wp-google-place .wp-star svg {
    width: 1.3rem !important;
    height: auto !important; }
    .google-review-small .wp-gr .wp-google-place .wp-star svg path {
      fill: #f1ae00 !important; }

.masthead {
  margin-top: 4rem;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }
  @media (max-width: 1199px) {
    .masthead {
      position: relative;
      margin-top: 0;
      max-width: 100vw;
      background: #fff; } }
  @media (min-width: 1199px) {
    .masthead.slideup {
      -webkit-transform: translateY(-150%);
      transform: translateY(-150%); } }
  @media (min-width: 1199px) {
    .masthead.shadow {
      -webkit-transform: translateY(0%);
      transform: translateY(0%); } }
  @media (max-width: 1199px) {
    .masthead.fixed-header {
      position: sticky;
      z-index: 3; } }
  @media (max-width: 1199px) {
    .masthead.fixed-header .masthead__topbar {
      padding-bottom: 0; } }
  @media (max-width: 1199px) {
    .masthead.fixed-header .masthead__lower {
      opacity: 0;
      visibility: hidden;
      max-height: 0; } }
  .masthead__inner {
    padding: 1.6rem 2.4rem 0 2.4rem;
    display: block;
    position: relative; }
    @media (max-width: 1199px) {
      .masthead__inner {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1.6rem; } }
    .masthead__inner__bg {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      border-radius: 0.8rem;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.85);
      z-index: 0; }
  .masthead__topbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 1; }
    @media (max-width: 1199px) {
      .masthead__topbar {
        border: none;
        margin-bottom: 0;
        padding-bottom: 1.8rem;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; } }
    .masthead__topbar__left-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 628px) {
        .masthead__topbar__left-col {
          display: none; } }
  .masthead__logo {
    width: 21.9rem;
    display: block; }
    @media (max-width: 1199px) {
      .masthead__logo {
        width: 18.6rem; } }
  .masthead__reviews {
    margin-right: 3rem; }
  .masthead__usps {
    float: left;
    font-size: 1.4rem;
    font-size: clamp(13px, 1.4rem, 1.4rem);
    font-weight: 500; }
    @media (max-width: 1399px) {
      .masthead__usps {
        display: none; } }
    @media (max-width: 1199px) {
      .masthead__usps {
        display: none; } }
    .masthead__usps__item {
      margin-right: 2.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1599px) {
        .masthead__usps__item {
          margin-right: 1.5vw; } }
    .masthead__usps i {
      color: #E16C00;
      margin-right: 0.8rem; }
  .masthead__topbar__right {
    float: right; }
    @media (max-width: 628px) {
      .masthead__topbar__right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; } }
    .masthead__topbar__right .btn {
      border: 1px solid #001971;
      margin-left: 1.6rem;
      height: 3.7rem;
      line-height: 3.7rem;
      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;
      float: left; }
      @media (max-width: 628px) {
        .masthead__topbar__right .btn {
          margin: 0;
          width: calc(50% - 0.4rem); } }
      .masthead__topbar__right .btn:hover {
        border-color: #161616; }
      @media (max-width: 370px) {
        .masthead__topbar__right .btn svg, .masthead__topbar__right .btn i {
          display: none; } }
    .masthead__topbar__right .masthead__phone {
      padding-left: 1.2rem;
      line-height: 3.5rem; }
      @media (max-width: 345px) {
        .masthead__topbar__right .masthead__phone {
          width: 100%; } }
      .masthead__topbar__right .masthead__phone svg {
        position: relative;
        margin-right: 0.5rem; }
    @media (max-width: 345px) {
      .masthead__topbar__right .get-in-touch {
        display: none; } }
    .masthead__topbar__right .get-in-touch i {
      margin-left: 1rem; }
  .masthead__lower {
    clear: both;
    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;
    position: relative;
    z-index: 1; }
    @media (max-width: 1199px) {
      .masthead__lower {
        opacity: 1;
        visibility: visible;
        max-height: inherit;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; } }

.btn.side-button {
  position: fixed;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: -61px;
  top: 50%;
  z-index: 100000;
  transform: rotate(-90deg);
  padding: 0 3rem;
  border-radius: .4rem .4rem 0 0; }
  @media (max-width: 699px) {
    .btn.side-button {
      display: none; } }

.masthead__mastnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .masthead__mastnav ul li {
    margin-left: 3.4rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.4rem 0;
    border-bottom: 2px solid transparent; }
    .masthead__mastnav ul li.current-menu-item, .masthead__mastnav ul li.current-menu-ancestor {
      border-bottom: 2px solid #001971; }
      .masthead__mastnav ul li.current-menu-item > a, .masthead__mastnav ul li.current-menu-ancestor > a {
        color: #001971; }
    .masthead__mastnav ul li.menu-item-has-children:after {
      content: '';
      width: 1.1rem;
      height: 1.2rem;
      background: url(../images/icon-chevron-down.svg) no-repeat center center;
      background-size: 100% auto;
      display: block;
      float: right;
      margin-left: 0.5rem;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .masthead__mastnav ul li.external-link:after {
      content: '';
      width: 1.1rem;
      height: 1.2rem;
      background: url(../images/icon-up-right-from-square.svg) no-repeat center center;
      background-size: 100% auto;
      display: block;
      float: right;
      margin-left: 0.5rem; }
      @media (max-width: 1199px) {
        .masthead__mastnav ul li.external-link:after {
          display: none; } }
  .masthead__mastnav ul a {
    color: #424242;
    font-size: 1.6rem;
    font-size: clamp(14px, 1.6rem, 1.6rem);
    font-weight: 500; }
    .masthead__mastnav ul a:hover {
      color: #001971; }

.masthead__mastnav .submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1; }

.masthead__mastnav .sub-menu {
  position: Absolute;
  top: calc(100% + 2px);
  left: 0;
  background: #001971;
  min-width: 15.6rem;
  min-width: 18.6rem;
  padding: 0 2.4rem;
  display: block;
  max-height: 0;
  overflow: hidden;
  border-radius: 0 0 0.8rem 0.8rem;
  -webkit-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .masthead__mastnav .sub-menu li {
    padding: 1rem 0;
    margin: 0; }
    .masthead__mastnav .sub-menu li.current-menu-item a {
      color: #fff; }
  .masthead__mastnav .sub-menu a {
    color: #fff;
    border-bottom: 1px solid #fff; }
    @media (min-width: 1200px) {
      .masthead__mastnav .sub-menu a {
        white-space: nowrap; } }
    .masthead__mastnav .sub-menu a:hover {
      border-color: transparent;
      color: #fff; }

.masthead__mastnav .submenu-expanded .sub-menu {
  max-height: 999rem;
  padding: 2rem; }

.masthead__mastnav li.submenu-expanded::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url(../images/icon-chevron-down--blue.svg); }

.masthead__mastnav__bottom {
  display: none; }

.masthead__mastnav .menu-item-356 .sub-menu {
  min-width: 23rem; }

.masthead__mastnav .menu-item-279 .sub-menu {
  min-width: 24rem; }

@media (min-width: 1200px) {
  .single-casestudy .menu-item-217 {
    border-bottom: 2px solid #001971; }
    .single-casestudy .menu-item-217 > a {
      color: #001971; } }

@media (max-width: 1199px) {
  .masthead__mastnav {
    padding: 2.4rem; }
    .masthead__mastnav .menu {
      width: 100%; }
    .masthead__mastnav ul {
      display: block; }
      .masthead__mastnav ul li {
        padding: 1.6rem 0;
        margin: 0;
        display: block;
        border: none; }
        .masthead__mastnav ul li.menu-item-has-children:after {
          position: Absolute;
          right: 0rem;
          top: 1.4rem;
          z-index: 0; }
        .masthead__mastnav ul li.current-menu-item, .masthead__mastnav ul li.current-menu-ancestor {
          border: none; }
        .masthead__mastnav ul li.submenu-expanded:before {
          content: '';
          background: #001971;
          left: -2.4rem;
          top: 0;
          right: -2.4rem;
          height: 6rem;
          position: Absolute;
          z-index: 0; }
        .masthead__mastnav ul li.submenu-expanded:after {
          background: url(../images/icon-chevron-down--white.svg) no-repeat center center; }
        .masthead__mastnav ul li.submenu-expanded a {
          color: #fff;
          position: relative;
          z-index: 1; }
    .masthead__mastnav .submenu-toggle {
      bottom: auto;
      height: 3rem;
      z-index: 1; }
    .masthead__mastnav .sub-menu {
      width: calc(100% + 4.8rem);
      margin-left: -2.4rem;
      margin-right: -2.4rem;
      position: static;
      border-radius: 0;
      padding: 0 2.4rem; }
      .masthead__mastnav .sub-menu li {
        padding: 1.6rem 0; }
        .masthead__mastnav .sub-menu li a {
          border: none; }
    .masthead__mastnav .submenu-expanded .sub-menu {
      margin-top: 1.6rem;
      padding: 0 2.4rem; }
    .masthead__mastnav .masthead__reviews {
      margin: 0 auto; }
    .masthead__mastnav .masthead__usps {
      display: block; }
    .masthead__mastnav__bottom {
      background: #fff;
      padding: 4rem 3.2rem 3.2rem 3.2rem;
      margin-top: 2.4rem;
      border-radius: 4rem 0.8rem 0.8rem 0.8rem;
      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;
      width: 100%; }
    .masthead__mastnav .masthead__usps__item {
      margin-top: 1.6rem; } }

.masthead__toggle {
  width: 46px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 0;
  display: block;
  cursor: pointer;
  z-index: 9999;
  border: 2px solid #001971;
  border-radius: 0.4rem; }
  .masthead__toggle .line {
    width: 1.4rem;
    height: 2px;
    background: #001971;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 13px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .masthead__toggle:after, .masthead__toggle:before {
    content: '';
    width: 1.4rem;
    height: 2px;
    background: #001971;
    display: block;
    position: absolute;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .masthead__toggle:before {
    top: 8px; }
  .masthead__toggle:after {
    bottom: 8px; }
  .masthead__toggle.active span {
    opacity: 0; }
  .masthead__toggle.active:after, .masthead__toggle.active:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 33%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .masthead__toggle.active:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  @media (min-width: 1200px) {
    .masthead__toggle {
      display: none; } }

@media (max-width: 1199px) {
  .masthead__mastnav {
    display: none; }
  .main-nav--open .masthead__mastnav {
    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;
    background: #f8f8f8;
    z-index: 11;
    position: fixed;
    top: 12rem;
    padding-top: 2rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 12rem);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .main-nav--open {
    position: fixed; }
    .main-nav--open .masthead, .main-nav--open .masthead__inner__bg {
      background: #f8f8f8; }
    .main-nav--open .masthead {
      z-index: 3; } }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .slick-dots li {
    margin: 0 0.4rem;
    width: 1.6rem;
    height: 1.6rem;
    padding: 0;
    display: block; }
    .slick-dots li button {
      width: 1.6rem;
      height: 1.6rem;
      border: 1px solid #161616;
      border-radius: 100%;
      text-indent: -9999px;
      padding: 0;
      margin: 0;
      display: block;
      font-size: 0; }
    .slick-dots li.slick-active button {
      background: #E16C00;
      border-color: #E16C00; }

.mastfoot {
  padding-bottom: 8rem; }
  @media (max-width: 1199px) {
    .mastfoot {
      padding-bottom: 4.8rem; } }
  @media (max-width: 699px) {
    .mastfoot {
      padding-bottom: 4rem; } }
  .mastfoot__row-1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .mastfoot__link, .mastfoot__nav a {
    color: #E16C00;
    border-bottom: 1px solid #E16C00;
    font-weight: 700;
    margin-bottom: 1em;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .mastfoot__link:hover, .mastfoot__nav a:hover {
      color: #001971;
      border-color: #001971; }
  .mastfoot__title {
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-bottom: 3rem; }
    .mastfoot__title.expanded:After {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    @media (max-width: 1199px) {
      .mastfoot__title {
        color: #E16C00;
        text-transform: none;
        font-size: 1.6rem;
        font-size: clamp(14px, 1.6rem, 1.6rem);
        font-weight: 700;
        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-bottom: 2rem; }
        .mastfoot__title:after {
          content: '';
          width: 1.2rem;
          height: 1.2rem;
          background: url(../images/icon-plus--orange.svg) no-repeat center center;
          display: block;
          cursor: pointer;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; } }
  .mastfoot__col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .mastfoot__col-1__inner {
      width: 100%;
      background: #fff;
      border-radius: 8rem 0.8rem 0.8rem 0.8rem;
      padding: 4.4rem;
      -webkit-box-shadow: -4px 12px 24px 0px rgba(0, 0, 0, 0.04);
      box-shadow: -4px 12px 24px 0px rgba(0, 0, 0, 0.04); }
      @media (max-width: 1199px) {
        .mastfoot__col-1__inner {
          padding-left: 3.2rem;
          padding-right: 3.2rem; } }
  .mastfoot__logo {
    width: 21.9rem;
    display: block;
    margin: 0 auto 3rem auto;
    border: none; }
  .mastfoot__company-no, .mastfoot__address, .mastfoot__copyright {
    font-size: 1.4rem;
    font-size: clamp(13px, 1.4rem, 1.4rem); }
  @media (max-width: 1199px) {
    .mastfoot__company-no strong {
      display: block; } }
  .mastfoot__copyright p {
    margin: 0; }
  .mastfoot__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.4rem;
    margin-bottom: 3rem; }
    .mastfoot__social a {
      color: #000;
      width: 4rem;
      height: 4rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 0.3rem;
      border-radius: 100%;
      -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08); }
      .mastfoot__social a:hover {
        color: #E16C00; }
  .mastfoot__col-2 {
    padding-top: 8rem; }
    @media (max-width: 1199px) {
      .mastfoot__col-2 {
        padding-left: 3.2rem;
        padding-top: 9rem; } }
    @media (max-width: 699px) {
      .mastfoot__col-2 {
        padding-top: 5rem;
        padding-left: 1.6rem; } }
  @media (max-width: 1199px) {
    .mastfoot__nav, .mastfoot .mastfoot__office-hours {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; } }
  @media (max-width: 1199px) {
    .mastfoot .expanded + .mastfoot__nav,
    .mastfoot .expanded + .mastfoot__office-hours {
      max-height: 30rem; } }
  .mastfoot__office-hours li {
    margin-bottom: 1rem; }
  .mastfoot__sub-footer {
    border-top: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3rem;
    padding-top: 4rem; }
    @media (max-width: 1199px) {
      .mastfoot__sub-footer {
        display: block; } }
    .mastfoot__sub-footer ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1199px) {
        .mastfoot__sub-footer ul {
          display: block;
          margin-bottom: 3rem; } }
      .mastfoot__sub-footer ul li {
        margin-right: 1.5rem; }
        @media (max-width: 1199px) {
          .mastfoot__sub-footer ul li {
            margin-bottom: 1.5rem; } }
      .mastfoot__sub-footer ul a {
        color: #424242;
        font-weight: 700;
        font-size: 1.4rem;
        border-bottom: 1px solid #424242;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .mastfoot__sub-footer ul a:hover {
          color: #001971;
          border-color: #001971; }

.pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  clear: both;
  width: 100%;
  padding: 2rem 0 8rem 0; }
  .pagination .screen-reader-text {
    display: none; }
  .pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    color: grey; }
    .pagination .nav-links a, .pagination .nav-links span {
      height: 3rem;
      line-height: 3rem;
      width: 3rem;
      display: block;
      text-align: center;
      padding: 0 1rem;
      margin: 0 0.5rem;
      border-radius: 100%; }
    .pagination .nav-links a {
      position: relative; }
      .pagination .nav-links a:hover {
        color: black; }
    .pagination .nav-links .page-numbers {
      position: relative;
      background: #f4f4f4; }
    .pagination .nav-links .page-numbers.current {
      color: #fff; }
    .pagination .nav-links .dots {
      color: grey; }
    .pagination .nav-links .dots + .page-numbers {
      display: none; }
    .pagination .nav-links a.next, .pagination .nav-links a.prev, .pagination .nav-links .current:before {
      padding: 0;
      display: block;
      text-align: left;
      background: transparent; }
    .pagination .nav-links a.prev.page-numbers {
      text-indent: -9999px;
      background: transparent; }
      .pagination .nav-links a.prev.page-numbers:before {
        opacity: 1;
        left: 0; }
    .pagination .nav-links .page-numbers:first-child:before {
      content: 'Prev';
      position: Absolute;
      left: -4.5rem;
      top: 0;
      opacity: 0.5;
      text-indent: 0; }
    .pagination .nav-links .page-numbers + .current:before {
      display: none; }
    .pagination .nav-links span.page-numbers:last-child:after {
      content: 'Next';
      background-size: auto 1.6rem;
      content: '';
      width: 2rem;
      height: 2rem;
      display: block;
      left: 100%;
      margin-left: 0.5rem;
      position: absolute;
      top: 0;
      opacity: 0.5; }

body .gform_wrapper.gravity-theme .gfield_label {
  width: 100%;
  font-weight: 500;
  margin-bottom: 0.5rem;
  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;
  font-size: 1.6rem;
  font-size: clamp(14px, 1.6rem, 1.6rem); }

body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=tel] {
  height: 4.8rem;
  line-height: 4.8rem;
  padding: 0 1rem;
  border-radius: 0.4rem;
  border: none;
  background: #fff; }

body .gform_wrapper.gravity-theme textarea {
  padding: 1rem;
  border-radius: 0.4rem;
  border: none;
  background: #fff; }
  body .gform_wrapper.gravity-theme textarea.large {
    height: 9.6rem !important; }

body .gform_wrapper.gravity-theme .gform_footer {
  position: relative;
  width: 14.2rem;
  padding: 0;
  margin-top: 1.6rem; }
  body .gform_wrapper.gravity-theme .gform_footer:before {
    content: '';
    width: 1.5rem;
    height: 1.3rem;
    background: url(../images/arrow-right.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: -1rem;
    margin-top: -0.4rem; }

body .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  background: #E16C00;
  color: #fff;
  border: none;
  width: auto;
  height: 3.7rem;
  line-height: 3.7rem;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  padding: 0 1.6rem;
  border-radius: 0.4rem;
  padding-right: 3.8rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  body .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover {
    background: #161616; }

body .gform_wrapper.gravity-theme div.validation_error,
body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme .gfield_error .gfield_label,
body .gform_wrapper.gravity-theme .gform_validation_errors,
body .gform_wrapper.gravity-theme .gform_submission_error {
  color: #ff8a00;
  border-color: #ff8a00; }

body .gform_wrapper.gravity-theme .gfield_validation_message {
  display: none; }

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 3px solid #ff8a00; }

body .gform_wrapper.gravity-theme .gform_validation_errors {
  color: #ff8a00;
  background: transparent;
  border: none; }
  body .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
    background: url(../images/icon-warning.svg) no-repeat center center; }
    body .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon:before {
      opacity: 0; }
  body .gform_wrapper.gravity-theme .gform_validation_errors h2 {
    color: #ff8a00;
    font-size: 1.6rem;
    font-size: clamp(14px, 1.6rem, 1.6rem);
    line-height: calc(24/16); }

body .gform_wrapper.gravity-theme .gfield_required {
  text-transform: uppercase;
  font-size: 1.2rem;
  float: right; }
  body .gform_wrapper.gravity-theme .gfield_required:before {
    content: 'Required'; }
  body .gform_wrapper.gravity-theme .gfield_required span {
    text-indent: -9999px; }

body .gform_wrapper.gravity-theme .gfield_error .gfield_required {
  color: #ff8a00; }

.gform_confirmation_message {
  text-align: center; }

.share-buttons {
  height: 2.2rem;
  position: relative;
  width: 10rem; }
  .share-buttons span {
    line-height: 2.5rem;
    height: 2.5rem;
    top: -0.2rem;
    position: relative;
    margin-left: 1rem;
    cursor: pointer; }
  .share-buttons__share {
    width: 2.2rem;
    margin-bottom: 1rem;
    cursor: pointer; }
  .share-buttons ul {
    max-width: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 2rem;
    margin-top: 1rem;
    margin-left: 0rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0%;
    left: 80%;
    margin-right: 1rem;
    margin-top: -0.5rem; }
  .share-buttons--expanded ul {
    width: 15rem;
    max-width: 90rem;
    margin-left: 2rem; }
  .share-buttons li {
    width: 3rem;
    margin-left: 1.5rem;
    font-size: 0;
    color: transparent;
    display: block; }
  .share-buttons a {
    width: 3rem;
    height: 3rem;
    display: block;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%; }
    .share-buttons a svg {
      fill: #fff;
      height: 1.8rem; }

.contact-page {
  position: relative; }
  @media (max-width: 767px) {
    .contact-page {
      overflow-x: hidden; } }
  .contact-page .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .contact-page__left {
    padding-top: 29.5rem; }
    @media (max-width: 1199px) {
      .contact-page__left {
        padding-top: 6.4rem; } }
    .contact-page__left__inner {
      max-width: 69.5rem;
      float: right;
      padding-right: 12rem; }
      @media (max-width: 1199px) {
        .contact-page__left__inner {
          max-width: unset;
          padding-left: 3rem;
          padding-right: 2rem; } }
      @media (max-width: 699px) {
        .contact-page__left__inner {
          max-width: 100%;
          width: 100%;
          padding-right: 3rem; } }
    @media (max-width: 1199px) {
      .contact-page__left .title {
        font-size: 3.2rem; } }
  .contact-page__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 57rem;
    margin-top: 3rem; }
    @media (max-width: 699px) {
      .contact-page__details {
        margin-bottom: 5.6rem; } }
    .contact-page__details__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      @media (max-width: 1199px) {
        .contact-page__details__item {
          display: block;
          width: 100%; } }
    .contact-page__details__item__left {
      background: #f1f1f1;
      width: 10.4rem;
      min-height: 10.4rem;
      margin-bottom: 0.5rem;
      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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 3.2rem 0 0 0.8rem; }
      @media (max-width: 1199px) {
        .contact-page__details__item__left {
          width: 100%;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          border-radius: 0.8rem;
          padding: 2.4rem;
          height: auto;
          position: relative; }
          .contact-page__details__item__left:after {
            content: '';
            width: 1.2rem;
            height: 1.2rem;
            background: url(../images/icon-plus--orange.svg) no-repeat center center;
            display: block;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
            right: 2.4rem;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; } }
      .contact-page__details__item__left svg {
        margin-bottom: 1.4rem; }
        @media (max-width: 1199px) {
          .contact-page__details__item__left svg {
            margin-bottom: 0;
            margin-right: 1.4rem; } }
    .contact-page__details__item__right {
      width: 46.6rem;
      margin-bottom: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 1rem 2.2rem;
      background: #fff;
      border-radius: 0 0.8rem 0.8rem 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1199px) {
        .contact-page__details__item__right {
          width: 100%;
          max-height: 0;
          overflow: hidden;
          padding: 0 2.4rem;
          border-radius: 0 0 0.8rem 0.8rem; } }
      .contact-page__details__item__right a {
        font-weight: 700;
        border-bottom: 1px solid #E16C00;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .contact-page__details__item__right a:hover {
          border-color: #001971; }
      .contact-page__details__item__right a.btn {
        border: none; }
    @media (max-width: 1199px) {
      .contact-page__details .expanded .contact-page__details__item__left {
        margin-bottom: 0;
        border-radius: 0.8rem 0.8rem 0 0; } }
    .contact-page__details .expanded .contact-page__details__item__left:after {
      height: 0.2rem; }
    @media (max-width: 1199px) {
      .contact-page__details .expanded .contact-page__details__item__right {
        max-height: 999rem;
        padding: 2.4rem; } }
    @media (max-width: 1199px) {
      .contact-page__details .contact-page__details__phone,
      .contact-page__details .contact-page__details__email {
        display: block; } }
    .contact-page__details .contact-page__details__phone svg,
    .contact-page__details .contact-page__details__email svg {
      height: 1.6rem;
      width: auto;
      margin-right: 0.6rem; }
      .contact-page__details .contact-page__details__phone svg path,
      .contact-page__details .contact-page__details__email svg path {
        fill: #424242; }
    .contact-page__details .contact-page__details__phone a:first-of-type,
    .contact-page__details .contact-page__details__email a:first-of-type {
      margin-right: 2rem; }
    .contact-page__details .contact-page__details__phone ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1199px) {
        .contact-page__details .contact-page__details__phone ul {
          display: block; } }
      @media (max-width: 1199px) {
        .contact-page__details .contact-page__details__phone ul li {
          width: 100%;
          display: block;
          margin-bottom: 1.6rem; } }
    @media (max-width: 800px) {
      .contact-page__details .contact-page__details__email svg {
        display: none; } }
    @media (max-width: 389px) {
      .contact-page__details .contact-page__details__email svg {
        display: none; } }
    .contact-page__details .contact-page__details__visit-content {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 1199px) {
        .contact-page__details .contact-page__details__visit-content {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .contact-page__details .contact-page__details__visit-content .btn {
        height: 3.7rem;
        line-height: 3.7rem; }
    .contact-page__details__hours {
      width: 100%;
      position: relative;
      padding: 1.4rem 0; }
      .contact-page__details__hours:before {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        top: 0;
        bottom: 0;
        border-right: 1px solid #ddd; }
        @media (max-width: 1199px) {
          .contact-page__details__hours:before {
            display: none; } }
      .contact-page__details__hours li {
        float: left;
        clear: left;
        width: 50%;
        height: 1.4em; }
        @media (max-width: 1199px) {
          .contact-page__details__hours li {
            width: 100%; } }
      .contact-page__details__hours li:nth-of-type(6) {
        clear: none;
        margin-top: -5.6em;
        padding-left: 2.2rem; }
        @media (max-width: 1199px) {
          .contact-page__details__hours li:nth-of-type(6) {
            margin: 0;
            padding: 0; } }
      .contact-page__details__hours li:nth-of-type(7) {
        clear: none;
        margin-top: -4.2em;
        padding-left: 2.2rem; }
        @media (max-width: 1199px) {
          .contact-page__details__hours li:nth-of-type(7) {
            margin: 0;
            padding: 0; } }
  .contact-page__address {
    width: 15em;
    margin-bottom: 0; }
    @media (max-width: 1199px) {
      .contact-page__address {
        width: 100%;
        margin-bottom: 1em; } }
  .contact-page__right {
    padding-top: 29.5rem;
    padding-left: 11.6rem;
    padding-bottom: 10.4rem;
    background: #001971;
    border-radius: 0 0 0 8rem;
    color: #fff; }
    @media (max-width: 1199px) {
      .contact-page__right {
        padding-top: 6.4rem;
        padding-left: 2.4rem;
        padding-right: 3rem;
        padding-bottom: 6.5rem; } }
    @media (max-width: 699px) {
      .contact-page__right {
        border-radius: 0; } }
    .contact-page__right__inner {
      max-width: 58.1rem; }
  .contact-page__form-intro strong {
    font-weight: 500; }
  .contact-page .gform_wrapper.gravity-theme form {
    background: #0a2278;
    padding: 3.2rem 4.8rem;
    border-radius: 0.8rem 0.8rem 0.8rem 3.2rem; }
    @media (max-width: 1199px) {
      .contact-page .gform_wrapper.gravity-theme form {
        padding: 3.2rem 2.4rem; } }
  .contact-page .gform_wrapper.gravity-theme .gform_description b {
    font-weight: 500; }
  .contact-page .gform_wrapper.gravity-theme .gfield_label {
    color: #fff; }
  .contact-page .gform_wrapper.gravity-theme .gfield_required {
    color: #b5bcd6; }
  .contact-page .gform_wrapper.gravity-theme .gform_footer {
    padding-bottom: 0; }

.content-and-sidebar {
  padding-top: 5rem; }
  @media (max-width: 1199px) {
    .content-and-sidebar {
      padding-top: 3rem; } }
  .content-and-sidebar .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .content-and-sidebar__main {
    max-width: 76.8rem;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1199px) {
      .content-and-sidebar__main {
        max-width: inherit;
        margin: auto; } }
  .content-and-sidebar__side {
    max-width: 76.8rem;
    margin-left: auto; }
    @media (max-width: 1199px) {
      .content-and-sidebar__side {
        max-width: inherit;
        margin: 0 auto; } }
  .content-and-sidebar__content {
    position: sticky;
    position: -webkit-sticky;
    top: 12px; }
    @media (max-width: 1199px) {
      .content-and-sidebar__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        gap: 12px; } }
  .content-and-sidebar__cta {
    padding: 3rem 0 0 3rem;
    margin-bottom: 4rem;
    background: url(../images/sidebar-cta-bg.svg) no-repeat left top; }
    @media (max-width: 1199px) {
      .content-and-sidebar__cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: transparent;
        padding: 0;
        width: calc(50% - 0.8rem);
        float: left;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    @media (max-width: 699px) {
      .content-and-sidebar__cta {
        -webkit-box-flex: inherit;
            -ms-flex: inherit;
                flex: inherit;
        width: 100%; } }
    @media (max-width: 1199px) {
      .content-and-sidebar__cta {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .content-and-sidebar__cta__inner {
      padding: 7.2rem 4.8rem 4.8rem;
      border-radius: 8rem 0.8rem 0.8rem 0;
      position: relative; }
      @media (max-width: 1199px) {
        .content-and-sidebar__cta__inner {
          border-radius: 8rem 0.8rem 0.8rem 0.8rem;
          padding: 10rem 2.4rem 3.2rem 2.4rem; } }
    .content-and-sidebar__cta h1,
    .content-and-sidebar__cta h2,
    .content-and-sidebar__cta h3,
    .content-and-sidebar__cta h4,
    .content-and-sidebar__cta h5 {
      color: white; }
    .content-and-sidebar__cta__image {
      border-radius: 100%;
      position: relative;
      position: Absolute;
      border: 5px solid #fff;
      width: 10.4rem;
      top: -4.8rem;
      left: 4.8rem;
      background: #fff; }
      .content-and-sidebar__cta__image::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .content-and-sidebar__cta__image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .content-and-sidebar__cta .btn.get-in-touch:hover i:After {
      opacity: 1; }
    .content-and-sidebar__cta .btn.get-in-touch i {
      position: relative;
      background: url(../images/comment-arrow-up-right--blue.svg) no-repeat center center; }
      .content-and-sidebar__cta .btn.get-in-touch i:after {
        content: '';
        position: Absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../images/comment-arrow-up-right.svg) no-repeat center center;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .content-and-sidebar .ebay-box {
    background: #fff;
    padding: 4rem;
    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;
    border-radius: 4rem 0.8rem 0.8rem 0.8rem;
    margin-bottom: 4rem; }
    @media (max-width: 1199px) {
      .content-and-sidebar .ebay-box {
        width: calc(50% - 0.8rem);
        float: left;
        padding: 2.4rem;
        margin-left: 1.6rem; } }
    @media (max-width: 699px) {
      .content-and-sidebar .ebay-box {
        width: 100%;
        margin-left: 0; } }
    .content-and-sidebar .ebay-box__intro {
      font-size: 2rem;
      margin-bottom: 1rem; }
      @media (max-width: 1199px) {
        .content-and-sidebar .ebay-box__intro {
          font-size: 2rem; } }
    .content-and-sidebar .ebay-box__content {
      background: #efefef;
      padding: 1.6rem;
      width: 100%;
      border-radius: 0.8rem;
      margin-top: 3rem;
      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 (max-width: 1199px) {
        .content-and-sidebar .ebay-box__content {
          text-align: center;
          display: block; } }
      .content-and-sidebar .ebay-box__content p {
        float: left;
        width: 11em;
        font-weight: 700;
        text-align: center;
        color: #161616;
        margin: 0; }
        @media (max-width: 1199px) {
          .content-and-sidebar .ebay-box__content p {
            float: none;
            text-align: center;
            margin: 0 auto 1rem auto; } }
      .content-and-sidebar .ebay-box__content .btn {
        float: right; }
        @media (max-width: 1199px) {
          .content-and-sidebar .ebay-box__content .btn {
            float: none;
            margin: 0 auto; } }
    .content-and-sidebar .ebay-box__btn:hover rect {
      stroke: #E16C00;
      fill: #E16C00; }
    .content-and-sidebar .ebay-box__btn:hover .icon {
      top: -1rem;
      left: 1rem; }
    .content-and-sidebar .ebay-box__btn rect {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      fill: #fff; }
    .content-and-sidebar .ebay-box__btn .icon {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .content-and-sidebar .sidebar-box {
    background: #efefef;
    border-radius: 4rem 0.8rem 0.8rem 0.8rem;
    padding: 4rem;
    margin-bottom: 4rem;
    clear: both; }
    @media (max-width: 1199px) {
      .content-and-sidebar .sidebar-box {
        padding: 4rem 2.4rem; } }
    @media (max-width: 1199px) {
      .content-and-sidebar .sidebar-box {
        width: 100%;
        text-align: center; } }
    .content-and-sidebar .sidebar-box h2 {
      font-size: 3.2rem; }
    .content-and-sidebar .sidebar-box__item {
      margin-bottom: 3.5rem; }
      .content-and-sidebar .sidebar-box__item:last-of-type {
        margin-bottom: 0; }
      @media (max-width: 699px) {
        .content-and-sidebar .sidebar-box__item h3 {
          margin-bottom: .8rem; } }
    @media (max-width: 1199px) {
      .content-and-sidebar .sidebar-box.products-flexible {
        text-align: left;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }
    .content-and-sidebar .sidebar-box__excerpt {
      margin-bottom: 1em;
      line-height: calc(24/16); }
      .content-and-sidebar .sidebar-box__excerpt p {
        margin-bottom: 1.2rem; }
      @media (max-width: 1199px) {
        .content-and-sidebar .sidebar-box__excerpt {
          display: none; } }
    .content-and-sidebar .sidebar-box h3 a {
      color: #161616; }
  .content-and-sidebar .wysiwyg {
    margin-bottom: 6rem; }
    .content-and-sidebar .wysiwyg h2 {
      font-size: 4.8rem; }
      @media (max-width: 1199px) {
        .content-and-sidebar .wysiwyg h2 {
          font-size: 4rem; } }
    .content-and-sidebar .wysiwyg.text-style h2 {
      line-height: calc(56/45); }
  .content-and-sidebar .sidebar-list-cta {
    border-radius: 4rem 0.8rem 0.8rem 0.8rem;
    padding: 4rem;
    margin-bottom: 4rem;
    background-color: #fff; }
    @media (max-width: 1199px) {
      .content-and-sidebar .sidebar-list-cta {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 767px) {
      .content-and-sidebar .sidebar-list-cta {
        width: 100%; } }
    .content-and-sidebar .sidebar-list-cta__inner {
      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; }
    .content-and-sidebar .sidebar-list-cta__title {
      font-size: 32px;
      margin-bottom: 16px; }
      @media (max-width: 1199px) {
        .content-and-sidebar .sidebar-list-cta__title {
          text-wrap: nowrap; } }
    .content-and-sidebar .sidebar-list-cta__sub-title {
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 8px;
      color: #161616; }
    .content-and-sidebar .sidebar-list-cta .button-wrap {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-bottom: 32px; }
      .content-and-sidebar .sidebar-list-cta .button-wrap a {
        width: 100%; }
    .content-and-sidebar .sidebar-list-cta__list {
      width: 100%;
      padding: 32px 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 24px;
      background-color: #EFEFEF;
      border-radius: 8px; }
      .content-and-sidebar .sidebar-list-cta__list li {
        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;
        color: #424242;
        font-weight: bold;
        line-height: 24px; }
        .content-and-sidebar .sidebar-list-cta__list li i {
          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: 32px;
          height: 32px;
          background-color: #E16C00;
          color: #fff;
          border-radius: 100%; }

.page .hero + .content-and-sidebar {
  margin-top: -8vw; }
  @media (max-width: 1199px) {
    .page .hero + .content-and-sidebar {
      padding-top: 8rem;
      margin-top: 0; } }

.quote-flexible {
  padding: 4rem;
  border-radius: 0.8rem;
  margin-bottom: 6.4rem; }
  .quote-flexible__highlight {
    font-size: 2rem;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 380px) {
      .quote-flexible__highlight {
        display: block; } }
    .quote-flexible__highlight svg {
      margin-right: 3rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 380px) {
        .quote-flexible__highlight svg {
          display: block;
          margin-bottom: 2rem; } }
  .quote-flexible__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .quote-flexible__meta__image {
      position: relative;
      border-radius: 100%;
      width: 7.2rem;
      height: 7.2rem;
      margin-right: 1.8rem; }
      .quote-flexible__meta__image::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .quote-flexible__meta__image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .quote-flexible__meta p {
      margin: 0; }

.video-flexible {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 6.4rem; }
  .video-flexible iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0.8rem; }

.gallery-flexible__image {
  position: relative;
  margin-bottom: 1.6rem;
  border-radius: 0.8rem; }
  .gallery-flexible__image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.46884%; }
  .gallery-flexible__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.cta {
  padding-top: 5rem;
  padding-bottom: 10.4rem; }
  @media (max-width: 1199px) {
    .cta {
      padding: 4rem 0; } }
  .cta__inner {
    background: #efefef;
    border-radius: 8rem 0.8rem 0.8rem 0;
    padding: 4.4rem;
    max-width: 112.5rem;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .cta__inner {
        border-radius: 0.8rem; } }
    @media (max-width: 699px) {
      .cta__inner {
        border-radius: 4rem 0.8rem 0.8rem 0.8rem;
        padding: 4.4rem 2.4rem; } }
  .cta .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .cta img {
    max-width: 13.6rem; }
    @media (max-width: 699px) {
      .cta img {
        margin: 0 auto 4rem auto;
        display: block; } }
  .cta h2 {
    font-size: 3.2rem;
    margin-bottom: 0.3em; }
  .cta p:last-of-type {
    margin-bottom: 0; }

.faqs {
  clear: both;
  background: #fff;
  margin-top: 4rem;
  padding: 8rem 0; }
  @media (max-width: 1199px) {
    .faqs {
      margin-top: 4rem; } }
  .faqs .container {
    max-width: 123.8rem;
    margin: 0 auto; }
  .faqs__left-col {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media (max-width: 1199px) {
      .faqs__left-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
  .faqs__right-col {
    padding-left: 0; }
  .faqs__header {
    background: #efefef;
    padding: 9.2rem 4.8rem 4.8rem 4.8rem;
    border-radius: 8rem 0 0 0.8rem; }
    @media (max-width: 1199px) {
      .faqs__header {
        padding: 4rem; } }
  .faqs .faq__item {
    border-bottom: 1px solid #f8f8f8; }
    .faqs .faq__item__question {
      font-size: 1.6rem;
      font-size: clamp(14px, 1.6rem, 1.6rem);
      position: relative;
      padding: 2rem 2.4rem;
      cursor: pointer;
      margin: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 1199px) {
        .faqs .faq__item__question {
          padding: 2rem 2.4rem; } }
      .faqs .faq__item__question__icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        right: 0;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .faqs .faq__item__question svg {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .faqs .faq__item__answer {
      padding: 0 2.4rem;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      line-height: calc(24/16); }
    .faqs .faq__item.expanded .faq__item__question {
      color: #E16C00; }
      .faqs .faq__item.expanded .faq__item__question svg {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
        .faqs .faq__item.expanded .faq__item__question svg path {
          fill: #E16C00; }
    .faqs .faq__item.expanded .faq__item__answer {
      max-height: 300vh;
      opacity: 1;
      overflow: visible;
      margin-bottom: 2rem; }
      .faqs .faq__item.expanded .faq__item__answer ul {
        -webkit-padding-start: 40px;
                padding-inline-start: 40px; }
        .faqs .faq__item.expanded .faq__item__answer ul li {
          list-style-type: disc;
          margin-bottom: 1.3em; }

.hero {
  position: relative; }
  @media (max-width: 699px) {
    .hero {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .hero__image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: url(../images/hero-image-vector.svg) no-repeat left bottom;
    background-size: auto; }
    @media (max-width: 1199px) {
      .hero__image-wrap {
        width: 100%; } }
    @media (max-width: 699px) {
      .hero__image-wrap {
        position: relative;
        width: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 0 0 2.4rem 2.4rem;
        background-size: auto 100%; } }
    @media (max-width: 1199px) {
      .hero__image-wrap:After {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#f8f8f8), color-stop(50%, #f8f8f8), to(rgba(248, 248, 248, 0)));
        background: linear-gradient(to right, #f8f8f8 0%, #f8f8f8 50%, rgba(248, 248, 248, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  @media (max-width: 1199px) and (max-width: 699px) {
    .hero__image-wrap:After {
      display: none; } }
    @media (max-width: 1199px) {
      .pagename-thank-you .hero__image-wrap:After {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(70%, rgba(255, 255, 255, 0)));
        background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 70%); } }
  .hero__image {
    position: absolute;
    top: 0;
    right: 0;
    left: 5.8rem;
    bottom: 5.8rem;
    border-radius: 0 0 0 8rem; }
    @media (max-width: 1199px) {
      .hero__image {
        left: 0;
        bottom: 0; } }
    @media (max-width: 699px) {
      .hero__image {
        position: relative;
        position: relative; }
        .hero__image::before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 113.42466%; }
        .hero__image > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .hero__image__border-1, .hero__image__border-2, .hero__image__border-3 {
      position: absolute;
      top: 0;
      right: 0; }
    @media (max-width: 1199px) {
      .pagename-thank-you .hero__image {
        width: 50%;
        left: inherit;
        border-radius: 0; } }
    @media (max-width: 767px) {
      .pagename-thank-you .hero__image {
        width: 100%;
        border-radius: 0 0 0 8rem; } }
  @media (max-width: 699px) {
    .hero__content-wrap {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }
  .hero__left-col {
    min-height: 59.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 21.5rem;
    padding-bottom: 9rem; }
    @media (max-width: 1199px) {
      .hero__left-col {
        height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    .pagename-thank-you .hero__left-col {
      min-height: auto; }
      @media (max-width: 1199px) {
        .pagename-thank-you .hero__left-col {
          min-height: 522px; } }
      @media (max-width: 767px) {
        .pagename-thank-you .hero__left-col {
          padding: 32px 0;
          min-height: auto; } }
    @media (max-width: 1199px) {
      .hero__left-col .google-review-small {
        margin-top: 4rem;
        margin-bottom: 3rem; } }
    @media (max-width: 1199px) {
      .pagename-thank-you .hero__left-col .google-review-small {
        margin: 0 0 3rem; } }
    @media (max-width: 767px) {
      .pagename-thank-you .hero__left-col .google-review-small {
        margin: 0 0 16px; } }
  .hero__content {
    max-width: 58.5rem;
    max-width: 585px; }
    @media (max-width: 699px) {
      .hero__content {
        max-width: 100%; } }
  .hero__back {
    border: 1px solid #c7c7c7;
    height: 3.7rem;
    line-height: 3.7rem;
    background: #fff;
    color: #424242;
    cursor: pointer; }
  .hero__title {
    font-size: 6.4rem;
    line-height: calc(72 / 64);
    clear: both;
    margin-top: 6rem;
    margin-bottom: 0.3em; }
    @media (max-width: 1199px) {
      .hero__title {
        font-size: 4rem; } }
    @media (max-width: 767px) {
      .hero__title {
        font-size: 3.2rem; } }
    @media (max-width: 1199px) {
      .hero__title {
        font-size: 4rem;
        margin-bottom: 0.7em; } }
    @media (max-width: 699px) {
      .hero__title {
        font-size: 3.2rem; } }
  .hero .tag {
    margin-bottom: 3rem;
    position: relative;
    display: inline-block; }
    @media (max-width: 1199px) {
      .hero .tag {
        margin-top: 0;
        top: 0; } }
  .hero__client {
    color: #001971;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 3rem;
    margin-bottom: 0.4rem;
    letter-spacing: -0.05em; }
  .hero__date {
    margin-bottom: 0.4rem; }
  .hero__intro {
    margin-bottom: 2.5rem; }
    @media (max-width: 767px) {
      .pagename-thank-you .hero__intro {
        margin-bottom: 0; } }
  .hero__dropdown {
    float: left;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 1.6rem;
    position: relative;
    z-index: 2; }
    @media (max-width: 1199px) {
      .hero__dropdown {
        width: 100%;
        margin-bottom: 2rem;
        margin-right: 1rem;
        text-align: left; } }
    .page-id-1216 .hero__dropdown {
      display: none !important; }
    .hero__dropdown.expanded .hero__dropdown__items {
      max-height: 50rem;
      opacity: 1; }
    .hero__dropdown.expanded .btn i {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .hero__dropdown .btn {
      min-width: 24.6rem;
      text-align: left; }
      @media (max-width: 699px) {
        .hero__dropdown .btn {
          display: none; } }
      .hero__dropdown .btn i {
        float: right;
        margin-top: 1.8rem; }
    .hero__dropdown__items {
      background: #fff;
      z-index: 1;
      position: absolute;
      top: 100%;
      left: 0;
      width: calc(100% - 1.6rem);
      width: 24.6rem;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      border: 1px solid #ddd;
      border-top: none;
      border-radius: 0 0 0.4rem 0.4rem;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      @media (max-width: 699px) {
        .hero__dropdown__items {
          position: relative;
          max-height: inherit;
          opacity: 1;
          width: 100%;
          border: none;
          background-color: transparent;
          margin-top: -1rem; } }
      .hero__dropdown__items li {
        padding: 1rem;
        font-size: 1.4rem;
        font-size: clamp(13px, 1.4rem, 1.4rem); }
      .hero__dropdown__items a {
        color: #424242; }
        @media (max-width: 1199px) {
          .hero__dropdown__items a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            color: #E16C00;
            font-weight: bold; } }
        @media (max-width: 1199px) {
          .hero__dropdown__items a span {
            text-decoration: underline; } }
        @media (min-width: 1199px) {
          .hero__dropdown__items a i {
            display: none; } }
        .hero__dropdown__items a:hover {
          color: #E16C00; }
  .hero .button-wrap .btn {
    float: left;
    margin-right: 1.6rem; }
    @media (max-width: 1199px) {
      .hero .button-wrap .btn {
        margin-right: 1rem;
        margin-bottom: 1rem; } }
    @media (max-width: 699px) {
      .hero .button-wrap .btn {
        width: 100%;
        margin-right: 0; } }
    @media (max-width: 389px) {
      .hero .button-wrap .btn {
        width: 100%;
        margin-bottom: 1.6rem; } }

.hero:has(+ .hero__review-wrap) .hero__left-col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25.5rem;
  padding-top: 21.5rem;
  padding-bottom: 26.5rem; }
  @media (max-width: 1199px) {
    .hero:has(+ .hero__review-wrap) .hero__left-col {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

.hero:has(+ .hero__review-wrap) .hero__title {
  margin-top: 4rem; }
  @media (max-width: 1199px) {
    .hero:has(+ .hero__review-wrap) .hero__title {
      font-size: 3.2rem; } }

@media (max-width: 1199px) {
  .hero:has(+ .hero__review-wrap) .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: 100%; } }

@media (max-width: 399px) {
  .hero:has(+ .hero__review-wrap) .button-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 1199px) {
  .hero:has(+ .hero__review-wrap) .btn {
    width: 100%;
    margin-bottom: 1rem; } }

.hero:has(+ .content-and-sidebar) .hero__left-col {
  padding-bottom: 14rem; }
  @media (max-width: 1199px) {
    .hero:has(+ .content-and-sidebar) .hero__left-col {
      padding-top: 0rem;
      padding-bottom: 0rem; } }

.single-casestudy .hero .hero__left-col,
.post-type-archive-casestudy .hero .hero__left-col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 25.5rem; }
  @media (max-width: 1199px) {
    .single-casestudy .hero .hero__left-col,
    .post-type-archive-casestudy .hero .hero__left-col {
      padding-top: 6.4rem; } }

.single-casestudy .hero .google-review-small,
.post-type-archive-casestudy .hero .google-review-small {
  display: none; }

.single-casestudy .hero + .content-and-sidebar,
.post-type-archive-casestudy .hero + .content-and-sidebar {
  margin-top: -10rem;
  padding-top: 0; }
  @media (max-width: 1199px) {
    .single-casestudy .hero + .content-and-sidebar,
    .post-type-archive-casestudy .hero + .content-and-sidebar {
      margin-top: 8rem; } }

.single-casestudy .hero .hero__title {
  margin-top: 3rem; }

.single-casestudy .hero .btn i {
  margin-left: 0;
  margin-right: 0.5rem; }

@media (max-width: 1199px) {
  .post-type-archive-casestudy .hero .hero__left-col {
    padding-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 64.2rem; } }

@media (max-width: 699px) {
  .post-type-archive-casestudy .hero .hero__left-col {
    min-height: 0; } }

.post-type-archive-casestudy .hero .hero__title {
  margin-top: 7rem;
  margin-bottom: 1em; }
  @media (max-width: 1199px) {
    .post-type-archive-casestudy .hero .hero__title {
      margin-top: 0; } }

@media (max-width: 1199px) {
  .post-type-archive-casestudy .hero .btn {
    width: 100%; } }

@media (max-width: 1199px) {
  .single .hero .hero__content .button-wrap .btn {
    width: 100%; } }

@media (max-width: 1199px) {
  .home .hero .hero__left-col {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%; } }

@media (max-width: 699px) {
  .home .hero .hero__left-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }

@media (max-width: 1199px) {
  .home .hero .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: .5rem; } }

@media (max-width: 399px) {
  .home .hero .button-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 1199px) {
  .home .hero .button-wrap .btn {
    width: 100%; } }

@media (max-width: 699px) {
  .home .hero .button-wrap .btn {
    width: 100%; } }

@media (max-width: 399px) {
  .home .hero .button-wrap .btn {
    width: 100%;
    margin-left: 0; } }

.home .hero .button-wrap .btn:last-of-type {
  margin-right: 0; }

@media (max-width: 1199px) {
  .pagename-thank-you .ratio-image img {
    right: 0;
    min-width: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

.hero__review {
  margin-top: -17.5rem;
  position: relative;
  z-index: 1; }
  @media (max-width: 1199px) {
    .hero__review {
      margin-top: 4rem; } }
  .hero__review .row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0; }
  .hero__review__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    background: #001971;
    border-radius: 8rem 0 0 0.8rem; }
    @media (max-width: 1199px) {
      .hero__review__left {
        border-radius: 4rem 0.8rem 0 0; } }
    .hero__review__left__inner {
      padding: 4rem 6.4rem;
      width: 100%; }
      @media (max-width: 1199px) {
        .hero__review__left__inner {
          padding: 2.4rem 4rem; } }
    .hero__review__left__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      width: 100%;
      margin-bottom: 3rem;
      margin-bottom: 2.5rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (max-width: 380px) {
        .hero__review__left__header {
          margin-bottom: 1rem; } }
      .hero__review__left__header p {
        margin: 0; }
    .hero__review__left__icon {
      background: #fff;
      border-radius: 0.4rem;
      width: 4rem;
      height: 4rem;
      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;
      float: left;
      margin-right: 1.6rem; }
  @media (max-width: 380px) {
    .hero__review__stars {
      position: static;
      width: 100%;
      left: 0;
      right: auto; } }
  .hero__review__stars svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 0; }
    @media (max-width: 380px) {
      .hero__review__stars svg {
        position: static; } }
  .hero__review__date {
    text-transform: uppercase;
    font-size: 1.2rem; }
  .hero__review__quote {
    clear: both;
    margin-bottom: 0; }
    .hero__review__quote p:last-of-type {
      margin-bottom: 0; }
  .hero__review__right {
    color: #424242;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
    border-radius: 0 0.8rem 0.8rem 0;
    background: #fff; }
    @media (max-width: 1199px) {
      .hero__review__right {
        padding-left: 0;
        border-radius: 0 0 0.8rem 0.8rem; } }
    .hero__review__right__inner {
      padding: 4rem 4rem 4rem 4rem;
      width: 100%; }
      @media (max-width: 1199px) {
        .hero__review__right__inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 4rem;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
      @media (max-width: 699px) {
        .hero__review__right__inner {
          display: block;
          position: relative;
          top: 1px; } }
    .hero__review__right__title {
      max-width: 13em;
      text-align: center;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 699px) {
        .hero__review__right__title {
          display: none; } }
    .hero__review__right .google-review-small {
      margin: 0 auto;
      display: block;
      float: none; }
      .hero__review__right .google-review-small__number {
        margin-top: 0.2rem; }
    .hero__review__right .btn-wrap {
      margin-top: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .hero__review__right .btn {
      display: inline-block;
      margin: 0 auto;
      line-height: 5rem; }
      .hero__review__right .btn svg {
        margin-left: 5px;
        margin-top: -2px; }

.product-flexible {
  margin-bottom: 6.4rem; }
  @media (max-width: 1199px) {
    .product-flexible {
      margin-bottom: 8rem; } }
  .product-flexible__image-wrap {
    position: relative;
    border-radius: 8rem 0.8rem 0 0;
    overflow: hidden; }
  .product-flexible__image {
    position: relative; }
    .product-flexible__image::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.27907%; }
    .product-flexible__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .product-flexible__title {
    position: absolute;
    bottom: 2.2rem;
    left: 2.2rem;
    font-size: 3.2rem; }
    @media (max-width: 699px) {
      .product-flexible__title {
        font-size: 2rem; } }
  .product-flexible__content {
    padding: 2.4rem;
    background: #fff;
    border-radius: 0 0 0.8rem 0; }
    @media (max-width: 699px) {
      .product-flexible__content .tag {
        width: 100%;
        text-align: center;
        padding-right: 1rem; } }
    .product-flexible__content .truncate:not(.open) {
      width: 100%;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      display: -webkit-box; }
    .product-flexible__content .truncate p:last-of-type {
      margin-bottom: 0; }
    .product-flexible__content .read-more {
      color: #E16C00;
      text-decoration: underline;
      display: block;
      font-weight: bold;
      cursor: pointer;
      line-height: calc(24/16);
      outline: none; }
      .product-flexible__content .read-more:hover, .product-flexible__content .read-more:active, .product-flexible__content .read-more:focus {
        color: #E16C00;
        text-decoration: underline; }
      .product-flexible__content .read-more .more {
        display: block; }
      .product-flexible__content .read-more .less {
        display: none; }
      .product-flexible__content .read-more.open .more {
        display: none; }
      .product-flexible__content .read-more.open .less {
        display: block; }
    .product-flexible__content .btn-wrap {
      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;
      margin: 3rem 0 1rem 0; }
      @media (max-width: 699px) {
        .product-flexible__content .btn-wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          gap: .8rem; } }
      @media (max-width: 699px) {
        .product-flexible__content .btn-wrap .btn {
          width: 100%; } }

.products-block {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media (max-width: 767px) {
    .products-block {
      overflow-x: hidden;
      gap: 20px; } }
  .pagename-thank-you .products-block {
    padding-top: 8rem;
    padding-bottom: 8rem; }
    @media (max-width: 767px) {
      .pagename-thank-you .products-block {
        margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .products-block__title {
      margin-bottom: 2em; }
      .products-block__title br {
        display: none; } }
  .products-alt-block .products-block__title {
    font-size: 4.8rem; }
    @media (max-width: 1199px) {
      .products-alt-block .products-block__title {
        font-size: 3.2rem;
        margin-bottom: 0; } }
  .products-block__intro {
    max-width: 68.7rem; }
  .products-block__items {
    padding-top: 7rem; }
    @media (max-width: 1199px) {
      .products-block__items {
        padding-top: 4.4rem; } }
    @media (max-width: 744px) {
      .products-block__items {
        width: 66.4rem; } }
    @media (max-width: 480px) {
      .products-block__items {
        width: 100%; } }
    .products-alt-block .products-block__items {
      padding-top: 32px; }
      @media (max-width: 1199px) {
        .products-alt-block .products-block__items {
          row-gap: 16px; } }
    .products-block__items:after {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      width: 50vw;
      background: #f8f8f8; }
  .products-block .slick-list {
    overflow: visible; }
  .products-block__item--1 .products-block__item__title {
    width: 10em; }
  .products-block__item__inner:hover .products-block__item__link span {
    border-color: #001971;
    margin-right: 1.5rem;
    color: #001971; }
  .products-block__item__inner:hover .products-block__item__link i {
    color: #001971; }
  .products-block__item__image {
    position: relative; }
    .products-block__item__image::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.22517%; }
    .products-block__item__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (max-width: 1199px) {
      .products-block__item__image {
        position: relative; }
        .products-block__item__image::before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 87.73006%; }
        .products-block__item__image > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .products-alt-block .products-block__item__image {
      position: relative; }
      .products-alt-block .products-block__item__image::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 89.40397%; }
      .products-alt-block .products-block__item__image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .products-block .image-zoom {
    border-radius: 8rem 0.8rem 0.8rem 0; }
    @media (max-width: 1199px) {
      .products-block .image-zoom {
        border-radius: 4rem 0.8rem 0.8rem 0; } }
    .products-block .image-zoom:After {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .products-block__item__content {
    position: relative; }
  .products-block__item__title {
    overflow: hidden;
    padding: 0.8rem;
    margin-bottom: 0;
    font-size: 2.4rem;
    font-weight: 900;
    border-radius: 1.6rem 0.4rem 0.4rem 0;
    line-height: calc(32/24);
    display: inline-block;
    z-index: 1; }
    @media (max-width: 1199px) {
      .products-block__item__title {
        left: 1.6rem;
        width: auto;
        display: inline; } }
    .products-block__item__title:before {
      content: '';
      background: rgba(255, 255, 255, 0.85);
      -webkit-filter: blur(10px);
              filter: blur(10px);
      position: absolute;
      left: -10px;
      top: -10px;
      right: -10px;
      bottom: -10px;
      z-index: 0; }
    .products-block__item__title span {
      position: relative;
      z-index: 1; }
  .products-block__item__content {
    color: #424242;
    padding-top: 2.2rem; }
  .products-block .slick-arrow {
    display: none !important; }

.auction-nudge-items .an-wrap a {
  color: #001971; }
  .auction-nudge-items .an-wrap a:hover {
    text-decoration: underline; }

.reviews-grid {
  position: relative;
  padding-top: 5rem;
  margin-bottom: 8rem; }
  .reviews-grid__grid {
    position: relative; }
    .reviews-grid__grid:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 17rem;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100;White+to+Transparent */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), to(#f8f8f8));
      background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .reviews-grid__grid .grw-header, .reviews-grid__grid .ti-widget.ti-goog .ti-header {
      display: none; }
    .reviews-grid__grid .ti-reviews-container-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
  .reviews-grid .wp-gr[data-layout="grid"] .grw-reviews {
    margin: 0px !important;
    font-family: "Red Hat Text", sans-serif !important; }
  .reviews-grid .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd,
  .reviews-grid .ti-widget.ti-goog .ti-review-item > .ti-inner {
    background: #fff !important;
    padding: 1.6rem !important;
    padding-bottom: 0.6rem !important; }
  .reviews-grid .ti-widget.ti-goog .ti-col-4 .ti-review-item {
    width: 33.3%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%; }
    @media (max-width: 1199px) {
      .reviews-grid .ti-widget.ti-goog .ti-col-4 .ti-review-item {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
  .reviews-grid .ti-widget.ti-goog .ti-col-2 .ti-review-item {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .reviews-grid .ti-widget.ti-goog .ti-review-item {
    width: 33.3%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
    max-width: 33.3%;
    padding: 0.8rem !important;
    margin: 0 !important; }
    @media (max-width: 1199px) {
      .reviews-grid .ti-widget.ti-goog .ti-review-item {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        display: none; } }
    @media (max-width: 699px) {
      .reviews-grid .ti-widget.ti-goog .ti-review-item {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media (max-width: 1199px) {
    .reviews-grid .ti-widget.ti-goog .ti-review-item:nth-child(-n+6) {
      display: block; } }
  .reviews-grid .ti-widget.ti-goog .ti-review-header {
    margin-bottom: 3rem; }
  .reviews-grid .wp-google-left:before {
    content: '';
    width: 4rem;
    height: 4rem;
    background: #f4f4f4 url(../images/icon-google.svg) no-repeat center center;
    display: block;
    float: left;
    margin-right: 1.6rem; }
  .reviews-grid .wp-google-left img {
    display: none; }
  .reviews-grid .ti-widget.ti-goog .ti-profile-img {
    background: #f4f4f4 url(../images/icon-google.svg) no-repeat center center;
    border-radius: 0.4rem; }
    .reviews-grid .ti-widget.ti-goog .ti-profile-img img {
      opacity: 0; }
  .reviews-grid .wp-gr .grw-review-inner > svg {
    display: none; }
  .reviews-grid .wp-gr.wpac a.wp-google-name,
  .reviews-grid .ti-widget.ti-goog .ti-widget-container .ti-name {
    color: #161616 !important;
    font-size: clamp(14px, 1.6rem, 1.6rem) !important;
    text-transform: capitalize;
    font-family: "Red Hat Text", sans-serif !important; }
  .reviews-grid .wp-gr .wp-google-time,
  .reviews-grid .ti-widget.ti-goog .ti-widget-container .ti-date {
    color: #424242 !important;
    font-size: 1.2rem !important;
    text-transform: uppercase !important;
    font-family: "Red Hat Text", sans-serif !important; }
  .reviews-grid .wp-gr .grw-review .wp-google-stars,
  .reviews-grid .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner > .ti-stars {
    margin: 0 !important;
    position: absolute !important;
    right: 1.2rem !important;
    top: 1.6rem !important;
    top: 2.6rem !important; }
    .reviews-grid .wp-gr .grw-review .wp-google-stars .ti-star,
    .reviews-grid .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner > .ti-stars .ti-star {
      width: 1.3rem !important;
      margin-right: 2px !important; }
    .reviews-grid .wp-gr .grw-review .wp-google-stars .wp-star svg,
    .reviews-grid .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner > .ti-stars .wp-star svg {
      width: 1.3rem !important; }
      .reviews-grid .wp-gr .grw-review .wp-google-stars .wp-star svg path,
      .reviews-grid .ti-widget.ti-goog .ti-reviews-container-wrapper .ti-inner > .ti-stars .wp-star svg path {
        fill: #f1ae00; }
  .reviews-grid .ti-widget.ti-goog .ti-review-content {
    height: auto !important;
    font-size: 1.6rem;
    font-size: clamp(14px, 1.6rem, 1.6rem);
    line-height: calc(24/16);
    font-family: "Red Hat Text", sans-serif !important;
    margin-bottom: 1px; }
    .reviews-grid .ti-widget.ti-goog .ti-review-content .ti-inner {
      max-height: 9999px !important;
      padding-bottom: 1rem;
      font-family: "Red Hat Text", sans-serif !important;
      font-size: 1.6rem;
      font-size: 1.6rem;
      font-size: clamp(14px, 1.6rem, 1.6rem); }
  .reviews-grid .ti-widget.ti-goog .ti-footer {
    display: none; }
  .reviews-grid__cta {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: 0;
    overflow: hidden;
    max-width: 39.7rem;
    padding: 4rem;
    border: 1px solid #ddd;
    border-radius: 0.8rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px); }
    .reviews-grid__cta:before {
      position: Absolute;
      top: -10px;
      right: -10px;
      bottom: -10px;
      left: -10px;
      background: rgba(255, 255, 255, 0.85);
      z-index: 0;
      -webkit-filter: blur(10px);
              filter: blur(10px); }
    .reviews-grid__cta__inner {
      position: relative;
      z-index: 1; }
    .reviews-grid__cta h3 {
      line-height: calc(32/24); }
    .reviews-grid__cta .btn {
      line-height: 5.1rem; }
  .reviews-grid .google-review-small {
    margin: 0 auto 2.4rem auto;
    float: none; }
    .reviews-grid .google-review-small__number {
      margin-top: 0.2rem; }

@media (max-width: 1199px) {
  .usp-grid + .reviews-grid {
    padding-top: 0; } }

.secondary-services {
  margin-top: 10.4rem; }
  @media (max-width: 1199px) {
    .secondary-services {
      margin-top: 8rem; } }
  .secondary-services .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .secondary-services__left-col {
    max-width: 68.6rem; }
    @media (max-width: 1199px) {
      .secondary-services__left-col {
        max-width: 100%; } }
  .secondary-services__intro {
    line-height: calc(24/16); }
    @media (max-width: 1199px) {
      .secondary-services__intro {
        width: 49%;
        float: left; } }
    @media (max-width: 699px) {
      .secondary-services__intro {
        width: 100%; } }
  .secondary-services__cta {
    background: #efefef;
    padding: 4rem;
    border-radius: 0.8rem; }
    @media (max-width: 1199px) {
      .secondary-services__cta {
        width: 48%;
        float: right;
        padding: 2.4rem;
        border-radius: 4rem 0.8rem 0.8rem 0.8rem; } }
    @media (max-width: 699px) {
      .secondary-services__cta {
        width: 100%;
        text-align: left; } }
    @media (max-width: 1199px) {
      .secondary-services__cta .row {
        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 (max-width: 699px) {
      .secondary-services__cta .row {
        text-align: left;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .secondary-services__cta__left-col {
      max-width: 12rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 699px) {
        .secondary-services__cta__left-col {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
    .secondary-services__cta .ratio-image {
      border-radius: 100%;
      position: relative;
      width: 100%; }
      .secondary-services__cta .ratio-image::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .secondary-services__cta .ratio-image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      @media (max-width: 1199px) {
        .secondary-services__cta .ratio-image {
          margin-bottom: 2.4rem;
          width: 10.4rem; } }
    .secondary-services__cta h3 {
      font-size: 2rem; }
  @media (max-width: 1199px) {
    .secondary-services__images {
      margin-top: 6rem; } }
  .secondary-services__image {
    position: relative;
    border-radius: 4rem 0.8rem 0.8rem 0.8rem;
    margin-bottom: 1.6rem; }
    .secondary-services__image::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.26866%; }
    .secondary-services__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .secondary-services .title-white-bg {
    font-size: 2rem; }

.secondary-services + .secondary-services {
  margin-top: 13.6rem; }
  @media (max-width: 1199px) {
    .secondary-services + .secondary-services {
      margin-top: 6.4rem; } }
  .secondary-services + .secondary-services > .container:before {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid #ddd;
    position: relative;
    top: -7.2rem; }
    @media (max-width: 1199px) {
      .secondary-services + .secondary-services > .container:before {
        display: none; } }

.services-block {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media (max-width: 1199px) {
    .services-block {
      padding: 4rem 0; } }
  @media (max-width: 767px) {
    .services-block {
      overflow-x: hidden; } }
  .services-block__intro {
    max-width: 33.6rem; }
    @media (max-width: 1199px) {
      .services-block__intro {
        max-width: unset; } }
  @media (max-width: 1199px) {
    .services-block__right-col {
      margin-left: -0.8rem;
      margin-top: 6.4rem; } }
  @media (max-width: 744px) {
    .services-block__items-wrap {
      width: 66.4rem; } }
  @media (max-width: 480px) {
    .services-block__items-wrap {
      width: 100%; } }
  .services-block .slick-list {
    overflow: visible; }
    .services-block .slick-list:after {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      width: 50vw;
      background: #f8f8f8;
      display: none; }
      @media (max-width: 1199px) {
        .services-block .slick-list:after {
          display: block; } }
  .services-block__item {
    margin-bottom: 1.6rem; }
    @media (max-width: 1199px) {
      .services-block__item {
        padding: 0 1.6rem; } }
    .services-block__item:hover .services-block__item__title {
      color: #001971; }
    .services-block__item:hover .services-block__item__link span {
      border-color: #001971;
      margin-right: 1.5rem;
      color: #001971; }
    .services-block__item:hover .services-block__item__link i {
      color: #001971; }
    @media (max-width: 1199px) {
      .services-block__item__image-wrap {
        padding: 0; } }
    .services-block__item__image {
      position: relative;
      width: 100%; }
      .services-block__item__image::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 69.26606%; }
      .services-block__item__image > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .services-block__item .image-zoom {
      border-radius: 3.2rem 0.8rem 0.8rem 0; }
    .services-block__item__content {
      padding-left: 3.2rem;
      color: #424242; }
      @media (max-width: 1199px) {
        .services-block__item__content {
          padding: 2.4rem 0; } }
    .services-block__item__title {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .services-block__item__title:hover {
        color: #001971; }
  .services-block .slick-arrow {
    display: none !important; }

@media (max-width: 1199px) {
  .products-block + .services-block {
    padding-top: 2rem; } }

.text-and-image {
  min-height: 33vw;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10rem auto; }
  @media (max-width: 1199px) {
    .text-and-image {
      display: block;
      margin-top: 4rem;
      padding-bottom: 4.8rem;
      margin-bottom: 80px; } }
  .text-and-image__left-col {
    position: relative;
    z-index: 1;
    padding: 5rem 0; }
    @media (max-width: 1199px) {
      .text-and-image__left-col {
        padding: 0;
        margin-top: -8rem; } }
    @media (max-width: 699px) {
      .text-and-image__left-col {
        margin-top: -4rem; } }
    .text-and-image__left-col .button-wrap {
      margin-top: 3.5rem; }
  .text-and-image__text {
    max-width: 56.8rem; }
    @media (max-width: 1199px) {
      .text-and-image__text {
        max-width: 100%; } }
  .text-and-image h2 {
    margin-bottom: 0.8em; }
    @media (max-width: 1199px) {
      .text-and-image h2 {
        font-size: 4rem; } }
    @media (max-width: 699px) {
      .text-and-image h2 {
        margin-bottom: 0.5em; } }
  .text-and-image__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%; }
    @media (max-width: 1199px) {
      .text-and-image__image {
        width: 100%;
        min-height: 500px;
        position: relative; } }
    @media (max-width: 767px) {
      .text-and-image__image {
        width: 100%;
        z-index: 0;
        position: relative; } }
    @media (max-width: 767px) {
      .text-and-image__image {
        min-height: 263px;
        position: relative; }
        .text-and-image__image::before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 67.4359%; }
        .text-and-image__image > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .text-and-image__image:after {
      content: '';
      position: Absolute;
      top: 0;
      left: 0;
      bottom: 0;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+27,ffffff+100&1+0,0+100;White+to+Transparent */
      background: -webkit-gradient(linear, left top, right top, from(white), color-stop(27%, white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, white 0%, white 27%, rgba(255, 255, 255, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      width: 38rem;
      width: 16rem; }
      @media (max-width: 1199px) {
        .text-and-image__image:after {
          width: 100%;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(52.09%, rgba(255, 255, 255, 0)), color-stop(94.3%, #FFFFFF));
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52.09%, #FFFFFF 94.3%); } }

.contact-cta .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.contact-cta .text-and-image__image {
  right: auto;
  left: 0; }
  .contact-cta .text-and-image__image:after {
    left: auto;
    right: -1px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+27,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(0%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 38rem; }
    @media (max-width: 767px) {
      .contact-cta .text-and-image__image:after {
        -webkit-transform: none;
                transform: none;
        width: 100%;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100;White+to+Transparent */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

.contact-cta.change-order .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.contact-cta.change-order .text-and-image__image {
  right: 0;
  left: auto; }
  .contact-cta.change-order .text-and-image__image:after {
    top: 0;
    left: 0;
    bottom: 0;
    right: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+27,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(27%, white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, white 27%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    width: 16rem; }
    @media (max-width: 1199px) {
      .contact-cta.change-order .text-and-image__image:after {
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(52.09%, rgba(255, 255, 255, 0)), color-stop(94.3%, #FFFFFF));
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52.09%, #FFFFFF 94.3%); } }

.cta + .text-and-image {
  margin-top: 0; }

.usp-grid {
  margin-top: 9.4rem;
  padding-bottom: 5rem; }
  @media (max-width: 1199px) {
    .usp-grid {
      margin-top: 8rem; } }
  @media (max-width: 699px) {
    .usp-grid {
      margin-top: 6rem;
      padding-bottom: 8rem; } }
  .usp-grid__header {
    margin: 0 auto 4rem auto; }
    @media (max-width: 767px) {
      .usp-grid__header {
        text-align: left;
        max-width: 80rem; } }
    .usp-grid__header.no-sidebar {
      text-align: center;
      max-width: 688px; }
      .usp-grid__header.no-sidebar .title {
        font-size: 4rem; }
        @media (max-width: 1199px) {
          .usp-grid__header.no-sidebar .title {
            font-size: 3.2rem; } }
        @media (max-width: 699px) {
          .usp-grid__header.no-sidebar .title {
            width: 70%;
            margin: auto;
            text-align: center; } }
        @media (max-width: 479px) {
          .usp-grid__header.no-sidebar .title {
            width: 100%; } }
        .no-sidebar .usp-grid__header.no-sidebar .title {
          font-size: 4rem; }
    .usp-grid__header .title {
      font-size: 5.5rem; }
      @media (max-width: 1199px) {
        .usp-grid__header .title {
          font-size: 3.2rem; } }
      @media (max-width: 699px) {
        .usp-grid__header .title {
          width: 70%;
          margin: auto;
          text-align: center; } }
      @media (max-width: 479px) {
        .usp-grid__header .title {
          width: 100%; } }
    .usp-grid__header p strong {
      font-size: 2rem; }
  .usp-grid__item {
    padding: 0 0.2rem;
    margin-bottom: 0.4rem; }
    @media (max-width: 699px) {
      .usp-grid__item {
        padding: 0;
        margin-bottom: 3.2rem; } }
    @media (max-width: 767px) {
      .usp-grid__item {
        padding: 0;
        margin: 0 1rem 3.2rem; } }
    @media (max-width: 1199px) {
      .usp-grid__item {
        padding: 0 1.6rem; } }
    @media (min-width: 991px) {
      .usp-grid__item-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0;
        margin: 0 0 3.2rem; } }
    .usp-grid__item__inner {
      background: #fff;
      font-weight: 500;
      padding: 1.6rem;
      margin-bottom: 0.4rem;
      height: 100%; }
      @media (max-width: 1199px) {
        .usp-grid__item__inner {
          margin: 0; } }
    .usp-grid__item__icon {
      margin-bottom: 1.6rem; }
    .usp-grid__item p {
      margin-bottom: 0; }
      @media (max-width: 1199px) {
        .usp-grid__item p {
          min-height: 3em; } }
  @media (min-width: 1200px) {
    .usp-grid .usp-grid__item:nth-of-type(1) .usp-grid__item__inner {
      border-radius: 0.8rem 0 0 0; }
    .usp-grid .usp-grid__item:nth-of-type(3) .usp-grid__item__inner {
      border-radius: 0 0.8rem 0 0; }
    .usp-grid .usp-grid__item:nth-of-type(4) .usp-grid__item__inner {
      border-radius: 0 0 0 0.8rem; }
    .usp-grid .usp-grid__item:nth-of-type(6) .usp-grid__item__inner {
      border-radius: 0 0 0.8rem 0; } }
  .usp-grid .slick-arrow {
    display: none !important; }
  .usp-grid .slick-dots {
    margin-top: 3.2rem; }
  @media (max-width: 1199px) {
    .usp-grid .content-and-sidebar__side {
      margin-top: 0;
      display: none; } }
  .usp-grid .content-and-sidebar__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1199px) {
      .usp-grid .content-and-sidebar__cta {
        display: none; } }

.list-cta {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .list-cta .container .row {
    background-color: #EFEFEF;
    border-radius: 80px 8px 8px;
    padding: 56px 120px; }
    @media (max-width: 1199px) {
      .list-cta .container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 56px;
        gap: 32px; } }
    @media (max-width: 767px) {
      .list-cta .container .row {
        padding: 56px 24px; } }
  @media (max-width: 1199px) {
    .list-cta__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 32px; } }
  @media (max-width: 767px) {
    .list-cta__list {
      margin-bottom: 0; } }
  .list-cta__list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px; }
    @media (max-width: 1199px) {
      .list-cta__list ul {
        gap: 16px; } }
    .list-cta__list ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #424242;
      font-weight: bold; }
      .list-cta__list ul li i {
        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: 56px;
        height: 56px;
        background-color: #E16C00;
        color: #fff;
        border-radius: 100%;
        margin-right: 16px; }
      .list-cta__list ul li span {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
  .list-cta__title {
    font-size: 32px;
    margin-bottom: 16px; }
  .list-cta__text {
    margin-bottom: 48px; }
    @media (max-width: 1199px) {
      .list-cta__text {
        margin-bottom: 0; } }
  @media (max-width: 1199px) {
    .list-cta .button-wrap.desktop {
      display: none; } }
  .list-cta .button-wrap.mobile {
    display: none; }
    @media (max-width: 1199px) {
      .list-cta .button-wrap.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.case-studies-cta {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  @media (max-width: 767px) {
    .case-studies-cta {
      overflow-x: hidden;
      padding-bottom: 0; } }
  @media (max-width: 1199px) {
    .case-studies-cta__title {
      margin-bottom: 2em; }
      .case-studies-cta__title br {
        display: none; } }
  .case-studies-cta__items {
    padding-top: 32px; }
    @media (max-width: 744px) {
      .case-studies-cta__items {
        width: 66.4rem; } }
    @media (max-width: 480px) {
      .case-studies-cta__items {
        width: 100%; } }
    .case-studies-cta__items:after {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      width: 50vw;
      background: #f8f8f8; }
  .case-studies-cta .slick-list {
    overflow: visible; }
  .case-studies-cta__item--1 .products-block__item__title {
    width: 10em; }
  .case-studies-cta__item__inner:hover .products-block__item__link span {
    border-color: #001971;
    margin-right: 1.5rem;
    color: #001971; }
  .case-studies-cta__item__inner:hover .products-block__item__link i {
    color: #001971; }
  .case-studies-cta__item__image {
    position: relative; }
    .case-studies-cta__item__image::before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.22517%; }
    .case-studies-cta__item__image > .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (max-width: 1199px) {
      .case-studies-cta__item__image {
        position: relative; }
        .case-studies-cta__item__image::before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 87.73006%; }
        .case-studies-cta__item__image > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
  .case-studies-cta .image-zoom {
    border-radius: 8rem 0.8rem 0.8rem 0; }
    @media (max-width: 1199px) {
      .case-studies-cta .image-zoom {
        border-radius: 4rem 0.8rem 0.8rem 0; } }
    .case-studies-cta .image-zoom:After {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .case-studies-cta__item__content {
    position: relative; }
  .case-studies-cta__item__title {
    overflow: hidden;
    padding: 0.8rem;
    margin-bottom: 0;
    font-size: 2.4rem;
    font-weight: 900;
    border-radius: 1.6rem 0.4rem 0.4rem 0;
    line-height: calc(32/24);
    display: inline-block;
    z-index: 1; }
    @media (max-width: 1199px) {
      .case-studies-cta__item__title {
        left: 1.6rem;
        width: auto;
        display: inline; } }
    .case-studies-cta__item__title:before {
      content: '';
      background: rgba(255, 255, 255, 0.85);
      -webkit-filter: blur(10px);
              filter: blur(10px);
      position: absolute;
      left: -10px;
      top: -10px;
      right: -10px;
      bottom: -10px;
      z-index: 0; }
    .case-studies-cta__item__title span {
      position: relative;
      z-index: 1; }
  .case-studies-cta__item__content {
    color: #424242;
    padding-top: 2.2rem; }
  .case-studies-cta .slick-arrow {
    display: none !important; }

.error404 .main {
  padding-top: 18rem; }
  @media (max-width: 1199px) {
    .error404 .main {
      padding-top: 0rem; } }
  .error404 .main .wysiwyg {
    padding: 10.4rem 0 10.4rem 0; }
    @media (max-width: 1199px) {
      .error404 .main .wysiwyg {
        text-align: left;
        padding-top: 5.6rem;
        padding-bottom: 6rem; } }
    @media (max-width: 699px) {
      .error404 .main .wysiwyg {
        padding-top: 4rem; } }
  .error404 .main h1 {
    font-size: 4.8rem;
    margin-bottom: 0.6em; }
    @media (max-width: 1199px) {
      .error404 .main h1 {
        margin-bottom: 0.6em; } }
    @media (max-width: 699px) {
      .error404 .main h1 {
        font-size: 3.2rem;
        margin-bottom: 1em; } }

.error404 .text-and-image {
  margin-top: 0; }

.post-type-archive-casestudy .posts-grid {
  margin-top: -10rem; }
  @media (max-width: 1199px) {
    .post-type-archive-casestudy .posts-grid {
      margin-top: 8rem; } }

.posts-grid__item {
  margin-bottom: 4rem; }
  .posts-grid__item__inner:hover .taxonomy-terms ul {
    color: #fff; }
  .posts-grid__item__inner:hover .arrow-link {
    color: #E16C00; }
    .posts-grid__item__inner:hover .arrow-link span {
      color: #001971;
      border-color: #001971;
      margin-right: 1.5rem; }
    .posts-grid__item__inner:hover .arrow-link i {
      color: #001971; }
  .posts-grid__item .taxonomy-terms {
    max-width: calc(100% - 4.8rem); }
    .posts-grid__item .taxonomy-terms ul {
      position: relative;
      z-index: 1;
      color: #001971;
      font-size: 1.2rem;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .posts-grid__item .taxonomy-terms ul li {
        text-transform: uppercase; }
        .posts-grid__item .taxonomy-terms ul li:after {
          content: ',';
          padding-right: 0.2em; }
        .posts-grid__item .taxonomy-terms ul li:first-of-type:after, .posts-grid__item .taxonomy-terms ul li:last-of-type:after {
          display: none; }
        .posts-grid__item .taxonomy-terms ul li i {
          font-size: 1.6rem;
          font-size: clamp(14px, 1.6rem, 1.6rem);
          margin-right: 0.8rem; }

.posts-grid__image {
  border-radius: 8rem 0.8rem 0.8rem 0;
  position: relative;
  margin-bottom: 2.4rem; }
  .posts-grid__image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.22517%; }
  .posts-grid__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.posts-grid__excerpt {
  color: #424242; }

.facetwp-facet-load_more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0; }
  .facetwp-facet-load_more button {
    margin-top: 10rem;
    margin-bottom: 4rem;
    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: 15rem; }
    .facetwp-facet-load_more button:after {
      content: '';
      background: url(../images/icon-refresh.svg) no-repeat center center;
      width: 1.6rem;
      height: 1.6rem;
      margin-left: 0.9rem;
      display: inline-block; }

/*==========================================================================
   7. Browser Fixes
   ========================================================================== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */ }

/* Safari 10.1+ (alternate method) */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; } }

/* ie9 */
/* ie8  */
/* ie7 */

/*# sourceMappingURL=style.css.map */
