@charset "UTF-8";
/* ==========================================================================
	Filename: base.css
	Version: 2.0.0 (2020-07-07)
	Website: ranbuild.com.au
	Author: Tayyab Azam, Dhruv Raniga
	Description: Handles the site global layout
   ========================================================================== */
/*
[Content]
SASS Imports
Base
Accessibility
Structure
Header
Navigation
Content
Footer
Gravity Forms
Media queries
Animation
No Script
Print styles
*/
/*
[Color codes]
*/
/*
[Typographic scale]
6,7,8,9,10,12,14,16,18,21,24,28,32,36,42,48,55,63,73,84,96,110,127,146,167,192
*/
/*  ==========================================================================
	SASS IMPORTS
	========================================================================== */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 769px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

p, #main .gform_confirmation_message {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):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;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

[role=button] {
  cursor: pointer;
}

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] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .home-page #main .easy-autocomplete-container ul {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 769px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row, #main .gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.col-xl-5th, .col-lg-5th, .col-md-5th, .col-sm-5th, .col-5th, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .gfield, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .gfield.gf_left_half,
.gfield.gf_right_half, .col-sm-5, .col-sm-4, .gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

  .col-sm-4, .gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .col-sm-6, .gfield.gf_left_half,
.gfield.gf_right_half {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

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

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

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

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

  .col-sm-12, .gfield {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.alert, #main .gform_wrapper #gforms_confirmation_message, #main .gform_wrapper .validation_error, .validation_error {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success, #main .gform_wrapper #gforms_confirmation_message {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr, #main .gform_wrapper #gforms_confirmation_message hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link, #main .gform_wrapper #gforms_confirmation_message .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger, #main .gform_wrapper .validation_error, .validation_error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr, #main .gform_wrapper .validation_error hr, .validation_error hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link, #main .gform_wrapper .validation_error .alert-link, .validation_error .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after, #main .gform_wrapper li.check-box .ginput_container ul::after, #main .gform_wrapper li.radio-button .ginput_container ul::after, #main .layout.colorbond_colors ul.colorbond-colors::after {
  display: block;
  clear: both;
  content: "";
}

.d-none, .hidden {
  display: none !important;
}

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

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

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

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

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

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

.d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 769px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

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

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

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p, #main .gform_confirmation_message,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from, 20%, 53%, 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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, 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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__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;
  }
}
.animate__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);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  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 shakeX {
  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);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-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);
  }
}
.animate__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);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@-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);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@-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);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__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);
  }
}
.animate__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);
  }
}
.animate__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;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  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);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

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

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

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

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

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -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-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-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-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-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-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;
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__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);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Zooming entrances */
@-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;
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/* Zooming exits */
@-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;
  }
}
.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-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);
  }
}
@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);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-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);
  }
}
@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);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/* Sliding entrances */
@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/* Sliding exits */
@-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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__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);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.easy-autocomplete {
  position: relative;
}
.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}
.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none;
}
.easy-autocomplete a {
  display: block;
}
.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}
.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}
.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}
.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}
.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}
.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}
.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}
.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}
.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}
.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}
.easy-autocomplete.eac-dark {
  color: #fff;
}
.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-dark ul {
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass {
  color: #fff;
}
.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}
.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}
.easy-autocomplete.eac-blue {
  color: #fff;
}
.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}
.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}
.easy-autocomplete.eac-yellow {
  color: #333;
}
.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}
.easy-autocomplete.eac-purple {
  color: #333;
}
.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-purple ul {
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}
.easy-autocomplete-container ul li b {
  font-weight: bold;
}
.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

.easy-autocomplete {
  /* Theme Square */
  /* Round */
  /* Funky */
  /* Solid */
  /* Plate */
}
.easy-autocomplete.eac-square {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.easy-autocomplete.eac-square input {
  border: 1px solid #7f8c8d;
  border-radius: 0;
  color: #7f8c8d;
  font-family: inherit;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  min-width: 350px;
  padding: 12px 43px 12px 15px;
}
.easy-autocomplete.eac-square ul {
  border-color: #7f8c8d;
  border-top: 0;
  box-shadow: none;
  top: 0;
}
.easy-autocomplete.eac-square ul li, .easy-autocomplete.eac-square ul .eac-category {
  border-color: #7f8c8d;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  padding: 6px 12px;
  transition: all 0.4s ease 0s;
}
.easy-autocomplete.eac-square ul li *, .easy-autocomplete.eac-square ul .eac-category * {
  font-weight: 300;
}
.easy-autocomplete.eac-square ul li.selected, .easy-autocomplete.eac-square ul .eac-category.selected {
  background-color: #f1f1f1;
  font-weight: 300;
}
.easy-autocomplete.eac-square ul li b, .easy-autocomplete.eac-square ul .eac-category b {
  font-weight: 600;
}
.easy-autocomplete.eac-round {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.easy-autocomplete.eac-round input {
  border: 2px solid #888;
  border-radius: 10px;
  color: #888;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  min-width: 300px;
  padding: 10px;
}
.easy-autocomplete.eac-round input:hover, .easy-autocomplete.eac-round input:focus {
  border-color: #3079ed;
}
.easy-autocomplete.eac-round ul {
  background: none;
  border-color: #888;
  border-width: 0;
  box-shadow: none;
  min-width: 300px;
  top: 20px;
}
.easy-autocomplete.eac-round ul li, .easy-autocomplete.eac-round ul .eac-category {
  background: #fff;
  border-color: #3079ed;
  border-width: 0 2px;
  font-size: 14px;
  padding: 8px 12px;
  transition: all 0.4s ease 0s;
}
.easy-autocomplete.eac-round ul li.selected, .easy-autocomplete.eac-round ul .eac-category.selected {
  background-color: #d4e3fb;
}
.easy-autocomplete.eac-round ul li:first-child, .easy-autocomplete.eac-round ul .eac-category:first-child {
  border-radius: 10px 10px 0 0;
  border-width: 2px 2px 0;
}
.easy-autocomplete.eac-round ul li:last-child, .easy-autocomplete.eac-round ul .eac-category:last-child {
  border-radius: 0 0 10px 10px;
  border-width: 0 2px 2px;
}
.easy-autocomplete.eac-round ul li b, .easy-autocomplete.eac-round ul .eac-category b {
  font-weight: 700;
}
.easy-autocomplete.eac-funky {
  font-family: "Inconsolata", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.easy-autocomplete.eac-funky input {
  background: #07ED89;
  border: 0;
  border-radius: 0;
  color: #ED076B;
  font-family: inherit;
  font-size: 18px;
  min-width: 240px;
  padding: 12px;
}
.easy-autocomplete.eac-funky ul {
  background: transparent;
  border: 0;
}
.easy-autocomplete.eac-funky ul li, .easy-autocomplete.eac-funky ul .eac-category {
  background: transparent;
  border: 0;
  color: #ED076B;
  font-size: 18px;
  padding: 4px 12px;
  transition: all 0.4s ease 0s;
}
.easy-autocomplete.eac-funky ul li.selected, .easy-autocomplete.eac-funky ul .eac-category.selected {
  color: #8907ED;
}
.easy-autocomplete.eac-solid input {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  border-color: #ddd;
  color: #666;
  font-size: 13px;
  min-height: 0;
  padding: 6px 12px;
}
.easy-autocomplete.eac-solid ul li, .easy-autocomplete.eac-solid ul .eac-category {
  transition: all 0.4s ease 0s;
}
.easy-autocomplete.eac-solid ul li.selected, .easy-autocomplete.eac-solid ul .eac-category.selected {
  background-color: #f2f2f2;
}
.easy-autocomplete.eac-plate {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.easy-autocomplete.eac-plate input {
  font-size: 13px;
  padding: 6px 12px;
}
.easy-autocomplete.eac-plate ul {
  background: #b5b5b5;
  border-radius: 6px;
  border-width: 0;
  top: 10px;
}
.easy-autocomplete.eac-plate ul li, .easy-autocomplete.eac-plate ul .eac-category {
  background: #b5b5b5;
  color: #FAFAFA;
  font-size: 12px;
  transition: all 0.4s ease 0s;
}
.easy-autocomplete.eac-plate ul li b, .easy-autocomplete.eac-plate ul .eac-category b {
  color: #ffd464;
}
.easy-autocomplete.eac-plate ul li.selected, .easy-autocomplete.eac-plate ul .eac-category.selected {
  background: #656565;
}
.easy-autocomplete.eac-plate ul li:first-child, .easy-autocomplete.eac-plate ul .eac-category:first-child {
  border-radius: 6px 6px 0 0;
}
.easy-autocomplete.eac-plate ul li:last-child, .easy-autocomplete.eac-plate ul .eac-category:last-child {
  border-radius: 0 0 6px 6px;
}
.easy-autocomplete.eac-plate-dark {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.easy-autocomplete.eac-plate-dark input {
  font-size: 13px;
  padding: 6px 12px;
}
.easy-autocomplete.eac-plate-dark ul {
  background: #212121;
  border-radius: 6px;
  border-width: 0;
  top: 10px;
}
.easy-autocomplete.eac-plate-dark ul li, .easy-autocomplete.eac-plate-dark ul .eac-category {
  background: #212121;
  color: #FAFAFA;
  font-size: 12px;
  transition: all 0.4s ease 0s;
}
.easy-autocomplete.eac-plate-dark ul li b, .easy-autocomplete.eac-plate-dark ul .eac-category b {
  color: #ffd464;
}
.easy-autocomplete.eac-plate-dark ul li.selected, .easy-autocomplete.eac-plate-dark ul .eac-category.selected {
  background: #656565;
}
.easy-autocomplete.eac-plate-dark ul li:first-child, .easy-autocomplete.eac-plate-dark ul .eac-category:first-child {
  border-radius: 6px 6px 0 0;
}
.easy-autocomplete.eac-plate-dark ul li:last-child, .easy-autocomplete.eac-plate-dark ul .eac-category:last-child {
  border-radius: 0 0 6px 6px;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.ttf?22t19m") format("truetype"), url("../fonts/lg.woff?22t19m") format("woff"), url("../fonts/lg.svg?22t19m#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p, .lg-sub-html #main .gform_confirmation_message, #main .lg-sub-html .gform_confirmation_message {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../images/lightgallery/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../images/lightgallery/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../images/lightgallery/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../images/lightgallery/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../images/lightgallery/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../images/lightgallery/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/* ==========================================================================
	FONTS
   ========================================================================== */
@font-face {
  font-family: "Geogrotesque";
  src: url("../fonts/77c5adea-c45f-4bd6-bc83-c171aa401eac.eot");
  src: url("../fonts/77c5adea-c45f-4bd6-bc83-c171aa401eac.eot?#iefix") format("embedded-opentype"), url("../fonts/38914808-31f7-4169-a962-60b41b189056.woff2") format("woff2"), url("../fonts/ae7eda9b-5729-4029-8ea8-1f4b2feb6595.woff") format("woff"), url("../fonts/f5e7d965-e646-4ea9-8b21-bf17e3e5de42.ttf") format("truetype"), url("../fonts/ae5b8a9c-af85-4ddf-a0a6-602405583707.svg#ae5b8a9c-af85-4ddf-a0a6-602405583707") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("../fonts/93fbb9a2-de65-439d-8da8-88dea1386e36.eot");
  src: url("../fonts/93fbb9a2-de65-439d-8da8-88dea1386e36.eot?#iefix") format("embedded-opentype"), url("../fonts/e043c98e-f870-4911-b8e4-e52f60dab981.woff2") format("woff2"), url("../fonts/9d81665d-ed3b-4dad-a030-36bbb4d7d6f1.woff") format("woff"), url("../fonts/dc1e6db4-951f-4180-8c9e-d35cf0b6cd4c.ttf") format("truetype"), url("../fonts/a8786b55-19f8-4d2c-822c-b14e00485a1f.svg#a8786b55-19f8-4d2c-822c-b14e00485a1f") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("../fonts/40bc667a-fe6b-4600-8320-f66daeb25b06.eot");
  src: url("../fonts/40bc667a-fe6b-4600-8320-f66daeb25b06.eot?#iefix") format("embedded-opentype"), url("../fonts/dd501f4a-1a91-4d73-b4cf-de3ba26bd793.woff2") format("woff2"), url("../fonts/149719fe-5b81-4b67-a95a-3a5246a84032.woff") format("woff"), url("../fonts/4c464889-c33e-4b8c-b182-17a32eb1f7a8.ttf") format("truetype"), url("../fonts/73abc949-ef23-462e-a62a-355c33a564d6.svg#73abc949-ef23-462e-a62a-355c33a564d6") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("../fonts/82468030-e751-410d-9cea-24e391c96959.eot");
  src: url("../fonts/82468030-e751-410d-9cea-24e391c96959.eot?#iefix") format("embedded-opentype"), url("../fonts/de0bdf19-efab-4fa0-b66d-9180762f4177.woff2") format("woff2"), url("../fonts/34069ff3-6b1e-4ae6-9c8e-ab8c64d873f1.woff") format("woff"), url("../fonts/ecd05b3a-64a9-453a-aa5d-86799a18884a.ttf") format("truetype"), url("../fonts/11db161b-e484-4281-8987-f54f16219fb9.svg#11db161b-e484-4281-8987-f54f16219fb9") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("../fonts/a3e2c11b-c08f-452d-98b2-82cf697c9968.eot");
  src: url("../fonts/a3e2c11b-c08f-452d-98b2-82cf697c9968.eot?#iefix") format("embedded-opentype"), url("../fonts/133b8ec2-02fd-4afc-8d3d-027d68304c5e.woff2") format("woff2"), url("../fonts/9548811b-a57e-4d9f-abad-aeb27640450d.woff") format("woff"), url("../fonts/1a8cf960-d55c-4ac5-af4e-79ca12bca166.ttf") format("truetype"), url("../fonts/0f568404-e588-4700-ae22-7b62fbcc7327.svg#0f568404-e588-4700-ae22-7b62fbcc7327") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("../fonts/abdf2699-d4b8-4a42-b561-c0d668c135df.eot");
  src: url("../fonts/abdf2699-d4b8-4a42-b561-c0d668c135df.eot?#iefix") format("embedded-opentype"), url("../fonts/4994ae18-345e-4c60-bcac-83176f9a0485.woff2") format("woff2"), url("../fonts/cd1ca43e-6589-4945-a182-1fc7e52557dc.woff") format("woff"), url("../fonts/72c4e457-dec9-4f76-9d52-6d14dc3ef8dd.ttf") format("truetype"), url("../fonts/26e947b8-66d3-44b6-8e98-fbd15d7b516a.svg#26e947b8-66d3-44b6-8e98-fbd15d7b516a") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("../fonts/9e3ed394-6308-4d0c-b4c8-ed6b8a5fabf6.eot");
  src: url("../fonts/9e3ed394-6308-4d0c-b4c8-ed6b8a5fabf6.eot?#iefix") format("embedded-opentype"), url("../fonts/9a2b0468-1fa1-4d69-a737-7c158533cb09.woff2") format("woff2"), url("../fonts/6b2312d2-7fdd-4980-857e-925b5ea36283.woff") format("woff"), url("../fonts/be893e23-5af4-47f2-a38b-685ef2abd3c3.ttf") format("truetype"), url("../fonts/b4544d2b-0715-485d-9168-7baac580e130.svg#b4544d2b-0715-485d-9168-7baac580e130") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geogrotesque";
  src: url("../fonts/eb7fcbe0-c87a-4eee-9564-c5223c1eb9ec.eot");
  src: url("../fonts/eb7fcbe0-c87a-4eee-9564-c5223c1eb9ec.eot?#iefix") format("embedded-opentype"), url("../fonts/e51df24b-938a-4b8b-afc8-ad953090ee0d.woff2") format("woff2"), url("../fonts/1fa9e183-8eb7-41c3-9385-a2445f6b5ae2.woff") format("woff"), url("../fonts/58e091f7-d3fe-47f2-b552-e233b4590ad3.ttf") format("truetype"), url("../fonts/22497f59-84d1-4b1d-8f60-af4b3b9db960.svg#22497f59-84d1-4b1d-8f60-af4b3b9db960") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/2d3a0250-c842-439d-a41a-b9c6f496fe1d.eot");
  src: url("../fonts/2d3a0250-c842-439d-a41a-b9c6f496fe1d.eot?#iefix") format("embedded-opentype"), url("../fonts/7c11259b-035e-4d15-bfad-f04f072d05da.woff2") format("woff2"), url("../fonts/f200ace6-9a9e-4521-9b09-d0e4bce19a9d.woff") format("woff"), url("../fonts/858e9b23-b338-488c-943d-29f2c0233e51.ttf") format("truetype"), url("../fonts/151cafbe-7c15-47ae-a784-25baae824166.svg#151cafbe-7c15-47ae-a784-25baae824166") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/0d8d0749-e56a-42da-a680-d5ea023a7ebc.eot");
  src: url("../fonts/0d8d0749-e56a-42da-a680-d5ea023a7ebc.eot?#iefix") format("embedded-opentype"), url("../fonts/b007d54f-04c7-410e-b988-77a4f8d2a827.woff2") format("woff2"), url("../fonts/d3145dfa-58c1-4707-993f-6575e73d2452.woff") format("woff"), url("../fonts/210154be-c2c6-4750-9deb-dbc6e7953573.ttf") format("truetype"), url("../fonts/796e9d3a-13ff-4490-b77d-06bf3059c4e8.svg#796e9d3a-13ff-4490-b77d-06bf3059c4e8") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/65dfae58-a0c6-42c4-b82b-9a56d32cf62e.eot");
  src: url("../fonts/65dfae58-a0c6-42c4-b82b-9a56d32cf62e.eot?#iefix") format("embedded-opentype"), url("../fonts/d7e9dd05-748c-465b-9e3d-eea5ab668c8e.woff2") format("woff2"), url("../fonts/f8cd6c78-ea14-4b69-a7a2-777699259a43.woff") format("woff"), url("../fonts/7776af75-7513-4202-9eca-55b3f91e2d66.ttf") format("truetype"), url("../fonts/975255ca-a51f-4ede-aafc-bd71cee8e9f8.svg#975255ca-a51f-4ede-aafc-bd71cee8e9f8") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/42e1badf-cacc-4c89-8674-1b6fbe2f5e05.eot");
  src: url("../fonts/42e1badf-cacc-4c89-8674-1b6fbe2f5e05.eot?#iefix") format("embedded-opentype"), url("../fonts/ab62fc68-5943-47c3-bd8e-866126b24e82.woff2") format("woff2"), url("../fonts/1df83c73-e987-4b72-92af-b8682d36dc19.woff") format("woff"), url("../fonts/a1f4e1f4-f387-4a23-9a69-bd08bdb6ce68.ttf") format("truetype"), url("../fonts/3227ac35-9400-4241-b009-93f9a4d89729.svg#3227ac35-9400-4241-b009-93f9a4d89729") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/3c74c08c-b0d9-430c-a756-f456af39f4e8.eot");
  src: url("../fonts/3c74c08c-b0d9-430c-a756-f456af39f4e8.eot?#iefix") format("embedded-opentype"), url("../fonts/e987214f-2ac2-47b4-8d99-2b50bc7646d8.woff2") format("woff2"), url("../fonts/e80401fd-3f89-464f-8440-e43fa5a863ae.woff") format("woff"), url("../fonts/d7e20f2e-4ba8-47e7-ba01-dd426d0e7458.ttf") format("truetype"), url("../fonts/587acbeb-54cc-4eda-b355-e3c3a03a8096.svg#587acbeb-54cc-4eda-b355-e3c3a03a8096") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quadon";
  src: url("../fonts/2981bacf-500e-42ee-a37e-148ec5b5f8cb.eot");
  src: url("../fonts/2981bacf-500e-42ee-a37e-148ec5b5f8cb.eot?#iefix") format("embedded-opentype"), url("../fonts/23a0e553-371d-481c-b8eb-284b6098f255.woff2") format("woff2"), url("../fonts/c895ed77-5981-45d2-8897-cc2dbe818405.woff") format("woff"), url("../fonts/1f4b9cba-d30d-4db7-ad94-46eb59598f7f.ttf") format("truetype"), url("../fonts/6252fac3-84dd-4e1c-95d1-6b3e006903b5.svg#6252fac3-84dd-4e1c-95d1-6b3e006903b5") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
/*UPDATE 20160408*/
/*UPDATE 20160408*/
/*UPDATE 20160408*/
/* ==========================================================================
	Mixins
   ========================================================================== */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Tests
.test-1 { @include linear-gradient(#31B7D7, #EDAC7D); }
.test-2 { @include linear-gradient(to right, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%); }
.test-3 { @include linear-gradient(42deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%); }
*/
.arrow-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
}

/* ==========================================================================
	Base
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: black;
}

html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
  line-height: 1.428571429;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  background: #333236;
}

body {
  font: 300 16px "Geogrotesque", sans-serif;
  font: 300 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  color: white;
  background: #333236;
}
body.light-mode {
  color: black;
  background: #e1ebf4;
}
body.menu-click {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: normal;
  margin: 0;
}

/*
[Typographic scale]
6,7,8,9,10,12,14,16,18,21,24,28,32,36,42,48,55,63,73,84,96,110,127,146,167,192
*/
h1 {
  font: 500 36px "Quadon", serif;
  font: 500 3.6rem "Quadon", serif;
  line-height: 1.272;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

h2 {
  font: 500 32px "Quadon", serif;
  font: 500 3.2rem "Quadon", serif;
  line-height: 1.272;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h3 {
  font: 500 28px "Quadon", serif;
  font: 500 2.8rem "Quadon", serif;
  line-height: 1.272;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h4 {
  font: 500 24px "Quadon", serif;
  font: 500 2.4rem "Quadon", serif;
  line-height: 1.272;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

h5 {
  font: 500 21px "Quadon", serif;
  font: 500 2.1rem "Quadon", serif;
  line-height: 1.272;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h6 {
  font: 500 18px "Quadon", serif;
  font: 500 1.8rem "Quadon", serif;
  line-height: 1.272;
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

p, #main .gform_confirmation_message {
  font: 300 18px "Geogrotesque", sans-serif;
  font: 300 1.8rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  margin: 0 0 20px;
}
p.lead, #main .lead.gform_confirmation_message {
  font: 300 21px "Geogrotesque", sans-serif;
  font: 300 2.1rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  text-transform: uppercase;
  hyphens: none;
  margin-bottom: 20px;
}

blockquote {
  position: relative;
  quotes: "“" "”" "‘" "’";
  border: 0;
  margin: 0 0 20px;
  padding: 10px 0;
}
blockquote p, blockquote #main .gform_confirmation_message, #main blockquote .gform_confirmation_message {
  font: 300 21px "Geogrotesque", sans-serif;
  font: 300 2.1rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  margin: 0;
}
blockquote span.author {
  display: block;
  font: 500 16px "Quadon", serif;
  font: 500 1.6rem "Quadon", serif;
  line-height: 1.6180339888;
  margin-top: 18px;
}
blockquote span.author:before {
  content: "-";
  font: 500 16px "Geogrotesque", sans-serif;
  font: 500 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  margin-right: 5px;
}

li {
  font: 300 18px "Geogrotesque", sans-serif;
  font: 300 1.8rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
}

dt {
  font: 400 24px "Quadon", serif;
  font: 400 2.4rem "Quadon", serif;
  line-height: 1.272;
  margin-bottom: 20px;
}

dd {
  font: 300 18px "Geogrotesque", sans-serif;
  font: 300 1.8rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  margin: 0 0 30px;
}

a {
  color: #ffdb00;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #ffdb00;
}

#main a.download,
#main p a,
#main .gform_confirmation_message a {
  color: white;
  box-shadow: 0 2px 0 transparent;
  padding-bottom: 6px;
  transition: all 0.25s ease;
}
#main a.download:hover,
#main p a:hover,
#main .gform_confirmation_message a:hover {
  text-decoration: none;
  color: #ffdb00;
  box-shadow: 0 2px 0 #ffdb00;
  padding-bottom: 2px;
}
#main a.download.clear,
#main p a.clear,
#main .gform_confirmation_message a.clear {
  color: inherit;
  box-shadow: none;
  padding-bottom: 0;
}
#main a.download.clear:hover,
#main p a.clear:hover,
#main .gform_confirmation_message a.clear:hover {
  color: inherit;
  text-decoration: underline;
  box-shadow: none;
  padding-bottom: 0;
}

b,
strong {
  font-weight: 500;
}

hr {
  border-top: 2px solid #b8b5ae;
  opacity: 1;
}

i {
  margin-right: 8px;
}

figure {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
figure figcaption p, figure figcaption #main .gform_confirmation_message, #main figure figcaption .gform_confirmation_message {
  font: 400 16px "Geogrotesque", sans-serif;
  font: 400 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  margin-top: 8px;
}

.table {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none;
  padding: 12px 18px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
  line-height: 1.1;
}
.table > thead > tr > th {
  border-bottom: none;
}
.table thead th {
  font: 400 24px/1.1 "Quadon", serif;
  font: 400 2.4rem/1.1 "Quadon", serif;
  color: white;
  background: #2ba24f;
}
.table thead th:first-child {
  border-top-left-radius: 2px;
}
.table thead th:last-child {
  border-top-right-radius: 2px;
}
.table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}
.table tbody tr td {
  font: 300 18px/1.428571429 "Geogrotesque", sans-serif;
  font: 300 1.8rem/1.428571429 "Geogrotesque", sans-serif;
}

time {
  display: block;
  font: 400 14px/14px "Geogrotesque", sans-serif;
  font: 400 1.4rem/1.4rem "Geogrotesque", sans-serif;
  color: #989898;
  margin-bottom: 15px;
  text-transform: uppercase;
}

::-moz-selection {
  color: white;
  background: #2ba24f;
  text-shadow: none;
}

::selection {
  color: white;
  background: #2ba24f;
  text-shadow: none;
}

.image-as-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.image-as-bg img,
.image-as-bg a img {
  opacity: 0;
}
.image-as-bg a:hover img {
  opacity: 0;
}

.full-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.biege {
  background: #f6f7ef;
}

.brown {
  background: #655d53;
  color: white;
}

.navy {
  background: #394e79;
  color: white;
}

.grey {
  background: #333236;
  color: white;
}

ul.clearlist, ol.clearlist,
#main ul.clearlist,
#mail ol.clearlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.clearlist li, ol.clearlist li,
#main ul.clearlist li,
#mail ol.clearlist li {
  margin: 0;
}
ul.clearlist li:before, ol.clearlist li:before,
#main ul.clearlist li:before,
#mail ol.clearlist li:before {
  content: "";
  margin: 0;
}

#main .btn, #main .gform_wrapper .gform_footer .gform_button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font: 400 14px "Geogrotesque", sans-serif;
  font: 400 1.4rem "Geogrotesque", sans-serif;
  line-height: 1.272;
  line-height: 50px;
  line-height: 5rem;
  height: 50px;
  width: auto;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #2ba24f;
  color: white;
  border: 0;
  border-radius: 2px;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 0 30px;
  backface-visibility: hidden;
  box-shadow: none !important;
  z-index: 1;
  transform: translateZ(0);
  transition: color 0.65s ease-in-out;
}
@media (max-width: 575.98px) {
  #main .btn, #main .gform_wrapper .gform_footer .gform_button {
    font: 400 14px "Geogrotesque", sans-serif;
    font: 400 1.4rem "Geogrotesque", sans-serif;
    line-height: 1.272;
    line-height: 44px;
    line-height: 4.4rem;
    height: 44px;
  }
}
#main .btn:focus, #main .gform_wrapper .gform_footer .gform_button:focus {
  outline: none;
}
#main .btn:after, #main .gform_wrapper .gform_footer .gform_button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
  background: black;
}
#main .btn:hover, #main .gform_wrapper .gform_footer .gform_button:hover, #main .btn:active, #main .gform_wrapper .gform_footer .gform_button:active {
  box-shadow: 0;
  color: white;
}
#main .btn:hover:after, #main .gform_wrapper .gform_footer .gform_button:hover:after, #main .btn:active:after, #main .gform_wrapper .gform_footer .gform_button:active:after {
  transform: scaleX(1.1);
}
#main .btn.black, #main .gform_wrapper .gform_footer .black.gform_button {
  color: white;
  background: black;
}
#main .btn.black:after, #main .gform_wrapper .gform_footer .black.gform_button:after {
  background: #333236;
}
#main .btn.black:hover, #main .gform_wrapper .gform_footer .black.gform_button:hover, #main .btn.black:active, #main .gform_wrapper .gform_footer .black.gform_button:active {
  color: white;
}
#main .btn.grey, #main .gform_wrapper .gform_footer .grey.gform_button {
  background: #333236;
  background: #28282a;
}
#main .btn.grey:after, #main .gform_wrapper .gform_footer .grey.gform_button:after {
  background: black;
}
#main .btn.grey:hover, #main .gform_wrapper .gform_footer .grey.gform_button:hover, #main .btn.grey:active, #main .gform_wrapper .gform_footer .grey.gform_button:active {
  color: white;
}
#main .btn.green, #main .gform_wrapper .gform_footer .green.gform_button {
  background: #2ba24f;
}
#main .btn.green:after, #main .gform_wrapper .gform_footer .green.gform_button:after {
  background: black;
}
#main .btn.green:hover, #main .gform_wrapper .gform_footer .green.gform_button:hover, #main .btn.green:active, #main .gform_wrapper .gform_footer .green.gform_button:active {
  color: white;
}
#main .btn.white, #main .gform_wrapper .gform_footer .white.gform_button {
  background: white;
  color: black;
}
#main .btn.white:after, #main .gform_wrapper .gform_footer .white.gform_button:after {
  background: black;
}
#main .btn.white:hover, #main .gform_wrapper .gform_footer .white.gform_button:hover, #main .btn.white:active, #main .gform_wrapper .gform_footer .white.gform_button:active {
  color: white;
}
#main .btn.yellow, #main .gform_wrapper .gform_footer .yellow.gform_button {
  background: #ffdb00;
  color: black;
}
#main .btn.yellow:after, #main .gform_wrapper .gform_footer .yellow.gform_button:after {
  background: #333236;
}
#main .btn.yellow:hover, #main .gform_wrapper .gform_footer .yellow.gform_button:hover, #main .btn.yellow:active, #main .gform_wrapper .gform_footer .yellow.gform_button:active {
  color: white;
}
#main .btn.outline, #main .gform_wrapper .gform_footer .outline.gform_button {
  color: black;
  background: transparent;
  border: 2px solid black;
  line-height: 48px;
  line-height: 4.8rem;
}
#main .btn.outline:after, #main .gform_wrapper .gform_footer .outline.gform_button:after {
  background: black;
}
#main .btn.outline:hover, #main .gform_wrapper .gform_footer .outline.gform_button:hover, #main .btn.outline:active, #main .gform_wrapper .gform_footer .outline.gform_button:active {
  color: white;
}
#main .btn.outline.white, #main .gform_wrapper .gform_footer .outline.white.gform_button {
  border-color: white;
  color: white;
}
#main .btn.outline.white:after, #main .gform_wrapper .gform_footer .outline.white.gform_button:after {
  background: white;
}
#main .btn.outline.white:hover, #main .gform_wrapper .gform_footer .outline.white.gform_button:hover, #main .btn.outline.white:active, #main .gform_wrapper .gform_footer .outline.white.gform_button:active {
  color: black;
}
#main .btn.arrow, #main .gform_wrapper .gform_footer .arrow.gform_button {
  padding-right: 45px;
}
#main .btn.arrow:before, #main .gform_wrapper .gform_footer .arrow.gform_button:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  border-top: none;
  border-left: none;
  right: 23px;
  opacity: 1;
  border-color: white;
  left: auto;
  right: 30px;
  background: none;
}

#main a.download {
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 20px;
  position: relative;
}
#main a.download:before {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  position: absolute;
  top: -1px;
  left: auto;
  right: 0;
  background: none;
}

/*
SumoSelect 3.0.3
 */
.SumoSelect p, .SumoSelect #main .gform_confirmation_message, #main .SumoSelect .gform_confirmation_message {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p, #main .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > .gform_confirmation_message {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus, #main .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > .gform_confirmation_message:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p, #main .SumoSelect > .optWrapper.multiple > .MultiControls > .gform_confirmation_message {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover, #main .SumoSelect > .optWrapper.multiple > .MultiControls > .gform_confirmation_message:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk, #main .SumoSelect > .optWrapper.multiple > .MultiControls > .btnOk.gform_confirmation_message {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel, #main .SumoSelect > .optWrapper.multiple > .MultiControls > .btnCancel.gform_confirmation_message {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/* ==========================================================================
	Accessibility
   ========================================================================== */
.accessibility a {
  position: absolute;
  font: 500 18px/1.428571429 "Geogrotesque", sans-serif;
  font: 500 1.8rem/1.428571429 "Geogrotesque", sans-serif;
  text-decoration: none;
  background: #ffdb00;
  color: black;
  border-radius: 2px;
  margin: 10px;
  padding: 15px 20px;
  left: -1000px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  z-index: 200;
}
.accessibility a:active, .accessibility a:focus, .accessibility a:hover {
  display: inline;
  color: black;
  outline: none;
  border-radius: 2px;
  left: 0;
  top: 0;
}

/* ==========================================================================
	Structure
   ========================================================================== */
#wrapper {
  position: relative;
  z-index: 2;
}

/* 5-column-layout */
.row-cols-5th > * {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-5th {
  flex: 0 0 20%;
  max-width: 20%;
}

.order-5th {
  order: 2.4;
}

.offset-5th {
  margin-left: 20%;
}

@media (min-width: 576px) {
  .row-cols-sm-5th > * {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .order-sm-5th {
    order: 2.4;
  }

  .offset-sm-5th {
    margin-left: 20%;
  }
}
@media (min-width: 769px) {
  .row-cols-md-5th > * {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .order-md-5th {
    order: 2.4;
  }

  .offset-md-5th {
    margin-left: 20%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-5th > * {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .order-lg-5th {
    order: 2.4;
  }

  .offset-lg-5th {
    margin-left: 20%;
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-5th > * {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-5th {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .order-xl-5th {
    order: 2.4;
  }

  .offset-xl-5th {
    margin-left: 20%;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl,
.container-fluid-custom {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 768.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl,
.container-fluid-custom {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl,
.container-fluid-custom {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1440px;
}

@media (max-width: 1025px) {
  .hidden-sm2 {
    display: none !important;
  }

  .visible-sm2 {
    display: block !important;
  }
}
#main {
  position: relative;
  background: white;
}
.dark-mode #main {
  background: #333236;
}
#main .content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}
#main .content .content-inner {
  padding: 40px;
  background: white;
}
#main .content .content-inner p:last-child, #main .content .content-inner .gform_confirmation_message:last-child {
  margin-bottom: 0;
}
.single-sales_promo #main .content {
  padding: 60px 0 0;
}
@media (max-width: 1025px) {
  #main .content {
    padding: 40px 0 40px;
  }
}
@media (max-width: 768.98px) {
  #main .content {
    padding: 40px 0 40px;
  }
  .single-sales_promo #main .content {
    padding: 20px 0 0;
  }
}
@media (max-width: 575.98px) {
  #main .content {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #main .content .content-inner {
    padding: 20px;
  }
}
@media (max-height: 900px) {
  #main .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-height: 800px) {
  #main .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #main .content {
    padding-top: 20px;
    padding-bottom: 0;
  }
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
}
.flex-grid.row:before, #main .gform_wrapper .flex-grid.gform_fields:before {
  display: none;
}
.ie9 .flex-grid {
  display: block;
}
.ie9 .flex-grid::after {
  display: block;
  clear: both;
  content: "";
}
.ie9 .flex-grid .col {
  float: left;
}

/* ==========================================================================
	Header
   ========================================================================== */
.inner-header {
  transition: all ease 0.25s;
  transition-delay: 0s;
  height: 170px;
  width: 100%;
  background: #f6f7ef;
}
.header-fixed .inner-header {
  height: 138px;
}
@media (max-width: 1146px) {
  .inner-header {
    height: 145px;
  }
}

#global-header {
  display: initial;
  background: #f6f7ef;
  width: 100%;
  position: relative;
  z-index: 115;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
}
@media (max-width: 575.98px) {
  #global-header {
    height: auto;
  }
}
#global-header .top-bar {
  background: #2a70b6;
  width: 100%;
  height: 40px;
}
#global-header .top-bar.blue-bg {
  background: #2a70b6;
}
#global-header .top-bar .svg-icon {
  color: white;
  fill: white;
  width: 20px;
  position: absolute;
  left: 15px;
  top: 11px;
}
#global-header .top-bar .svg-icon.ico-phone {
  width: 20px;
  height: 20px;
}
#global-header .top-bar .svg-icon.ico-pin {
  width: 16px;
  height: 20px;
  top: 9px;
}
#global-header .top-bar .svg-icon.ico-laptop {
  width: 25px;
  height: 18px;
}
#global-header .top-bar .float-left ul,
#global-header .top-bar .float-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#global-header .top-bar .float-left ul li,
#global-header .top-bar .float-right ul li {
  float: left;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}
#global-header .top-bar .float-left ul li:hover a,
#global-header .top-bar .float-right ul li:hover a {
  color: rgba(255, 255, 255, 0.6);
}
#global-header .top-bar .float-left ul li:hover .svg-icon,
#global-header .top-bar .float-right ul li:hover .svg-icon {
  fill: rgba(255, 255, 255, 0.6);
}
#global-header .top-bar .float-left ul li:last-child,
#global-header .top-bar .float-right ul li:last-child {
  border: none;
}
#global-header .top-bar .float-left ul li a,
#global-header .top-bar .float-right ul li a {
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  display: block;
}
#global-header .top-bar .float-left ul li:first-child a {
  padding-left: 0;
}
#global-header .top-bar .float-right {
  display: flex;
  align-items: center;
}
#global-header .top-bar .float-right ul li a {
  padding-left: 46px;
}
#global-header .top-bar .float-right ul li.quote a {
  padding-left: 55px;
}
@media (max-width: 991.98px) {
  #global-header .top-bar .float-right ul li a {
    padding-right: 0;
    height: 40px;
  }
  #global-header .top-bar .float-right ul li a span {
    display: none;
  }
  #global-header .top-bar .float-right .social {
    display: none;
  }
}
#global-header .top-bar .social {
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  line-height: 40px;
}
#global-header .top-bar .social a {
  color: white;
}
#global-header .top-bar .social a i {
  font-size: 2.1rem;
  margin-right: 0;
  margin-left: 10px;
}
#global-header .top-bar .social a:hover {
  color: rgba(255, 255, 255, 0.6);
}
#global-header .header-bottom {
  background: #f6f7ef;
}
#global-header .header-bottom .container-fluid::after, #global-header .header-bottom .container-sm::after, #global-header .header-bottom .container-md::after, #global-header .header-bottom .container-lg::after, #global-header .header-bottom .container-xl::after {
  display: block;
  clear: both;
  content: "";
}
#global-header .header-bottom.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  height: 90px;
  transition: height ease 0.5s;
}
@media (max-width: 991.98px) {
  #global-header .header-bottom .inner {
    position: relative;
  }
}
#global-header .logo {
  float: left;
  display: block;
  position: relative;
}
#global-header .logo img.logo-normal {
  image-rendering: -webkit-optimize-contrast;
  width: 168px;
  height: 103px;
  top: 0;
  transition: all ease 0.25s;
  transition-delay: 0s;
  transition-duration: 0.2s;
  margin: 12px 0 15px;
  opacity: 1;
  visibility: visible;
}
body.header-fixed #global-header .logo img.logo-normal {
  margin: 10px 0;
  width: 116px;
  height: 70px;
}
#global-header .logo img {
  height: auto !important;
  width: 168px;
}
@media (max-width: 1146px) {
  #global-header .logo img.logo-normal {
    width: 160px;
    height: 95.8px;
    width: 130px;
    height: 77.7px;
  }
}
@media (max-width: 991.98px) {
  #global-header .logo img.logo-normal {
    width: 130px;
    height: 77.7px;
  }
}
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  /** Width for the drawer. */
  --mm-ocd-width: 80%;
  /** Min-width for the drawer. */
  --mm-ocd-min-width: 200px;
  /** Max-width for the drawer. */
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

/** Animation duration. */
/** Arrow size. */
/** Arrow weight. */
/** Border opacity. */
/** Navbar opacity. */
/** Arrow opacity. */
/** Item height. */
/** Item indent. */
/** Line height. */
/** Panel offset. */
.mm-spn a,
.mm-spn span, .mm-spn li, .mm-spn ul, .mm-spn {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  /** Height for menu items. */
  --mm-spn-item-height: 50px;
  /** Indent for menu items. */
  --mm-spn-item-indent: 20px;
  /** Line height for menu items. */
  --mm-spn-line-height: 24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0px);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}
.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: transparent;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

/* ==========================================================================
	Navigation
   ========================================================================== */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all ease 0.25s;
  transition-delay: 0s;
  width: 20px;
  height: 20px;
  opacity: 1;
  display: inline-block !important;
  padding: 0 !important;
  cursor: pointer;
}
.close:hover {
  opacity: 1;
  transform: rotate(90deg);
}
.close:before, .close:after {
  position: absolute;
  left: 8px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: black;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

@keyframes module-fade-in {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/*Main Menu*/
.menu-overlay {
  background-color: rgba(0, 0, 0, 0.66);
  transition: all ease 0.25s;
  transition-delay: 0s;
  cursor: pointer;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  margin-top: 90px;
  opacity: 0;
  visibility: hidden;
}

body.menu-click .menu-overlay {
  opacity: 1;
  visibility: visible;
}

#main-menu .fullpage-submenu {
  position: absolute;
  width: 100%;
  left: 0;
  background: #f6f7ef;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
  display: none;
  max-height: calc(100vh - 130px);
  overflow: hidden auto;
}
#main-menu .fullpage-submenu:before {
  content: "";
  box-shadow: 0px 0px 0px 1px #ddded7;
}
#main-menu .fullpage-submenu h4 {
  font-size: 36px;
  font-size: 3.6rem;
  text-transform: none;
  text-align: center;
  padding-top: 35px;
  margin-bottom: 0;
  color: black;
}
#main-menu .fullpage-submenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main-menu .fullpage-submenu ul li a {
  color: black;
}
#main-menu .fullpage-submenu .submenu,
#main-menu .fullpage-submenu .thumbs {
  display: none;
}
#main-menu .fullpage-submenu .thumbs ul li, #main-menu .fullpage-submenu .thumbs-listing ul li {
  animation: module-fade-in 0.25s ease forwards;
  opacity: 0;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(0), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(0) {
  animation-delay: 0s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(1), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(1) {
  animation-delay: 0.05s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(2), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(2) {
  animation-delay: 0.1s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(3), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(3) {
  animation-delay: 0.15s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(4), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(4) {
  animation-delay: 0.2s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(5), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(5) {
  animation-delay: 0.25s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(6), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(6) {
  animation-delay: 0.3s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(7), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(7) {
  animation-delay: 0.35s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(8), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(8) {
  animation-delay: 0.4s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(9), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(9) {
  animation-delay: 0.45s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(10), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(10) {
  animation-delay: 0.5s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(11), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(11) {
  animation-delay: 0.55s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(12), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(12) {
  animation-delay: 0.6s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(13), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(13) {
  animation-delay: 0.65s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(14), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(14) {
  animation-delay: 0.7s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(15), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(15) {
  animation-delay: 0.75s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(16), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(16) {
  animation-delay: 0.8s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(17), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(17) {
  animation-delay: 0.85s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(18), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(18) {
  animation-delay: 0.9s;
}
#main-menu .fullpage-submenu .thumbs ul li:nth-child(19), #main-menu .fullpage-submenu .thumbs-listing ul li:nth-child(19) {
  animation-delay: 0.95s;
}
#main-menu .fullpage-submenu .menu-tabs {
  padding-top: 30px;
  padding-bottom: 37px;
}
#main-menu .fullpage-submenu .menu-tabs > ul {
  display: flex;
  justify-content: center;
}
#main-menu .fullpage-submenu .menu-tabs > ul > li {
  font: 500 16px "Geogrotesque", sans-serif;
  font: 500 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.1;
  margin-left: 15px;
  margin-right: 15px;
}
#main-menu .fullpage-submenu .menu-tabs > ul > li > a {
  transition: all ease 0.25s;
  transition-delay: 0s;
  padding-top: 0;
  padding-bottom: 6px;
  position: relative;
  text-transform: uppercase;
}
#main-menu .fullpage-submenu .menu-tabs > ul > li > a:after {
  transition: all ease 0.25s;
  transition-delay: 0s;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2a70b6;
  left: 0;
  bottom: 6px;
  opacity: 0;
}
#main-menu .fullpage-submenu .menu-tabs > ul > li > a.active, #main-menu .fullpage-submenu .menu-tabs > ul > li > a:hover {
  color: #2a70b6;
}
#main-menu .fullpage-submenu .menu-tabs > ul > li > a.active:after, #main-menu .fullpage-submenu .menu-tabs > ul > li > a:hover:after {
  bottom: 0px;
  opacity: 1;
}
#main-menu .fullpage-submenu .thumbs {
  padding-bottom: 65px;
}
#main-menu .fullpage-submenu .thumbs ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  justify-content: left;
}
#main-menu .fullpage-submenu .thumbs ul li {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font: 500 18px "Quadon", serif;
  font: 500 1.8rem "Quadon", serif;
  line-height: 1.1;
  text-transform: none;
}
#main-menu .fullpage-submenu .thumbs ul li a {
  padding: 0;
  height: 250px;
  background: rgba(42, 112, 182, 0.25);
  color: white;
  display: flex;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
#main-menu .fullpage-submenu .thumbs ul li a:hover:before {
  transform: scale(1.1);
}
#main-menu .fullpage-submenu .thumbs ul li a:hover:after {
  height: 200%;
}
#main-menu .fullpage-submenu .thumbs ul li a:before {
  transition: all ease 0.25s;
  transition-delay: 0s;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  z-index: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition-duration: 0.5s;
}
#main-menu .fullpage-submenu .thumbs ul li a:after {
  transition: all ease 0.25s;
  transition-delay: 0s;
  content: "";
  display: block;
  background: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  position: absolute;
  height: 35%;
  z-index: 0;
  width: 100%;
  bottom: 0;
  left: 0;
}
#main-menu .fullpage-submenu .thumbs ul li a .desc {
  margin-top: auto;
  z-index: 10;
}
#main-menu .fullpage-submenu .thumbs ul li a .desc * {
  transition: none !important;
}
#main-menu .fullpage-submenu .thumbs ul li a .desc span {
  font: 500 18px "Quadon", serif;
  font: 500 1.8rem "Quadon", serif;
  line-height: 1.1;
}
#main-menu .fullpage-submenu .thumbs ul li a .desc p, #main-menu .fullpage-submenu .thumbs ul li a .desc #main .gform_confirmation_message, #main #main-menu .fullpage-submenu .thumbs ul li a .desc .gform_confirmation_message {
  margin-top: 10px;
  font: 300 16px "Geogrotesque", sans-serif;
  font: 300 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.272;
  margin-bottom: 0;
}
#main-menu .fullpage-submenu .thumbs-listing {
  padding-top: 60px;
  padding-bottom: 40px;
}
#main-menu .fullpage-submenu .thumbs-listing ul li a {
  display: flex;
}
#main-menu .fullpage-submenu .thumbs-listing ul li a .image {
  width: 120px;
  height: 110px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
#main-menu .fullpage-submenu .thumbs-listing ul li a .image:before {
  transition: all ease 0.25s;
  transition-delay: 0s;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  z-index: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition-duration: 0.5s;
}
#main-menu .fullpage-submenu .thumbs-listing ul li a .desc {
  padding: 10px 20px 30px;
  width: calc(100% - 120px);
}
#main-menu .fullpage-submenu .thumbs-listing ul li a .desc * {
  transition: none !important;
}
#main-menu .fullpage-submenu .thumbs-listing ul li a .desc span {
  font: 600 18px "Quadon", serif;
  font: 600 1.8rem "Quadon", serif;
  line-height: 1.1;
  display: block;
}
#main-menu .fullpage-submenu .thumbs-listing ul li a .desc p, #main-menu .fullpage-submenu .thumbs-listing ul li a .desc #main .gform_confirmation_message, #main #main-menu .fullpage-submenu .thumbs-listing ul li a .desc .gform_confirmation_message {
  margin-top: 10px;
  font: 300 16px "Geogrotesque", sans-serif;
  font: 300 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.272;
  margin-bottom: 0;
}
#main-menu .fullpage-submenu .thumbs-listing ul li a:hover .image:before {
  transform: scale(1.1);
}

#main-menu {
  /*opacity:0;
  .page-loaded & {
  	opacity:1;
  }*/
  float: right;
  margin: 0;
  padding: 0;
}
#main-menu ul#main-nav {
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 0;
}
#main-menu ul#main-nav li {
  font: 300 18px "Quadon", serif;
  font: 300 1.8rem "Quadon", serif;
  line-height: 1.3;
  color: black;
}
#main-menu ul#main-nav li a {
  display: block;
  padding: 52px 10px;
  padding: 0 10px;
  line-height: 130px;
  color: black;
  transition: all ease 0.25s;
  transition-delay: 0s;
}
body.header-fixed #main-menu ul#main-nav li a {
  line-height: 90px;
}
#main-menu ul#main-nav li a:hover {
  color: #2a70b6;
}
#main-menu ul#main-nav li a:focus {
  text-decoration: none;
  outline: none;
}
@media (max-width: 1146px) {
  #main-menu ul#main-nav li a {
    line-height: 105px;
  }
}
@media (max-width: 991.98px) {
  #main-menu ul#main-nav li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #main-menu ul#main-nav li a {
    padding: 46px 10px;
  }
}
#main-menu > ul#main-nav {
  display: flex;
}
#main-menu > ul#main-nav > li {
  text-transform: uppercase;
  font: 400 18px "Quadon", serif;
  font: 400 1.8rem "Quadon", serif;
  line-height: 1.3;
}
#main-menu > ul#main-nav > li.menu-item-has-children > a {
  position: relative;
  padding-right: 32px;
}
#main-menu > ul#main-nav > li.menu-item-has-children > a:after {
  transition: all ease 0.25s;
  transition-delay: 0s;
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  border-top: none;
  border-left: none;
  right: 23px;
  transform: rotate(45deg);
  opacity: 1;
  right: 10px;
  top: -4px;
  border-color: black;
  left: auto;
}
#main-menu > ul#main-nav > li.menu-item-has-children > a.active:after, #main-menu > ul#main-nav > li.menu-item-has-children > a:hover:after {
  border-color: #2a70b6;
}
#main-menu > ul#main-nav > li.menu-item-has-children > a.active {
  color: #2a70b6;
}
#main-menu > ul#main-nav > li.menu-item-has-children > a.active:after {
  transform: rotate(225deg);
  top: 4px;
}
@media (max-width: 1146px) {
  #main-menu > ul#main-nav > li {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #main-menu > ul#main-nav > li.menu-item-has-children > a {
    padding: 0 7px;
    padding-right: 20px;
  }
  #main-menu > ul#main-nav > li.menu-item-has-children > a:after {
    right: 6px;
  }
}

#menu-toggle {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.button {
  display: block;
  position: relative;
  width: 50px;
  height: 46px;
  border-radius: 3px;
  margin: 0 auto;
  padding-top: 13px;
  transition: all 500ms cubic-bezier(1, 0, 0.645, 0.65);
}

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

.menu-bar {
  display: block;
  position: relative;
  background: black;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  transition: all 300ms;
  margin: 0 auto;
}

.bar1 {
  top: 0;
  animation: topbar-back 500ms;
  animation-fill-mode: both;
  animation-play-state: initial !important;
}

.bar2 {
  opacity: 1;
}

.bar3 {
  bottom: 0;
  animation: bottombar-back 500ms;
  animation-fill-mode: both;
  animation-play-state: initial !important;
}

.menu-bar + .menu-bar {
  margin-top: 6px;
}

.mm-opening .bar1,
.toggled .bar1 {
  top: 25%;
  animation: topbar-x 500ms;
  animation-fill-mode: both;
}
.mm-opening .bar2,
.toggled .bar2 {
  opacity: 0;
}
.mm-opening .bar3,
.toggled .bar3 {
  bottom: 28%;
  animation: bottombar-x 500ms;
  animation-fill-mode: both;
}

@keyframes topbar-x {
  0% {
    top: 0;
    transform: rotate(0deg);
  }
  45% {
    top: 25%;
    transform: rotate(145deg);
  }
  75% {
    transform: rotate(130deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes topbar-back {
  0% {
    top: 25%;
    transform: rotate(135deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    top: 0;
    transform: rotate(0);
  }
}
@keyframes bottombar-x {
  0% {
    bottom: 0;
    transform: rotate(0deg);
  }
  45% {
    bottom: 25%;
    transform: rotate(-145deg);
  }
  75% {
    transform: rotate(-130deg);
  }
  100% {
    transform: rotate(-135deg);
  }
}
@keyframes bottombar-back {
  0% {
    bottom: 25%;
    transform: rotate(-135deg);
  }
  45% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
#mobile-menu:not(.mm-spn) {
  display: none !important;
}

.mm-spn.mm-spn--light {
  background: #2a70b6;
  color: white;
}
.mm-spn.mm-spn--navbar:before {
  z-index: 100;
  opacity: 1;
}
.mm-spn.mm-spn--navbar:after {
  font: 600 18px "Quadon", serif;
  font: 600 1.8rem "Quadon", serif;
  line-height: 1.1;
  background: black;
  opacity: 1;
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
}
.mm-spn.mm-spn--navbar.mm-spn--main::after {
  text-transform: uppercase;
}
.mm-spn.mm-spn--navbar ul:before {
  display: none;
}
.mm-spn li:before {
  opacity: 1;
}
.mm-spn li:after {
  border-top: none;
}
.mm-spn li.menu-item-has-children > a {
  pointer-events: none;
}
.mm-spn a:not(:last-child)::after {
  border: none;
}
.mm-spn a.mobile-menu-close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 25px;
  height: 25px;
  opacity: 1;
  cursor: pointer;
  z-index: 200;
  padding: 0;
  background: none;
}
.mm-spn a.mobile-menu-close:before, .mm-spn a.mobile-menu-close:after {
  position: absolute;
  left: 12.5px;
  content: " ";
  height: 25px;
  width: 2px;
  opacity: 1;
  background-color: white;
}
.mm-spn a.mobile-menu-close:before {
  transform: rotate(45deg);
}
.mm-spn a.mobile-menu-close:after {
  transform: rotate(-45deg);
}

/*Float In*/
@keyframes floatInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li {
  opacity: 0;
  display: none;
  animation: floatInDown 0.25s ease forwards;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(1) {
  animation-delay: 0.1s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(2) {
  animation-delay: 0.2s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(3) {
  animation-delay: 0.3s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(4) {
  animation-delay: 0.4s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(5) {
  animation-delay: 0.5s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(6) {
  animation-delay: 0.6s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(7) {
  animation-delay: 0.7s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(8) {
  animation-delay: 0.8s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(9) {
  animation-delay: 0.9s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(10) {
  animation-delay: 1s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(11) {
  animation-delay: 1.1s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(12) {
  animation-delay: 1.2s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(13) {
  animation-delay: 1.3s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(14) {
  animation-delay: 1.4s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(15) {
  animation-delay: 1.5s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(16) {
  animation-delay: 1.6s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(17) {
  animation-delay: 1.7s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(18) {
  animation-delay: 1.8s;
}
.mm-ocd--open .mm-spn ul.mobile-menu:not(.mm-spn--parent) > li:nth-child(19) {
  animation-delay: 1.9s;
}
.mm-ocd--open .mm-spn ul.mobile-menu.mm-spn--open:not(.mm-spn--parent) > li {
  display: block;
}

#main .module {
  background: #4b4c46;
  position: relative;
  color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  height: 540px;
}
#main .module .ribbon {
  width: 134px;
  background: #ffdb00;
  position: absolute;
  top: 0;
  left: 20px;
  color: black;
  text-align: center;
  font: 500 14px/1.1 "Quadon", serif;
  font: 500 1.4rem/1.1 "Quadon", serif;
  text-transform: uppercase;
  padding: 17px 0;
  z-index: 5;
}
#main .module .ribbon:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 134 17'%3E%3Cpath fill='%23ffd100' d='M67 1.7L0 17V0h134v17z'/%3E%3C/svg%3E");
  position: absolute;
  width: 134px;
  height: 17px;
  left: 0;
  bottom: -17px;
}
#main .module.gradient::after {
  position: absolute;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 66.6666667%;
  left: 0;
  bottom: 0;
}
#main .module.gradient.reversed::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  bottom: auto;
}
#main .module.gradient.middle::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  height: 90%;
  top: auto;
  bottom: 0;
}
#main .module.xlarge {
  width: 100%;
  height: 640px;
}
#main .module.large {
  width: 100%;
  height: 540px;
}
#main .module.medium {
  width: 100%;
  height: 420px;
}
#main .module.medium article {
  width: 75%;
}
#main .module.small {
  width: 100%;
  height: 380px;
}
#main .module.xsmall {
  width: 100%;
  height: 260px;
}
#main .module.xsmall.cta-block {
  background: #2a70b6;
}
#main .module.xsmall.cta-block article {
  text-shadow: none;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#main .module.xsmall.cta-block article h2 {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #main .module.xlarge {
    height: 600px;
  }
  #main .module.large {
    height: 500px;
  }
  #main .module.medium {
    height: 380px;
  }
  #main .module.small {
    height: 340px;
  }
  #main .module.xsmall {
    height: 220px;
  }
}
@media (max-width: 991.98px) {
  #main .module {
    height: 380px !important;
  }
}
#main .module .banner {
  display: block;
  background: url(../images/agricultural-agreement.png) 50% 50% no-repeat;
  background-size: cover;
  height: 100%;
}
#main .module .banner:hover:after, #main .module .banner:active:after, #main .module .banner:focus:after {
  display: none;
}
#main .module.brown-bg .banner {
  height: 360px;
}
#main .module article {
  width: 100%;
  padding: 30px;
}
#main .module article.position-bottom {
  text-shadow: 0 0 30px black;
}
@media (max-width: 1024px) {
  #main .module article {
    padding: 20px;
  }
}
#main .module article.absolute {
  position: absolute;
  z-index: 9;
}
#main .module article.position-top {
  top: 0;
}
#main .module article.position-bottom {
  bottom: 0;
}
#main .module article.position-middle {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575.98px) {
  #main .module article.position-middle {
    transform: none;
  }
}
#main .module article.half {
  width: 50%;
}
#main .module article .inner {
  position: relative;
}
#main .module article h2 {
  font: 300 28px "Quadon", serif;
  font: 300 2.8rem "Quadon", serif;
  line-height: 1.1;
  margin-bottom: 10px;
}
#main .module article p, #main .module article .gform_confirmation_message {
  font: 300 16px "Geogrotesque", sans-serif;
  font: 300 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  margin-bottom: 10px;
}
#main .module article .more {
  font: 400 14px "Geogrotesque", sans-serif;
  font: 400 1.4rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffdb00;
  position: relative;
  padding-right: 15px;
}
#main .module article .more span {
  position: relative;
}
#main .module article .more span:before {
  transition: all ease-in-out 0.3s;
  content: "\f054";
  font: 900 11.5px "Font Awesome 5 Free";
  font: 900 1.15rem "Font Awesome 5 Free";
  line-height: 1.628571;
  position: absolute;
  top: -1px;
  right: -10px;
}
#main .module article .more:after {
  background: #ffdb00;
}
#main .module article .more:hover span:before {
  right: -15px;
}
#main .module article .more .lightgallery {
  position: absolute;
  top: -5px;
  left: 0;
  width: 150px;
  height: 40px;
  overflow: hidden;
  opacity: 0;
}
#main .module article .btn, #main .module article .gform_wrapper .gform_footer .gform_button, #main .gform_wrapper .gform_footer .module article .gform_button {
  line-height: 44px;
  line-height: 4.4rem;
  height: 44px;
  min-width: inherit;
  margin-top: 10px;
}
#main .module article .btn.drop-shadow, #main .module article .gform_wrapper .gform_footer .drop-shadow.gform_button, #main .gform_wrapper .gform_footer .module article .drop-shadow.gform_button {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
}
#main .module article .btn.position-right, #main .module article .gform_wrapper .gform_footer .position-right.gform_button, #main .gform_wrapper .gform_footer .module article .position-right.gform_button {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}
@media (max-width: 575.98px) {
  #main .module article .btn.position-right, #main .module article .gform_wrapper .gform_footer .position-right.gform_button, #main .gform_wrapper .gform_footer .module article .position-right.gform_button {
    position: static;
  }
}
#main .module.full-width article h2, #main .module.full-width article p, #main .module.full-width article .gform_confirmation_message {
  max-width: 450px;
}
#main .module.brown-bg article {
  background: #4b4c46;
  text-shadow: none;
}
/* ==========================================================================
	Content
   ========================================================================== */
/*Styles*/
#main small {
  display: block;
}

#main mark {
  color: black;
  background-color: #ffdb00;
  padding: 0 2px;
}

#main ul {
  position: relative;
  margin: 0 0 30px;
  padding-left: 30px;
}
#main ul li {
  font: 300 18px "Geogrotesque", sans-serif;
  font: 300 1.8rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  list-style: none;
  margin-bottom: 10px;
}
#main ul li:before {
  content: "\f058";
  position: absolute;
  font: 900 18px "Font Awesome 5 Free";
  font: 900 1.8rem "Font Awesome 5 Free";
  line-height: 1.6180339888;
  color: #2ba24f;
  margin: 0 0 0 -30px;
}
#main ul li:after {
  margin-bottom: 0;
}
#main ul li ul {
  margin: 5px 0;
  padding-left: 25px;
}
#main ul li ul li:before {
  color: #b8b5ae;
}
#main ul li ul li li {
  margin-bottom: 10px;
}

#main ol {
  position: relative;
  counter-reset: li;
  list-style: none;
  margin: 0 0 30px;
  padding-left: 30px;
}
#main ol li {
  font: 300 18px "Geogrotesque", sans-serif;
  font: 300 1.8rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  list-style: none;
  margin-bottom: 15px;
}
#main ol li:before {
  display: block;
  position: absolute;
  content: counter(li, decimal) ".";
  counter-increment: li;
  font: 500 18px "Geogrotesque", sans-serif;
  font: 500 1.8rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  color: #2ba24f;
  margin-left: -30px;
}
#main ol li:last-child {
  margin-bottom: 0;
}
#main ol li ol {
  margin: 10px 0 20px;
}
#main ol li ol li:before {
  content: counter(li, lower-roman) ".";
  color: #b8b5ae;
}

#main legend {
  font: 500 28px "Quadon", serif;
  font: 500 2.8rem "Quadon", serif;
  line-height: 1.6180339888;
  border: none;
  color: black;
  margin-bottom: 18px;
}

#main .billboard {
  position: relative;
  height: 60vh;
  max-height: 600px;
  animation: bganimate 1s ease-out 0s;
}
@keyframes x {
  from {
    width: 88px;
  }
  to {
    width: 100%;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#main .billboard .container-fluid, #main .billboard .container-sm, #main .billboard .container-md, #main .billboard .container-lg, #main .billboard .container-xl {
  position: relative;
  height: 100%;
}
@keyframes bganimate {
  0% {
    background-size: 110%;
    opacity: 0;
  }
  100% {
    background-size: 100%;
    opacity: 1;
  }
}
#main .billboard .caption {
  font: 300 24px "Quadon", serif;
  font: 300 2.4rem "Quadon", serif;
  line-height: 1.1;
  color: black;
  position: absolute;
  padding: 26px 30px 26px 113px;
  margin-bottom: 0;
  left: 40px;
  bottom: 80px;
  border-radius: 60px;
  text-transform: none;
}
#main .billboard .caption span {
  animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  opacity: 0;
  position: relative;
}
#main .billboard .caption span.state {
  text-transform: uppercase;
}
#main .billboard .caption:before {
  content: "";
  position: absolute;
  background: #ffdb00;
  border-radius: 60px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  animation: x 0.5s ease 0s;
  animation-fill-mode: forwards;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.66), 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
}
#main .billboard .caption:after {
  background-image: url("../images/ranbuild-man@2.png");
  background-repeat: no-repeat;
  background-size: 88px 118px;
  content: "";
  display: block;
  width: 88px;
  height: 118px;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 20;
}
@media (max-width: 991.98px) {
  #main .billboard .caption {
    font: 300 21px "Quadon", serif;
    font: 300 2.1rem "Quadon", serif;
    line-height: 1.1;
    left: 30px;
    bottom: 40px;
    padding: 16px 20px 16px 20px;
  }
  #main .billboard .caption:after {
    background-image: none;
  }
}
@media (max-width: 768.98px) {
  #main .billboard {
    height: calc(var(--vh, 1vh) * 100 - 220px);
    max-height: none;
  }
  #main .billboard .caption {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 600;
    color: white;
    padding: 0 20px;
    border-radius: 0;
    left: 0;
    background: none;
    box-shadow: none;
    bottom: 30px;
    text-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  }
  #main .billboard .caption:before {
    display: none;
  }
}

#main .intro {
  background: #333236;
}
#main .intro p, #main .intro .gform_confirmation_message {
  font: 300 21px "Quadon", serif;
  font: 300 2.1rem "Quadon", serif;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
#main .intro p:last-child, #main .intro .gform_confirmation_message:last-child {
  margin-bottom: 0;
}
#main .intro .content {
  padding: 40px 0;
}
@media (max-width: 575.98px) {
  #main .intro .content {
    padding: 30px 0;
  }
}

#main .promo {
  position: relative;
  color: white;
  text-align: center;
}
#main .promo .btn, #main .promo .gform_wrapper .gform_footer .gform_button, #main .gform_wrapper .gform_footer .promo .gform_button {
  margin-bottom: 10px;
}
#main .promo .text-article {
  padding: 0 80px;
  z-index: 8;
  height: 520px;
}
#main .promo .text-article svg {
  margin-top: 40px;
  margin-bottom: 40px;
}
#main .promo .left-image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
#main .promo .right-image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
}
@media (max-height: 900px) {
  #main .promo .text-article {
    height: 480px;
  }
}
@media (max-height: 800px) {
  #main .promo .text-article {
    height: 420px;
  }
}
@media (max-width: 1199.98px) {
  #main .promo .text-article {
    padding: 0 40px;
  }
}
@media (max-width: 991.98px) {
  #main .promo .text-article {
    padding: 40px;
  }
  #main .promo .text-article img {
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  #main .promo {
    text-align: left;
  }
  #main .promo .text-article {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 240px;
    height: auto;
  }
  #main .promo .right-image,
#main .promo .left-image {
    height: 240px;
    width: 100%;
  }
  #main .promo .content-bg {
    bottom: 0;
    height: calc(100% - 240px);
    top: auto;
  }
}

#main .highlights {
  height: 50vh;
  max-height: 520px;
  position: relative;
}
#main .highlights.image-as-bg img {
  opacity: 1;
}
#main .highlights .container-fluid, #main .highlights .container-sm, #main .highlights .container-md, #main .highlights .container-lg, #main .highlights .container-xl {
  position: relative;
  height: 100%;
}
#main .highlights h2 {
  text-transform: none;
  color: white;
}
#main .highlights p, #main .highlights .gform_confirmation_message {
  color: white;
  font-size: 16px;
}
#main .highlights .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
}
#main .highlights span {
  width: 45%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main .highlights .btn, #main .highlights .gform_wrapper .gform_footer .gform_button, #main .gform_wrapper .gform_footer .highlights .gform_button {
  margin-bottom: 0;
}
#main .highlights.content-right span {
  right: 5%;
}
#main .highlights.content-right .overlay {
  background: rgba(0, 0, 0, 0.66);
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
  background: linear-gradient(to left, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
}
@media (max-height: 900px) {
  #main .highlights {
    height: 420px;
  }
}
@media (max-width: 991.98px) {
  #main .highlights {
    height: auto;
  }
  #main .highlights span {
    width: 60%;
  }
  #main .highlights .overlay {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #main .highlights span {
    position: static;
    transform: none;
  }
}
@media (min-width: 1600px) {
  #main .highlights span {
    width: 30%;
  }
}

#main .products {
  overflow: hidden;
}
#main .products h3 {
  color: white;
  margin-bottom: 10px;
  font-weight: 300;
}
#main .products p, #main .products .gform_confirmation_message {
  font: 300 16px "Geogrotesque", sans-serif;
  font: 300 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  color: #888b8a;
}
#main .products ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .products ul li {
  margin: 0;
}
#main .products ul li:before {
  content: "";
  margin: 0;
}
#main .products ul li {
  font: 300 16px "Geogrotesque", sans-serif;
  font: 300 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  margin-bottom: 5px;
}
#main .products ul li a {
  color: #888b8a;
  text-transform: uppercase;
}
#main .products ul li a:hover {
  color: #ffdb00;
  text-decoration: underline;
}
#main .products .row, #main .products .gform_wrapper .gform_fields, #main .gform_wrapper .products .gform_fields {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
#main .products .col-sm-4, #main .products .gfield.gf_left_third,
#main .products .gfield.gf_middle_third,
#main .products .gfield.gf_right_third, #main .products .col-sm-6, #main .products .gfield.gf_left_half,
#main .products .gfield.gf_right_half, #main .products .col-sm-8, #main .products .col-md-4, #main .products .col-md-6, #main .products .col-md-8, #main .products .product.commercial, #main .products .product.all-products {
  margin-bottom: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
#main .products .desc {
  padding: 30px;
  display: table-cell;
  vertical-align: bottom;
  color: black;
}
#main .products .desc:after {
  height: 0;
  transition: none;
}
#main .products .desc:hover {
  box-shadow: none;
}
#main .products .desc {
  padding: 20px;
}
#main .products h3 {
  margin-bottom: 10px;
}
#main .products .product {
  height: 342px;
  background-color: white;
  display: table;
  width: 100%;
  position: relative;
}
#main .products .product.choose p, #main .products .product.choose .gform_confirmation_message {
  color: black;
  opacity: 1;
  height: auto;
}
#main .products .product .overlay {
  background: black;
  background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
}
#main .products .product.choose {
  text-align: center;
  background-color: white;
}
#main .products .product.choose:hover {
  background-blend-mode: none;
  background-color: white;
}
#main .products .product.choose h3 {
  color: black;
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#main .products .product.choose .desc {
  vertical-align: middle;
}
#main .products .product.choose p:last-child, #main .products .product.choose .gform_confirmation_message:last-child {
  margin-bottom: 0;
}
#main .products .product.commercial {
  height: 520px;
}
#main .products .product.all-products {
  height: 164px;
  background: black;
}
#main .products .product.all-products .desc {
  vertical-align: middle;
}
#main .products .product.all-products .desc .btn, #main .products .product.all-products .desc .gform_wrapper .gform_footer .gform_button, #main .gform_wrapper .gform_footer .products .product.all-products .desc .gform_button {
  display: table;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #main .products {
    height: auto;
  }
  #main .products .product.commercial {
    height: 342px;
  }
  #main .products .product {
    height: 280px;
  }
  #main .products .product.commercial {
    height: 280px;
  }
}

#main .dealer-top.row, #main .gform_wrapper .dealer-top.gform_fields {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  #main .dealer-top.row, #main .gform_wrapper .dealer-top.gform_fields {
    margin-bottom: 20px;
  }
}
#main .dealer-top h2 {
  font: 500 28px "Quadon", serif;
  font: 500 2.8rem "Quadon", serif;
  line-height: 1.1;
  text-transform: none;
  display: inline;
}

#main .dealer-details {
  padding: 30px;
  background: #f6f7ef;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 35px;
}
#main .dealer-details h4 {
  font: 600 18px "Quadon", serif;
  font: 600 1.8rem "Quadon", serif;
  line-height: 1.1;
}
#main .dealer-details strong {
  font-weight: 400;
}
#main .dealer-details .block {
  margin-bottom: 20px;
}
#main .dealer-details .block.store-address > p, #main .dealer-details .block.store-address > .gform_confirmation_message {
  max-width: 60%;
}
@media (max-width: 575.98px) {
  #main .dealer-details {
    padding: 20px;
    margin-bottom: 20px;
  }
  #main .dealer-details .block.opening-hours {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  #main .btns .location-btn {
    margin-top: 20px;
  }
}
.svg-buttons {
  text-align: center;
}

.svg-btn {
  color: black;
  text-transform: uppercase;
  margin-right: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}
.svg-btn:last-child {
  margin-right: 0;
}
.svg-btn:hover span {
  background: black;
}
.svg-btn span {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 80px;
  background: #2ba24f;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
}
.svg-btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  fill: white;
}
.svg-btn svg.ico-laptop {
  width: 38px;
  height: 26px;
}
.svg-btn svg.ico-tablet {
  width: 42px;
  height: 35px;
}

#main .layout.colorbond_colors h2 {
  margin-bottom: 10px;
}
#main .layout.colorbond_colors ul.colorbond-colors {
  margin-bottom: 20px;
}
#main .layout.colorbond_colors ul.colorbond-colors:last-child {
  margin-bottom: 0;
}
#main .layout.colorbond_colors ul.colorbond-colors li {
  margin-right: 10px;
  margin-top: 10px;
  float: left;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#main .layout.colorbond_colors ul.colorbond-colors li span.background {
  display: block;
  width: 90px;
  height: 120px;
}
@media (max-width: 575.98px) {
  #main .layout.colorbond_colors ul.colorbond-colors li span.background {
    width: 88px;
    height: 110px;
  }
}
#main .layout.colorbond_colors ul.colorbond-colors li span.name {
  position: absolute;
  height: 40px;
  padding: 4px 9px;
  left: 0;
  right: 0;
  bottom: 0;
  font: 500 14px "Geogrotesque", sans-serif;
  font: 500 1.4rem "Geogrotesque", sans-serif;
  line-height: 1.1;
  color: black;
  background: white;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  #main .layout.colorbond_colors .text {
    position: sticky;
    top: 200px;
  }
}

/* Frame */
.owl-dots-wrapper * {
  transition: none !important;
}

.frame {
  height: 74px;
  line-height: 74px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .frame {
    height: 60px;
    line-height: 60px;
  }
}

.owl-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;
}

.owl-dots li,
.owl-dots .owl-dot {
  transition: box-shadow 0.2s ease-in !important;
  float: left;
  width: 112px;
  height: 100%;
  margin: 0 10px 0 0;
  padding: 0;
  background: #333;
  color: #ddd;
  text-align: center;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 0px #2ba24f;
}

.owl-dots .owl-dot.active {
  box-shadow: inset 0 0 0 6px #2ba24f;
}
.owl-dots .owl-dot:hover {
  box-shadow: inset 0 0 0 6px rgba(43, 162, 79, 0.75);
}

/* Pages */
.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.pages li {
  background: #c7c7c9;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 7px !important;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  /*background: #fff;*/
  /*box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);*/
}

.pages li:hover {
  background: #2ba24f;
}

.pages li.active {
  background: #2ba24f;
}

#main .slide-cont {
  position: relative;
}
#main .slide-cont .fullscreen {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.66) none repeat scroll 0 0;
  border-radius: 2px;
  height: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  z-index: 5000;
  display: block !important;
}
#main .slide-cont .fullscreen:after {
  height: 0;
}
#main .slide-cont .fullscreen i {
  color: white;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  #main .slide-cont .fullscreen {
    top: 10px;
    right: 10px;
  }
}
#main .slide-cont.gallery-fullscreen {
  background: black none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
#main .slide-cont.gallery-fullscreen .owl-carousel {
  height: 100%;
}
#main .slide-cont.gallery-fullscreen .owl-carousel .owl-item img {
  height: auto !important;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main .slide-cont.gallery-fullscreen .owl-carousel .owl-item .caption {
  bottom: 50px;
}
#main .slide-cont.gallery-fullscreen .owl-carousel .owl-nav {
  top: 50%;
}
#main .slide-cont.gallery-fullscreen .owl-carousel .owl-stage-outer {
  height: 100%;
}

.owl-carousel .owl-stage {
  height: 100%;
}

.owl-carousel .owl-stage-outer {
  height: 520px;
  background: #c7c7c9;
}
@media (max-width: 1025px) {
  .owl-carousel .owl-stage-outer {
    height: 342px;
  }
}
@media (max-width: 991.98px) {
  .owl-carousel .owl-stage-outer {
    height: 405px;
  }
}
@media (max-width: 575.98px) {
  .owl-carousel .owl-stage-outer {
    height: 280px;
  }
}
.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 260px;
  transform: translateY(-50%);
  width: 100%;
  height: 50px;
}
@media (max-width: 1025px) {
  .owl-carousel .owl-nav {
    top: 171px;
  }
}
@media (max-width: 991.98px) {
  .owl-carousel .owl-nav {
    top: 202px;
  }
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.2);
}
.owl-carousel .owl-nav .owl-prev .arrow,
.owl-carousel .owl-nav .owl-next .arrow {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  border-top: none;
  border-left: none;
  right: 23px;
  border-color: white;
  width: 15px;
  height: 15px;
  right: 20px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 20px;
  transform: rotate(180deg);
}
.owl-carousel .owl-nav .owl-prev:hover {
  transform: rotate(180deg) scale(1.2);
}
.owl-carousel .owl-nav .owl-next {
  right: 20px;
}
@media (max-width: 575.98px) {
  .owl-carousel .owl-nav {
    display: none;
  }
}

.owl-item > div {
  height: 100%;
  overflow: hidden;
}

.owl-carousel .owl-item {
  height: 100%;
}
.owl-carousel .owl-item .caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: white;
  font-weight: 400;
  z-index: 20;
}
.owl-carousel .owl-item .overlay {
  background: rgba(0, 0, 0, 0.66);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  height: 20%;
  left: 0;
  width: 100%;
  z-index: 10;
}

.owl-carousel .owl-item img {
  height: 100% !important;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#main .listing article {
  margin-bottom: 20px;
}
#main .listing article .inner {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.1);
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#main .listing article .inner a.btn, #main .listing article .inner .gform_wrapper .gform_footer a.gform_button, #main .gform_wrapper .gform_footer .listing article .inner a.gform_button {
  min-width: auto;
  margin: 0 20px 20px;
}
#main .listing article .description {
  padding: 20px;
  text-align: center;
}
#main .listing article .img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 40vh;
  max-height: 200px;
}
@media (max-width: 991.98px) {
  #main .listing article .img {
    max-height: 200px;
  }
}
@media (max-width: 768.98px) {
  #main .listing article .img {
    max-height: 200px;
  }
}
#main .listing article .img img {
  position: absolute;
  opacity: 0;
}
#main .listing article h1 {
  font-size: 21px;
  font-size: 2.1rem;
  text-transform: none;
  margin-bottom: 14px;
}
#main .listing article h1 a {
  color: white;
}
#main .listing article h1 a:after {
  display: none;
}
#main .listing article p, #main .listing article .gform_confirmation_message {
  font-size: 16px;
  font-size: 1.6rem;
}
#main .listing article p:last-child, #main .listing article .gform_confirmation_message:last-child {
  margin-bottom: 0;
}
#main .listing .top {
  display: flex;
  justify-content: space-between;
}
#main .listing .top .btn, #main .listing .top .gform_wrapper .gform_footer .gform_button, #main .gform_wrapper .gform_footer .listing .top .gform_button {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  #main .listing .top {
    flex-wrap: wrap;
  }
}

#main .feature {
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 25px;
}
#main .feature p:last-child, #main .feature .gform_confirmation_message:last-child {
  margin-bottom: 0;
}
#main .feature ul {
  margin-bottom: 0;
}
#main .feature ul li:last-child {
  margin-bottom: 0;
}
#main .feature h4 {
  margin-bottom: 20px;
}

#main .clearfix .btn, #main .clearfix .gform_wrapper .gform_footer .gform_button, #main .gform_wrapper .gform_footer .clearfix .gform_button, #main .gform_wrapper li.check-box .ginput_container ul .btn, #main .gform_wrapper li.check-box .ginput_container ul .gform_footer .gform_button, #main .gform_wrapper .gform_footer li.check-box .ginput_container ul .gform_button, #main .gform_wrapper li.radio-button .ginput_container ul .btn, #main .gform_wrapper li.radio-button .ginput_container ul .gform_footer .gform_button, #main .gform_wrapper .gform_footer li.radio-button .ginput_container ul .gform_button, #main .layout.colorbond_colors ul.colorbond-colors .btn, #main .layout.colorbond_colors ul.colorbond-colors .gform_wrapper .gform_footer .gform_button, #main .gform_wrapper .gform_footer .layout.colorbond_colors ul.colorbond-colors .gform_button {
  margin-bottom: 0;
}

#main .portal-listing article {
  position: relative;
  text-align: center;
}
#main .portal-listing article .row > div, #main .portal-listing article .gform_wrapper .gform_fields > div, #main .gform_wrapper .portal-listing article .gform_fields > div {
  height: 480px;
}
#main .portal-listing article .desc {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .portal-listing article p, #main .portal-listing article .gform_confirmation_message {
  font: 300 18px "Geogrotesque", sans-serif;
  font: 300 1.8rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  font: 300 16px/1.42857 "Geogrotesque", sans-serif;
  font: 300 1.6rem/1.42857 "Geogrotesque", sans-serif;
}
#main .portal-listing article .btn, #main .portal-listing article .gform_wrapper .gform_footer .gform_button, #main .gform_wrapper .gform_footer .portal-listing article .gform_button {
  margin-bottom: 0;
}
#main .portal-listing article .img {
  width: 50%;
  position: absolute;
  left: 0;
}
#main .portal-listing article.right .img {
  right: 0;
  left: auto;
}
@media (max-width: 575.98px) {
  #main .portal-listing article {
    padding-top: 320px;
  }
  #main .portal-listing article .row > div, #main .portal-listing article .gform_wrapper .gform_fields > div, #main .gform_wrapper .portal-listing article .gform_fields > div {
    height: auto;
  }
  #main .portal-listing article .desc {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 60px 0;
  }
  #main .portal-listing article .img {
    height: 320px !important;
    top: 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  #main .portal-listing article {
    padding-top: 280px;
  }
  #main .portal-listing article .desc {
    padding: 30px 0;
  }
  #main .portal-listing article .img {
    height: 280px !important;
  }
}

#main #map-container {
  background: none;
}
#main #map-container .SumoSelect {
  width: 192px;
}
#main #map-container label {
  display: block;
}
#main #map-container .form-group {
  margin-bottom: 25px;
}
#main #map-container .module {
  background: none;
  box-shadow: none;
  position: absolute;
  border-radius: 4px;
  width: 220px;
  left: 20px;
  z-index: 5;
  left: 30px;
  top: 30px;
}
@media (max-width: 768.98px) {
  #main #map-container .module {
    border-radius: 0;
    left: 0;
  }
}
#main #map-container .module h1 {
  font: 500 28px "Quadon", serif;
  font: 500 2.8rem "Quadon", serif;
  line-height: 1.1;
  text-transform: none;
  color: white;
}
#main #map-container .module .content {
  position: relative;
  height: auto;
  background: #373538;
  padding: 15px;
  margin-bottom: 15px;
}
#main #map-container .module .content label {
  color: white;
}
#main #map-container .module .content input::-webkit-input-placeholder, #main #map-container .module .content textarea::-webkit-input-placeholder {
  color: white;
  opacity: 0.4;
}

#main #map-container .module .content input:-moz-placeholder, #main #map-container .module .content textarea:-moz-placeholder {
  color: white;
  opacity: 0.4;
}

#main #map-container .module .content input::-moz-placeholder, #main #map-container .module .content textarea::-moz-placeholder {
  color: white;
  opacity: 0.4;
}

#main #map-container .module .content input:-ms-input-placeholder, #main #map-container .module .content textarea:-ms-input-placeholder {
  color: white;
  opacity: 0.4;
}

@media (max-width: 991.98px) {
  #main #map-container {
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 991.98px) {
  #main #map-container .content-inner {
    padding: 0;
    background: none;
  }
}
@media (max-width: 575.98px) {
  #main #map-container .module {
    position: static;
    width: 100%;
  }
  #main #map-container .module .content {
    background: none;
    margin-bottom: 0;
  }
  #main #map-container #map {
    height: 600px;
  }
  #main #map-container .SumoSelect {
    width: 100%;
  }
}

#mobile-dealer {
  background: #ffdb00;
  padding: 30px 15px;
}
#mobile-dealer .btn, #mobile-dealer #main .gform_wrapper .gform_footer .gform_button, #main .gform_wrapper .gform_footer #mobile-dealer .gform_button {
  margin: 0;
}

#main #map-canvas {
  height: 400px;
}
#map-container {
  width: 100%;
}

#map {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 170px);
}

#map * {
  transition: none;
}

#actions {
  list-style: none;
  padding: 0;
}

#inline-actions {
  padding-top: 10px;
}

.item {
  margin-left: 20px;
}

#main .gm-style .gm-style-iw-c {
  width: auto !important;
}

#main .gm-style .gm-style-iw-t::after {
  background: #ffdb00;
  top: 0;
}

#main .gm-style .gm-style-iw-c {
  width: 350px !important;
  top: 0 !important;
  left: 0px !important;
  min-width: 480px !important;
  padding: 20px !important;
  background: #ffdb00;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  overflow: inherit;
}
#main .gm-style .gm-style-iw-c .btn, #main .gm-style .gm-style-iw-c .gform_wrapper .gform_footer .gform_button, #main .gform_wrapper .gform_footer .gm-style .gm-style-iw-c .gform_button {
  margin-bottom: 0;
  margin-right: 15px;
}
#main .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
  width: 100%;
}

.marker_label {
  color: white;
  font: 500 14px "Geogrotesque", sans-serif;
  font: 500 1.4rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  line-height: 14px;
  line-height: 1.4rem;
}

#main .gm-ui-hover-effect,
#main .close-btn {
  background: black !important;
  border-radius: 30px !important;
  box-shadow: none !important;
  height: 30px !important;
  right: -7px !important;
  top: -7px !important;
  width: 30px !important;
  border: none !important;
  opacity: 1;
}
#main .gm-ui-hover-effect:before,
#main .close-btn:before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  border-right: none;
  border-bottom: none;
  left: 23px;
  left: 15px;
  border-color: white;
  z-index: 1;
}
#main .gm-ui-hover-effect:after,
#main .close-btn:after {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  border-top: none;
  border-left: none;
  right: 23px;
  right: 15px;
  border-color: white;
}
#main .gm-ui-hover-effect img,
#main .close-btn img {
  display: none;
}

#main #map-canvas button,
#main #map button {
  box-shadow: none;
}

#main .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom .gmnoprint > div {
  background: #ffdb00 !important;
}

#main .gm-svpc {
  background: #ffdb00 !important;
}

.dealer-map-info, .dealer-map-image {
  float: left;
}

.dealer-map-info {
  width: calc(100% - 145px);
  width: 100%;
}
.dealer-map-info h5, .dealer-map-info h6, .dealer-map-info p, .dealer-map-info #main .gform_confirmation_message, #main .dealer-map-info .gform_confirmation_message {
  color: black;
}

.dealer-map-image {
  width: 125px;
  margin-right: 20px;
}
.dealer-map-image img {
  width: 100% !important;
  height: auto !important;
}

#main #video {
  width: 100%;
  background: black;
  color: white;
}
#main .video-description {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 30px;
  background: #4b4c46;
}
#main .video-description h2 {
  margin-bottom: 10px;
}
#main .video-description p, #main .video-description .gform_confirmation_message {
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  #main .video-description {
    padding: 15px;
  }
}

:root {
  --plyr-control-icon-size: 18px;
  --plyr-video-control-background-hover: #2a70b6;
}

.grid-item-video {
  padding-bottom: 17px !important;
}

.plyr-container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.plyr button {
  box-shadow: none;
  margin-top: 0;
}

.plyr__volume {
  width: auto;
  min-width: 0;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  padding: 25;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid svg {
  width: 20px;
  height: 20px;
}

#main .play {
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 14.4px solid white;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#main .play:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -34.2px;
  bottom: -24px;
  right: -13.8px;
  border-radius: 50%;
  border: 4px solid white;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
#main .play:after {
  content: "";
  opacity: 0;
  transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
}
#main .play:hover:before, #main .play:focus:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#main .block-listing h1 {
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: none;
  color: white;
}
#main .block-listing .row, #main .block-listing .gform_wrapper .gform_fields, #main .gform_wrapper .block-listing .gform_fields {
  margin-right: -15px;
  margin-left: -15px;
}
#main .block-listing .col {
  padding-left: 10px;
  padding-right: 10px;
}
#main .block-listing .article {
  height: calc(100% - 20px);
}
#main .block-listing .article:after {
  box-shadow: none;
}
#main .block-listing .module {
  height: calc(100% - 20px) !important;
  margin-bottom: 20px;
}
#main .block-listing .module .banner {
  height: 40vh;
  max-height: 320px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 991.98px) {
  #main .block-listing .module .banner {
    max-height: 260px;
  }
}
#main .block-listing .module .banner:after {
  display: none;
}
#main .block-listing .module h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

#main .SumoSelect {
  width: 100%;
}
#main .SumoSelect ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .SumoSelect ul li {
  margin: 0;
}
#main .SumoSelect ul li:before {
  content: "";
  margin: 0;
}
#main .SumoSelect label {
  color: black !important;
}
#main .SumoSelect > .CaptionCont > label {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  border-top: none;
  border-left: none;
  right: 23px;
  border-color: #b8b5ae;
  transform: rotate(45deg);
}
#main .SumoSelect > .CaptionCont > label > i {
  display: none;
}
#main .SumoSelect > .CaptionCont .box {
  background-color: #FEFEFE;
  border: 2px solid #eeeeee;
  background-size: 36px auto;
  background-position: 0 0, 15px 15px;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 35px;
  height: 35px;
  border-radius: 2px;
}
#main .SumoSelect > .optWrapper {
  border-radius: 2px;
  border: 2px solid #b8b5ae;
}
#main .SumoSelect > .optWrapper > .options li {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
#main .SumoSelect > .optWrapper > .options li.gf_placeholder {
  opacity: 0.5;
}
#main .SumoSelect > .optWrapper > .options li.selected {
  background: rgba(51, 50, 54, 0.05);
}
#main .SumoSelect > .optWrapper > .options li:hover {
  background: #E4E4E4;
}
#main .SumoSelect > .optWrapper > .options li label {
  margin-bottom: 0;
  padding: 10px 15px 8px;
  text-transform: none;
  font: 400 16px/1.42857 "Geogrotesque", sans-serif;
  font: 400 1.6rem/1.42857 "Geogrotesque", sans-serif;
}
#main .SumoSelect.open > .CaptionCont {
  background: black !important;
  border-color: black;
  color: white;
}
#main .SumoSelect.open > .optWrapper {
  border-color: black;
  top: 46px;
  border-top: none;
}

/*Colorbond Colours- UPDATE 20160408*/
.basalt, .basalt .box {
  background-color: #6d6d6f !important;
  background-image: none !important;
}

.cove, .cove .box {
  background-color: #a59f89 !important;
  background-image: none !important;
}

.dune, .dune .box {
  background-color: #b1ada2 !important;
  background-image: none !important;
}

.evening-haze, .evening-haze .box {
  background-color: #c5c3aa !important;
  background-image: none !important;
}

.gully, .gully .box {
  background-color: #877f74 !important;
  background-image: none !important;
}

.ironstone, .ironstone .box {
  background-color: #3f434e !important;
  background-image: none !important;
}

.jasper, .jasper .box {
  background-color: #6d6153 !important;
  background-image: none !important;
}

.mangrove, .mangrove .box {
  background-color: #737560 !important;
  background-image: none !important;
}

.monument, .monument .box {
  background-color: #323234 !important;
  background-image: none !important;
}

.shale-grey, .shale-grey .box {
  background-color: #bdbfba !important;
  background-image: none !important;
}

.surfmist, .surfmist .box {
  background-color: #e4e2d5 !important;
  background-image: none !important;
}

.terrain, .terrain .box {
  background-color: #68442c !important;
  background-image: none !important;
}

.wallaby, .wallaby .box {
  background-color: #807c79 !important;
  background-image: none !important;
}

.windspray, .windspray .box {
  background-color: #898b8a !important;
  background-image: none !important;
}

.classic-cream, .classic-cream .box {
  background-color: #eadcb7 !important;
  background-image: none !important;
}

.cottage-green, .cottage-green .box {
  background-color: #2f4c3a !important;
  background-image: none !important;
}

.deep-ocean, .deep-ocean .box {
  background-color: #364153 !important;
  background-image: none !important;
}

.manor-red, .manor-red .box {
  background-color: #601d0a !important;
  background-image: none !important;
}

.night-sky, .night-sky .box {
  background-color: #000000 !important;
  background-image: none !important;
}

.pale-eucalypt, .pale-eucalypt .box {
  background-color: #7c856a !important;
  background-image: none !important;
}

.paperbark, .paperbark .box {
  background-color: #cbc0a4 !important;
  background-image: none !important;
}

.woodland-grey, .woodland-grey .box {
  background-color: #4b4c46 !important;
  background-image: none !important;
}

.custom-orb label {
  text-transform: uppercase !important;
}
.custom-orb .box {
  background-image: url("../images/cladding-custom-orb.png");
}

.multiclad label {
  text-transform: uppercase !important;
}
.multiclad .box {
  background-image: url("../images/cladding-multiclad.png");
}

.trimdek label {
  text-transform: uppercase !important;
}
.trimdek .box {
  background-image: url("../images/cladding-trimdek.png");
}

#main .cladding-field .SumoSelect > .CaptionCont > span,
#main .color-field .SumoSelect > .CaptionCont > span {
  padding-left: 34px;
}
@media (max-width: 575.98px) {
  #main .cladding-field .SumoSelect > .CaptionCont > span,
#main .color-field .SumoSelect > .CaptionCont > span {
    padding-left: 0;
  }
}
#main .cladding-field .optWrapper .options .opt,
#main .color-field .optWrapper .options .opt {
  background: none !important;
  position: relative;
}
#main .cladding-field .optWrapper .options .opt label,
#main .color-field .optWrapper .options .opt label {
  padding: 10px 15px 13px 49px;
}
#main .cladding-field .optWrapper .options .opt .box,
#main .color-field .optWrapper .options .opt .box {
  background-color: #FEFEFE;
  border: 2px solid #eeeeee;
  background-size: 36px auto;
  background-position: 0 0, 15px 15px;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 35px;
  height: 35px;
  border-radius: 2px;
}
@media (max-width: 575.98px) {
  #main .cladding-field .optWrapper .options .opt .box,
#main .color-field .optWrapper .options .opt .box {
    display: none;
  }
}

/* Social Share icons */
.icon,
[class*=" icon--"],
[class*=icon--][class*="--after"]:after,
[class*=icon--][class*="--before"]:before,
[class*=icon--][class*="--beforeafter"]:after,
[class*=icon--][class*="--beforeafter"]:before,
[class^=icon--] {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  font-size: 16px;
  text-shadow: none;
  border: none;
  vertical-align: middle;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.icon:hover,
[class*=" icon--"]:hover,
[class*=icon--][class*="--after"]:hover:after,
[class*=icon--][class*="--before"]:hover:before,
[class*=icon--][class*="--beforeafter"]:hover:after,
[class*=icon--][class*="--beforeafter"]:hover:before,
[class^=icon--]:hover {
  background-color: transparent;
}

[class*=icon--][class*="--after"],
[class*=icon--][class*="--before"],
[class*=icon--][class*="--beforeafter"] {
  font-size: inherit;
  overflow: visible;
  text-indent: 0;
}

[class*=icon--][class*="--before"] {
  position: relative;
}

[class*=icon--][class*="--before"]:before {
  content: "";
  vertical-align: baseline;
}

[class*=icon--][class*="--before"].icon--stacked,
[class*=icon--][class*="--before"].icon--stacked:before {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

[class*=icon--][class*="--after"] {
  position: relative;
}

[class*=icon--][class*="--after"]:after {
  content: "";
}

[class*=icon--][class*="--beforeafter"] {
  position: relative;
}

[class*=icon--][class*="--beforeafter"]:after,
[class*=icon--][class*="--beforeafter"]:before {
  content: "";
}

[class*=icon--][class*="--beforeafter"]:before {
  margin: 0 10px 0 auto;
}

[class*=icon--][class*="--beforeafter"]:after {
  margin: 0 auto 0 10px;
}

.icon,
[class*=icon--],
[class*=icon--][class*="--after"]:after,
[class*=icon--][class*="--before"]:before,
[class*=icon--][class*="--beforeafter"]:after,
[class*=icon--][class*="--beforeafter"]:before {
  color: inherit;
  text-decoration: none;
}

.icon:after,
[class*=icon--]:after,
[class*=icon--][class*="--after"]:after,
[class*=icon--][class*="--beforeafter"]:after {
  clear: both;
  content: "";
  display: table;
}

.icon > span,
[class*=icon--] > span,
[class*=icon--][class*="--after"]:after > span,
[class*=icon--][class*="--before"]:before > span,
[class*=icon--][class*="--beforeafter"]:after > span,
[class*=icon--][class*="--beforeafter"]:before > span {
  font-size: 1em;
}

.icon--after--facebook:after,
.icon--before--facebook:before,
.icon--facebook {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='48' viewBox='0 0 16 48'%3E%3Cpath fill='%2378777A' d='M8.8 15V8.5H11l.3-2.5H8.8V4.4c0-.7.2-1.2 1.2-1.2h1.3V.9c-.2 0-1-.1-1.9-.1C7.5.8 6 2 6 4.2V6H4v2.5h2V15h2.8z'/%3E%3Cpath fill='%233B5998' d='M8.8 31v-6.5H11l.3-2.5H8.8v-1.6c0-.7.2-1.2 1.2-1.2h1.3v-2.3c-.2 0-1-.1-1.9-.1C7.5 16.8 6 18 6 20.2V22H4v2.5h2V31h2.8z'/%3E%3Cpath fill='%23fff' d='M8.8 47v-6.5H11l.3-2.5H8.8v-1.6c0-.7.2-1.2 1.2-1.2h1.3v-2.3c-.2 0-1-.1-1.9-.1C7.5 32.8 6 34 6 36.2V38H4v2.5h2V47h2.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  background-size: 100% auto;
}

.icon--before--facebook:before {
  margin-right: 15px;
  left: 0;
}

.icon--after--facebook:after,
.icon--before--facebook:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  vertical-align: middle;
}

.icon--after--facebook:after {
  margin-left: 15px;
  margin-right: 0;
  right: 0;
}

.icon--after--twitter:after,
.icon--before--twitter:before,
.icon--twitter {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='48' viewBox='0 0 16 48'%3E%3Cpath fill='%2378777A' d='M15.7 3.5c-.5.2-1.1.4-1.7.5.6-.4 1.1-1 1.4-1.6-.6.3-1.3.6-2 .7-.6-.6-1.4-1-2.3-1-1.7 0-3 1.3-3 3 0 .2 0 .5.1.7-2.6-.2-4.8-1.4-6.4-3.2-.3.5-.4 1-.4 1.5 0 1.1.6 2 1.4 2.5-.5 0-1-.1-1.4-.4 0 1.5 1.1 2.7 2.4 2.9-.3.2-.5.2-.8.2h-.6c.4 1.2 1.5 2.1 2.9 2.1-1 .8-2.4 1.3-3.8 1.3H.8c1.4.9 3 1.3 4.7 1.3 5.6 0 8.7-4.6 8.7-8.5V5c.6-.3 1.1-.9 1.5-1.5z'/%3E%3Cpath fill='%2303B3EE' d='M15.7 19.5c-.6.2-1.1.4-1.8.5.6-.4 1.1-1 1.4-1.6-.6.3-1.3.6-2 .7-.6-.6-1.4-1-2.3-1-1.7 0-3 1.3-3 3 0 .2 0 .5.1.7-2.5-.1-4.8-1.3-6.3-3.1-.3.5-.4 1-.4 1.5 0 1.1.6 2 1.4 2.5-.5 0-1-.1-1.4-.4 0 1.5 1.1 2.7 2.4 2.9-.2.1-.5.1-.8.1h-.6c.4 1.2 1.5 2.1 2.9 2.1-1 .8-2.4 1.3-3.8 1.3H.8c1.4.9 3 1.3 4.7 1.3 5.6 0 8.7-4.6 8.7-8.5V21c.6-.3 1.1-.9 1.5-1.5z'/%3E%3Cpath fill='%23fff' d='M15.7 35.5c-.6.2-1.1.4-1.8.5.6-.4 1.1-1 1.4-1.6-.6.3-1.3.6-2 .7-.6-.6-1.4-1-2.3-1-1.7 0-3 1.3-3 3 0 .2 0 .5.1.7-2.5-.1-4.8-1.3-6.3-3.1-.3.5-.4 1-.4 1.5 0 1.1.6 2 1.4 2.5-.5 0-1-.1-1.4-.4 0 1.5 1.1 2.7 2.4 2.9-.2.1-.5.1-.8.1h-.6c.4 1.2 1.5 2.1 2.9 2.1-1 .8-2.4 1.3-3.8 1.3H.8c1.4.9 3 1.3 4.7 1.3 5.6 0 8.7-4.6 8.7-8.5V37c.6-.3 1.1-.9 1.5-1.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  background-size: 100% auto;
}

.icon--before--twitter:before {
  margin-right: 15px;
  left: 0;
}

.icon--after--twitter:after,
.icon--before--twitter:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  vertical-align: middle;
}

.icon--after--twitter:after {
  margin-left: 15px;
  margin-right: 0;
  right: 0;
}

.icon--after--pinterest:after,
.icon--before--pinterest:before,
.icon--pinterest {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='48' viewBox='0 0 16 48'%3E%3Cpath fill='%2378777A' d='M8.3 1.3c-3.8 0-5.8 2.6-5.8 4.8 0 1.3.5 2.5 1.7 2.9.2.1.3 0 .4-.2 0-.1.1-.5.1-.6 0-.2 0-.3-.1-.4-.3-.4-.5-.8-.5-1.5 0-2 1.5-3.7 4-3.7 2.2 0 3.4 1.3 3.4 2.9 0 2.2-1 4.1-2.6 4.1-.9.1-1.5-.6-1.3-1.4.2-1 .7-2 .7-2.8 0-.7-.3-1.2-1.1-1.2-.9 0-1.6.8-1.6 2 0 .7.2 1.2.2 1.2s-.9 3.6-1 4.2c-.3 1.3 0 2.8 0 2.9 0 .1.1.1.2 0s1.1-1.3 1.5-2.5c.1-.3.6-2.1.6-2.1.3.5 1.1 1 2 1 2.6 0 4.4-2.2 4.4-5.3-.1-2.2-2.1-4.3-5.2-4.3z'/%3E%3Cpath fill='%23D0021B' d='M8.3 17.3c-3.8 0-5.8 2.6-5.8 4.8 0 1.3.5 2.5 1.7 2.9.2.1.3 0 .4-.2 0-.1.1-.5.1-.6 0-.2 0-.3-.1-.4-.3-.4-.5-.8-.5-1.5 0-2 1.5-3.7 4-3.7 2.2 0 3.4 1.3 3.4 2.9 0 2.2-1 4.1-2.6 4.1-.8 0-1.5-.7-1.3-1.5.2-1 .7-2 .7-2.8 0-.7-.3-1.2-1.1-1.2-.9 0-1.6.8-1.6 2 0 .7.2 1.2.2 1.2s-.9 3.6-1 4.2c-.3 1.3 0 2.8 0 2.9 0 .1.1.1.2 0s1.1-1.3 1.5-2.5c.1-.3.6-2.1.6-2.1.3.5 1.1 1 2 1 2.6 0 4.4-2.2 4.4-5.3-.1-2.1-2.1-4.2-5.2-4.2z'/%3E%3Cpath fill='%23fff' d='M8.3 33.3c-3.8 0-5.8 2.6-5.8 4.8 0 1.3.5 2.5 1.7 2.9.2.1.3 0 .4-.2 0-.1.1-.5.1-.6 0-.2 0-.3-.1-.4-.3-.4-.5-.8-.5-1.5 0-2 1.5-3.7 4-3.7 2.2 0 3.4 1.3 3.4 2.9 0 2.2-1 4.1-2.6 4.1-.8 0-1.5-.7-1.3-1.5.2-1 .7-2 .7-2.8 0-.7-.3-1.2-1.1-1.2-.9 0-1.6.8-1.6 2 0 .7.2 1.2.2 1.2s-.9 3.6-1 4.2c-.3 1.3 0 2.8 0 2.9 0 .1.1.1.2 0s1.1-1.3 1.5-2.5c.1-.3.6-2.1.6-2.1.3.5 1.1 1 2 1 2.6 0 4.4-2.2 4.4-5.3-.1-2.1-2.1-4.2-5.2-4.2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  background-size: 100% auto;
}

.icon--before--pinterest:before {
  margin-right: 15px;
  left: 0;
}

.icon--after--pinterest:after,
.icon--before--pinterest:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  vertical-align: middle;
}

.icon--after--pinterest:after {
  margin-left: 15px;
  margin-right: 0;
  right: 0;
}

.icon--after--instagram:after,
.icon--before--instagram:before,
.icon--instagram {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='48' viewBox='-297 373 16 48'%3E%3Cg fill='%2378777A'%3E%3Cpath d='M-289 375.1h2.8c.7 0 1.1.1 1.3.2.3.1.6.3.8.5.2.2.4.5.5.8.1.2.2.6.2 1.3v5.6c0 .7-.1 1.1-.2 1.3-.1.3-.3.6-.5.8-.2.2-.5.4-.8.5-.2.1-.6.2-1.3.2h-5.6c-.7 0-1.1-.1-1.3-.2-.3-.1-.6-.3-.8-.5-.2-.2-.4-.5-.5-.8-.1-.2-.2-.6-.2-1.3v-5.6c0-.7.1-1.1.2-1.3.1-.3.3-.6.5-.8.2-.2.5-.4.8-.5.2-.1.6-.2 1.3-.2h2.8m0-1.3h-2.9c-.7 0-1.3.2-1.7.3-.5.2-.9.4-1.2.8-.4.4-.6.8-.8 1.2-.2.4-.3 1-.3 1.7v5.8c0 .7.2 1.3.3 1.7.2.5.4.9.8 1.2.4.4.8.6 1.2.8.4.2 1 .3 1.7.3h5.8c.7 0 1.3-.2 1.7-.3.5-.2.9-.4 1.2-.8.4-.4.6-.8.8-1.2.2-.4.3-1 .3-1.7v-5.8c0-.7-.2-1.3-.3-1.7-.2-.5-.4-.9-.8-1.2-.4-.4-.8-.6-1.2-.8-.4-.2-1-.3-1.7-.3h-2.9z'/%3E%3Cpath d='M-289 377.2c-2 0-3.6 1.6-3.6 3.6s1.6 3.6 3.6 3.6 3.6-1.6 3.6-3.6-1.6-3.6-3.6-3.6zm0 6c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3-1 2.3-2.3 2.3z'/%3E%3Ccircle cx='-285.3' cy='377.1' r='.8'/%3E%3C/g%3E%3Cpath d='M-289 391.1h2.8c.7 0 1.1.1 1.3.2.3.1.6.3.8.5.2.2.4.5.5.8.1.2.2.6.2 1.3v5.6c0 .7-.1 1.1-.2 1.3-.1.3-.3.6-.5.8-.2.2-.5.4-.8.5-.2.1-.6.2-1.3.2h-5.6c-.7 0-1.1-.1-1.3-.2-.3-.1-.6-.3-.8-.5-.2-.2-.4-.5-.5-.8-.1-.2-.2-.6-.2-1.3v-5.6c0-.7.1-1.1.2-1.3.1-.3.3-.6.5-.8.2-.2.5-.4.8-.5.2-.1.6-.2 1.3-.2h2.8m0-1.3h-2.9c-.7 0-1.3.2-1.7.3-.5.2-.9.4-1.2.8-.4.4-.6.8-.8 1.2-.2.4-.3 1-.3 1.7v5.8c0 .7.2 1.3.3 1.7.2.5.4.9.8 1.2.4.4.8.6 1.2.8.4.2 1 .3 1.7.3h5.8c.7 0 1.3-.2 1.7-.3.5-.2.9-.4 1.2-.8.4-.4.6-.8.8-1.2.2-.4.3-1 .3-1.7v-5.8c0-.7-.2-1.3-.3-1.7-.2-.5-.4-.9-.8-1.2-.4-.4-.8-.6-1.2-.8-.4-.2-1-.3-1.7-.3h-2.9z'/%3E%3Cpath d='M-289 393.2c-2 0-3.6 1.6-3.6 3.6s1.6 3.6 3.6 3.6 3.6-1.6 3.6-3.6-1.6-3.6-3.6-3.6zm0 6c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3-1 2.3-2.3 2.3z'/%3E%3Ccircle cx='-285.3' cy='393.1' r='.8'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M-289 407.1h2.8c.7 0 1.1.1 1.3.2.3.1.6.3.8.5.2.2.4.5.5.8.1.2.2.6.2 1.3v5.6c0 .7-.1 1.1-.2 1.3-.1.3-.3.6-.5.8-.2.2-.5.4-.8.5-.2.1-.6.2-1.3.2h-5.6c-.7 0-1.1-.1-1.3-.2-.3-.1-.6-.3-.8-.5-.2-.2-.4-.5-.5-.8-.1-.2-.2-.6-.2-1.3v-5.6c0-.7.1-1.1.2-1.3.1-.3.3-.6.5-.8.2-.2.5-.4.8-.5.2-.1.6-.2 1.3-.2h2.8m0-1.3h-2.9c-.7 0-1.3.2-1.7.3-.5.2-.9.4-1.2.8-.4.4-.6.8-.8 1.2-.2.4-.3 1-.3 1.7v5.8c0 .7.2 1.3.3 1.7.2.5.4.9.8 1.2.4.4.8.6 1.2.8.4.2 1 .3 1.7.3h5.8c.7 0 1.3-.2 1.7-.3.5-.2.9-.4 1.2-.8.4-.4.6-.8.8-1.2.2-.4.3-1 .3-1.7v-5.8c0-.7-.2-1.3-.3-1.7-.2-.5-.4-.9-.8-1.2-.4-.4-.8-.6-1.2-.8-.4-.2-1-.3-1.7-.3h-2.9z'/%3E%3Cpath d='M-289 409.2c-2 0-3.6 1.6-3.6 3.6s1.6 3.6 3.6 3.6 3.6-1.6 3.6-3.6-1.6-3.6-3.6-3.6zm0 6c-1.3 0-2.3-1-2.3-2.3s1-2.3 2.3-2.3 2.3 1 2.3 2.3-1 2.3-2.3 2.3z'/%3E%3Ccircle cx='-285.3' cy='409.1' r='.8'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  background-size: 100% auto;
}

.icon--before--instagram:before {
  margin-right: 15px;
  left: 0;
}

.icon--after--instagram:after,
.icon--before--instagram:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  vertical-align: middle;
}

.icon--after--instagram:after {
  margin-left: 15px;
  margin-right: 0;
  right: 0;
}

.icon--after--google-plus:after,
.icon--before--google-plus:before,
.icon--google-plus {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='48' viewBox='0 0 16 48'%3E%3Cpath fill='%23DC4E41' d='M10.3 23c.1.4.1.7.1 1.1 0 3-2 5.2-5.1 5.2C2.4 29.3 0 26.9 0 24s2.4-5.3 5.3-5.3c1.4 0 2.6.5 3.6 1.4l-1.5 1.5c-.6-.5-1.3-.8-2.1-.8-1.8 0-3.2 1.5-3.2 3.2 0 1.8 1.4 3.2 3.2 3.2 1.6 0 2.7-.9 2.9-2.2H5.3v-2h5zm4 .3v-1.7H13v1.7h-1.7v1.3H13v1.7h1.3v-1.7H16v-1.3h-1.7z'/%3E%3Cpath fill='%2378777A' d='M10.3 7c.1.4.1.7.1 1.1 0 3-2 5.2-5.1 5.2C2.4 13.3 0 10.9 0 8s2.4-5.3 5.3-5.3c1.4 0 2.6.5 3.6 1.4L7.4 5.6c-.6-.6-1.3-.8-2.1-.8-1.7 0-3.2 1.4-3.2 3.2 0 1.8 1.4 3.2 3.2 3.2 1.6 0 2.7-.9 2.9-2.2H5.3V7h5zm4 .3V5.7H13v1.7h-1.7v1.3H13v1.7h1.3V8.7H16V7.3h-1.7z'/%3E%3Cpath fill='%23fff' d='M10.3 39c.1.4.1.7.1 1.1 0 3-2 5.2-5.1 5.2C2.4 45.3 0 42.9 0 40s2.4-5.3 5.3-5.3c1.4 0 2.6.5 3.6 1.4l-1.5 1.5c-.6-.5-1.3-.8-2.1-.8-1.8 0-3.2 1.5-3.2 3.2 0 1.8 1.4 3.2 3.2 3.2 1.6 0 2.7-.9 2.9-2.2H5.3v-2h5zm4 .3v-1.7H13v1.7h-1.7v1.3H13v1.7h1.3v-1.7H16v-1.3h-1.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  background-size: 100% auto;
}

.icon--before--google-plus:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  margin-right: 15px;
  vertical-align: middle;
  left: 0;
}

.icon--after--google-plus:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  margin-left: 15px;
  margin-right: 0;
  vertical-align: middle;
  right: 0;
}

.icon--after--email:after,
.icon--before--email:before,
.icon--email {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='48' viewBox='0 0 16 48'%3E%3Cpath d='M8 9L1 3v9c0 .6.5 1 1.1 1h11.8c.6 0 1.1-.4 1.1-1V3L8 9zm5.4-6H2.6L8 7.5zM8 25l-7-6v9c0 .6.5 1 1.1 1h11.8c.6 0 1.1-.4 1.1-1v-9l-7 6zm5.4-6H2.6L8 23.5z' fill='%2378777A'/%3E%3Cpath d='M8 41l-7-6v9c0 .6.5 1 1.1 1h11.8c.6 0 1.1-.4 1.1-1v-9l-7 6zm5.4-6H2.6L8 39.5z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  background-size: 100% auto;
}

.icon--before--email:before {
  margin-right: 15px;
  left: 0;
}

.icon--after--email:after,
.icon--before--email:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  vertical-align: middle;
}

.icon--after--email:after {
  margin-left: 15px;
  margin-right: 0;
  right: 0;
}

.icon--after--link:after,
.icon--before--link:before,
.icon--link {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='48' viewBox='0 0 16 48'%3E%3Cpath fill='%2378777A' d='M14.2 1.8c-.5-.5-1.2-.8-2-.8s-1.5.3-2 .8l-2 2c-.9.9-1 2.3-.4 3.4l-.6.6c-.5-.3-1-.4-1.4-.4-.8 0-1.5.3-2 .8l-2 2c-1.1 1.1-1.1 2.9 0 4 .5.5 1.2.8 2 .8s1.5-.3 2-.8l2-2c.9-.9 1.1-2.3.4-3.4l.6-.6c.4.3.9.4 1.4.4.8 0 1.5-.3 2-.8l2-2c.6-.5.8-1.2.8-2s-.3-1.5-.8-2zm-7.5 9.4l-2 2c-.6.6-1.5.6-2 0-.6-.6-.6-1.4 0-2l2-2c.3-.3.6-.4 1-.4.1 0 .2 0 .3.1L5 10c-.3.3-.3.7 0 1 .1.1.3.2.5.2s.3-.1.5-.2l1.1-1.1c.1.4.1 1-.4 1.3zm6.5-6.4l-2 2c-.3.3-.8.5-1.3.3L11 6c.3-.3.3-.7 0-1-.3-.3-.7-.3-1 0L8.9 6.1c-.1-.5 0-1 .4-1.3l2-2c.3-.3.6-.4 1-.4s.7.1 1 .4.4.6.4 1-.2.7-.5 1z'/%3E%3Cpath fill='%231D1D1D' d='M14.2 17.8c-.5-.6-1.2-.8-2-.8s-1.5.3-2 .8l-2 2c-.9.9-1 2.3-.4 3.4l-.6.6c-.4-.3-.9-.4-1.4-.4-.8 0-1.5.3-2 .8l-2 2c-1.1 1.1-1.1 2.9 0 4 .5.5 1.2.8 2 .8s1.5-.3 2-.8l2-2c.9-.9 1.1-2.3.4-3.4l.6-.6c.4.3.9.4 1.4.4.8 0 1.5-.3 2-.8l2-2c.6-.6.8-1.3.8-2s-.3-1.5-.8-2zm-7.5 9.4l-2 2c-.6.6-1.5.6-2 0-.6-.6-.6-1.4 0-2l2-2c.3-.3.6-.4 1-.4.1 0 .2 0 .3.1L5 26c-.3.3-.3.7 0 1 .1.1.3.2.5.2s.3-.1.5-.2l1.1-1.1c.1.4.1 1-.4 1.3zm6.5-6.4l-2 2c-.3.4-.8.5-1.3.4L11 22c.3-.3.3-.7 0-1-.3-.3-.7-.3-1 0l-1.1 1.1c-.1-.5 0-1 .4-1.3l2-2c.3-.3.6-.4 1-.4s.7.1 1 .4c.3.3.4.6.4 1s-.2.7-.5 1z'/%3E%3Cpath fill='%23fff' d='M14.2 33.8c-.5-.6-1.2-.8-2-.8s-1.5.3-2 .8l-2 2c-.9.9-1 2.3-.4 3.4l-.6.6c-.4-.3-.9-.4-1.4-.4-.8 0-1.5.3-2 .8l-2 2c-1.1 1.1-1.1 2.9 0 4 .5.5 1.2.8 2 .8s1.5-.3 2-.8l2-2c.9-.9 1.1-2.3.4-3.4l.6-.6c.4.3.9.4 1.4.4.8 0 1.5-.3 2-.8l2-2c.6-.6.8-1.3.8-2s-.3-1.5-.8-2zm-7.5 9.4l-2 2c-.6.6-1.5.6-2 0-.6-.6-.6-1.4 0-2l2-2c.3-.3.6-.4 1-.4.1 0 .2 0 .3.1L5 42c-.3.3-.3.7 0 1 .1.1.3.2.5.2s.3 0 .5-.2l1.1-1.1c.1.4.1 1-.4 1.3zm6.5-6.4l-2 2c-.3.3-.8.5-1.3.3L11 38c.3-.3.3-.7 0-1s-.7-.3-1 0l-1.1 1.1c-.1-.5 0-1 .4-1.3l2-2c.3-.3.6-.4 1-.4s.7.1 1 .4c.3.3.4.6.4 1-.1.3-.2.7-.5 1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  background-size: 100% auto;
}

.icon--before--link:before {
  margin-right: 15px;
  left: 0;
}

.icon--after--link:after,
.icon--before--link:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  vertical-align: middle;
}

.icon--after--link:after {
  margin-left: 15px;
  margin-right: 0;
  right: 0;
}

.icon--after--linkedin:after,
.icon--before--linkedin:before,
.icon--linkedin {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='48' viewBox='0 0 16 48'%3E%3Cpath d='M4.9 5.5V14H2V5.5h2.9zM5.1 3c0 .4-.1.8-.4 1.1-.4.2-.7.3-1.2.3s-.9-.2-1.2-.4-.4-.7-.4-1c0-.4.1-.8.4-1.1s.7-.4 1.2-.4.9.1 1.1.4.5.6.5 1.1zM15 9.2V14h-2.8V9.5c0-.6-.1-1.1-.3-1.4-.2-.3-.6-.5-1.1-.5-.4 0-.7.1-.9.3-.2.1-.4.4-.5.6 0 .2-.1.4-.1.7V14H6.5V5.4h2.8v1.2c.1-.2.2-.3.3-.5s.3-.3.5-.4c.2-.1.4-.3.8-.4.3-.1.6-.1 1-.1 1 0 1.8.3 2.3 1 .6.8.8 1.7.8 3z' fill='%2378777A'/%3E%3Cpath d='M4.9 20.5V29H2v-8.5h2.9zm.2-2.5c0 .4-.1.8-.4 1.1-.3.3-.7.4-1.1.4s-1-.3-1.3-.5-.4-.6-.4-1 .1-.8.4-1.1c.3-.3.7-.4 1.1-.4s.9.1 1.1.4c.4.3.6.6.6 1.1zm9.9 6.2V29h-2.8v-4.5c0-.6-.1-1.1-.3-1.4-.2-.3-.6-.5-1.1-.5-.4 0-.7.1-.9.3s-.4.4-.5.7c0 .2-.1.4-.1.7V29H6.5v-8.6h2.8v1.2c.1-.2.2-.3.3-.5.1-.1.3-.3.5-.4.2-.1.4-.3.8-.4.3-.1.6-.1 1-.1 1 0 1.8.3 2.3 1 .6.8.8 1.7.8 3z' fill='%23006FA6'/%3E%3Cpath d='M4.9 37.5V46H2v-8.5h2.9zm.2-2.5c0 .4-.1.8-.4 1.1-.3.3-.7.4-1.1.4s-1-.3-1.3-.5c-.3-.3-.4-.6-.4-1s.1-.8.4-1.1c.3-.3.7-.4 1.1-.4s.9.1 1.1.4c.4.3.6.6.6 1.1zm9.9 6.2V46h-2.8v-4.5c0-.6-.1-1.1-.3-1.4-.2-.3-.6-.5-1.1-.5-.4 0-.7.1-.9.3-.2.2-.4.4-.5.7 0 .2-.1.4-.1.7V46H6.5v-8.6h2.8v1.2c.1-.2.2-.3.3-.5s.3-.3.5-.4c.2-.1.4-.3.8-.4.3-.1.6-.1 1-.1 1 0 1.8.3 2.3 1 .6.8.8 1.7.8 3z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  background-size: 100% auto;
}

.icon--before--linkedin:before {
  margin-right: 15px;
  left: 0;
}

.icon--after--linkedin:after,
.icon--before--linkedin:before {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  vertical-align: middle;
}

.icon--after--linkedin:after {
  margin-left: 15px;
  margin-right: 0;
  right: 0;
}

#main .social {
  padding: 0;
}
#main ul.social li {
  margin-bottom: 10px;
  background: #fff;
  vertical-align: middle;
}
#main ul.social li:before {
  content: "";
  display: none;
}
#main .social li:last-child {
  margin-right: 0;
}
#main .social .heading {
  font: 700 14px Source Sans Pro, Helvetica, Arial, sans-serif;
  color: #666;
  text-transform: uppercase;
  margin: 9px 20px 0 0;
}
#main .social a,
#main .social button {
  padding: 6px 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 2px;
}
#main .social a:after,
#main .social button:after {
  display: none;
  height: 0;
}
#main .social a:focus,
#main .social a:hover,
#main .social button:focus,
#main .social button:hover {
  text-decoration: none;
  color: white;
}
#main .social [class*=" icon--"],
#main .social [class^=icon--] {
  font-size: 20px;
  margin: 0 auto;
  background-position: 0 -2em;
}
#main .social .facebook {
  background: #3b5998;
}
#main .social .facebook:focus,
#main .social .facebook:hover {
  background: #6578a1;
}
#main .social .email {
  background: #7b7a7c;
}
#main .social .email:focus,
#main .social .email:hover {
  background: #919191;
}
#main .social .google-plus {
  background: #dd4b39;
}
#main .social .google-plus:focus,
#main .social .google-plus:hover {
  background: #d28177;
}
#main .social .twitter {
  background: #03b3ee;
}
#main .social .twitter:focus,
#main .social .twitter:hover {
  background: #3ebce6;
}
#main .social .link {
  background: #666;
}
#main .social .link:focus,
#main .social .link:hover {
  background: gray;
}
#main .social .linkedin {
  background: #0077b5;
}
#main .social .linkedin:focus,
#main .social .linkedin:hover {
  background: #1791d1;
}
#main .social .pinterest {
  background: #bd081c;
}
#main .social .pinterest:focus,
#main .social .pinterest:hover {
  background: #d52337;
}
#main .social--share {
  position: relative;
}
#main .social--share li {
  margin-right: 5px;
  vertical-align: top;
  display: inline;
  list-style: none;
}
#main .social--share li a,
#main .social--share li button {
  height: 32px;
  font-size: 0.875em;
}
#main .social--share li a:focus,
#main .social--share li button:focus {
  outline-offset: -1px;
}
#main .social--share .facebook,
#main .social--share .twitter {
  position: relative;
  padding: 6px 60px 6px 10px;
  transition: all 0.2s ease-in;
}
#main .social--share .pinterest {
  padding-right: 36px;
}
#main .social--share .social__text {
  position: absolute;
  top: 9px;
  left: 35px;
}

#main .embed-container {
  position: relative;
  height: 440px;
  overflow: hidden;
  max-width: 100%;
}
#main .embed-container iframe,
#main .embed-container object,
#main .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* preloader */
.loader {
  border: 5px solid #e1ebf4;
  border-top: 5px solid #2ba24f;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 2s linear infinite;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Live Chat */
@media (max-width: 575.98px) {
  #livechat-compact-container {
    margin-bottom: 75px;
  }
}

#main .breadcrumbs {
  margin: 10px 0;
}
#main .breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#main .breadcrumbs ul li {
  margin: 0;
}
#main .breadcrumbs ul li:before {
  content: "";
  margin: 0;
}
#main .breadcrumbs ul li {
  margin-right: 11px;
  font: 400 14px "Geogrotesque", sans-serif;
  font: 400 1.4rem "Geogrotesque", sans-serif;
  line-height: 1.1;
  position: relative;
  padding-right: 15px;
}
#main .breadcrumbs ul li a {
  color: rgba(0, 0, 0, 0.4);
}
.dark-mode #main .breadcrumbs ul li a {
  color: rgba(255, 255, 255, 0.2);
}
#main .breadcrumbs ul li:after {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  border-top: none;
  border-left: none;
  right: 23px;
  border-color: rgba(0, 0, 0, 0.4);
  width: 7px;
  height: px;
  right: 0;
}
.dark-mode #main .breadcrumbs ul li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
#main .breadcrumbs ul li:nth-last-child(2):after {
  display: none;
}
#main .breadcrumbs ul li:last-child {
  display: none;
}

#main #tab-menu-container {
  height: 80px;
}

#main #tab-menu {
  background: #2a70b6;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4);
}
#main #tab-menu.tab-fixed {
  position: fixed;
  width: 100%;
  top: 90px;
  z-index: 100;
}
#main #tab-menu ul {
  display: flex;
  justify-content: center;
}
#main #tab-menu ul li {
  font: 500 16px "Geogrotesque", sans-serif;
  font: 500 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  text-transform: uppercase;
  line-height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
#main #tab-menu ul li.align-right {
  padding-left: 0;
  padding-right: 0;
}
#main #tab-menu ul li a:not(.btn) {
  color: white;
  position: relative;
  line-height: 80px;
  display: block;
}
#main #tab-menu ul li a:not(.btn):after {
  content: "";
  height: 4px;
  background: white;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(4px);
}
#main #tab-menu ul li.active a:after {
  transform: translateY(0);
  opacity: 1;
}
#main #tab-menu ul li.active.align-right a {
  color: black;
}
#main #tab-menu ul li.align-right {
  position: absolute;
  right: 0;
}
@media (max-width: 1199.98px) {
  #main #tab-menu ul {
    justify-content: left;
  }
}
@media (max-width: 991.98px) {
  #main #tab-menu ul li.align-right {
    position: relative;
  }
  #main #tab-menu ul li:not(.align-right) {
    display: none;
  }
}

.single-product #main .tab[data-position="1"] .layout[data-position="1"] {
  padding-top: 0;
  border-top: none !important;
}

#main .layout {
  padding: 30px 0;
}
@media (max-width: 991.98px) {
  #main .layout {
    padding: 15px 0;
  }
}
@media (max-width: 768.98px) {
  #main .layout.two_columns .left p:last-child, #main .layout.two_columns .left .gform_confirmation_message:last-child,
#main .layout.two_columns .middle p:last-child,
#main .layout.two_columns .middle .gform_confirmation_message:last-child, #main .layout.three_columns .left p:last-child, #main .layout.three_columns .left .gform_confirmation_message:last-child,
#main .layout.three_columns .middle p:last-child,
#main .layout.three_columns .middle .gform_confirmation_message:last-child, #main .layout.colorbond_colors .left p:last-child, #main .layout.colorbond_colors .left .gform_confirmation_message:last-child,
#main .layout.colorbond_colors .middle p:last-child,
#main .layout.colorbond_colors .middle .gform_confirmation_message:last-child {
    margin-bottom: 20px;
  }
}
#main .layout.two_columns .right p:last-child, #main .layout.two_columns .right .gform_confirmation_message:last-child, #main .layout.three_columns .right p:last-child, #main .layout.three_columns .right .gform_confirmation_message:last-child, #main .layout.colorbond_colors .right p:last-child, #main .layout.colorbond_colors .right .gform_confirmation_message:last-child {
  margin-bottom: 0;
}
body:not(.dark-mode) #main .layout.with-bg {
  position: relative;
}
body:not(.dark-mode) #main .layout.with-bg:before {
  content: "";
  position: absolute;
  height: 100%;
  background: #ebeff0;
  width: 100vw;
  left: 50%;
  right: 50%;
  top: 0;
  margin-left: -50vw;
  margin-right: -50vw;
}
#main .layout p:last-child, #main .layout .gform_confirmation_message:last-child {
  margin-bottom: 0;
}
@media (min-width: 769px) {
  #main .layout.request_a_quote .left, #main .layout.colorbond_colors .left {
    padding-right: 20px;
  }
  #main .layout.request_a_quote .right, #main .layout.colorbond_colors .right {
    padding-left: 20px;
  }
}
#main .layout.accessories_listing {
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  #main .layout.accessories_listing {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
#main .layout.about_ranbuild .columns:first-child {
  margin-bottom: 25px;
}
@media (min-width: 769px) {
  #main .layout.about_ranbuild .columns:first-child {
    padding-right: 20px;
    margin-bottom: 0;
  }
  #main .layout.about_ranbuild .columns:last-child {
    padding-left: 20px;
  }
  #main .layout.about_ranbuild .columns img {
    position: sticky;
    top: 200px;
  }
}
@media (min-width: 769px) {
  #main .layout.request_a_quote .text {
    position: sticky;
    top: 200px;
  }
}

#main .two_columns .img-fluid {
  margin-bottom: 25px;
}

#main .image_gallery {
  position: relative;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
#main .image_gallery .img-item {
  height: 70vh;
  max-height: 640px;
  background-position: center;
  background-size: cover;
  cursor: none;
}
#main .image_gallery .img-item img {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768.98px) {
  #main .image_gallery .img-item {
    height: 60vh;
  }
}

#main .tns-controls:focus {
  outline: none;
}
#main .tns-controls button {
  position: absolute;
  right: 40px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background: white;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  border: 0;
  z-index: 10;
  box-shadow: none;
  color: black;
  text-shadow: none;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
}
#main .tns-controls button:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
}
#main .tns-controls button:focus {
  outline: none;
}
@media (max-width: 768.98px) {
  #main .tns-controls button {
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background: rgba(0, 0, 0, 0.4);
    box-shadow: none;
  }
  #main .tns-controls button[data-controls=prev] {
    right: auto;
    left: 15px;
    transform: translateY(-50%) rotate(180deg);
  }
  #main .tns-controls button:after {
    color: white;
    font-size: 14px;
  }
}

#main .grid-item-sldier .tns-outer, #main .grid-item-sldier .tns-ovh, #main .grid-item-sldier .tns-inner {
  height: 100%;
}
#main .grid-item-sldier .billboard-slider {
  height: 100%;
  position: relative;
}
#main .grid-item-sldier .billboard-slider .slice {
  height: 100%;
  position: relative;
}
#main .grid-item-sldier .billboard-slider .slice .slider-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*&::after{
  	content: "";
  	position: absolute;
   		    bottom:0;
   		    left:0;
   		    width:100%;
   		    height: 40%;
   		    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
  }*/
}
#main .grid-item-sldier .billboard-slider .slice .slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 30px 70px 30px;
  text-shadow: 0 0 30px black;
  max-width: 500px;
}
#main .grid-item-sldier .billboard-slider .slice .slider-text h2, #main .grid-item-sldier .billboard-slider .slice .slider-text p, #main .grid-item-sldier .billboard-slider .slice .slider-text .gform_confirmation_message {
  margin-bottom: 0;
}
#main .grid-item-sldier .billboard-slider .slice .slider-text h2 {
  font-size: 2.8rem;
}
#main .grid-item-sldier .billboard-slider .slice .slider-text p, #main .grid-item-sldier .billboard-slider .slice .slider-text .gform_confirmation_message {
  font-size: 1.6rem;
}
#main .grid-item-sldier .billboard-slider .slice .slider-text h2 + a, #main .grid-item-sldier .billboard-slider .slice .slider-text p + a, #main .grid-item-sldier .billboard-slider .slice .slider-text .gform_confirmation_message + a {
  margin-top: 10px;
}
#main .grid-item-sldier .billboard-slider .slice .slider-text.right {
  left: unset;
  right: 0;
}
@media (max-width: 768.98px) {
  #main .grid-item-sldier .billboard-slider .slice .slider-text {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 10px 35px 10px;
    text-align: center;
  }
}
#main .grid-item-sldier .tns-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
}
#main .grid-item-sldier .tns-nav button {
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1.5px solid #ffdb00;
  border-radius: 50%;
  background: transparent;
  padding: 0;
  transition: all ease 0.25s;
}
#main .grid-item-sldier .tns-nav button:not(:last-child) {
  margin-right: 10px;
}
#main .grid-item-sldier .tns-nav button.tns-nav-active {
  border-radius: 15px;
  width: 40px;
  border: #ffdb00;
  background: #ffdb00;
}
#main .grid-item-sldier .tns-nav button:focus {
  outline: none;
}
@media (max-width: 768.98px) {
  #main .grid-item-sldier .tns-nav {
    bottom: 10px;
  }
  #main .grid-item-sldier .tns-nav button {
    width: 10px;
    height: 10px;
  }
  #main .grid-item-sldier .tns-nav button.tns-nav-active {
    width: 30px;
  }
}
#main .grid-item-sldier .tns-controls button {
  width: 40px;
  height: 40px;
  opacity: 0.3;
}
#main .grid-item-sldier .tns-controls button[data-controls=prev] {
  left: 25px;
}
#main .grid-item-sldier .tns-controls button[data-controls=prev]:after {
  transform: translate(-50%, -50%) rotate(180deg);
  transform-origin: center;
}
#main .grid-item-sldier .tns-controls button[data-controls=next] {
  right: 25px;
}
#main .grid-item-sldier .tns-controls button:hover {
  opacity: 1;
}
@media (max-width: 768.98px) {
  #main .grid-item-sldier .tns-controls button {
    background: white;
  }
  #main .grid-item-sldier .tns-controls button[data-controls=prev] {
    right: auto;
  }
  #main .grid-item-sldier .tns-controls button[data-controls=prev]:after {
    transform: translate(-50%, -50%);
  }
  #main .grid-item-sldier .tns-controls button:after {
    color: black;
  }
}

.lg-outer .lg-thumb-outer {
  margin-left: 20px;
  margin-right: 20px;
}
.lg-outer .lg-img-wrap {
  padding: 0 20px;
}
.lg-outer .lg-thumb-outer.lg-grab,
.lg-outer .lg-thumb-item {
  border-radius: 0;
  border-color: transparent;
  border-width: 4px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #ffdb00 !important;
}
.lg-outer .lg-sub-html p, .lg-outer .lg-sub-html #main .gform_confirmation_message, #main .lg-outer .lg-sub-html .gform_confirmation_message {
  font-size: 21px;
  font-weight: 600;
  margin: 5px 0 0;
  color: white;
}
@media (max-width: 575.98px) {
  .lg-outer .lg-sub-html p, .lg-outer .lg-sub-html #main .gform_confirmation_message, #main .lg-outer .lg-sub-html .gform_confirmation_message {
    font-size: 16px;
  }
}

#main .pagination {
  text-align: center;
  margin: 25px 0;
}
#main .pagination::after {
  display: block;
  clear: both;
  content: "";
}
#main .pagination .prev, #main .pagination .next, #main .pagination ul, #main .pagination li {
  display: inline-block;
  color: #ffdb00;
}
#main .pagination .prev a, #main .pagination .next a, #main .pagination ul a, #main .pagination li a {
  color: #ffdb00;
}
#main .pagination .prev, #main .pagination .next {
  font: 500 14px "Geogrotesque", sans-serif;
  font: 500 1.4rem "Geogrotesque", sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  color: #ffdb00;
}
#main .pagination .prev:before, #main .pagination .next:before {
  transition: all ease-in-out 0.3s;
  content: "\f054";
  font: 900 13px "Font Awesome 5 Free";
  font: 900 1.3rem "Font Awesome 5 Free";
  line-height: 1.1;
  position: absolute;
  top: 0;
}
#main .pagination .prev {
  padding-left: 15px;
}
#main .pagination .prev:before {
  content: "\f053";
  left: 0;
}
#main .pagination .prev:hover:before {
  left: -5px;
}
#main .pagination .next {
  padding-right: 15px;
}
#main .pagination .next:before {
  right: 0;
}
#main .pagination .next:hover:before {
  right: -5px;
}
#main .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 40px;
  margin-right: 40px;
}
#main .pagination ul li {
  margin: 0;
}
#main .pagination ul li:before {
  content: "";
  margin: 0;
}
#main .pagination ul li {
  padding-left: 10px;
  padding-right: 10px;
}
#main .pagination ul li a {
  color: #ffdb00;
}
#main .pagination ul li.current {
  background: #ffdb00;
  color: black;
  border-radius: 2px;
}
#main .pagination ul li .page-number {
  font: 500 16px "Geogrotesque", sans-serif;
  font: 500 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.1;
}
/*Apps*/
.app-store-btn {
  display: block;
  float: left;
  height: 46px;
  margin: 5px 10px 5px 0;
}

.app-store-btn img {
  width: auto;
  height: 46px;
}

.app-store-btn:after {
  display: none;
}

@media (max-width: 480px) {
  .app-store-btn {
    height: 40px;
    margin: 5px 10px 10px 0;
  }

  .app-store-btn img {
    height: 40px;
  }

  .promo-title {
    width: 50%;
    height: 50%;
  }

  .app-store {
    width: 120px;
    height: 36px;
    margin: 0 15px 20px 0;
  }

  .app-store:after {
    display: none;
  }

  .app-store img {
    width: 120px;
    height: 36px;
  }
}
@media (min-width: 481px) {
  .app-store {
    float: left;
    display: block;
    width: 160px;
    height: 48px;
    margin: 0 20px 0 0;
  }

  .app-store:after {
    display: none;
  }

  .app-store img {
    width: 160px;
    height: 48px;
  }
}
/*Promotion Heading*/
.homepage-promo-stamp {
  position: absolute;
  top: 20px;
  left: -100%;
}

@media (max-width: 767px) {
  .homepage-promo-stamp {
    width: 100px;
    height: 100px;
    top: -66%;
    left: 0;
  }

  .homepage-promo-title {
    width: 266px;
  }
}
@media (min-width: 768px) {
  .homepage-promo-stamp {
    width: 110px;
    height: 110px;
  }

  .homepage-promo-title {
    width: 280px;
  }
}
@media (min-width: 992px) {
  .homepage-promo-title {
    width: 308px;
  }
}
@media (min-width: 1200px) {
  .homepage-promo-stamp {
    width: 120px;
    height: 120px;
  }

  .homepage-promo-title {
    width: 336px;
  }
}
@media (max-height: 800px) {
  .homepage-promo-title {
    width: 280px;
  }
}
.mm-panels #mm-1 a {
  text-transform: none;
}

/*ShedSafe*/
.shedsafe {
  float: right;
  width: 100px;
  margin: 0 0 20px 20px;
}

@media (max-width: 767px) {
  .shedsafe {
    width: 60px;
  }
}
#follower {
  position: absolute;
  width: 160px;
  height: 60px;
  border-radius: 80px;
  background: black;
  color: white;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity ease 0.1s;
}
@media (max-width: 768.98px) {
  #follower {
    display: none;
    pointer-events: inherit;
  }
}
#follower.show-cursor {
  transition: opacity ease 0.1s;
  opacity: 1;
  visibility: visible;
}
#follower.hide-cursor {
  opacity: 0;
  visibility: hidden;
}
#follower:before {
  display: block;
  position: absolute;
  content: "Click to Expand";
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background: transparent;
  z-index: 200;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 575px) {
  #mesh-help {
    bottom: 75px !important;
  }

  #chat-widget-container {
    bottom: 60px !important;
  }
}
/* ==========================================================================
	Footer
   ========================================================================== */
#global-footer {
  background: black;
  padding-bottom: 60px;
}
#global-footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991.98px) {
  #global-footer .footer-top .container-fluid, #global-footer .footer-top .container-sm, #global-footer .footer-top .container-md, #global-footer .footer-top .container-lg, #global-footer .footer-top .container-xl {
    padding: 0;
  }
}
#global-footer nav.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#global-footer nav.footer-nav ul li {
  float: left;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  width: 25%;
  position: relative;
}
#global-footer nav.footer-nav ul li:last-child {
  border: none;
}
#global-footer nav.footer-nav ul li a {
  display: block;
  color: white;
  padding: 22px;
  text-transform: uppercase;
  text-align: center;
  height: 68px;
  position: relative;
}
#global-footer nav.footer-nav ul li a:before {
  background: #2ba24f;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
#global-footer nav.footer-nav ul li a:hover {
  background: #2ba24f;
}
#global-footer nav.footer-nav ul li a:hover .svg-icon {
  fill: white;
}
#global-footer nav.footer-nav ul li a .svg-icon {
  color: white;
  fill: white;
  width: 20px;
  vertical-align: middle;
  margin-right: 15px;
  fill: #2ba24f;
}
#global-footer nav.footer-nav ul li a .svg-icon.ico-phone {
  width: 20px;
  height: 20px;
}
#global-footer nav.footer-nav ul li a .svg-icon.ico-pin {
  width: 16px;
  height: 20px;
  top: 9px;
}
#global-footer nav.footer-nav ul li a .svg-icon.ico-laptop {
  width: 25px;
  height: 18px;
}
#global-footer nav.footer-nav ul li a .svg-icon.ico-tablet {
  width: 28px;
  height: 24px;
}
@media (max-width: 768.98px) {
  #global-footer nav.footer-nav ul li a {
    padding: 22px 0;
  }
}
#global-footer .footer-middle {
  padding-top: 60px;
}
#global-footer .footer-middle h4 {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}
#global-footer .footer-middle nav ul {
  list-style: none;
}
#global-footer .footer-middle nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
}
#global-footer .footer-middle nav ul li a {
  color: white;
  padding: 2px 0;
  display: block;
  position: relative;
  display: inline-block;
}
#global-footer .footer-middle nav ul li a:hover {
  color: #2ba24f;
}
#global-footer .footer-middle nav ul li a::after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2ba24f;
  content: "";
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
  transform: translateY(2px);
}
#global-footer .footer-middle nav ul li a:hover::after, #global-footer .footer-middle nav ul li a:focus::after {
  opacity: 1;
  transform: translateY(0px);
}
#global-footer .footer-middle nav ul li a.clearstyle, #global-footer .footer-middle nav ul li .footer-bottom a, #global-footer .footer-bottom .footer-middle nav ul li a {
  background: none;
}
#global-footer .footer-middle nav ul li a.clearstyle:after, #global-footer .footer-middle nav ul li .footer-bottom a:after, #global-footer .footer-bottom .footer-middle nav ul li a:after {
  height: 0;
}
#global-footer .footer-middle nav ul li a:after {
  top: 90%;
}
#global-footer .footer-middle .social {
  justify-content: flex-end;
}
#global-footer .footer-middle .social a {
  color: white;
}
#global-footer .footer-middle .social a:hover {
  opacity: 0.7;
}
#global-footer .footer-middle .social a i {
  font-size: 2.1rem;
}
#global-footer .footer-bottom {
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 40px 0 0;
  color: rgba(255, 255, 255, 0.4);
}
#global-footer .footer-bottom p, #global-footer .footer-bottom #main .gform_confirmation_message, #main #global-footer .footer-bottom .gform_confirmation_message {
  font-size: 12px;
  font-size: 1.2rem;
}
#global-footer .footer-bottom a {
  display: inline;
  color: rgba(255, 255, 255, 0.4) !important;
}
#global-footer .footer-bottom a:hover {
  color: white !important;
}
#global-footer .footer-bottom a:hover {
  color: rgba(255, 255, 255, 0.4);
}
#global-footer .mobile-footer-top {
  background: #333236;
  padding: 20px 0;
  padding: 20px 0 80px;
  margin-bottom: 15px;
  position: relative;
  z-index: 40;
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 0 70px;
  margin-top: 20px;
}
#global-footer .mobile-footer-top .copyright-xs {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
}
#global-footer .mobile-footer-top ul {
  list-style: none;
}
#global-footer .mobile-footer-top ul, #global-footer .mobile-footer-top ul li {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 5px;
}
#global-footer .mobile-footer-top ul a, #global-footer .mobile-footer-top ul li a {
  color: white;
  opacity: 0.6;
}
@media (max-width: 575.98px) {
  #global-footer {
    background: none;
    padding: 0;
  }
}
#global-footer .mobile-footer {
  background: black;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 50;
}
#global-footer .mobile-footer li {
  float: left;
  width: 25%;
  height: 75px;
}
#global-footer .mobile-footer li svg {
  margin: 0 auto;
  margin-top: 11px;
}
#global-footer .mobile-footer li svg.ico-phone {
  width: 24px;
  height: 25px;
}
#global-footer .mobile-footer li svg.ico-laptop {
  width: 31px;
  height: 23px;
}
#global-footer .mobile-footer li svg.ico-tablet {
  width: 35px;
  height: 30px;
}
#global-footer .mobile-footer li svg.ico-pin {
  width: 20px;
  height: 25px;
}
#global-footer .mobile-footer li span {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#global-footer .mobile-footer a {
  height: 75px;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: relative;
}
#global-footer .mobile-footer a:focus, #global-footer .mobile-footer a:hover {
  background: #655d53;
}
#global-footer .mobile-footer svg {
  fill: #2ba24f;
}

/* General button style (reset) */
.btnstyle {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btnstyle:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Button 1 */
.btnstyle-1 {
  border: 3px solid #fff;
  color: #fff;
}

/* Button 1b */
.btnstyle-1b:after {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  background: #fff;
}

.btnstyle-1b:hover,
.btnstyle-1b:active {
  color: #0e83cd;
}

.btnstyle-1b:hover:after,
.btnstyle-1b:active:after {
  height: 100%;
}

/* Button 1c */
.btnstyle-1c:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
}

.btnstyle-1c:hover,
.btnstyle-1c:active {
  color: #0e83cd;
}

.btnstyle-1c:hover:after,
.btnstyle-1c:active:after {
  width: 100%;
}

/* ==========================================================================
	Gravity Forms
   ========================================================================== */
/** Gravity Forms */
#main label {
  display: block;
  font: 500 14px "Geogrotesque", sans-serif;
  font: 500 1.4rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media (max-width: 768.98px) {
  #main label {
    font: 600 12px "Quadon", serif;
    font: 600 1.2rem "Quadon", serif;
    line-height: 1.272;
  }
}
#main input,
#main textarea {
  font: 400 16px "Geogrotesque", sans-serif;
  font: 400 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  width: 100%;
}
#main input::-webkit-input-placeholder, #main textarea::-webkit-input-placeholder {
  font: 400 16px "Geogrotesque", sans-serif;
  font: 400 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  color: #b8b5ae;
}

#main input:-moz-placeholder, #main textarea:-moz-placeholder {
  font: 400 16px "Geogrotesque", sans-serif;
  font: 400 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  color: #b8b5ae;
}

#main input::-moz-placeholder, #main textarea::-moz-placeholder {
  font: 400 16px "Geogrotesque", sans-serif;
  font: 400 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  color: #b8b5ae;
}

#main input:-ms-input-placeholder, #main textarea:-ms-input-placeholder {
  font: 400 16px "Geogrotesque", sans-serif;
  font: 400 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  color: #b8b5ae;
}

#main .form-control, #main .gform_wrapper .ginput_container input,
#main .gform_wrapper .ginput_container select,
#main .gform_wrapper .ginput_container textarea, #main .gform_wrapper input[type=email],
#main .gform_wrapper input[type=date],
#main .gform_wrapper input[type=datetime],
#main .gform_wrapper input[type=datetime-local],
#main .gform_wrapper input[type=month],
#main .gform_wrapper input[type=number],
#main .gform_wrapper input[type=password],
#main .gform_wrapper input[type=search],
#main .gform_wrapper input[type=tel],
#main .gform_wrapper input[type=text],
#main .gform_wrapper input[type=time],
#main .gform_wrapper input[type=week],
#main .gform_wrapper input[type=url],
#main .gform_wrapper select,
#main .gform_wrapper textarea, #main .SumoSelect > .CaptionCont {
  font: 400 16px "Geogrotesque", sans-serif;
  font: 400 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  background: #1f1e20;
  color: white;
  border: 2px solid transparent;
  border-radius: 2px;
  box-shadow: none;
  height: auto;
  margin-bottom: 0;
  padding: 10px 15px;
  -webkit-appearance: none;
}
#main .form-control:focus, #main .gform_wrapper .ginput_container input:focus, #main .gform_wrapper input[type=email]:focus,
#main .gform_wrapper input[type=date]:focus,
#main .gform_wrapper input[type=datetime]:focus,
#main .gform_wrapper input[type=datetime-local]:focus,
#main .gform_wrapper input[type=month]:focus,
#main .gform_wrapper input[type=number]:focus,
#main .gform_wrapper input[type=password]:focus,
#main .gform_wrapper input[type=search]:focus,
#main .gform_wrapper input[type=tel]:focus,
#main .gform_wrapper input[type=text]:focus,
#main .gform_wrapper input[type=time]:focus,
#main .gform_wrapper input[type=week]:focus,
#main .gform_wrapper input[type=url]:focus,
#main .gform_wrapper select:focus,
#main .gform_wrapper textarea:focus, #main .SumoSelect > .CaptionCont:focus {
  outline: none;
}

.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.validation_message {
  display: none;
}

#wrapper .hide-label > label {
  display: none;
}

#main .gform_wrapper form {
  margin-bottom: 0;
}
#main .gform_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .gform_wrapper ul li {
  margin: 0;
}
#main .gform_wrapper ul li:before {
  content: "";
  margin: 0;
}
#main .gform_wrapper ul li {
  margin-bottom: 15px;
  line-height: 1;
}
#main .gform_wrapper ul li:not(.gf_left_half):not(.gf_right_half) {
  width: 100%;
}
@media (max-width: 768.98px) {
  #main .gform_wrapper ul li {
    width: 100%;
  }
}
#main .gform_wrapper .gf_hidden,
#main .gform_wrapper .gform_hidden,
#main .gform_wrapper input.gform_hidden,
#main .gform_wrapper input[type=hidden] {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}
#main .gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #ea1a2b;
}
#main .gform_wrapper li {
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  #main .gform_wrapper li {
    margin: 0;
    margin-bottom: 12px;
  }
}
#main .gform_wrapper li:before {
  content: "" !important;
}
#main .gform_wrapper li.check-box.warning, #main .gform_wrapper li.radio-button.warning {
  background: rgba(234, 26, 43, 0.05);
}
#main .gform_wrapper li.check-box.warning label, #main .gform_wrapper li.radio-button.warning label {
  color: #ea1a2b;
}
#main .gform_wrapper li.check-box .ginput_container, #main .gform_wrapper li.radio-button .ginput_container {
  margin-top: 0;
  margin-bottom: 0;
}
#main .gform_wrapper li.check-box .ginput_container ul li, #main .gform_wrapper li.radio-button .ginput_container ul li {
  color: black;
  display: block;
  position: relative;
  float: left;
  width: auto;
  display: inline;
}
#main .gform_wrapper li.check-box .ginput_container ul li input, #main .gform_wrapper li.radio-button .ginput_container ul li input {
  position: absolute;
  visibility: hidden;
}
#main .gform_wrapper li.check-box .ginput_container ul li input ~ label:before, #main .gform_wrapper li.radio-button .ginput_container ul li input ~ label:before {
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  border: 2px solid #b8b5ae;
  border-radius: 24px;
}
#main .gform_wrapper li.check-box .ginput_container ul li input ~ label:after, #main .gform_wrapper li.radio-button .ginput_container ul li input ~ label:after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 12px;
  border-radius: 12px;
}
#main .gform_wrapper li.check-box .ginput_container ul li input[value=Yes]:checked ~ label:after, #main .gform_wrapper li.radio-button .ginput_container ul li input[value=Yes]:checked ~ label:after {
  background: #2ba24f none repeat scroll 0 0;
}
#main .gform_wrapper li.check-box .ginput_container ul li input[value=No]:checked ~ label:after, #main .gform_wrapper li.radio-button .ginput_container ul li input[value=No]:checked ~ label:after {
  background: #ea1a2b none repeat scroll 0 0;
}
#main .gform_wrapper li.check-box .ginput_container ul li label, #main .gform_wrapper li.radio-button .ginput_container ul li label {
  display: block;
  position: relative;
  font-family: "Geogrotesque", sans-serif;
  font-size: 16px !important;
  line-height: 1.4;
  padding-right: 30px;
  margin: 10px 15px 2px 0;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  text-transform: none;
  color: white;
}
#main .gform_wrapper li.check-box .ginput_container ul li:hover label, #main .gform_wrapper li.radio-button .ginput_container ul li:hover label {
  color: white;
}
#main .gform_wrapper li.gfield.check-box ul li {
  width: 100% !important;
}
#main .gform_wrapper li.gfield.check-box.two-column ul li {
  width: 50% !important;
}
#main .gform_wrapper li.gfield.check-box ul li input[type=checkbox] ~ label:before {
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  width: 24px;
  background: white;
  border: none;
  border-radius: 2px;
}
.dark-mode #main .gform_wrapper li.gfield.check-box ul li input[type=checkbox] ~ label:before {
  background: #1f1e20;
}
#main .gform_wrapper li.gfield.check-box ul li input[type=checkbox] ~ label:after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: auto;
  left: 5px;
  top: 1px;
  width: 12px;
  border-radius: 2px;
}
#main .gform_wrapper li.gfield.check-box ul li input[type=checkbox]:checked ~ label:after {
  background: none;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #2ba24f;
  text-indent: 0;
}
#main .gform_wrapper li.gfield.check-box ul li label {
  padding-left: 35px;
  padding-right: 0;
  font: 500 16px "Geogrotesque", sans-serif;
  font: 500 1.6rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
}
#main .gform_wrapper li.gfield_html.gfield_no_follows_desc {
  margin-top: 16px;
}
#main .gform_wrapper li.hidden-label > label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#main .gform_wrapper li.hide {
  opacity: 0;
  display: block !important;
  visibility: visible;
  height: 0;
}
#main .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
#main .gform_wrapper .gform_footer .gform_button {
  margin: 0;
}
@media (max-width: 575.98px) {
  #main .gform_wrapper .gform_footer .gform_button {
    width: 100%;
  }
}
#main .gform_wrapper li.gfield.gfield_html img {
  max-width: none !important;
}
@media (max-width: 575.98px) {
  #main .gform_wrapper form {
    margin: 0;
  }
}
#main .gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #ea1a2b;
}
#main .gform_wrapper .ginput_container input[type=checkbox],
#main .gform_wrapper .ginput_container input[type=radio] {
  width: auto;
  display: inline-block;
  margin-right: 8px;
}
#main .gform_wrapper .ginput_container .gfield_radio label,
#main .gform_wrapper .ginput_container .gfield_checkbox label {
  text-transform: normal;
  font-size: 95% !important;
  font-weight: 400 !important;
}
#main .gform_wrapper .ginput_container textarea {
  height: auto;
}
#main .gform_wrapper .ginput_container .instruction {
  white-space: unset;
}
#main .gform_wrapper .ginput_container.ginput_container_number .instruction {
  display: none;
}
@media (max-width: 575.98px) {
  #main .gform_wrapper .ginput_container {
    margin: 0;
  }
}
#main .gform_wrapper .metre .ginput_container {
  position: relative;
}
#main .gform_wrapper .metre .ginput_container:after {
  content: "METRES";
  font: 500 14px "Geogrotesque", sans-serif;
  font: 500 1.4rem "Geogrotesque", sans-serif;
  line-height: 1.5;
  color: #b8b5ae;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
#main .gform_wrapper .metre .ginput_container input {
  padding-right: 70px !important;
}
#main .gform_wrapper .date-field .ginput_container {
  width: 31.9% !important;
  position: relative;
}
#main .gform_wrapper .date-field .ginput_container:after {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: #b8b5ae;
  display: block;
  position: absolute;
  top: 14px;
  right: 20px;
}
#main .gform_wrapper .date-field .ginput_container input {
  width: 100% !important;
}
#main .gform_wrapper .gfield_error {
  color: #dc3545;
  border: none;
  padding: 10px !important;
}
#main .gform_wrapper .gfield_error .gfield_label {
  color: #dc3545;
  margin: 0;
}
#main .gform_wrapper .gfield_error .ginput_container {
  margin: 0;
}
#main .gform_wrapper .gfield_error input,
#main .gform_wrapper .gfield_error select,
#main .gform_wrapper .gfield_error textarea {
  border-color: #dc3545;
  background-color: rgba(220, 53, 69, 0.35);
  color: #dc3545;
}
#main .gform_wrapper .validation_error {
  font-weight: inherit;
  font-size: inherit;
}
#main .gform_wrapper .validation_message {
  margin-top: 0;
  padding-top: 0 !important;
  font-weight: inherit;
}
#main .gform_wrapper .hidden_label label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#main .gform_wrapper .gfield_description {
  font-size: 75%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
}

#main .gform_wrapper .ginput_container input.warning {
  background-color: rgba(234, 26, 43, 0.06);
  border-color: #ea1a2b;
}

#main .gform_wrapper .ginput_container select.warning + p, #main .gform_wrapper .ginput_container select.warning + .gform_confirmation_message {
  background-color: rgba(234, 26, 43, 0.06);
  border-color: #ea1a2b;
}

body div#ui-datepicker-div.ui-datepicker {
  font: 500 12px "Geogrotesque", sans-serif;
  font: 500 1.2rem "Geogrotesque", sans-serif;
  line-height: 1.1;
  width: 240px;
  border: 2px solid black;
}
body div#ui-datepicker-div.ui-datepicker .ui-datepicker-next, body div#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
  line-height: 700%;
  margin-top: 3px;
}
body div#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar {
  background: white;
}
body div#ui-datepicker-div.ui-datepicker td a, body div#ui-datepicker-div.ui-datepicker td span {
  color: black;
  text-shadow: none;
  font-weight: 500;
  width: 100%;
}
body div#ui-datepicker-div.ui-datepicker td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: white;
  border: none;
}
body div#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: black;
  border: none;
  line-height: 36px;
}
body div#ui-datepicker-div.ui-datepicker thead {
  background: none;
}
body div#ui-datepicker-div.ui-datepicker th {
  width: 30px;
  height: 30px;
  color: black;
  font-size: 12px;
}
body div#ui-datepicker-div.ui-datepicker tbody td {
  border: none;
  padding: 1px;
}
body div#ui-datepicker-div.ui-datepicker tbody tr, body div#ui-datepicker-div.ui-datepicker thead {
  border: none;
}
body div#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #f9f9f9;
  border: none;
}
body div#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
  background: #e4e4e4;
}
body div#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  border: 1px solid black;
  margin: 0;
  box-shadow: none;
}
body div#ui-datepicker-div.ui-datepicker .ui-state-hover {
  background: #c2e2f9 none repeat scroll 0 0;
  border: 1px solid #c2e2f9;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 24px;
  border: 1px dashed #ccc;
  text-align: center;
  color: #aaa;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#main .gform_description p:last-child, #main .gform_description .gform_confirmation_message:last-child {
  margin-bottom: 20px;
}

/* ==========================================================================
	Content
   ========================================================================== */
.home-page #main .easy-autocomplete {
  width: 100% !important;
}
.home-page #main .autocomplete input {
  margin-bottom: 0 !important;
}
.home-page #main .easy-autocomplete-container {
  top: 40px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 8;
}
.home-page #main .easy-autocomplete-container ul {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 0 !important;
  padding-top: 6px;
  margin: 0 !important;
  margin-top: -1px !important;
  border: none;
  max-height: 320px;
  overflow-y: auto;
}
.home-page #main .easy-autocomplete-container ul li {
  color: rgba(0, 0, 0, 0.5);
  text-shadow: none;
  border: none;
  padding-left: 20px;
}
.home-page #main .easy-autocomplete-container ul li:before {
  display: none;
}
.home-page #main .easy-autocomplete-container ul li b {
  font-weight: 500;
  color: black;
}
.home-page #main {
  background: #333236;
  padding-top: 20px;
}
.home-page #main .container {
  padding-left: 0;
  padding-right: 0;
}
.home-page #main .col-xs-1, .home-page #main .col-sm-1, .home-page #main .col-md-1, .home-page #main .col-lg-1, .home-page #main .col-xs-2, .home-page #main .col-sm-2, .home-page #main .col-md-2, .home-page #main .col-lg-2, .home-page #main .col-xs-3, .home-page #main .col-sm-3, .home-page #main .col-md-3, .home-page #main .col-lg-3, .home-page #main .col-xs-4, .home-page #main .col-sm-4, .home-page #main .gfield.gf_left_third,
.home-page #main .gfield.gf_middle_third,
.home-page #main .gfield.gf_right_third, .home-page #main .col-md-4, .home-page #main .col-lg-4, .home-page #main .col-xs-5, .home-page #main .col-sm-5, .home-page #main .col-md-5, .home-page #main .col-lg-5, .home-page #main .col-xs-6, .home-page #main .col-sm-6, .home-page #main .gfield.gf_left_half,
.home-page #main .gfield.gf_right_half, .home-page #main .col-md-6, .home-page #main .col-lg-6, .home-page #main .col-xs-7, .home-page #main .col-sm-7, .home-page #main .col-md-7, .home-page #main .col-lg-7, .home-page #main .col-xs-8, .home-page #main .col-sm-8, .home-page #main .col-md-8, .home-page #main .col-lg-8, .home-page #main .col-xs-9, .home-page #main .col-sm-9, .home-page #main .col-md-9, .home-page #main .col-lg-9, .home-page #main .col-xs-10, .home-page #main .col-sm-10, .home-page #main .col-md-10, .home-page #main .col-lg-10, .home-page #main .col-xs-11, .home-page #main .col-sm-11, .home-page #main .col-md-11, .home-page #main .col-lg-11, .home-page #main .col-xs-12, .home-page #main .col-sm-12, .home-page #main .gfield, .home-page #main .col-md-12, .home-page #main .col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.home-page #main .grid {
  transition: none;
}
.home-page #main .grid *:not(.billboard-slider) {
  transition: none;
}
.home-page #main .grid-item-content {
  /*height: 420px;*/
  background: black;
  /*border: 1px solid hsla(0, 0%, 0%, 0.5);*/
  /*border-radius: 5px;*/
}
.home-page #main .grid {
  margin-left: -5px;
  margin-right: -5px;
}
.home-page #main .module .home-search-form {
  margin-top: 20px;
}
.home-page #main .module .home-search-form::after {
  display: block;
  clear: both;
  content: "";
}
.home-page #main .module .home-search-form fieldset {
  box-shadow: 0px 0px 0 6px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
}
.home-page #main .module .home-search-form .search-container {
  float: left;
  width: calc(100% - 140px);
}
.home-page #main .module .home-search-form input[type=text], .home-page #main .module .home-search-form button {
  border-radius: 4px;
  height: 43px;
}
.home-page #main .module .home-search-form input[type=text] {
  font: 400 18px "Geogrotesque", sans-serif;
  font: 400 1.8rem "Geogrotesque", sans-serif;
  line-height: 1.6180339888;
  background: white;
  border: none;
  padding: 10px 20px 11px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
}
.home-page #main .module .home-search-form input[type=text]:focus {
  outline: none;
}
.home-page #main .module .home-search-form button {
  float: left;
  margin: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 58px;
  width: 140px;
}
.home-page #main .module .home-search-form button:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M17.7 16.2l-3.9-3.8c1.3-1.4 2-3.1 2-4.9 0-4.1-3.5-7.4-7.9-7.4C3.5 0 0 3.3 0 7.4s3.5 7.4 7.9 7.4c1.5 0 3-.4 4.2-1.2l4 4c.2.2.5.3.8.3s.5-.1.7-.3c.2-.2.3-.4.3-.7.1-.2 0-.5-.2-.7zm-4.1-8.8c0 3-2.6 5.4-5.7 5.4s-5.7-2.4-5.7-5.4c0-3 2.6-5.4 5.7-5.4s5.7 2.5 5.7 5.4z'/%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.home-page #main .module .home-search-form button:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M17.7 16.2l-3.9-3.8c1.3-1.4 2-3.1 2-4.9 0-4.1-3.5-7.4-7.9-7.4C3.5 0 0 3.3 0 7.4s3.5 7.4 7.9 7.4c1.5 0 3-.4 4.2-1.2l4 4c.2.2.5.3.8.3s.5-.1.7-.3c.2-.2.3-.4.3-.7.1-.2 0-.5-.2-.7zm-4.1-8.8c0 3-2.6 5.4-5.7 5.4s-5.7-2.4-5.7-5.4c0-3 2.6-5.4 5.7-5.4s5.7 2.5 5.7 5.4z' fill='%23fff'/%3E%3C/svg%3E");
}
@media (max-width: 991.98px) {
  .home-page #main .module .home-search-form fieldset {
    box-shadow: none;
  }
  .home-page #main .module .home-search-form .search-container {
    width: calc(100% - 50px);
  }
  .home-page #main .module .home-search-form button {
    width: 18px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .home-page #main .module .home-search-form button span {
    opacity: 0;
  }
  .home-page #main .module .home-search-form button:before {
    left: 16px;
  }
}
.home-page #main a.link {
  position: absolute;
}
@media (max-width: 991.98px) {
  .home-page #main .module article {
    width: 100% !important;
  }
}
@media (max-width: 575.98px) {
  .home-page #main a.link {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .home-page #main a.link:hover:after, .home-page #main a.link:active:after, .home-page #main a.link:focus:after {
    display: none;
  }
  .home-page #main .container-fluid, .home-page #main .container-sm, .home-page #main .container-md, .home-page #main .container-lg, .home-page #main .container-xl {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-page #main .module.cta-block {
    height: 260px !important;
  }
  .home-page #main .module.featured-block article {
    width: 100%;
  }
  .home-page #main .module:not(.cta-block):not(.featured-block):not(.slider-block) {
    height: auto !important;
  }
  .home-page #main .module:not(.cta-block):not(.featured-block):not(.slider-block).gradient:after {
    display: none;
  }
  .home-page #main .module:not(.cta-block):not(.featured-block):not(.slider-block) .banner {
    height: 260px;
  }
  .home-page #main .module:not(.cta-block):not(.featured-block):not(.slider-block) article {
    position: relative !important;
    background: #4b4c46 !important;
    height: auto;
    width: 100% !important;
    text-shadow: none;
  }
}
.home-page #main .module.countdown-module {
  height: auto !important;
  background: #ffdb00;
  color: black;
  text-align: center;
  padding: 20px;
}
.home-page #main .module.countdown-module h1 {
  font: 500 18px/1.1 "Geogrotesque", sans-serif;
  font: 500 1.8rem/1.1 "Geogrotesque", sans-serif;
  letter-spacing: 0.3em;
}
.home-page #main .module.countdown-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-page #main .module.countdown-module ul li {
  margin: 0;
}
.home-page #main .module.countdown-module ul li:before {
  content: "";
  margin: 0;
}
.home-page #main .module.countdown-module ul li {
  font: 500 14px/1.1 "Geogrotesque", sans-serif;
  font: 500 1.4rem/1.1 "Geogrotesque", sans-serif;
  display: inline-block;
  list-style-type: none;
  padding: 0 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.home-page #main .module.countdown-module ul li span {
  font: 600 42px/1.1 "Quadon", serif;
  font: 600 4.2rem/1.1 "Quadon", serif;
  letter-spacing: 0;
  display: block;
}
@media (max-width: 768.98px) {
  .home-page #main .module.countdown-module {
    padding: 15px;
  }
  .home-page #main .module.countdown-module h1 {
    font: 500 16px/1.1 "Geogrotesque", sans-serif;
    font: 500 1.6rem/1.1 "Geogrotesque", sans-serif;
    margin-bottom: 10px;
  }
  .home-page #main .module.countdown-module ul li {
    font: 500 12px/1.1 "Geogrotesque", sans-serif;
    font: 500 1.2rem/1.1 "Geogrotesque", sans-serif;
    padding: 0 20px;
  }
  .home-page #main .module.countdown-module ul li span {
    font: 60000 36px/1.1 "Quadon", serif;
    font: 60000 3.6rem/1.1 "Quadon", serif;
  }
}
@media (max-width: 575.98px) {
  .home-page #main .module.countdown-module h1 {
    font: 500 14px/1.1 "Geogrotesque", sans-serif;
    font: 500 1.4rem/1.1 "Geogrotesque", sans-serif;
  }
  .home-page #main .module.countdown-module ul li {
    font: 500 11px/1.1 "Geogrotesque", sans-serif;
    font: 500 1.1rem/1.1 "Geogrotesque", sans-serif;
    padding: 0 10px;
  }
  .home-page #main .module.countdown-module ul li span {
    font: 600 32px/1.1 "Quadon", serif;
    font: 600 3.2rem/1.1 "Quadon", serif;
  }
}

#main .need-help {
  font: 300 18px/1.1 "Quadon", serif;
  font: 300 1.8rem/1.1 "Quadon", serif;
  cursor: pointer;
  padding: 20px 20px 20px 85px;
  margin-bottom: 0;
  background: #ffd100;
  display: inline-block;
  position: fixed;
  right: -520px;
  top: 75%;
  transform: translateY(-50%);
  border-radius: 60px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-transform: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.66), 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
  z-index: 10;
  transition: all ease-out 0.5s;
}
#main .need-help:hover {
  right: 0 !important;
}
#main .need-help:before {
  content: "";
  background-image: url("../images/ranbuild-man-need-help@2.png");
  background-size: 90px 81px;
  width: 90px;
  height: 81px;
  position: absolute;
  left: -15px;
  bottom: 0;
}

@keyframes slideIn {
  0% {
    right: -520px;
  }
  100% {
    right: 0;
  }
}
@keyframes slideOut {
  0% {
    right: 0;
  }
  100% {
    right: -120px;
  }
}
#main .need-help-popup-container {
  position: fixed;
  z-index: 200;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
#main .need-help-popup-container .need-help-backoverlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
#main .need-help-popup-container.open {
  opacity: 1;
  visibility: visible;
}
#main .need-help-popup-container .need-help-popup {
  background: #ffdb00;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 780px;
  transform: translate(-50%, -50%);
  padding: 40px 35px 30px;
  z-index: 2;
}
#main .need-help-popup-container .need-help-popup * {
  text-align: center;
}
#main .need-help-popup-container .need-help-popup .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M17.6 15.8L10.9 9l6.7-6.7c.5-.5.5-1.3 0-1.8s-1.3-.5-1.8 0L9 7.2 2.2.4C1.7-.1.9-.1.4.4s-.5 1.3 0 1.8L7.2 9 .4 15.8c-.5.5-.5 1.3 0 1.8s1.3.5 1.8 0L9 10.8l6.8 6.8c.5.5 1.3.5 1.8 0s.5-1.3 0-1.8z' fill='%23121313'/%3E%3C/svg%3E");
  position: absolute;
  right: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  z-index: 200;
  cursor: pointer;
}
#main .need-help-popup-container .need-help-popup .close:hover {
  transform: rotate(180deg);
}
#main .need-help-popup-container .need-help-popup h1 {
  font: 400 28px "Quadon", serif;
  font: 400 2.8rem "Quadon", serif;
  line-height: 1.1;
  text-transform: none;
}
#main .need-help-popup-container .need-help-popup article {
  padding-bottom: 0;
}
#main .need-help-popup-container .need-help-popup article .icon {
  margin-bottom: 20px;
}
#main .need-help-popup-container .need-help-popup article .icon.pin {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 26'%3E%3Cstyle%3E.st0%7Bfill:%23ffd100%7D%3C/style%3E%3Cpath class='st0' d='M10.5 4.2c-3.2.2-6 2.4-6 5.6 0 3 2.7 5.6 6 5.6 3.1 0 5.8-2.4 6-5.3.1-3.3-2.6-5.7-6-5.9zm0 9.6c-5.3-.3-5.4-7.8 0-7.8 5.4-.1 5.3 7.5 0 7.8z'/%3E%3Cpath class='st0' d='M10.5 0C4.8.2-.3 4.5 0 10c.2 4.7 4.1 9.5 7.1 12.9.6.7 2.1 2.9 3.2 3 .9.1 1.7-1 2.3-1.6 3.4-3.5 7.1-8.2 8.2-13C22.2 5.4 16.7.2 10.5 0zm0 24c-2.9-2.6-5.3-6.1-7.1-9.5-1.2-2.3-2-4.5-1.2-7.1C3.3 4 6.7 1.7 10.5 1.6c3.6 0 7 2.3 8.2 5.4 1 2.5.3 4.8-.9 7.1-1.8 3.6-4.3 7.2-7.3 9.9z'/%3E%3C/svg%3E");
  width: 21px;
  height: 26px;
}
#main .need-help-popup-container .need-help-popup article .icon.computer {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 23'%3E%3Cpath d='M0 20.4v.6c0 1 .8 1.9 1.9 1.9h29.3c1.1 0 1.9-.9 1.9-1.9v-.6H0zM28.6 0H4.5c-1.1 0-2 .9-2 1.9v17.2h28.1V1.9c0-1-.9-1.9-2-1.9zm0 16.6c0 .4-.3.6-.7.6H5c-.4 0-.7-.3-.7-.6v-14c0-.4.3-.6.7-.6h23c.4 0 .7.3.7.6-.1 0-.1 14-.1 14z' fill='%23ffd004'/%3E%3C/svg%3E");
  width: 33px;
  height: 23px;
}
#main .need-help-popup-container .need-help-popup article .icon.phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath d='M26 20c-.1-.5-.4-.8-.6-1l-4.8-4.5c-.1-.1-.2-.1-.3-.2-.1 0-.4-.2-.8-.2-.5 0-.9.2-1.3.5-.3.3-1.6 1.3-2.3 1.8 0 0-.1 0-.3-.1-.9-.4-2.2-1.4-2.9-2.2l-.9-.9c-.9-.8-1.7-2-2.1-2.9-.1-.2-.1-.3-.1-.3.5-.6 1.5-2 1.8-2.3.7-.8.5-1.7.3-2.1 0-.1-.1-.2-.2-.3L7 .7C6.5-.1 5.5-.2 4.7.3c-.2.2-.7.5-1.3.9-.9.6-2 1.4-2.3 1.6-.5.4-1.5 1.5-.9 4C.7 8.7 3.8 14.5 7.7 18l.2.2c3.5 3.8 9.3 6.9 11.3 7.5.5.1 1.1.2 1.5.2 1.4 0 2.2-.7 2.5-1.1.2-.3.9-1.3 1.5-2.3.4-.6.8-1.2.9-1.4.4-.3.4-.8.4-1.1zm-4.5 3.6c-.1.1-.3.3-.8.3-.3 0-.6 0-1-.1-1.6-.4-6.9-3.3-10.3-6.9l-.3-.3C5.5 13.2 2.7 7.8 2.3 6.3c-.4-1.4 0-1.8.1-1.8.3-.2 1.4-.9 2.2-1.5l.2-.1c.3-.2.6-.4.8-.5l4 4.3c-.4.4-1.4 1.7-1.7 2.1-.4.5-.7 1.4-.2 2.6.6 1.2 1.6 2.6 2.6 3.5l.8.8c.9 1 2.3 2 3.5 2.6.4.2.9.3 1.3.3.7 0 1.1-.3 1.3-.4.5-.4 1.7-1.3 2.3-1.8l4.3 4.1c-.2.3-.5.7-.7 1.1-.7.7-1.4 1.8-1.6 2z' fill='%23ffd004'/%3E%3C/svg%3E");
  width: 26px;
  height: 26px;
}
#main .need-help-popup-container .need-help-popup article .inner {
  background: black;
  height: 100%;
  color: white;
  padding: 20px;
}
#main .need-help-popup-container .need-help-popup article h2 {
  font: 400 21px/1.1 "Quadon", serif;
  font: 400 2.1rem/1.1 "Quadon", serif;
  text-transform: none;
}
#main .need-help-popup-container .need-help-popup article p, #main .need-help-popup-container .need-help-popup article .gform_confirmation_message {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 991.98px) {
  #main .need-help-popup-container .need-help-popup {
    padding: 30px 25px 20px;
  }
  #main .need-help-popup-container .need-help-popup article .inner {
    padding: 20px 10px;
  }
}

.search-results {
  background: #ffdb00;
  padding: 18px 0;
  margin-bottom: 20px;
}
.search-results h2 {
  color: black;
  font-size: 21px;
  font-weight: 300;
  margin: 0;
  text-transform: none;
}
.search-results h2 span {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .search-results {
    padding: 18px 0;
    text-align: center;
  }
  .search-results h2 {
    font-size: 18px;
  }
}

@keyframes uil-spin-css {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.uil-spin-css-container {
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 450;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.uil-spin-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 500;
}
.uil-spin-css > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.uil-spin-css > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #ffdb00;
}
.uil-spin-css > div:nth-of-type(1) > div {
  animation: uil-spin-css 1s linear infinite;
  animation-delay: 0s;
}
.uil-spin-css > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(2) > div {
  animation: uil-spin-css 1s linear infinite;
  animation-delay: 0.12s;
}
.uil-spin-css > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(3) > div {
  animation: uil-spin-css 1s linear infinite;
  animation-delay: 0.25s;
}
.uil-spin-css > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(4) > div {
  animation: uil-spin-css 1s linear infinite;
  animation-delay: 0.37s;
}
.uil-spin-css > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(5) > div {
  animation: uil-spin-css 1s linear infinite;
  animation-delay: 0.5s;
}
.uil-spin-css > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(6) > div {
  animation: uil-spin-css 1s linear infinite;
  animation-delay: 0.62s;
}
.uil-spin-css > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(7) > div {
  animation: uil-spin-css 1s linear infinite;
  animation-delay: 0.75s;
}
.uil-spin-css > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.uil-spin-css > div:nth-of-type(8) > div {
  animation: uil-spin-css 1s linear infinite;
  animation-delay: 0.87s;
}
.uil-spin-css > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

:root {
  --animate-duration: 0.25s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
  }
}
.srevealed {
  animation: fadeInDown 1s cubic-bezier(0.5, 0, 0, 1);
}

.fadeInUp {
  animation: fadeInUp 1s cubic-bezier(0.5, 0, 0, 1);
}

.scaleDown {
  transform-origin: center;
  animation: scaleDown 6s ease-in;
}

@keyframes scaleDown {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* ==========================================================================
	No Script
   ========================================================================== */
#noscript-wrapper {
  display: block;
  position: fixed;
  font: 300 21px/1.1 "Geogrotesque", sans-serif;
  font: 300 2.1rem/1.1 "Geogrotesque", sans-serif;
  text-align: center;
  color: white;
  background: #CC0000;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  z-index: 200;
}

#noscript-wrapper span {
  font: 600 21px/1.1 "Geogrotesque", sans-serif;
  font: 600 2.1rem/1.1 "Geogrotesque", sans-serif;
}

/* ==========================================================================
	Print styles
   ========================================================================== */
@media print {
  @page {
    size: 210mm 297mm;
    margin: 14mm;
  }
  .container {
    width: 1170px;
  }

  .test {
    width: sm;
  }

  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl,
.container {
    width: 100%;
    max-width: 100%;
  }

  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a[href]:after {
    content: " (" attr(href) ") ";
    font-size: 0.65em;
    font-weight: normal;
  }

  a:after {
    content: " (" attr(href) ") ";
    font-size: 0.65em;
    font-weight: normal;
  }

  #main a:after {
    position: static;
    content: " (" attr(href) ") ";
    font-size: 0.65em;
    font-weight: normal;
    opacity: 1;
    text-decoration: underline;
  }

  html,
body,
p,
#main .gform_confirmation_message {
    background: none;
    color: black !important;
  }

  blockquote {
    border: none;
  }

  figure figcaption {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    background: transparent !important;
    color: black;
  }

  table,
.table {
    display: table;
    width: inherit;
    text-align: left;
    margin: 1px;
  }

  th {
    border-bottom: 1px solid black;
    font-weight: 600;
  }

  td {
    border-bottom: 1px solid black;
  }

  th,
td {
    padding: 4px 10px 4px 0;
  }

  tfoot {
    font-style: italic;
  }

  caption {
    text-align: left;
    background: transparent;
    margin-bottom: 2em;
  }

  thead {
    display: table-header-group;
  }

  img,
tr {
    page-break-inside: avoid;
  }

  h1 {
    font: 500 28px/1.1 "Quadon", serif;
    font: 500 2.8rem/1.1 "Quadon", serif;
    text-transform: none;
  }

  h2 {
    font: 500 24px/1.1 "Quadon", serif;
    font: 500 2.4rem/1.1 "Quadon", serif;
  }

  h3 {
    font: 500 21px/1.1 "Quadon", serif;
    font: 500 2.1rem/1.1 "Quadon", serif;
  }

  h4 {
    font: 500 18px/1.1 "Quadon", serif;
    font: 500 1.8rem/1.1 "Quadon", serif;
  }

  h5 {
    font: 500 16px/1.1 "Quadon", serif;
    font: 500 1.6rem/1.1 "Quadon", serif;
  }

  h6 {
    font: 500 14px/1.1 "Quadon", serif;
    font: 500 1.4rem/1.1 "Quadon", serif;
  }

  #main .content {
    padding: 0;
  }
  #main .content .content-inner {
    padding: 0;
    margin-bottom: 20px;
  }

  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-fluid-custom {
    padding-left: 0;
    padding-right: 0;
  }

  #global-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #b8b5ae;
  }
  #global-header .logo {
    margin: 0;
  }

  #menu-toggle {
    display: none !important;
  }

  .page-loaded #mobile-menu {
    display: none !important;
  }

  #main .billboard, .home #main .billboard {
    height: auto !important;
  }

  #main .billboard .caption,
.home #main .billboard .caption {
    position: static;
    font: 500 32px/1.1 "Quadon", serif;
    font: 500 3.2rem/1.1 "Quadon", serif;
    padding: 0;
    margin-bottom: 20px;
  }

  #main .intro p, #main .intro .gform_confirmation_message {
    text-align: left;
  }

  #main .promo .right-image, #main .promo .left-image {
    display: none;
  }

  #main .promo .text-article {
    margin-top: 0;
    height: auto;
    padding: 0;
    width: 100%;
  }

  #global-footer {
    border-top: 2px solid #b8b5ae;
    text-align: left;
  }

  #global-footer .copyright-xs {
    text-align: left;
  }

  #main .portal-listing article {
    padding: 0;
    border-bottom: 1px dotted #b8b5ae;
    margin-bottom: 15px;
  }
  #main .portal-listing article .desc {
    padding: 0;
    margin-bottom: 10px;
    text-align: left;
    position: static;
    transform: none;
  }
  #main .portal-listing article .btn, #main .portal-listing article .gform_wrapper .gform_footer .gform_button, #main .gform_wrapper .gform_footer .portal-listing article .gform_button {
    display: none;
  }
  #main .portal-listing article:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
  #main .portal-listing article .row > div, #main .portal-listing article .gform_wrapper .gform_fields > div, #main .gform_wrapper .portal-listing article .gform_fields > div {
    height: auto;
    margin: 0;
    width: auto;
  }

  #main .listing .article {
    border-bottom: 1px dotted #b8b5ae;
  }
  #main .listing .article:last-child {
    border-bottom: none;
  }
  #main .listing .desc {
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #main .listing p, #main .listing .gform_confirmation_message {
    display: block !important;
  }

  #main .play {
    display: none;
  }

  .wrapper-tabs {
    display: none;
  }

  .r-tabs .r-tabs-accordion-title {
    display: block;
  }

  #main .r-tabs .r-tabs-panel {
    padding: 0;
    display: block !important;
    opacity: 1;
    visibility: visible;
  }

  #main .r-tabs .r-tabs-accordion-title a {
    font: 500 28px/1.1 "Quadon", serif;
    font: 500 2.8rem/1.1 "Quadon", serif;
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
  }

  #main ul.colorbond-colors li span.name.white {
    color: white !important;
  }

  .owl-carousel .owl-stage-outer {
    height: auto;
  }

  .owl-carousel .owl-stage {
    width: 100% !important;
    transform: none !important;
  }

  .owl-carousel .owl-item {
    float: none;
    height: auto;
    width: 100% !important;
  }
  .owl-carousel .owl-item > div {
    height: auto;
  }

  .owl-carousel .owl-item .caption {
    text-shadow: 0px 0px 15px white !important;
  }

  .owl-carousel .owl-item img {
    width: 100%;
    height: auto !important;
  }

  .owl-carousel .owl-dots-wrapper {
    display: none;
  }

  #main .highlights {
    display: block !important;
    padding-top: 20px;
    border-top: 1px dotted #b8b5ae;
  }
  #main .highlights .btn, #main .highlights .gform_wrapper .gform_footer .gform_button, #main .gform_wrapper .gform_footer .highlights .gform_button {
    display: none;
  }
}
