/* Minification failed. Returning unminified contents.
(8,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(30,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(31,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(32,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(33,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(34,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(35,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22361,1): run-time error CSS1019: Unexpected token, found '@import'
(22361,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Raleway:400,200)'
(24544,32): run-time error CSS1034: 
(24544,32): run-time error CSS1042: Expected function, found ','
(24544,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(24666,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(24667,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(24676,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(24677,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(26873,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(26874,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(26879,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(26880,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(27095,1266): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(27095,1293): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(27095,1410): run-time error CSS1019: Unexpected token, found '@keyframes'
(27095,1429): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*!
 * Bootstrap v4.0.0-beta.3 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  font-size: 16px;
}

.table th,
.table td {
  padding: 0.69rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.99px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.99px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.99px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.99px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.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: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #868e96;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not([disabled]):not(.disabled):active:focus, .btn-success:not([disabled]):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}



.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.99px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.99px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.99px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.99px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not([disabled]):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  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;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* Spinner from newer versions of Bootstrap */
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg) /* rtl:ignore */;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: 0.75s linear infinite spinner-border;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}
@charset "UTF-8";
/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.org)
 */
.bv-no-focus-ring:focus {
    outline: none;
}

@media (max-width: 575.98px) {
    .bv-d-xs-down-none {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .bv-d-sm-down-none {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .bv-d-md-down-none {
        display: none !important;
    }
}

@media (max-width: 1199.98px) {
    .bv-d-lg-down-none {
        display: none !important;
    }
}

.bv-d-xl-down-none {
    display: none !important;
}

.form-control.focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

    .form-control.focus.is-invalid {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.b-form-btn-label-control.form-control {
    background-image: none;
    padding: 0;
}

.input-group .b-form-btn-label-control.form-control {
    padding: 0;
}

[dir=rtl] .b-form-btn-label-control.form-control, .b-form-btn-label-control.form-control[dir=rtl] {
    flex-direction: row-reverse;
}

    [dir=rtl] .b-form-btn-label-control.form-control > label, .b-form-btn-label-control.form-control[dir=rtl] > label {
        text-align: right;
    }

.b-form-btn-label-control.form-control > .btn {
    line-height: 1;
    font-size: inherit;
    box-shadow: none !important;
    border: 0;
}

    .b-form-btn-label-control.form-control > .btn:disabled {
        pointer-events: none;
    }

.b-form-btn-label-control.form-control.is-valid > .btn {
    color: #28a745;
}

.b-form-btn-label-control.form-control.is-invalid > .btn {
    color: #dc3545;
}

.b-form-btn-label-control.form-control > .dropdown-menu {
    padding: 0.5rem;
}

.b-form-btn-label-control.form-control > label {
    outline: 0;
    padding-left: 0.25rem;
    margin: 0;
    border: 0;
    font-size: inherit;
    cursor: pointer;
    min-height: calc(calc(1.5em + 0.75rem + 2px) - 2px);
}

    .b-form-btn-label-control.form-control > label.form-control-sm {
        min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
    }

    .b-form-btn-label-control.form-control > label.form-control-lg {
        min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
    }

.input-group.input-group-sm .b-form-btn-label-control.form-control > label {
    min-height: calc(calc(1.5em + 0.5rem + 2px) - 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.input-group.input-group-lg .b-form-btn-label-control.form-control > label {
    min-height: calc(calc(1.5em + 1rem + 2px) - 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.b-form-btn-label-control.form-control[aria-disabled=true], .b-form-btn-label-control.form-control[aria-readonly=true] {
    background-color: #e9ecef;
    opacity: 1;
}

.b-form-btn-label-control.form-control[aria-disabled=true] {
    pointer-events: none;
}

    .b-form-btn-label-control.form-control[aria-disabled=true] > label {
        cursor: default;
    }

.b-form-btn-label-control.btn-group > .dropdown-menu {
    padding: 0.5rem;
}

.b-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    max-width: 100%;
    max-height: auto;
    text-align: center;
    overflow: visible;
    position: relative;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .b-avatar:focus {
        outline: 0;
    }

    .b-avatar.btn, .b-avatar[href] {
        padding: 0;
        border: 0;
    }

        .b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img {
            transition: -webkit-transform 0.15s ease-in-out;
            transition: transform 0.15s ease-in-out;
            transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
        }

        .b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) {
            cursor: pointer;
        }

            .b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img {
                -webkit-transform: scale(1.15);
                transform: scale(1.15);
            }

    .b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] {
        opacity: 0.65;
        pointer-events: none;
    }

    .b-avatar .b-avatar-custom,
    .b-avatar .b-avatar-text,
    .b-avatar .b-avatar-img {
        border-radius: inherit;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-mask-image: radial-gradient(white, black);
        mask-image: radial-gradient(white, black);
    }

    .b-avatar .b-avatar-text {
        text-transform: uppercase;
        white-space: nowrap;
    }

    .b-avatar[href] {
        text-decoration: none;
    }

    .b-avatar > .b-icon {
        width: 60%;
        height: auto;
        max-width: 100%;
    }

    .b-avatar .b-avatar-img img {
        width: 100%;
        height: 100%;
        max-height: auto;
        border-radius: inherit;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .b-avatar .b-avatar-badge {
        position: absolute;
        min-height: 1.5em;
        min-width: 1.5em;
        padding: 0.25em;
        line-height: 1;
        border-radius: 10em;
        font-size: 70%;
        font-weight: 700;
        z-index: 1;
    }

.b-avatar-sm {
    width: 1.5rem;
    height: 1.5rem;
}

    .b-avatar-sm .b-avatar-text {
        font-size: calc(0.6rem);
    }

    .b-avatar-sm .b-avatar-badge {
        font-size: calc(0.42rem);
    }

.b-avatar-lg {
    width: 3.5rem;
    height: 3.5rem;
}

    .b-avatar-lg .b-avatar-text {
        font-size: calc(1.4rem);
    }

    .b-avatar-lg .b-avatar-badge {
        font-size: calc(0.98rem);
    }

.b-avatar-group .b-avatar-group-inner {
    display: flex;
    flex-wrap: wrap;
}

.b-avatar-group .b-avatar {
    border: 1px solid #dee2e6;
}

.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled),
.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled) {
    z-index: 1;
}

.b-calendar {
    display: inline-flex;
}

    .b-calendar .b-calendar-inner {
        min-width: 250px;
    }

    .b-calendar .b-calendar-header,
    .b-calendar .b-calendar-nav {
        margin-bottom: 0.25rem;
    }

        .b-calendar .b-calendar-nav .btn {
            padding: 0.25rem;
        }

    .b-calendar output {
        padding: 0.25rem;
        font-size: 80%;
    }

        .b-calendar output.readonly {
            background-color: #e9ecef;
            opacity: 1;
        }

    .b-calendar .b-calendar-footer {
        margin-top: 0.5rem;
    }

    .b-calendar .b-calendar-grid {
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

        .b-calendar .b-calendar-grid .row {
            flex-wrap: nowrap;
        }

    .b-calendar .b-calendar-grid-caption {
        padding: 0.25rem;
    }

    .b-calendar .b-calendar-grid-body .col[data-date] .btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
        line-height: 1;
        margin: 3px auto;
        padding: 9px 0;
    }

    .b-calendar .btn:disabled, .b-calendar .btn.disabled, .b-calendar .btn[aria-disabled=true] {
        cursor: default;
        pointer-events: none;
    }

.card-img-left {
    border-top-left-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-right {
    border-top-right-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
    display: none !important;
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
    display: none !important;
}

.dropdown .dropdown-menu:focus {
    outline: none;
}

.b-dropdown-form {
    display: inline-block;
    padding: 0.25rem 1.5rem;
    width: 100%;
    clear: both;
    font-weight: 400;
}

    .b-dropdown-form:focus {
        outline: 1px dotted !important;
        outline: 5px auto -webkit-focus-ring-color !important;
    }

    .b-dropdown-form.disabled, .b-dropdown-form:disabled {
        outline: 0 !important;
        color: #6c757d;
        pointer-events: none;
    }

.b-dropdown-text {
    display: inline-block;
    padding: 0.25rem 1.5rem;
    margin-bottom: 0;
    width: 100%;
    clear: both;
    font-weight: lighter;
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 1.875rem;
}

    .custom-checkbox.b-custom-control-lg .custom-control-label::before,
    .input-group-lg .custom-checkbox .custom-control-label::before {
        top: 0.3125rem;
        left: -1.875rem;
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 0.3rem;
    }

    .custom-checkbox.b-custom-control-lg .custom-control-label::after,
    .input-group-lg .custom-checkbox .custom-control-label::after {
        top: 0.3125rem;
        left: -1.875rem;
        width: 1.25rem;
        height: 1.25rem;
        background-size: 50% 50%;
    }

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 1.3125rem;
}

    .custom-checkbox.b-custom-control-sm .custom-control-label::before,
    .input-group-sm .custom-checkbox .custom-control-label::before {
        top: 0.21875rem;
        left: -1.3125rem;
        width: 0.875rem;
        height: 0.875rem;
        border-radius: 0.2rem;
    }

    .custom-checkbox.b-custom-control-sm .custom-control-label::after,
    .input-group-sm .custom-checkbox .custom-control-label::after {
        top: 0.21875rem;
        left: -1.3125rem;
        width: 0.875rem;
        height: 0.875rem;
        background-size: 50% 50%;
    }

.custom-switch.b-custom-control-lg,
.input-group-lg .custom-switch {
    padding-left: 2.8125rem;
}

    .custom-switch.b-custom-control-lg .custom-control-label,
    .input-group-lg .custom-switch .custom-control-label {
        font-size: 1.25rem;
        line-height: 1.5;
    }

        .custom-switch.b-custom-control-lg .custom-control-label::before,
        .input-group-lg .custom-switch .custom-control-label::before {
            top: 0.3125rem;
            height: 1.25rem;
            left: -2.8125rem;
            width: 2.1875rem;
            border-radius: 0.625rem;
        }

        .custom-switch.b-custom-control-lg .custom-control-label::after,
        .input-group-lg .custom-switch .custom-control-label::after {
            top: calc( 0.3125rem + 2px );
            left: calc( -2.8125rem + 2px );
            width: calc( 1.25rem - 4px );
            height: calc( 1.25rem - 4px );
            border-radius: 0.625rem;
            background-size: 50% 50%;
        }

    .custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after,
    .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
        -webkit-transform: translateX(0.9375rem);
        transform: translateX(0.9375rem);
    }

.custom-switch.b-custom-control-sm,
.input-group-sm .custom-switch {
    padding-left: 1.96875rem;
}

    .custom-switch.b-custom-control-sm .custom-control-label,
    .input-group-sm .custom-switch .custom-control-label {
        font-size: 0.875rem;
        line-height: 1.5;
    }

        .custom-switch.b-custom-control-sm .custom-control-label::before,
        .input-group-sm .custom-switch .custom-control-label::before {
            top: 0.21875rem;
            left: -1.96875rem;
            width: 1.53125rem;
            height: 0.875rem;
            border-radius: 0.4375rem;
        }

        .custom-switch.b-custom-control-sm .custom-control-label::after,
        .input-group-sm .custom-switch .custom-control-label::after {
            top: calc( 0.21875rem + 2px );
            left: calc( -1.96875rem + 2px );
            width: calc( 0.875rem - 4px );
            height: calc( 0.875rem - 4px );
            border-radius: 0.4375rem;
            background-size: 50% 50%;
        }

    .custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after,
    .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
        -webkit-transform: translateX(0.65625rem);
        transform: translateX(0.65625rem);
    }

.input-group > .input-group-prepend > .btn-group > .btn,
.input-group > .input-group-append:not(:last-child) > .btn-group > .btn,
.input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn-group > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn,
.input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-file-label {
    white-space: nowrap;
    overflow-x: hidden;
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
}

    .b-custom-control-lg .custom-file-label,
    .b-custom-control-lg .custom-file-label:after,
    .input-group-lg .custom-file-label,
    .input-group-lg .custom-file-label:after {
        padding: 0.5rem 1rem;
        line-height: 1.5;
    }

.b-custom-control-lg .custom-file-label,
.input-group-lg .custom-file-label {
    border-radius: 0.3rem;
}

    .b-custom-control-lg .custom-file-label::after,
    .input-group-lg .custom-file-label::after {
        font-size: inherit;
        height: calc( 1.5em + 1rem );
        border-radius: 0 0.3rem 0.3rem 0;
    }

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
    font-size: 0.875rem;
    height: calc(1.5em + 0.5rem + 2px);
}

    .b-custom-control-sm .custom-file-label,
    .b-custom-control-sm .custom-file-label:after,
    .input-group-sm .custom-file-label,
    .input-group-sm .custom-file-label:after {
        padding: 0.25rem 0.5rem;
        line-height: 1.5;
    }

.b-custom-control-sm .custom-file-label,
.input-group-sm .custom-file-label {
    border-radius: 0.2rem;
}

    .b-custom-control-sm .custom-file-label::after,
    .input-group-sm .custom-file-label::after {
        font-size: inherit;
        height: calc( 1.5em + 0.5rem );
        border-radius: 0 0.2rem 0.2rem 0;
    }

.was-validated .form-control:invalid, .was-validated .form-control:valid, .form-control.is-invalid, .form-control.is-valid {
    background-position: right calc(0.375em + 0.1875rem) center;
}

input[type=color].form-control {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.125rem 0.25rem;
}

    input[type=color].form-control.form-control-sm,
    .input-group-sm input[type=color].form-control {
        height: calc(1.5em + 0.5rem + 2px);
        padding: 0.125rem 0.25rem;
    }

    input[type=color].form-control.form-control-lg,
    .input-group-lg input[type=color].form-control {
        height: calc(1.5em + 1rem + 2px);
        padding: 0.125rem 0.25rem;
    }

    input[type=color].form-control:disabled {
        background-color: #adb5bd;
        opacity: 0.65;
    }

.input-group > .custom-range {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

    .input-group > .custom-range + .form-control,
    .input-group > .custom-range + .form-control-plaintext,
    .input-group > .custom-range + .custom-select,
    .input-group > .custom-range + .custom-range,
    .input-group > .custom-range + .custom-file {
        margin-left: -1px;
    }

    .input-group > .form-control + .custom-range,
    .input-group > .form-control-plaintext + .custom-range,
    .input-group > .custom-select + .custom-range,
    .input-group > .custom-range + .custom-range,
    .input-group > .custom-file + .custom-range {
        margin-left: -1px;
    }

    .input-group > .custom-range:focus {
        z-index: 3;
    }

    .input-group > .custom-range:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

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

.input-group > .custom-range {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0 0.75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: calc(1.5em + 0.75rem + 2px);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .input-group > .custom-range {
        transition: none;
    }
}

.input-group > .custom-range:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.input-group > .custom-range:disabled, .input-group > .custom-range[readonly] {
    background-color: #e9ecef;
}

.input-group-lg > .custom-range {
    height: calc(1.5em + 1rem + 2px);
    padding: 0 1rem;
    border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0 0.5rem;
    border-radius: 0.2rem;
}

.was-validated .input-group .custom-range:valid, .input-group .custom-range.is-valid {
    border-color: #28a745;
}

    .was-validated .input-group .custom-range:valid:focus, .input-group .custom-range.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

.was-validated .custom-range:valid:focus::-webkit-slider-thumb, .custom-range.is-valid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid:focus::-moz-range-thumb, .custom-range.is-valid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid:focus::-ms-thumb, .custom-range.is-valid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

.was-validated .custom-range:valid::-webkit-slider-thumb, .custom-range.is-valid::-webkit-slider-thumb {
    background-color: #28a745;
    background-image: none;
}

    .was-validated .custom-range:valid::-webkit-slider-thumb:active, .custom-range.is-valid::-webkit-slider-thumb:active {
        background-color: #9be7ac;
        background-image: none;
    }

.was-validated .custom-range:valid::-webkit-slider-runnable-track, .custom-range.is-valid::-webkit-slider-runnable-track {
    background-color: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid::-moz-range-thumb, .custom-range.is-valid::-moz-range-thumb {
    background-color: #28a745;
    background-image: none;
}

    .was-validated .custom-range:valid::-moz-range-thumb:active, .custom-range.is-valid::-moz-range-thumb:active {
        background-color: #9be7ac;
        background-image: none;
    }

.was-validated .custom-range:valid::-moz-range-track, .custom-range.is-valid::-moz-range-track {
    background: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip, .custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-range:valid::-ms-thumb, .custom-range.is-valid::-ms-thumb {
    background-color: #28a745;
    background-image: none;
}

    .was-validated .custom-range:valid::-ms-thumb:active, .custom-range.is-valid::-ms-thumb:active {
        background-color: #9be7ac;
        background-image: none;
    }

.was-validated .custom-range:valid::-ms-track-lower, .custom-range.is-valid::-ms-track-lower {
    background: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid::-ms-track-upper, .custom-range.is-valid::-ms-track-upper {
    background: rgba(40, 167, 69, 0.35);
}

.was-validated .input-group .custom-range:invalid, .input-group .custom-range.is-invalid {
    border-color: #dc3545;
}

    .was-validated .input-group .custom-range:invalid:focus, .input-group .custom-range.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.was-validated .custom-range:invalid:focus::-webkit-slider-thumb, .custom-range.is-invalid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid:focus::-moz-range-thumb, .custom-range.is-invalid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid:focus::-ms-thumb, .custom-range.is-invalid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1;
}

.was-validated .custom-range:invalid::-webkit-slider-thumb, .custom-range.is-invalid::-webkit-slider-thumb {
    background-color: #dc3545;
    background-image: none;
}

    .was-validated .custom-range:invalid::-webkit-slider-thumb:active, .custom-range.is-invalid::-webkit-slider-thumb:active {
        background-color: #f6cdd1;
        background-image: none;
    }

.was-validated .custom-range:invalid::-webkit-slider-runnable-track, .custom-range.is-invalid::-webkit-slider-runnable-track {
    background-color: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid::-moz-range-thumb, .custom-range.is-invalid::-moz-range-thumb {
    background-color: #dc3545;
    background-image: none;
}

    .was-validated .custom-range:invalid::-moz-range-thumb:active, .custom-range.is-invalid::-moz-range-thumb:active {
        background-color: #f6cdd1;
        background-image: none;
    }

.was-validated .custom-range:invalid::-moz-range-track, .custom-range.is-invalid::-moz-range-track {
    background: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip, .custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-range:invalid::-ms-thumb, .custom-range.is-invalid::-ms-thumb {
    background-color: #dc3545;
    background-image: none;
}

    .was-validated .custom-range:invalid::-ms-thumb:active, .custom-range.is-invalid::-ms-thumb:active {
        background-color: #f6cdd1;
        background-image: none;
    }

.was-validated .custom-range:invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-lower {
    background: rgba(220, 53, 69, 0.35);
}

.was-validated .custom-range:invalid::-ms-track-upper, .custom-range.is-invalid::-ms-track-upper {
    background: rgba(220, 53, 69, 0.35);
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-left: 1.875rem;
}

    .custom-radio.b-custom-control-lg .custom-control-label::before,
    .input-group-lg .custom-radio .custom-control-label::before {
        top: 0.3125rem;
        left: -1.875rem;
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 50%;
    }

    .custom-radio.b-custom-control-lg .custom-control-label::after,
    .input-group-lg .custom-radio .custom-control-label::after {
        top: 0.3125rem;
        left: -1.875rem;
        width: 1.25rem;
        height: 1.25rem;
        background: no-repeat 50%/50% 50%;
    }

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 1.3125rem;
}

    .custom-radio.b-custom-control-sm .custom-control-label::before,
    .input-group-sm .custom-radio .custom-control-label::before {
        top: 0.21875rem;
        left: -1.3125rem;
        width: 0.875rem;
        height: 0.875rem;
        border-radius: 50%;
    }

    .custom-radio.b-custom-control-sm .custom-control-label::after,
    .input-group-sm .custom-radio .custom-control-label::after {
        top: 0.21875rem;
        left: -1.3125rem;
        width: 0.875rem;
        height: 0.875rem;
        background: no-repeat 50%/50% 50%;
    }

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

    .b-rating.d-inline-flex {
        width: auto;
    }

    .b-rating .b-rating-star,
    .b-rating .b-rating-value {
        padding: 0 0.25em;
    }

    .b-rating .b-rating-value {
        min-width: 2.5em;
    }

    .b-rating .b-rating-star {
        display: inline-flex;
        justify-content: center;
        outline: 0;
    }

        .b-rating .b-rating-star .b-rating-icon {
            display: inline-flex;
            transition: all 0.15s ease-in-out;
        }

    .b-rating.disabled, .b-rating:disabled {
        background-color: #e9ecef;
        color: #6c757d;
    }

    .b-rating:not(.disabled):not(.readonly) .b-rating-star {
        cursor: pointer;
    }

        .b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon,
        .b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }

    .b-rating[dir=rtl] .b-rating-star-half {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

.b-form-spinbutton {
    text-align: center;
    overflow: hidden;
    background-image: none;
    padding: 0;
}

    [dir=rtl] .b-form-spinbutton:not(.flex-column), .b-form-spinbutton[dir=rtl]:not(.flex-column) {
        flex-direction: row-reverse;
    }

    .b-form-spinbutton output {
        font-size: inherit;
        outline: 0;
        border: 0;
        background-color: transparent;
        width: auto;
        margin: 0;
        padding: 0 0.25rem;
    }

        .b-form-spinbutton output > div,
        .b-form-spinbutton output > bdi {
            display: block;
            min-width: 2.25em;
            height: 1.5em;
        }

    .b-form-spinbutton.flex-column {
        height: auto;
        width: auto;
    }

        .b-form-spinbutton.flex-column output {
            margin: 0 0.25rem;
            padding: 0.25rem 0;
        }

    .b-form-spinbutton:not(.d-inline-flex):not(.flex-column) {
        output-width: 100%;
    }

    .b-form-spinbutton.d-inline-flex:not(.flex-column) {
        width: auto;
    }

    .b-form-spinbutton .btn {
        line-height: 1;
        box-shadow: none !important;
    }

        .b-form-spinbutton .btn:disabled {
            pointer-events: none;
        }

        .b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon {
            -webkit-transform: scale(1.25);
            transform: scale(1.25);
        }

    .b-form-spinbutton.disabled, .b-form-spinbutton.readonly {
        background-color: #e9ecef;
    }

    .b-form-spinbutton.disabled {
        pointer-events: none;
    }

.b-form-tags .b-form-tags-list {
    margin-top: -0.25rem;
}

    .b-form-tags .b-form-tags-list .b-from-tags-field,
    .b-form-tags .b-form-tags-list .b-form-tag {
        margin-top: 0.25rem;
    }

.b-form-tags.focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

    .b-form-tags.focus.is-valid {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

    .b-form-tags.focus.is-invalid {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.b-form-tags.disabled {
    background-color: #e9ecef;
}

.b-form-tag {
    font-size: 75%;
    font-weight: normal;
    line-height: 1.5;
    margin-right: 0.25rem;
}

    .b-form-tag.disabled {
        opacity: 0.75;
    }

    .b-form-tag > button.b-form-tag-remove {
        color: inherit;
        font-size: 125%;
        line-height: 1;
        float: none;
        margin-left: 0.25rem;
    }

.form-control-sm .b-form-tag {
    line-height: 1.5;
}

.form-control-lg .b-form-tag {
    line-height: 1.5;
}

.media-aside {
    display: flex;
    margin-right: 1rem;
}

.media-aside-right {
    margin-right: 0;
    margin-left: 1rem;
}

.modal-backdrop {
    opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
    border-radius: 50rem !important;
    margin-left: 0.25rem;
    line-height: 1;
}

.b-pagination-pills .page-item:first-child .page-link {
    margin-left: 0;
}

.popover.b-popover {
    display: block;
    opacity: 1;
    outline: 0;
}

    .popover.b-popover.fade:not(.show) {
        opacity: 0;
    }

    .popover.b-popover.show {
        opacity: 1;
    }

.b-popover-primary.popover {
    background-color: #cce5ff;
    border-color: #b8daff;
}

.b-popover-primary.bs-popover-top > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::before {
    border-top-color: #b8daff;
}

.b-popover-primary.bs-popover-top > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=top] > .arrow::after {
    border-top-color: #cce5ff;
}

.b-popover-primary.bs-popover-right > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::before {
    border-right-color: #b8daff;
}

.b-popover-primary.bs-popover-right > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=right] > .arrow::after {
    border-right-color: #cce5ff;
}

.b-popover-primary.bs-popover-bottom > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
    border-bottom-color: #b8daff;
}

.b-popover-primary.bs-popover-bottom > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
    border-bottom-color: #bdddff;
}

.b-popover-primary.bs-popover-bottom .popover-header::before, .b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #bdddff;
}

.b-popover-primary.bs-popover-left > .arrow::before, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::before {
    border-left-color: #b8daff;
}

.b-popover-primary.bs-popover-left > .arrow::after, .b-popover-primary.bs-popover-auto[x-placement^=left] > .arrow::after {
    border-left-color: #cce5ff;
}

.b-popover-primary .popover-header {
    color: #212529;
    background-color: #bdddff;
    border-bottom-color: #a3d0ff;
}

.b-popover-primary .popover-body {
    color: #004085;
}

.b-popover-secondary.popover {
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.b-popover-secondary.bs-popover-top > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::before {
    border-top-color: #d6d8db;
}

.b-popover-secondary.bs-popover-top > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=top] > .arrow::after {
    border-top-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-right > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::before {
    border-right-color: #d6d8db;
}

.b-popover-secondary.bs-popover-right > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=right] > .arrow::after {
    border-right-color: #e2e3e5;
}

.b-popover-secondary.bs-popover-bottom > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::before {
    border-bottom-color: #d6d8db;
}

.b-popover-secondary.bs-popover-bottom > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] > .arrow::after {
    border-bottom-color: #dadbde;
}

.b-popover-secondary.bs-popover-bottom .popover-header::before, .b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #dadbde;
}

.b-popover-secondary.bs-popover-left > .arrow::before, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::before {
    border-left-color: #d6d8db;
}

.b-popover-secondary.bs-popover-left > .arrow::after, .b-popover-secondary.bs-popover-auto[x-placement^=left] > .arrow::after {
    border-left-color: #e2e3e5;
}

.b-popover-secondary .popover-header {
    color: #212529;
    background-color: #dadbde;
    border-bottom-color: #ccced2;
}

.b-popover-secondary .popover-body {
    color: #383d41;
}

.b-popover-success.popover {
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.b-popover-success.bs-popover-top > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::before {
    border-top-color: #c3e6cb;
}

.b-popover-success.bs-popover-top > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=top] > .arrow::after {
    border-top-color: #d4edda;
}

.b-popover-success.bs-popover-right > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::before {
    border-right-color: #c3e6cb;
}

.b-popover-success.bs-popover-right > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=right] > .arrow::after {
    border-right-color: #d4edda;
}

.b-popover-success.bs-popover-bottom > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::before {
    border-bottom-color: #c3e6cb;
}

.b-popover-success.bs-popover-bottom > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=bottom] > .arrow::after {
    border-bottom-color: #c9e8d1;
}

.b-popover-success.bs-popover-bottom .popover-header::before, .b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #c9e8d1;
}

.b-popover-success.bs-popover-left > .arrow::before, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::before {
    border-left-color: #c3e6cb;
}

.b-popover-success.bs-popover-left > .arrow::after, .b-popover-success.bs-popover-auto[x-placement^=left] > .arrow::after {
    border-left-color: #d4edda;
}

.b-popover-success .popover-header {
    color: #212529;
    background-color: #c9e8d1;
    border-bottom-color: #b7e1c1;
}

.b-popover-success .popover-body {
    color: #155724;
}

.b-popover-info.popover {
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.b-popover-info.bs-popover-top > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::before {
    border-top-color: #bee5eb;
}

.b-popover-info.bs-popover-top > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=top] > .arrow::after {
    border-top-color: #d1ecf1;
}

.b-popover-info.bs-popover-right > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::before {
    border-right-color: #bee5eb;
}

.b-popover-info.bs-popover-right > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=right] > .arrow::after {
    border-right-color: #d1ecf1;
}

.b-popover-info.bs-popover-bottom > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::before {
    border-bottom-color: #bee5eb;
}

.b-popover-info.bs-popover-bottom > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=bottom] > .arrow::after {
    border-bottom-color: #c5e7ed;
}

.b-popover-info.bs-popover-bottom .popover-header::before, .b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #c5e7ed;
}

.b-popover-info.bs-popover-left > .arrow::before, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::before {
    border-left-color: #bee5eb;
}

.b-popover-info.bs-popover-left > .arrow::after, .b-popover-info.bs-popover-auto[x-placement^=left] > .arrow::after {
    border-left-color: #d1ecf1;
}

.b-popover-info .popover-header {
    color: #212529;
    background-color: #c5e7ed;
    border-bottom-color: #b2dfe7;
}

.b-popover-info .popover-body {
    color: #0c5460;
}

.b-popover-warning.popover {
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.b-popover-warning.bs-popover-top > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::before {
    border-top-color: #ffeeba;
}

.b-popover-warning.bs-popover-top > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=top] > .arrow::after {
    border-top-color: #fff3cd;
}

.b-popover-warning.bs-popover-right > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::before {
    border-right-color: #ffeeba;
}

.b-popover-warning.bs-popover-right > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=right] > .arrow::after {
    border-right-color: #fff3cd;
}

.b-popover-warning.bs-popover-bottom > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::before {
    border-bottom-color: #ffeeba;
}

.b-popover-warning.bs-popover-bottom > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=bottom] > .arrow::after {
    border-bottom-color: #ffefbe;
}

.b-popover-warning.bs-popover-bottom .popover-header::before, .b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #ffefbe;
}

.b-popover-warning.bs-popover-left > .arrow::before, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::before {
    border-left-color: #ffeeba;
}

.b-popover-warning.bs-popover-left > .arrow::after, .b-popover-warning.bs-popover-auto[x-placement^=left] > .arrow::after {
    border-left-color: #fff3cd;
}

.b-popover-warning .popover-header {
    color: #212529;
    background-color: #ffefbe;
    border-bottom-color: #ffe9a4;
}

.b-popover-warning .popover-body {
    color: #856404;
}

.b-popover-danger.popover {
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.b-popover-danger.bs-popover-top > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::before {
    border-top-color: #f5c6cb;
}

.b-popover-danger.bs-popover-top > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=top] > .arrow::after {
    border-top-color: #f8d7da;
}

.b-popover-danger.bs-popover-right > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::before {
    border-right-color: #f5c6cb;
}

.b-popover-danger.bs-popover-right > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=right] > .arrow::after {
    border-right-color: #f8d7da;
}

.b-popover-danger.bs-popover-bottom > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::before {
    border-bottom-color: #f5c6cb;
}

.b-popover-danger.bs-popover-bottom > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=bottom] > .arrow::after {
    border-bottom-color: #f6cace;
}

.b-popover-danger.bs-popover-bottom .popover-header::before, .b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #f6cace;
}

.b-popover-danger.bs-popover-left > .arrow::before, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::before {
    border-left-color: #f5c6cb;
}

.b-popover-danger.bs-popover-left > .arrow::after, .b-popover-danger.bs-popover-auto[x-placement^=left] > .arrow::after {
    border-left-color: #f8d7da;
}

.b-popover-danger .popover-header {
    color: #212529;
    background-color: #f6cace;
    border-bottom-color: #f2b4ba;
}

.b-popover-danger .popover-body {
    color: #721c24;
}

.b-popover-light.popover {
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.b-popover-light.bs-popover-top > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::before {
    border-top-color: #fdfdfe;
}

.b-popover-light.bs-popover-top > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=top] > .arrow::after {
    border-top-color: #fefefe;
}

.b-popover-light.bs-popover-right > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::before {
    border-right-color: #fdfdfe;
}

.b-popover-light.bs-popover-right > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=right] > .arrow::after {
    border-right-color: #fefefe;
}

.b-popover-light.bs-popover-bottom > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::before {
    border-bottom-color: #fdfdfe;
}

.b-popover-light.bs-popover-bottom > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=bottom] > .arrow::after {
    border-bottom-color: #f6f6f6;
}

.b-popover-light.bs-popover-bottom .popover-header::before, .b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #f6f6f6;
}

.b-popover-light.bs-popover-left > .arrow::before, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::before {
    border-left-color: #fdfdfe;
}

.b-popover-light.bs-popover-left > .arrow::after, .b-popover-light.bs-popover-auto[x-placement^=left] > .arrow::after {
    border-left-color: #fefefe;
}

.b-popover-light .popover-header {
    color: #212529;
    background-color: #f6f6f6;
    border-bottom-color: #eaeaea;
}

.b-popover-light .popover-body {
    color: #818182;
}

.b-popover-dark.popover {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.b-popover-dark.bs-popover-top > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::before {
    border-top-color: #c6c8ca;
}

.b-popover-dark.bs-popover-top > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=top] > .arrow::after {
    border-top-color: #d6d8d9;
}

.b-popover-dark.bs-popover-right > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::before {
    border-right-color: #c6c8ca;
}

.b-popover-dark.bs-popover-right > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=right] > .arrow::after {
    border-right-color: #d6d8d9;
}

.b-popover-dark.bs-popover-bottom > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::before {
    border-bottom-color: #c6c8ca;
}

.b-popover-dark.bs-popover-bottom > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=bottom] > .arrow::after {
    border-bottom-color: #ced0d2;
}

.b-popover-dark.bs-popover-bottom .popover-header::before, .b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header::before {
    border-bottom-color: #ced0d2;
}

.b-popover-dark.bs-popover-left > .arrow::before, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::before {
    border-left-color: #c6c8ca;
}

.b-popover-dark.bs-popover-left > .arrow::after, .b-popover-dark.bs-popover-auto[x-placement^=left] > .arrow::after {
    border-left-color: #d6d8d9;
}

.b-popover-dark .popover-header {
    color: #212529;
    background-color: #ced0d2;
    border-bottom-color: #c1c4c5;
}

.b-popover-dark .popover-body {
    color: #1b1e21;
}

.b-skeleton-wrapper {
    cursor: wait;
}

.b-skeleton {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.12);
    cursor: wait;
    -webkit-mask-image: radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

    .b-skeleton::before {
        content: " ";
    }

.b-skeleton-text {
    height: 1rem;
    margin-bottom: 0.25rem;
    border-radius: 0.25rem;
}

.b-skeleton-button {
    width: 75px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.b-skeleton-avatar {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
}

.b-skeleton-input {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border: #ced4da solid 1px;
    border-radius: 0.25rem;
}

.b-skeleton-icon-wrapper svg {
    color: rgba(0, 0, 0, 0.12);
}

.b-skeleton-img {
    height: 100%;
    width: 100%;
}

.b-skeleton-animate-wave::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite;
    animation: b-skeleton-animate-wave 1.75s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .b-skeleton-animate-wave::after {
        background: none;
        -webkit-animation: none;
        animation: none;
    }
}

@-webkit-keyframes b-skeleton-animate-wave {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes b-skeleton-animate-wave {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.b-skeleton-animate-fade {
    -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
    animation: b-skeleton-animate-fade 0.875s ease-in-out alternate infinite;
}

@media (prefers-reduced-motion: reduce) {
    .b-skeleton-animate-fade {
        -webkit-animation: none;
        animation: none;
    }
}

@-webkit-keyframes b-skeleton-animate-fade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@keyframes b-skeleton-animate-fade {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

.b-skeleton-animate-throb {
    -webkit-animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
    animation: b-skeleton-animate-throb 0.875s ease-in alternate infinite;
}

@media (prefers-reduced-motion: reduce) {
    .b-skeleton-animate-throb {
        -webkit-animation: none;
        animation: none;
    }
}

@-webkit-keyframes b-skeleton-animate-throb {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.975);
        transform: scale(0.975);
    }
}

@keyframes b-skeleton-animate-throb {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.975);
        transform: scale(0.975);
    }
}

.b-sidebar-outer {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: visible;
    z-index: calc(1030 + 5);
}

.b-sidebar-backdrop {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    opacity: 0.6;
}

.b-sidebar {
    display: flex;
    flex-direction: column;
    position: fixed !important;
    top: 0;
    height: 100vh;
    width: 320px;
    max-width: 100% !important;
    margin: 0 !important;
    outline: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

    .b-sidebar.slide {
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    }

@media (prefers-reduced-motion: reduce) {
    .b-sidebar.slide {
        transition: none;
    }
}

.b-sidebar:not(.b-sidebar-right) {
    left: 0;
    right: auto;
}

    .b-sidebar:not(.b-sidebar-right).slide:not(.show) {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close {
        margin-left: auto;
    }

.b-sidebar.b-sidebar-right {
    left: auto;
    right: 0;
}

    .b-sidebar.b-sidebar-right.slide:not(.show) {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .b-sidebar.b-sidebar-right > .b-sidebar-header .close {
        margin-right: auto;
    }

.b-sidebar > .b-sidebar-header {
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    align-items: center;
}

[dir=rtl] .b-sidebar > .b-sidebar-header {
    flex-direction: row-reverse;
}

.b-sidebar > .b-sidebar-header .close {
    float: none;
    font-size: 1.5rem;
}

.b-sidebar > .b-sidebar-body {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto;
}

.b-sidebar > .b-sidebar-footer {
    flex-grow: 0;
}

.table.b-table.b-table-fixed {
    table-layout: fixed;
}

.table.b-table.b-table-no-border-collapse {
    border-collapse: separate;
    border-spacing: 0;
}

.table.b-table[aria-busy=true] {
    opacity: 0.55;
}

.table.b-table > tbody > tr.b-table-details > td {
    border-top: none !important;
}

.table.b-table > caption {
    caption-side: bottom;
}

.table.b-table.b-table-caption-top > caption {
    caption-side: top !important;
}

.table.b-table > tbody > .table-active,
.table.b-table > tbody > .table-active > th,
.table.b-table > tbody > .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
    color: #212529;
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
}

.table.b-table > tbody > .bg-active,
.table.b-table > tbody > .bg-active > th,
.table.b-table > tbody > .bg-active > td {
    background-color: rgba(255, 255, 255, 0.075) !important;
}

.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
    color: #fff;
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
}

.b-table-sticky-header,
.table-responsive,
[class*=table-responsive-] {
    margin-bottom: 1rem;
}

    .b-table-sticky-header > .table,
    .table-responsive > .table,
    [class*=table-responsive-] > .table {
        margin-bottom: 0;
    }

.b-table-sticky-header {
    overflow-y: auto;
    max-height: 300px;
}

@media print {
    .b-table-sticky-header {
        overflow-y: visible !important;
        max-height: none !important;
    }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .b-table-sticky-header > .table.b-table > thead > tr > th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
    .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
    .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
    .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
    .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
    .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
    [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column,
    [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
    [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
    }

    .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
    .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
    [class*=table-responsive-] > .table.b-table > thead > tr > .b-table-sticky-column {
        z-index: 5;
    }

    .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
    .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
    .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
    .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
    [class*=table-responsive-] > .table.b-table > tbody > tr > .b-table-sticky-column,
    [class*=table-responsive-] > .table.b-table > tfoot > tr > .b-table-sticky-column {
        z-index: 2;
    }

    .table.b-table > thead > tr > .table-b-table-default,
    .table.b-table > tbody > tr > .table-b-table-default,
    .table.b-table > tfoot > tr > .table-b-table-default {
        color: #212529;
        background-color: #fff;
    }

    .table.b-table.table-dark > thead > tr > .bg-b-table-default,
    .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
    .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
        color: #fff;
        background-color: #343a40;
    }

    .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
        background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
        background-repeat: no-repeat;
    }

    .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
        background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
        background-repeat: no-repeat;
    }

    .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
        color: #212529;
        background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
        background-repeat: no-repeat;
    }

    .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
        color: #fff;
        background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
        background-repeat: no-repeat;
    }
}

.table.b-table > thead > tr > [aria-sort],
.table.b-table > tfoot > tr > [aria-sort] {
    cursor: pointer;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 0.65em 1em;
}

    .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
    .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
        background-position: right calc(0.75rem / 2) center;
        padding-right: calc(0.75rem + 0.65em);
    }

    .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left,
    .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
        background-position: left calc(0.75rem / 2) center;
        padding-left: calc(0.75rem + 0.65em);
    }

.table.b-table > thead > tr > [aria-sort=none],
.table.b-table > tfoot > tr > [aria-sort=none] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table > thead > tr > [aria-sort=ascending],
.table.b-table > tfoot > tr > [aria-sort=ascending] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table > thead > tr > [aria-sort=descending],
.table.b-table > tfoot > tr > [aria-sort=descending] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table.table-dark > thead > tr > [aria-sort=none], .table.b-table.table-dark > tfoot > tr > [aria-sort=none],
.table.b-table > .thead-dark > tr > [aria-sort=none] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table.table-dark > thead > tr > [aria-sort=ascending], .table.b-table.table-dark > tfoot > tr > [aria-sort=ascending],
.table.b-table > .thead-dark > tr > [aria-sort=ascending] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table.table-dark > thead > tr > [aria-sort=descending], .table.b-table.table-dark > tfoot > tr > [aria-sort=descending],
.table.b-table > .thead-dark > tr > [aria-sort=descending] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table > thead > tr > .table-dark[aria-sort=none],
.table.b-table > tfoot > tr > .table-dark[aria-sort=none] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table > thead > tr > .table-dark[aria-sort=ascending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=ascending] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table > thead > tr > .table-dark[aria-sort=descending],
.table.b-table > tfoot > tr > .table-dark[aria-sort=descending] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

.table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left),
.table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
    background-position: right calc(0.3rem / 2) center;
    padding-right: calc(0.3rem + 0.65em);
}

.table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left,
.table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
    background-position: left calc(0.3rem / 2) center;
    padding-left: calc(0.3rem + 0.65em);
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
    cursor: pointer;
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 575.98px) {
    .table.b-table.b-table-stacked-sm {
        display: block;
        width: 100%;
    }

        .table.b-table.b-table-stacked-sm > caption,
        .table.b-table.b-table-stacked-sm > tbody,
        .table.b-table.b-table-stacked-sm > tbody > tr,
        .table.b-table.b-table-stacked-sm > tbody > tr > td,
        .table.b-table.b-table-stacked-sm > tbody > tr > th {
            display: block;
        }

        .table.b-table.b-table-stacked-sm > thead,
        .table.b-table.b-table-stacked-sm > tfoot {
            display: none;
        }

            .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
            .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
            .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
            .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
                display: none;
            }

        .table.b-table.b-table-stacked-sm > caption {
            caption-side: top !important;
        }

        .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
            content: attr(data-label);
            width: 40%;
            float: left;
            text-align: right;
            overflow-wrap: break-word;
            font-weight: bold;
            font-style: normal;
            padding: 0 calc(1rem / 2) 0 0;
            margin: 0;
        }

        .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
            display: block;
            clear: both;
            content: "";
        }

        .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
            display: inline-block;
            width: calc(100% - 40%);
            padding: 0 0 0 calc(1rem / 2);
            margin: 0;
        }

        .table.b-table.b-table-stacked-sm > tbody > tr.top-row, .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
            display: none;
        }

        .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
            border-top-width: 3px;
        }

        .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td,
        .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
            border-top-width: 3px;
        }
}

@media (max-width: 767.98px) {
    .table.b-table.b-table-stacked-md {
        display: block;
        width: 100%;
    }

        .table.b-table.b-table-stacked-md > caption,
        .table.b-table.b-table-stacked-md > tbody,
        .table.b-table.b-table-stacked-md > tbody > tr,
        .table.b-table.b-table-stacked-md > tbody > tr > td,
        .table.b-table.b-table-stacked-md > tbody > tr > th {
            display: block;
        }

        .table.b-table.b-table-stacked-md > thead,
        .table.b-table.b-table-stacked-md > tfoot {
            display: none;
        }

            .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
            .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
            .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
            .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
                display: none;
            }

        .table.b-table.b-table-stacked-md > caption {
            caption-side: top !important;
        }

        .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
            content: attr(data-label);
            width: 40%;
            float: left;
            text-align: right;
            overflow-wrap: break-word;
            font-weight: bold;
            font-style: normal;
            padding: 0 calc(1rem / 2) 0 0;
            margin: 0;
        }

        .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
            display: block;
            clear: both;
            content: "";
        }

        .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
            display: inline-block;
            width: calc(100% - 40%);
            padding: 0 0 0 calc(1rem / 2);
            margin: 0;
        }

        .table.b-table.b-table-stacked-md > tbody > tr.top-row, .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
            display: none;
        }

        .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
            border-top-width: 3px;
        }

        .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td,
        .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
            border-top-width: 3px;
        }
}

@media (max-width: 991.98px) {
    .table.b-table.b-table-stacked-lg {
        display: block;
        width: 100%;
    }

        .table.b-table.b-table-stacked-lg > caption,
        .table.b-table.b-table-stacked-lg > tbody,
        .table.b-table.b-table-stacked-lg > tbody > tr,
        .table.b-table.b-table-stacked-lg > tbody > tr > td,
        .table.b-table.b-table-stacked-lg > tbody > tr > th {
            display: block;
        }

        .table.b-table.b-table-stacked-lg > thead,
        .table.b-table.b-table-stacked-lg > tfoot {
            display: none;
        }

            .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
            .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
            .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
            .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
                display: none;
            }

        .table.b-table.b-table-stacked-lg > caption {
            caption-side: top !important;
        }

        .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
            content: attr(data-label);
            width: 40%;
            float: left;
            text-align: right;
            overflow-wrap: break-word;
            font-weight: bold;
            font-style: normal;
            padding: 0 calc(1rem / 2) 0 0;
            margin: 0;
        }

        .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
            display: block;
            clear: both;
            content: "";
        }

        .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
            display: inline-block;
            width: calc(100% - 40%);
            padding: 0 0 0 calc(1rem / 2);
            margin: 0;
        }

        .table.b-table.b-table-stacked-lg > tbody > tr.top-row, .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
            display: none;
        }

        .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
            border-top-width: 3px;
        }

        .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td,
        .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
            border-top-width: 3px;
        }
}

@media (max-width: 1199.98px) {
    .table.b-table.b-table-stacked-xl {
        display: block;
        width: 100%;
    }

        .table.b-table.b-table-stacked-xl > caption,
        .table.b-table.b-table-stacked-xl > tbody,
        .table.b-table.b-table-stacked-xl > tbody > tr,
        .table.b-table.b-table-stacked-xl > tbody > tr > td,
        .table.b-table.b-table-stacked-xl > tbody > tr > th {
            display: block;
        }

        .table.b-table.b-table-stacked-xl > thead,
        .table.b-table.b-table-stacked-xl > tfoot {
            display: none;
        }

            .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
            .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
            .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
            .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
                display: none;
            }

        .table.b-table.b-table-stacked-xl > caption {
            caption-side: top !important;
        }

        .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
            content: attr(data-label);
            width: 40%;
            float: left;
            text-align: right;
            overflow-wrap: break-word;
            font-weight: bold;
            font-style: normal;
            padding: 0 calc(1rem / 2) 0 0;
            margin: 0;
        }

        .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
            display: block;
            clear: both;
            content: "";
        }

        .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
            display: inline-block;
            width: calc(100% - 40%);
            padding: 0 0 0 calc(1rem / 2);
            margin: 0;
        }

        .table.b-table.b-table-stacked-xl > tbody > tr.top-row, .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
            display: none;
        }

        .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
            border-top-width: 3px;
        }

        .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td,
        .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
            border-top-width: 3px;
        }
}

.table.b-table.b-table-stacked {
    display: block;
    width: 100%;
}

    .table.b-table.b-table-stacked > caption,
    .table.b-table.b-table-stacked > tbody,
    .table.b-table.b-table-stacked > tbody > tr,
    .table.b-table.b-table-stacked > tbody > tr > td,
    .table.b-table.b-table-stacked > tbody > tr > th {
        display: block;
    }

    .table.b-table.b-table-stacked > thead,
    .table.b-table.b-table-stacked > tfoot {
        display: none;
    }

        .table.b-table.b-table-stacked > thead > tr.b-table-top-row,
        .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
        .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
        .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
            display: none;
        }

    .table.b-table.b-table-stacked > caption {
        caption-side: top !important;
    }

    .table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
        content: attr(data-label);
        width: 40%;
        float: left;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: bold;
        font-style: normal;
        padding: 0 calc(1rem / 2) 0 0;
        margin: 0;
    }

    .table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
        display: block;
        clear: both;
        content: "";
    }

    .table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
        display: inline-block;
        width: calc(100% - 40%);
        padding: 0 0 0 calc(1rem / 2);
        margin: 0;
    }

    .table.b-table.b-table-stacked > tbody > tr.top-row, .table.b-table.b-table-stacked > tbody > tr.bottom-row {
        display: none;
    }

    .table.b-table.b-table-stacked > tbody > tr > :first-child {
        border-top-width: 3px;
    }

    .table.b-table.b-table-stacked > tbody > tr > [rowspan] + td,
    .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
        border-top-width: 3px;
    }

.b-time {
    min-width: 150px;
}

    .b-time[aria-disabled=true] output, .b-time[aria-readonly=true] output,
    .b-time output.disabled {
        background-color: #e9ecef;
        opacity: 1;
    }

    .b-time[aria-disabled=true] output {
        pointer-events: none;
    }

[dir=rtl] .b-time > .d-flex:not(.flex-column) {
    flex-direction: row-reverse;
}

.b-time .b-time-header {
    margin-bottom: 0.5rem;
}

    .b-time .b-time-header output {
        padding: 0.25rem;
        font-size: 80%;
    }

.b-time .b-time-footer {
    margin-top: 0.5rem;
}

.b-time .b-time-ampm {
    margin-left: 0.5rem;
}

.b-toast {
    display: block;
    position: relative;
    max-width: 350px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-clip: padding-box;
    z-index: 1;
    border-radius: 0.25rem;
}

    .b-toast .toast {
        background-color: rgba(255, 255, 255, 0.85);
    }

    .b-toast:not(:last-child) {
        margin-bottom: 0.75rem;
    }

    .b-toast.b-toast-solid .toast {
        background-color: white;
    }

    .b-toast .toast {
        opacity: 1;
    }

        .b-toast .toast.fade:not(.show) {
            opacity: 0;
        }

        .b-toast .toast .toast-body {
            display: block;
        }

.b-toast-primary .toast {
    background-color: rgba(230, 242, 255, 0.85);
    border-color: rgba(184, 218, 255, 0.85);
    color: #004085;
}

    .b-toast-primary .toast .toast-header {
        color: #004085;
        background-color: rgba(204, 229, 255, 0.85);
        border-bottom-color: rgba(184, 218, 255, 0.85);
    }

.b-toast-primary.b-toast-solid .toast {
    background-color: #e6f2ff;
}

.b-toast-secondary .toast {
    background-color: rgba(239, 240, 241, 0.85);
    border-color: rgba(214, 216, 219, 0.85);
    color: #383d41;
}

    .b-toast-secondary .toast .toast-header {
        color: #383d41;
        background-color: rgba(226, 227, 229, 0.85);
        border-bottom-color: rgba(214, 216, 219, 0.85);
    }

.b-toast-secondary.b-toast-solid .toast {
    background-color: #eff0f1;
}

.b-toast-success .toast {
    background-color: rgba(230, 245, 233, 0.85);
    border-color: rgba(195, 230, 203, 0.85);
    color: #155724;
}

    .b-toast-success .toast .toast-header {
        color: #155724;
        background-color: rgba(212, 237, 218, 0.85);
        border-bottom-color: rgba(195, 230, 203, 0.85);
    }

.b-toast-success.b-toast-solid .toast {
    background-color: #e6f5e9;
}

.b-toast-info .toast {
    background-color: rgba(229, 244, 247, 0.85);
    border-color: rgba(190, 229, 235, 0.85);
    color: #0c5460;
}

    .b-toast-info .toast .toast-header {
        color: #0c5460;
        background-color: rgba(209, 236, 241, 0.85);
        border-bottom-color: rgba(190, 229, 235, 0.85);
    }

.b-toast-info.b-toast-solid .toast {
    background-color: #e5f4f7;
}

.b-toast-warning .toast {
    background-color: rgba(255, 249, 231, 0.85);
    border-color: rgba(255, 238, 186, 0.85);
    color: #856404;
}

    .b-toast-warning .toast .toast-header {
        color: #856404;
        background-color: rgba(255, 243, 205, 0.85);
        border-bottom-color: rgba(255, 238, 186, 0.85);
    }

.b-toast-warning.b-toast-solid .toast {
    background-color: #fff9e7;
}

.b-toast-danger .toast {
    background-color: rgba(252, 237, 238, 0.85);
    border-color: rgba(245, 198, 203, 0.85);
    color: #721c24;
}

    .b-toast-danger .toast .toast-header {
        color: #721c24;
        background-color: rgba(248, 215, 218, 0.85);
        border-bottom-color: rgba(245, 198, 203, 0.85);
    }

.b-toast-danger.b-toast-solid .toast {
    background-color: #fcedee;
}

.b-toast-light .toast {
    background-color: rgba(255, 255, 255, 0.85);
    border-color: rgba(253, 253, 254, 0.85);
    color: #818182;
}

    .b-toast-light .toast .toast-header {
        color: #818182;
        background-color: rgba(254, 254, 254, 0.85);
        border-bottom-color: rgba(253, 253, 254, 0.85);
    }

.b-toast-light.b-toast-solid .toast {
    background-color: white;
}

.b-toast-dark .toast {
    background-color: rgba(227, 229, 229, 0.85);
    border-color: rgba(198, 200, 202, 0.85);
    color: #1b1e21;
}

    .b-toast-dark .toast .toast-header {
        color: #1b1e21;
        background-color: rgba(214, 216, 217, 0.85);
        border-bottom-color: rgba(198, 200, 202, 0.85);
    }

.b-toast-dark.b-toast-solid .toast {
    background-color: #e3e5e5;
}

.b-toaster {
    z-index: 1100;
}

    .b-toaster .b-toaster-slot {
        position: relative;
        display: block;
    }

        .b-toaster .b-toaster-slot:empty {
            display: none !important;
        }

    .b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
        position: fixed;
        left: 0.5rem;
        right: 0.5rem;
        margin: 0;
        padding: 0;
        height: 0;
        overflow: visible;
    }

        .b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
            position: absolute;
            max-width: 350px;
            width: 100%;
            /* IE 11 fix */
            left: 0;
            right: 0;
            padding: 0;
            margin: 0;
        }

        .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
            width: 100%;
            max-width: 100%;
        }

            .b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
            .b-toaster.b-toaster-top-full .b-toaster-slot .toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
            .b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
                width: 100%;
                max-width: 100%;
            }

    .b-toaster.b-toaster-top-right, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full {
        top: 0;
    }

        .b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot {
            top: 0.5rem;
        }

    .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full {
        bottom: 0;
    }

        .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot {
            bottom: 0.5rem;
        }

        .b-toaster.b-toaster-top-right .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
            margin-left: auto;
        }

        .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-bottom-center .b-toaster-slot {
            margin-right: auto;
        }

        .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
            transition: -webkit-transform 0.175s;
            transition: transform 0.175s;
            transition: transform 0.175s, -webkit-transform 0.175s;
        }

            .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
                transition-delay: 0.175s;
            }

        .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
            position: absolute;
            transition-delay: 0.175s;
        }

            .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
                transition-delay: 0s;
            }

.tooltip.b-tooltip {
    display: block;
    opacity: 0.9;
    outline: 0;
}

    .tooltip.b-tooltip.fade:not(.show) {
        opacity: 0;
    }

    .tooltip.b-tooltip.show {
        opacity: 0.9;
    }

    .tooltip.b-tooltip.noninteractive {
        pointer-events: none;
    }

    .tooltip.b-tooltip .arrow {
        margin: 0 0.25rem;
    }

    .tooltip.b-tooltip.bs-tooltip-right .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow {
        margin: 0.25rem 0;
    }

.tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #007bff;
}

.tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #007bff;
}

.tooltip.b-tooltip-primary .tooltip-inner {
    color: #fff;
    background-color: #007bff;
}

.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #6c757d;
}

.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #6c757d;
}

.tooltip.b-tooltip-secondary .tooltip-inner {
    color: #fff;
    background-color: #6c757d;
}

.tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #28a745;
}

.tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #28a745;
}

.tooltip.b-tooltip-success .tooltip-inner {
    color: #fff;
    background-color: #28a745;
}

.tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #17a2b8;
}

.tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #17a2b8;
}

.tooltip.b-tooltip-info .tooltip-inner {
    color: #fff;
    background-color: #17a2b8;
}

.tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #ffc107;
}

.tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #ffc107;
}

.tooltip.b-tooltip-warning .tooltip-inner {
    color: #212529;
    background-color: #ffc107;
}

.tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #dc3545;
}

.tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #dc3545;
}

.tooltip.b-tooltip-danger .tooltip-inner {
    color: #fff;
    background-color: #dc3545;
}

.tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #f8f9fa;
}

.tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #f8f9fa;
}

.tooltip.b-tooltip-light .tooltip-inner {
    color: #212529;
    background-color: #f8f9fa;
}

.tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
    border-top-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
    border-right-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    border-bottom-color: #343a40;
}

.tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
    border-left-color: #343a40;
}

.tooltip.b-tooltip-dark .tooltip-inner {
    color: #fff;
    background-color: #343a40;
}

.b-icon.bi {
    display: inline-block;
    overflow: visible;
    vertical-align: -0.15em;
}

.b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
    animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon;
}

@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g {
        -webkit-animation: none;
        animation: none;
    }
}

.b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
    animation: 0.75s infinite ease-in-out alternate b-icon-animation-cylon-vertical;
}

@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g {
        -webkit-animation: none;
        animation: none;
    }
}

.b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
    animation: 0.75s infinite ease-in-out alternate b-icon-animation-fade;
}

@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g {
        -webkit-animation: none;
        animation: none;
    }
}

.b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: 2s infinite linear normal b-icon-animation-spin;
    animation: 2s infinite linear normal b-icon-animation-spin;
}

@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g {
        -webkit-animation: none;
        animation: none;
    }
}

.b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
    -webkit-transform-origin: center;
    transform-origin: center;
    animation: 2s infinite linear reverse b-icon-animation-spin;
}

@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g {
        -webkit-animation: none;
        animation: none;
    }
}

.b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: 1s infinite steps(8) normal b-icon-animation-spin;
    animation: 1s infinite steps(8) normal b-icon-animation-spin;
}

@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g {
        -webkit-animation: none;
        animation: none;
    }
}

.b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
    -webkit-transform-origin: center;
    transform-origin: center;
    animation: 1s infinite steps(8) reverse b-icon-animation-spin;
}

@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g {
        -webkit-animation: none;
        animation: none;
    }
}

.b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
    animation: 0.75s infinite ease-in-out alternate b-icon-animation-throb;
}

@media (prefers-reduced-motion: reduce) {
    .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g {
        -webkit-animation: none;
        animation: none;
    }
}

@-webkit-keyframes b-icon-animation-cylon {
    0% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }

    100% {
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
    }
}

@keyframes b-icon-animation-cylon {
    0% {
        -webkit-transform: translateX(-25%);
        transform: translateX(-25%);
    }

    100% {
        -webkit-transform: translateX(25%);
        transform: translateX(25%);
    }
}

@-webkit-keyframes b-icon-animation-cylon-vertical {
    0% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
    }

    100% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
}

@keyframes b-icon-animation-cylon-vertical {
    0% {
        -webkit-transform: translateY(25%);
        transform: translateY(25%);
    }

    100% {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
    }
}

@-webkit-keyframes b-icon-animation-fade {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes b-icon-animation-fade {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes b-icon-animation-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes b-icon-animation-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes b-icon-animation-throb {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes b-icon-animation-throb {
    0% {
        opacity: 0.5;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
    font-size: 125%;
    vertical-align: text-bottom;
}

/*# sourceMappingURL=bootstrap-vue.css.map */

.validation-error, .error, .field-validation-error {
    color: Red;
}

.externalApplication-model, .internalApplication-model {
    top: 10% !important;
}

    .internalApplication-model .modal-content {
        background-color: #E9EBEB;
        padding: 20px;
        -webkit-box-shadow: 0px 8px 33px 10px rgba(0,0,0,0.43);
        -moz-box-shadow: 0px 8px 33px 10px rgba(0,0,0,0.43);
        box-shadow: 0px 8px 33px 10px rgba(0,0,0,0.43);
    }

.share-job-html {
    margin-top: 20px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 5px;
}

    .share-job-html p {
        padding-bottom: 15px;
    }

.chosen-select {
    width: 100%;
}

.chosen-container-multi .chosen-choices {
    border: none !important;
    border-radius: 5px;
    height: 55px !important;
    padding: 15px !important;
    font: 700 16px/16px 'Open Sans', sans-serif;
    color: #343f46 !important;
}

    .chosen-container-multi .chosen-choices li.search-choice {
        background-image: unset !important;
        background-color: #26baf1 !important;
        border-radius: 100px !important;
        color: #ffffff !important;
        border: none !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
        padding-right: 15px !important;
        margin-top: 0px !important;
    }

/*selction {
    position:relative;
}

    selction a.anchor {
        position: absolute;
        left: 0px;
        top: -75px;
    }*/

body {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font: normal 14px/18px 'OGT Raleway';
    color: #000;
}

p {
    padding: 0px;
    margin: 0px;
}

a {
    padding: 0px;
    margin: 0px;
    outline: none;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

label {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.dark-text {
    color: #575786!important;
}

ul li {
    padding: 0px;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}

input[type="text"]::-webkit-placeholder {
    opacity: 1;
}

input[type="text"]::-moz-placeholder {
    opacity: 1;
}

input[type="password"]::-webkit-placeholder {
    opacity: 1;
}

input[type="password"]::-moz-placeholder {
    opacity: 1;
}

input[type="search"]::-webkit-placeholder {
    opacity: 1;
}

input[type="search"]::-moz-placeholder {
    opacity: 1;
}

input[type="email"]::-webkit-placeholder {
    opacity: 1;
}

input[type="email"]::-moz-placeholder {
    opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
    opacity: 1;
}

input[type="tel"]::-moz-placeholder {
    opacity: 1;
}

textarea::-moz-placeholder {
    opacity: 1;
}

textarea::-webkit-placeholder {
    opacity: 1;
}

a:hover {
    outline: none !important;
    text-decoration: none;
}

a:active {
    outline: none !important;
    text-decoration: none;
}

a {
    text-decoration: none !important;
}


.wrapper {
    width: 100%;
}

.panel-default > .panel-heading {
    background: none !important;
    border: none !important;
    border-radius: 0px !important;
}

.panel-default {
    border-radius: 0px !important;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        background: none !important;
        border: none !important;
        border-radius: 0px !important;
    }

a:hover, a:focus {
    text-decoration: inherit !important;
}

.nav_top .navbar-brand {
    padding: 0px 0px !important;
}



/*
 font-family: 'OGT Raleway';
font-family: 'OGT Merriweather';
*/

/*site selection*/
.site-selection {
    background: #cc705c;
}

.site-selection-container {
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative;
}

.site-selection .btn-close {
    position: absolute;
    right: 0px;
    top: 5px;
    font: normal 16px/20px 'OGT Raleway';
    color: #ffffff;
    display: inline-block;
    background-image: url('/Frontend/Images/close_icon.svg');
    background-repeat: no-repeat;
    background-position: right;
    padding-right:23px;
}

.site-selection .btn-close:hover {
    opacity:0.8;
}

.site-selection h2 {
    font: bold 32px/40px 'OGT Raleway';
    color: #ffffff;
}

    .site-selection p {
        font: 300 16px/24px 'OGT Merriweather';
        color: #ffffff;
    }

.site-selection .button-container{
    padding-top:10px;
}

.site-selection .btnn {
    margin-top: 0px;
    margin-right: 12px;
}

@media only screen and (max-width: 767px) {
    .site-selection .button-container .btnn {
        width: 100%;
        margin-bottom: 10px;
    }
}




    /*header*/
    .header_sec {
        width: 100%;
        float: left;
        box-shadow: 0px 0px 1px 0px #ccc;
    }

    .topHeader {
        width: 100%;
        float: left;
        background: #fff;
        position: relative;
        z-index: 99;
    }

    .inntopHeader {
        width: 100%;
        float: left;
        position: relative;
    }

    /*menu*/
    .nav_top {
        width: 100%;
        background: none !important;
        padding: 0px;
        box-shadow: inherit;
        margin: 0px;
        border: none;
        border-radius: 0px;
        min-height: inherit;
        position: relative;
    }

        .nav_top .navbar-brand {
            padding: 15px 0px;
            margin: 0px;
            height: 100%;
            width: 200px;
        }

            .nav_top .navbar-brand img {
                max-width: 100%;
            }

        .nav_top .navbar-collapse {
            padding: 0px;
            border: none;
            box-shadow: inherit; /*justify-content: end;*/
        }

    .menu_sec {
        padding: 0px;
        margin-right: 400px;
        
    }

        .menu_sec li {
            margin: 0px 22px;
            position: inherit;
            border-top: 1px solid #fff;
        }

            .menu_sec li:first-child {
                margin-left: 0px;
                
            }

            .menu_sec li a {
                padding: 39px 0;
                font: bold 16px/20px 'OGT Raleway';
                color: #3e3e68 !important;
                text-decoration: none;
                /*-moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;*/
                position: relative;
            }

                .menu_sec li a.dropdown-toggle::after {
                    display: none;
                }





    .navbar .dropdown-menu {
        border: none;
        background-color: #fff !important;
        margin: 0px;
        border-radius: 0px !important;
        padding: 40px;
        z-index: 9999999;
    }

    .menu_sec li .dropdown-menu span {
        color: #575786;
        font: bold 21px/32px 'OGT Raleway' !important;
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }

        .menu_sec li .dropdown-menu span a {
            color: #575786 !important;
            padding: 0px !important;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.2;
            letter-spacing: normal;
            font-size: 25px !important;
        }

    .menu_sec li .dropdown-menu ul li {
        color: #080824;
        font: 500 16px/24px 'OGT Raleway';
        margin: 0px;
    }

        .menu_sec li .dropdown-menu .hasChildren ul li:first-child a,
        .menu_sec li .dropdown-menu ul li .first-resource {
            font-size: 21px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: normal;
            font-family: 'OGT Raleway';
        }

        .menu_sec li .dropdown-menu ul li a {
            width: 100%;
            display: inline-block;
            padding: 7px 0px !important;
            color: #34344b !important;
            font-family: 'OGT Raleway';
            font-size: 16px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.19;
            letter-spacing: normal;
            color: #24243d;
        }

        .menu_sec li .dropdown-menu ul li:hover a {
            color: #57a077 !important;
        }

    .menu_sec li .dropdown-menu strong {
        color: #fff;
        font: bold 21px/28px 'OGT Raleway';
    }

    .menu_sec li a.btnn {
        padding: 0px !important;
        line-height: 46px !important;
        color: #fff !important;
        border: 2px solid #fff;
    }

        .menu_sec li a.btnn:hover {
            background: #fff;
            color: #57a077 !important;
        }

    .navbar .dropdown-menu:after {
        width: 400px;
        content: '';
        background: #57A077 url(/Frontend/Images/brand-pattern-strip-white-opacity15.svg) repeat;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        background-size: 333%;
    }

    .menu_sec li .dropdown-menu .col-md-4:last-child {
        margin-top: -40px;
    }

    .menu_sec li.onlymob {
        display: none !important;
    }
        /*.menu_sec li.onlymob:hover .dropdown-menu{ display:none !important;}*/
        .menu_sec li.onlymob a:after {
            display: none;
        }

    .menu_sec li .dropdown-menu .col-md-8 {
        padding-right: 50px;
    }

    .menu_sec li .dropdown-menu ul li:first-child {
        border: none;
    }
    /* breakpoint and up - mega dropdown styles */
    @media screen and (min-width: 992px) {

        /* remove the padding from the navbar so the dropdown hover state is not broken */
        .navbar {
            padding-top: 0px;
            padding-bottom: 0px;
        }

            /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
            .navbar .nav-item {
                padding: .5rem .5rem;
                margin: 0 .25rem;
            }

            /* makes the dropdown full width  */
            .navbar .dropdown {
                position: static;
            }

            .navbar .dropdown-menu {
                width: 100%;
                left: 0;
                right: 0;
                /*  height of nav-item  */
                top: 100%;
            }

            /* shows the dropdown menu on hover */
            .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
                display: block !important;
            }

            .navbar .dropdown-menu {
                /*border: 1px solid rgba(0,0,0,.15);*/
                background-color: #fff;
            }
    }


    .certificateOfAnalysis_beforeSearch {
        border-width: 2px;
        border-style: solid;
        border-color: #585786;
        margin-top: 50px;
        margin-bottom: 50px;
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 40px;
        padding-right: 80px;
    }

        .certificateOfAnalysis_beforeSearch.after_search {
            background-color: #f5f6ff;
            border-color: #f5f6ff;
        }

        .certificateOfAnalysis_beforeSearch .pdf-image {
            text-align: right;
        }

        .certificateOfAnalysis_beforeSearch h4 {
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
        }

        .certificateOfAnalysis_beforeSearch .viewMore {
            float: unset;
            margin-left: 22px;
            margin-top: 7px;
            display: inline-block;
        }

    @media only screen and (max-width: 1366px) {
        .certificateOfAnalysis_beforeSearch {
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }

    @media only screen and (max-width: 1024px) {
        .certificateOfAnalysis_beforeSearch {
            margin-top: 20px;
            margin-bottom: 20px;
        }
    }

    @media only screen and (max-width: 767px) {

        .certificateOfAnalysis_beforeSearch {
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: 5px;
            margin-right: 5px;
            text-align: center;
            padding-top: 15px;
            padding-bottom: 15px;
            padding-left: 15px;
            padding-right: 15px;
        }

            .certificateOfAnalysis_beforeSearch h4 {
                font: bold 16px/18px 'OGT Raleway';
                margin-bottom: 15px;
            }

            .certificateOfAnalysis_beforeSearch .pdf-image {
                text-align: center;
            }

                .certificateOfAnalysis_beforeSearch .pdf-image img {
                    width: 60px;
                }
    }





    .headlink {
        width: auto;
        position: absolute;
        right: 0;
        top: 15px;
    }

        .headlink li {
            display: inline-block;
            font: 500 13px/15px 'OGT Raleway';
            color: #25253d;
            padding: 0px 15px;
        }

            .headlink li a {
                color: #25253d;
                position: relative;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                -webkit-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }

            .headlink li:hover a {
                color: #aab6d5;
            }

            .headlink li a:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
            }

            .headlink li:nth-child(1) a:before {
                background: url(/Frontend/Images/txt.svg) no-repeat left top;
                width: 16px;
                height: 13px;
                background-size: contain !important;
                left: -20px;
                top: 2px;
            }

            .headlink li:nth-child(2) a:before {
                background: url(/Frontend/Images/blog.svg) no-repeat left top;
                width: 13px;
                height: 14px;
                background-size: contain !important;
                left: -20px;
                top: 0px;
            }

            .headlink li:nth-child(3) a:before {
                background: url(/Frontend/Images/globe.svg) no-repeat left top;
                width: 14px;
                height: 13px;
                background-size: contain !important;
                left: -20px;
                top: 1px;
            }

            .headlink li:nth-child(4) a:before {
                background: url(/Frontend/Images/user.svg) no-repeat left top;
                width: 12px;
                height: 13px;
                background-size: contain !important;
                left: -20px;
                top: 0px;
            }

    .searchBox {
        width: 287px;
        height: 32px;
        background: #fff;
        border: 1px solid #707070;
        position: absolute;
        right: 0;
        top: 45px;
    }

        .searchBox input[type="text"] {
            width: 85%;
            float: left;
            height: 30px;
            border: none;
            outline: none;
            padding: 0px 5px;
            font: 500 13px/15px 'OGT Raleway';
            color: #25253d;
            -moz-appearance: none;
            -webkit-appearance: none;
        }

        .searchBox input[type="submit"] {
            width: 15%;
            float: right;
            height: 30px;
            background: url(/Frontend/Images/searchicon.svg) no-repeat center center;
            border: none;
            cursor: pointer;
            -moz-appearance: none;
            -webkit-appearance: none;
        }

    .topHeader:after {
        content: '';
        width: 34.33%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: #f5f6ff;
        z-index: -1;
    }

    .header_sec.fixed .topHeader:after {
        background: none !important;
    }


    /*Carousel banner */
    .bannerSec {
        width: 100%;
        float: left;
        background: #aab6d5;
        position: relative;
    }

    .banner_sec {
        width: 100%;
        position: relative;
    }

    .carousel-item {
        width: 100%;
        text-align: center;
    }

        .carousel-item img {
            width: 100%;
            object-fit: cover;
            min-height: 507px;
        }

    .banner_Itm_Inn {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .banner_Itm_Txt {
        width: 100%;
        height: 100%;
        padding: 0px 0 0 0;
        position: relative;
    }

    .innbanner_Itm_Txt {
        width: 500px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        text-align: left;
    }






    .banner_Itm_Txt h1 {
        font: bold 50px/59px 'OGT Raleway';
        color: #585786;
    }

        .banner_Itm_Txt h1.smaller-text {
            font: bold 37px/45px 'OGT Raleway';
        }

    @media only screen and (max-width: 767px) {
        .banner_Itm_Txt h1.smaller-text {
            font-size: 19px !important;
        }
    }

    .banner_Itm_Txt h2 {
        font: bold 32px/40px 'OGT Raleway';
        color: #585786;
    }

    .banner_Itm_Txt h3 {
        font: bold 25px/30px 'OGT Raleway';
        color: #585786;
    }

    .banner_Itm_Txt p {
        color: #454762;
        font: 300 16px/24px 'OGT Merriweather';
        padding-top: 15px;
    }

        .banner_Itm_Txt p a {
            color: #454762;
        }

    .bansrchBox {
        width: 100%;
        display: inline-block;
        margin-top: 30px;
    }

        .bansrchBox input[type="text"] {
            width: 85%;
            float: left;
            height: 50px;
            background: #fff;
            border: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            padding: 0px 15px;
            color: #585786;
            font: normal 16px/19px 'OGT Raleway';
        }

        .bansrchBox input[type="submit"] {
            width: 15%;
            float: right;
            height: 50px;
            border: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background: url(/Frontend/Images/searchicon.svg)#f5f6ff no-repeat center center;
            cursor: pointer;
        }

    .abspic {
        width: 48%;
        height: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

        .abspic img {
            width: 100%;
        }


    .bottombanSec {
        width: 100%;
        float: left;
        background: #f5f5fb;
        position: relative;
        padding: 40px 0px 50px;
    }
    /*.bottombanSec:before{ width:100%; height:37px; background:url(/Frontend/Images/design.png) repeat-x; content:''; position: absolute; left:0; top:-37px; z-index: 9; }*/
    .innbottombanSec {
        width: 100%;
        display: inline-block;
    }

    .bottombanBox {
        width: 100%;
        display: inline-block;
    }

    .bottomBoxpic {
        width: 100%;
        display: inline-block;
    }

        .bottomBoxpic img {
            max-width: 100%;
        }

    .bottomBoxtxt {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
    }

        .bottomBoxtxt p {
            color: #25253d;
            font: 300 16px/24px 'OGT Merriweather';
        }

    .btnn, .umbraco-forms-form input[type="submit"] {
        background: #57a077;
        width: 198px;
        height: 49px;
        display: inline-block;
        text-align: center;
        color: #fff;
        font: bold 16px/49px 'OGT Raleway';
        margin-top: 30px;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .umbraco-forms-form input[type="submit"] {
        font: bold 16px/16px 'OGT Raleway';
        margin-bottom: 25px;
    }

        .btnn:hover, .umbraco-forms-form input[type="submit"]:hover {
            background: #81b899;
        }

    .designpanel {
        width: 100%;
        float: left;
        background: url(/Frontend/Images/brand-pattern-strip-purple-opacity-15.svg) repeat;
        padding: 60px 0px;
    }

    @media only screen and (max-width: 2000px) {
        .designpanel {
            background-size: 2000px;
        }
    }

    .inndesignpanel {
        width: 100%;
        float: left;
    }

    .inndesignlt {
        width: 100%;
        display: inline-block;
    }

    .inndesignrt {
        width: 100%;
        display: inline-block;
        position: relative;
    }

        .inndesignrt img {
            width: 100%;
        }

    .inndesignrtBox {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0px;
        text-align: center;
        height: 80px;
    }

    .mediaCover {
        width: 100%;
        height: 100%;
        position: relative;
        background: rgba(255,255,255,0.5);
    }

    .inndesignrtBox .media {
        align-items: center;
        text-align: left;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        width: 500px;
    }

        .inndesignrtBox .media img {
            width: 59px;
        }

        .inndesignrtBox .media .media-body h4 {
            color: #25253d;
            font: bold 21px/25px 'OGT Raleway';
        }

    .absdesignBox {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .inndesignlt h2 {
        color: #575786;
        font: bold 32px/40px 'OGT Raleway';
    }

    .inndesignlt p {
        color: #575786;
        font: 300 16px/24px 'OGT Merriweather';
        padding-top: 25px;
    }

        .inndesignlt p a {
            color: #575786;
        }


    .discovermoreSec {
        width: 100%;
        float: left;
        padding: 90px 0px;
    }

    .heading {
        width: 100%;
        float: left;
    }

        .heading h2 {
            width: auto;
            float: left;
            color: #575786;
            font: bold 32px/40px 'OGT Raleway';
        }

    .viewMore {
        color: #585786;
        font: bold 16px/19px 'OGT Raleway';
        float: right;
        margin-top: 10px;
    }

        .viewMore span {
            position: relative;
        }

            .viewMore span:before {
                width: 17px;
                height: 13px;
                content: '';
                background: url(/Frontend/Images/arrwwhite.svg) no-repeat left center;
                position: absolute;
                left: -22px;
                top: 3px;
            }

    .inndiscovermore {
        width: 100%;
        display: inline-block;
        margin-top: 35px;
    }

    .discoverlt {
        width: 100%;
        display: inline-block;
        background: #57a077;
        padding: 25px;
    }

        .discoverlt .media .media-left {
            background: #fff;
            padding: 20px;
            max-width: 50%;
            margin-right: 30px;
        }

        @media only screen and (max-width: 767px) {
            .discoverlt .media{
                max-width:100%;
            }

            .discoverlt .media img {
                max-width: 100%;
            }
        }

            .discoverlt .media .media-left img {
                max-width: 100%;
                margin: 0px !important;
            }

        .discoverlt .media .media-body h4 {
            color: #fff;
            font: bold 21px/25px 'OGT Raleway';
        }

            .discoverlt .media .media-body h4 a {
                color: #fff;
            }

        .discoverlt .media .media-body h5 {
            color: #fff;
            font: normal 14px/16px 'OGT Raleway';
            margin-top: 20px;
        }

        .discoverlt .media .media-body ul {
            margin-top: 25px;
        }

            .discoverlt .media .media-body ul li {
                display: inline-block;
                color: #fff;
                font: normal 16px/19px 'OGT Raleway';
                padding: 0px 25px;
            }

                .discoverlt .media .media-body ul li a {
                    color: #fff;
                    position: relative;
                }

                    .discoverlt .media .media-body ul li a:before {
                        content: '';
                        background: url(/Frontend/Images/arrw.svg) no-repeat left center;
                        position: absolute;
                        left: -25px;
                        top: 0;
                        width: 17px;
                        height: 13px;
                    }


    .discoverrt {
        width: 100%;
        display: inline-block;
    }

        .discoverrt .media .media-body h4 {
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
            margin-top: 15px;
        }

            .discoverrt .media .media-body h4 a {
                color: #585786;
            }

        .discoverrt .media:first-child .media-body h4 {
            margin-top: 0px;
        }

        .discoverrt .media .media-body h5 {
            color: #585786;
            font: normal 14px/16px 'OGT Raleway';
            margin-top: 15px;
        }

    .latestNews {
        padding-top: 0px;
    }

    .innlatestNewsBoxes {
        width: 100%;
        display: inline-block;
        margin-top: 35px;
    }

    .latestNewsBox {
        width: 100%;
        display: inline-block;
    }

    .newsBoxpic {
        width: 100%;
        display: inline-block;
    }

        .newsBoxpic img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }

    .newsBoxTxt {
        width: 100%;
        display: inline-block;
        padding-top: 15px;
    }

        .newsBoxTxt h4 {
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
        }

            .newsBoxTxt h4 a {
                color: #585786;
            }

        .newsBoxTxt strong {
            color: #727199;
            font: normal 14px/16px 'OGT Raleway';
            margin-top: 15px;
            display: inline-block;
        }

        .newsBoxTxt p {
            color: #5d5d6f;
            font: 300 16px/24px 'OGT Merriweather';
            padding-top: 20px;
        }

        .newsBoxTxt .viewMore {
            float: left;
            padding-left: 22px;
        }

    .signupboxSec {
        width: 100%;
        float: left;
        background: #cc705c;
        padding: 25px 0px;
    }

    .innsignupbox {
        width: 100%;
        float: left;
    }

    .innsignupboxlt {
        width: 100%;
        float: left;
    }

    .innsignupboxrt {
        width: 100%;
        float: left;
        text-align: center;
    }

        .innsignupboxrt .btnn {
            margin-top: 10px;
        }

    .innsignupboxlt .media {
        align-items: center;
    }

        .innsignupboxlt .media .media-left img {
            width: 60px;
        }

        .innsignupboxlt .media .media-body h4 {
            font: bold 21px/25px 'OGT Raleway';
            color: #fff;
        }

    .footerSec {
        width: 100%;
        float: left;
    }

    .topfooterSec {
        background: #f5f6ff;
        width: 100%;
        float: left;
        padding: 80px 0px;
    }

    .topfootbox {
        width: 100%;
        display: inline-block;
    }

        .topfootbox ul {
            width: 100%;
            display: inline-block;
        }

            .topfootbox ul li {
                width: 100%;
                display: inline-block;
                font: normal 13px/15px 'OGT Raleway';
                padding: 3px 0px;
            }

                .topfootbox ul li a {
                    color: #585786;
                }

                .topfootbox ul li:hover a {
                    color: #abb7d5;
                }

        .topfootbox p {
            color: #585786;
            font: normal 13px/18px 'OGT Raleway';
            padding-top: 5px;
        }

            .topfootbox p a {
                color: #585786;
                text-decoration: underline !important;
            }

        .topfootbox img {
            max-width: 100%;
        }

    .bottomfooterSec {
        background: #585786;
        width: 100%;
        float: left;
        padding: 10px 0px;
    }

    .innbottomfooter {
        width: 100%;
        float: left;
    }

    .bottomfootlt {
        width: auto;
        float: left;
    }

        .bottomfootlt li {
            display: inline-block;
            color: #fff;
            font: normal 13px/18px 'OGT Raleway';
            padding: 0px 15px;
            position: relative;
        }

            .bottomfootlt li:after {
                content: '|';
                color: #fff;
                position: absolute;
                right: 0;
                top: 0;
            }

            .bottomfootlt li:last-child:after {
                display: none;
            }

            .bottomfootlt li a {
                color: #fff;
            }

            .bottomfootlt li:first-child {
                padding-left: 0px;
            }

    .bottomfootrt {
        width: auto;
        float: right;
    }

        .bottomfootrt li {
            display: inline-block;
            color: #fff;
            font: normal 18px/22px 'OGT Raleway';
            padding: 0px 7.5px;
        }

            .bottomfootrt li a {
                color: #fff;
            }

            .bottomfootrt li:hover a {
                color: #aab6d5;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -ms-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }


    .srchMob {
        display: none;
    }


    /* technology top lavel*/
    .technologySec {
        width: 100%;
        float: left;
        background: #fff;
        padding: 0px;
    }

    .toptechnologySec {
        width: 100%;
        float: left;
        background: #f5f6ff;
    }

        .toptechnologySec .inntechnologySec {
            width: 100%;
            display: inline-block;
            text-align: center;
        }

            .toptechnologySec .inntechnologySec ul {
                width: 100%;
                display: inline-block;
            }

                .toptechnologySec .inntechnologySec ul li {
                    display: inline-block;
                    color: #585786;
                    font: normal 21px/25px 'OGT Raleway';
                    padding: 0px 40px 5px;
                }

                    .toptechnologySec .inntechnologySec ul li a {
                        color: #585786;
                        width: 100%;
                        display: inline-block;
                        padding: 15px 0px 10px;
                    }

                        .toptechnologySec .inntechnologySec ul li:hover a, .toptechnologySec .inntechnologySec ul li a.selected {
                            font-weight: bold;
                        }

                    .toptechnologySec .inntechnologySec ul li.actv a {
                        font-weight: bold;
                    }

    .bottomtechnologySecBoxes {
        width: 100%;
        float: left;
    }

    .bottomtechnologySec {
        width: 100%;
        float: left;
    }

    .innbottomtechnologySec {
        width: 100%;
        float: left;
    }

    .technologyBoxLt {
        width: 100%;
        float: left;
        position: relative;
        min-height: 500px;
        padding: 25px 25px 0px;
    }

    .technologyBoxRt {
        width: 100%;
        float: left;
    }

        .technologyBoxRt img {
            width: 100%;
            height: 500px;
            object-fit: cover;
        }

    .inntechnologyBoxLt {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    @media (min-width: 992px) {
        .inntechnologyBoxLt {
            padding-right: 40px;
            padding-left: 40px;
        }
    }

    .inntechnologyBoxLt h4 {
        color: #585786;
        font: bold 21px/25px 'OGT Raleway';
        padding-top: 15px;
    }

    .inntechnologyBoxLt p {
        color: #575786;
        font: 300 16px/24px 'OGT Raleway';
        padding-top: 15px;
    }

    .inntechnologyBoxLt ul {
        width: 100%;
        float: left;
        margin-top: 15px;
    }

        .inntechnologyBoxLt ul li {
            width: 50%;
            float: left;
            color: #575786;
            font: bold 16px/19px 'OGT Raleway';
            padding: 8px 0px;
            min-height: 55px;
            padding-right: 20px;
        }

            .inntechnologyBoxLt ul li a {
                color: #575786;
            }

            .inntechnologyBoxLt ul li span {
                position: relative;
                padding-left: 25px;
            }

                .inntechnologyBoxLt ul li span:before {
                    background: url(/Frontend/Images/arrwwhite.svg) no-repeat left center;
                    width: 17px;
                    height: 13px;
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                }

    .bottomtechnologySecBoxes .bottomtechnologySec:nth-child(even) .innbottomtechnologySec .row {
        flex-direction: row-reverse;
    }

    .bottomtechnologySecBoxes .bottomtechnologySec:nth-child(even) .innbottomtechnologySec .inntechnologyBoxLt {
        right: inherit;
        left: 0;
        padding-right: 0;
        padding-left: 40px;
    }

    .findproductSec {
        width: 100%;
        float: left;
        background: #585786;
        padding: 45px 0px;
    }

    .innfindproductSec {
        width: 100%;
        display: inline-block;
    }

    .findproductLt {
        width: 100%;
        float: left;
    }

        .findproductLt .bansrchBox {
            margin-top: 0px;
        }

            .findproductLt .bansrchBox label {
                width: 100%;
                display: inline-block;
                font: bold 21px/25px 'OGT Raleway';
                color: #fff;
                margin-bottom: 15px;
            }

        .findproductLt .viewMore {
            float: left;
            color: #fff;
            margin-left: 25px;
        }

            .findproductLt .viewMore span::before {
                background: url(/Frontend/Images/arrw.svg) no-repeat left center;
            }

    .findproductRt {
        width: 100%;
        float: left;
        padding: 0px 75px 0px 25px;
    }

        .findproductRt h5 {
            font: bold 21px/25px 'OGT Raleway';
            color: #fff;
            margin-bottom: 15px;
        }

        .findproductRt ul {
            width: 100%;
            display: inline-block;
        }

            .findproductRt ul li {
                width: 100%;
                display: inline-block;
                color: #fff;
                font: 300 16px/24px 'OGT Raleway';
                position: relative;
                padding-left: 25px;
            }

                .findproductRt ul li:before {
                    background: url(/Frontend/Images/arrw.svg) no-repeat left center;
                    width: 17px;
                    height: 13px;
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 6px;
                }

                .findproductRt ul li a {
                    color: #fff;
                }

                .findproductRt ul li span {
                    position: relative; /*padding-left:25px; */
                }
    /*.findproductRt ul li span:before{ background:url(/Frontend/Images/arrw.svg) no-repeat left center; width:17px; height:13px; content:''; position: absolute; left:0; top:0; }*/
    .questionSecBox {
        width: 100%;
        float: left;
        background: #cc705c;
        padding: 50px 0px;
    }

    .innquestionSecBox {
        width: 100%;
        float: left;
    }

        .innquestionSecBox h4 {
            font: bold 21px/25px 'OGT Raleway';
            color: #fff;
        }

        .innquestionSecBox em {
            font: 300 16px/24px 'OGT Raleway';
            color: #fff;
            margin-top: 25px;
            display: inline-block;
        }

            .innquestionSecBox em a {
                color: #fff;
            }

            .innquestionSecBox em strong {
                font-weight: bold;
                padding-left: 35px;
            }

                .innquestionSecBox em strong:first-child {
                    padding-left: 0px;
                }

        .innquestionSecBox p {
            font: 500 16px/24px 'OGT Raleway';
            color: #fff;
            margin-top: 25px;
        }

    .frmBoxes {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
    }

    .frmbx {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
    }

    .umbraco-forms-form h2, .umbraco-forms-form legend, .innquestionSecBox h2 {
        color: #575786;
        font: 700 24px/30px 'OGT Raleway';
    }

    .frmbx label, .umbraco-forms-form label {
        width: 100%;
        display: inline-block;
        font: 300 16px/21px 'OGT Raleway';
        color: #fff;
        padding-bottom: 5px;
    }

    .innquestionSecBox h2 {
        margin-bottom: 25px;
    }

    .umbraco-forms-form .checkboxlist input,
    .umbraco-forms-form .checkboxlist label {
        margin-bottom: 10px;
    }

    .frmbx input[type="text"], .frmbx input[type="password"], .frmbx input[type="email"], .frmbx input[type="tel"], .frmbx select,
    .umbraco-forms-form input[type="text"], .umbraco-forms-form input[type="password"], .umbraco-forms-form input[type="email"], .umbraco-forms-form input[type="tel"], .umbraco-forms-form select {
        width: 100%;
        height: 40px;
        background: #fff;
        border: none;
        padding: 5px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        font: normal 16px/24px 'OGT Raleway';
        color: #000;
    }

        .frmbx select.minimal, .umbraco-forms-form select {
            background: url(/Frontend/Images/arw.svg)#fff no-repeat right center;
        }

            .frmbx select.minimal:focus, .umbraco-forms-form select:focus {
                background: url(/Frontend/Images/arw.svg)#fff no-repeat right center;
            }

    .frmbx textarea, .umbraco-forms-form textarea {
        width: 100%;
        height: 120px;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        resize: none;
        border: none;
        font: normal 16px/24px 'OGT Raleway';
        color: #000;
        padding: 10px;
    }

    .frmbx1 input[type="checkbox"], .umbraco-forms-form input[type="checkbox"] {
        display: none;
    }

        .frmbx1 input[type="checkbox"] + label, .umbraco-forms-form input[type="checkbox"] + label {
            font: 300 16px/30px 'OGT Raleway';
            color: #fff;
            cursor: pointer;
            display: inline-block;
            margin: 0;
            padding: 0px;
            vertical-align: middle;
            background: url(/Frontend/Images/chk.png) no-repeat left center;
            text-align: left;
            padding-left: 40px;
        }

            .frmbx1 input[type="checkbox"] + label a, .umbraco-forms-form input[type="checkbox"] + label a {
                color: #fff;
            }

                .frmbx1 input[type="checkbox"] + label a:hover, .umbraco-forms-form + label a:hover {
                    text-decoration: underline !important;
                }

        .frmbx1 input[type="checkbox"]:checked + label, .umbraco-forms-form input[type="checkbox"]:checked + label {
            background: url(/Frontend/Images/chk1.png) no-repeat left center;
            outline: none;
        }

    .frmbx .btnn, .umbraco-forms-form .btn {
        border: none;
        cursor: pointer;
    }

    .umbraco-forms-form label, .umbraco-forms-form select, .umbraco-forms-form legend {
        color: #575786 !important;
    }

    .umbraco-forms-form fieldset {
        border: none;
        padding: 0;
        margin: 0;
    }


    /*sureseqsublevel*/
    .bannerSec.banner2 img {
        height: 454px;
        object-fit: cover;
    }

    .bannerSec.banner2 .innbannerSec {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

    .bannerSec.banner2 .banBox {
        background: #3c3c66;
        width: 360px;
        top: 50%;
        position: absolute;
        left: 0;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

        .bannerSec.banner2 .banBox img {
            padding: 30px 35px;
            width: 100%;
            height: inherit;
            object-fit: inherit;
        }

    .bannerSec.banner2 .banBoxtxt {
        background: #ffc200;
    }

        .bannerSec.banner2 .banBoxtxt p {
            color: #fff;
            font: bold 25px/30px 'OGT Raleway';
            padding: 30px;
            text-align: left;
        }

    .panelBox {
        width: 100%;
        float: left;
        padding: 60px 0px;
    }

    .innpanelBox {
        width: 100%;
        float: left;
    }

    .panelBoxLt {
        width: 100%;
        float: left;
    }

        .panelBoxLt h4 {
            color: #575786;
            font: bold 32px/40px 'OGT Raleway';
        }

        .panelBoxLt p {
            color: #575786;
            font: 300 16px/24px 'OGT Merriweather';
            padding-top: 15px;
        }

    .videowatch {
        color: #575786;
        font: bold 21px/25px 'OGT Raleway';
        margin-top: 30px;
        display: inline-block;
        position: relative;
        padding-left: 50px;
    }

        .videowatch:before {
            width: 40px;
            height: 40px;
            content: '';
            background: url(/Frontend/Images/playbtn1.svg) no-repeat left center;
            position: absolute;
            left: 0;
            top: -8px;
        }


    .panelBoxRt {
        width: 100%;
        display: inline-block;
        margin-top: 90px;
    }

        .panelBoxRt ul {
            width: 100%;
            display: inline-block;
        }

            .panelBoxRt ul li {
                width: 100%;
                color: #585786;
                font: bold 21px/25px 'OGT Raleway';
                padding: 10px 0px;
                padding-left: 45px;
            }

                .panelBoxRt ul li a {
                    color: #585786;
                }

                .panelBoxRt ul li span {
                    position: relative;
                }

                    .panelBoxRt ul li span:before {
                        width: 37px;
                        height: 27px;
                        content: '';
                        background: url(/Frontend/Images/arrow.svg) no-repeat left center;
                        position: absolute;
                        left: -45px;
                        top: 0px;
                    }

    .workflowSec {
        width: 100%;
        float: left;
        padding: 50px 0px;
    }

    .innworkflowSec {
        width: 100%;
        float: left;
    }

        .innworkflowSec h4 {
            color: #575786;
            font: bold 32px/40px 'OGT Raleway';
        }

    .innworkflowBoxes {
        width: 100%;
        display: inline-block;
        margin-top: 40px;
    }

    .innworkflowBox {
        width: 100%;
        display: inline-block;
    }

    .wokflowpic {
        width: 100%;
        display: inline-block;
        min-height: 160px;
    }

        .wokflowpic img {
            max-width: 100%;
        }

    .workflowtxt {
        width: 100%;
        display: inline-block;
        margin-top: 20px;
    }

        .workflowtxt h4, .workflowtxt h4 a{
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
        }

    .borders {
        width: 100%;
        display: inline-block;
        margin-top: 20px;
    }

        .borders img {
            width: 100%;
        }

    .workflowtxt ul {
        width: 84%;
        display: inline-block;
        margin-top: 20px;
        padding-left: 25px;
    }

        .workflowtxt ul li {
            width: 100%;
            display: inline-block;
            color: #585786;
            font: bold 16px/19px 'OGT Raleway';
            padding: 5px 0px;
        }

            .workflowtxt ul li a {
                color: #585786;
            }

            .workflowtxt ul li span {
                position: relative;
            }

                .workflowtxt ul li span span {
                    left: 25px;
                }

            .workflowtxt ul li > span:before {
                width: 17px;
                height: 13px;
                content: '';
                background: url(/Frontend/Images/arrwwhite.svg) no-repeat left center;
                position: absolute;
                top: 4px;
            }



    .workflowborder {
        width: 100%;
        float: left;
    }

    .topworkflow {
        width: 100%;
        float: left;
        background: url(/Frontend/Images/patternstripyellow.svg) repeat;
        padding: 37px 0px; /*background-size: 140px;*/
        background-position: center center;
    }

    .innworkflowborder {
        width: 100%;
        float: left;
    }

        .innworkflowborder h4 {
            color: #575786;
            font: bold 32px/40px 'OGT Raleway';
        }

    .bottomworkflow {
        width: 100%;
        float: left;
        padding: 50px 0px;
    }

    .workflowBoxes {
        width: 100%;
        float: left;
    }

    .workflowbox {
        width: 100%;
        float: left;
        margin-bottom: 25px;
    }

    .workflowboxpic {
        width: 100%;
        float: left;
    }

        .workflowboxpic img {
            width: 100%;
        }

    .workflowboxtxt {
        width: 100%;
        display: inline-block;
        padding-top: 15px;
    }

        .workflowboxtxt h4 {
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
        }

            .workflowboxtxt h4 a {
                color: #585786;
            }

        .workflowboxtxt p {
            color: #25253d;
            font: 300 16px/21px 'OGT Merriweather';
            padding-top: 15px;
        }


    .bottomdiscovermoreSec {
        width: 100%;
        display: inline-block;
        margin-top: 90px;
    }

        .bottomdiscovermoreSec .media {
            align-items: center;
        }

            .bottomdiscovermoreSec .media .media-body h4 a {
                color: #000;
            }




    /*cytocellsublevel */
    .bannerSec.banner2 .banBoxtxt.pink {
        background: #ff3d9e;
    }

    .panelBoxPink .panelBoxRt ul li span::before {
        background: url(/Frontend/Images/arrowpink.svg) no-repeat left center;
    }

    .topworkflowPink {
        background: url(/Frontend/Images/strippink.svg) repeat; /*background-size: 215px;*/
        background-position: center center;
    }



    /*applicationtopleavel*/
    .bannerSec3 {
        background: url(/Frontend/Images/bluebg.jpg) repeat;
    }

    .aplicationtoplink:before {
        display: none;
    }

    .aplicationtoplink .technologyBoxLt .inntechnologyBoxLt h2 {
        color: #57a077;
        font: bold 32px/40px 'OGT Raleway';
    }



    .sublavelworkflow .workflowBoxes h3 {
        color: #57a077;
        font: bold 25px/36px 'OGT Raleway';
        border-bottom: 2px solid #57a077;
        margin-bottom: 25px;
    }

    .sublavelworkflow .workflowBoxes:last-child {
        margin-top: 30px;
    }


    /*applicationSubleavel*/
    .panelBoxGreen .panelBoxRt ul li span::before {
        background: url(/Frontend/Images/arrowgrn.svg) no-repeat left center;
        background-size: contain;
    }

    .sublavelworkflow .topworkflowPink {
        background: url(/Frontend/Images/strip1.svg) repeat;
        background-size: auto;
        padding: 27px 0px;
    }

    .findproductcancersSec {
        width: 100%;
        float: left;
        padding: 50px 0px;
    }

    .innfindproductcancersSec {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        .innfindproductcancersSec h3 {
            color: #575786;
            font: bold 32px/40px 'OGT Raleway';
        }

        .innfindproductcancersSec ul {
            width: 100%;
            display: inline-block;
            margin-top: 15px;
        }

            .innfindproductcancersSec ul li {
                display: inline-block;
                padding: 0px 15px;
                color: #25253d;
                font: bold 16px/40px 'OGT Raleway';
            }

                .innfindproductcancersSec ul li.frmbx {
                    width: 375px;
                }

                    .innfindproductcancersSec ul li.frmbx select {
                        border: 1px solid #9594b2;
                        color: #25253d;
                    }

    .cancersSecboxes {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

    .cancersSecbox {
        width: 100%;
        float: left;
        background: #3c3c66;
        padding: 20px;
        text-align: left;
        position: relative;
        margin-bottom: 70px;
    }

        .cancersSecbox h5 {
            color: #ffc200;
            font: bold 21px/25px 'OGT Raleway';
            min-height: 100px;
        }

        .cancersSecbox ul {
            width: 100%;
            display: inline-block;
        }

            .cancersSecbox ul li {
                width: 100%;
                display: inline-block;
                color: #fff;
                font: 500 14px/18px 'OGT Raleway';
                padding: 3px 0px;
            }

                .cancersSecbox ul li span {
                    font-weight: 400;
                }

    .view {
        color: #fff;
        font: 500 14px/18px 'OGT Raleway';
        margin-top: 40px;
        display: inline-block;
    }

        .view span {
            position: relative;
            padding-left: 25px;
        }

            .view span:before {
                background: url(/Frontend/Images/arrw.svg) no-repeat left center;
                width: 17px;
                height: 13px;
                content: '';
                position: absolute;
                left: 0;
                top: 2px;
            }

    .cancersSecbox:after {
        width: 100%;
        background: url(/Frontend/Images/yellowbg.jpg) repeat-x;
        background-size: cover;
        height: 35px;
        content: '';
        position: absolute;
        left: 0;
        bottom: -35px;
    }

    .cancersSecboxes .row .col-sm-4 .cancersSecbox.sky:after {
        background: url(/Frontend/Images/grnbg.jpg) repeat-x;
    }

    .cancersSecboxes .row .col-sm-4 .cancersSecbox.sky h5 {
        color: #29d1c9;
    }

    .cancersSecboxes .row .col-sm-4 .cancersSecbox.pink:after {
        background: url(/Frontend/Images/redbg.jpg) repeat-x;
    }

    .cancersSecboxes .row .col-sm-4 .cancersSecbox.light-pink:after {
        background: url(/Frontend/Images/Cytocell-probe-product-footer.svg) repeat-x;
    }

    .cancersSecboxes .row .col-sm-4 .cancersSecbox.pink h5 {
        color: #ff3d9e;
    }

    .cancersSecboxes .row .col-sm-4 .cancersSecbox.light-pink h5 {
        color: #ff83c1;
    }

    .cancersSecboxes .row .col-sm-4 .cancersSecbox.brand h5 {
        color: #abb7d6;
    }

    .bannerSec.banner2 .banner_Itm_Txt {
        min-height: 454px;
        position: relative;
    }

    .whiteban .banner_Itm_Txt .innbanner_Itm_Txt h1 {
        color: #fff;
    }

    .whiteban .banner_Itm_Txt .innbanner_Itm_Txt p {
        color: #fff;
    }



    /*Support & Resources */

    .supportworkflowSec {
        background: #f5f6ff;
    }

        .supportworkflowSec .workflowtxt p {
            color: #25253d;
            font: 300 14px/21px 'OGT Merriweather';
            padding-top: 20px;
        }

        .supportworkflowSec .innworkflowBoxes {
            margin-top: 0px;
        }

        .supportworkflowSec .workflowtxt {
            margin-top: 0px;
        }

    .exparthelpboxes {
        width: 100%;
        display: inline-block;
        margin-top: 90px;
    }

    .experthelpBox {
        width: 100%;
        display: inline-block;
        min-height: 350px;
        position: relative;
    }

    .innexperthelpBox {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .experthelpBox h2 {
        color: #575786;
        font: bold 32px/40px 'OGT Raleway';
    }

    .experthelpBox p {
        color: #575786;
        font: 300 16px/24px 'OGT Merriweather';
        padding-top: 10px;
    }

    .experthelpBox ul {
        width: 100%;
        display: inline-block;
        margin-top: 20px;
    }

        .experthelpBox ul li {
            display: inline-block;
            font: bold 16px/45px 'OGT Raleway';
            color: #fff;
            padding: 0px 7.5px;
        }

            .experthelpBox ul li:first-child {
                padding-left: 0px;
            }

            .experthelpBox ul li a {
                background: #57a077;
                color: #fff;
                display: inline-block;
                padding: 0px 25px;
            }

                .experthelpBox ul li a:hover {
                    background: #81b899;
                }

    .experthelpBoxPic {
        width: 100%;
        display: inline-block;
    }

        .experthelpBoxPic img {
            width: 100%;
            height: 350px;
            object-fit: cover;
        }



    .customerPanel {
        width: 100%;
        float: left;
        background: url(/Frontend/Images/patternstrip5.svg);
        padding: 75px 0px;
    }

        .customerPanel .inncustomerPanel h3 {
            color: #575786;
            font: bold 32px/40px 'OGT Raleway';
        }

    .inncustomerPanelBox {
        width: 100%;
        display: inline-block;
    }

    .customerPanelBX {
        width: 100%;
        display: inline-block;
        margin-top: 50px;
        padding-left: 110px;
        position: relative;
    }

        .customerPanelBX p {
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
            position: relative;
            padding: 5px 0px;
        }

        .customerPanelBX:before {
            content: '';
            position: absolute;
            left: 0;
            top: -15px;
            background: url(/Frontend/Images/quote.svg) no-repeat;
            width: 76px;
            height: 58px;
        }

        .customerPanelBX .media {
            margin-top: 50px;
            position: relative;
        }

            .customerPanelBX .media img {
                max-width: 50px;
            }

            .customerPanelBX .media .media-body p {
                color: #585786;
                font: 500 16px/22px 'OGT Raleway';
                padding: 0px 0px;
            }

            .customerPanelBX .media:before {
                width: 100px;
                height: 5px;
                content: '';
                background: #515080;
                position: absolute;
                left: 0;
                top: -25px;
            }

            .customerPanelBX .media .media-body p:before {
                display: none;
            }

    .inncustomerPanelBox .owl-nav {
        display: none;
    }

    .inncustomerPanelBox .owl-dots {
        display: none;
    }


    .signupboxSec.grn {
        background: #57a077;
    }

        .signupboxSec.grn .btnn {
            border: 2px solid #fff;
            width: 260px;
        }


    /* NGS Support Resources */

    .supportLinksQuick {
        width: 100%;
        float: left;
        margin-top: 90px;
    }

        .supportLinksQuick .bottomdiscovermoreSec {
            margin-top: 60px;
        }

            .supportLinksQuick .bottomdiscovermoreSec .media .media-body h4 {
                color: #585786 !important;
                font: bold 21px/25px 'OGT Raleway';
            }

                .supportLinksQuick .bottomdiscovermoreSec .media .media-body h4 a {
                    color: #585786 !important;
                }

    .ngsboxes {
        margin: 0px;
    }

        .ngsboxes .row:nth-child(even) {
            flex-direction: row-reverse;
            margin-top: 90px;
        }

        .ngsboxes .experthelpBox .innexperthelpBox .media .media-body h4 {
            color: #57a077;
            font: bold 21px/25px 'OGT Raleway';
        }

        .ngsboxes .experthelpBox .innexperthelpBox .media {
            margin-bottom: 15px;
        }

    .prodoc .findproductLt .bansrchBox p {
        color: #fff;
        font: 300 16px/24px 'OGT Merriweather';
        padding-bottom: 15px;
    }

    .customerPanel2 .customerPanelBX:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0;
        background: url(/Frontend/Images/quoteblue.svg) no-repeat;
        width: 76px;
        height: 58px;
    }

    .customerPanel2 .customerPanelBX {
        width: auto;
        float: left;
        padding-right: 230px;
        position: relative;
    }

    .customerPic {
        width: 210px;
        position: absolute;
        right: 0;
        top: 0;
    }

        .customerPic img {
            width: 100% !important;
        }

    .customerPanel2 .inncustomerPanel h3 {
        color: #57a077;
        font: bold 21px/25px 'OGT Raleway';
        background: url(/Frontend/Images/icon6.svg) no-repeat left center;
        padding-left: 50px;
    }

    .supportban {
    }

        .supportban img {
            min-height: 378px;
            object-fit: cover;
        }

        .supportban .innbanner_Itm_Txt {
            width: auto;
            max-width: 700px;
        }


    /*ngstipsTroubleshooting*/
    .ngsBoxes {
        width: 100%;
        float: left;
        padding: 20px 0px 50px;
    }

    .innngsBoxes {
        width: 100%;
        float: left;
    }

.ngsBox {
    width: 100%;
    float: left;
    padding: 25px 25px 50px;
    background: url(/Frontend/Images/bottompattern.svg) rgba(87, 160, 119, 1) no-repeat center bottom;
    margin-top: 30px;
    position: relative;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.ngsBox:hover {
    background-color:rgba(87, 160, 119, 0.8);
}

        .ngsBox h4 {
            color: #fff;
            font: bold 25px/30px 'OGT Raleway';
            min-height: 90px;
        }

    .bxview {
        color: #fff;
        font: 400 16px/19px 'OGT Raleway';
        position: relative;
        padding-left: 25px;
        margin-top: 25px;
        display: inline-block;
    }

        .bxview::before {
            content: '';
            background: url(/Frontend/Images/arrw.svg) no-repeat left center;
            position: absolute;
            left: 0;
            top: 3px;
            width: 17px;
            height: 13px;
        }

    .absngsBox {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    /*.ngsBox:hover{ background:url(/Frontend/Images/bottompattern.svg)#81b899 no-repeat center bottom;}*/


    .innsignupboxlt .media .media-body h4 a {
        color: #fff;
        text-decoration: underline !important;
    }

    .signupboxSec2 .innsignupboxrt .btnn {
        width: 100%;
    }

    .customerPanel3 {
        background: #fff;
    }

        .customerPanel3 .inncustomerPanel h3 {
            color: #585786;
            padding-left: 0px;
            background: none;
        }

    .btnTipsBack {
        color: #abb7d6;
        font: normal 18px/21px 'OGT Raleway';
        margin-top: 50px;
        display: inline-block;
        background: url(/Frontend/Images/arrow2.svg) no-repeat;
        padding-left: 25px;
        background-position: left top 5px;
    }


    /*fishfaq*/
    .faqBoxes {
        width: 100%;
        float: left;
        background: #f5f6ff;
        padding: 70px 0px;
    }

    .innfaqBoxes {
        width: 100%;
        display: inline-block;
    }

        .innfaqBoxes h4 {
            color: #575786;
            font: bold 32px/40px 'OGT Raleway';
        }

    .accordion {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
    }

        .accordion .card-header {
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
            background: #fff;
            border: none;
            padding: 0px;
        }

            .accordion .card-header a.card-link {
                width: 100%;
                display: inline-block;
                background: url(/Frontend/Images/minus.svg)#fff no-repeat right 15px center;
                padding: 15px 60px 15px 15px;
                color: #57a077;
            }

        .accordion .card {
            margin-top: 15px;
            border-radius: 0px;
            border: none;
        }

            .accordion .card .card-body {
                color: #25253d;
                font: 300 14px/21px 'OGT Merriweather';
                padding-right: 60px;
            }

                .accordion .card .card-body p {
                    color: #25253d;
                    font: 300 14px/24px 'OGT Merriweather';
                    padding: 5px 10px;
                }

                    .accordion .card .card-body p a {
                        color: #25253d;
                    }

                .accordion .card .card-body h3 {
                    color: #575786;
                    font: bold 32px/40px 'OGT Raleway';
                    padding-top: 10px;
                }

                .accordion .card .card-body h4 {
                    color: #575786;
                    font: bold 28px/34px 'OGT Raleway';
                    padding-top: 10px;
                }

                .accordion .card .card-body h5 {
                    color: #575786;
                    font: bold 22px/28px 'OGT Raleway';
                    padding-top: 10px;
                }

                .accordion .card .card-body ul, .accordion .card .card-body ol {
                    padding: 15px 0px;
                    margin: 0px;
                }

                .accordion .card .card-body ol {
                    padding-left: 15px;
                }

                    .accordion .card .card-body ul li, .accordion .card .card-body ol li {
                        color: #25253d;
                        color: #25253d;
                        font: 300 14px/24px 'OGT Merriweather';
                    }

                        .accordion .card .card-body ul li a, .accordion .card .card-body ol li a {
                            color: #25253d;
                        }


        .accordion .card-header a.card-link.collapsed {
            background: url(/Frontend/Images/plus.svg)#fff no-repeat right 15px center;
            color: #585786;
        }

    /*Whats wrong with my arrays*/
    .supportban .btnTipsBack {
        position: absolute;
        left: 0;
        top: 25px;
        margin: 0px;
    }

    .whatsWrongBoxes {
        width: 100%;
        display: inline-block;
    }

    .topwhatsWrong {
        width: 100%;
        float: left;
        background: #f5f6ff;
        padding: 10px 0px;
    }

    .inntopwhatsWrong {
        width: 100%;
        float: left;
    }

        .inntopwhatsWrong ul {
            width: 100%;
            display: inline-block;
        }

            .inntopwhatsWrong ul li {
                display: inline-block;
                color: #585786;
                font: 500 21px/25px 'OGT Raleway';
                padding: 0px 15px;
                padding-left: 50px;
            }

                .inntopwhatsWrong ul li:first-child {
                    padding-left: 0px;
                }

                .inntopwhatsWrong ul li span {
                    color: #585786;
                    padding: 15px 0px;
                    display: inline-block;
                    position: relative;
                }

                .inntopwhatsWrong ul li:nth-child(2) span:before {
                    content: '';
                    background: url(/Frontend/Images/probicon.svg) no-repeat center center;
                    width: 48px;
                    height: 48px;
                    position: absolute;
                    left: -58px;
                    top: 0;
                }

                .inntopwhatsWrong ul li:nth-child(3) span:before {
                    content: '';
                    background: url(/Frontend/Images/idenicon.svg) no-repeat center center;
                    width: 48px;
                    height: 48px;
                    position: absolute;
                    left: -58px;
                    top: 0;
                }

                .inntopwhatsWrong ul li:nth-child(4) span:before {
                    content: '';
                    background: url(/Frontend/Images/solutionicon.svg) no-repeat center center;
                    width: 48px;
                    height: 48px;
                    position: absolute;
                    left: -58px;
                    top: 0;
                }


    .bottomwhatsWrong {
        width: 100%;
        display: inline-block;
        padding: 70px 0px 50px;
    }

    .innbottomwhatsWrong {
        width: 100%;
        display: inline-block;
    }

        .innbottomwhatsWrong ul.tabs-menu {
            width: 100%;
            display: inline-block;
            border-bottom: 2px solid #d3d3d3;
        }

            .innbottomwhatsWrong ul.tabs-menu li {
                display: inline-block;
                color: #abb7d6;
                font: 500 21px/25px 'OGT Raleway';
                margin-right: 25px;
            }

                .innbottomwhatsWrong ul.tabs-menu li a {
                    color: #abb7d6;
                    padding: 15px 0px;
                    display: inline-block;
                    position: relative;
                }

                    .innbottomwhatsWrong ul.tabs-menu li a:after {
                        content: '';
                        width: 100%;
                        height: 2px;
                        background: transparent;
                        position: absolute;
                        left: 0;
                        bottom: -2px;
                    }

                .innbottomwhatsWrong ul.tabs-menu li.current a {
                    color: #585786;
                }

                    .innbottomwhatsWrong ul.tabs-menu li.current a:after {
                        background: #48477a;
                    }

    .inncontentBox {
        width: 100%;
        display: inline-block;
        background: #f5f6ff;
        padding: 25px;
        margin-top: 15px;
        position: relative;
    }

        .inncontentBox ul {
            width: 100%;
            display: inline-block;
        }

            .inncontentBox ul li {
                width: 100%;
                display: inline-block;
                color: #575786;
                font: normal 16px/24px 'OGT Merriweather';
                padding: 5px 0px;
                padding-left: 40px;
                position: relative;
            }

                .inncontentBox ul li:first-child {
                    color: #585786;
                    font: bold 21px/25px 'OGT Raleway';
                }

                    .inncontentBox ul li:first-child:before {
                        content: '';
                        background: url(/Frontend/Images/probicon.svg) no-repeat center center;
                        width: 30px;
                        height: 30px;
                        position: absolute;
                        left: 0px;
                        top: 0;
                        background-size: contain !important;
                    }

                .inncontentBox ul li:nth-child(2):before {
                    content: '';
                    background: url(/Frontend/Images/idenicon.svg) no-repeat center center;
                    width: 30px;
                    height: 30px;
                    position: absolute;
                    left: 0px;
                    top: 0;
                    background-size: contain !important;
                }

                .inncontentBox ul li:nth-child(3):before {
                    content: '';
                    background: url(/Frontend/Images/solutionicon.svg) no-repeat center center;
                    width: 30px;
                    height: 30px;
                    position: absolute;
                    left: 0px;
                    top: 0;
                    background-size: contain !important;
                }

    .hideresolution {
        position: absolute;
        right: 25px;
        top: 18px;
        color: #585786;
        font: bold 16px/19px 'OGT Raleway';
        background: url(/Frontend/Images/arw1.svg) no-repeat left center;
        padding-left: 25px;
    }







    .bottomwhatsWrong .accordions {
    }

        .bottomwhatsWrong .accordions .card {
            border: none;
            margin-top: 15px
        }

        .bottomwhatsWrong .accordions .card-header {
            border: none;
            background: #f5f6ff;
            padding: 0px;
        }

            .bottomwhatsWrong .accordions .card-header .card-link {
                color: #585786;
                font: bold 21px/25px 'OGT Raleway';
                position: relative;
                width: 100%;
                display: inline-block;
                padding: 15px;
            }

                .bottomwhatsWrong .accordions .card-header .card-link b {
                    position: relative;
                    font-weight: 700;
                    padding-left: 45px;
                }

                    .bottomwhatsWrong .accordions .card-header .card-link b:before {
                        content: '';
                        background: url(/Frontend/Images/probicon.svg) no-repeat center center;
                        width: 30px;
                        height: 30px;
                        position: absolute;
                        left: 0px;
                        top: -4px;
                        background-size: contain !important;
                    }

        .bottomwhatsWrong .accordions .card-body {
            background: #f5f6ff;
            padding: 15px;
            padding-top: 0px;
            color: #575786;
            font: normal 16px/24px 'OGT Merriweather';
        }

            .bottomwhatsWrong .accordions .card-body ul, .bottomwhatsWrong .accordions .card-body ol {
                width: 100%;
                display: inline-block;
                margin: 15px 0px;
            }

                .bottomwhatsWrong .accordions .card-body ul li {
                    width: auto; /*display:inline-block;*/
                    color: #575786;
                    font: normal 16px/24px 'OGT Merriweather';
                    padding: 5px 0px;
                    margin-left: 60px;
                    position: relative;
                    list-style-type: disc;
                }

            .bottomwhatsWrong .accordions .card-body .whatsWrongImage {
                padding-right: 40px;
                padding-left: 40px;
            }

                .bottomwhatsWrong .accordions .card-body .whatsWrongImage img {
                    max-width: 100%;
                }

    @media only screen and (max-width: 767px) {
        .bottomwhatsWrong .accordions .card-body .whatsWrongImage img {
            display: none;
        }
    }




    .bottomwhatsWrong .accordions .card-body ol li {
        width: auto; /*display:inline-block;*/
        color: #575786;
        font: normal 16px/24px 'OGT Merriweather';
        padding: 5px 0px;
        position: relative;
        margin-left: 20px;
        list-style-type: decimal;
    }

    .bottomwhatsWrong .accordions .card-header .card-link .hideresolution em {
        font-style: inherit;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .bottomwhatsWrong .accordions .card-header .card-link .hideresolution em:first-child {
            display: none;
        }

        .bottomwhatsWrong .accordions .card-header .card-link .hideresolution em:last-child {
            display: block;
        }

    .bottomwhatsWrong .accordions .card-header .card-link.collapsed .hideresolution em:first-child {
        display: block;
    }

    .bottomwhatsWrong .accordions .card-header .card-link.collapsed .hideresolution em:last-child {
        display: none;
    }


    .bottomwhatsWrongFish {
        padding-top: 30px;
    }

        .bottomwhatsWrongFish .accordions .card-body {
            position: relative;
            padding-right: 300px;
            min-height: 145px;
        }

    .fishPic {
        width: 120px;
        position: absolute;
        right: 160px;
        top: 0;
    }

        .fishPic img {
            width: 100%;
        }

    .imgBox {
        width: 100%;
        display: inline-block;
    }

        .imgBox img {
            width: 100%;
        }

    .bottomwhatsWrong .accordions .card-body h2 {
        color: #585786;
        font: bold 21px/25px 'OGT Raleway';
        padding-left: 40px;
        padding-top: 5px;
    }

    .bottomwhatsWrong .accordions .card-body h3 {
        color: #585786;
        font: bold 18px/22px 'OGT Raleway';
        padding-left: 40px;
        padding-top: 5px;
    }

    .bottomwhatsWrong .accordions .card-body h4 {
        color: #585786;
        font: bold 16px/20px 'OGT Raleway';
        padding-left: 40px;
        padding-top: 5px;
    }

    .bottomwhatsWrong .accordions .card-body p {
        padding-left: 40px;
        padding-top: 5px;
        font-size: 14px;
        line-height: 22px;
    }

        .bottomwhatsWrong .accordions .card-body p a {
            color: #575786;
        }

    .bottomwhatsWrong .accordions .card-body h2 a, .bottomwhatsWrong .accordions .card-body h3 a, .bottomwhatsWrong .accordions .card-body h4 a {
        color: #585786;
    }

    /*NGS videos*/
    .ngsvideosSec {
        padding: 50px 0px;
    }

    .typeofVideo {
        width: 100%;
        display: inline-block;
    }

        .typeofVideo .frmbx {
            max-width: 435px;
        }

            .typeofVideo .frmbx select {
                border: 1px solid #585786;
                color: #585786;
            }

    .ngsvideosSec .latestNewsBox {
        margin-top: 50px;
    }

    .ngsvideosSec .innlatestNewsBoxes {
        margin-top: 0px;
    }

        .ngsvideosSec .innlatestNewsBoxes .newsBoxpic {
            position: relative;
        }

            .ngsvideosSec .innlatestNewsBoxes .newsBoxpic .absplay {
                width: 59px;
                height: 59px;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                -moz-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
            }

                .ngsvideosSec .innlatestNewsBoxes .newsBoxpic .absplay img {
                    width: 100%;
                    height: 100%;
                }

    .headlink .dropdown .dropdown-menu .dropdown-item:before {
        display: none;
    }

    .headlink .dropdown .dropdown-menu .dropdown-item {
        font: 500 13px/15px 'OGT Raleway';
        color: #25253d;
        width: 100%;
        padding: 10px;
    }


        .headlink .dropdown .dropdown-menu .dropdown-item:hover {
            background-color: #57a077;
            color: #fff;
        }

    .headlink .dropdown .dropdown-menu {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        max-height: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        margin: 0px;
        border: none;
        background: #fff !important;
        width: 100%;
        border-radius: 0;
        left: 50%;
        right: inherit;
        box-shadow: inherit;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        min-width: 100px;
    }

    .headlink .dropdown .dropdown-menu {
        margin-top: 14px;
        padding: 0;
    }

    .headlink .dropdown:hover .dropdown-menu {
        max-height: 350px;
        opacity: 1;
        visibility: visible;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    }

    /*.menu_sec li:nth-child(3) .dropdown-menu ul li:first-child a {
    font-weight: 400;
}

.menu_sec li:nth-child(4) .dropdown-menu ul li:first-child a {
    font-weight: 400;
}*/
    /* ngs literature */
    .literatureSec {
        padding: 50px 0px 150px;
    }

        .literatureSec .innfindproductcancersSec {
        }

            .literatureSec .innfindproductcancersSec ul {
                margin-top: 0px;
                text-align: left;
            }

                .literatureSec .innfindproductcancersSec ul li {
                    margin-top: 0px;
                }

    .literatureBoxes {
        width: 100%;
        display: inline-block;
        text-align: center;
        position: relative;
    }

    .literatureBox {
        width: 100%;
        display: inline-block;
        background: #f5f6ff;
        padding: 25px;
        margin-top: 25px;
    }

    .literatureBoxLt {
        width: 100%;
        display: inline-block;
        text-align: left;
    }

        .literatureBoxLt h4 {
            color: #3c3c66;
            font: bold 21px/25px 'OGT Raleway';
        }

            .literatureBoxLt h4 a {
                color: #3c3c66;
            }

        .literatureBoxLt ul {
            width: 100%;
            display: inline-block;
            padding: 15px 0px 10px;
        }

            .literatureBoxLt ul li {
                display: inline-block;
                color: #585786;
                font: bold 14px/24px 'OGT Raleway';
                padding-right: 15px;
            }

                .literatureBoxLt ul li span {
                    font-weight: 400;
                }

        .literatureBoxLt p {
            font: 300 14px/21px 'OGT Raleway';
            color: #25253d;
            padding-top: 10px;
        }

        .literatureBoxLt .viewMore {
            float: left;
            padding-left: 25px;
            margin-top: 15px;
        }

    .literatureBoxRt {
        width: 100%;
        display: inline-block;
        background: #fff;
        padding: 10px;
        text-align: center;
    }

        .literatureBoxRt img {
            max-width: 100%;
        }

    .literatureBoxes .btnTipsBack {
        position: absolute;
        left: 0;
        bottom: 15px;
    }

    /* ngs literature article */

    .bannerSec .innbanner_Itm_Txt ul li {
        display: inline-block;
        color: #f5f6ff;
        font: bold 16px/19px 'OGT Raleway';
        padding-right: 15px;
        margin-top: 15px;
    }

        .bannerSec .innbanner_Itm_Txt ul li span {
            font-weight: 400;
        }

    .article .innbanner_Itm_Txt {
        padding: 0px 200px;
        width: 100%;
        max-width: inherit;
    }

    .articleSec {
        padding-bottom: 50px;
    }

    .articleBoxes {
        width: 100%;
        display: inline-block;
        color: #25253d;
        font: 300 14px/21px 'OGT Merriweather';
        padding: 0px 200px;
    }

        .articleBoxes p {
            color: #25253d;
            font: 300 14px/24px 'OGT Merriweather';
            padding: 10px 0px;
        }

            .articleBoxes p:first-child {
                padding-top: 0px;
            }

        .articleBoxes ul.btnns {
            margin-top: 30px;
        }

            .articleBoxes ul.btnns li {
                display: inline-block;
                margin-right: 15px;
            }

                .articleBoxes ul.btnns li a {
                    width: auto;
                    height: 49px;
                    background: #57a077;
                    display: inline-block;
                    color: #fff;
                    padding: 0px 25px;
                    font: 700 16px/49px 'OGT Raleway';
                    -moz-transition: all 0.5s ease-in-out;
                    -o-transition: all 0.5s ease-in-out;
                    -webkit-transition: all 0.5s ease-in-out;
                    -ms-transition: all 0.5s ease-in-out;
                    transition: all 0.5s ease-in-out;
                }

                    .articleBoxes ul.btnns li a:hover {
                        background: #81b899;
                    }

        .articleBoxes h2 {
            color: #585786;
            font: bold 32px/40px 'OGT Raleway';
        }

        .articleBoxes h3 {
            color: #585786;
            font: bold 24px/32px 'OGT Raleway';
            padding-top: 10px;
        }

        .articleBoxes h4 {
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
            padding-top: 10px;
        }

        .articleBoxes h5 {
            color: #585786;
            font: bold 18px/22px 'OGT Raleway';
            padding-top: 10px;
        }

        .articleBoxes ol, .articleBoxes ul {
            padding-top: 10px;
            margin: 0px;
            padding: 5px;
        }

        .articleBoxes ol {
            padding-left: 20px;
        }

        .articleBoxes li {
            color: #25253d;
            font: 300 14px/21px 'OGT Merriweather';
        }

            .articleBoxes li a {
                color: #25253d;
            }

        .articleBoxes p a, .std-link {
            color: #58a077;
            text-decoration:underline !important;

        }

            .articleBoxes p a:hover, .std-link:hover {
                color: #25253d;
                text-decoration: none;
            }





    .btmpanel {
        width: 100%;
        display: inline-block;
    }

    .topInnbtmpanel {
        width: 100%;
        display: inline-block;
        padding: 30px 200px;
        border-bottom: 1px solid #f3f3f3;
    }

    .bottomInnbtmpanel {
        width: 100%;
        display: inline-block;
        text-align: center;
        padding: 35px 0px;
    }

    .topbtmBox {
        width: 100%;
        display: inline-block;
    }

        .topbtmBox h4 {
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
        }

        .topbtmBox ul {
            width: 100%;
            display: inline-block;
            margin-top: 25px;
        }

            .topbtmBox ul li {
                color: #585786;
                font: bold 16px/19px 'OGT Raleway';
                padding: 5px 0px;
                background: url(/Frontend/Images/arrwwhite.svg) no-repeat left center;
                padding-left: 25px;
            }

                .topbtmBox ul li a {
                    color: #585786;
                }

    .topbtmBoxshare {
        width: 100%;
        display: inline-block;
    }

        .topbtmBoxshare ul {
            background: #e7e7f2;
            display: inline-block;
            padding: 10px;
            float: right;
        }

            .topbtmBoxshare ul li {
                display: inline-block;
                font: bold 21px/25px 'OGT Raleway';
                color: #585786;
                padding: 0px 5px;
            }

                .topbtmBoxshare ul li a {
                    color: #585786;
                }

    .bottomInnbtmpanel h5 {
        color: #575786;
        font: bold 32px/40px 'OGT Raleway';
    }

    .bottomBoxpanel {
        width: 100%;
        display: inline-block;
        padding: 15px;
        background: #f5f6ff;
        text-align: left;
        margin-top: 30px;
        min-height: 220px;
    }

        .bottomBoxpanel h4 {
            color: #3c3c66;
            font: bold 21px/25px 'OGT Raleway';
        }

            .bottomBoxpanel h4 a {
                color: #3c3c66;
            }

        .bottomBoxpanel ul {
            width: 100%;
            display: inline-block;
            padding: 10px 0px;
        }

            .bottomBoxpanel ul li {
                display: inline-block;
                color: #585786;
                font: bold 16px/19px 'OGT Raleway';
                padding-right: 15px;
            }

                .bottomBoxpanel ul li span {
                    font-weight: 400;
                }

        .bottomBoxpanel .viewMore {
            float: left;
            margin-left: 20px;
        }

    .bottomInnbtmpanel .btnTipsBack {
        float: left;
    }

    /*publication*/
    .publicationBoxes .literatureBox {
        padding: 40px 200px 40px 60px;
    }

    .publicationSec .innfindproductcancersSec ul {
        text-align: right;
    }

        .publicationSec .innfindproductcancersSec ul li:first-child {
            float: left;
            padding-left: 0px;
        }

        .publicationSec .innfindproductcancersSec ul li:last-child {
            padding-right: 0px;
        }


    /*support form*/
    .supportSecBox {
        background: #fff;
    }

        .supportSecBox .innquestionSecBox sup {
            color: #575786;
            font: 300 14px/24px 'OGT Merriweather';
        }

        .supportSecBox .innquestionSecBox h4 {
            color: #575786;
            padding-top: 25px;
        }

        .supportSecBox .frmbx input[type="text"], .supportSecBox .frmbx input[type="password"], .supportSecBox .frmbx input[type="email"], .supportSecBox .frmbx input[type="tel"], .supportSecBox .frmbx select, .supportSecBox .frmbx textarea,
        .umbraco-forms-form input[type="text"], .umbraco-forms-form input[type="password"], .umbraco-forms-form input[type="email"], .umbraco-forms-form input[type="tel"], .umbraco-forms-form select, .umbraco-forms-form textarea {
            border: 1px solid #585786;
        }

        .supportSecBox .frmbx select, .umbraco-forms-form select {
            color: #575786;
        }

        .supportSecBox .frmbx label, .umbraco-forms-form label {
            color: #575786;
        }

        .supportSecBox .frmbx1 input[type="checkbox"] + label, .umbraco-forms-form input[type="checkbox"] + label {
            color: #575786;
        }

        .supportSecBox .frmbx, .umbraco-forms-field, .umbraco-forms-form legend, .umbraco-forms-form fieldset {
            margin-top: 25px;
        }

    .umbraco-forms-container, .umbraco-forms-navigation .col-md-12 {
        padding-right: 0;
        padding-left: 0;
    }


    /*Team profile*/
    .mailid {
        color: #fff;
        margin-top: 20px;
        display: inline-block;
    }

    .teamprofile .customerPanelBX .media::before {
        background: #57a077;
    }

    /*procedure*/
    .procedureSec {
        padding: 50px 0px;
        width: 100%;
        display: inline-block;
    }

    .innprocedureSec {
        width: 100%;
        display: inline-block;
        margin-top: 20px;
    }

    .procedureBox {
        width: 100%;
        display: inline-block;
        min-height: 400px;
        position: relative;
    }

    .innprocedureBox {
        width: 100%;
        display: inline-block; /*position: absolute; top:50%; left:0; 
transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);*/
        padding-right: 100px;
    }

    .procedureBoxPic {
        width: 100%;
        display: inline-block;
    }

        .procedureBoxPic img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

    .innprocedureBox em {
        background: #cc705c;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        font: 700 21px/48px 'OGT Raleway';
        color: #fff;
        display: block;
    }

    .innprocedureBox h2 {
        color: #585786;
        font: bold 32px/40px 'OGT Raleway';
        margin-top: 10px;
        display: inline-block;
    }

        .innprocedureBox h2 a {
            color: #585786;
        }

    .innprocedureBox h3 {
        color: #585786;
        font: bold 25px/30px 'OGT Raleway';
        margin-top: 10px;
        display: inline-block;
    }

        .innprocedureBox h3 a {
            color: #585786;
        }

    .innprocedureBox h4 {
        color: #585786;
        font: bold 21px/25px 'OGT Raleway';
        margin-top: 10px;
        display: inline-block;
    }

        .innprocedureBox h4 a {
            color: #585786;
        }

    .innprocedureBox h5 {
        color: #585786;
        font: bold 18px/24px 'OGT Raleway';
        margin-top: 10px;
        display: inline-block;
    }

        .innprocedureBox h5 a {
            color: #585786;
        }

    .innprocedureBox ul, .innprocedureBox ol {
        width: 100%;
        display: inline-block;
        padding: 0px;
        padding-top: 15px;
        margin: 0px;
    }

    .innprocedureBox li, .innprocedureBox p {
        color: #575786;
        font: 300 16px/24px 'OGT Merriweather';
        padding-top: 5px;
        list-style-type: none;
    }

        .innprocedureBox li a, .innprocedureBox p a {
            color: #585786;
        }

    .innprocedureBox a {
        color: #585786;
    }


    /*teamSec*/

    .teamSec .articleBoxes {
        max-width: 700px;
        padding: 0px;
    }

    .customerBoxes {
        width: 100%;
        display: inline-block;
    }

        .customerBoxes h4 {
            color: #585786;
            font: bold 32px/40px 'OGT Raleway';
            padding-top: 25px;
        }

    .customerBox {
        width: 100%;
        display: inline-block;
        margin-top: 40px;
    }

        .customerBox img {
            width: 100%;
        }

        .customerBox h5 {
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
            padding-top: 15px;
        }

            .customerBox h5 a {
                color: #585786;
            }

        .customerBox p {
            color: #575786;
            font: 300 16px/24px 'OGT Merriweather';
            padding-top: 10px;
        }

        .customerBox .viewMore {
            float: left;
            margin-left: 22px;
        }

    /*productsearch*/
    .productsearchSec .cancersSecbox ul {
        min-height: 245px;
    }

    .productsearchSec .productsearchSecLeft {
        width: 100%;
        display: inline-block;
    }

        .productsearchSec .productsearchSecLeft h4 {
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
        }

    .srchBox {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #a9b6d5;
    }

        .srchBox h4 {
            padding-top: 35px;
        }

        .srchBox ul {
            width: 100%;
            display: inline-block;
            padding: 35px 0px;
        }

            .srchBox ul li {
                width: 100%;
                display: inline-block;
                font: normal 16px/24px 'OGT Merriweather';
                color: #575786;
                padding: 2px 20px 5px 0;
                position: relative;
            }

                .srchBox ul li a.cross {
                    width: 30px;
                    height: 30px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    background: url(/Frontend/Images/cross.jpg)#a9b6d5 no-repeat center center;
                }

                .srchBox ul li span {
                    width: 30px;
                    height: 30px;
                    position: absolute;
                    right: 0;
                    top: 0;
                }

        .srchBox.technology .cssmenu ul, .srchBox.chromosomes .cssmenu ul {
            /*padding-bottom: 5px;*/
        }


            .srchBox.technology .cssmenu ul li.has-sub a, .srchBox.chromosomes .cssmenu ul li.has-sub a {
                padding: 10px 0px;
                color: #585786;
                font: 700 21px/25px 'OGT Raleway';
            }

            .srchBox.chromosomes .cssmenu ul li.has-sub a {
                padding: 0px;
            }

        .srchBox.application {
        }

            .srchBox.application .cssmenu ul li.has-sub a {
                font: normal 16px/24px 'OGT Raleway';
                padding: 5px 0px;
                color: #575786;
            }

            .srchBox.application .cssmenu {
                /* margin-top: 15px;*/
            }

                .srchBox.application .cssmenu ul > li.has-sub span {
                    top: 3px !important;
                }

    .cssmenu ul > li.has-sub span.parent {
        top: 0;
    }

    /*.cssmenu ul > li.has-sub span.parent
            {
                top: 33px !important;
            }

            

            .srchBox.chromosomes .cssmenu ul li.has-sub a, .cssmenu ul > li.has-sub a.parent span,
            .srchBox.technology .cssmenu ul li.has-sub a
            {
                padding: 35px 0px !important;
            }

            .srchBox.technology .cssmenu ul li.has-sub.open a 
            {
                /*padding: 35px 0px 10px 0 !important;
            } */



    .cssmenu {
        padding: 35px 0 !important;
    }

    .srchBox.application .cssmenu {
        padding: 10px 0 35px 0 !important;
    }

    .srchBox.technology .cssmenu span.parent {
        top: 10px;
    }

    .srchBox.chromosomes .cssmenu ul {
        margin-top: 10px;
    }

    .srchBox.technology input[type="checkbox"], .srchBox.chromosomes input[type="checkbox"], .srchBox.application input[type="checkbox"] {
        display: none;
    }

        .srchBox.technology input[type="checkbox"] + label, .srchBox.chromosomes input[type="checkbox"] + label, .srchBox.application input[type="checkbox"] + label {
            cursor: pointer;
            display: inline-block;
            margin: -2px -2px 0;
            text-align: left;
            vertical-align: middle;
            font: normal 16px/24px 'OGT Raleway';
            padding: 5px 0px;
            color: #575786;
            background: url(/Frontend/Images/chk2.jpg) no-repeat left center;
            width: 100%;
            padding-left: 25px;
        }


        .srchBox.technology input[type="checkbox"]:checked + label, .srchBox.chromosomes input[type="checkbox"]:checked + label, .srchBox.application input[type="checkbox"]:checked + label {
            background: url(/Frontend/Images/chk3.jpg) no-repeat left center;
            outline: none;
        }

    .productsearchSecRight {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        .productsearchSecRight p {
            font: normal 16px/24px 'OGT Raleway';
            color: #575786;
            text-align: left;
        }

    .productboxes {
        margin-top: 10px;
    }


    .publicationSec .frmbx:first-child {
        border: 1px solid #9594b2;
        padding: 0px;
    }

    .publicationSec .frmbx input[type="text"] {
        width: 85%;
        padding-left: 15px;
        color: #25253d;
    }

    .publicationSec .bansrchBox {
        margin-top: 0px;
        float: left;
    }

        .publicationSec .bansrchBox input[type="submit"] {
            height: 40px;
            background: url(/Frontend/Images/searchicon.svg)#fff no-repeat center center;
        }

    .publicationSec .inncustomsrch .bansrchBox input[type="submit"] {
        height: 40px;
        background: url(/Frontend/Images/srchwhite.svg)#3c3c66 no-repeat center center;
        width: 10%;
    }

    .publicationSec.publicationSec2 .innfindproductcancersSec ul li.frmbx {
        width: 600px;
    }

    .publicationSec.publicationSec2 .cancersSecboxes {
        text-align: center;
    }

    .newslandingSec .innlatestNewsBoxes {
        text-align: center;
    }

        .newslandingSec .innlatestNewsBoxes .latestNewsBox {
            text-align: left;
        }


    .newslandingTopSec h3 {
        color: #57a077;
        font: 500 16px/19px 'OGT Raleway';
        padding-left: 30px;
        text-align: left;
    }

    .newslandingTopSec .latestNewsBox {
        margin-top: 0px;
    }

    .newslandingTopSec .col-sm-8 .row .col-sm-6:last-child .latestNewsBox {
        margin-top: 25px;
    }

    .newslandingTopSec .col-sm-4 .latestNewsBox {
        margin-top: 25px;
        background: #f5f6ff;
        padding: 25px;
    }

        .newslandingTopSec .col-sm-4 .latestNewsBox ul {
            width: 100%;
            display: inline-block;
            padding: 15px 0px;
        }

            .newslandingTopSec .col-sm-4 .latestNewsBox ul li {
                color: #25253d;
                font: bold 14px/21px 'OGT Merriweather';
            }

                .newslandingTopSec .col-sm-4 .latestNewsBox ul li span {
                    font-weight: 300;
                }

        .newslandingTopSec .col-sm-4 .latestNewsBox .newsBoxTxt {
            padding-top: 0px;
        }

    .newslandingTopSec .col-sm-8 h3 {
        background: url(/Frontend/Images/megaph.svg) no-repeat left center;
    }

    .newslandingTopSec .col-sm-4 h3 {
        background: url(/Frontend/Images/calender.svg) no-repeat left center;
    }



    /* about page */
    .aboutDesignPanel {
        background: #fff;
        padding: 80px 0px;
    }

    .grnPanelSec {
        width: 100%;
        float: left;
        background: #57a077;
        padding: 30px 0px;
    }

    .grnPanelBox {
        width: 100%;
        float: left;
        text-align: center;
    }

        .grnPanelBox strong {
            color: #fff;
            font: bold 60px/70px 'OGT Raleway';
        }

        .grnPanelBox p {
            color: #fff;
            font: bold 21px/25px 'OGT Raleway';
            margin-top: 15px;
        }

    .joinUsEventBox {
        width: 100%;
        float: left;
        padding: 40px 0px;
        background: #f5f6ff;
    }

    .joinUsEventLt h4 {
        color: #585786;
        font: bold 21px/25px 'OGT Raleway';
    }

    .joinUsEventLt h2 {
        color: #585786;
        font: bold 32px/40px 'OGT Raleway';
        padding-top: 15px;
    }

    .joinUsEventLt p {
        color: #585786;
        font: normal 14px/16px 'OGT Raleway';
        padding-top: 15px;
    }

    .joinUsEventLt ul {
        width: 100%;
        display: inline-block;
    }

        .joinUsEventLt ul li {
            display: inline-block;
        }

            .joinUsEventLt ul li:last-child {
                margin-left: 75px;
            }

    .joinUsEventRt {
        width: 100%;
        display: inline-block;
        background: #fff;
        padding: 10px 15px;
        text-align: center;
    }

        .joinUsEventRt img {
            max-width: 100%;
        }

    .abouttechnology .inntechnologyBoxLt .customerPanelBX {
        padding-left: 0px;
    }

        .abouttechnology .inntechnologyBoxLt .customerPanelBX:before {
            left: 0;
            top: -50px;
        }

        .abouttechnology .inntechnologyBoxLt .customerPanelBX .media .media-body p {
            padding-top: 0px;
        }

    .abouttechnology .inntechnologyBoxLt ul li span::before {
        top: 4px;
    }

    .abouttechnology .inntechnologyBoxLt h3 {
        color: #585786;
        font: bold 32px/40px 'OGT Raleway';
    }



    .supportban .banner_Itm_Txt {
        min-height: 378px;
    }

    .supportban .banner_Itm_Inn {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0px;
        transform: translateY(0%);
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }


    .ngsvideosSec .innlatestNewsBoxes {
        text-align: center;
    }

    .ngsvideosSec .newsBoxTxt {
        text-align: left;
    }

    .panelbx, .panelbx1 {
        display: none;
    }

    .banner_Itm_Inn .container {
        position: relative;
    }

    .picBox {
        width: 232px;
        position: absolute;
        right: 0;
        top: 0;
    }

        .picBox img {
            width: 100%;
            min-height: inherit !important;
            object-fit: inherit !important;
            margin-top: 1px;
        }

            .picBox img:first-child {
                margin-top: 0;
            }

    .picBox {
        display: block;
    }

        .picBox.mob {
            display: none;
        }

        .picBox.two-images {
            width: 474px;
            position: absolute;
            right: 0;
            top: 0;
        }

            .picBox.two-images img {
                width: 232px;
                min-height: inherit !important;
                object-fit: inherit !important;
                margin-top: 1px;
            }

    @media only screen and (max-width: 767px) {
        .picBox img {
            display: block;
        }

        .sucy .innbanner_Itm_Txt {
            top: 75% !important;
        }
    }

    .picBox.two-images img:first-child {
        margin-right: 10px;
    }

    .customprobSerch .picBox {
        left: 0;
        right: inherit;
    }

    .customprobSerch .banner_Itm_Txt p {
        font: bold 23px/27px 'OGT Raleway';
    }

    .customprobSerch .innbanner_Itm_Txt {
        top: 60%;
    }

    .supportSecBox .frmbx1 input[type="checkbox"] + label a {
        color: #575786;
    }

    .contspebtn {
        font: bold 16px/19px 'OGT Raleway';
        border: 2px solid #fff;
        color: #fff;
        padding: 12px 15px;
        display: inline-block;
        margin-top: 25px;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .contspebtn:hover {
            background: #fff;
            color: #575786;
        }


    .combine {
        position: relative;
        height: 40px;
    }

        .combine #input {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 999;
            padding: 0 10px;
            margin: 0;
            width: 90%;
            height: 40px;
            border: 1px solid #9594b2;
            color: #25253d;
            font: normal 16px/24px 'OGT Raleway';
        }

        .combine #select {
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            margin: 0;
        }


    /*evenlanding*/
    .evenlanding {
    }

        .evenlanding .newsBoxTxt ul {
            width: 100%;
            display: inline-block;
            padding: 25px 0px 10px;
        }

            .evenlanding .newsBoxTxt ul li {
                width: 100%;
                display: inline-block;
                color: #25253d;
                font: bold 14px/21px 'OGT Merriweather';
                padding: 3px 0px;
            }

                .evenlanding .newsBoxTxt ul li span {
                    font-weight: 300;
                }

        .evenlanding .newsBoxpic {
            border: 1px solid #ccc;
            text-align: center;
            min-height: 200px;
            display: flex;
            justify-content: center;
        }

            .evenlanding .newsBoxpic img {
                width: auto;
                max-width: 100%;
                height: auto;
                object-fit: contain;
            }

        .evenlanding .innlatestNewsBoxes h3 {
            color: #575786;
            font: bold 32px/40px 'OGT Raleway';
        }

    .joinEventBox {
        width: 100%;
        display: inline-block;
        background: #f5f6ff;
        padding: 45px;
        margin-top: 15px;
    }

        .joinEventBox .newsBoxTxt {
            padding: 0px;
        }

            .joinEventBox .newsBoxTxt ul {
                width: 100%;
                display: inline-block;
                margin-top: 15px;
            }

                .joinEventBox .newsBoxTxt ul li {
                    display: inline-block;
                    color: #25253d;
                    font: bold 14px/21px 'OGT Merriweather';
                    padding: 0px 5px;
                }

                    .joinEventBox .newsBoxTxt ul li:first-child {
                        padding-left: 0px;
                    }

                    .joinEventBox .newsBoxTxt ul li span {
                        font-weight: 300;
                    }

            .joinEventBox .newsBoxTxt p {
                padding-top: 15px;
            }

        .joinEventBox .viewMore {
            margin-top: 25px;
        }

        .joinEventBox .newsBoxpic img {
            height: auto;
            object-fit: contain;
        }

        .joinEventBox .newsBoxpic {
            min-height: 200px;
            background: #fff;
        }

    .eventlanding h5 {
        color: #575786;
        font: bold 32px/40px 'OGT Raleway';
        text-align: left;
    }

    .eventbanpic {
        width: 200px;
        position: absolute;
        right: 0;
        top: 0;
        height: 130px;
        background: #fff;
        text-align: center;
    }

        .eventbanpic img {
            width: 100%;
            min-height: inherit !important;
            object-fit: contain;
        }

    .eventbanpicMob {
        display: none;
    }


    /*companyinfo*/
    .companyngsBoxes .innngsBoxes h3 {
        color: #575786;
        font: bold 32px/40px 'OGT Raleway';
        text-align: center;
        padding-bottom: 25px;
    }

    .blue {
        background-color: #585786;
        padding: 50px 0px;
    }

    .cominfongsboxes .btnn {
        margin-top: 5px;
    }

    .blue .innsignupboxlt .media .media-body h4 {
        font-size: 25px;
        line-height: 30px;
    }

    .blue .innsignupboxlt .media .media-body p {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        padding-top: 15px;
    }

    .blue .btnn {
        border: 2px solid #fff;
        background: transparent;
        line-height: 45px;
    }

        .blue .btnn:hover {
            background: #fff;
            color: #585786;
        }


    /*newsarticle*/
    .newsArticle .articleBoxes h6 {
        color: #25253d;
        font: normal 16px/23px 'OGT Merriweather';
    }

    .newsarticlePic {
        width: 100%;
        display: inline-block;
        margin: 25px 0px;
    }

        .newsarticlePic img {
            width: 100%;
        }

    .newsArticlebtmpanel .topInnbtmpanel {
        border-bottom: 1px solid #f3f3f3;
        border-top: 1px solid #f3f3f3;
    }

    .newsArticlediscovermoreSec .heading {
        text-align: center;
    }

        .newsArticlediscovermoreSec .heading h2 {
            text-align: center;
            width: 100%;
        }


    /*sureseqproduct*/
    .productSummerySec {
        width: 100%;
        float: left;
        padding: 80px 0px;
    }

    .proBoxes {
        width: 100%;
        display: inline-block;
    }

    .proBoxLt {
        width: 100%;
        display: inline-block;
    }

        .proBoxLt h4 {
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
            border-bottom: 1px solid #d6d6d6;
            padding-bottom: 15px;
        }

        .proBoxLt ul {
            width: 100%;
            display: inline-block;
        }

            .proBoxLt ul li {
                width: 100%;
                display: inline-block;
                font: normal 16px/19px 'OGT Raleway';
                color: #3c3c66;
                border-bottom: 1px solid #d6d6d6;
                padding: 7px 0px 10px;
            }

                .proBoxLt ul li span:first-child {
                    width: 30%;
                    float: left;
                    font-weight: bold;
                }

                .proBoxLt ul li span:last-child {
                    width: 70%;
                    float: right;
                }

                .proBoxLt ul li span img {
                    max-width: 100%;
                }

    .proBoxMid {
        width: 100%;
        display: inline-block;
    }

        .proBoxMid h4 {
            color: #585786;
            font: bold 21px/25px 'OGT Raleway';
            padding-bottom: 15px;
        }

        .proBoxMid ul {
            width: 100%;
            display: inline-block;
        }

            .proBoxMid ul li {
                color: #585786;
                font: bold 16px/19px 'OGT Raleway';
                padding: 7px 0px;
                position: relative;
                padding-left: 25px;
            }

                .proBoxMid ul li a {
                    color: #585786;
                }

                .proBoxMid ul li span {
                    position: relative;
                }

                .proBoxMid ul li:before {
                    background: url(/Frontend/Images/arw1.svg) no-repeat left center;
                    width: 17px;
                    height: 13px;
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 10px;
                }

        .proBoxMid h4.usefull {
            margin-top: 40px;
        }



    .proBoxRt {
        width: 100%;
        display: inline-block;
    }

        .proBoxRt ul {
            width: 100%;
            display: inline-block;
        }

            .proBoxRt ul li {
                width: 100%;
                display: inline-block;
                color: #585786;
                font: bold 16px/19px 'OGT Raleway';
            }

                .proBoxRt ul li a {
                    color: #57a077;
                    width: 100%;
                    display: inline-block;
                    padding: 15px;
                    background: #fff;
                    border: 2px solid #57a077;
                    text-align: center;
                    margin-top: 25px;
                    -webkit-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    -ms-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                }

                    .proBoxRt ul li a:hover {
                        background: #57a077;
                        color: #fff;
                    }

                .proBoxRt ul li:first-child a {
                    background: #57a077;
                    color: #fff;
                    display: inline-block;
                    padding: 25px;
                    margin-top: 0px;
                }

                    .proBoxRt ul li:first-child a:hover {
                        background: #81b899;
                        border-color: #81b899;
                    }




    .productBoxesSec {
        width: 100%;
        float: left;
    }


    @media only screen and (max-width: 767px) {
        .productBoxesSec {
            display: none;
        }
    }


    @media (min-width: 992px) {
        .productBoxesSec.stick {
            position: fixed;
            top: 68px;
            left: 0;
            z-index: 999;
        }
    }

    .topproductBoxesSec {
        width: 100%;
        display: inline-block;
    }

    .overflowContent {
        width: 100%;
        float: left;
        padding: 60px 0px;
    }

    .innoverflowContent {
        width: 100%;
        float: left;
        padding-right: 350px;
    }

        .innoverflowContent p {
            color: #25253d;
            font: 300 14px/21px 'OGT Merriweather';
        }

        .innoverflowContent h5 {
            color: #25253d;
            font: bold 14px/21px 'OGT Merriweather';
            padding-top: 15px;
        }

        .innoverflowContent h4 {
            color: #575786;
            font: bold 22px/30px 'OGT Merriweather';
            padding-top: 15px;
        }

        .innoverflowContent ul {
            width: 100%;
            display: inline-block;
            padding-top: 15px;
        }

            .innoverflowContent ul li {
                color: #25253d;
                font: 300 14px/21px 'OGT Merriweather';
                padding: 5px 0px;
                position: relative;
                padding-left: 35px;
            }

                .innoverflowContent ul li:before {
                    width: 17px;
                    height: 2px;
                    background: #ffc200;
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 14px;
                }

    .geneTargets {
        width: 100%;
        float: left;
    }

    .inngeneTargetsContent {
        padding: 0px;
    }

        .inngeneTargetsContent ul {
            width: 100%;
            display: inline-block;
        }

            .inngeneTargetsContent ul li {
                width: 12%;
                display: inline-block;
                padding: 0px 7.5px;
                margin-bottom: 15px;
            }

                .inngeneTargetsContent ul li a {
                    background: #ffc200;
                    padding: 7.5px 20px;
                    display: inline-block;
                    width: 100%;
                    text-align: center;
                    color: #3c3c66;
                    font: bold 16px/21px 'OGT Raleway';
                }

                .inngeneTargetsContent ul li:before {
                    display: none;
                }

                .inngeneTargetsContent ul li.current a {
                    background: #585786;
                    color: #fff;
                }

    .targetsContent {
        width: 100%;
        display: inline-block;
    }

        .targetsContent h3 {
        }

    .targetBox {
        width: 100%;
        display: inline-block;
    }

        .targetBox img {
            width: 100%;
        }

    .tabboxPanel {
        width: 100%;
        display: inline-block;
        margin-top: 45px;
        padding: 0px 80px;
    }

    .targetsContent {
        width: 100%;
        display: inline-block;
        text-align: center;
    }

        .targetsContent h3 {
            color: #ffc200;
            font: bold 32px/40px 'OGT Raleway';
        }

    .targetBox {
        width: 100%;
        display: inline-block;
        padding: 40px;
        border: 1px solid #d6d6d6;
        margin-top: 45px;
    }

    .owl-theme .owl-nav [class*="owl-"] {
        background: none;
    }

    .tabboxPanel .owl-prev {
        position: absolute;
        top: 50%;
        left: -80px;
        width: 23px;
        height: 43px;
        background: url(/Frontend/Images/arwlt.svg) no-repeat center center !important;
        text-indent: -9999px;
    }

    .tabboxPanel .owl-next {
        position: absolute;
        top: 50%;
        right: -80px;
        width: 23px;
        height: 43px;
        background: url(/Frontend/Images/arwrt.svg) no-repeat center center !important;
        text-indent: -9999px;
    }

    .tabboxPanel .owl-dots {
    }

    .tabboxPanel .owl-theme .owl-dots .owl-dot span {
        border: 1px solid #575786;
        background: #fff !important;
    }

    .tabboxPanel .owl-theme .owl-dots .owl-dot.active span {
        border: 1px solid #575786;
        background: #575786 !important;
    }

    .bluepro .btnn {
        width: 260px;
        margin-top: 45px;
    }

    .capabilitiesSec {
        width: 100%;
        float: left;
        padding: 60px 0px;
    }

    .inncapabilitiesSec {
        width: 100%;
        display: inline-block;
    }

        .inncapabilitiesSec h4 {
            color: #575786;
            font: bold 32px/40px 'OGT Raleway';
        }

    .capabilitiesBoxes {
        width: 100%;
        display: inline-block;
        padding: 50px 0px;
    }

    .capabilitiesBoxLt {
        width: 100%;
        display: inline-block;
    }

        .capabilitiesBoxLt h5 {
            color: #ffc200;
            font: bold 25px/30px 'OGT Raleway';
            padding-top: 15px;
        }

        .capabilitiesBoxLt p {
            color: #575786;
            font: 300 16px/24px 'OGT Merriweather';
            padding-top: 15px;
        }

    .capabilitiesBoxRt {
        width: 100%;
        display: inline-block;
        border: 1px solid #d6d6d6;
        min-height: 330px;
        text-align: center;
        position: relative;
        padding: 0px;
    }

        .capabilitiesBoxRt img {
            width: 100%;
        }

    .zoom {
        width: 40px;
        height: 40px;
        position: absolute;
        background: #585786;
        padding: 10px;
        right: 0;
        top: 0;
        z-index: 99;
    }

    .workflowProSec {
        padding-top: 0px;
    }

        .workflowProSec .innworkflowBoxes {
            margin-top: 70px;
        }


    .customerPanelProduct {
        background: url(/Frontend/Images/patternstripyellow.svg);
        position: relative;
    }

        .customerPanelProduct:after {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            content: '';
            background: rgba(255,255,255,0.6);
        }

        .customerPanelProduct .customerPanelBX {
            padding-right: 300px;
            position: relative;
        }

            .customerPanelProduct .customerPanelBX .proBoxRt {
                width: 255px;
                position: absolute;
                right: 0;
                top: 0;
            }

            .customerPanelProduct .customerPanelBX::before {
                background: url(/Frontend/Images/quoteYellow.svg) no-repeat;
                background-size: contain;
            }

            .customerPanelProduct .customerPanelBX .media::before {
                background: #ffc200;
            }

            .customerPanelProduct .customerPanelBX.background_quote_No_Pattern .media::before {
                background: #58a077;
            }

    .customerPanel.customerPanelProduct .inncustomerPanel h3 {
        position: relative;
        z-index: 1;
    }

    .questionSecBox.grn {
        background: #57a077;
    }

        .questionSecBox.grn .innquestionSecBox {
            position: relative;
        }

        .questionSecBox.grn .btnn {
            background: #57a077;
            border: 2px solid #fff;
            line-height: 46px;
        }

            .questionSecBox.grn .btnn:hover {
                background: #fff;
                color: #57a077;
            }

        .questionSecBox.grn .custombtn {
            border: 2px solid #fff;
            background: #57a077;
            display: inline-block;
            text-align: center;
            color: #fff;
            font: bold 16px/49px 'OGT Raleway';
            padding: 0px 25px;
            position: absolute;
            right: 0;
            top: -15px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

            .questionSecBox.grn .custombtn.second-button {
                right: 210px;
            }

            .questionSecBox.grn .custombtn:hover {
                background: #fff;
                color: #57a077;
            }

        .questionSecBox.grn .frmbx1 input[type="checkbox"]:checked + label {
            background: url(/Frontend/Images/chk4.jpg) no-repeat left center;
        }

    .prodiscovermoreSec .bottomdiscovermoreSec {
        margin-top: 40px;
    }

        .prodiscovermoreSec .bottomdiscovermoreSec .media .media-body h4 a {
            color: #575786;
            font-size: 21px;
            line-height: 25px;
        }

    .prodiscovermoreSec {
        padding: 50px 0px;
    }

    .referenceSec .innoverflowContent {
        padding: 0px 100px;
    }

    .innoverflowContent ol {
    }

        .innoverflowContent ol li {
            color: #25253d;
            font: 300 14px/21px 'OGT Merriweather';
            padding: 5px 0px;
        }

    .referenceSec .innoverflowContent p {
        padding-left: 25px;
    }

    .referenceSec .innoverflowContent h3 {
        color: #575786;
        font: bold 32px/40px 'OGT Raleway';
        padding-left: 25px;
    }




    /*cytocellproduct*/

    .fishoverview .topworkflow {
        background: url(/Frontend/Images/patternstrip2.svg) repeat;
        background-size: 2000px !important;
        background-position: center center;
        position: relative;
    }

        .fishoverview .topworkflow:after {
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.3);
            content: '';
            position: absolute;
            left: 0;
            top: 0;
        }

        .fishoverview .topworkflow .innworkflowborder h4 {
            position: relative;
            z-index: 1;
        }

    .fishoverview .capabilitiesBoxLt h5 {
        color: #ff3d9e;
    }

    .fishoverview .capabilitiesBoxLt h6 {
        color: #25253d;
        font: bold 14px/21px 'OGT Merriweather';
        padding-top: 15px;
    }

    .tabboxPanelSec {
        width: 100%;
        float: left;
        padding-top: 80px;
    }

        .tabboxPanelSec h3 {
            color: #585786;
            font: bold 32px/40px 'OGT Raleway';
            text-align: center;
        }

    .inntabboxPanel {
        width: 100%;
        display: inline-block;
        margin-top: 40px;
    }

        .inntabboxPanel .targetsContent h3 {
            color: #ff3d9e;
            font: bold 25px/30px 'OGT Raleway';
            text-align: center;
        }

        .inntabboxPanel .targetBox {
            margin-top: 30px;
        }

        .inntabboxPanel .owl-prev {
            position: absolute;
            top: 50%;
            left: -80px;
            width: 23px;
            height: 43px;
            background: url(/Frontend/Images/arwlt.svg) no-repeat center center !important;
            text-indent: -9999px;
        }

        .inntabboxPanel .owl-next {
            position: absolute;
            top: 50%;
            right: -80px;
            width: 23px;
            height: 43px;
            background: url(/Frontend/Images/arwrt.svg) no-repeat center center !important;
            text-indent: -9999px;
        }

        .inntabboxPanel .owl-dots {
        }

        .inntabboxPanel .owl-theme .owl-dots .owl-dot span {
            border: 1px solid #575786;
            background: #fff !important;
        }

        .inntabboxPanel .owl-theme .owl-dots .owl-dot.active span {
            border: 1px solid #575786;
            background: #575786 !important;
        }

    .remprotocol .topworkflow {
        background: url(/Frontend/Images/patternstrip2.svg) repeat;
        background-size: 200px;
        background-position: center center;
        position: relative;
    }

        .remprotocol .topworkflow:after {
            width: 100%;
            height: 100%;
            background: rgba(255,255,255,0.3);
            content: '';
            position: absolute;
            left: 0;
            top: 0;
        }

        .remprotocol .topworkflow .innworkflowborder h4 {
            position: relative;
            z-index: 1;
        }

    .tabboxPanelSec .zoom {
        bottom: 5px;
    }

    .remprotocol .inngeneTargetsContent ul li a {
        background: #ff3d9e;
        color: #fff;
    }

    .remprotocol .inngeneTargetsContent ul li.current a {
        background: #585786;
        color: #fff;
    }

    .remprotocol .tabboxPanel {
        padding: 0px;
    }

    .remprotocol .innoverflowContent h4 {
        color: #ff3d9e;
        padding-top: 0px;
    }

    .remprotocol .innoverflowContent {
    }

        .remprotocol .innoverflowContent .media {
            width: 100%;
            margin-top: 35px;
        }

            .remprotocol .innoverflowContent .media .mr-3 {
                margin-right: 25px !important;
            }

            .remprotocol .innoverflowContent .media .media-body ul {
                padding: 0px;
            }

                .remprotocol .innoverflowContent .media .media-body ul li {
                    width: 100%;
                    padding-left: 30px;
                    position: relative;
                }

                    .remprotocol .innoverflowContent .media .media-body ul li:before {
                        width: 17px;
                        height: 2px;
                        background: #ff3d9e;
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 10px;
                        display: block;
                    }

    .remprotocol .inndesignrt {
        max-width: 500px;
        margin-top: 30px;
    }

    .remprotocol .inndesignrtBox .mediaCover .media {
        margin-top: 0px;
        padding: 0px 25px;
    }

    .remprotocol .innoverflowContent .btnn {
        width: auto;
        padding: 0px 25px;
    }

    .remprotocol .inndesignrtBox .media .media-body h4 {
        font-size: 19px;
    }



    .customerPanelProduct.pink {
        background: url(/Frontend/Images/patternstrip2.svg) repeat;
        background-size: 200px;
    }

        .customerPanelProduct.pink .customerPanelBX .media::before {
            background: #ff3d9e;
        }

        .customerPanelProduct.pink .customerPanelBX::before {
            background: url(/Frontend/Images/quotepink.svg) no-repeat;
            background-size: contain;
        }

    .customerPanelProduct .customerPanelBX.background_quote_No_Pattern::before {
        background-image: url(/Frontend/Images/quote-marks-green.svg);
    }

    /*customprobes*/
    .customprobes .frmbx ul li {
        width: 50%;
        float: left;
    }

        .customprobes .frmbx ul li input[type="checkbox"] {
            display: none;
        }

            .customprobes .frmbx ul li input[type="checkbox"] + label {
                cursor: pointer;
                display: inline-block;
                margin: -2px -2px 0;
                text-align: left;
                vertical-align: middle;
                font: normal 16px/24px 'OGT Merriweather';
                padding: 5px 0px;
                color: #575786;
                background: url(/Frontend/Images/chk2.jpg) no-repeat left center;
                width: 100%;
                padding-left: 25px;
            }

            .customprobes .frmbx ul li input[type="checkbox"]:checked + label {
                background: url(/Frontend/Images/chk3.jpg) no-repeat left center;
                outline: none;
            }

    .cusdesipanel {
        background: #fff;
    }


    /*lifeatOGT*/
    .careerban {
    }

    .careerteam {
        padding-top: 50px;
    }

        .careerteam.backgroundTexture {
            background: url(/Frontend/Images/bluestrip.svg) repeat;
        }

    .signupboxSec.grn .btnn:hover {
        color: #57a077;
    }


    .deptoverviewPicBoxes {
        width: 100%;
        display: inline-block;
        margin-top: 50px;
    }

    .overviewPicdept {
        width: 100%;
        display: inline-block;
    }

        .overviewPicdept img {
            width: 100%;
        }

    .deptoverviewPicBoxes .row .col-sm-6.last .row .col-sm-6 .overviewPicdept {
        margin-top: 20px;
    }

    .deptoverviewPicBoxes .row .col-sm-6.last .row .col-sm-6:nth-child(1) .overviewPicdept {
        margin-top: 0px;
    }

    .deptoverviewPicBoxes .row .col-sm-6.last .row .col-sm-6:nth-child(2) .overviewPicdept {
        margin-top: 0px;
    }

    /*vacancy*/
    .career.article .btnTipsBack {
        color: #fff;
        background: url(/Frontend/Images/arrow3.svg) no-repeat;
        background-position: left top 5px;
    }

    .career.article .innbanner_Itm_Txt ul li {
        color: #585786;
    }

    .careerVacancy .articleBoxes ul li {
        padding: 10px 0px;
        padding-left: 35px;
        position: relative;
    }

        .careerVacancy .articleBoxes ul li:before {
            width: 17px;
            height: 2px;
            background: #585786;
            content: '';
            position: absolute;
            left: 0;
            top: 20px;
        }

    .careerVacancy .articleBoxes h4 {
        padding: 25px 0px 15px;
    }

    .creeervacpl .topbtmBoxshare ul {
        float: left;
    }

    .creeervacpl {
        padding-bottom: 50px;
    }

    .currentvacancies .ngsBox h4 {
        min-height: inherit;
    }

    .currentvacancies .ngsBox p {
        color: #fff;
        font: normal 14px/16px 'OGT Raleway';
        margin-top: 10px;
    }

    .currentvacancies .ngsBox .bxview {
        position: absolute;
        right: 25px;
        top: 10px;
    }

    .currentvacancies .ngsBox {
        background: #57a077;
    }

    .currentvacancies .innngsBoxes {
        padding: 0px 200px;
    }

    .part2 .row {
        flex-direction: row-reverse;
    }

    .currentvacancies {
        padding-top: 50px;
    }

    .vacanciesFaq .innfaqBoxes {
        text-align: center;
    }

        .vacanciesFaq .innfaqBoxes .accordion {
            text-align: left;
        }

        .vacanciesFaq .innfaqBoxes h3 {
            color: #575786;
            font: bold 32px/40px 'OGT Raleway';
            text-align: center;
        }

    .vacanciesFaq .btnn {
        text-align: center;
    }


    /*bloglanding*/
    .glogfilter {
        padding: 0px;
        background: #f5f6ff;
        padding-bottom: 30px;
    }

    .featuredblog .experthelpBox h2 {
        font-size: 21px;
        line-height: 25px;
    }

    .featuredblog .experthelpBox em {
        color: #575786;
        font: normal 14px/16px 'OGT Raleway';
        margin-top: 10px;
        display: inline-block;
    }

    .featuredblog .experthelpBox .viewMore {
        float: left;
        margin-left: 25px;
        margin-top: 20px;
    }


    /*12-11-20*/
    .whatsWrongBox {
        width: 100%;
        display: inline-block;
        padding-bottom: 15px;
    }

        .whatsWrongBox strong {
            color: #575786;
            font: 300 16px/24px 'OGT Merriweather';
            background: url(/Frontend/Images/idenicon.svg) no-repeat left top;
            background-size: 30px !important;
            padding: 5px;
            padding-left: 45px;
        }
    /*.whatsWrongBox2{ margin-top:15px;}*/
    .whatsWrongBox2 strong {
        background: url(/Frontend/Images/solutionicon.svg) no-repeat left top;
    }

    .capabilitiesBoxPic {
        width: 100%;
        display: inline-block;
        position: relative;
    }

        .capabilitiesBoxPic img {
            width: 100% !important;
            height: 150px;
            object-fit: contain;
        }

        .capabilitiesBoxPic p {
            color: #575786;
            font: 300 16px/24px 'OGT Merriweather';
            padding-top: 15px;
        }


    .inncapabilitiesBoxRt {
        position: relative;
        min-height: 330px;
        padding: 50px 50px 0px;
    }
    /*.capabilitiesBoxRt .owl-nav{ display:none;}*/
    .capabilitiesBoxRt .owl-dots {
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
    }

    .capabilitiesBoxRt .owl-theme .owl-dots .owl-dot span {
        margin: 5px 3px;
        background: #fff !important;
        border: 1px solid #565382;
    }

    .capabilitiesBoxRt .owl-theme .owl-dots .owl-dot.active span {
        background: #565382 !important;
    }

    .capabilitiesBoxRt .owl-theme .owl-nav {
        margin-top: 0px;
    }


    .capabilitiesBoxRt .owl-next {
        position: absolute;
        top: 42%;
        right: 10px;
        width: 15px;
        height: 20px;
        background: url(/Frontend/Images/arwrt.svg) no-repeat center center !important;
        text-indent: -9999px;
        background-size: contain !important;
    }

    .capabilitiesBoxRt .owl-prev {
        position: absolute;
        top: 42%;
        left: 10px;
        width: 15px;
        height: 20px;
        background: url(/Frontend/Images/arwlt.svg) no-repeat center center !important;
        text-indent: -9999px;
        background-size: contain !important;
    }


    .capabilitiesBoxRt.cytocel .inncapabilitiesBoxRt {
        text-align: center;
    }

        .capabilitiesBoxRt.cytocel .inncapabilitiesBoxRt .capabilitiesBoxPic img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
        }

    .whiteban .btnTipsBack {
        color: #fff;
        background: url(/Frontend/Images/arrow3.svg) no-repeat;
        background-position: left top 5px !important;
    }

    /*contact*/
    .contactTop {
        width: 100%;
        display: inline-block;
    }

        .contactTop .bottombanBox .bottomBoxtxt h4 {
            font: bold 25px/30px 'OGT Raleway';
            color: #585786;
            margin-bottom: 25px;
        }

    .locationSec {
        width: 100%;
        float: left;
        text-align: center;
    }

    .innlocationSec {
        width: 100%;
        padding: 60px 0px;
        float: left;
    }

        .innlocationSec h2 {
            color: #575786;
            font: 700 25px/30px 'OGT Raleway';
        }

    .locationBoxes {
        width: 100%;
        display: inline-block;
        margin-top: 50px;
    }

    .locationBox {
        width: 100%;
        display: inline-block;
        text-align: left;
    }

        .locationBox img {
            width: 100%;
        }

        .locationBox h3 {
            color: #575786;
            font: 700 25px/30px 'OGT Raleway';
            padding-top: 15px;
        }

        .locationBox strong {
            color: #25253d;
            font: 700 16px/24px 'OGT Raleway';
            padding-top: 10px;
            display: inline-block;
        }

        .locationBox p {
            color: #25253d;
            font: 300 15px/24px 'OGT Merriweather';
            min-height: 170px;
        }

        .locationBox .direction {
            color: #67a984;
            font: 500 16px/24px 'OGT Raleway';
            text-decoration: underline !important;
            margin-top: 15px;
            display: inline-block;
        }

    .locationinfo {
        width: 100%;
        display: inline-block;
        border-top: 3px solid #67a984;
        margin-top: 20px;
    }

        .locationinfo ul {
            width: 100%;
            display: inline-block;
            margin-top: 15px;
        }

            .locationinfo ul li {
                display: inline-block;
                color: #25253d;
                font: 700 16px/30px 'OGT Merriweather';
                padding-left: 25px;
                width: 100%;
            }

                .locationinfo ul li a {
                    color: #25253d;
                }

                .locationinfo ul li:first-child {
                    background: url(/Frontend/Images/envelope.svg) no-repeat left center;
                }

                .locationinfo ul li:last-child {
                    background: url(/Frontend/Images/phoneicon.svg) no-repeat left center;
                }

    .contactfrm .btnn {
        background: #363c5f;
    }

        .contactfrm .btnn:hover {
            background: #666b89 !important;
        }

    .contban .contspebtn {
        background: #fff;
        color: #585786;
    }



    .chooseCountry {
        width: 100%;
        display: inline-block;
    }

    .innchooseCountry {
        width: 100%;
        display: inline-block;
        padding: 10px 0px 25px;
    }

        .innchooseCountry ul {
            width: 100%;
            display: inline-block;
        }

            .innchooseCountry ul li {
                display: inline-block;
                color: #585786;
                font: 700 21px/25px 'OGT Raleway';
            }

                .innchooseCountry ul li:last-child {
                    margin-left: 15px;
                }

                .innchooseCountry ul li .frmbx {
                    width: 300px;
                }

                    .innchooseCountry ul li .frmbx select {
                        border: 1px solid #585786;
                    }

    .distributorSec {
        width: 100%;
        float: left;
        background: #f5f6ff;
        padding: 70px 0px;
        border-bottom: 5px solid #fff;
    }

    .inndistributorSec {
        width: 100%;
        display: inline-block;
    }

        .inndistributorSec h4 {
            color: #575786;
            font: 700 32px/40px 'OGT Raleway';
        }

    .distributorbox {
        width: 100%;
        display: inline-block;
        background: #fff;
        padding: 35px;
        margin-top: 15px;
    }

        .distributorbox h5 {
            color: #575786;
            font: 700 25px/30px 'OGT Raleway';
        }

        .distributorbox .media {
            margin-top: 15px;
        }

            .distributorbox .media img {
                max-width: 100%;
            }

            .distributorbox .media .media-body ul {
                width: 100%;
                display: inline-block;
            }

                .distributorbox .media .media-body ul li {
                    color: #25253d;
                    font: 700 16px/30px 'OGT Merriweather';
                    position: relative;
                    padding-left: 30px;
                }

                    .distributorbox .media .media-body ul li a {
                        color: #25253d;
                    }

                    .distributorbox .media .media-body ul li:nth-child(1):before {
                        content: '';
                        background: url(/Frontend/Images/envelopicon.svg) no-repeat center center;
                        position: absolute;
                        left: 0;
                        width: 20px;
                        height: 13px;
                        top: 10px;
                    }

                    .distributorbox .media .media-body ul li:nth-child(2):before {
                        content: '';
                        background: url(/Frontend/Images/phoneicon.svg) no-repeat center center;
                        position: absolute;
                        left: 0;
                        width: 15px;
                        height: 18px;
                        top: 7px;
                    }

                    .distributorbox .media .media-body ul li:nth-child(3):before {
                        content: '';
                        background: url(/Frontend/Images/globeicon.svg) no-repeat center center;
                        position: absolute;
                        left: 0;
                        width: 20px;
                        height: 20px;
                        top: 7px;
                    }

    .dstrbBoxes {
        width: 100%;
        display: inline-block;
    }

    .dstrbBx {
        width: 50%;
        float: left;
    }

        .dstrbBx p {
            color: #25253d;
            font: 300 16px/24px 'OGT Merriweather';
            padding-top: 20px;
        }

        .dstrbBx h6 {
            color: #25253d;
            font: 300 16px/24px 'OGT Merriweather';
        }

        .dstrbBx ul {
            width: 100%;
            display: inline-block;
        }

            .dstrbBx ul li {
                width: 100%;
                display: inline-block;
                margin-bottom: 5px;
            }

                .dstrbBx ul li img {
                    max-width: 100%;
                }







    .colors ul {
        width: auto !important;
    }

        .colors ul li {
            width: auto !important;
            padding: 10px 3px !important;
            border-radius: 5px;
        }

            .colors ul li.blue {
                background: #578ec2 !important;
            }

            .colors ul li.red {
                background: #dc0814 !important;
            }

            .colors ul li.green {
                background: #74af27 !important;
            }

            .colors ul li.orange {
                background: #ed6b06 !important;
            }

            .colors ul li.yellow {
                background: #ffe50d !important;
            }


    /*builder create an account*/
    .bcact p {
        color: #585786;
        font: 400 14px/21px 'OGT Raleway';
        margin: 0px;
    }

    .btmtxt {
        padding-top: 50px;
    }

    .bcact .media .media-left span {
        width: 50px;
        height: 50px;
        text-align: center;
        background: #ffc200;
        display: inline-block;
        border-radius: 50%;
        color: #3c3c66;
        font: 700 21px/50px 'OGT Raleway';
    }

    .bcact .media .media-left {
        margin-right: 10px;
    }

    .bcact .media .media-body h4 {
        padding-top: 15px;
    }

    .bcact .media .media-body p {
        color: #25253d;
        font: 300 16px/24px 'OGT Merriweather';
        padding-top: 20px;
    }

    .bcact .media .viewMore {
        float: left;
    }

    /* bildernewdashboard*/
    .panelContentBoxes {
        width: 100%;
        float: left;
    }

    .innpanelContent {
        width: 100%;
        display: inline-block;
    }

        .innpanelContent .panelBoxRt {
            margin: 0px;
        }

            .innpanelContent .panelBoxRt h4 {
                color: #ffc200;
                font: 700 32px/40px 'OGT Raleway';
            }

            .innpanelContent .panelBoxRt ul li {
                font-size: 16px;
                line-height: 19px;
                padding-left: 22px;
            }

                .innpanelContent .panelBoxRt ul li span::before {
                    width: 17px;
                    right: 13px;
                    content: '';
                    background: url(/Frontend/Images/arrwwhite.svg) no-repeat left center;
                    position: absolute;
                    left: -22px;
                    top: -4px;
                }

            .innpanelContent .panelBoxRt p {
                color: #25253d;
                font: 300 16px/24px 'OGT Merriweather';
                padding: 40px 0px;
            }

            .innpanelContent .panelBoxRt ul {
                padding-top: 30px;
            }

    .newdashboard {
        margin-bottom: 60px;
    }

        .newdashboard .topworkflowPink {
            background: url(/Frontend/Images/patternyellow.svg) repeat;
            background-position: center center;
            padding: 35px 0px;
        }

    .pnlBxTp .panelBoxLt .btnn {
        display: block;
    }

    .panelContentBoxes .panelBoxRt .table-responsive {
        margin-top: 65px;
    }

        .panelContentBoxes .panelBoxRt .table-responsive table tr th {
            color: #3c3c66;
            font: 700 16px/19px 'OGT Raleway';
            border-top: none;
        }

        .panelContentBoxes .panelBoxRt .table-responsive table tr td {
            color: #585786;
            font: 700 16px/19px 'OGT Raleway';
        }

        .panelContentBoxes .panelBoxRt .table-responsive table tr td {
            text-align: center;
        }

            .panelContentBoxes .panelBoxRt .table-responsive table tr td:first-child {
                text-align: left;
            }

        .panelContentBoxes .panelBoxRt .table-responsive table tr th {
            text-align: center;
        }

            .panelContentBoxes .panelBoxRt .table-responsive table tr th:first-child {
                text-align: left;
            }

        .panelContentBoxes .panelBoxRt .table-responsive table tr td span {
            position: relative;
        }

    .productSummerySec.summary .proBoxLt p {
        color: #25253d;
        font: 300 16px/24px 'OGT Merriweather';
        padding-top: 15px;
    }

    .summary .proBoxLt h4 {
        padding-bottom: 0px;
        border-bottom: none;
    }

    .productSummerySec.summary .proBoxRt h4 {
        color: #585786;
        font: bold 21px/25px 'OGT Raleway';
    }

    .productSummerySec.summary .proBoxRt ul {
        margin-top: 15px;
    }

        .productSummerySec.summary .proBoxRt ul li:last-child a {
            background: #57a077;
            color: #fff;
            display: inline-block;
            padding: 25px;
        }

    .proBoxRt ul li:last-child a:hover {
        background: #81b899 !important;
        border-color: #81b899;
    }

    .newdashboard.landing .topworkflowPink {
        padding: 55px 0px;
    }

    .howitworkspanel {
        width: 100%;
        display: inline-block;
    }

    .innhowitworks {
        width: 100%;
        display: inline-block;
        padding: 80px 200px;
    }

    .landing {
        margin-bottom: 0px;
    }

        .landing .innhowitworks {
            padding-bottom: 0px;
        }

    .fourstepsPanel {
        text-align: center;
        background: #fff;
    }

        .fourstepsPanel .innbottombanSec h3 {
            color: #575786;
            font: 700 32px/40px 'OGT Raleway';
        }

        .fourstepsPanel .innbottombanSec .bottombanBox {
            text-align: left;
            margin-top: 30px;
        }

            .fourstepsPanel .innbottombanSec .bottombanBox .bottomBoxtxt h4 {
                color: #ffc200;
                font: 700 25px/30px 'OGT Raleway';
            }

            .fourstepsPanel .innbottombanSec .bottombanBox .bottomBoxtxt p {
                padding-top: 15px;
            }

        .fourstepsPanel .btnn {
            width: auto;
            padding: 0px 25px;
        }




    /* chromosomePanel*/

    .chromosomePanel {
    }

        .chromosomePanel .inndesignpanel h3 {
            color: #575786;
            font: 700 32px/40px 'OGT Raleway';
        }

        .chromosomePanel .inndesignpanel .tabs-menu {
            margin-top: 35px;
        }

            .chromosomePanel .inndesignpanel .tabs-menu li {
                display: inline-block;
                padding-right: 10px;
                padding-bottom: 10px;
            }

                .chromosomePanel .inndesignpanel .tabs-menu li a {
                    background: #ff3d9e;
                    padding: 5px 0px;
                    display: inline-block;
                    color: #fff;
                    font: 400 22px/30px 'OGT Raleway';
                    width: 79px;
                    text-align: center;
                }

                .chromosomePanel .inndesignpanel .tabs-menu li:first-child {
                    padding-left: 0px;
                }

                .chromosomePanel .inndesignpanel .tabs-menu li.current a {
                    background: #585786;
                }


    .keyBoxes {
        width: 100%;
        background: #f5f6ff;
        padding: 25px;
        margin-top: 35px;
    }

        .keyBoxes ul {
            display: table;
            width: 100%;
        }

            .keyBoxes ul li {
                display: inline-table;
                vertical-align: middle;
                width: 33%;
                padding: 7.5px 0px;
                color: #585786;
                font: 700 21px/25px 'OGT Raleway';
            }

                .keyBoxes ul li .media .media-left span {
                    width: 50px;
                    height: 50px;
                    background: #585786;
                    display: inline-block;
                    border-radius: 50%;
                    text-align: center;
                    color: #fff;
                    font: 700 20px/50px 'OGT Raleway';
                }

                .keyBoxes ul li .media {
                    align-items: center;
                }

                    .keyBoxes ul li .media .media-left {
                        margin-right: 15px;
                    }

                    .keyBoxes ul li .media .media-body h5 {
                        color: #585786;
                        font: 700 21px/25px 'OGT Raleway';
                    }

    .cromosomeBox {
        width: 100%;
        display: inline-block;
        margin-top: 35px;
    }

        .cromosomeBox img {
            width: 100%;
        }


    /*14-12-20*/


    @-webkit-keyframes animationFade {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes animationFade {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .header_sec.fixed {
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 1002;
        /* -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;*/
    }

    .menu_sec li .dropdown-menu ul li a {
        padding: 7px 0px !important;
    }

    .menu_sec li a.btnn {
        padding: 0px !important;
    }


    .header_sec.fixed .searchBox {
        display: none;
    }

    .header_sec.fixed .srchMob {
        display: block;
        position: absolute;
        right: 310px;
        top: 24px;
    }

    .header_sec.fixed .searchBox.show {
        display: block;
        width: 100%;
        right: 0;
        top: 100%;
        background: #f5f6ff;
        padding: 15px;
        height: inherit;
        border: none;
    }

    .header_sec.fixed .searchBox input[type="submit"] {
        background: url(/Frontend/Images/searchicon.svg)#fff no-repeat center center;
    }

    .header_sec.fixed .nav_top .navbar-brand {
        width: 170px;
        padding: 7.5px 0px;
    }

    .header_sec.fixed .searchBox input[type="text"] {
        height: 40px;
    }

    .header_sec.fixed .searchBox input[type="submit"] {
        height: 40px;
    }

    .header_sec.fixed .menu_sec li a {
        padding: 27px 12px;
        font-size: 15px;
    }



    @media (min-width: 992px) {
        .header_sec .menu_sec li:hover a.dropdown-toggle::after {
            display: block;
            content: '';
            width: 100%;
            height: 9px;
            background: #57A077;
            position: absolute;
            bottom: 0;
            left: 0;
            margin: 0;
            border: none;
            vertical-align: unset;
        }
    }

    .header_sec.fixed .headlink {
        top: 23px;
    }

    .toptechnologySec.fixed {
        position: fixed;
        left: 0;
        top: 65px;
        z-index: 99;
    }

    .supportban .banner_Itm_Txt {
        min-height: 533px;
    }

    .menu_sec li {
        margin: 0px 0px;
    }

        .menu_sec li a {
            padding: 39px 25px;
            display: inline-block;
        }


    .fishfaq .ngsBox {
        padding: 0px;
        position: relative;
    }

        .fishfaq .ngsBox img {
            width: 100%;
            min-height: 220px;
            object-fit: cover;
        }

    .innNgsBox {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 25px 25px 50px;
        background: url(/Frontend/Images/bottompattern.svg) rgba(87, 160, 119, 1) no-repeat center bottom;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .innNgsBox:hover {
            background-color: rgba(87, 160, 119, 0.8);
        }

    /*.fishfaq .ngsBox:hover .innNgsBox {
    background: transparent;
    background-image: none;
}

    .fishfaq .ngsBox:hover .innNgsBox h4 {
        color: #585786;
    }

.fishfaq .ngsBox:hover .bxview {
    color: #585786;
}

    .fishfaq .ngsBox:hover .bxview::before {
        background: url(/Frontend/Images/arrw.png) no-repeat left center;
    }
*/

    .fishfaq .innNgsBox {
        width: 100%;
        min-height: 220px;
    }

    .fishfaq .ngsBox:hover {
        color: #585786;
    }

        .fishfaq .ngsBox:hover .innNgsBox {
            background-color: rgba(87,160,119, 0.8);
        }

    .fishfaq .ngsBox img {
        opacity: 0 !important;
    }


    .innprocedureBox li {
        position: relative;
        padding-left: 35px;
    }

        .innprocedureBox li:before {
            width: 25px;
            height: 2px;
            background: #585786;
            position: absolute;
            left: 0;
            top: 17px;
            content: '';
        }


    @-webkit-keyframes animationFade {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
    }

    @keyframes animationFade {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
    }

    .toptechnologySec.fixed {
        top: 68px;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 99;
        -webkit-animation-name: animationFade;
        -o-animation-name: animationFade;
        animation-name: animationFade;
        -webkit-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
    }




    @media (min-width: 992px) and (max-width: 5000px) {
        .nav_top .dropdown .dropdown-menu {
            /*-webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;*/
            max-height: 0;
            display: block;
            opacity: 0;
            visibility: hidden;
            margin: 0px;
            border: none;
            background: #fff !important;
            width: 100%;
            border-radius: 0;
            left: 0;
            right: inherit;
            box-shadow: inherit;
            border-top: solid 0.5px #57a077;
        }

        .nav_top .dropdown:hover .dropdown-menu {
            max-height: 390px;
            opacity: 1;
            visibility: visible;
            /*box-shadow: 0px 4px 3px #e2e2e2;*/
            box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
        }
    }

    @media (min-width: 4000px) and (max-width: 5999px) {
        .topHeader::after {
            width: 46%;
        }

        .searchBox input[type="text"] {
            height: 29px;
        }

        .abspic {
            width: 14.5%;
        }

        .bannerSec3 .abspic {
            right: 30%;
        }

        /*14-12-20*/
        .supportban .banner_Itm_Txt {
            min-height: 888px;
        }
    }

    @media (min-width: 2700px) and (max-width: 3999px) {
        .topHeader::after {
            width: 43%;
        }

        .searchBox input[type="text"] {
            height: 29px;
        }

        .abspic {
            width: 24%;
        }

        .bannerSec3 .abspic {
            right: 20%;
        }
    }

    @media (min-width: 1800px) and (max-width: 2699px) {
        .topHeader::after {
            width: 40.33%;
        }

        .searchBox input[type="text"] {
            height: 29px;
        }

        .abspic {
            width: 32%;
        }

        .bannerSec3 .abspic {
            right: 10%;
        }

        /*14-12-20*/
        .supportban .banner_Itm_Txt {
            min-height: 399px;
        }
    }

    @media (min-width: 1600px) and (max-width: 1799px) {
        .topHeader::after {
            width: 36.33%;
        }

        .abspic {
            width: 38.5%;
        }
        /*14-12-20*/
        .supportban .banner_Itm_Txt {
            min-height: 378px;
        }
    }

    @media (min-width: 1400px) and (max-width: 1599px) {

        .banner_Itm_Txt h1 {
            font-size: 38px;
            line-height: 48px;
        }
        /*14-12-20*/
        .supportban .banner_Itm_Txt {
            min-height: 378px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1299px) {
        .topHeader::after {
            width: 36.33%;
        }

        .banner_Itm_Txt h1 {
            font-size: 38px;
            line-height: 48px;
        }
        /*14-12-20*/
        .supportban .banner_Itm_Txt {
            min-height: 378px;
        }
    }


    @media (min-width: 1300px) and (max-width: 1399px) {
        .topHeader::after {
            width: 33.33%;
        }

        .banner_Itm_Txt h1 {
            font-size: 38px;
            line-height: 48px;
        }
        /*14-12-20*/
        .supportban .banner_Itm_Txt {
            min-height: 378px;
        }
    }




    @media (min-width: 992px) and (max-width: 1199px) {


        .topHeader::after {
            width: 36%;
        }

        .menu_sec li {
            margin: 0px 15px;
        }

        .nav_top .navbar-brand {
            width: 200px;
        }

        .banner_Itm_Txt h1 {
            font-size: 38px;
            line-height: 44px;
        }

        .abspic {
            width: 42%;
        }

        .innbanner {
            min-height: 400px;
        }

        .bansrchBox {
            margin-top: 20px;
        }

        .inndesignlt h2 {
            font-size: 28px;
            line-height: 32px;
        }

        /*30-9-20*/
        .navbar .dropdown-menu:after {
            width: 326px;
        }

        /* technology top lavel*/
        .toptechnologySec .inntechnologySec ul li {
            font-size: 18px;
            padding: 0px 30px 5px;
        }

        .inntechnologyBoxLt {
            width: 450px;
        }

            .inntechnologyBoxLt h4 {
                font-size: 18px;
                line-height: 22px;
            }

            .inntechnologyBoxLt p {
                font-size: 14px;
                line-height: 22px;
                padding-top: 10px;
            }

            .inntechnologyBoxLt ul li {
                font-size: 14px;
                line-height: 17px;
            }

        .findproductRt ul li {
            font-size: 14px;
            line-height: 20px;
        }



        /*sureseqsublevel*/
        .bannerSec.banner2 img {
            height: 400px;
        }

        .bannerSec.banner2 .banBox {
            width: 330px;
        }

        .bannerSec.banner2 .banBoxtxt p {
            font-size: 22px;
            line-height: 28px;
        }

        .panelBoxLt h4 {
            font-size: 26px;
            line-height: 36px;
        }

        .panelBoxRt ul li {
            font-size: 18px;
            line-height: 22px;
        }

            .panelBoxRt ul li span::before {
                width: 30px;
                height: 24px;
                background-size: contain;
            }

        /*applicationtopleavel*/
        .aplicationtoplink .technologyBoxLt .inntechnologyBoxLt h2 {
            font-size: 28px;
            line-height: 32px;
        }



        /*applicationSubleavel*/
        .sublavelworkflow .topworkflowPink {
            padding: 22px 0px;
        }

        .carousel-item img {
            min-height: 440px;
        }

        .bannerSec.banner2 .banner_Itm_Txt {
            min-height: 400px;
        }

        .signupboxSec.grn .btnn {
            width: 100%;
        }


        /* NGS Support Resources */
        .supportban img {
            min-height: 310px;
        }

        .supportban .banner_Itm_Txt {
            min-height: 310px;
        }

        .supportLinksQuick .bottomdiscovermoreSec .media .media-body h4 {
            font-size: 18px;
            line-height: 22px;
        }


        /*ngstipsTroubleshooting*/
        .ngsBox h4 {
            font-size: 20px;
            line-height: 26px;
        }

        /*fishfaq*/
        .accordion .card-header {
            font-size: 18px;
            line-height: 24px;
        }

        .accordion .card .card-body h3 {
            font-size: 26px;
            line-height: 36px;
        }

        .accordion .card .card-body h4 {
            font-size: 22px;
            line-height: 28px;
        }

        .accordion .card .card-body h5 {
            font-size: 18px;
            line-height: 24px;
        }






        /*Whats wrong with my arrays*/
        /*.supportban .btnTipsBack { top: -60px; }*/

        /* ngs literature article */

        .article .innbanner_Itm_Txt {
            padding: 0px 100px;
        }

        .article .banner_Itm_Txt h1 {
            font-size: 32px;
            line-height: 40px;
        }

        .articleBoxes {
            padding: 0px 100px;
        }

        .bottomBoxpanel h4 {
            font-size: 16px;
            line-height: 20px;
        }

        .bottomBoxpanel {
            min-height: 205px;
        }

        .articleBoxes h2 {
            font-size: 26px;
            line-height: 34px;
        }

        .articleBoxes h3 {
            font-size: 20px;
            line-height: 30px;
        }

        .articleBoxes h4 {
            font-size: 18px;
            line-height: 24px;
        }




        /*procedure*/
        .procedureBoxPic img {
            height: 350px;
        }

        .procedureBox {
            min-height: 350px;
        }

        .innprocedureBox h2 {
            font-size: 26px;
            line-height: 32px;
        }

        .innprocedureBox {
            padding-right: 0px;
        }

            .innprocedureBox h3 {
                font-size: 22px;
                line-height: 26px;
            }

            .innprocedureBox li, .innprocedureBox p {
                font-size: 14px;
                line-height: 22px;
            }

        /*teamSec*/
        .customerBox h5 {
            font-size: 18px;
            line-height: 22px;
        }

        .customerBox .viewMore {
            font-size: 14px;
        }

        .customerBoxes h4 {
            font-size: 28px;
            line-height: 34px;
        }


        .customprobSerch .banner_Itm_Txt p {
            font-size: 19px;
            line-height: 24px;
        }


        /*eventlanding*/
        .eventbanpic {
            width: 160px;
            height: 100px;
        }

        .eventlistban .innbanner_Itm_Txt {
            padding-right: 170px;
        }

        /*newsarticle*/
        .topInnbtmpanel {
            padding: 30px 100px;
        }


        /*sureseqproduct*/
        .prodiscovermoreSec .bottomdiscovermoreSec .media .media-body h4 a {
            font-size: 17px;
            line-height: 22px;
        }

        /*cytocellproduct*/
        .inntabboxPanel .owl-next {
            right: -15px;
        }

        .inntabboxPanel .owl-prev {
            left: -15px;
        }

        /*vacancy*/
        .currentvacancies .ngsBox .bxview {
            top: 5px;
        }


        .capabilitiesBoxRt.cytocel .inncapabilitiesBoxRt .capabilitiesBoxPic img {
            width: 120px;
            height: 120px;
        }



        /*14-12-20*/
        .menu_sec li {
            margin: 0px 0px;
        }

        .fishfaq .ngsBox img {
            min-height: 200px;
        }

        .fishfaq .ngsBox .bxview {
            margin-top: 10px;
        }
    }


    @media only screen and (max-width: 991px) {
        .nav_top .navbar-toggler {
            padding: 0px;
            margin-right: 0px;
            border: none;
            width: 25px;
            height: 25px;
        }

            .nav_top .navbar-toggler .icon-bar {
                display: block;
                width: 30px;
                height: 3px;
                border-radius: 0px;
                background-color: #404674;
            }

            .nav_top .navbar-toggler.collapsed .icon-bar {
                width: 30px;
            }

            .nav_top .navbar-toggler .icon-bar {
                width: 25px;
            }

                .nav_top .navbar-toggler .icon-bar + .icon-bar {
                    margin-top: 5px;
                }

        .navbar-toggler {
            margin-right: 15px;
        }

        .navbar-toggler {
            padding: 0px;
        }

        .nav_top .navbar-nav > li > .dropdown-menu {
            width: 100%;
            border-radius: 0px;
        }

        .nav_top .navbar-collapse {
            position: absolute;
            left: 0;
            top: 100%;
            width: 100%;
            background: #fff;
            z-index: 99;
            padding: 10px;
            height: auto !important;
            padding: 10px 0px 0px;
        }
        /*.navbar-light .navbar-toggler-icon{ background:url(/Frontend/Images/menu-icon.png) no-repeat;}*/
        .menu_sec {
            margin-right: 0;
            border-top: 1px solid #ccc;
        }

            .menu_sec li {
                margin: 0px;
                border-bottom: 1px solid #ccc;
            }

                .menu_sec li a {
                    padding: 10px 15px;
                    display: inline-block;
                    width: 100%;
                    position: relative;
                }
        /*30-9-20*/
        .navbar .dropdown-menu:after {
            display: none;
        }

        .navbar .dropdown-menu {
            background-color: #fff !important;
            padding: 0px 15px;
        }

        .menu_sec li .dropdown-menu .col-md-4 strong {
            font-size: 18px;
            line-height: 24px;
            color: #575786;
        }

        .menu_sec li a.btnn:hover {
            background: #57a077;
            color: #fff !important;
        }

        .menu_sec li a.btnn {
            margin-top: 15px;
        }

        .menu_sec li .dropdown-menu span {
            font-size: 18px;
            line-height: 26px;
        }

        .menu_sec li .dropdown-toggle::after {
            position: absolute;
            right: 15px;
            top: 12px;
            width: 30px;
            height: 30px;
            border: none; /*background:url(/Frontend/Images/caret.png) no-repeat center center; */
        }

        .menu_sec li.onlymob:hover .dropdown-menu {
            display: none !important;
        }

        .menu_sec li.onlymob {
            display: block !important;
            border: none;
            background: #f5f6ff;
            padding: 5px 0px;
        }

            .menu_sec li.onlymob a {
                padding: 5px 15px;
                font-weight: 500;
                font-size: 14px;
                line-height: 14px;
            }

        .menu_sec li .dropdown-menu .col-md-4:last-child {
            margin-top: 0px;
        }

        .menu_sec li .dropdown-menu .col-md-12 ul li a {
            width: 100%;
            display: inline-block;
            padding: 5px 0px;
            color: #34344b !important;
            font: normal 14px/18px 'OGT Raleway';
        }

        .menu_sec li .dropdown-menu .col-md-12 ul li:hover a {
            color: #57a077 !important;
        }

        .menu_sec li.onlymob a:after {
            display: block !important;
        }

        .menu_sec li .dropdown-menu ul li:first-child {
            border: none;
            padding: 0px;
            padding-top: 15px;
        }

        .menu_sec li.onlymob .dropdown-menu ul li:first-child {
            border-bottom: 1px solid #ccc;
            padding: 0px;
        }

        .menu_sec li .dropdown-menu span {
            display: none;
        }

        .menu_sec li .dropdown-menu ul li a {
            padding: 0px;
        }

        .menu_sec li .dropdown-menu ul li {
            border: none;
            padding: 3px 0px;
        }

        .nav_top .navbar-toggler.showtoggle .icon-bar {
            height: 2px;
        }



        .nav_top .navbar-toggler.collapsed .icon-bar {
            opacity: 1;
            transform: matrix(1, 0, 0, 1, 0, 0);
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            .nav_top .navbar-toggler.collapsed .icon-bar:nth-child(2) {
                opacity: 1;
            }

        .nav_top .navbar-toggler .icon-bar:nth-child(2) {
            opacity: 0;
        }

        .nav_top .navbar-toggler.collapsed .icon-bar:nth-child(1) {
            transform: rotate(0deg);
        }

        .nav_top .navbar-toggler.collapsed .icon-bar:nth-child(3) {
            transform: rotate(0deg);
            margin-top: 5px;
        }

        .nav_top .navbar-toggler .icon-bar:nth-child(1) {
            -ms-transform: matrix(1, -1, 1, 1, 0, 0);
            transform: matrix(1, -1, 1, 1, 0, 0);
            -webkit-transform: matrix(1, -1, 1, 1, 0, 0);
        }

        .nav_top .navbar-toggler .icon-bar:nth-child(3) {
            -ms-transform: matrix(1, 1, -1, 1, 0, 0);
            transform: matrix(1, 1, -1, 1, 0, 0);
            -webkit-transform: matrix(1, 1, -1, 1, 0, 0);
            margin-top: -10px;
        }



        /*end menu*/


        .menu_sec li a.dropdown-toggle::after {
            display: block;
            /*content: "\f107";
        font-family: 'FontAwesome';
        text-align: center;
        font-size: 24px;
        line-height: 30px;
        color: #4d4d74;*/
            background: url(/Frontend/Images/down-chevron.svg) no-repeat right center;
        }

        .menu_sec li.show a.dropdown-toggle::after {
            /*content: "\f106";
        color: #64a781;*/
            background: url(/Frontend/Images/up-chevron.svg) no-repeat right center;
        }

        .menu_sec li.onlymob:last-child {
            background: url(/Frontend/Images/greenbg.jpg)repeat;
            padding: 25px;
            color: #fff;
            font: normal 21px/28px 'OGT Raleway';
        }

            .menu_sec li.onlymob:last-child a.btnn {
                line-height: 35px !important;
                width: 200px;
                padding: 5px 35px;
                font-weight: 600;
                display: block;
            }


        .bannerSec.banner2 .banner_Itm_Txt {
            min-height: 350px;
        }


        .menu_sec li:nth-child(3) .dropdown-menu ul li:first-child {
            padding: 3px 0px;
        }

        .menu_sec li:nth-child(4) .dropdown-menu ul li:first-child {
            padding: 3px 0px;
        }


        .articleBoxes h2 {
            font-size: 26px;
            line-height: 34px;
        }

        .articleBoxes h3 {
            font-size: 20px;
            line-height: 30px;
        }

        .articleBoxes h4 {
            font-size: 18px;
            line-height: 24px;
        }

        /*vacancy*/
        .vacanciesFaq .innfaqBoxes h3 {
            font-size: 24px;
            line-height: 34px;
        }

        .currentvacancies .ngsBox p {
            line-height: 20px;
        }



        /*14-12-20*/
        .menu_sec li a {
            padding: 10px 15px !important;
        }

        .nav_top .navbar-toggler .icon-bar {
            width: 16px;
        }
    }


    @media (min-width: 768px) and (max-width: 991px) {

        .headlink {
            right: 50px;
        }

        .searchBox {
            right: 45px;
            top: 22px;
        }

        .topHeader::after {
            display: none;
        }

        .banner_Itm_Txt h1 {
            font-size: 23px;
            line-height: 30px;
        }

        .innbanner {
            min-height: 350px;
        }

        .bansrchBox {
            margin-top: 15px;
        }

        .banner_Itm_Txt {
            width: 380px;
        }

        .abspic {
            width: 40%;
            bottom: 100px;
        }

        .bottomBoxpic img {
            max-width: 160px;
        }

        .bottomBoxtxt p {
            line-height: 22px;
        }

        .inndesignlt h2 {
            font-size: 20px;
            line-height: 24px;
        }

        .inndesignlt p {
            font-size: 15px;
            line-height: 20px;
            padding-top: 15px;
        }

        .inndesignrtBox .media .media-body h4 {
            font-size: 16px;
            line-height: 24px;
        }

        .inndesignrtBox .media img {
            width: 50px;
        }

        .inndesignrtBox .media {
            width: 380px;
        }

        .heading h2 {
            font-size: 24px;
            line-height: 34px;
        }

        .viewMore {
            font-size: 14px;
        }

        .inndiscovermore .col-sm-8 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .inndiscovermore .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .discoverrt .media:first-child .media-body h4 {
            margin-top: 15px;
        }

        .discovermoreSec {
            padding: 50px 0px;
        }

        .latestNews {
            padding-top: 0px !important;
        }

        .newsBoxpic img {
            height: 130px;
        }

        .newsBoxTxt h4 {
            font-size: 18px;
            line-height: 22px;
        }

        .newsBoxTxt p {
            font-size: 15px;
            line-height: 20px;
            padding-top: 10px;
        }

        .innsignupboxlt .media .media-body h4 {
            font-size: 17px;
            line-height: 19px;
        }

        .innsignupboxrt .btnn {
            width: 100%;
        }

        .topfooterSec {
            padding: 50px 0px;
        }

        .headlink {
            display: none;
        }

        .nav_top .navbar-brand {
            padding: 10px 0px;
            width: 190px;
        }

        .banner_Itm_Txt p {
            font-size: 14px;
            line-height: 18px;
            padding-top: 5px;
        }

        .bottomfootrt {
            width: 100%;
            text-align: center;
            margin-top: 5px;
        }

        .menu_sec li .dropdown-menu .col-md-8 {
            padding-right: 15px;
        }



        /* technology top lavel*/
        .toptechnologySec .inntechnologySec ul li {
            font-size: 16px;
            padding: 0px 15px 5px;
            line-height: 22px;
        }

        .inntechnologyBoxLt {
            width: 330px;
            padding-right: 15px;
        }

            .inntechnologyBoxLt h4 {
                font-size: 16px;
                line-height: 20px;
            }

            .inntechnologyBoxLt p {
                font-size: 14px;
                line-height: 20px;
                padding-top: 10px;
            }

            .inntechnologyBoxLt ul li {
                font-size: 14px;
                line-height: 17px;
                width: 100%;
            }

        .findproductRt ul li {
            font-size: 14px;
            line-height: 20px;
        }

        .inntechnologyBoxLt img {
            max-width: 150px;
        }

        .inntechnologyBoxLt ul {
            margin-top: 10px;
        }

        .inntechnologyBoxLt .btnn {
            margin-top: 15px;
        }

        .findproductRt {
            padding: 0px 25px 0px 25px;
        }

        .bottomtechnologySecBoxes .bottomtechnologySec:nth-child(2n) .innbottomtechnologySec .inntechnologyBoxLt {
            padding-left: 25px;
        }

        .innbottomtechnologySec .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .inntechnologyBoxLt {
            width: 100%;
            position: inherit;
            right: inherit;
            top: inherit;
            transform: translateY(0%);
            -moz-transform: translateY(0%);
            -webkit-transform: translateY(0%);
        }

        .technologyBoxLt {
            padding: 25px 25px 25px;
            min-height: auto;
        }

        .technologyBoxRt img {
            height: auto;
        }

        .bottomtechnologySecBoxes .bottomtechnologySec:nth-child(2n) .innbottomtechnologySec .inntechnologyBoxLt {
            padding-left: 0;
        }




        /*sureseqsublevel*/
        .bannerSec.banner2 img {
            height: 350px;
        }

        .bannerSec.banner2 .banBox {
            width: 270px;
        }

        .bannerSec.banner2 .banBoxtxt p {
            font-size: 20px;
            line-height: 26px;
            padding: 15px;
        }

        .panelBoxLt h4 {
            font-size: 22px;
            line-height: 32px;
        }

        .panelBoxRt ul li {
            font-size: 18px;
            line-height: 22px;
        }

            .panelBoxRt ul li span::before {
                width: 20px;
                height: 20px;
                background-size: contain;
                left: -30px;
            }

        .panelBoxRt {
            margin-top: 60px;
        }

            .panelBoxRt ul li {
                font-size: 15px;
                line-height: 17px;
            }

        .videowatch {
            font-size: 19px;
            line-height: 22px;
        }

        .innworkflowSec h4 {
            font-size: 16px;
            line-height: 24px;
        }

        .wokflowpic img {
            max-width: 80px;
            height: 100px;
        }

        .borders {
            margin-top: 10px;
        }

        .workflowtxt ul {
            margin-top: 10px;
        }

            .workflowtxt ul li {
                font-size: 14px;
                line-height: 18px;
            }

        .innworkflowborder h4 {
            font-size: 24px;
            line-height: 34px;
        }

        /*cytocellsublevel */
        .wokflowpic {
            min-height: 100px;
        }

        /*applicationtopleavel*/
        .aplicationtoplink .technologyBoxLt .inntechnologyBoxLt h2 {
            font-size: 24px;
            line-height: 28px;
        }

        /*applicationSubleavel*/
        .sublavelworkflow .topworkflowPink {
            padding: 16px 0px;
        }

        .innfindproductcancersSec h3 {
            font-size: 26px;
            line-height: 34px;
        }

        .innfindproductcancersSec ul li {
            padding: 0px 7.5px;
        }

            .innfindproductcancersSec ul li.frmbx {
                width: 260px;
            }

        .cancersSecbox {
            padding: 10px;
        }

            .cancersSecbox h5 {
                font-size: 17px;
                line-height: 22px;
                min-height: 65px;
            }

            .cancersSecbox ul li {
                font-size: 13px;
            }

        .view {
            margin-top: 25px;
        }

        .carousel-item img {
            min-height: 380px;
        }

        .innbanner_Itm_Txt {
            width: 380px;
            transform: translateY(-60%);
            -moz-transform: translateY(-60%);
            -webkit-transform: translateY(-60%);
        }



        .experthelpBox h2 {
            font-size: 22px;
            line-height: 28px;
        }

        .experthelpBox ul li a {
            padding: 0px 15px;
        }

        .experthelpBox {
            min-height: 330px;
        }

        .experthelpBoxPic img {
            height: 330px;
        }

        .customerPanelBX p {
            font-size: 16px;
            line-height: 22px;
        }

        .customerPanel {
            padding: 50px 0px;
        }

        .exparthelpboxes {
            margin-top: 50px;
        }


        /* NGS Support Resources */
        .supportban img {
            min-height: 230px;
        }

        .supportban .banner_Itm_Txt {
            min-height: 230px;
        }

        .supportLinksQuick .bottomdiscovermoreSec .media .media-body h4 {
            font-size: 18px;
            line-height: 22px;
        }

        .supportLinksQuick {
            margin-top: 30px;
        }

            .supportLinksQuick .bottomdiscovermoreSec {
                margin-top: 45px;
            }

        .bottomdiscovermoreSec .col-sm-3 {
            flex: 0 0 50%;
            max-width: 50%;
            margin-bottom: 15px;
        }

        .customerPic {
            width: 150px;
        }

        .customerPanel2 .customerPanelBX {
            padding-right: 180px;
        }

        .signupboxSec.grn .btnn {
            width: 100%;
        }

        .prodoc .innfindproductSec .col-sm-7 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .picBox {
            width: 150px;
        }

        /*ngstipsTroubleshooting*/
        .ngsBox h4 {
            font-size: 18px;
            line-height: 24px;
        }

        .ngsBox {
            padding: 15px 15px 50px;
        }

        .innngsBoxes .col-sm-3 {
            flex: 0 0 33.33%;
            max-width: 33.33%;
        }

        .signupboxSec2 .innsignupboxrt .btnn {
            font-size: 14px;
            line-height: 20px;
            padding: 5px;
        }

        /*fishfaq*/
        .accordion .card-header {
            font-size: 18px;
            line-height: 24px;
        }

        .innfaqBoxes h4 {
            font-size: 24px;
            line-height: 28px;
        }

        .accordion .card .card-body h3 {
            font-size: 22px;
            line-height: 28px;
        }

        .accordion .card .card-body h4 {
            font-size: 18px;
            line-height: 24px;
        }

        .accordion .card .card-body h5 {
            font-size: 16px;
            line-height: 22px;
        }

        /*Whats wrong with my arrays*/
        .supportban .btnTipsBack {
            font-size: 15px;
        }

        .inntopwhatsWrong ul li {
            font-size: 17px;
            line-height: 22px;
        }

        .bottomwhatsWrong {
            padding: 45px 0px 40px;
        }

        .innbottomwhatsWrong ul.tabs-menu li {
            font-size: 18px;
            line-height: 24px;
        }

        .inncontentBox ul li {
            font-size: 15px;
            line-height: 22px;
        }

            .inncontentBox ul li:first-child {
                font-size: 18px;
                line-height: 24px;
            }



        .bottomwhatsWrong .accordions .card-header .card-link {
            font-size: 16px;
            line-height: 22px;
        }

        .hideresolution {
            font-size: 14px;
            line-height: 18px;
        }

        .bottomwhatsWrong .accordions .card-header .card-link b::before {
            top: -6px;
        }


        /*Whats wrong fish*/
        .fishPic {
            right: 25px;
        }

        .bottomwhatsWrongFish .accordions .card-body {
            padding-right: 160px;
        }

        .findproductcancersSec {
            padding: 50px 0px 10px;
        }

        .menu_sec li .dropdown-menu .col-md-4 {
            display: none;
        }

        .menu_sec li .dropdown-menu .col-md-8 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .menu_sec li .dropdown-menu ul li:first-child {
            padding-top: 10px;
        }

        .menu_sec li .dropdown-menu {
            padding-bottom: 10px;
        }


        /* ngs literature */
        .literatureBoxLt h4 {
            font-size: 18px;
            line-height: 22px;
        }

        .literatureBoxLt p {
            font-size: 13px;
            line-height: 20px;
        }


        /* ngs literature article */

        .article .innbanner_Itm_Txt {
            padding: 0px 100px;
        }

        .article .banner_Itm_Txt h1 {
            font-size: 22px;
            line-height: 26px;
        }

        .articleBoxes {
            padding: 0px 100px;
        }

        .bottomBoxpanel h4 {
            font-size: 15px;
            line-height: 18px;
        }

        .bottomBoxpanel {
            min-height: 205px;
        }

        .banner_Itm_Txt {
            width: 100%;
        }

        .bannerSec .innbanner_Itm_Txt ul li {
            margin-top: 5px;
        }

        .bannerSec .innbanner_Itm_Txt ul li {
            font-size: 14px;
            line-height: 16px;
        }

        .articleBoxes ul.btnns li a {
            height: 45px;
            padding: 0px 20px;
            font-size: 13px;
            line-height: 45px;
        }

        .topInnbtmpanel {
            padding: 30px 100px;
        }

        .bottomInnbtmpanel h5 {
            font-size: 24px;
            line-height: 32px;
        }

        .bottomBoxpanel ul li {
            font-size: 14px;
            line-height: 16px;
        }


        /*publication*/
        .publicationBoxes .literatureBox {
            padding: 40px 60px 40px 60px;
        }

        /*procedure*/
        .procedureBoxPic img {
            height: 300px;
        }

        .procedureBox {
            min-height: 300px;
        }

        .innprocedureBox h4 {
            font-size: 18px;
            line-height: 22px;
        }

        .innprocedureBox {
            padding-right: 15px;
        }

            .innprocedureBox h2 {
                font-size: 22px;
                line-height: 28px;
            }

        .innprocedureBox {
            padding-right: 0px;
        }

            .innprocedureBox h3 {
                font-size: 18px;
                line-height: 22px;
            }

            .innprocedureBox li, .innprocedureBox p {
                font-size: 14px;
                line-height: 22px;
            }

            .innprocedureBox ul, .innprocedureBox ol {
                padding-top: 5px;
            }




        /*teamSec*/
        .customerBox h5 {
            font-size: 16px;
            line-height: 20px;
        }

        .customerBox .viewMore {
            font-size: 14px;
        }

        .customerBoxes h4 {
            font-size: 24px;
            line-height: 30px;
        }


        /*productsearch*/
        .productsearchSec .cancersSecboxes .col-sm-3 {
            flex: 0 0 33.33%;
            max-width: 33.33%;
        }

        .productsearchSec .cancersSecboxes .col-sm-9 {
            flex: 0 0 66.66%;
            max-width: 66.66%;
        }

        .productboxes .col-sm-4 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .productsearchSec .productsearchSecLeft h4 {
            font-size: 18px;
            line-height: 21px;
        }

        .srchBox.technology .cssmenu ul li.has-sub a, .srchBox.chromosomes .cssmenu ul li.has-sub a {
            font-size: 18px;
            line-height: 21px;
        }


        .newslandingTopSec .col-sm-4 .latestNewsBox {
            padding: 15px;
        }

        .newslandingTopSec .newsBoxTxt h4 {
            font-size: 16px;
            line-height: 20px;
        }

        /* about page */

        .grnPanelBox p {
            font-size: 16px;
            line-height: 20px;
        }

            .grnPanelBox p br {
                display: none;
            }

        .abouttechnology .inntechnologyBoxLt h3 {
            font-size: 24px;
            line-height: 30px;
        }

        .joinUsEventLt h2 {
            font-size: 24px;
            line-height: 30px;
        }

        .joinUsEventLt ul li:last-child {
            margin-left: 50px;
        }

        .grnPanelBox strong {
            font-size: 45px;
            line-height: 55px;
        }

        .aboutDesignPanel .inndesignrtBox .media {
            width: 100%;
        }

            .aboutDesignPanel .inndesignrtBox .media .media-body h4 br {
                display: none;
            }




        .customprobSerch .banner_Itm_Txt p {
            font-size: 19px;
            line-height: 24px;
        }

        .ngsban .picBox {
            width: 100px;
        }

        .contspebtn {
            font-size: 14px;
            line-height: 18px;
            margin-top: 15px;
        }

        .combine #input {
            width: 85%;
        }

        .bottomfootlt li {
            padding: 0px 10px;
        }


        /*evenlanding*/
        .eventlanding h5 {
            font-size: 22px;
            line-height: 32px;
        }

        .evenlanding .innlatestNewsBoxes h3 {
            font-size: 22px;
            line-height: 32px;
        }

        .eventbanpic {
            width: 160px;
            height: 100px;
        }

        .eventlistban .innbanner_Itm_Txt {
            padding-right: 170px;
        }

        /*companyinfo*/
        .companyngsBoxes .innngsBoxes h3 {
            font-size: 24px;
            line-height: 32px;
        }


        /*sureseqproduct*/
        .prodiscovermoreSec .bottomdiscovermoreSec .media .media-body h4 a {
            font-size: 17px;
            line-height: 22px;
        }

        .productSummerySec {
            padding: 50px 0px;
        }

        .proBoxLt h4, .proBoxMid h4 {
            font-size: 16px;
            line-height: 22px;
        }

        .proBoxLt ul li {
            font-size: 14px;
        }

        .proBoxMid ul li {
            font-size: 14px;
            line-height: 18px;
        }

        .proBoxRt ul li:first-child a {
            padding: 10px;
        }

        .proBoxRt ul li {
            font-size: 14px;
            line-height: 18px;
        }

        .proBoxMid h4.usefull {
            margin-top: 25px;
        }

        .innoverflowContent {
            padding-right: 150px;
        }

        .geneTargets .overflowContent {
            padding: 40px 0px;
        }

        .inngeneTargetsContent {
            padding-right: 0px;
        }

            .inngeneTargetsContent ul li {
                padding: 0px;
            }

                .inngeneTargetsContent ul li a {
                    padding: 5px;
                }

        .tabboxPanel {
            padding: 0px 50px;
        }

        .targetsContent h3 {
            font-size: 24px;
            line-height: 28px;
        }

        .tabboxPanel .owl-prev {
            left: -50px;
        }

        .tabboxPanel .owl-next {
            right: -50px;
        }

        .referenceSec .innoverflowContent {
            padding: 0;
        }

        .inngeneTargetsContent ul li a {
            font-size: 14px;
        }



        /*cytocellproduct*/
        .inntabboxPanel .owl-next {
            right: -15px;
        }

        .inntabboxPanel .owl-prev {
            left: -15px;
        }

        .tabboxPanelSec {
            padding-top: 50px;
        }

            .tabboxPanelSec h3 {
                font-size: 26px;
                line-height: 34px;
            }

        .inntabboxPanel .targetsContent h3 {
            font-size: 20px;
            line-height: 24px;
        }


        /*customprobes*/
        .customprobes .frmbx ul li {
            width: 100%;
        }

        .experthelpBox p {
            font-size: 14px;
            line-height: 20px;
        }



        /*vacancy*/
        .currentvacancies .ngsBox .bxview {
            top: 5px;
        }

        .currentvacancies .innngsBoxes {
            padding: 0px 100px;
        }


        /*bloglanding*/
        .glogfilter {
            padding: 0px 0px 30px;
            margin-top: 30px;
        }

        .featuredblog .experthelpBox h2 {
            font-size: 18px;
            line-height: 22px;
        }

        .bloglandingSec .latestNewsBox {
            margin-top: 0px;
            margin-bottom: 25px;
        }


        .inncapabilitiesBoxRt {
            padding: 25px 25px 0px;
            min-height: 300px;
        }

        .capabilitiesBoxRt {
            min-height: 300px;
        }

            .capabilitiesBoxRt .owl-prev {
                left: 2px;
            }

            .capabilitiesBoxRt .owl-next {
                right: 2px;
            }

            .capabilitiesBoxRt.cytocel .inncapabilitiesBoxRt .capabilitiesBoxPic img {
                width: 120px;
                height: 120px;
            }


        /*contact*/
        .contactTop .bottombanBox .bottomBoxtxt h4 {
            font-size: 20px;
            line-height: 26px;
        }

        .contactTop .bottomBoxtxt p {
            font-size: 14px;
        }


        .innchooseCountry ul li {
            font-size: 18px;
            line-height: 22px;
        }

        .inndistributorSec h4 {
            font-size: 24px;
            line-height: 36px;
        }

        .distributorbox h5 {
            font-size: 18px;
            line-height: 24px;
        }

        .distributorbox .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .dstrbBoxes {
            width: 100%;
            display: inline-block;
            margin-top: 15px;
        }


        /*builder create an account*/

        .innpanelContent .panelBoxRt h4 {
            font-size: 22px;
            line-height: 28px;
        }

        .innpanelContent .panelBoxRt ul {
            padding-top: 15px;
        }

        .productSummerySec.summary .proBoxRt h4 {
            font-size: 16px;
            line-height: 22px;
        }

        .productSummerySec.summary .proBoxRt ul li:last-child a {
            padding: 10px;
        }

        .landing .innhowitworks {
            padding: 75px 75px 0px 75px;
        }

        .productSummerySec.summary .proBoxLt p {
            font-size: 14px;
            line-height: 22px;
        }

        .newdashboard.landing .topworkflowPink {
            padding: 25px 0px;
        }

        .landing .innhowitworks {
            padding: 50px 50px 0px 50px;
        }

        .fourstepsPanel .innbottombanSec h3 {
            font-size: 22px;
            line-height: 26px;
        }

        .fourstepsPanel .innbottombanSec .bottombanBox .bottomBoxtxt h4 {
            font-size: 20px;
            line-height: 26px;
        }

        .fourstepsPanel .innbottombanSec .bottombanBox .bottomBoxtxt p {
            font-size: 14px;
            line-height: 22px;
        }

        /* chromsomesearch*/
        .chromosomePanel .inndesignpanel h3 {
            font-size: 24px;
            line-height: 34px;
        }

        .chromosomePanel .inndesignpanel .tabs-menu {
            margin-top: 20px;
        }

        .keyBoxes {
            padding: 20px;
            margin-top: 20px;
        }

            .keyBoxes ul li .media .media-body h5 {
                font-size: 16px;
                line-height: 22px;
            }

            .keyBoxes ul li {
                font-size: 16px;
                line-height: 22px;
                width: 32%;
            }


        /*14-12-20*/
        .header_sec.fixed .srchMob {
            right: 40px;
            top: 24px;
        }

        .customerPanelProduct .customerPanelBX .proBoxRt {
            width: 200px;
        }

        .customerPanelProduct .customerPanelBX {
            padding-right: 210px;
        }

        .fishfaq .ngsBox img {
            min-height: 200px;
        }

        .fishfaq .ngsBox .bxview {
            margin-top: 10px;
        }

        .toptechnologySec.fixed {
            top: 65px;
        }
    }



    @media only screen and (max-width: 767px) {


        .headlink {
            right: 50px;
        }

        .searchBox {
            right: 45px;
            top: 22px;
            display: none;
        }

        .topHeader::after {
            display: none;
        }

        .banner_Itm_Txt h1 {
            font-size: 24px;
            line-height: 30px;
        }

            .banner_Itm_Txt h1 br {
                display: none;
            }

        .innbanner {
            min-height: inherit;
        }

        .bansrchBox {
            margin-top: 15px;
        }

        .banner_Itm_Txt {
            width: 100%;
            position: inherit;
            left: inherit;
            top: inherit;
            transform: translateY(0%) !important;
            padding-top: 0px;
            min-height: inherit;
        }

        .abspic {
            width: 100%;
            bottom: inherit;
            position: inherit;
            right: inherit;
            text-align: right;
            display: inline-block;
        }

            .abspic img {
                max-width: 100%;
                width: auto;
            }

        .bottomBoxpic img {
            max-width: 160px;
        }

        .bottomBoxtxt p {
            line-height: 22px;
        }

        .inndesignlt h2 {
            font-size: 20px;
            line-height: 24px;
        }

        .inndesignlt p {
            font-size: 15px;
            line-height: 20px;
            padding-top: 15px;
        }

        .inndesignrtBox .media .media-body h4 {
            font-size: 16px;
            line-height: 24px;
        }

        .inndesignrtBox .media img {
            width: 50px;
        }

        .inndesignrtBox .media {
            width: 380px;
        }

        .heading h2 {
            font-size: 20px;
            line-height: 26px;
        }

        .viewMore {
            font-size: 14px;
        }

        .inndiscovermore .col-sm-8 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .inndiscovermore .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .discoverrt .media:first-child .media-body h4 {
            margin-top: 15px;
        }

        .discovermoreSec {
            padding: 40px 0px;
        }

        .latestNews {
            padding-top: 0px !important;
        }

        .newsBoxpic img {
            height: 130px;
        }

        .newsBoxTxt h4 {
            font-size: 18px;
            line-height: 22px;
        }

        .newsBoxTxt p {
            font-size: 15px;
            line-height: 20px;
            padding-top: 10px;
        }

        .innsignupboxlt .media .media-body h4 {
            font-size: 15px;
            line-height: 18px;
        }

        .innsignupboxrt .btnn {
            width: 100%;
        }

        .topfooterSec {
            padding: 35px 0px;
        }

        .headlink {
            display: none;
        }

        .nav_top .navbar-brand {
            padding: 5px 0px;
            width: 170px;
        }

        .banner_Itm_Txt p {
            font-size: 14px;
            line-height: 20px;
            padding-top: 10px;
        }

        .srchMob {
            position: absolute;
            right: 55px;
            top: 20px;
            display: inline-block;
        }

        .bansrchBox input[type="text"] {
            font-size: 14px;
            background-color: #ffffff;
        }

        .innbottombanSec .row {
            justify-content: center;
        }

        .innbottombanSec .col-sm-4 {
            flex: 0 0 50%;
            max-width: 50%;
        }

            .innbottombanSec .col-sm-4:last-child {
                margin-top: 25px;
                flex: 0 0 100%;
                max-width: 100%;
            }

        .inndesignpanel .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .inndesignpanel .col-sm-8 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 15px;
        }

        .viewMore {
            font-size: 14px;
            line-height: 18px;
            margin-top: 5px;
        }

        .discoverlt {
            padding: 15px;
        }

            .discoverlt .media {
                display: inline-block;
            }

                .discoverlt .media .media-left {
                    max-width: 100%;
                    margin-right: 0;
                    width: 100%;
                    text-align: center;
                }

                .discoverlt .media .media-body {
                    margin-top: 15px;
                }

        .inndiscovermore {
            margin-top: 20px;
        }

        .innlatestNewsBoxes {
            margin-top: 20px;
        }

            .innlatestNewsBoxes .col-sm-4 {
                flex: 0 0 50%;
                max-width: 50%;
            }

                .innlatestNewsBoxes .col-sm-4:last-child {
                    margin-top: 25px;
                    flex: 0 0 100%;
                    max-width: 100%;
                }

        .innsignupboxlt .media .media-left img {
            max-width: 50px;
            margin-right: 10px;
        }

        .bottomfootlt {
            width: 100%;
            text-align: center;
        }

        .topfooterSec .col-sm-2 {
            flex: 0 0 33.33%;
            max-width: 33.33%;
        }

        .topfooterSec .col-sm-6 {
            flex: 0 0 66.66%;
            max-width: 66.66%;
        }

        .topfooterSec .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 15px;
        }

        .bottomfootrt {
            width: 100%;
            text-align: center;
            margin-top: 5px;
        }


        .header_sec .container {
            max-width: 100%;
            padding: 0;
        }

        .nav_top .navbar-brand {
            margin-left: 15px;
        }

        .srchMob {
            right: 60px;
        }

        .nav_top .navbar-toggler {
            margin-right: 15px;
        }

        .searchBox.show {
            display: block;
            width: 100%;
            right: 0;
            top: 100%;
            background: #f5f6ff;
            padding: 15px;
            height: inherit;
            border: none;
        }

        .searchBox form {
            border: 1px solid #9d9d9d;
            display: inline-block;
            width: 100%;
        }

        .searchBox input[type="text"] {
            height: 40px;
        }

        .searchBox input[type="submit"] {
            height: 40px;
            background-color: #fff;
        }

        .menu_sec li .dropdown-menu .col-md-4 {
            margin-top: 15px !important;
        }

        .navbar .dropdown-menu {
            min-height: auto;
            overflow: auto;
            padding-bottom: 10px;
        }
        /*.menu_sec li .dropdown-menu .col-md-4 ul li:first-child{ border:none;}*/
        .menu_sec li .dropdown-menu span {
            margin: 0;
        }

        .menu_sec li .dropdown-menu .col-md-4 strong {
            font-size: 16px;
            line-height: 22px;
        }

            .menu_sec li .dropdown-menu .col-md-4 strong br {
                display: none;
            }

        .menu_sec li .dropdown-menu .col-md-8 {
            padding-right: 15px;
        }



        /* technology top lavel*/
        .toptechnologySec .inntechnologySec ul li {
            font-size: 16px;
            padding: 0px 15px 5px;
            line-height: 22px;
        }

        .inntechnologyBoxLt {
            width: 330px;
            padding-right: 15px;
        }

            .inntechnologyBoxLt h4 {
                font-size: 16px;
                line-height: 20px;
            }

            .inntechnologyBoxLt p {
                font-size: 14px;
                line-height: 20px;
                padding-top: 10px;
            }

            .inntechnologyBoxLt ul li {
                font-size: 14px;
                line-height: 17px;
                width: 100%;
            }

        .findproductRt ul li {
            font-size: 14px;
            line-height: 20px;
        }

        .inntechnologyBoxLt img {
            max-width: 150px;
        }

        .inntechnologyBoxLt ul {
            margin-top: 10px;
        }

        .inntechnologyBoxLt .btnn {
            margin-top: 15px;
        }

        .findproductRt {
            padding: 0px 25px 0px 25px;
        }

        .bottomtechnologySecBoxes .bottomtechnologySec:nth-child(2n) .innbottomtechnologySec .inntechnologyBoxLt {
            padding-left: 25px;
        }

        .innbottomtechnologySec .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .inntechnologyBoxLt {
            width: 100%;
            position: inherit;
            right: inherit;
            top: inherit;
            transform: translateY(0%);
            -moz-transform: translateY(0%);
            -webkit-transform: translateY(0%);
        }

        .technologyBoxLt {
            padding: 25px 25px 25px;
            min-height: auto;
        }

        .technologyBoxRt img {
            height: auto;
        }

        .bottomtechnologySecBoxes .bottomtechnologySec:nth-child(2n) .innbottomtechnologySec .inntechnologyBoxLt {
            padding-left: 0;
        }

        .toptechnologySec .inntechnologySec ul li {
            font-size: 14px;
            padding: 0px 7px 5px;
            line-height: 16px;
        }

        .findproductSec {
            padding: 30px 0px;
        }

        .innfindproductSec .col-sm-7 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .innfindproductSec .col-sm-5 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .findproductRt {
            padding: 15px 0px;
        }

        .frmbx1 input[type="checkbox"] + label {
            line-height: 28px;
        }

        .innquestionSecBox span {
            display: block;
        }




        /*sureseqsublevel*/
        .bannerSec.banner2 img {
            height: 280px;
        }

        .bannerSec.banner2 .banBox {
            width: 220px;
        }

        .bannerSec.banner2 .banBoxtxt p {
            font-size: 16px;
            line-height: 20px;
            padding: 15px;
        }

        .panelBoxLt h4 {
            font-size: 22px;
            line-height: 32px;
        }

        .panelBoxRt ul li {
            font-size: 18px;
            line-height: 22px;
        }

            .panelBoxRt ul li span::before {
                width: 20px;
                height: 20px;
                background-size: contain;
                left: -30px;
            }

        .panelBoxRt {
            margin-top: 30px;
        }

            .panelBoxRt ul li {
                font-size: 15px;
                line-height: 17px;
            }

        .videowatch {
            font-size: 19px;
            line-height: 22px;
        }

        .innworkflowSec h4 {
            font-size: 16px;
            line-height: 24px;
        }

        .wokflowpic img {
            max-width: 80px;
            height: 100px;
        }

        .borders {
            margin-top: 10px;
        }

        .workflowtxt ul {
            margin-top: 10px;
        }

            .workflowtxt ul li {
                font-size: 14px;
                line-height: 18px;
            }

        .innworkflowborder h4 {
            font-size: 24px;
            line-height: 34px;
        }

        .bannerSec.banner2 .banner_Itm_Txt {
            padding-top: 0px;
        }

        .panelBox {
            padding: 40px 0px;
        }

            .panelBox .col-sm-8 {
                flex: 0 0 100%;
                max-width: 100%;
            }

            .panelBox .col-sm-4 {
                flex: 0 0 100%;
                max-width: 100%;
            }

        .innworkflowBoxes .col-sm-3 {
            flex: 0 0 50%;
            max-width: 50%;
        }

            .innworkflowBoxes .col-sm-3:nth-child(3) .innworkflowBox .wokflowpic {
                display: none;
            }

            .innworkflowBoxes .col-sm-3:nth-child(4) .innworkflowBox .wokflowpic {
                display: none;
            }

        .workflowboxtxt h4 {
            font-size: 17px;
            line-height: 23px;
        }

        .bottomdiscovermoreSec {
            margin-top: 40px;
        }

            .bottomdiscovermoreSec .col-sm-3 {
                flex: 0 0 50%;
                max-width: 50%;
            }

            .bottomdiscovermoreSec .media {
                padding: 15px 0px;
            }

        /*cytocellsublevel */
        .wokflowpic {
            min-height: 100px;
        }

        .bannerSec.banner2 .banner_Itm_Txt {
            min-height: 280px;
        }

        /*applicationtopleavel*/
        .aplicationtoplink .technologyBoxLt .inntechnologyBoxLt h2 {
            font-size: 24px;
            line-height: 28px;
        }

        /*applicationSubleavel*/
        .sublavelworkflow .workflowBoxes h3 {
            font-size: 20px;
            line-height: 32px;
        }

        .sublavelworkflow .topworkflowPink {
            padding: 16px 0px;
        }

        .innfindproductcancersSec h3 {
            font-size: 22px;
            line-height: 28px;
        }

        .innfindproductcancersSec ul li {
            padding: 0px 7.5px;
        }

            .innfindproductcancersSec ul li.frmbx {
                width: 205px;
            }

        .cancersSecbox {
            padding: 10px;
        }

            .cancersSecbox h5 {
                font-size: 17px;
                line-height: 22px;
                min-height: auto;
            }

            .cancersSecbox ul li {
                font-size: 13px;
            }

        .view {
            margin-top: 25px;
        }

        .innfindproductcancersSec ul {
            margin-top: 5px;
        }

        .cancersSecboxes .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .findproductcancersSec {
            padding: 50px 0px 20px;
        }

        .carousel-item img {
            min-height: 240px;
            object-position: right center;
        }

        .banner_Itm_Inn {
            width: 100%;
            position: inherit;
            top: inherit;
            left: 0px;
            transform: translateY(0%);
            -moz-transform: translateY(0%);
            -webkit-transform: translateY(0%);
            display: inline-block;
            background: #f5f5fb;
            padding: 15px 0px;
        }

        .innbanner_Itm_Txt {
            width: 100%;
            position: inherit;
            transform: translateY(0%);
            -moz-transform: translateY(0%);
            -webkit-transform: translateY(0%);
            text-align: left;
        }

        .bansrchBox input[type="submit"] {
            background-color: #f5f6ff;
        }

        .menu_sec li .dropdown-menu .col-md-4 {
            display: none;
        }


        .experthelpBox h2 {
            font-size: 24px;
            line-height: 34px;
        }

        .experthelpBox ul li a {
            padding: 0px 15px;
        }

        .experthelpBox {
            min-height: 330px;
        }

        .experthelpBoxPic img {
            height: 330px;
        }

        .customerPanelBX p {
            font-size: 16px;
            line-height: 22px;
        }

        .customerPanel {
            padding: 50px 0px;
        }

        .whiteban .banner_Itm_Txt .innbanner_Itm_Txt h1 {
            color: #fff;
        }

        .whiteban .banner_Itm_Txt .innbanner_Itm_Txt p {
            color: #fff;
        }

        .supportworkflowSec {
            padding: 30px 0px;
        }

            .supportworkflowSec .innworkflowBox {
                padding-top: 15px;
            }

        .exparthelpboxes {
            margin-top: 25px;
        }

        .experthelpBox {
            min-height: inherit;
        }

        .innexperthelpBox {
            position: inherit;
            left: 0;
            top: inherit;
            transform: translateY(0%);
            -moz-transform: translateY(0%);
            -webkit-transform: translateY(0%);
        }

        .experthelpBoxPic {
            margin-top: 15px;
        }

        .customerPanelBX::before {
            width: 50px;
            height: 50px;
            background-size: contain;
            left: 0px;
        }

        .customerPanelBX {
            padding-left: 70px;
        }

        .customerPanel .inncustomerPanel h3 {
            font-size: 24px;
            line-height: 34px;
        }

        /* NGS Support Resources */
        .supportban img {
            min-height: 230px;
        }

        .supportLinksQuick .bottomdiscovermoreSec .media .media-body h4 {
            font-size: 18px;
            line-height: 22px;
        }

        .supportLinksQuick {
            margin-top: 30px;
        }

            .supportLinksQuick .bottomdiscovermoreSec {
                margin-top: 45px;
            }

        .bottomdiscovermoreSec .col-sm-3 {
            flex: 0 0 50%;
            max-width: 50%;
            margin-bottom: 15px;
        }

        .customerPic {
            width: 100px;
            position: inherit;
            right: inherit;
            top: inherit;
            margin-top: 15px;
        }

        .customerPanel2 .customerPanelBX {
            padding-right: 0px;
        }

        .signupboxSec.grn .btnn {
            width: 100%;
        }

        .prodoc .innfindproductSec .col-sm-7 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .supportban img {
            min-height: 180px;
        }

        .supportban .banner_Itm_Txt {
            min-height: inherit;
        }

        .supportban .banner_Itm_Inn {
            position: inherit;
            left: inherit;
            top: inherit;
        }




        .customerPanel2 .customerPanelBX::before {
            left: 0px;
            width: 50px;
            height: 50px;
            background-size: contain;
        }

        .signupboxSec.grn .col-sm-9 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .signupboxSec.grn .innsignupbox .row {
            justify-content: center;
        }

        .ngsboxes .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .ngsboxes .row:nth-child(2n) {
            margin-top: 30px;
        }

            .ngsboxes .row:nth-child(2n) .col-sm-6:last-child {
                margin-top: 15px;
            }

        /*ngstipsTroubleshooting*/
        .ngsBox h4 {
            font-size: 18px;
            line-height: 24px;
        }

        .ngsBox {
            padding: 15px 15px 50px;
        }

        .innngsBoxes .row {
            justify-content: center;
        }

        .innngsBoxes .col-sm-4 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .innngsBoxes .col-sm-3 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .signupboxSec2 .col-sm-9 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .signupboxSec2 .col-sm-3 {
            flex: 0 0 100%;
            max-width: 100%;
        }


        /*fishfaq*/
        .accordion .card-header {
            font-size: 16px;
            line-height: 22px;
        }

        .innfaqBoxes h4 {
            font-size: 24px;
            line-height: 28px;
        }

        .accordion .card .card-body h3 {
            font-size: 22px;
            line-height: 28px;
        }

        .accordion .card .card-body h4 {
            font-size: 18px;
            line-height: 24px;
        }

        .accordion .card .card-body h5 {
            font-size: 16px;
            line-height: 22px;
        }


        /*Whats wrong with my arrays*/
        .supportban .btnTipsBack {
            top: inherit;
            font-size: 15px;
            position: inherit;
            left: inherit;
            margin-bottom: 15px;
        }

        .inntopwhatsWrong ul li {
            font-size: 17px;
            line-height: 22px;
        }

        .bottomwhatsWrong {
            padding: 45px 0px 40px;
        }

        .innbottomwhatsWrong ul.tabs-menu li {
            font-size: 16px;
            line-height: 20px;
            margin-right: 10px;
        }

        .inncontentBox ul li {
            font-size: 14px;
            line-height: 22px;
        }

            .inncontentBox ul li:first-child {
                font-size: 16px;
                line-height: 22px;
            }

        .hideresolution { /*position: inherit;  right: inherit; top: inherit;*/
            margin-top: 0px; /*display:inline-block;*/
        }


        .bottomwhatsWrong .accordions .card-header .card-link {
            font-size: 16px;
            line-height: 22px;
        }

        .hideresolution {
            font-size: 14px;
            line-height: 18px;
        }

        .bottomwhatsWrong .accordions .card-header .card-link b::before {
            top: -6px;
        }

        /*Whats wrong fish*/
        .fishPic {
            right: 25px;
        }

        .bottomwhatsWrongFish .accordions .card-body {
            padding-right: 160px;
        }

        /*NGS videos*/
        .ngsvideosSec .innlatestNewsBoxes .col-sm-4:last-child {
            flex: 0 0 50%;
            max-width: 50%;
            margin-top: 0px;
        }

        .ngsvideosSec .latestNewsBox {
            margin-top: 30px;
        }

        /* ngs literature */
        .literatureBoxLt h4 {
            font-size: 18px;
            line-height: 22px;
        }

        .literatureBoxLt p {
            font-size: 13px;
            line-height: 20px;
        }

        .literatureBox .col-sm-8 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .literatureBox .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .literatureBoxRt {
            margin-top: 25px;
        }

        .literatureSec {
            padding-bottom: 100px;
        }

        .literatureBoxes .btnTipsBack {
            bottom: -45px;
        }


        /* ngs literature article */

        .article .innbanner_Itm_Txt {
            padding: 0px 0px;
        }

        .article .banner_Itm_Txt h1 {
            font-size: 22px;
            line-height: 26px;
        }

        .articleBoxes {
            padding: 0px 0px;
        }

        .bottomBoxpanel h4 {
            font-size: 15px;
            line-height: 18px;
        }

        .bottomBoxpanel {
            min-height: 205px;
        }

        .banner_Itm_Txt {
            width: 100%;
        }

        .bannerSec .innbanner_Itm_Txt ul {
            margin-top: 15px;
        }

            .bannerSec .innbanner_Itm_Txt ul li {
                margin-top: 5px;
            }

            .bannerSec .innbanner_Itm_Txt ul li {
                font-size: 14px;
                line-height: 16px;
                color: #585786;
            }

        .articleBoxes ul.btnns li a {
            height: 45px;
            padding: 0px 20px;
            font-size: 13px;
            line-height: 45px;
        }

        .topInnbtmpanel {
            padding: 30px 0px;
        }

        .bottomInnbtmpanel h5 {
            font-size: 24px;
            line-height: 32px;
        }

        .bottomBoxpanel ul li {
            font-size: 14px;
            line-height: 16px;
        }

        .bottomInnbtmpanel .row {
            justify-content: center;
        }

        .bottomInnbtmpanel .col-sm-4 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .articleBoxes h2 {
            font-size: 22px;
            line-height: 30px;
        }

        .articleBoxes h3 {
            font-size: 18px;
            line-height: 24px;
        }

        .articleBoxes h4 {
            font-size: 16px;
            line-height: 20px;
        }

        /*publication*/
        .publicationBoxes .literatureBox {
            padding: 40px;
        }

        /*Team profile*/
        .mailid {
            color: #585786;
        }


        /*procedure*/
        .procedureBoxPic img {
            height: auto;
        }

        .innprocedureBox h4 {
            font-size: 18px;
            line-height: 22px;
        }

        .innprocedureBox {
            padding-right: 0px;
            position: inherit;
            top: inherit;
            left: inherit;
            transform: translateY(-0%);
            -moz-transform: translateY(-0%);
            -webkit-transform: translateY(-0%);
            margin-bottom: 15px;
        }

        .innprocedureSec .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .procedureBox {
            min-height: inherit;
        }

        .innprocedureBox h2 {
            font-size: 22px;
            line-height: 28px;
        }

        .innprocedureBox {
            padding-right: 0px;
        }

            .innprocedureBox h3 {
                font-size: 18px;
                line-height: 22px;
            }

            .innprocedureBox li, .innprocedureBox p {
                font-size: 14px;
                line-height: 22px;
            }

            .innprocedureBox ul, .innprocedureBox ol {
                padding-top: 5px;
            }

        /*teamSec*/
        .customerBox h5 {
            font-size: 16px;
            line-height: 20px;
        }

        .customerBox .viewMore {
            font-size: 14px;
        }

        .customerBoxes h4 {
            font-size: 20px;
            line-height: 28px;
        }

        .customerBoxes .col-sm-3 {
            flex: 0 0 50%;
            max-width: 50%;
        }


        /*productsearch*/
        .productsearchSec .cancersSecboxes .col-sm-3 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .productsearchSec .cancersSecboxes .col-sm-9 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 25px;
        }

        .productboxes .col-sm-4 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .productsearchSec .productsearchSecLeft h4 {
            font-size: 18px;
            line-height: 21px;
        }

        .srchBox.technology .cssmenu ul li.has-sub a, .srchBox.chromosomes .cssmenu ul li.has-sub a {
            font-size: 18px;
            line-height: 21px;
        }

        .publicationSec.publicationSec2 .innfindproductcancersSec ul li.frmbx {
            width: 100%;
        }

        .publicationban img {
            object-position: left center !important;
        }

        .newslandingTopSec .col-sm-4 .latestNewsBox {
            padding: 15px;
        }

        .newslandingTopSec .newsBoxTxt h4 {
            font-size: 16px;
            line-height: 20px;
        }

        .newslandingTopSec .col-sm-8 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .newslandingTopSec .col-sm-4 {
            flex: 0 0 100% !important;
            max-width: 100% !important;
            margin-top: 15px !important;
        }

        .newslandingTopSec .latestNewsBox {
            margin-top: 0px;
        }

        .newslandingTopSec .col-sm-8 .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

            .newslandingTopSec .col-sm-8 .col-sm-6 .newsBoxpic img {
                height: auto;
            }


        /* about page */

        .grnPanelBox p {
            font-size: 16px;
            line-height: 20px;
        }

            .grnPanelBox p br {
                display: none;
            }

        .abouttechnology .inntechnologyBoxLt h3 {
            font-size: 24px;
            line-height: 30px;
        }

        .joinUsEventLt h2 {
            font-size: 24px;
            line-height: 30px;
        }

        .joinUsEventLt ul li:last-child {
            margin-left: 50px;
        }

        .grnPanelBox strong {
            font-size: 45px;
            line-height: 55px;
        }

        .aboutDesignPanel .inndesignrtBox .media {
            width: 100%;
        }

            .aboutDesignPanel .inndesignrtBox .media .media-body h4 br {
                display: none;
            }

        .aboutDesignPanel .inndesignpanel .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .aboutDesignPanel {
            padding: 45px 0px;
        }

            .aboutDesignPanel .inndesignpanel .col-sm-6:last-child {
                margin-top: 25px;
            }

        .grnPanelSec .col-sm-3 {
            flex: 0 0 50%;
            max-width: 50%;
        }

        .grnPanelBox {
            margin-bottom: 15px;
        }

        .joinUsEventBox .col-sm-8 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .joinUsEventBox .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 15px;
        }

        .picBox {
            display: none;
        }

            .picBox.mob {
                display: block;
                width: 150px;
                position: absolute;
                left: 50%;
                top: 50px;
                transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
            }

                .picBox.mob img {
                    width: 100%;
                }



        .customprobSerch .banner_Itm_Txt p {
            font-size: 19px;
            line-height: 24px;
        }

        .ngsban .picBox.mob {
            top: 25px;
        }

        .contspebtn {
            font-size: 14px;
            line-height: 18px;
            margin-top: 15px;
            color: #fff;
            border-color: #fff;
        }

        .combine #input {
            width: 82%;
        }

        .workflowboxtxt p, .panelBoxLt p {
            font-size: 14px;
        }

        /*evenlanding*/
        .eventlanding h5 {
            font-size: 22px;
            line-height: 32px;
        }

        .evenlanding .innlatestNewsBoxes h3 {
            font-size: 22px;
            line-height: 32px;
        }

        .eventbanpic {
            display: none;
        }

        .eventlistban .innbanner_Itm_Txt {
            padding-right: 0px;
        }

        .eventbanpicMob {
            width: 200px;
            position: absolute;
            display: block;
            left: 50%;
            top: 50px;
            transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
        }

            .eventbanpicMob img {
                width: 100%;
                min-height: inherit;
                object-fit: contain;
            }

        /*companyinfo*/
        .companyngsBoxes .innngsBoxes h3 {
            font-size: 22px;
            line-height: 32px;
        }


        /*newsarticle*/
        .newsArticle .articleBoxes h6 {
            font-size: 14px;
        }


        /*sureseqproduct*/
        .prodiscovermoreSec .bottomdiscovermoreSec .media .media-body h4 a {
            font-size: 17px;
            line-height: 22px;
        }

        .productSummerySec {
            padding: 50px 0px;
        }

        .proBoxLt h4, .proBoxMid h4 {
            font-size: 16px;
            line-height: 22px;
        }

        .proBoxLt ul li {
            font-size: 14px;
        }

        .proBoxMid ul li {
            font-size: 14px;
            line-height: 18px;
        }

        .proBoxRt ul li:first-child a {
            padding: 10px;
        }

        .proBoxRt ul li {
            font-size: 14px;
            line-height: 18px;
        }

        .proBoxMid h4.usefull {
            margin-top: 25px;
        }

        .innoverflowContent {
            padding-right: 0px;
        }

        .geneTargets .overflowContent {
            padding: 40px 0px;
        }

        .inngeneTargetsContent {
            padding-right: 0px;
        }

            .inngeneTargetsContent ul li {
                padding: 0px;
            }

                .inngeneTargetsContent ul li a {
                    padding: 5px;
                }

        .tabboxPanel {
            padding: 0px 30px;
        }

        .targetsContent h3 {
            font-size: 19px;
            line-height: 24px;
        }

        .tabboxPanel .owl-prev {
            left: -50px;
        }

        .tabboxPanel .owl-next {
            right: -50px;
        }

        .referenceSec .innoverflowContent {
            padding: 0;
        }

        .inngeneTargetsContent ul li a {
            font-size: 14px;
        }

        .proBoxes .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .proBoxes .col-sm-3 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 15px;
        }

        .proBoxRt ul li a {
            margin-top: 10px;
        }

        .overflowContent {
            padding: 40px 0px;
        }

        .inngeneTargetsContent ul li {
            width: 13.5%;
            margin-bottom: 4px;
        }

        .blue .innsignupboxlt .media .media-body h4 {
            font-size: 20px;
            line-height: 26px;
        }

        .blue .col-sm-8 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .blue .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .blue .innsignupboxlt .media .media-body p {
            font-size: 14px;
            line-height: 22px;
        }

        .bluepro .btnn {
            margin-top: 20px;
        }

        .capabilitiesSec {
            padding: 40px 0px;
        }

        .inncapabilitiesSec h4 {
            font-size: 24px;
            line-height: 28px;
        }

        .capabilitiesBoxes {
            padding: 30px 0px 0px;
        }

            .capabilitiesBoxes .col-sm-6 {
                flex: 0 0 100%;
                max-width: 100%;
            }

        .capabilitiesBoxRt {
            min-height: auto;
            margin-top: 15px;
        }

        .workflowProSec .innworkflowBoxes {
            margin-top: 40px;
        }

            .workflowProSec .innworkflowBoxes .col-sm-3:nth-child(3) .innworkflowBox .wokflowpic {
                display: block;
            }

            .workflowProSec .innworkflowBoxes .col-sm-3:nth-child(4) .innworkflowBox .wokflowpic {
                display: block;
            }

        .capabilitiesBoxLt h5 {
            font-size: 22px;
            line-height: 26px;
        }

        .capabilitiesBoxLt p {
            font-size: 14px;
            line-height: 22px;
        }

        .customerPanelProduct .customerPanelBX {
            padding-right: 0px;
        }

            .customerPanelProduct .customerPanelBX .proBoxRt {
                width: 100%;
                position: inherit;
                right: inherit;
                top: inherit;
                margin-top: 15px;
            }

        .referenceSec .innoverflowContent h3 {
            font-size: 24px;
            line-height: 28px;
        }

        .questionSecBox.grn .custombtn {
            position: inherit;
            right: inherit;
            top: inherit;
            margin-top: 15px;
        }



        /*cytocellproduct*/
        .inntabboxPanel .owl-next {
            right: -15px;
        }

        .inntabboxPanel .owl-prev {
            left: -15px;
        }

        .tabboxPanelSec {
            padding-top: 50px;
        }

            .tabboxPanelSec h3 {
                font-size: 26px;
                line-height: 34px;
            }

        .inntabboxPanel .targetsContent h3 {
            font-size: 20px;
            line-height: 24px;
        }

        .capabilitiesBoxes .col-sm-8 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .remprotocol .inndesignrtBox .media .media-body h4 {
            font-size: 17px;
        }

        /*customprobes*/
        .customprobes .frmbx ul li {
            width: 100%;
        }

            .customprobes .frmbx ul li input[type="checkbox"]:checked + label {
                background-position: left top 10px;
            }

            .customprobes .frmbx ul li input[type="checkbox"] + label {
                background-position: left top 10px;
            }



        .experthelpBox p {
            font-size: 14px;
            line-height: 20px;
        }

        .experthelpBox h2 {
            font-size: 22px;
            line-height: 30px;
        }

        .deptoverviewPicBoxes .row .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

            .deptoverviewPicBoxes .row .col-sm-6.last {
                margin-top: 0px;
            }

                .deptoverviewPicBoxes .row .col-sm-6.last .row .col-sm-6 .overviewPicdept {
                    margin-top: 20px !important;
                }

        .deptoverviewPicBoxes {
            margin-top: 20px;
        }



        /*vacancy*/
        .career.article .btnTipsBack {
            color: #585786;
            background: url(/Frontend/Images/arrow2.svg) no-repeat;
            background-position: left top 5px;
        }


        /*vacancy*/
        .currentvacancies .ngsBox .bxview {
            top: inherit;
            position: inherit;
            right: inherit;
        }

        .currentvacancies .innngsBoxes {
            padding: 0px 0px;
        }

            .currentvacancies .innngsBoxes h3 {
                padding-bottom: 10px;
            }


        /*bloglanding*/
        .glogfilter {
            padding: 0px 0px 30px;
            margin-top: 0px;
        }

        .featuredblog .experthelpBox h2 {
            font-size: 18px;
            line-height: 22px;
        }

        .bloglandingSec .latestNewsBox {
            margin-top: 0px;
            margin-bottom: 25px;
        }


        .capabilitiesBoxRt.cytocel .inncapabilitiesBoxRt .capabilitiesBoxPic img {
            width: 120px;
            height: 120px;
        }

        /*contact*/
        .contactTop .bottombanBox .bottomBoxtxt h4 {
            font-size: 20px;
            line-height: 26px;
        }

        .contactTop .bottomBoxtxt p {
            font-size: 14px;
        }

        .innlocationSec {
            padding: 40px 0px;
        }

        .locationBoxes {
            margin-top: 0px;
        }

            .locationBoxes .col-sm-4 {
                flex: 0 0 50%;
                max-width: 50%;
                margin-top: 25px;
            }

        .locationBox h3 {
            font-size: 19px;
            line-height: 26px;
        }


        .innchooseCountry ul li {
            font-size: 18px;
            line-height: 22px;
        }

        .inndistributorSec h4 {
            font-size: 24px;
            line-height: 36px;
        }

        .distributorbox h5 {
            font-size: 18px;
            line-height: 24px;
        }

        .distributorbox .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .dstrbBoxes {
            width: 100%;
            display: inline-block;
            margin-top: 15px;
        }

        .distributorSec {
            padding: 50px 0px;
        }

        /*builder create an account*/

        .innpanelContent .panelBoxRt h4 {
            font-size: 22px;
            line-height: 28px;
        }

        .innpanelContent .panelBoxRt ul {
            padding-top: 15px;
        }

            .innpanelContent .panelBoxRt ul li span::before {
                top: -2px;
            }

        .innpanelContent .panelBoxRt p {
            font-size: 14px;
            line-height: 22px;
        }

        .productSummerySec.summary .proBoxRt h4 {
            font-size: 16px;
            line-height: 22px;
        }

        .productSummerySec.summary .proBoxRt ul li:last-child a {
            padding: 10px;
        }

        .landing .innhowitworks {
            padding: 75px 75px 0px 75px;
        }

        .productSummerySec.summary .proBoxLt p {
            font-size: 14px;
            line-height: 22px;
        }

        .newdashboard.landing .topworkflowPink {
            padding: 25px 0px;
        }

        .landing .innhowitworks {
            padding: 50px 15px 0px 15px;
        }

        .fourstepsPanel .innbottombanSec h3 {
            font-size: 22px;
            line-height: 26px;
        }

        .fourstepsPanel .innbottombanSec .bottombanBox .bottomBoxtxt h4 {
            font-size: 20px;
            line-height: 26px;
        }

        .fourstepsPanel .innbottombanSec .bottombanBox .bottomBoxtxt p {
            font-size: 14px;
            line-height: 22px;
        }


        .fourstepsPanel .col-sm-3 {
            flex: 0 0 50%;
            max-width: 50%;
        }


        /* chromsomesearch*/
        .chromosomePanel .inndesignpanel h3 {
            font-size: 24px;
            line-height: 34px;
        }

        .chromosomePanel .inndesignpanel .tabs-menu {
            margin-top: 20px;
        }

        .keyBoxes {
            padding: 20px;
            margin-top: 20px;
        }

            .keyBoxes ul li .media .media-body h5 {
                font-size: 16px;
                line-height: 22px;
            }

            .keyBoxes ul li {
                font-size: 16px;
                line-height: 22px;
                width: 49%;
                padding: 5px 10px;
            }

        .chromosomePanel .inndesignpanel .tabs-menu li a {
            font-size: 18px;
            width: 72px;
        }



        /*14-12-20*/
        .header_sec.fixed .srchMob {
            right: 60px;
            top: 24px;
        }

        .ontxtban {
        }

            .ontxtban .banner_Itm_Inn {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0px;
                transform: translateY(0%);
                -moz-transform: translateY(0%);
                -webkit-transform: translateY(0%);
                background: none;
                padding: 0px;
            }

            .ontxtban .banner_Itm_Txt {
                min-height: 180px;
            }

                .ontxtban .banner_Itm_Txt .innbanner_Itm_Txt h1 {
                    color: #fff;
                }

                .ontxtban .banner_Itm_Txt .innbanner_Itm_Txt p {
                    color: #fff;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .ontxtban .innbanner_Itm_Txt {
                width: 100%;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }


        .supportban .banner_Itm_Inn {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0px;
            transform: translateY(0%);
            -moz-transform: translateY(0%);
            -webkit-transform: translateY(0%);
            background: none;
            padding: 0px;
        }

        .supportban .banner_Itm_Txt {
            min-height: 180px;
        }

            .supportban .banner_Itm_Txt .innbanner_Itm_Txt h1 {
                margin-top:10px;
            }

            .supportban .banner_Itm_Txt .innbanner_Itm_Txt p {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .supportban .innbanner_Itm_Txt {
            width: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }


        .sucy {
            padding-top: 58px;
        }

            .sucy .picBox.mob {
                width: 100%;
                position: absolute;
                left: 0;
                top: 0;
                transform: translateX(0%);
                -moz-transform: translateX(0%);
                -webkit-transform: translateX(0%);
                background: #3c3c66;
            }

                .sucy .picBox.mob img {
                    max-width: 130px;
                }

            .sucy .banner_Itm_Inn {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0px;
                transform: translateY(0%);
                -moz-transform: translateY(0%);
                -webkit-transform: translateY(0%);
                background: none;
                padding: 0px;
            }

            .sucy .banner_Itm_Txt {
                min-height: 238px;
            }

                .sucy .banner_Itm_Txt .innbanner_Itm_Txt h1 {
                    color: #fff;
                }

                .sucy .banner_Itm_Txt .innbanner_Itm_Txt p {
                    color: #fff;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

            .sucy .innbanner_Itm_Txt {
                width: 100%;
                position: absolute;
                left: 0;
                top: 60%;
                transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
            }

        .productsearchSec .cancersSecboxes {
            margin-top: 0px;
        }

        .bannerSec .innbanner_Itm_Txt ul li {
            color: #fff;
        }

        .article .banner_Itm_Txt h1 {
            font-size: 18px;
            line-height: 22px;
        }

        .bannerSec .innbanner_Itm_Txt ul {
            margin-top: 5px;
        }

        .supportban .btnTipsBack {
            font-size: 13px;
            margin-bottom: 0px;
            margin-top: 10px;
        }

        .supportban.sucy .btnTipsBack {
            margin-top: 70px;
        }

        .customerPanelProduct .customerPanelBX .proBoxRt {
            width: 200px;
        }

        .customerPanelProduct .customerPanelBX {
            padding-right: 210px;
        }

        .fishfaq .ngsBox img {
            min-height: 200px;
        }

        .fishfaq .ngsBox .bxview {
            margin-top: 10px;
        }

        .innprocedureBox li::before {
            top: 16px;
        }

        .ngsban .picBox.mob {
            top: 0;
            left: inherit;
            right: 30px;
            transform: translateX(0%);
            width: 85px;
        }

        .eventbanpicMob {
            width: 128px;
            left: 15px;
            top: 0;
            transform: translateX(0%);
        }

            .eventbanpicMob img {
                min-height: inherit !important;
            }

        .eventlistban.sucy {
            background: #fff;
        }

        .toptechnologySec.fixed {
            top: 65px;
        }

        .banner2.cysu img {
            height: auto;
        }

        .banner2.cysu .innbannerSec {
            width: 100%;
            position: inherit;
            left: inherit;
            top: inherit;
            height: auto;
        }

            .banner2.cysu .innbannerSec .container {
                max-width: 100%;
                padding: 0px;
            }

        .banner2.cysu .banner_Itm_Txt {
            min-height: auto;
            width: 100%;
            display: inline-block;
        }

        .banner2.cysu .banBox {
            width: 100%;
            position: inherit;
            top: inherit;
            left: inherit;
            transform: translateY(0%);
        }

            .banner2.cysu .banBox img {
                max-width: 150px;
                padding: 15px;
            }

        .banner2.cysu .banBoxtxt p {
            font-size: 20px;
            line-height: 32px;
            padding: 20px;
            text-align: left;
        }

        /*8-1-21*/
        .supportban img {
            min-height: 250px;
        }

        .supportban .banner_Itm_Txt {
            min-height: 250px;
        }

            .supportban .banner_Itm_Txt .innbanner_Itm_Txt p {
                white-space: inherit;
                overflow: inherit;
                text-overflow: inherit;
            }
    }



    @media only screen and (max-width: 575px) {
        .innworkflowborder h4 {
            font-size: 20px;
            line-height: 28px;
        }

        .topworkflow {
            padding: 20px 0px;
        }

        .bottomworkflow {
            padding: 30px 0px;
        }
        /*.bottomworkflow .workflowBoxes .col-sm-6:first-child{ margin-bottom:25px;}*/

        /*applicationtopleavel*/
        .aplicationtoplink .technologyBoxLt .inntechnologyBoxLt h2 {
            font-size: 20px;
            line-height: 26px;
        }

        .menu_sec li .dropdown-menu .col-md-4 {
            display: none;
        }

        /*applicationSubleavel*/
        .findproductcancersSec {
            padding: 30px 0px 30px;
        }

        .sublavelworkflow .topworkflowPink {
            background-size: cover;
        }

        .innfindproductcancersSec ul li {
            width: 100%;
        }


        .topworkflowPink {
            background-size: cover;
        }

        .topworkflowyellow {
            background-size: 300%;
        }

        .experthelpBox ul li {
            font-size: 14px;
            line-height: 40px;
            padding: 0px 3.5px;
        }

            .experthelpBox ul li a {
                padding: 0px 10px;
            }

        /*fishfaq*/
        .faqBoxes {
            padding: 50px 0px;
        }

        .innfaqBoxes h4 {
            font-size: 20px;
            line-height: 24px;
        }

        .accordion .card .card-body h3 {
            font-size: 20px;
            line-height: 26px;
        }

        .accordion .card .card-body h4 {
            font-size: 17px;
            line-height: 22px;
        }

        .accordion .card .card-body h5 {
            font-size: 14px;
            line-height: 20px;
        }

        .hideresolution {
            position: inherit;
            right: inherit;
            top: inherit;
            margin-top: 0px;
            display: inline-block;
            float: left;
            margin-top: 10px;
        }

        .bottomwhatsWrong .accordions .card-header .card-link b {
            width: 100%;
            display: inline-block;
        }

            .bottomwhatsWrong .accordions .card-header .card-link b::before {
                top: -4px;
            }

        /*Whats wrong fish*/
        .bottomwhatsWrong .accordions .card-body ul li {
            font-size: 16px;
            line-height: 20px;
        }

        .bottomwhatsWrong .accordions .card-body h2 {
            font-size: 18px;
            line-height: 23px;
        }

        .bottomwhatsWrong .accordions .card-body h3 {
            font-size: 17px;
            line-height: 22px;
        }

        .bottomwhatsWrong .accordions .card-body h4 {
            font-size: 15px;
            line-height: 20px;
        }
        /*NGS videos*/
        .ngsvideosSec .innlatestNewsBoxes .col-sm-4:last-child {
            flex: 0 0 50%;
            max-width: 50%;
            margin-top: 0px;
        }

        .ngsvideosSec .latestNewsBox {
            margin-top: 30px;
        }

        .ngsvideosSec .innlatestNewsBoxes .newsBoxpic .absplay {
            width: 40px;
            height: 40px;
        }

        /* ngs literature article */

        .topbtmBoxshare ul {
            float: left;
            margin-top: 15px;
        }

        .bottomInnbtmpanel .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .bottomBoxpanel {
            min-height: auto;
        }

        /*publication*/
        .publicationSec .innfindproductcancersSec ul li {
            width: 100% !important;
            text-align: center;
            padding: 5px 0px;
        }

        .frmbx1 input[type="checkbox"] + label {
            line-height: 22px;
            font-size: 14px;
            background-size: 22px !important;
        }



        .combine #input {
            width: 93%;
        }
        /*companyinfo*/
        .experthelpBox p {
            font-size: 14px;
        }



        /*sureseqproduct*/
        .productSummerySec {
            padding: 30px 0px;
        }

        .inngeneTargetsContent ul li {
            width: 24%;
        }

        .tabboxPanel .owl-next {
            right: -35px;
        }

        .tabboxPanel .owl-prev {
            left: -35px;
        }

        /*lifeatOGT*/
        .careerteam {
            padding-top: 30px;
        }

        .companyngsBoxes .innngsBoxes h3 {
            padding-bottom: 0px;
        }

        /*contact*/
        .locationBoxes .locationBox p {
            font-size: 14px !important;
        }

        .locationBoxes .locationBox h3 {
            font-size: 19px;
            line-height: 26px;
        }



        .innchooseCountry ul {
            text-align: center;
        }

            .innchooseCountry ul li {
                font-size: 16px;
                line-height: 20px;
            }

                .innchooseCountry ul li .frmbx {
                    margin-top: 10px;
                }

        .inndistributorSec h4 {
            font-size: 20px;
            line-height: 30px;
        }

        .distributorbox {
            padding: 20px;
        }

            .distributorbox .media img {
                max-width: 170px;
            }

            .distributorbox .media .media-body ul li {
                font-size: 14px;
                line-height: 26px;
            }

                .distributorbox .media .media-body ul li:nth-child(1)::before {
                    top: 7px;
                }

                .distributorbox .media .media-body ul li:nth-child(2)::before {
                    top: 5px;
                }

                .distributorbox .media .media-body ul li:nth-child(3)::before {
                    top: 4px;
                }


        /* chromsomesearch*/
        .chromosomePanel {
            padding: 45px 0px;
        }

            .chromosomePanel .inndesignpanel .tabs-menu li a {
                font-size: 16px;
                width: 62px;
            }

        .keyBoxes ul li {
            width: 48%;
            padding: 5px 5px;
        }

        /*14-12-20*/
        .article .banner_Itm_Txt h1 {
            font-size: 16px;
            line-height: 22px;
        }

        .bannerSec .innbanner_Itm_Txt ul li {
            font-size: 13px;
            line-height: 15px;
            padding-right: 10px;
        }
    }

    @media only screen and (max-width: 480px) {


        .banner_Itm_Txt h1 {
            font-size: 22px;
            line-height: 28px;
        }

        .innbottombanSec .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 15px !important;
        }

            .innbottombanSec .col-sm-4:first-child {
                margin-top: 0px !important;
            }

        .designpanel {
            padding: 40px 0px;
        }

        .inndesignrtBox .media {
            width: 100%;
            padding: 0px 15px;
        }

            .inndesignrtBox .media .media-body h4 {
                font-size: 14px;
                line-height: 16px;
            }

        .innlatestNewsBoxes .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 15px !important;
        }

            .innlatestNewsBoxes .col-sm-4:first-child {
                margin-top: 0px !important;
            }

        .bottombanSec {
            padding: 30px 0px 30px;
        }

        .viewMore {
            float: left;
            padding-left: 25px;
        }

        .discoverlt .media .media-body h4 {
            font-size: 17px;
            line-height: 22px;
        }

        .discoverrt .media .media-body h4 {
            font-size: 17px;
            line-height: 22px;
        }

        .topfooterSec .col-sm-2 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .topfooterSec .col-sm-6 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .topfootbox p {
            padding-top: 15px;
        }

        .topfootbox br {
            display: none;
        }

        .bottomfootlt li {
            padding: 0px 7.5px;
        }

        /* technology top lavel*/
        .technologySec {
            padding-top: 0px;
            padding-bottom: 0px;
        }

        .toptechnologySec .inntechnologySec ul li a {
            padding: 5px 0px;
        }

        .toptechnologySec {
            padding: 10px 0px;
        }

        .technologyBoxLt {
            padding: 25px 0px 25px;
        }

        .findproductLt .viewMore {
            margin-left: 0px;
        }

        .bannerSec.banner2 .banBox {
            width: 150px;
        }

            .bannerSec.banner2 .banBox img {
                padding: 15px;
            }

        .bannerSec.banner2 .banBoxtxt p {
            font-size: 14px;
            line-height: 14px;
            padding: 10px;
        }

        .panelBoxLt h4 {
            font-size: 18px;
            line-height: 24px;
        }

        .innworkflowBoxes {
            margin-top: 20px;
        }

            .innworkflowBoxes .col-sm-3 {
                flex: 0 0 100%;
                max-width: 100%;
            }

        .innworkflowborder h4 {
            font-size: 17px;
            line-height: 20px;
        }

        .bottomdiscovermoreSec .col-sm-3 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        /*cytocellsublevel */
        .wokflowpic {
            min-height: inherit;
        }

        /*applicationtopleavel*/
        .aplicationtoplink .technologyBoxLt .inntechnologyBoxLt h2 {
            font-size: 18px;
            line-height: 24px;
        }

        /*applicationSubleavel*/
        .sublavelworkflow .workflowBoxes h3 {
            font-size: 18px;
            line-height: 28px;
        }

        .innfindproductcancersSec h3 {
            font-size: 18px;
            line-height: 24px;
        }

        .innfindproductcancersSec ul {
            margin-top: 20px;
        }

            .innfindproductcancersSec ul li.frmbx {
                width: 100%;
            }

        .carousel-item img {
            min-height: 190px;
        }

        .customerPanelBX::before {
            width: 32px;
            height: 32px;
            left: 0px;
        }

        /* NGS Support Resources */
        .supportban img {
            min-height: 140px;
            object-position: right center;
        }

        .supportLinksQuick .bottomdiscovermoreSec .media {
            padding: 5px 0px;
        }

        .customerPanel .inncustomerPanel h3 {
            font-size: 18px;
            line-height: 28px;
        }

        .customerPanel2 .customerPanelBX::before {
            width: 32px;
            height: 32px;
            left: 0px;
        }

        .customerPanelBX {
            padding-left: 40px;
        }

        /*ngstipsTroubleshooting*/
        .innngsBoxes .row {
            justify-content: center;
        }

        .innngsBoxes .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

            .innngsBoxes .col-sm-4:last-child {
                margin-top: 0px;
            }

        .ngsBoxes {
            padding: 25px 0px 50px;
        }

        .innngsBoxes .col-sm-3 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        /*fishfaq*/
        .faqBoxes {
            padding: 40px 0px;
        }

        .innfaqBoxes h4 {
            font-size: 18px;
            line-height: 22px;
        }

        .accordion .card-header {
            font-size: 14px;
            line-height: 19px;
        }

            .accordion .card-header a.card-link {
                padding: 15px 35px 15px 15px;
                background-size: 20px !important;
            }

        .btnTipsBack {
            margin-top: 30px;
        }

        /*Whats wrong with my arrays*/
        .inntopwhatsWrong ul li span {
            padding: 5px 0px;
        }

        .inntopwhatsWrong ul li:nth-child(2) span::before {
            width: 30px;
            height: 30px;
            background-size: contain !important;
            left: -45px;
        }

        .inntopwhatsWrong ul li:nth-child(3) span::before {
            width: 30px;
            height: 30px;
            background-size: contain !important;
            left: -45px;
        }

        .inntopwhatsWrong ul li:nth-child(4) span::before {
            width: 30px;
            height: 30px;
            background-size: contain !important;
            left: -45px;
        }

        .inntopwhatsWrong ul li {
            padding-left: 40px;
        }

        .bottomwhatsWrong .accordions .card-header .card-link {
            font-size: 14px;
            line-height: 20px;
        }

            .bottomwhatsWrong .accordions .card-header .card-link b {
                padding-left: 38px;
            }

        /*Whats wrong fish*/
        .bottomwhatsWrongFish .accordions .card-body {
            padding-right: 15px;
            display: inline-block;
        }

        .fishPic {
            right: inherit;
            position: inherit;
            top: inherit;
            float: none;
            margin: 0 auto;
            margin-top: 15px;
        }

        /*NGS videos*/
        .ngsvideosSec .innlatestNewsBoxes .col-sm-4:last-child {
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 0px;
        }

        .cancersSecbox {
            margin-bottom: 50px;
        }

        .accordion .card .card-body {
            padding-right: 35px;
        }


        /* ngs literature */
        .literatureBox {
            padding: 15px;
        }

        .literatureBoxLt h4 {
            font-size: 16px;
            line-height: 20px;
        }

        /* ngs literature article */
        .article .banner_Itm_Txt h1 {
            font-size: 18px;
            line-height: 22px;
            padding-top: 15px;
        }

        .articleBoxes ul li {
            margin-right: 0px;
            margin-bottom: 5px;
        }

        .bottomInnbtmpanel h5 {
            font-size: 22px;
            line-height: 26px;
        }

        .articleBoxes h2 {
            font-size: 20px;
            line-height: 26px;
        }

        .articleBoxes h3 {
            font-size: 16px;
            line-height: 20px;
        }

        .articleBoxes h4 {
            font-size: 14px;
            line-height: 18px;
        }

        /*publication*/
        .publicationBoxes .literatureBox {
            padding: 20px;
        }

        /*procedure*/
        .innprocedureBox h4 {
            font-size: 16px;
            line-height: 20px;
        }

        .innprocedureBox h2 {
            font-size: 20px;
            line-height: 26px;
        }

        .innprocedureBox {
            padding-right: 0px;
        }

            .innprocedureBox h3 {
                font-size: 16px;
                line-height: 20px;
            }

            .innprocedureBox li, .innprocedureBox p {
                font-size: 14px;
                line-height: 18px;
            }

            .innprocedureBox ul, .innprocedureBox ol {
                padding-top: 5px;
            }
        /*teamSec*/

        .customerBoxes h4 {
            font-size: 18px;
            line-height: 24px;
        }

        .customerBoxes .col-sm-3 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .customerBox .viewMore {
            margin-left: 0;
        }

        /*productsearch*/
        .productboxes .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .productsearchSec .cancersSecbox ul {
            min-height: auto;
        }

        /* about page */
        .abouttechnology .inntechnologyBoxLt h3 {
            font-size: 20px;
            line-height: 24px;
        }

        .joinUsEventLt h2 {
            font-size: 20px;
            line-height: 24px;
        }

        .joinUsEventLt ul li:last-child {
            margin-left: 0px;
            margin-top: 15px;
        }

        .abouttechnology .inntechnologyBoxLt .customerPanelBX::before {
            top: -30px;
        }

        .picBox.mob {
            top: 35px;
        }

        .ngsban .picBox.mob {
            width: 100px;
        }

        .combine #input {
            width: 87%;
            border: none;
            height: 38px;
            margin: 1px;
            font-size: 14px;
        }

        .grnPanelBox p {
            font-size: 14px;
            line-height: 18px;
        }


        /*evenlanding*/
        .eventlanding h5 {
            font-size: 18px;
            line-height: 28px;
        }

        .joinEventBox {
            padding: 20px;
        }

            .joinEventBox .latestNewsBox {
                margin-top: 0px;
            }

        .newsBoxTxt p {
            font-size: 14px;
        }

        .joinEventBox .newsBoxpic {
            min-height: auto;
        }

        .evenlanding .innlatestNewsBoxes h3 {
            font-size: 18px;
            line-height: 24px;
        }

        .evenlanding .newsBoxTxt ul {
            padding: 10px 0px 5px;
        }

        .newsBoxTxt h4 {
            font-size: 16px;
            line-height: 20px;
        }
        /*.eventbanpicMob{width:150px; top:0px; } */

        /*companyinfo*/
        .companyngsBoxes .innngsBoxes h3 {
            font-size: 20px;
            line-height: 28px;
        }

        .blue {
            padding: 35px 0px;
        }

            .blue .innsignupboxlt .media .media-body p {
                font-size: 14px;
                line-height: 20px;
            }

                .blue .innsignupboxlt .media .media-body p br {
                    display: none;
                }


        /*sureseqproduct*/
        .proBoxLt ul li span:first-child {
            width: 40%;
        }

        .proBoxLt ul li span:last-child {
            width: 60%;
        }

        .proBoxLt ul li {
            font-size: 13px;
            line-height: 18px;
        }

        .inngeneTargetsContent ul li {
            width: 32%;
        }

        .targetsContent h3 {
            font-size: 16px;
            line-height: 22px;
        }

        .capabilitiesBoxLt h5 {
            font-size: 18px;
            line-height: 24px;
        }


        /*cytocellproduct*/
        .tabboxPanelSec h3 {
            font-size: 22px;
            line-height: 28px;
        }

        .tabboxPanelSec {
            padding-top: 40px;
        }

        .inntabboxPanel {
            margin-top: 25px;
        }

            .inntabboxPanel .owl-prev {
                top: 40%;
            }

            .inntabboxPanel .owl-next {
                top: 40%;
            }

        .remprotocol .innoverflowContent .media {
            margin-top: 20px;
        }

        .remprotocol .innoverflowContent .media {
            display: inline-block;
            text-align: center;
        }

            .remprotocol .innoverflowContent .media .mr-3 {
                margin-right: 0px !important;
            }

            .remprotocol .innoverflowContent .media .media-body {
                text-align: left;
                padding-top: 15px;
            }

        .remprotocol .inndesignrt {
            margin-top: 15px;
        }

        .remprotocol .mediaCover .media {
            display: flex;
            text-align: left;
        }

            .remprotocol .mediaCover .media .mr-3 {
                margin-right: 10px !important;
            }

            .remprotocol .mediaCover .media .media-body {
                padding-top: 0px;
            }

        .remprotocol .inndesignrtBox .media .media-body h4 {
            font-size: 14px;
        }

            .remprotocol .inndesignrtBox .media .media-body h4 br {
                display: none;
            }



        .discovermoreSec {
            padding: 30px 0px;
        }

        .exparthelpboxes {
            margin-top: 10px;
        }


        /*bloglanding*/
        .glogfilter {
            padding: 0px 0px 30px;
        }


        /*12-11-20*/
        .whatsWrongBox strong {
            padding-left: 38px;
            display: inline-block;
            font-size: 14px;
            line-height: 20px;
        }

        .bottomwhatsWrong .accordions .card-body ul li {
            margin-left: 38px;
            font-size: 14px;
            line-height: 20px;
        }

        .bottomwhatsWrong .accordions .card-body ol {
            padding-left: 18px;
        }

            .bottomwhatsWrong .accordions .card-body ol li {
                font-size: 14px;
                line-height: 20px;
            }

        .bottomwhatsWrong .accordions .card-body p {
            font-size: 14px;
            line-height: 20px;
        }

        .bottomwhatsWrong .accordions .card-body p {
            padding-left: 25px;
        }

        .bottomwhatsWrong .accordions .card-body h2, .bottomwhatsWrong .accordions .card-body h3, .bottomwhatsWrong .accordions .card-body h4 {
            padding-left: 25px;
        }

        .inncapabilitiesBoxRt {
            padding: 25px 25px 0px;
            min-height: 270px;
        }

        .capabilitiesBoxRt {
            min-height: 270px;
        }

            .capabilitiesBoxRt .owl-prev {
                left: 2px;
            }

            .capabilitiesBoxRt .owl-next {
                right: 2px;
            }

        .capabilitiesBoxPic p {
            font-size: 14px;
            line-height: 22px;
        }

        .capabilitiesBoxRt .owl-dots {
            bottom: 10px;
        }


        /*contact*/
        .locationBoxes .col-sm-4 {
            flex: 0 0 100%;
            max-width: 100%;
            margin-top: 25px;
        }

        .locationBox p {
            min-height: auto;
        }



        .innchooseCountry ul li {
            width: 100%;
        }

            .innchooseCountry ul li .frmbx {
                width: 100%;
            }

            .innchooseCountry ul li:last-child {
                margin-left: 0px;
            }

        .distributorSec {
            padding: 40px 0px;
        }

        .inndistributorSec h4 {
            font-size: 17px;
            line-height: 24px;
        }

        .distributorbox .media {
            width: 100%;
            display: inline-block;
            text-align: center;
        }

            .distributorbox .media img {
                max-width: 100%;
                margin: 0px !important;
            }

            .distributorbox .media .media-body {
                text-align: left;
                padding-top: 15px;
            }

        .dstrbBx {
            width: 100%;
            float: left;
            padding-bottom: 15px;
        }


        /*builder create an account*/
        .bcact .media .media-body h4 {
            padding-top: 12px;
        }

        .bcact .media .media-body p {
            font-size: 14px;
            line-height: 20px;
        }

        /*builder create an account*/
        .innpanelContent .panelBoxRt h4 {
            font-size: 20px;
            line-height: 26px;
        }



        .panelContentBoxes .panelBoxRt .table-responsive table tr th {
            font-size: 14px;
            line-height: 18px;
        }

        .panelContentBoxes .panelBoxRt .table-responsive table tr td {
            font-size: 14px;
            line-height: 18px;
        }

        .landing .innhowitworks {
            padding: 25px 0px 0px 0px;
        }

        .fourstepsPanel .innbottombanSec h3 {
            font-size: 18px;
            line-height: 22px;
        }

        .fourstepsPanel .col-sm-3 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .fourstepsPanel .innbottombanSec .bottombanBox {
            margin-top: 0px;
        }

        .customprobSerch .banner_Itm_Txt p {
            font-size: 16px;
            line-height: 22px;
        }

        /* chromsomesearch*/
        .chromosomePanel .inndesignpanel h3 {
            font-size: 20px;
            line-height: 28px;
        }

        .chromosomePanel .inndesignpanel .tabs-menu li a {
            width: 59px;
        }

        .keyBoxes ul li {
            width: 100%;
        }

        .cromosomeBox {
            margin-top: 15px;
        }

        /*14-12-20*/
        .supportban .banner_Itm_Txt {
            min-height: 140px;
        }

        .supportban .bansrchBox {
            margin-top: 5px;
        }

        .supportban .banner_Itm_Txt p {
            padding-top: 5px;
        }

        .supportban .bansrchBox input[type="text"] {
            font-size: 12px;
        }

        .supportban img {
            min-height: 200px;
        }

        /*.supportban .banner_Itm_Txt {
        min-height: 200px;
    }
*/
        .sucy .innbanner_Itm_Txt {
            top: 60%;
        }

        .sucy .banner_Itm_Txt {
            min-height: 258px;
        }

        .innprocedureBox li {
            padding-left: 25px;
        }

            .innprocedureBox li::before {
                top: 14px;
                width: 15px;
            }

        .faqBoxes {
            padding-top: 0;
        }

        .ngsban .picBox.mob {
            right: 15px;
            width: 75px;
        }

        .banner2.cysu img {
            height: auto;
        }

        .banner2.cysu .innbannerSec {
            width: 100%;
            left: inherit;
            top: inherit;
            height: auto;
        }

            .banner2.cysu .innbannerSec .container {
                max-width: 100%;
                padding: 0px;
            }

        .banner2.cysu .banner_Itm_Txt {
            min-height: auto;
            width: 100%;
            display: inline-block;
        }

        .banner2.cysu .banBox {
            width: 100%;
            position: inherit;
            top: inherit;
            left: inherit;
            transform: translateY(0%);
        }

            .banner2.cysu .banBox img {
                max-width: 150px;
                padding: 15px;
            }

        .banner2.cysu .banBoxtxt p {
            font-size: 18px;
            line-height: 26px;
            padding: 15px;
            text-align: left;
        }

        /*8-1-21*/
        .supportban img {
            min-height: 280px;
        }

        .supportban .banner_Itm_Txt {
            min-height: 200px;
        }

        .banner_Itm_Txt p {
            font-size: 13px;
            line-height: 24px;
        }

        .bansrchBox input[type="text"] {
            height: 45px;
        }

        .bansrchBox input[type="submit"] {
            height: 45px;
        }
    }

    .h-100 {
        height: 100%;
    }


.multiprobe{
    padding:30px 0px;
    clear:both;
}

.multiprobe .heading{
    margin-bottom:30px;
}

.multiprobe .multiprobe_item {
    width: 100%;
    margin: 0 33px 30px 0;
    border: solid 1px #e5e5e5;
}

.multiprobe .multiprobe_item_image{
    text-align:center;
}

.multiprobe .multiprobe_item_image img {
    width: 100%;
    height: 143px;
}

.multiprobe .multiprobe_item_text {
   
    height: 60px;
 
    background-color: #fd3d9e;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: left;
}

.multiprobe .multiprobe_item_text h4 {
        
    color: #fff;
    font-size: 16px;
    margin-left:9px;
}

.multiprobe_number {
    border-radius: 50%;
    /*background-color: #BA2D73;*/
    color: #fff;
    height: 35px;
    width: 20px;
    display: inline-block;
    text-align:center;
    padding-top:8px;
    margin-left:9px;
    font-weight:bold;
}

@import url(http://fonts.googleapis.com/css?family=Raleway:400,200);
/*submenu*/

.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.cssmenu {
  width: 100%;
  padding-bottom: 5px;

}
.cssmenu ul ul {
  display: none;
  padding-left: 0px;
}
.cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
.cssmenu ul li{ border-bottom: 1px solid #fff;}
.cssmenu ul li a{ border-right: 1px solid #fff;}
.cssmenu ul li:last-child{ border-bottom: none;}
.cssmenu > ul > li > a {
  padding: 15px;
  cursor: pointer;
  width: 89%;
  z-index: 2;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.cssmenu > ul > li > a:hover {
  color: #d8f3f0;
}



/*#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: -80px;
  top: 16px;
  z-index: 5;
  display: block;
  height: 18px;
  width: 5px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: -86px;
  top: 22px;
  display: block;
  width: 18px;
  height: 5px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}*/

/*First label menu*/
.cssmenu ul > li.has-sub span{
  background: url(/Frontend/Images/plus.svg) no-repeat center center;
    cursor: pointer;
    display: block;
    /*height: 18px;
    padding: 12px 0;*/
    position: absolute;
    /*right: 10px;*/
    top: 10px;
    width: 30px;
    z-index: 5;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; /*border-left: 1px solid #fff;*/
}

.cssmenu ul > li.has-sub.open span{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: url(/Frontend/Images/minus.svg) no-repeat center center;
}

/*Second label menu*/
.cssmenu ul ul > li.has-sub span{
  background: url(/Frontend/Images/menu_plus.png) no-repeat center center !important;
  padding: 9px 0;
}
.cssmenu ul ul > li.has-sub.open span{
  background: url(/Frontend/Images/menu_minus.png) no-repeat center center !important;
}
/*Third label menu*/
.cssmenu ul ul ul{
  display: none;
  padding-left: 0px;
}
.cssmenu > ul > li.active > ul > li.active > ul{
  display: block;
}
.cssmenu ul ul ul > li.has-sub span{
  background: url(/Frontend/Images/menu_plus.png) no-repeat center center !important;
  padding: 21px 0;
}
.cssmenu ul ul ul > li.has-sub.open span{
  background: url(/Frontend/Images/menu_minus.png) no-repeat center center !important;
}
/*Forth label menu*/
.cssmenu ul ul ul ul{
  display: none;
  padding-left: 0px;
}
.cssmenu > ul > li.active > ul > li.active > ul > li.active > ul{
  display: block;
}
.cssmenu ul ul ul ul > li.has-sub span{
  background: url(/Frontend/Images/menu_plus.png) no-repeat center center !important;
  padding: 21px 0;
}
.cssmenu ul ul ul ul > li.has-sub.open span{
  background: url(/Frontend/Images/menu_minus.png) no-repeat center center !important;
}

/*.cssmenu ul ul li a { background: #2d8e83; border-right: 1px solid #fff; color: #fff; padding: 10px; text-decoration: none; width: 80%;}
.cssmenu ul ul li{background: #2d8e83;}*/

.cssmenu ul ul ul li a { background: #2d8e83; border-right: 1px solid #fff; color: #fff; padding: 10px; text-decoration: none; width: 80%;}
.cssmenu ul ul ul li{background: #2d8e83;}

.cssmenu ul ul ul ul li a { background: #2d8e83; border-right: 1px solid #fff; color: #fff; padding: 10px; text-decoration: none; width: 80%;}
.cssmenu ul ul ul ul li{background: #2d8e83;}


/*.header_sec.fixed .searchBox input[type="submit"] {
    width: 44.4px;
}

.searchBox input[type="text"] {
    width: 96%;
}
*/
.ngsBox.white-bg {
    background-color: #ffffff;
}

.searchBox.full-width{
    display:none;
}

    .searchBox.full-width input[type="text"] {
        width: 95%;
    }

    .searchBox.full-width input[type="submit"] {
        width: 5%;
    }
   

.fishfaq .ngsBox img {
    opacity: 0.6;
}

.customerPanel.background_No_Pattern {
    background: none !important;
}

.customerPanelProduct .customerPanelBX.background_quote_FISH::before {
    background: url(/Frontend/Images/quotepink.svg) repeat !important;
}

.customerPanelProduct .customerPanelBX .media.background_quote_FISH::before {
    background-color: #FF3D9E !important;
}

.customerPanelProduct .customerPanelBX.background_quote_Arrays::before {
    background: url(/Frontend/Images/quotemint.svg) repeat !important;
}

.customerPanelProduct .customerPanelBX .media.background_quote_Arrays::before {
    background-color: #1e9993 !important;
}

.customerPanelProduct .customerPanelBX.background_quote_Brand::before {
    background: url(/Frontend/Images/quotepurple.svg) repeat !important;
}

.customerPanelProduct .customerPanelBX .media.background_quote_Brand::before {
    background-color: #585786 !important;
}


.requestQuote .frmbx ul li input[type="checkbox"]:checked + label {
    background: url(/Frontend/Images/check-box.svg) no-repeat left center !important;
    background-size: 20px !important;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 0px;
    line-height: 21px;
}

.requestQuote .frmbx ul li input[type="checkbox"] + label {
    background-size: 20px !important;
    height: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 0px;
    line-height: 21px;
}

.requestQuote .frmbx ul li input[type="checkbox"]:checked + label {
    background: url(/Frontend/Images/check-box-tick.svg) no-repeat left center!important;
}

.innprocedureBox ul, .innprocedureBox ol{
    margin-bottom:15px;
}

.innprocedureBox li:before {
    width: 17px;
    top: 15px;
}

.innprocedureBox li {
    padding-left: 29px;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.discoverlt .media-body {
    margin-left:20px;
}

.discoverrt .media .media-body h5, .discoverlt .media .media-body h5 {
    margin-top: 8px;
}

.questionSecBox h4 {
    line-height: 37px;
}

.ngsvideosSec.full-width {
    background: #f5f6ff;
    padding-bottom:50px;
    margin-bottom:100px;
}

    .ngsvideosSec.full-width h2 {
        color: #585786;
        font: bold 21px/25px 'OGT Raleway';
        margin-bottom:20px;
    }

    .ngsvideosSec.full-width h4 {
        font: bold 32px/40px 'OGT Raleway';
    }


    .ngsvideosSec.full-width .joinEventBox {
        padding-left:0px;
        padding-top:0px;
    }

    .ngsvideosSec.full-width .btnn {
        float: left;
        margin-right:50px;
    }

    .ngsvideosSec.full-width .joinEventBox .viewMore {
        margin-top: 45px;
    }

.capabilitiesBoxLt p {
    padding-bottom:15px;
}

.capabilitiesBoxLt ul li:before, .rte ul li:before, .articleBoxes ul:not(.btnns) li:before, .card-body ul li:before {
    height: 2px;
}

.rte ul li {
    width:100%;
}

.rte ul li:first-child {
    padding-left: 35px;
}

.capabilitiesBoxLt ul li, .rte ul li, .articleBoxes ul li, .card-body ul li {
    padding: 10px 0px;
    padding-left: 35px;
    position: relative;
    font: 300 14px/21px 'OGT Merriweather';
    color: #25253d;
}

    .capabilitiesBoxLt ul li:before, .rte ul li:before, .articleBoxes ul:not(.btnns) li:before, .card-body ul li:before {
        width: 17px;
        height: 2px;
        background: #585786;
        content: '';
        position: absolute;
        left: 0;
        top: 20px;
    }

    .articleBoxes ul.btnns li {
        padding-left:0;
        margin-right: 20px;
    }

    .headlink li {
        padding: 0px 14px;
    }


.removeBackground {
    background: unset;
}


.topworkflowPink {
    background: url(/Frontend/Images/strippink.svg) repeat !important;
}

.topworkflowYellow {
    background: url(/Frontend/Images/stripyellow.svg) repeat !important;
}

.topworkflowBlue {
    background: url(/Frontend/Images/sureseq-pattern-strip-dark-purple.svg) repeat !important;
}

.topworkflowGreen {
    background: url(/Frontend/Images/cytosure-pattern-strip-mint.svg) repeat !important;
}


.menu_sec li .dropdown-menu a.main-sub-link {
    color: #575786 !important;
    font: 700 21px/32px 'Raleway', sans-serif;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.srchBox.technology input[type="checkbox"] + label.disabled, .srchBox.chromosomes input[type="checkbox"] + label.disabled, .srchBox.application input[type="checkbox"] + label.disabled {
    background: url(/Frontend/Images/chk2_disabled.png) no-repeat left center;
}

.col-sm-3 .overviewPicdept {
    margin-top: 20px;
}

.vacanciesFaq .innfaqBoxes h3 {
    text-align: left;
}

.inngeneTargetsContent ul li a.disabled {
    opacity: 0.6;
    cursor:default;
}

.capabilitiesBoxRt.cytocel .inncapabilitiesBoxRt .capabilitiesBoxPic img {
    border-radius: unset;
}

.tabboxPanel {
    display: unset;
}

.requestQuote .frmbx ul li input[type="checkbox"] + label {
    color: #ffffff !important;
}

.requestQuote .frmbx ul li input[type="checkbox"] + label {
    padding-left: 35px;
}

.requestQuote .frmbx ul li input[type="checkbox"] + label {
    background: url(/Frontend/Images/chk.png) no-repeat left center;
}

.requestQuote .frmbx ul li input[type="checkbox"]:checked + label {
    background: url(/Frontend/Images/chk4.jpg) no-repeat left center;
}

.articleBoxes img {
    /*max-width: 80%;*/
}


/*Product page colours*/
.ngs_product_type .topworkflow, .ngs_product_type.customerPanelProduct {
    background: url(/Frontend/Images/sureseq-pattern-strip-yellow.svg) repeat !important;
    background-size: 2000px !important;
}

.ngs_product_type h3, .ngs_product_type h4.h3, .ngs_product_type h5 {
    color: #ffc200 !important;
}

.ngs_product_type .inngeneTargetsContent ul li a, .ngs_product_type .innoverflowContent .media .media-body ul li:before, .ngs_product_type .customerPanelBX .media::before {
    background: #ffc200;
}

.ngs_product_type .inngeneTargetsContent ul li.current a {
    background: #25253d;
}

.ngs_product_type .customerPanelBX::before {
    background: url(/Frontend/Images/quoteYellow.svg) no-repeat !important;
}

.fish_product_type .topworkflow, .fish_product_type.customerPanelProduct,
.custom_probe_product_type .topworkflow, .custom_probe_product_type.customerPanelProduct {
    background: url(/Frontend/Images/cytcocell-pattern-strip-pink.svg) repeat !important;
    background-size: 2000px !important;
}

.brand_product_type .topworkflow, .brand_product_type.customerPanelProduct {
    background: url(/Frontend/Images/brand-pattern-strip-purple.svg) repeat !important;
    background-size: 2000px !important;
}


.fish_product_type h3, .fish_product_type h4.h3, .fish_product_type h5 {
    color: #ff3d9e !important;
}

.fish_product_type .inngeneTargetsContent ul li a, .fish_product_type .innoverflowContent .media .media-body ul li:before, .fish_product_type .customerPanelBX .media::before {
    background: #ff3d9e;
}

.custom_probe_product_type .inngeneTargetsContent ul li a, .custom_probe_product_type .innoverflowContent .media .media-body ul li:before, .custom_probe_product_type .customerPanelBX .media::before {
    background: #ff83c1;
}

.brand_product_type h3, .brand_product_type h4.h3, .brand_product_type h5 {
    color: #25253d !important;
}

.brand_product_type .inngeneTargetsContent ul li a, .brand_product_type .innoverflowContent .media .media-body ul li:before, .brand_product_type .customerPanelBX .media::before {
    background: #25253d;
}

h5.step-colour {
    color: #25253d!important;
}

.fish_product_type .customerPanelBX::before,
.custom_probe_product_type .customerPanelBX::before {
    background: url(/Frontend/Images/quotepink.svg) no-repeat !important;
}

.brand_product_type .customerPanelBX::before {
    background: url(/Frontend/Images/quotepurple.svg) no-repeat !important;
}


.array_product_type .topworkflow, .array_product_type.customerPanelProduct {
    background: url(/Frontend/Images/cytosure-pattern-strip-mint.svg) repeat !important;
}

.array_product_type h3, .array_product_type h4.h3, .array_product_type h5 {
    color: #4BC2C0 !important;
}

    .fish_product_type h5.standard, .ngs_product_type h5.standard, .array_product_type h5.standard, .brand_product_type h5.standard {
        color: #25253d !important;
    }

.array_product_type .inngeneTargetsContent ul li a, .array_product_type .innoverflowContent .media .media-body ul li:before {
    background: #4BC2C0;
}

.array_product_type .inngeneTargetsContent ul li.current a {
    background: #25253d;
}

.array_product_type .customerPanelBX::before {
    background: url(/Frontend/Images/quoteblue.svg) no-repeat !important;
}

.array_product_type .customerPanelBX .media::before {
    background: #57a077;
}

.customerPanel .inncustomerPanel h3 {
    color: #575786 !important;
}

.tabboxPanelSec h3.h4 {
    color: #575786 !important;
}

.questionSecBox .validation-error, .questionSecBox .error, .questionSecBox .field-validation-error {
    color: #585786;
    font-weight: bold;
}

.questionSecBox .frmbx input[type="password"] {
    border: 1px solid #585786;
    width: 100%;
    height: 40px;
    background: #fff;
    padding: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font: normal 16px/24px 'OGT Raleway';
    color: #000
}

.inndistributorSec {
    margin-bottom: 50px;
}

.product-by-application-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.discoverlt {
    padding: 35px;
}

.workflowbox {
    margin-bottom: 50px;
}

.product-collections-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.customerPanelProduct:after {
    background: rgba(255,255,255,0.7);
}

.customerPanelBX .media img {
    max-width: unset;
    width: 65px !important;
}

.product-quote-info {
    min-height: 65px
}

.ngs_product_type .customerPanelBX::before {
    margin-top: 10px;
}

.product-protocol-item {
    padding-top: 65px;
}

.innoverflowContent h4.h3 {
    font-size: 25px;
    font-family: OGT Raleway;
}

.questionSecBox {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .questionSecBox h4 {
        font-size: 32px;
    }

.workflowtxt ul li > span:before {
    width: 17px;
    height: 13px;
    content: '';
    background: none;
    position: absolute;
    top: 4px;
}

.workflowtxt ul li a > span:before {
    width: 17px;
    height: 13px;
    content: '';
    background: url(/Frontend/Images/arrwwhite.svg) no-repeat left center;
    position: absolute;
    top: 4px;
}

.capabilitiesBoxLt p {
    color: #25253d;
    font-size: 14px;
}

.gene-targets-tab {
    padding-top: 75px;
}

.ngsBox a {
    font-weight: 500;
}

.whiteban .btnTipsBack {
    color: #abb7d6;
    background: url(/Frontend/Images/arrow2.svg) no-repeat;
}

.btnTipsBack {
    top: 27px !important;
    font-weight: bold;
}

.accordion .card-header a.card-link {
    padding: 27px 75px 27px 32px;
}

.accordion .card .card-body {
    padding-top: 0px!important;
}

    .accordion .card .card-body ul, .accordion .card .card-body ol, .accordion .card .card-body p {
        padding-top: 0px !important;
    }

        .accordion .card .card-body ul, .accordion .card .card-body ol{
            margin-left:10px;
        }

        .innprocedureSec {
            margin-top: 40px;
        }

.request-quote-form {
    margin-top: 40px;
}

.remprotocol .topworkflow:after, .fishoverview .topworkflow:after, .ngs_product_type .topworkflow {
    background-color: rgba(255,255,255,0.7) !important;
}

.eventlanding h2 {
    color: #575786;
    font: bold 32px/40px 'OGT Raleway';
    text-align: left;
}

.customerPanelBX:before{
    top:10px!important;
}



/*.evenlanding .newsBoxpic {
    border: none;
}
*/
.ngsBox {
    padding: 25px;
}

.panelBoxLt {
    padding-right: 40px;
}

.discoverlt {
    width: unset;
    margin-right: 40px;
}

    .discoverlt .media .media-body ul li {
        padding-left: 40px;
    }

        .discoverlt .media .media-body ul li a:before {
            left: -40px;
            top: 3px;
        }

.workflowboxtxt p {
    font-size: 14px;
    color: #585786;
}

.textLinksButtonImageItem p {
    color: #575786;
    font: normal 16px/24px 'OGT Merriweather';
}

.viewMore{
    margin-top:16px;
}

.bansrchBox input[type="submit"]{
    width:48px;
    float:left;
}

.findproductRt a{
    font-weight:500;
    padding-bottom:7px;
}

.productsearchSec .productsearchSecLeft h4, .srchBox.technology .cssmenu ul li.has-sub a, .srchBox.chromosomes .cssmenu ul li.has-sub a {
    color: #3c3c66;
}

.toptechnologySec .inntechnologySec ul {
    height: 70px;
}

.frmbx {
    margin-top: 26px;
}

.articleBoxes img{
    margin:30px;
}

.articleBoxes ul.btnns{
    padding:0px;
}

.innquestionSecBox em {
    margin-top: 30px;
    display: block;
    font: 300 21px/25px 'OGT Raleway';
}

.ngsvideosSec{
    padding-top:100px;
    padding-bottom:100px;
}

.newsBoxTxt {
    padding-top: 30px;
}

.newsBoxTxt h4 a {
    color: #575786;
}

    .newsBoxTxt h4 a.dark {
        color: #585786;
    }

    .wokflowpic img {
        max-width: 60%;
    }

.newsBoxTxt p {
    font-size:14px;
    line-height:21px;
    color: #25253d;
}

.evenlanding .newsBoxTxt ul{
    padding-top:10px;
}

h4.video-section-label {
    color: #3c3c66 !important;
}

.innexperthelpBox p {
    margin-right: 40px;
    color: #25253d;
}

.experthelpBox ul li a, .btnn {
    border-radius: 3px;
}

.bxview{
    margin-top:0px;
    margin-bottom:25px;
    font-weight:500;
}

.toptechnologySec .inntechnologySec ul li a{
    padding-top:22px;
}

.toptechnologySec .inntechnologySec ul li a:hover {
    font-weight:bold!important;
}

.panelBoxRt ul li {
    padding-left: 55px;
}

    .panelBoxRt ul li span:before {
        left: -55px;
    }

.newsBoxTxt strong {
    color: #585786;
}

.frmbx1 input[type="checkbox"] + label {
    background: url(/Frontend/Images/check-box.svg) no-repeat left center;
}

.frmbx1 input[type="checkbox"]:checked + label {
    background: url(/Frontend/Images/check-box-tick.svg) no-repeat left center;
}

.technologyBoxRt img{
    height:575px;
}

.inntechnologyBoxLt {
    padding-top: 70px;
}

.evenlanding .newsBoxTxt ul li {
    color: #585786;
    font: normal 14px/16px 'OGT Raleway';
}

.btnn{
    /*width:unset;*/
    min-width:198px;
    padding-right:20px;
    padding-left:20px;
}

/*.innprocedureBox ol{
    margin-left:15px;
}
*/
/*.innprocedureBox ul li, .innprocedureBox ol li {
    list-style-type:unset;
}

    .innprocedureBox ul li {
        list-style-type: disc;
    }
*/
.grnPanelSec{
    padding-top:45px;
    padding-bottom:45px;
}

.joinEventBox .newsBoxTxt ul li {
    color: #585786;
    font: normal 14px/16px 'OGT Raleway';
}

.inncapabilitiesBoxRt{
    min-height:420px!important;
}

.targetsContent{
    text-align:center;
}

.targetsContent h3 {
   margin-left:10%;
   margin-right:10%;
    font-size: 25px;
    line-height: 30px;
}

.accordion .card-header a.card-link.collapsed {
    background: url(/Frontend/Images/plus.svg)#fff no-repeat right 32px center;
}

.accordion .card-header a.card-link {
    background: url(/Frontend/Images/minus.svg)#fff no-repeat right 32px center;
}

.label-icon{
    width:8px!important;
    border-radius: 10px 10px 10px 10px;
    height:20px;
    background-color:red;
    float:left!important;
    margin-right:5px;
}

    .label-icon.label-Blue {
        background-color: #578ec2;
    }

    .label-icon.label-Red {
        background-color: #dc0814;
    }

    .label-icon.label-Green {
        background-color: #74af27;
    }

    .label-icon.label-Orange {
        background-color: #ed6b06;
    }

    .label-icon.label-Yellow {
        background-color: #ffe50d;
    }

.customerPanel.background_ {
    background: url(/Frontend/Images/patternstrip5.svg) repeat !important;
}

.background_:after{
    display:none!important;
}

.customerPanel.background_FISH {
    background: url(/Frontend/Images/fish_header_pattern.svg) repeat !important;
}

.customerPanel.background_Arrays {
    background: url(/Frontend/Images/cytosure-pattern-strip-mint.svg) repeat !important;
}

.customerPanel.background_NGS {
    background: url(/Frontend/Images/sureseq-pattern-strip-yellow.svg) repeat !important;
}

.customerPanel.background_Brand {
    background: url(/Frontend/Images/brand-pattern-strip-purple.svg) repeat !important;
}

.currentvacancies {
    background: url(/Frontend/Images/patternstrip5.svg) repeat
}

    .currentvacancies.removeBackground {
        background:none;
    }

.innbottomwhatsWrong ul.tabs-menu li a {
    font-family: 'OGT Raleway';
    font-size: 21px;
}

.innbottomwhatsWrong ul.tabs-menu li.current a, .bottomwhatsWrong .accordions .card-header .card-link b {
    font-family: 'OGT Raleway';
    font-size: 21px;
    font-weight: bold;
}

.topwhatsWrong.white{
    background:#ffffff;
}

.btnTipsBack.alt-color {
    color: #ffffff;
    background: url(/Frontend/Images/arrow3.svg) no-repeat;
}

.frmbx1 input[type="checkbox"] + label, .frmbx1 input[type="checkbox"]:checked + label {
    background-size: 20px!important;
    padding-left:30px;
}

.bannerSec.banner2 img.large_banner {
    height: 100%;
}

.newdashboard .topworkflowPink {
    background: url(/Frontend/Images/patternyellow.svg) repeat!important;
    background-position: center center;
    padding: 35px 0px;
}

.panelContentBoxes .panelBoxRt .table-responsive table tr td a {
    color: #585786;
    font: 700 16px/19px 'OGT Raleway';
}

.customerPanelProduct .customerPanelBX{
    padding-right:110px;
}

.innprocedureBox li, .innprocedureBox p {
    color: #25253d;
    font: 300 14px/21px 'OGT Merriweather';
}

.questionSecBox h4.sub{
    font-size:21px;
}

.literatureBoxLt ul li span {
    font: 300 16px/24px 'OGT Raleway';
}

.topInnbtmpanel {
    padding: 60px 200px;
}

.bottomInnbtmpanel {
    padding: 60px 0px;
}

.bottomBoxpanel {
    min-height: 235px;
    padding: 27px;
    margin-top: 60px;
}

    .bottomBoxpanel ul li {
        line-height:24px;
    }

/*.literatureBoxLt ul li {
    font: 600 14px/21px 'OGT Merriweather';
}
*/
.literatureBoxLt p {
    font-family: 'OGT Merriweather Light' !important;
}

.literatureBoxLt ul li span {
    font: 300 14px/16px 'OGT Raleway';
}

.inntopwhatsWrong ul li.bold {
    font-weight: bold;
}

.topwhatsWrong {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bottomwhatsWrong .accordions .card-header .card-link{
    padding:30px;
}

.bottomwhatsWrong .accordions .card-body {
    padding: 30px;
    padding-top: 0px;
}

.hideresolution {
    right: 43px;
    top: 32px;
}

.whatsWrongBox{
    padding-top:15px;
}

/*.supportban .banner_Itm_Txt{
    min-height:460px;
}
*/
.workflowtxt ul{
    padding-left:0px;
}


.inndesignrtBox .media .media-body h4{
    color:#585786;
}


.bottomwhatsWrong .accordions .card-body ul, .bottomwhatsWrong .accordions .card-body ul li{
    list-style-type: none !important;
}

    .bottomwhatsWrong .accordions .card-body ul li {
        margin-left: 40px;
        padding-left:30px;
    }

        .bottomwhatsWrong .accordions .card-body ul li:before {
            width: 17px;
            height: 2px;
            background: #585786;
            content: '';
            position: absolute;
            left: 0;
            top: 16px;
        }

.cancersSecbox:after {
    background: url(/Frontend/Images/Sureqseq_footer.svg) repeat-x;
}

.cancersSecboxes .row .col-sm-4 .cancersSecbox.pink:after {
    background: url(/Frontend/Images/Cytocell_footer.svg) repeat-x;
}

.cancersSecboxes .row .col-sm-4 .cancersSecbox.brand:after {
    background: url(/Frontend/Images/Brand-product-footer.svg) repeat-x;
}

.cancersSecboxes .row .col-sm-4 .cancersSecbox.sky:after {
    background: url(/Frontend/Images/Cytosure_footer.svg) repeat-x;
}

.publicationSec .inncustomsrch .bansrchBox input[type="submit"]{
    width:15%;
}

.customerPanelBX p{
    width:80%;
}

.targetsContent img {
    width:50%!important;
    display:inline-block!important;
}

.zoom img{
    width:100%!important;
}

.tabboxPanelSec .zoom{
    bottom:0px;
}

.chromomap .zoom {
    top: 60px;
}

.capabilitiesBoxRt {
    min-height: 0px !important;
}

.inncapabilitiesBoxRt{
    min-height:0px!important;
    padding-bottom:50px;
}

.customprobes .frmbx ul li{
    width:20%;
}

.frmbx1 a{
    /*color:#ffffff;*/
    text-decoration:underline!important;
}

.whiteban .banner_Itm_Txt .innbanner_Itm_Txt div.item {
    color: #ffffff;
}

.hideresolution.bottom{
    position:relative;
}

.questionSecBox.grn .frmbx1 input[type="checkbox"]:checked + label {
    background: url(/Frontend/Images/check-box-tick.svg) no-repeat left center;
}


.toptechnologySec .inntechnologySec ul li.actv a {
    font-weight: normal!important;
}

.currentvacancies {
    position:relative;
}

.currentvacancies:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgba(255,255,255,0.7);
}

    .currentvacancies .innngsBoxes
    {
        position:relative;
        z-index:1;
    }


.signed-out-text{
    position:relative;
}

    .signed-out-text .fade-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 100px 0 30px 0;
        background-image: -moz-linear-gradient(top, transparent, #ffffff);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #ffffff));
    }


.nav_top .navbar-toggler .icon-bar:nth-child(3) {
    margin-top: -10.5px;
}


@media (min-width: 992px) and (max-width: 1599px) {

    .banner_Itm_Txt h1 {
        font: bold 50px/59px 'OGT Raleway';
    }
}


@media only screen and (max-width: 991px) {

    .navbar-toggler .open-bar {
        display: none!important;
    }

    .navbar-toggler.collapsed .open-bar {
        display: block!important;
    }

    .nav_top .navbar-toggler .icon-bar.close-bar {
        height: 0px;
    }

    .navbar-toggler .close-bar {
        display: block !important;
        height: 0px;
        border: none !important;
        border-radius: 0px;
        background-color: #ffffff;
        margin-top: -10px !important;
    }

    .navbar-toggler.collapsed .close-bar {
        display: none !important;
    }

   
   
    .menu_sec li .dropdown-menu ul li:first-child {
        padding-top: 0px;
    }

    .menu_sec li .dropdown-menu a.main-sub-link {
        color: #34344b !important;
        padding: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
    }

    .menu_sec li .dropdown-menu span {
        display: unset;
    }

    .menu_sec li .dropdown-menu span a {
        color: #34344b !important;
        font: 600 15px/18px 'OGT Raleway'!important;
    }
}

@media only screen and (max-width: 767px) {

    .customerPanelProduct .customerPanelBX.background_quote_FISH::before {
        background-size:50px 65px!important;
    }

    .customerPanelProduct .customerPanelBX.background_quote_Arrays::before {
        background-size: 50px 65px !important;
    }

    .customerPanelProduct .customerPanelBX.background_quote_Brand::before {
        background-size: 50px 65px !important;
    }

    .customerPanelProduct .customerPanelBX .media.background_quote_Brand::before {
        background-color: #585786 !important;
    }

    .ngs_product_type .customerPanelBX::before {
        background-size: 50px 43px !important;
    }

    .fish_product_type .customerPanelBX::before {
        background-size: 50px 43px !important;
    }

    .brand_product_type .customerPanelBX::before {
        background-size: 50px 43px !important;
    }

    .array_product_type .customerPanelBX::before {
        background-size: 50px 43px !important;
    }

    .customerPanelBX::before{
        width:50px!important;
        height:65px!important;
    }

    .discoverlt .media-body {
        margin-left: 0px;
    }

    .ngsvideosSec.full-width
    {
        padding-top:0px;
        margin-bottom:40px;
    }

        .ngsvideosSec.full-width h2 {
            color: #585786;
            font: bold 16px/20px 'OGT Raleway';
            margin-bottom: 20px;
        }

        .ngsvideosSec.full-width h4 {
            font: bold 16px/20px 'OGT Raleway';
        }

        .ngsvideosSec.full-width .joinEventBox .viewMore {
            margin-top: 25px;
        }

    .panelBoxLt {
        padding-right: 0px;
    }

    .innworkflowBoxes .col-sm-3:nth-child(3) .innworkflowBox .wokflowpic {
        display: block;
    }

    .innworkflowBoxes .col-sm-3:nth-child(4) .innworkflowBox .wokflowpic {
        display: block;
    }

    .fishoverview .topworkflow {
        /*background-size: 1200px!important;*/
        background-size: 2000px !important;
    }

    .enableDarkTextMobile h1, .enableDarkTextMobile p {
         color: #454762!important;
    }

    .experthelpBox ul li {
        padding-left: 0px;
        padding-right: 0px;
    }

    .experthelpBox ul li a{
        margin-bottom:10px;
    }

    .supportban .btnTipsBack {
        margin-top: 0px;
    }

    .supportban .innbanner_Itm_Txt
    {
        top:54%;
    }

    .innfaqBoxes h4{
        margin-top:25px;
    }

    .articleBoxes iframe {
        max-width: 100%;
        max-height: 195px;
    }

    .gene-targets-tab .owl-nav {
        display: none;
    }

    .fish_product_type .topworkflow, .fish_product_type.customerPanelProduct, .customerPanel.background_FISH {
        /*background: url(/Frontend/Images/patternstrip2.svg) repeat !important;*/
        background-size: 2000px !important;
        background-position: center center !important;
        position: relative !important;
    }

    .brand_product_type .topworkflow, .brand_product_type.customerPanelProduct, .customerPanel.background_Brand {
        /*background: url(/Frontend/Images/patternstrip2.svg) repeat !important;*/
        background-size: 2000px !important;
        background-position: center center !important;
        position: relative !important;
    }

    .array_product_type .topworkflow, .array_product_type.customerPanelProduct, .customerPanel.background_Arrays {
        /*background: url(/Frontend/Images/cytosure-pattern-strip-mint.svg) repeat !important;*/
        background: url(/Frontend/Images/cytosure-pattern-strip-mint.svg) repeat !important;
        background-size: 2000px !important;
        background-position: center center !important;
        position: relative !important;
    }

    .ngs_product_type .topworkflow, .ngs_product_type.customerPanelProduct, .customerPanel.background_NGS {
        background: url(/Frontend/Images/sureseq-pattern-strip-yellow.svg) repeat !important;
        /*background-size: 129px !important;*/
        background-size: 2000px !important;
        background-position: center center !important;
        position: relative !important;
    }

    .customerPanel.background_No_Pattern {
        background: none !important;
    }

    .customerPanel.background_Brand {
        background-size: 1200px !important;
    }

    .sublavelworkflow .topworkflowPink {
        background: url(/Frontend/Images/patternstrip2.svg) repeat !important;
        background-size: 2000px !important;
        background-position: center center !important;
        position: relative !important;
    }

    .bottombanBox {
        margin-bottom: 40px;
    }

    .cancersSecbox {
        padding: 25px;
    }

    .cancersSecbox {
        width: unset;
        margin-left: 25px;
        margin-right: 10px;
    }

    .joinEventBox .newsBoxTxt ul li {
        padding: 0px;
    }

    .eventlanding h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .newsBoxpic img {
        height: unset;
    }

    .wokflowpic img {
        height: unset;
    }

    .latestNewsBox{
        margin-top:15px;
    }

    .innworkflowBox{
        margin-bottom:40px;
    }

    .capabilitiesBoxLt iframe {
        max-width: 100%;
        height: 200px;
    }

    .questionSecBox {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .questionSecBox h4 {
        line-height: 40px;
    }

    .toptechnologySec .inntechnologySec ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .supportban .btnTipsBack {
        margin-bottom: 50px;
    }

    .findproductcancersSec{
        padding-top:0px;
    }

        .findproductcancersSec .show-filters-mobile {
            margin-top: 30px;
            width:100%;
            margin-bottom:10px;
        }

    .gene-targets-tab{
        padding-top:20px;
    }

    .targetsContent h3 {
        font-size: 18px;
        line-height:25px;
    }

    .bannerSec.banner2 img.large_banner {
        height: 280px;
    }

    .innexperthelpBox.image-left{
        margin-top:20px;
    }

    .careerteam {
        background-size: 860px !important;
    }

    .experthelpBox h2 {
        font-size: 21px;
    }

    .eventlanding h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .newslandingTopSec .newsBoxTxt h4 a, .newsBoxTxt h4 a {
        font-size: 21px;
        line-height: 25px;
    }

    .ngsvideosSec .latestNewsBox {
        margin-top: 15px;
    }

    .newslandingTopSec .col-sm-8 .col-sm-6 .newsBoxpic img{
        margin-bottom:20px;
    }

    .nav_top .navbar-brand img{
        padding-top:16px;
        padding-bottom:16px;
    }

    .menu_sec li a{
        padding-top:16px!important;
        padding-bottom:16px!important;
    }

    .menu_sec li.onlymob a {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .srchMob{
        top:38px!important;
    }

    .toptechnologySec.fixed {
        top: 98px;
    }

    .menu_sec li.onlymob.first {
        padding-top: 20px !important;
    }

    .menu_sec li.onlymob.last {
        padding-bottom: 20px !important;
    }

    .innfindproductcancersSec ul li.frmbx{
        margin-bottom:10px;
    }

    .literatureBoxLt h4 a{
        font-size:18px;
        line-height:25px;
    }

    .innbottomwhatsWrong ul.tabs-menu li.current a, .bottomwhatsWrong .accordions .card-header .card-link b{
        font-size:18px;
    }

    em.hide-solution{
        display:none!important;
    }

    .innbanner_Itm_Txt{
        margin-top:20px;
    }

    .supportworkflowSec, .supportworkflowSec .innworkflowBox {
        padding-top: 0px;
    }

    .workflowtxt ul li {
        font-size: 16px;
    }

    .innworkflowBox{
        margin-bottom:20px;
    }

    .innfindproductcancersSec{
        margin-top:40px;
    }

    .innfindproductcancersSec h3 {
        font-size:26px;
        line-height:32px;
    }

    .questionSecBox h4 {
        font-size: 26px;
        line-height: 32px;
    }

    .panelBoxRt ul li a {
        font-size: 18px;
    }

    .inncapabilitiesBoxRt{
        min-height:unset!important;
        padding-bottom:20px;
    }

    .inntechnologyBoxLt{
        padding-top:15px;
        padding-bottom:15px;
    }

        .inntechnologyBoxLt h4
        {
            font-size:21px;
            line-height:25px;
        }

        .inntechnologyBoxLt ul li a {
            font-size: 16px;
        }

    .technologyBoxRt img{
        height:unset!important;
    }

    .prodiscovermoreSec .bottomdiscovermoreSec{
        margin-top:10px;
    }

    .bottomdiscovermoreSec .media {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .request-quote-form{
        margin-top:0px;
    }

    .innoverflowContent h4.h3
    {
        font-size:18px;
        line-height:25px;
    }

    .capabilitiesBoxLt h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .topworkflow h4, h3.product-header {
        font-size: 26px;
        line-height: 32px;
    }

    .customerPanel .inncustomerPanel h3 {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    a.viewMore{
        display:block;
        width:100%;
    }

    .discoverlt{
        margin-right:0px;
        margin-bottom:20px;
    }

    .inndesignlt h2, .heading h2 {
        font-size: 26px;
        line-height: 32px;
    }

    /*.designpanel {
        background-position: center center;
        background-size: 900px !important;
    }*/

    h1.home {
        font-size: 32px!important;
        line-height: 37px!important;
    }

    .banner_Itm_Txt p{
        font-size:16px;
    }

    .experthelpBox h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .innexperthelpBox p{
        margin-right:0px;
    }

    .experthelpBoxPic img{
        height:unset!important;
    }

    .hideresolution {
        right: -5px;
        top: 16px;
    }

    .topInnbtmpanel{
        padding:0px;
        padding-bottom:10px;
    }

    .customerPanelBX p {
        width: 100%;
    }

    .targetsContent img {
        width: 80% !important;
        display: inline-block !important;
    }


    .workflowtxt h4 {
        font: bold 21px/25px 'OGT Raleway';
    }

    .owl-carousel .owl-item img {
    }


    .proBoxLt h4 {
        font: bold 21px/25px 'OGT Raleway';
    }

    .hideresolution.bottom em.hide-solution {
        display: block !important;
    }

    .bxview {
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .customerPanelProduct .customerPanelBX{
        padding-right:0px!important;
        padding-left:60px;
    }
}

@media only screen and (max-width: 480px) {
    .toptechnologySec .inntechnologySec ul li a {
        padding-top:10px;
        padding-bottom:10px;
    }

    .innprocedureBox h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .article .banner_Itm_Txt h1, .articleBoxes h2 {
        font-size: 26px;
    }

    .careerVacancy .articleBoxes h4 {
        font-size: 21px;
    }

    .careerVacancy .articleBoxes h5 {
        font-size: 18px;
    }

    .careerVacancy .articleBoxes h5 {
        font-size: 14px;
    }

    .banner_Itm_Txt h1 {
        font-size: 26px;
        line-height: 32px;
    }

    .customerBoxes h4 {
        font-size: 26px;
        line-height: 32px;
    }

    .evenlanding .innlatestNewsBoxes h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .accordion .card-header a.card-link {
        background-size: 30px !important
    }

    .discoverlt .media .media-body h4{
        font-size:18px;
        line-height:23px;
    }

    .customerPanelBX::before{
        height:65px;
        width:35px;
    }

    .viewMore{
        font-size:16px;
    }

    .sucy .banner_Itm_Txt {
        min-height: 213px;
    }

    .bannerSec.banner2 img.large_banner{
        height:unset;
    }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/Frontend/Images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/Frontend/Images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/Frontend/Images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/Frontend/Images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-type-iframe .fancybox-close {
	right: 0;
	top: 0;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox-close {
	/*background: #404674 !important;*/
}


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/Frontend/Images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/Frontend/Images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* Button/Nav overrides */
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 8040;
    background: #585786;
    padding: 10px;
}

.fancybox-close {
    background: #585786 url(/Frontend/Images/close_icon.svg) no-repeat center center;
}

.fancybox-skin {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fancybox-nav span {
    visibility: visible;
}

.fancybox-overlay {
    background-image: none;
    background: rgb(245,246,255, 0.8);
}

.fancybox-skin {
    background-color: #fff;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.fancybox-next span {
    background: url('/Frontend/Images/chevron-right.svg') center center no-repeat;
    right:0;
}

.fancybox-prev span {
    background: url('/Frontend/Images/chevron-left.svg') center center no-repeat;
    left:0;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Frontend/Fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('/Frontend/Fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/Frontend/Fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/Frontend/Fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/Frontend/Fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/Frontend/Fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

@font-face {
    font-family: 'OGT Raleway';
    src: url('/Frontend/Fonts/OGT-Raleway-Bold.eot');
    src: url('/Frontend/Fonts/OGT-Raleway-Bold.eot?#iefix') format('embedded-opentype'),
        url('/Frontend/Fonts/OGT-Raleway-Bold.woff2') format('woff2'),
        url('/Frontend/Fonts/OGT-Raleway-Bold.woff') format('woff'),
        url('/Frontend/Fonts/OGT-Raleway-Bold.ttf') format('truetype'),
        url('/Frontend/Fonts/OGT-Raleway-Bold.svg#OGT-Raleway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OGT Raleway';
    src: url('/Frontend/Fonts/OGT-Raleway-Light.eot');
    src: url('/Frontend/Fonts/OGT-Raleway-Light.eot?#iefix') format('embedded-opentype'),
        url('/Frontend/Fonts/OGT-Raleway-Light.woff2') format('woff2'),
        url('/Frontend/Fonts/OGT-Raleway-Light.woff') format('woff'),
        url('/Frontend/Fonts/OGT-Raleway-Light.ttf') format('truetype'),
        url('/Frontend/Fonts/OGT-Raleway-Light.svg#OGT-Raleway-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OGT Raleway';
    src: url('/Frontend/Fonts/OGT-Raleway-Medium.eot');
    src: url('/Frontend/Fonts/OGT-Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('/Frontend/Fonts/OGT-Raleway-Medium.woff2') format('woff2'),
        url('/Frontend/Fonts/OGT-Raleway-Medium.woff') format('woff'),
        url('/Frontend/Fonts/OGT-Raleway-Medium.ttf') format('truetype'),
        url('/Frontend/Fonts/OGT-Raleway-Medium.svg#OGT-Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OGT Raleway';
    src: url('/Frontend/Fonts/OGT-Raleway-Regular.eot');
    src: url('/Frontend/Fonts/OGT-Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('/Frontend/Fonts/OGT-Raleway-Regular.woff2') format('woff2'),
        url('/Frontend/Fonts/OGT-Raleway-Regular.woff') format('woff'),
        url('/Frontend/Fonts/OGT-Raleway-Regular.ttf') format('truetype'),
        url('/Frontend/Fonts/OGT-Raleway-Regular.svg#OGT-Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OGT Merriweather Light';
    src: url('/Frontend/Fonts/OGT-Merriweather-Light.eot');
    src: url('/Frontend/Fonts/OGT-Merriweather-Light.eot?#iefix') format('embedded-opentype'),
        url('/Frontend/Fonts/OGT-Merriweather-Light.woff2') format('woff2'),
        url('/Frontend/Fonts/OGT-Merriweather-Light.woff') format('woff'),
        url('/Frontend/Fonts/OGT-Merriweather-Light.ttf') format('truetype'),
        url('/Frontend/Fonts/OGT-Merriweather-Light.svg#OGT-Merriweather-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OGT Merriweather';
    src: url('/Frontend/Fonts/OGT-Merriweather-Bold.eot');
    src: url('/Frontend/Fonts/OGT-Merriweather-Bold.eot?#iefix') format('embedded-opentype'),
        url('/Frontend/Fonts/OGT-Merriweather-Bold.woff2') format('woff2'),
        url('/Frontend/Fonts/OGT-Merriweather-Bold.woff') format('woff'),
        url('/Frontend/Fonts/OGT-Merriweather-Bold.ttf') format('truetype'),
        url('/Frontend/Fonts/OGT-Merriweather-Bold.svg#OGT-Merriweather-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OGT Merriweather';
    src: url('/Frontend/Fonts/OGT-Merriweather-Regular.eot');
    src: url('/Frontend/Fonts/OGT-Merriweather-Regular.eot?#iefix') format('embedded-opentype'),
        url('/Frontend/Fonts/OGT-Merriweather-Regular.woff2') format('woff2'),
        url('/Frontend/Fonts/OGT-Merriweather-Regular.woff') format('woff'),
        url('/Frontend/Fonts/OGT-Merriweather-Regular.ttf') format('truetype'),
        url('/Frontend/Fonts/OGT-Merriweather-Regular.svg#OGT-Merriweather-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\f907"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\f913"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\f91a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\f91e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\f941"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\f949"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../webfonts/fa-brands-400.eot);src:url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.woff) format("woff"),url(../webfonts/fa-brands-400.ttf) format("truetype"),url(../webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../webfonts/fa-regular-400.eot);src:url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.woff) format("woff"),url(../webfonts/fa-regular-400.ttf) format("truetype"),url(../webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../webfonts/fa-solid-900.eot);src:url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
