@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.35;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.container {
  width: 1170px;
  margin: auto; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

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

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

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

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

@media only screen and (min-width: 320px) {
  .container {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .container {
    width: 100%; }

  .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

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

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }

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

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

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

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

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

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

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }
@media only screen and (min-width: 992px) {
  .container {
    width: 970px; }

  .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

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

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }

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

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

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

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

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

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

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px; }

  .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }

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

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }

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

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

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

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

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

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

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }
*, ::after, ::before {
  box-sizing: border-box; }

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

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button, input {
  overflow: visible; }

button {
  text-transform: none; }

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

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

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

.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }
.form-control:focus {
  color: #555;
  background-color: #fff;
  border-color: #61c6ed;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 140, 186, 0.25); }

.form-control::placeholder {
  color: #999;
  opacity: 1; }

.form-control:disabled {
  background-color: #f0f0f0;
  opacity: 1; }

.form-group {
  margin-bottom: 1rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #999; }

.form-check-label {
  margin-bottom: 0; }

.form-control.is-valid {
  border-color: #28b62c;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328b62c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-valid:focus {
  border-color: #28b62c;
  box-shadow: 0 0 0 0.2rem rgba(40, 182, 44, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #ff4136; }

.is-invalid ~ .invalid-feedback {
  display: block; }

.form-control.is-invalid {
  border-color: #ff4136;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4136' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-invalid:focus {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25); }

.btn {
  display: inline-block;
  font-weight: 700;
  color: #222;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }
.btn:hover {
  color: #222;
  text-decoration: none; }

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 140, 186, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: .65; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0; }

.input-group > .form-control:focus {
  z-index: 3; }

.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  text-align: center;
  white-space: nowrap;
  background-color: #f0f0f0;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important; } }
.btn {
  border-style: solid;
  border-width: 0 1px 4px 1px;
  text-transform: uppercase; }

.form-control {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075); }

.div-table {
  display: table; }

.div-table.div-table-fill {
  width: 100%;
  height: 100%;
  min-height: inherit; }

.div-row {
  display: table-row; }

.div-cell {
  display: table-cell;
  vertical-align: middle; }

@media only screen and (max-width: 768px) {
  .div-table-desktop .div-table, .div-table-desktop .div-row, .div-table-desktop .div-cell {
    display: block; } }
header .logo-cont {
  width: 200px; }

header .logo-cont a {
  width: inherit; }

.link-logo {
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  header .logo-cont {
    width: 115px; } }
.header {
  top: 0;
  min-height: 100px;
  /*position: absolute;*/
  margin-left: 0px;
  width: 100%;
  z-index: 98;
  background-color: #FFFFFF;
  color: #001f60;
  display: flex;
  align-items: center;
  justify-content: center; }

.checkout {
  background-color: #ffffff;
  color: #001f60; }

.header a, .checkout a {
  color: #001f60;
  transition: color 0.2s ease; }

.header-nav-link a:hover, .header-nav a:hover {
  color: #1d76ba; }

a.link-logo {
  padding: 0px; }

.img-logo {
  height: 80px;
  width: auto;
  margin-top: 0px;
  padding: 10px; }

.header-logo {
  display: flex;
  align-items: center;
  justify-content: left; }

.header-search {
  font-size: 16px;
  display: flex;
  align-content: center;
  justify-content: left;
  font-weight: 400;
  font-family: "Open Sans Bold", "Arial";
  padding-left: 5px;
  padding-right: 5px;
  flex-wrap: wrap; }

.font-loaded .header-search {
  font-family: "Open Sans Bold", "Arial"; }

.header-nav {
  color: #001f60;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 10px;
  font-weight: 600;
  font-family: "Open Sans Bold", "Tahoma";
  line-height: 1.2;
  top: 38px; }

.font-loaded .header-nav {
  font-family: "Open Sans Bold", "Arial";
  line-height: 1.2;
  font-weight: 600; }

.header-contact {
  color: #001f60;
  font-size: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 10px;
  padding-left: 0px; }

.header-contact-gp {
  font-size: 16px;
  justify-content: center;
  padding-top: 0px; }

.header-account {
  color: #001f60;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: right;
  height: 36px;
  padding-left: 0px;
  padding-right: 0px;
  vertical-align: bottom;
  margin: auto; }

.header-basket {
  color: #001f60;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px; }

.mini-basket-btn {
  background-color: #001f60 !important;
  color: #ffffff !important; }

.icon-headseticon-01 {
  font-size: 34px;
  color: #1d76ba; }

header .icon-mobile {
  font-size: 30px;
  color: #1d76ba; }

.icon-email {
  font-size: 38px;
  color: #1d76ba; }

.icon-account {
  font-size: 48px; }

.header-nav {
  cursor: pointer;
  background-color: #FFFFFF; }

.search-btn {
  background-color: #001f60;
  color: #ffffff;
  height: 35px;
  border-radius: 0rem 0.25rem 0.25rem 0rem !important;
  justify-content: center;
  align-content: center;
  display: flex;
  padding: 5px !important; }

.link-logo {
  vertical-align: middle; }

.logo-cont {
  min-height: 50px;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  display: flex; }

.nav-row {
  text-align: center;
  display: flex;
  padding: 10px 0px 15px 0px; }

.nav-row-gp {
  justify-content: space-between; }

.mob-nav-row {
  min-height: 55px; }

.yellow-brochure-bar {
  padding: 10px 0px 10px 10px;
  font-size: 20px;
  font-weight: bold; }

.brochure-bar-outer:hover, .brochure-bar-outer span, .brochure-bar-outer .yellow-brochure-bar {
  transition: color 0.3s ease; }

.brochure-bar-outer.brochure-bar-gt:hover, .brochure-bar-outer.brochure-bar-gt:hover span, .brochure-bar-outer.brochure-bar-gt:hover .yellow-brochure-bar {
  color: #FFFFFF !important; }

.brochure-bar-outer:hover, .brochure-bar-outer:hover span, .brochure-bar-outer:hover .yellow-brochure-bar.text-white {
  color: #202549 !important; }

.expert-service-cont {
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center; }

.expert-service-cont .power-button-cont {
  font-size: 22px; }

.expert-service-cont .power-button-cont i {
  font-size: 30px; }

.power-button-cont {
  border: none;
  border-radius: 25px;
  color: #001f60 !important;
  padding: 5px 20px;
  display: inline-block;
  transition: background-color 0.2s ease !important;
  cursor: pointer;
  background-color: #fec900;
  margin: 10px 0; }

.power-button-cont:hover {
  background-color: #FFFFFF;
  color: #001f60 !important; }

.power-button {
  display: flex;
  align-items: center;
  justify-content: center; }

.tagline {
  font-size: 18px; }

.contact-box.bg-yellow, .contact-box.bg-primary {
  border: solid 5px #FFFFFF;
  color: #000000;
  position: absolute;
  font-size: 18px;
  padding: 8px;
  right: 0;
  margin-top: 10px;
  text-align: center; }

.contact-box i {
  font-size: 32px;
  transition: color 0.2s ease;
  cursor: pointer; }

.contact-box i:hover {
  color: #FFFFFF; }

.contact-box.text-white i:hover {
  color: #FFFFFF; }

.basket-bubble-cont {
  position: relative; }

.basket-bubble {
  position: absolute;
  height: 25px;
  width: 25px;
  top: -4px;
  right: -4px;
  border-radius: 30px;
  background-color: #AE282D; }

.baskQty {
  font-size: 18px; }

.header-icon-gt, .header-icon-gp {
  cursor: pointer;
  transition: color 0.2s ease;
  font-size: 42px; }

.header-icon-gt:hover {
  color: #ffc729; }

.header-icon-gp:hover {
  color: #03B4CE; }

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

@media screen and (max-width: 1200px) {
  .logo-cont {
    min-height: 45px; }

  .icon-headseticon-01 {
    font-size: 32px; }

  header .icon-mobile {
    font-size: 32px; }

  .header-contact {
    font-size: 36px; }

  .header-contact-gp {
    font-size: 14px; }

  .top-buttons {
    font-size: 20px; }

  .nav-row {
    padding: 15px 0px 15px 0px; } }
@media screen and (max-width: 991px) {
  .container-header {
    width: 100%; }

  .header-account {
    padding-left: 10px;
    padding-right: 10px; }

  .header-basket {
    padding-right: 10px; }

  .header-nav {
    font-size: 18px;
    padding: 0 8px; }

  .top-buttons {
    font-size: 11px;
    padding: 1px 4px; }

  .yellow-brochure-bar {
    font-size: 18px; }

  .contact-box {
    font-size: 16px; }

  .nav-row-gp {
    padding: 10px 0; }

  .tagline {
    font-size: 16px; }

  .top-yellow-banner {
    justify-content: space-evenly !important; } }
@media screen and (max-width: 840px) {
  .header-nav {
    font-size: 16px; } }
@media screen and (max-width: 767px) {
  .flexa_burger {
    order: 0;
    justify-content: center;
    display: flex;
    align-items: center; }

  .flexa_links {
    order: 2; }

  .flexa_search {
    order: 3; }

  .header {
    height: 120px; }

  .header-logo {
    justify-content: flex-start; }

  .header-nav .nav-item {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-content: center !important; }

  .header-nav {
    font-size: 16px;
    justify-content: center; }

  .header-contact {
    font-size: 16px;
    justify-content: flex-end; }

  .header-contact-gp {
    font-size: 14px; }

  .header-search {
    padding-top: 25px; }

  .icon-email {
    font-size: 34px; }

  .icon-headseticon-01 {
    font-size: 34px; }

  header .icon-mobile {
    font-size: 34px; }

  .icon-shopping-basket {
    font-size: 24px; }

  .icon-basket {
    font-size: 24px; }

  .header-icon {
    font-size: 32px; }

  div.flexa_links a {
    margin-left: 8px; }

  .contacts-outer-cont {
    display: flex;
    align-items: center;
    justify-content: flex-end; }

  .basket-bubble {
    height: 20px;
    width: 20px;
    top: -8px;
    right: -8px; }

  .baskQty {
    font-size: 16px; } }
@media screen and (max-width: 580px) {
  .header-nav {
    font-size: 14px; }

  .header-contact {
    justify-content: right; } }
/* Rolling text container */
.rolling-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
  word-spacing: -5px; }

.rolling-text b {
  display: inline-block;
  transform: translateY(-100px);
  /* Start above */
  animation: rollIn 0.2s forwards;
  /* Apply the rolling animation */
  animation-delay: calc(0.025s * var(--i) + 1s);
  /* Delay for each letter */
  opacity: 0;
  /* Hidden initially */ }

/* Delay animation using nth-child() */
.rolling-text b:nth-child(1) {
  animation-delay: 1.025s; }

.rolling-text b:nth-child(2) {
  animation-delay: 1.05s; }

.rolling-text b:nth-child(3) {
  animation-delay: 1.075s; }

.rolling-text b:nth-child(4) {
  animation-delay: 1.1s; }

.rolling-text b:nth-child(5) {
  animation-delay: 1.125s; }

.rolling-text b:nth-child(6) {
  animation-delay: 1.15s; }

.rolling-text b:nth-child(7) {
  animation-delay: 1.175s; }

.rolling-text b:nth-child(8) {
  animation-delay: 1.2s; }

.rolling-text b:nth-child(9) {
  animation-delay: 1.225s; }

.rolling-text b:nth-child(10) {
  animation-delay: 1.25s; }

.rolling-text b:nth-child(11) {
  animation-delay: 1.275s; }

.rolling-text b:nth-child(12) {
  animation-delay: 1.3s; }

.rolling-text b:nth-child(13) {
  animation-delay: 1.325s; }

.rolling-text b:nth-child(14) {
  animation-delay: 1.35s; }

.rolling-text b:nth-child(15) {
  animation-delay: 1.375s; }

.rolling-text b:nth-child(16) {
  animation-delay: 1.4s; }

.rolling-text b:nth-child(17) {
  animation-delay: 1.425s; }

.rolling-text b:nth-child(18) {
  animation-delay: 1.45s; }

.rolling-text b:nth-child(19) {
  animation-delay: 1.475s; }

.rolling-text b:nth-child(20) {
  animation-delay: 1.5s; }

.rolling-text b:nth-child(21) {
  animation-delay: 1.525s; }

.rolling-text b:nth-child(22) {
  animation-delay: 1.55s; }

.rolling-text b:nth-child(23) {
  animation-delay: 1.575s; }

.rolling-text b:nth-child(24) {
  animation-delay: 1.6s; }

.rolling-text b:nth-child(25) {
  animation-delay: 1.625s; }

.rolling-text b:nth-child(26) {
  animation-delay: 1.65s; }

.rolling-text b:nth-child(27) {
  animation-delay: 1.675s; }

.rolling-text b:nth-child(28) {
  animation-delay: 1.7s; }

.rolling-text b:nth-child(29) {
  animation-delay: 1.725s; }

.rolling-text b:nth-child(30) {
  animation-delay: 1.75s; }

.rolling-text b:nth-child(31) {
  animation-delay: 1.775s; }

.rolling-text b:nth-child(32) {
  animation-delay: 1.8s; }

.rolling-text b:nth-child(33) {
  animation-delay: 1.825s; }

.rolling-text b:nth-child(34) {
  animation-delay: 1.85s; }

.rolling-text b:nth-child(35) {
  animation-delay: 1.875s; }

.rolling-text b:nth-child(36) {
  animation-delay: 1.9s; }

.rolling-text b:nth-child(37) {
  animation-delay: 1.925s; }

.rolling-text b:nth-child(38) {
  animation-delay: 1.95s; }

.rolling-text b:nth-child(39) {
  animation-delay: 1.975s; }

.rolling-text b:nth-child(40) {
  animation-delay: 2s; }

.rolling-text b:nth-child(41) {
  animation-delay: 2.025s; }

.rolling-text b:nth-child(42) {
  animation-delay: 2.05s; }

.rolling-text b:nth-child(43) {
  animation-delay: 2.075s; }

.rolling-text b:nth-child(44) {
  animation-delay: 2.1s; }

.rolling-text b:nth-child(45) {
  animation-delay: 2.125s; }

.rolling-text b:nth-child(46) {
  animation-delay: 2.15s; }

.rolling-text b:nth-child(47) {
  animation-delay: 2.175s; }

/* Keyframes for rolling effect */
@keyframes rollIn {
  0% {
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@media (max-width: 768px) {
  .show-search-bar {
    display: none; }

  .flexa_search {
    padding-left: 0px;
    padding-right: 0px;
    z-index: 1;
    position: relative; }

  #searchMob .input-group {
    width: 100%; } }
.mini-basket {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  border-radius: 4px;
  font-family: "Open Sans Bold","Tahoma";
  border: solid 1px #d5d5d5; }

.font-loaded .mini-basket {
  font-family: "Open Sans Bold","Tahoma"; }

.mini-basket-text {
  display: inline-flex;
  align-items: center;
  height: 32px;
  justify-content: center;
  float: left;
  padding-left: 5px; }

.mini-basket-icon {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: auto;
  width: 20%; }

.mini-basket-icon i {
  color: #001f60;
  font-size: 20px; }

.mini-basket-btn {
  display: inline-flex;
  align-items: center;
  background-color: #1d76ba;
  color: #001f60;
  vertical-align: top;
  padding: 5px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-weight: bold;
  font-family: "Open Sans Bold","Tahoma";
  font-size: 16px; }

.font-loaded .mini-basket-btn {
  font-family: "Open Sans Bold","Tahoma"; }

@media screen and (max-width: 1200px) {
  .mini-basket-text {
    font-size: 12px;
    height: 30px; }

  .mini-basket-btn {
    font-size: 12px;
    height: 32px;
    justify-content: center; } }
.header-nav .nav-item {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  border-right: solid 2px white; }

.header-nav:last-child {
  border: none; }

.header-nav .nav-item-gp, .nav-row a.header-nav-gp {
  border: none; }

a.header-nav {
  border-right: solid 2px #001f60; }

.header-nav-link {
  text-decoration: none;
  color: #001f60; }

.sub-links {
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  text-align: left; }

.sub-links a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  color: #001f60;
  white-space: nowrap;
  font-family: "Open Sans", "Arial" !important;
  font-weight: 400 !important;
  background-color: #FFFFFF;
  transition: background-color 0.2s ease; }

.font-loaded .sub-links a {
  font-family: "Open Sans", "Arial" !important; }

.sub-links a:hover {
  background-color: #1d76ba; }

.nav-item:hover .sub-links {
  display: block; }

@media screen and (max-width: 991px) {
  .header-nav .nav-item {
    padding: 0 8px; } }
/* Nav Burger */
.navburger {
  background: none;
  border: 0;
  font-size: 26px;
  margin-top: 10px; }

/* mob-nav */
.mob-nav {
  overflow: hidden;
  position: absolute; }

/* mob-nav hide links */
.mob-nav #mobLinks {
  display: none;
  margin-top: 120px; }

/* mob-nav links */
.mob-nav a {
  color: white;
  background-color: rgba(32, 37, 73, 0.7);
  padding: 10px 5px;
  text-decoration: none;
  font-size: 18px;
  display: block;
  font-family: "Open Sans","Arial"; }

.font-loaded .mob-nav a {
  font-family: "Open Sans","Arial"; }

/* mob-nav burger icon */
.mob-nav a.icon {
  background-color: #202549;
  display: block;
  position: relative;
  font-size: 32px; }

/* mob-nav hover */
.mob-nav a:hover {
  background-color: #1d76ba;
  color: black; }

/* mob-nav active */
.active {
  color: white; }

@media screen and (max-width: 767px) {
  .mob-nav-row {
    min-height: 115px; } }
@media screen and (max-width: 580px) {
  .mob-nav #mobLinks {
    display: none;
    margin-top: 110px; }

  .mob-nav a.icon {
    font-size: 26px; } }
@media screen and (max-width: 470px) {
  .mob-nav #mobLinks {
    display: none;
    margin-top: 90px; } }
/* Start of burger menu */
#menu {
  position: absolute;
  left: -105vw;
  /* hides the menu outside of viewport*/
  top: 108px;
  /* menu div margins.*/
  width: 100vw;
  margin: -110px 0 0 0;
  /* toggleable menu margins */
  padding: 20px;
  padding-top: 140px;
  background-color: rgba(32, 37, 73, 0.9);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* smoothing for webkit browsers. */
  transition: left 0.5s;
  /* menu transition from the left side.*/
  border: solid 1px white;
  min-height: 100vh;
  z-index: 3; }

#menu li {
  padding: 10px 0;
  font-size: 16px; }

#menuToggle {
  position: relative;
  z-index: 4;
  margin-top: 5px; }

#menuToggle input {
  position: absolute;
  width: 40px;
  cursor: pointer;
  opacity: 0;
  z-index: 4;
  /* places checkbox over hamburger */
  -webkit-touch-callout: none; }

#menuToggle input:checked ~ ul {
  left: 40px; }

#menuToggle span {
  display: block;
  /* to ensure that each span element occupies its own line. */
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  /* ensures the checkbox is above span */ }

@media screen and (max-width: 580px) {
  #menu {
    padding-left: 40px; } }
/* End of burger menu */
.header {
  display: block; }

header .top-buttons {
  background: none;
  border: none;
  border-radius: 5px;
  vertical-align: top;
  color: #FFFFFF; }

header .top-buttons i {
  font-size: 16px;
  background-color: #DDDDDD;
  color: #FFFFFF; }

header .top-buttons:hover {
  background-color: #FFFFFF;
  color: #DDDDDD;
  transition: all 300ms; }

header .top-buttons:hover i {
  color: #DDDDDD;
  background-color: transparent; }

a.top-buttons {
  padding: 0 6px;
  font-weight: 500; }

.rating {
  margin-top: 13px;
  display: block;
  transition: all 300ms; }

.rating [class^="icon-"]:before {
  color: #ffcb00;
  margin: 0 !important; }

.rating small {
  display: block;
  font-size: 11px;
  color: #1d76ba; }

.rating:hover {
  border-radius: 5px;
  padding: 0px 10px; }

.rating:hover small {
  color: #FFFFFF; }

header .bg-secondary {
  padding: 7px 0px;
  margin-bottom: 2px; }

@media screen and (max-width: 991px) {
  header .bg-secondary {
    font-size: 0.7em; }

  .rating i {
    font-size: 14px; }

  .rating small {
    font-size: 10px; } }
.reviewbanner {
  /*background-color: $header-background-color;*/
  /*text-align: center;*/
  text-align: left;
  /*color: #fff;*/
  font-size: 10px;
  /*padding-bottom: 5px;*/
  padding-top: 4px;
  cursor: pointer;
  /*width:100%;*/ }

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 16px;
  background-color: #001f60;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0; }

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  background-color: #001f60;
  margin: 0; }

.breadcrumb-item {
  display: flex;
  align-items: center; }

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #FFFFFF;
  margin: 0 8px; }

.breadcrumb a.breadcrumb-link {
  text-decoration: none;
  color: #FFFFFF;
  transition: color 0.3s ease;
  font-weight: 400; }

.breadcrumb a.breadcrumb-link:hover {
  color: #0056b3; }

.breadcrumb span.current-page {
  color: #fec900;
  font-weight: 800; }

.breadcrumb i.fas.fa-home {
  margin-right: 5px; }

.gradient-1 {
  background: linear-gradient(288deg, rgba(255, 255, 255, 0) 28%, #03b4ce 62%, #03b4ce 45%, #03b4ce 100%); }

.gradient-2 {
  background: linear-gradient(108deg, rgba(3, 180, 206, 0) 15%, rgba(3, 180, 206, 0.6) 42%, #03b4ce 100%); }

.gradient-3 {
  background: linear-gradient(270deg, rgba(3, 180, 206, 0) 15%, rgba(3, 180, 206, 0.6) 42%, #202549 100%); }

.bg-blue-poly {
  position: relative;
  width: 300px;
  height: 150px;
  margin-top: 85px; }

.bg-blue-poly::before {
  content: '';
  position: absolute;
  top: 0;
  left: -40px;
  width: calc(100% + 42px);
  height: 100%;
  background-color: #03B4CE;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1; }

@media screen and (max-width: 768px) {
  .gradient-2 {
    background: linear-gradient(to right, rgba(3, 180, 206, 0.5), #03b4ce); }

  .bg-blue-poly {
    width: auto;
    height: auto;
    margin: auto; }

  .bg-blue-poly::before {
    position: relative;
    background-color: none;
    z-index: -1; } }
footer {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  background-color: #DDDDDD;
  padding: 10px; }

.footer-1 {
  padding-top: 40px;
  padding-bottom: 40px; }

.footer-2 {
  padding-top: 40px;
  padding-bottom: 40px; }

.footer-side-pad {
  padding: 0 10px; }

.footer-p {
  font-size: 14px;
  color: #FFFFFF; }

.footer-heading {
  font-size: 20px;
  font-weight: bold;
  padding: 0px 0px 10px 0px; }

.footer-form-text {
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: lighter; }

.footer-logo-cont {
  text-align: left;
  margin: auto; }

.footer-logo {
  width: auto;
  min-height: 73px;
  padding: 10px 0px; }

.footer-socials {
  min-height: 40px;
  display: inline-flex;
  margin: 10px;
  width: auto; }

.footer-socials-cont {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px; }

.footer-links-cont {
  padding-left: 0px;
  padding-right: 0px;
  justify-content: center;
  display: flex;
  flex-flow: column; }

.footer-links-col-row {
  justify-content: flex-end; }

.footer-links {
  cursor: pointer;
  text-align: left;
  justify-content: left;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Open Sans","Arial";
  font-weight: 500;
  color: #FFF; }

.footer-link, .footer-social {
  color: #001f60 !important; }

.font-loaded .footer-links {
  font-family: "Open Sans","Arial"; }

.footer-links ul {
  padding: 0;
  list-style-type: none; }

.footer-links ul li a, .footer-links ul li span {
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 5px;
  display: block; }

.footer-text {
  text-align: center;
  justify-content: center;
  align-content: center; }

.footer-sot {
  text-align: center;
  justify-content: center;
  align-content: center;
  display: flex;
  min-height: 155px; }

.footer-klarna {
  margin-top: 32px;
  height: max-content; }

@media screen and (max-width: 991px) {
  footer {
    padding-top: 30px; }

  .footer-logo-cont {
    text-align: center; }

  .form-column {
    display: flex;
    justify-content: center; }

  .footer-form-cont {
    text-align: center;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center; }

  .footer-links-col-row {
    justify-content: center; } }
@media screen and (max-width: 767px) {
  .footer-p {
    font-size: 10px; }

  .footer-socials {
    min-height: 40px; }

  .footer-links {
    margin-bottom: 5px; }

  .footer-form-cont {
    max-width: 400px; }

  .footer-links ul {
    padding: 0px 5px 0px 10px; } }
.animated {
  opacity: 0; }

.dpm {
  margin: 0 !important;
  padding: 0 !important; }

.dm {
  margin: 0 !important; }

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

.inline {
  display: inline-block; }

.smallPrice {
  display: inline-block;
  font-size: 13px; }

.a-link {
  cursor: pointer; }

.a-link:hover {
  color: #1d76ba !important; }

.noshowopa {
  opacity: 0; }

.btn-a {
  background: none;
  border: 0; }

.inline-bg {
  background-position: center;
  background-repeat: no-repeat; }

.img-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

.background-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: right center;
  width: 100%;
  height: 100%;
  z-index: -1; }

.background-img-half-right {
  object-fit: contain;
  object-position: right center; }

.background-img-half-bottom {
  object-fit: contain;
  object-position: 50% 100% !important; }

.background-img-dot {
  border-radius: 50% !important; }

body {
  font-family: "Open Sans", "Arial";
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff; }

#content {
  min-height: calc(100vh - 100px - 60px); }

.text-primary {
  color: #1d76ba !important; }

.text-secondary {
  color: #001f60 !important; }

.text-thirdary {
  color: #001f60 !important;
  font-size: 70%; }

.text-white {
  color: #ffffff !important; }

.text-yellow {
  color: #fec900 !important; }

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

.text-center {
  text-align: center !important;
  justify-content: center;
  margin: auto; }

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

.text-bold {
  font-weight: bold; }

.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

.text-h1 {
  font-size: 28px;
  color: #1d76ba;
  font-weight: 600;
  font-family: "Open Sans Bold", "Arial";
  line-height: 1;
  letter-spacing: 0px;
  word-spacing: 0px; }

.font-loaded .text-h1 {
  font-size: 28px;
  font-family: "Open Sans Bold", "Arial";
  line-height: 1;
  letter-spacing: 0px;
  word-spacing: 0px; }

.text-h2 {
  font-size: 24px;
  color: #001f60;
  font-weight: 600;
  font-family: "Open Sans Bold", "Arial";
  line-height: 1;
  letter-spacing: 0px;
  word-spacing: 0px; }

.font-loaded .text-h2 {
  font-family: "Open Sans Bold", "Arial";
  line-height: 1;
  letter-spacing: 0px;
  word-spacing: 0px; }

.text-h3 {
  font-size: 20px;
  color: #001f60;
  font-weight: 600;
  font-family: "Open Sans Bold", "Arial" !important;
  padding: 5px 0px; }

.font-loaded .text-h3 {
  font-family: "Open Sans Bold", "Arial" !important; }

.btn {
  border: none;
  border-radius: 25px;
  background-color: #001f60;
  color: #ffffff;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.3s;
  cursor: pointer;
  font-size: 16px;
  text-transform: none; }

.btn:hover .btn {
  background-color: #1d76ba;
  text-decoration: none; }

.btn-primary:hover {
  color: #001f60; }

.btn-secondary:hover {
  color: #fec900; }

.btn-white:hover {
  color: #1d76ba; }

.btn-basket:hover {
  color: #001f60; }

.btn-span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Open Sans Bold", "Arial"; }

.font-loaded .btn-span {
  font-family: "Open Sans Bold", "Arial"; }

.btn-primary {
  background-color: #1d76ba;
  color: #ffffff;
  font-family: "Open Sans Bold", "Arial";
  margin-top: 10px;
  margin-bottom: 10px; }

.font-loaded .btn-primary {
  font-family: "Open Sans Bold", "Arial"; }

.btn-bold, .font-loaded .btn-bold {
  font-family: "Open Sans Bold", "Arial"; }

.btn-secondary {
  background-color: #001f60;
  color: #ffffff;
  font-family: "Open Sans Bold", "Arial";
  margin-top: 10px;
  margin-bottom: 10px; }

.font-loaded .btn-secondary {
  font-family: "Open Sans Bold", "Arial"; }

.bg-primary {
  background-color: #1d76ba !important; }

.bg-secondary {
  background-color: #001f60 !important; }

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

.bg-lightgrey {
  background-color: #F2F2F2 !important; }

.bg-grey {
  background-color: #E8E8E8 !important; }

.bg-ylw {
  background-color: #FFC600 !important; }

hr.hr-white {
  height: 2px;
  color: #FFFFFF;
  background-color: #FFFFFF;
  width: 95%; }

hr.hr-grey {
  height: 6px;
  color: #E7E7E7;
  background-color: #E7E7E7;
  width: 100%;
  border: none; }

hr.hr-grey-thin {
  height: 2px;
  color: #f2f2f2;
  background-color: #f2f2f2;
  width: 100%;
  border: none; }

hr.hr-grey-soft {
  height: 1px;
  color: transparent;
  background-color: transparent;
  width: 100%;
  border: none;
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.2); }

.text-large {
  font-size: 54px;
  font-weight: 600;
  font-family: "Open Sans Bold", "Arial";
  line-height: 1.0;
  letter-spacing: 0px;
  word-spacing: 0px; }

.font-loaded .text-large {
  font-family: "Open Sans Bold", "Arial";
  letter-spacing: 0px;
  word-spacing: 0px; }

.btn-white {
  background-color: #ffffff;
  color: #001f60;
  font-family: "Open Sans Bold", "Arial";
  margin-top: 10px;
  margin-bottom: 10px; }

.btn-blue {
  background-color: #d9e8fc !important;
  color: #007bff !important;
  transition: all 300ms; }

.btn-blue:hover {
  background-color: #1ab04f !important;
  color: #FFFFFF !important; }

.btn-datasheet {
  background-color: #AE282D;
  color: #FFFFFF;
  font-family: "Open Sans Bold", "Arial";
  margin-top: 10px;
  margin-bottom: 10px; }

.btn-basket {
  background-color: #39b14a;
  color: #FFFFFF;
  font-family: "Open Sans Bold", "Arial";
  margin-top: 10px;
  margin-bottom: 10px; }

#content p {
  color: #001f60; }

p {
  font-size: 16px;
  font-family: "Open Sans", "Arial";
  line-height: 1.42;
  letter-spacing: 0.25px;
  word-spacing: 1px; }

.font-loaded p {
  font-family: "Open Sans", "Arial";
  line-height: 1.4;
  letter-spacing: 0px;
  word-spacing: 0px; }

li {
  font-size: 16px;
  font-family: "Open Sans", "Arial";
  line-height: 1.4;
  letter-spacing: 1px; }

.font-loaded li {
  font-family: "Open Sans", "Arial";
  line-height: 1.4;
  letter-spacing: 0.6px; }

span {
  font-family: "Open Sans", "Arial";
  letter-spacing: 0px;
  word-spacing: 0.55px;
  line-height: 1.4; }

.font-loaded span {
  font-family: "Open Sans", "Arial"; }

h1 {
  font-size: 28px;
  color: #1d76ba;
  font-weight: 600;
  font-family: "Open Sans Bold", "Arial";
  line-height: 1;
  letter-spacing: 0px;
  word-spacing: 0px; }

.font-loaded h1 {
  font-family: "Open Sans Bold", "Arial";
  line-height: 1;
  letter-spacing: 0px;
  word-spacing: 0px; }

.h1-open-sans-bold {
  font-size: 28px;
  font-weight: 600;
  font-family: "Open Sans Bold","Arial Black";
  line-height: 1;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin: auto; }

.font-loaded .h1-open-sans-bold {
  font-family: "Open Sans Bold","Arial Black";
  line-height: 1;
  letter-spacing: 0px;
  word-spacing: 0px; }

h2 {
  font-size: 24px;
  color: #001f60;
  font-weight: 600;
  font-family: "Open Sans Bold", "Arial";
  line-height: 1;
  letter-spacing: 0px;
  word-spacing: 0px; }

.font-loaded h2 {
  font-family: "Open Sans Bold", "Arial";
  line-height: 1;
  letter-spacing: 0px;
  word-spacing: 0px; }

.h2-open-sans-bold {
  font-size: 24px;
  color: #001f60;
  font-weight: 600;
  font-family: "Open Sans Bold","Arial Black";
  line-height: 1.0;
  letter-spacing: 0px;
  word-spacing: 0px;
  margin: auto; }

.font-loaded .h2-open-sans-bold {
  font-family: "Open Sans Bold","Arial Black";
  letter-spacing: 1px; }

h3 {
  font-size: 20px;
  color: #001f60;
  font-weight: 600;
  font-family: "Open Sans Bold", "Arial" !important; }

.font-loaded h3 {
  font-weight: 800;
  font-family: "Open Sans Bold", "Arial" !important; }

a {
  color: #001f60;
  text-decoration: none;
  font-weight: 800; }

.home-box {
  background-color: #001f60;
  height: 350px;
  padding: 25px;
  align-content: center;
  display: flex;
  flex-wrap: wrap; }

.rivyoo-sub-box {
  background-color: #001f60;
  height: 400px;
  padding: 25px;
  align-content: center;
  display: flex;
  flex-wrap: wrap; }

.btn-ylw {
  background-color: #FFC600;
  color: #001f60;
  font-family: "Open Sans Bold", "Arial";
  margin-top: 10px;
  margin-bottom: 10px; }

.btn-ylw:hover .btn-ylw-1 {
  background-color: #C35155;
  text-decoration: none; }

.btn-ylw-span {
  color: #001F60;
  font-size: 20px;
  font-weight: 700;
  font-family: Open Sans, sans-serif; }

.font-loaded .btn-ylw-span {
  font-family: Open Sans;
  font-size: 20px; }

.row-cont {
  margin: auto;
  justify-content: center;
  align-content: center;
  display: flex;
  padding: 30px 20px; }

.row-padding {
  padding: 30px 45px; }

.row-padding-narrow {
  padding: 15px 20px; }

.row-350 {
  min-height: 315px; }

.border-primary {
  border: solid 2px #1d76ba; }

.background-shape {
  height: 200px;
  width: 200px;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  background-color: Blue;
  overflow: visible; }

.section-component-img-cont {
  min-height: 315px;
  text-align: center; }

.section-component-img-cont-square {
  min-height: 315px;
  text-align: center; }

.section-component-img-cont-sm {
  min-height: 125px;
  text-align: center; }

.halign-center {
  text-align: center !important;
  justify-content: center; }

.valign-center {
  align-content: center;
  display: flex;
  flex-wrap: wrap; }

.valign-start {
  align-content: start;
  display: flex;
  flex-wrap: wrap; }

.valign-bottom {
  align-content: end;
  display: flex;
  flex-wrap: wrap; }

.center-elems {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }

.flex-flow-column {
  flex-flow: column; }

.flex-flow-row {
  flex-flow: row; }

.logo-inline {
  min-height: 35px;
  display: inline; }

.w350h300-cont {
  min-height: 300px; }

.w400h218-cont {
  min-height: 223px; }

.w300h83-cont {
  min-height: 88px; }

.w310h245-cont {
  min-height: 250px; }

.margin-top-none {
  margin-top: 0px !important; }

.margin-bottom-none {
  margin-bottom: 0px !important; }

.margin-right-none {
  margin-right: 0px !important; }

.margin-left-none {
  margin-left: 0px !important; }

.text-small {
  font-size: 12px !important; }

.close {
  float: right;
  border: 0px;
  background: transparent;
  color: #C9302B;
  padding: 0px;
  top: -3px;
  position: relative; }

.close i {
  font-size: 1.5em;
  border-radius: 50%;
  transition: all 300ms; }

.close:hover i {
  color: white;
  background-color: #C9302B; }

.flex {
  display: flex; }

.justify-center {
  display: flex;
  justify-content: center; }

.font-zero {
  font-size: 0; }

.side-padding {
  padding: 0 50px; }

.delivery-opt-cont:hover {
  background-color: #1d76ba; }

.delivery-opt-cont.selected {
  border: solid 2px #1d76ba; }

.contact-hover i {
  color: #1d76ba; }

.contact-hover:hover {
  font-weight: bold;
  color: #001f60;
  cursor: pointer; }

.contact-hover:hover i {
  color: #001f60; }

.brochure-block-main-cont {
  text-align: left;
  margin: auto; }

.brochure-block-heading {
  font-size: 52px;
  margin: 10px 0px;
  padding: 10px 0px; }

.brochure-block-text {
  font-size: 32px;
  margin: auto;
  font-weight: 600;
  padding: 0px 5px; }

.brochure-block-icon {
  font-size: 56px;
  margin: auto; }

.brochure-block-icon:before {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.brochure-block-text-cont {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.brochure-block-icon-cont {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.brochure-block-img-cont {
  min-height: 405px; }

.div-break {
  height: 15px; }

.btn-checkout {
  background-color: #001f60;
  color: #FFFFFF;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  font-size: 20px; }

.btn-checkout:hover {
  background-color: #1ab04f;
  color: #FFFFFF; }

#iso-cert-num {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: normal;
  position: relative;
  top: -10px; }

.iso-img-cont {
  display: flex;
  flex-direction: column;
  align-items: center; }

.popup-bg-left {
  padding: 0;
  background-color: #fec900; }

.popup-bg-right {
  background-color: #fec900; }

@media screen and (max-width: 1200px) {
  .w310h245-cont {
    min-height: 212px; }

  .brochure-block-heading {
    font-size: 48px; } }
@media screen and (max-width: 991px) {
  h1 {
    font-size: 26px;
    padding-left: 10px;
    padding-right: 10px; }

  .font-loaded h1 {
    font-size: 26px; }

  .text-h1 {
    font-size: 26px; }

  .font-loaded .text-h1 {
    font-size: 26px; }

  .text-h2 {
    font-size: 20px; }

  .row-padding {
    padding: 15px 10px; }

  .row-padding-narrow {
    padding: 10px 10px; }

  .section-component-img-cont {
    min-height: 288px; }

  .section-component-img-cont-square {
    min-height: 288px; }

  .text-large {
    font-size: 42px; }

  .brochure-block-text {
    font-size: 28px; }

  .brochure-block-main-cont {
    text-align: center;
    justify-content: center; } }
@media screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
    padding-left: 0px;
    padding-right: 0px; }

  .font-loaded h1 {
    font-size: 22px; }

  .text-h1 {
    font-size: 22px;
    width: auto; }

  .font-loaded .text-h1 {
    font-size: 22px; }

  h2 {
    font-size: 20px; }

  .font-loaded h2 {
    font-size: 20px; }

  .btn-ylw {
    width: 260px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px; }

  .btn-ylw-span {
    font-size: 16px !important; }

  .font-loaded .btn-ylw-span {
    font-size: 16px !important; }

  .text-large {
    font-size: 34px; }

  .row-cont {
    margin: auto;
    justify-content: center;
    align-content: center;
    display: flex;
    padding: 10px 10px; }

  .section-component-img-cont-large {
    min-height: 420px; }

  .section-component-img-cont {
    min-height: 312px; }

  .section-component-img-cont-square {
    min-height: 312px; }

  .mob-center {
    text-align: center !important;
    justify-content: center;
    margin: auto; }

  .mob-right {
    text-align: right;
    justify-content: right;
    margin: auto; }

  .mob-dpm {
    margin: 0 !important;
    padding: 0 !important; }

  .btn {
    font-size: 14px; }

  .home-box {
    justify-content: center; }

  .rivyoo-sub-box {
    justify-content: center;
    height: 450px; }

  .btn-basket {
    width: 100%; }

  .brochure-block-heading {
    font-size: 38px !important; }

  .brochure-block-icon {
    font-size: 32px; }

  .brochure-block-text {
    font-size: 22px;
    padding: 10px;
    text-align: center; }

  .btn-checkout {
    font-size: 18px; } }
@media screen and (max-width: 767px) {
  .flexa {
    display: flex;
    flex-flow: column; }

  .flexa_txt {
    order: 0; }

  .flexa_img {
    order: 1; } }
@media screen and (max-width: 580px) {
  .section-component-img-cont {
    min-height: 224px; }

  .row-padding {
    padding: 30px 20px; }

  .row-padding-narrow {
    padding: 20px 10px; }

  .brochure-block-heading {
    font-size: 32px !important; }

  .brochure-block-img-cont {
    margin-top: 30px;
    min-height: 295px; } }
.bold {
  font-family: "Open Sans Bold","Arial"; }

.extrabold, .extrabold span {
  font-family: "Open Sans ExtraBold","Arial"; }

div.contentManagedWidth {
  margin: 0 auto;
  padding: 0 3px; }

@media all and (min-width: 1001px) {
  div.contentManagedWidth {
    width: 994px;
    margin: 0 auto; } }
@media all and (min-width: 1501px) {
  div.contentManagedWidth {
    width: 1494px;
    margin: 0 auto; } }
@media all and (min-width: 2001px) {
  div.contentManagedWidth {
    width: 1994px;
    margin: 0 auto; } }
@media all and (min-width: 2501px) {
  div.contentManagedWidth {
    width: 2494px;
    margin: 0 auto; } }
@media all and (min-width: 3001px) {
  div.contentManagedWidth {
    width: 2994px;
    margin: 0 auto; } }
@media all and (min-width: 3501px) {
  div.contentManagedWidth {
    width: 3494px;
    margin: 0 auto; } }
.discountContainer {
  display: none;
  bottom: 150px;
  position: fixed;
  z-index: 999;
  right: 60px;
  cursor: pointer; }

.discountContainer i.icon-cancel-circled:before {
  margin-right: -0.5em; }

@media screen and (max-width: 991px) {
  .discountContainer {
    bottom: 155px;
    width: 90px;
    border-radius: 50px;
    right: 30px; } }
@media screen and (max-width: 768px) {
  .discountContainer {
    bottom: 100px;
    right: 30px; } }
.section-component .section-component-container {
  padding: 40px 20px; }

@media screen and (max-width: 768px) {
  .section-component .section-component-container {
    padding: 20px 10px; } }
.tablo {
  margin-top: 20px;
  font-size: 0;
  font-weight: bold; }

ul.tablo {
  list-style: none;
  border-top: solid 8px #F2F2F2;
  padding: 0px;
  margin-bottom: 0px; }

ul.tablo:after {
  background-color: #1d76ba; }

ul.tablo li {
  display: inline-block;
  background-color: #f2f2f2;
  color: #FFFFFF;
  font-size: 18px;
  padding: 15px 40px;
  cursor: pointer;
  transition: background-color 0.3s; }

ul.tablo li:nth-child(1) {
  background-color: #808080;
  z-index: 9; }

ul.tablo li:nth-child(2) {
  background-color: #999999;
  z-index: 8; }

ul.tablo li:nth-child(3) {
  background-color: #b3b3b3;
  z-index: 7; }

ul.tablo li:nth-child(4) {
  background-color: #cccccc;
  z-index: 6; }

ul.tablo li:nth-child(5) {
  background-color: #e6e6e6;
  z-index: 5; }

/*
 ul.tablo li:nth-child(6) {
	z-index: 4;
}
ul.tablo li:nth-child(6) {
	z-index: 3;
}
 ul.tablo li:nth-child(7) {
	z-index: 2;
}
 ul.tablo li:nth-child(8) {
	z-index: 1;
}*/
ul.tablo li.active {
  background-color: #1d76ba;
  color: #FFF; }

ul.tablo li:hover {
  background-color: #001f60;
  color: #FFF; }

@media only screen and (max-width: 980px) {
  ul.tablo li {
    width: 100%;
    border-top-right-radius: 0px; } }
.qufv {
  padding: 10px 0px;
  text-align: left;
  color: #fff !important;
  background-color: #c9302c !important;
  border-color: #761c19 !important;
  font-size: 30px; }

.qufv a {
  color: #FFFFFF;
  font-weight: bold;
  display: inline-block; }

.qufv h2 small {
  display: block;
  font-size: 10px;
  color: #FFFFFF; }

.banner-fixed {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 0; }

.bg-yellow {
  background-color: #ffc729;
  color: #001f60; }

header .bg-yellow, header .bg-primary {
  padding: 7px 0px;
  margin-bottom: 2px; }

.bg-yellow span, .bg-yellow a {
  color: #001f60;
  font-weight: bold; }

.bg-yellow .top-buttons i {
  color: #001f60;
  font-size: 20px;
  background-color: transparent; }

.bg-yellow .top-buttons span {
  font-size: 20px; }

.banner-fixed.bg-primary span, .banner-fixed.bg-primary a {
  font-weight: bold;
  font-size: 20px; }

header .bg-primary i {
  background-color: transparent; }

@media only screen and (max-width: 991px) {
  .qufv {
    font-size: 20px; } }
@media only screen and (max-width: 768px) {
  .qufv {
    font-size: 16px; } }
#landingbanner {
  background: #dfd5cc;
  color: #232f3e;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  position: fixed;
  bottom: 0%;
  width: 100%;
  opacity: 0.95;
  z-index: 11; }

.cookiepolicy {
  background: #444444;
  color: #FFFFFF;
  padding: 15px 0px; }

@font-face {
  font-family: "Open Sans ExtraBold";
  font-display: swap;
  src: url(/public/fonts/OpenSans-ExtraBold.ttf); }
@font-face {
  font-family: "Open Sans Bold";
  font-display: swap;
  src: url(/public/fonts/OpenSans-Bold.woff2); }
@font-face {
  font-family: "Open Sans";
  font-display: swap;
  src: url(/public/fonts/open-sans-regular.woff2); }
@font-face {
  font-family: "Good Times Light";
  font-display: swap;
  src: url(/public/fonts/good_times_lt-webfont.woff2); }
@font-face {
  font-family: "Good Times Regular";
  font-display: swap;
  src: url(/public/fonts/good_times_rg-webfont.woff2); }
@font-face {
  font-family: "Poppins Regular";
  font-display: swap;
  src: url(/public/fonts/Poppins-Regular.ttf); }
@font-face {
  font-family: "Poppins Bold";
  font-display: swap;
  src: url(/public/fonts/Poppins-Bold.ttf); }
@font-face {
  font-family: "Horizon";
  font-display: swap;
  src: url(/public/fonts/horizon/horizon.otf); }
@font-face {
  font-family: "AvenirLTPro-Light";
  font-display: swap;
  src: url(/public/fonts/avenir/AvenirLTPro_LIght.otf); }
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello/fontello.eot?3037269");
  src: url("../fonts/fontello/fontello.eot?3037269#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?3037269") format("woff2"), url("../fonts/fontello/fontello.woff?3037269") format("woff"), url("../fonts/fontello/fontello.ttf?3037269") format("truetype"), url("../fonts/fontello/fontello.svg?3037269#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello/fontello.svg?3037269#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-printer:before {
  content: '\0111'; }

/* 'đ' */
.icon-cancel:before {
  content: '\0112'; }

/* 'Ē' */
.icon-edit:before {
  content: '\a800'; }

/* 'ꠀ' */
.icon-star:before {
  content: '\c800'; }

/* '저' */
.icon-up-open-mini:before {
  content: '\e800'; }

/* '' */
.icon-cancel-circled:before {
  content: '\e801'; }

/* '' */
.icon-tick-01-01:before {
  content: '\e802'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e803'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e804'; }

/* '' */
.icon-headseticon-01:before {
  content: '\e805'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e806'; }

/* '' */
.icon-search:before {
  content: '\e807'; }

/* '' */
.icon-down-open-big:before {
  content: '\e808'; }

/* '' */
.icon-left-open-big:before {
  content: '\e809'; }

/* '' */
.icon-right-open-big:before {
  content: '\e80a'; }

/* '' */
.icon-up-open-big:before {
  content: '\e80b'; }

/* '' */
.icon-account:before {
  content: '\e80c'; }

/* '' */
.icon-emailicon-01:before {
  content: '\e80d'; }

/* '' */
.icon-payoptions:before {
  content: '\e80e'; }

/* '' */
.icon-share:before {
  content: '\e80f'; }

/* '' */
.icon-calendar:before {
  content: '\e810'; }

/* '' */
.icon-car:before {
  content: '\e811'; }

/* '' */
.icon-basket:before {
  content: '\e812'; }

/* '' */
.icon-help-circled:before {
  content: '\e813'; }

/* '' */
.icon-ok-circled:before {
  content: '\e814'; }

/* '' */
.icon-plus:before {
  content: '\e815'; }

/* '' */
.icon-minus:before {
  content: '\e816'; }

/* '' */
.icon-picture:before {
  content: '\e817'; }

/* '' */
.icon-email:before {
  content: '\e818'; }

/* '' */
.icon-train:before {
  content: '\e819'; }

/* '' */
.icon-plane:before {
  content: '\e81a'; }

/* '' */
.icon-talktous:before {
  content: '\e81b'; }

/* '' */
.icon-mobile:before {
  content: '\e81c'; }

/* '' */
.icon-downloadicon-01-01:before {
  content: '\e81d'; }

/* '' */
.icon-search-1:before {
  content: '\e81e'; }

/* '' */
.icon-truck:before {
  content: '\e81f'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e820'; }

/* '' */
.icon-right-big:before {
  content: '\e821'; }

/* '' */
.icon-clock:before {
  content: '\e822'; }

/* '' */
.icon-power:before {
  content: '\e823'; }

/* '' */
.icon-blog:before {
  content: '\e824'; }

/* '' */
.icon-sectors:before {
  content: '\e825'; }

/* '' */
.icon-advice:before {
  content: '\e826'; }

/* '' */
.icon-alert:before {
  content: '\e827'; }

/* '' */
.icon-ok-open-circle:before {
  content: '\e828'; }

/* '' */
.icon-heart-empty:before {
  content: '\e829'; }

/* '' */
.icon-spin5:before {
  content: '\e838'; }

/* '' */
.icon-facebook-messenger:before {
  content: '\e86d'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-chat-empty:before {
  content: '\f0e6'; }

/* '' */
.icon-mobile-2:before {
  content: '\f10b'; }

/* '' */
.icon-star-half-alt:before {
  content: '\f123'; }

/* '' */
.icon-pricematch:before {
  content: '\f154'; }

/* '' */
.icon-youtube:before {
  content: '\f167'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-trash:before {
  content: '\f1f8'; }

/* '' */
.icon-pinterest:before {
  content: '\f231'; }

/* '' */
.icon-whatsapp:before {
  content: '\f232'; }

/* '' */
.icon-shopping-basket:before {
  content: '\f291'; }

/* '' */
.icon-handshake-o:before {
  content: '\f2b5'; }

/* '' */
.icon-user-o:before {
  content: '\f2c0'; }

/* '' */
.icon-comment:before {
  content: '\f4ac'; }

/* '' */
.icon-tick-01:before {
  content: '\f802'; }

/* '' */
.icon-lock:before {
  content: '\f803'; }

/* '' */
.icon-phone:before {
  content: '󨀤'; }

/* '\e8024' */
.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

@keyframes fa-pulse {
  0% {
    transform: rotate(0deg); }
  12.5% {
    transform: rotate(45deg); }
  25% {
    transform: rotate(90deg); }
  37.5% {
    transform: rotate(135deg); }
  50% {
    transform: rotate(180deg); }
  62.5% {
    transform: rotate(225deg); }
  75% {
    transform: rotate(270deg); }
  87.5% {
    transform: rotate(315deg); }
  100% {
    transform: rotate(360deg); } }
.fa-pulse {
  animation: fa-pulse 1s infinite steps(8); }

.text-green {
  color: #00b737; }

.text-red {
  color: #f15a24; }

.prod-thumb-title-cont {
  padding-top: 20px;
  margin-bottom: -20px; }

.prod-thumb-title {
  font-size: 24px;
  color: #001F60;
  font-weight: 600;
  font-family: "Good Times Regular","Arial Black";
  line-height: 1.0;
  letter-spacing: 2px;
  word-spacing: 0px;
  margin: auto; }

.font-loaded .prod-thumb-title {
  font-family: "Good Times Regular","Arial Black";
  line-height: 1.0;
  letter-spacing: 2px;
  word-spacing: 0px; }

.prod-showcase-h2 {
  color: #fff;
  background-color: #1B76B9;
  width: 400px;
  text-align: center;
  margin: auto; }

.prod-showcase-title-cont {
  min-height: 62px;
  padding-left: 20px;
  padding-top: 20px; }

.prod-showcase-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans ExtraBold","Tahoma";
  color: #001F60; }

.font-loaded .prod-showcase-title {
  font-family: "Open Sans ExtraBold","Tahoma";
  font-weight: 600; }

.prod-showcase-star-rating {
  border: 2px solid #F2F2F2;
  border-radius: 25px;
  min-height: 50px;
  width: 310px;
  display: flex;
  justify-content: center;
  align-items: center; }

.prod-showcase-star-rating span {
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans ExtraBold","Tahoma";
  color: #001F60; }

.font-loaded .prod-showcase-star-rating span {
  font-family: "Open Sans ExtraBold","Tahoma"; }

.prod-showcase-star-rating .icon-star {
  color: #FDC42D;
  padding: 0px;
  font-size: 22px; }

.prod-showcase-desc-cont {
  padding: 20px; }

.prod-thumb-img-cont {
  min-height: 205px;
  width: 200px;
  text-align: center;
  margin: auto; }

.prod-showcase-img-cont {
  min-height: 375px; }

.prod-showcase-h1 {
  min-height: 126px; }

@media screen and (max-width: 1200px) {
  .prod-showcase-img-cont {
    min-height: calc(100vw * 0.29); } }
@media screen and (max-width: 991px) {
  .prod-showcase-img-cont {
    min-height: calc(100vw * 0.34); }

  .prod-thumb-img-cont {
    min-height: 155px;
    width: 155px; }

  .prod-thumb-title-cont {
    padding-top: 20px;
    margin-bottom: -10px; } }
@media screen and (max-width: 900px) {
  .prod-showcase-img-cont {
    min-height: calc(100vw * 0.415); } }
@media screen and (max-width: 800px) {
  .prod-showcase-img-cont {
    min-height: calc(100vw * 0.31); } }
@media screen and (max-width: 768px) {
  .prod-showcase-img-cont {
    min-height: calc(100vw * 0.54); }

  .prod-showcase-title-cont {
    min-height: 62px;
    padding: 10px;
    text-align: center; }

  .prod-showcase-star-rating {
    text-align: center;
    margin: auto; }

  .prod-showcase-desc-cont {
    padding: 10px;
    text-align: center;
    width: 95%; } }
@media screen and (max-width: 600px) {
  .prod-showcase-title {
    font-size: 18px; }

  .prod-showcase-img-cont {
    min-height: calc(100vw * 0.63); } }
@media screen and (max-width: 500px) {
  .prod-showcase-h2 {
    width: auto;
    font-size: 22px; } }
@media screen and (max-width: 450px) {
  .prod-showcase-star-rating {
    width: 280px;
    padding-left: 5px;
    padding-right: 5px; }

  .prod-showcase-star-rating .icon-star {
    width: 1em; }

  .prod-showcase-img-cont {
    min-height: calc(100vw * 0.86); } }
@media screen and (max-width: 380px) {
  .prod-thumb-title {
    font-size: 20px; }

  .prod-showcase-h1 {
    min-height: 135px; }

  .prod-showcase-img-cont {
    min-height: calc(100vw * 0.878); } }
.project-slider {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%; }

.project-slider .slider {
  overflow: hidden; }

.project-slider .slides {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-stop: always;
  scroll-snap-type: x proximity; }

.project-slider .slides::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

.project-slider .slides::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px; }

.project-slider .slides::-webkit-scrollbar-track {
  background: transparent; }

.project-slider .slides > div {
  scroll-snap-align: start;
  flex-shrink: 0;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 0.5s;
  position: relative;
  scroll-snap-stop: always;
  width: 100%; }

.ps-no-scroll .slides {
  overflow-x: hidden; }

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background-color: white;
  opacity: 0.6;
  border-radius: 50%;
  justify-content: center;
  align-content: center;
  z-index: 1; }

.slick-prev {
  left: 0px; }

.slick-next {
  right: 0px; }

.slick-arrow {
  font-size: 40px;
  justify-content: center;
  align-content: center;
  display: flex; }

.icon-left-open-mini {
  justify-content: center;
  align-content: center;
  display: flex; }

.icon-right-open-mini {
  justify-content: center;
  align-content: center;
  display: flex; }

.project-slider > * {
  flex: 1; }

.project-slider > * {
  min-width: 0; }

@media only screen and (max-width: 768px) {
  .slick-arrow {
    font-size: 28px; }

  .slick-prev, .slick-next {
    width: 30px;
    height: 30px; } }
/*
@supports (scroll-snap-type) {
  .project-slider .slider > a {
    display: none;
  }
}
*/
/* Product Quick Actions */
.vertical_i_button button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vertical_i_button span {
  font-size: 16px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 10px; }

.vertical_i_button i {
  font-size: 36px;
  display: inline-block;
  border-radius: 50%;
  color: #FFF;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  vertical-align: middle;
  transition: all 300ms;
  min-height: 50px; }

.quick-actions-cont {
  column-gap: 20px; }

.icon-share {
  background-color: #1d76ba; }

i.icon-talktous {
  font-size: 30px;
  padding: 4px 4px 5px 5px;
  background-color: #39b14a; }

.icon-payoptions {
  background-color: #001f60; }

.icon-pricematch {
  background-color: #fec900; }

.vertical_i_button:hover i {
  background-color: #FFF;
  color: #000; }

.vertical_i_button:hover span {
  font-weight: bold; }

.help-icon {
  display: inline-block;
  color: #1d76ba;
  cursor: pointer;
  font-size: 24px; }

.help-icon:hover {
  color: #001f60; }

/* Shared pill-style radios for product builders */
.radio {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

.radio-pill {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 6px 18px;
  min-width: 70px;
  border: 2px solid #bfbfbf;
  border-radius: 4px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
  background-color: #f7f7f7;
  color: #4a4a4a; }

.radio-pill:hover {
  border-color: #999999; }

.radio:focus-visible + .radio-pill {
  outline: 2px solid #001f60;
  outline-offset: 2px; }

.radio:checked + .radio-pill {
  border-color: #001f60;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 0 1px #001f60; }

/* Layout stability helpers */
.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.size-options .option {
  flex: 0 0 auto; }

.size-select-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px; }

.size-options .option.is-hidden {
  visibility: hidden;
  position: absolute;
  pointer-events: none; }

/* Shared select styling */
select.form-control {
  border: 2px solid lightgray;
  border-radius: 4px;
  padding: 6px 36px 6px 12px;
  height: auto;
  font-weight: 600;
  color: #001f60;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23000000' d='M1 0l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: right 12px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease; }

select.form-control:focus {
  border-color: #001f60;
  box-shadow: 0 0 0 1px #001f60;
  outline: none; }

/* Small utility tweaks shared across builders */
.my-spacer {
  margin: 8px 0; }

select.select-thin {
  padding-top: 2px;
  padding-bottom: 2px; }

.form-group.extra-inline {
  display: flex;
  align-items: center;
  gap: 12px; }

.form-group.extra-inline label {
  margin-bottom: 0;
  min-width: 160px; }

.form-group.extra-inline .help-icon {
  margin-left: 0; }

.form-group.extra-inline select.form-control {
  flex: 1;
  min-width: 180px;
  margin: 0; }

.breakdown-cont {
  border: 2px solid #bfbfbf;
  border-radius: 4px;
  padding: 10px; }

@media (max-width: 600px) {
  .form-group.extra-inline {
    align-items: flex-start; }

  .form-group.extra-inline label {
    min-width: auto; }

  .form-group.extra-inline select.form-control {
    width: 100%; } }
.product-details-tab {
  padding: 15px 40px !important; }

.product-price {
  font-weight: 800;
  font-family: "Open Sans Bold","Arial"; }

.font-loaded .product-price {
  font-family: "Open Sans Bold","Arial"; }

.caution-primary {
  background-color: #1d76ba;
  color: #ffffff;
  width: 100%;
  padding: 10px 20px;
  margin: 0px; }

.caution-success {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans Bold", "Arial";
  line-height: 1;
  letter-spacing: 0px;
  word-spacing: 0px;
  background-color: #00b90d;
  color: #ffffff;
  padding: 10px 20px;
  margin: 0px; }

.caution-default {
  font-size: 18px;
  font-weight: 600;
  font-family: "Open Sans Bold", "Arial";
  line-height: 1;
  letter-spacing: 0px;
  word-spacing: 0px;
  background-color: #f0f0f0;
  color: #001f60;
  padding: 10px 20px;
  margin: 0px; }

.qtybtns {
  margin-bottom: 20px;
  font-size: 0; }

.qtybtns input {
  width: 100px;
  height: 35px;
  vertical-align: top;
  border: solid 2px #abaeaf;
  font-size: 16px;
  text-align: center; }

.qtybtns .qty-btn {
  font-size: 16px;
  height: 35px;
  background-color: #abaeaf;
  color: #FFFFFF;
  border: 0; }

.qtybtns .qty-btn:nth-child(1) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.qtybtns .qty-btn:nth-child(3) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.qty-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap; }

.qty-label {
  margin-bottom: 0; }

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 2px solid #d7d7d7;
  border-radius: 999px;
  padding: 4px 10px;
  background-color: #fff;
  gap: 8px; }

.qty-control .qty-btn {
  border: none;
  background: none;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 1;
  text-align: center; }

.qty-control .qty-btn:focus {
  outline: 2px solid #001f60;
  outline-offset: 2px; }

.qty-control .num-items-input {
  width: 40px;
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  background: transparent;
  padding: 0;
  -moz-appearance: textfield; }

.qty-control .num-items-input:focus {
  outline: none; }

.qty-control .num-items-input::-webkit-outer-spin-button,
.qty-control .num-items-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.builder-action-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px; }

.builder-wishlist-icon {
  font-size: 24px;
  color: #001f60;
  cursor: pointer;
  transition: color 0.2s ease; }

.builder-wishlist-icon:hover,
.builder-wishlist-icon:focus {
  color: #001747; }

.builder-action-btn {
  min-width: 200px; }

.anchorage-list {
  list-style: none;
  padding: 0;
  margin: 8px 0;
  display: grid;
  gap: 6px; }

.anchorage-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #d7d7d7;
  border-radius: 6px;
  padding: 10px 12px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }

.anchorage-item:hover {
  border-color: #001f60;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); }

.anchorage-item.selected {
  border-color: #001f60;
  background-color: #f7faff;
  box-shadow: 0 0 0 1px #001f60 inset; }

.anchorage-item .status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #001f60; }

.anchorage-item .status.add {
  color: #d11f1f; }

.anchorage-note {
  font-size: 12px;
  color: #001f60;
  margin-top: 4px; }

.price-box {
  border-radius: 5px;
  background-color: #E7E7E7;
  width: 100%;
  display: inline-block;
  min-height: 54px;
  padding: 15px 10px;
  color: #001f60; }

.color-select-wrapper {
  margin-top: 7px;
  margin-bottom: 20px; }

.color-select-wrapper label {
  min-width: 95px; }

.color-select-wrapper select {
  max-width: 300px;
  display: inline-block;
  margin-left: 20px; }

.disPrice {
  color: red;
  font-size: 18px; }

@media only screen and (max-width: 768px) {
  .product-details-tab {
    padding: 5px 20px !important; } }
.red {
  color: red; }

.sale-box {
  background-color: red;
  color: white;
  padding: 5px 10px; }

.sale-box-price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5vw; }

body:not(.overlay_gal) #galclick .sale-box {
  position: absolute;
  top: 320px;
  right: 200px;
  width: auto;
  min-height: auto;
  padding: 5px 25px; }

.table-border-right {
  border-right: solid 4px white; }

.table-border-right .div-cell {
  padding-right: 20px; }

.sku {
  padding-top: 10px;
  display: inline-block; }

.unique-feature-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto; }

.unique-feature-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 60%; }

.unique-feature-title {
  font-size: 24px;
  color: #1b2c54;
  margin-bottom: 20px; }

.unique-feature-block {
  display: flex;
  align-items: center;
  background-color: #e0e6f8;
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.unique-feature-icon {
  color: #28a745;
  margin-right: 10px;
  font-size: 20px; }

.unique-feature-heading {
  font-size: 18px;
  font-weight: bold;
  color: #1b2c54;
  margin: 0; }

.unique-feature-text {
  font-size: 14px;
  color: #1b2c54;
  margin-left: 10px; }

.unique-feature-image-box {
  max-width: 300px;
  margin-left: -20px; }

.unique-feature-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 768px) {
  .unique-feature-wrapper {
    display: block; }

  .unique-feature-details {
    max-width: 100%; }

  .unique-feature-image-box {
    margin: 20px 0px 0px 0px; }

  .sale-box-price {
    font-size: 32px; } }
body.overlay_gal {
  overflow: hidden; }

body.overlay_gal:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5); }

body.overlay_gal .container-col {
  float: none;
  top: 0px;
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 0px;
  min-width: 100% !important;
  position: fixed;
  padding: 15px;
  z-index: 999; }

body.overlay_gal::after {
  background-color: white; }

.prod_gal_container {
  color: #ffffff;
  text-align: left; }

.prod_gal_container a {
  color: #0C3754; }

.prod_gal_img {
  background-color: #0C3754;
  color: #FFFFFF;
  border-radius: 4px;
  max-width: 100%;
  max-height: 100vh;
  width: 400px;
  height: 400px;
  overflow: hidden;
  position: relative;
  display: inline-block; }

body:not(.overlay_gal) .prod_gal_img {
  cursor: move; }

.prod_gal_selector {
  width: 62px;
  vertical-align: top;
  display: inline-block; }

.prod_gal_container .gal_img {
  border-radius: 4px;
  height: 62px;
  width: 62px;
  display: none;
  cursor: pointer;
  overflow: hidden;
  border: solid 1px #E7E7E7; }

.prod_gal_container .gal_img:hover {
  opacity: 0.8; }

.overlay_gal #videoCont {
  display: block; }

#videoCont .gal_img img {
  height: 100%;
  object-fit: cover; }

#galleryCont, #videoCont {
  display: inline-block; }

#galleryCont .gal_img:nth-child(-n+4) {
  display: inline-block; }

#videoCont .gal_img:nth-child(-n+1) {
  display: inline-block; }

.prod_gal_container .gal_video {
  display: none !important; }

body.overlay_gal .prod_gal_container .gal_video {
  display: inline-block !important; }

.prod_gal_buttons button {
  position: absolute;
  top: calc(50% - 24px);
  z-index: 1; }

.gal-btn {
  height: 50px !important;
  border-radius: 25px;
  width: 50px !important;
  background-color: rgba(29, 118, 186, 0.6); }

.gal-btn i {
  font-size: 36px; }

.prod_gal_buttons button:nth-child(1) {
  left: calc(0% + 5px); }

.prod_gal_buttons button:nth-child(2) {
  right: calc(0% + 5px); }

a.toggleExpand:hover span {
  text-decoration: underline; }

body.overlay_gal .prod_gal_container {
  max-width: 100%;
  background-color: white;
  padding: 20px;
  margin: 50px 0 200px;
  position: relative;
  top: -65px;
  text-align: center; }

body.overlay_gal .prod_gal_container .expand, .prod_gal_container .despand {
  display: none; }

.prod_gal_container .expand, body.overlay_gal .prod_gal_container .despand {
  display: inline-block;
  padding: 5px; }

body.overlay_gal .prod_gal_container .expand, .prod_gal_container .despand i.icon-cancel-circled {
  color: #C9302B;
  font-size: 20px; }

.zoom, .zoomlg {
  margin: auto; }

.prod_gal_selector .text-h2 {
  display: none !important; }

.gal_nomin {
  display: none !important; }

body.overlay_gal .gal_nomin {
  display: inline-block !important; }

#prod_gallery_main {
  color: black; }

body.overlay_gal .prod_gal_img {
  background-color: white;
  padding: 10px;
  display: inline-block; }

body.overlay_gal .prod_gal_container .zoom {
  display: none !important; }

body.overlay_gal .prod_gal_container .zoomlg {
  display: block !important;
  max-height: 85vh; }

body.overlay_gal .prod_gal_selector .gal_img {
  display: inline-block; }

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

@media only screen and (min-width: 980px) {
  body.overlay_gal .prod_gal_img {
    width: calc(100vw - 325px);
    height: calc(100vh - 65px); }

  body.overlay_gal .prod_gal_selector {
    width: 200px;
    float: right;
    height: 75vh;
    border-right: 1px solid grey;
    margin-right: 20px;
    overflow-y: auto; }

  body.overlay_gal .prod_gal_container iframe {
    height: 88vh !important; }

  body.overlay_gal .prod_gal_selector .text-h2 {
    display: block !important;
    padding: 10px 0; }

  body.overlay_gal .prod_gal_selector .text-h2:after {
    content: '';
    width: 162px;
    border-bottom: 1px solid black;
    display: block;
    height: 20px; } }
@media only screen and (max-width: 1200px) {
  .prod_gal_selector {
    display: block;
    width: auto;
    min-height: 67px; } }
@media only screen and (max-width: 980px) {
  body.overlay_gal .prod_gal_img, body.overlay_gal .prod_gal_container iframe {
    height: calc(100vh - 140px); }

  body.overlay_gal .prod_gal_container .gal_img {
    background-color: #FFFFFF; }

  body.overlay_gal .prod_gal_container .gal_img img {
    border-radius: 4px;
    margin: auto; }

  body.overlay_gal .prod_gal_container {
    top: -40px; }

  .prod_gal_img {
    width: 650px; }

  .prod_gal_container .gal_img {
    width: 50px;
    height: 50px; }

  .prod_gal_container .gal_img:nth-child(6), .prod_gal_container .gal_img:nth-child(7) {
    display: none; } }
@media only screen and (max-width: 768px) {
  .prod_gal_img {
    width: 580px; }

  body.overlay_gal .prod_gal_container {
    padding: 5px; } }
@media only screen and (max-width: 600px) {
  .prod_gal_img {
    width: 480px; }

  body.overlay_gal .prod_gal_img, body.overlay_gal .prod_gal_container iframe {
    height: calc(100vh - 310px); } }
@media only screen and (max-width: 480px) {
  .gal-btn {
    height: 40px !important;
    width: 40px !important; }

  .gal-btn i {
    font-size: 24px; }

  .prod_gal_img {
    width: 450px;
    height: 450px; } }
@media only screen and (max-width: 450px) {
  .prod_gal_img {
    width: 420px;
    height: 420px; } }
@media only screen and (max-width: 420px) {
  .prod_gal_img {
    width: 380px;
    height: 380px; }

  body.overlay_gal .prod_gal_img, body.overlay_gal .prod_gal_container iframe {
    height: calc(100vh - 380px); } }
@media only screen and (max-width: 380px) {
  .prod_gal_img {
    width: 320px;
    height: 320px; } }
#gallery_outer {
  position: relative;
  display: inline-block; }

#gallery_outer img.gita-logo {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 80px;
  height: auto;
  z-index: 10; }

.prod-dot-red {
  background-color: #AB0033; }

.prod-dot-purple {
  background-color: #722282; }

.prod-dot-pink {
  background-color: #DF1683; }

.prod-dot-yellow {
  background-color: #FFC629; }

.prod-dot-green {
  background-color: #006937; }

.prod-dot-orange {
  background-color: #FF671D; }

.prod-dot-blue {
  background-color: #005AAA; }

.prod-dot-white {
  background-color: #FFFFFF; }

.prod-dot-grey {
  background-color: #B5ADA5; }

.prod-dot-black {
  background-color: #101820; }

.prod-dot-taupe {
  background-color: #867874; }

.prod-dot-leaftree {
  background-repeat: no-repeat;
  background-size: cover; }

.prod-dot-oos {
  position: relative; }

.prod-dot-oos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, transparent 45%, white 45%, white 55%, transparent 55%); }

.prod-dot-white.prod-dot-oos::before {
  background: linear-gradient(to bottom right, transparent 45%, #B5ADA5 45%, #B5ADA5 55%, transparent 55%); }

.klarnaBox {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  margin: auto 10px auto auto; }

.klarnaBox:hover {
  border: 1px solid #ffb3c8; }

.klarnaBox img {
  vertical-align: middle; }

.klarnaBox i {
  vertical-align: top;
  color: #ffb3c8; }

.dividebuyBox {
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  margin: auto 10px auto auto; }

.dividebuyBox:hover {
  border: 1px solid #00b4dd; }

.dividebuyBox img {
  vertical-align: middle; }

.dividebuyBox i {
  vertical-align: top;
  color: #00b4dd; }

.db-payment-plans {
  max-width: 600px;
  margin: 20px auto;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px; }

.db-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }

.db-highlight {
  color: #00aaff;
  font-weight: bold; }

.db-info-icon {
  border: 1px solid #00aaff;
  border-radius: 50%;
  padding: 2px 5px;
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer; }

.db-eligibility {
  color: #00aaff;
  text-decoration: none;
  font-weight: bold; }

.db-eligibility:hover {
  text-decoration: underline; }

.db-table-container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0; }

.db-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  text-align: center; }

.db-table th, .db-table td {
  padding: 10px; }

.db-table th {
  background-color: #f9f9f9; }

.db-table tr:nth-child(even) {
  background-color: #f2f2f2; }

.db-representative-example {
  font-size: 12px;
  color: #555; }

.db-payment-plans .db-table tr.disabled {
  color: #95adcf; }

.db-payment-plans .db-table tr.disabled small {
  font-size: 13px; }

#applePay {
  width: 100%;
  height: 50px;
  display: none;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 5px;
  background-image: -webkit-named-image(apple-pay-logo-white);
  background-position: center;
  background-color: black;
  background-size: 75% 75%;
  background-repeat: no-repeat; }

.STARS_BAD {
  background-color: #E22027; }

.STARS_POOR {
  background-color: #F47324; }

.STARS_AVERAGE {
  background-color: #F8CC18; }

.STARS_GOOD {
  background-color: #73B143; }

.STARS_GREAT {
  background-color: #007F4E; }

.STARS_BG {
  background-color: #999; }

.STAR_BOX {
  color: #FFF;
  border-radius: 4px;
  padding: 4px 0 2px;
  text-align: center !important; }

.STAR_SM .STAR_BOX {
  font-size: 8px; }

.STAR_BOX i {
  font-size: 1.25em; }

img, iframe {
  max-width: 100% !important; }

.noshow {
  display: none; }

.hiddenUntilKO {
  display: none; }

/* Hidden utility classes */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
/* Visible utility classes - for block, inline and inline-block */
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; }

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

  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; }

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

  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; }

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

  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; }

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

  .visible-lg-inline-block {
    display: inline-block !important; } }
.carousel-container {
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden; }

.carousel {
  display: flex;
  width: max-content;
  transition: transform 0.3s ease-in-out;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.carousel img {
  width: 250px;
  height: 250px;
  object-fit: cover; }

.arrow-buttons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0 35px;
  /* Adjust this padding as needed */ }

.prev-button,
.next-button {
  background: none;
  color: white;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 54px; }

.prev-button {
  order: 1; }

.next-button {
  order: 2; }

@media screen and (max-width: 768px) {
  .arrow-buttons {
    padding: 0 15px; } }
.callbackBubbleAnim {
  animation-name: bubbleflash;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  color: #2676b6; }

.callbackBubble {
  bottom: 35px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #2676b6;
  border: 1px solid #1d76ba;
  position: fixed;
  z-index: 999;
  right: 70px;
  cursor: pointer; }

body:not(.overlay):not(.modal-open) #callbackBubbleQuote.cbshow {
  opacity: 1; }

#callbackBubbleQuote {
  opacity: 0;
  transition: opacity 500ms; }

.l-quote {
  position: absolute;
  right: 75px;
  bottom: 45px;
  min-width: 210px;
  padding: 4px 8px 2px;
  margin: 20px auto;
  color: #000;
  background: #fff;
  font-family: Arial !important;
  box-shadow: 1px 1px #444, -3px -3px 22px #444; }

.trbtn {
  position: absolute;
  right: -16px;
  top: -12px;
  background: transparent;
  border: 0px;
  color: #C9302B;
  font-size: 125%; }

.l-quote p {
  margin: 0;
  padding: 0; }

.callbackInnerBubble {
  background-color: #2676b6;
  width: 95%;
  margin: auto;
  margin-top: 3px;
  height: 90%;
  border-radius: 50px; }

@media screen and (max-width: 991px) {
  .callbackBubble {
    bottom: 40px;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    right: 30px; }

  .callbackInnerBubble {
    width: 96%;
    margin-top: 2px;
    height: 96%; } }
@media screen and (max-width: 768px) {
  .callbackBubble {
    bottom: 30px;
    width: 65px;
    height: 65px;
    border-radius: 50px;
    right: 15px; }

  .callbackInnerBubble {
    width: 96%;
    margin-top: 1px;
    height: 96%; } }
@keyframes bubbleflash {
  0% {
    background-color: #e01017;
    color: #e01017; }
  25% {
    background-color: #2676b6;
    color: #2676b6; }
  50% {
    background-color: #e01017;
    color: #e01017; } }
body.overlay {
  overflow: hidden; }

body.overlay:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7); }

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

body.overlay .modalo {
  color: #FFFFFF;
  position: fixed;
  border-radius: 5px;
  text-align: center;
  z-index: 9999;
  display: block;
  margin: auto;
  overflow: visible;
  width: 100%; }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

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

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

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-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); } }
.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: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

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

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.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); } }
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    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: scaleX(1);
    transform: scaleX(1); } }
@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    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: scaleX(1);
    transform: scaleX(1); } }
.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

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

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

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

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -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: translateZ(0);
    transform: translateZ(0); } }
@keyframes lightSpeedIn {
  0% {
    -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: translateZ(0);
    transform: translateZ(0); } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

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

@-webkit-keyframes jackInTheBox {
  0% {
    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 {
  0% {
    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); } }
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

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

@-webkit-keyframes zoomInDown {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    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 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

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

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

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

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

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

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

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

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

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

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

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

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion: reduce), (print) {
  .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; } }
.pswp__img {
  max-width: none !important; }

.pswp img {
  max-width: none;
  object-fit: contain; }

.search-outer-cont {
  position: absolute;
  width: 60%;
  left: 20%;
  box-shadow: 1px 1px 4px 0px #8f8f8f;
  background-color: #FFFFFF;
  z-index: 150;
  min-height: 300px;
  top: 44px;
  display: flex;
  justify-content: center; }

.search-inner-cont {
  width: 100%; }

.search-side-buttons {
  position: absolute;
  bottom: 5px;
  padding: 15px; }

.search-side-buttons a {
  width: 100%; }

.search-options {
  top: 0;
  width: 100%;
  position: relative;
  box-shadow: none; }

.search-options a:hover {
  background-color: #ffc729;
  color: #1d76ba; }

.search-options span:hover {
  background-color: #FFFFFF; }

.search-input {
  display: flex;
  width: 100%; }

.search-input i {
  margin-left: 10px;
  font-size: 32px;
  color: #AE282D;
  transition: color 0.2s ease; }

.search-input i:hover {
  color: #000000; }

.active-bg {
  background-color: #ffc729 !important; }

.btn-search-cta {
  font-family: "Open Sans Bold", "Arial";
  margin: 5px 0;
  color: #001f60;
  background-color: #ffc729; }

.btn-search-cta:hover {
  color: #FFFFFF;
  background-color: #001f60; }

#myresults {
  max-height: 50vh;
  overflow-y: auto; }

#searchCategories {
  position: relative; }

@media screen and (max-width: 1200px) {
  .search-outer-cont {
    width: 80%;
    left: 10%;
    top: 44px; } }
@media screen and (max-width: 991px) {
  .search-outer-cont {
    width: 80%;
    left: 10%;
    top: 44px; } }
@media screen and (max-width: 768px) {
  .search-outer-cont {
    width: 100%;
    left: 0%;
    top: 170px; } }

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