@charset "UTF-8";
/*
 * 
	- Folder Table of Content -
	
	Components: Stand alone styles for specific html structures & elements.
	Navigation: Styles specific to navigation menus.
	Helpers:    Includes Sass functions & extends/placeholders.
	JS:         Styles specifically related to a piece of JavaScript, JS Library or Plugin.
	Layout:     Containers & structures that make up the site's general layout.
	Mixins:     Custom Sass helper mixins.
	Modules:    Styles for CMS module components or pages (eg. login, registration and user accounts, sitemap, search results, etc...). 
	            If these view templates are copied into your theme for modification, still keep their styles in "Modules" directory.
	Pages:      Styles unique and specific to page templates or modules (eg. blog, services, home, etc...)


	- Other Files -
	
	_fonts.scss:      Include custom fonts here.
	_framework.scss:  Our build of bootstrap. Customize your bootstrap build as needed.
	_globals.scss:    Global site styles (usually related to <html>, <body> or styles applied to direct html elements).
	_typography.scss: Header and text styles.
	_variables.scss:  Override bootstarap variables here.

	NOTES:
	Included image & font paths are relative to scss folder. For Example:

 	background: url('../images/galaxy.png');  

 	@font-face {
		font-famly: 'Roboto';
		src: url('../fonts/Roboto.eot');
	}
 *
 */
/* Framework: Bootstrap v4
 *
 * Includes variables over-ride file
 *
 * Framework may be customized by commenting out partials that 
 * are not necessary for your build.
 *
 * Please keep in mind commenting out CORE partials is not
 * recommended and could result in errors on compliation.
 *
 * IMPORTANT: Bootstrap function must come before all other files (including variables). Do not reorder.
 *
 */
/* Custom settings and variables
 * 
 * This file is a copy of the bootstrap variables file.
 * This allows you to customize Bootstrap defaults without modifying key, versioned files.
 *
 * Some addition sections or functions have been added for easier customization.
 * This file should always come BEFORE the bootstrap variables file.
 *
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #f16823;
  --secondary: #285366;
  --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: "Outfit", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container, .dropzone__contents {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

*,
*::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: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: "Outfit", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: inherit; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block; }

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container, .dropzone__contents {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, .dropzone__contents {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container, .dropzone__contents {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container, .dropzone__contents {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container, .dropzone__contents {
      max-width: 1200px; } }

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.col-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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    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-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

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

.table-hover .table-primary:hover {
  background-color: #f9c5a9; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #f9c5a9; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c3cfd4; }

.table-hover .table-secondary:hover {
  background-color: #b4c3c9; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #b4c3c9; }

.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.98px) {
  .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.98px) {
  .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.98px) {
  .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.98px) {
  .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%;
  height: calc(2.175rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.95rem;
  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; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f9ba9b;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 104, 35, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.1875rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.83125rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #4d4d4d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.74687rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.83125rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.78125rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.1875rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  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: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.83125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.83125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.95rem;
  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; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 104, 35, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #f16823;
  border-color: #f16823; }
  .btn-primary:hover {
    color: #fff;
    background-color: #e0540e;
    border-color: #d4500d; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 104, 35, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #f16823;
    border-color: #f16823; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d4500d;
    border-color: #c84b0d; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 104, 35, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #285366;
  border-color: #285366; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #1d3d4b;
    border-color: #1a3541; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 83, 102, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #285366;
    border-color: #285366; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #1a3541;
    border-color: #162e38; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 83, 102, 0.5); }

.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 {
    color: #fff;
    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); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #f16823;
  background-color: transparent;
  background-image: none;
  border-color: #f16823; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #f16823;
    border-color: #f16823; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 104, 35, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #f16823;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #f16823;
    border-color: #f16823; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 104, 35, 0.5); }

.btn-outline-secondary {
  color: #285366;
  background-color: transparent;
  background-image: none;
  border-color: #285366; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #285366;
    border-color: #285366; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 83, 102, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #285366;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #285366;
    border-color: #285366; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 83, 102, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #f16823;
  background-color: transparent; }
  .btn-link:hover {
    color: #f16823;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.1875rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.83125rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  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: 0.95rem;
  color: #4d4d4d;
  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; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  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 {
  top: 0;
  right: auto;
  left: 100%;
  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-right: 0;
  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 {
  top: 0;
  right: 100%;
  left: auto;
  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-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.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:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f16823; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.83125rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    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: flex;
  flex-wrap: wrap;
  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,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 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; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .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-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.78125rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.1875rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.74687rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.83125rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.425rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #f16823; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 104, 35, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fcdbcb; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.2125rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.2125rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f16823; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #f16823; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(241, 104, 35, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(241, 104, 35, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f16823; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(241, 104, 35, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.175rem + 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;
  appearance: none; }
  .custom-select:focus {
    border-color: #f9ba9b;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(249, 186, 155, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.74687rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.83125rem; }

.custom-select-lg {
  height: calc(2.78125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1.1875rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.175rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.175rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #f9ba9b;
    box-shadow: 0 0 0 0.2rem rgba(241, 104, 35, 0.25); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #f9ba9b; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .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.175rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.175rem;
    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; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 104, 35, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 104, 35, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 104, 35, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #f16823;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #fcdbcb; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #f16823;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #fcdbcb; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #f16823;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #fcdbcb; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.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:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      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: #f16823; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container, .navbar > .dropzone__contents,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.32187rem;
  padding-bottom: 0.32187rem;
  margin-right: 1rem;
  font-size: 1.1875rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.1875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    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.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .dropzone__contents,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container, .navbar-expand-sm > .dropzone__contents,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .dropzone__contents,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container, .navbar-expand-md > .dropzone__contents,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .dropzone__contents,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container, .navbar-expand-lg > .dropzone__contents,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .dropzone__contents,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container, .navbar-expand-xl > .dropzone__contents,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container, .navbar-expand > .dropzone__contents,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, .navbar-expand > .dropzone__contents,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    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:hover, .navbar-light .navbar-nav .nav-link:focus {
    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:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    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:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  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 {
  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: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        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 {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  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: #f16823;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #f16823;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 104, 35, 0.25); }
  .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: #f16823;
  border-color: #f16823; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.1875rem;
  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.83125rem;
  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; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #f16823; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #d4500d; }

.badge-secondary {
  color: #fff;
  background-color: #285366; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1a3541; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 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: 3.925rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #7d3612;
  background-color: #fce1d3;
  border-color: #fbd5c1; }
  .alert-primary hr {
    border-top-color: #f9c5a9; }
  .alert-primary .alert-link {
    color: #50230c; }

.alert-secondary {
  color: #152b35;
  background-color: #d4dde0;
  border-color: #c3cfd4; }
  .alert-secondary hr {
    border-top-color: #b4c3c9; }
  .alert-secondary .alert-link {
    color: #070d10; }

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.7125rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f16823;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.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 {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #4d4d4d;
    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:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f16823;
    border-color: #f16823; }

.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: #7d3612;
  background-color: #fbd5c1; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #7d3612;
    background-color: #f9c5a9; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #7d3612;
    border-color: #7d3612; }

.list-group-item-secondary {
  color: #152b35;
  background-color: #c3cfd4; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #152b35;
    background-color: #b4c3c9; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #152b35;
    border-color: #152b35; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.425rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  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: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem 1rem -1rem 1rem -1rem 1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  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-dialog-centered::before {
      height: calc(100vh - (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: "Outfit", Arial, sans-serif;
  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.83125rem;
  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; }

.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: #f16823 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #285366 !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: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 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: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

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

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

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

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

@media (min-width: 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: sticky !important; }

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

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

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

.sr-only, .product-option--swatch input[type="radio"],
.product-option--swatch input[type="checkbox"], .product-option--rectangle input[type="radio"],
.product-option--rectangle input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.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: #f16823 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #d4500d !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #1a3541 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #4d4d4d !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/* Burger icon mixin */
/* Helper Extends/Placeholders */
.no-top > *:first-child {
  margin-top: 0 !important; }

.no-bottom > *:last-child, .dropzone__contents > *:last-child,
.wysiwyg > *:last-child,
.page-footer__newsletter-content > *:last-child,
.page-footer__copyright > *:last-child {
  margin-bottom: 0 !important; }

.product-view::before, .product-view::after {
  display: table;
  content: ' '; }

.product-view::after {
  clear: both; }

/* 
 * Global Layout
 *
 * 1. Assure footer stays fix to bottom of the screen.
 * 2. Keep minimum hight and prevent scroll, useful when scrolling overlay elements to pause body scroll.
 * 3. Offset height of fixed header.
 */
@media (max-width: 991.98px) {
  html {
    font-size: 14px; } }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  body.prevent-scroll {
    overflow: hidden; }

#page,
#main-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%; }

#page {
  min-height: 100vh;
  overflow: hidden; }
  @media (min-width: 992px) {
    #page {
      padding-top: 145px; } }
  @media (min-width: 1200px) and (max-width: 1324px) {
    #page {
      padding-top: 164px; } }

img {
  max-width: 100%; }

.get-content {
  display: none; }
  .get-content--loaded {
    display: block; }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 999; }
  a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    text-align: center;
    font-size: 1.2em;
    transition: none;
    z-index: 1090; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #919191;
  outline-offset: 2px; }

label:focus,
label input:focus,
input:focus + label {
  outline: 2px solid #919191 !important;
  outline-offset: 2px !important; }

.form-control-relative {
  position: relative;
  width: 100%;
  border-radius: 0;
  border: none;
  border: 0;
  outline: none;
  transition: .3s all ease; }
  .form-control-relative:focus, .form-control-relative:focus-within {
    border-color: transparent;
    outline: 0;
    box-shadow: none; }

.form-control-absolute {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0 14px;
  background: transparent;
  transition: .3s all ease;
  z-index: 999; }

.text-display--xxl,
.display--xxl {
  color: #4d4d4d;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none; }

.text-display--xl,
h1,
.h1,
.display--xl {
  color: #4d4d4d;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 2.66667rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none; }

.text-display--lg,
h2,
.h2,
.display--lg {
  color: #4d4d4d;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none; }

.text-display--md,
h3,
.h3,
.display--md {
  color: #4d4d4d;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.46667rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none; }

.text-display--sm,
h4,
.h4,
.display--sm {
  color: #4d4d4d;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.33333rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none; }

.text-display--xs,
h5,
.h5,
.display--xs {
  color: #4d4d4d;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.13333rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: none; }

.text-display--xxs,
h6,
.h6,
.display--xxs {
  color: #4d4d4d;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.13333rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.text-display--alt-bold,
.display--alt-bold {
  color: inherit;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.66667rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 1rem;
  text-transform: none; }

.text-display--alt-light,
.display--alt-light {
  color: inherit;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.192rem;
  line-height: 1.25;
  margin-bottom: 1rem;
  text-transform: uppercase; }

.text-display--body-lg,
.display--body-lg {
  font-size: 1.2rem; }

.text-display--body-sm,
.display--body-sm {
  font-size: 1rem;
  line-height: 1.2; }

.text-display--body-xs,
.display--body-xs {
  font-size: 0.93333rem;
  line-height: 1.3; }

.text-display--body-xxs,
.display--body-xxs {
  font-size: 0.8rem;
  line-height: 1.5; }

.text-display--default,
.display--default {
  color: inherit; }

.text-display--grey,
.display--grey {
  color: #a0a0a0; }

.text-display--dark,
.display--dark {
  color: #4d4d4d; }

.text-display--bold,
.display--bold {
  font-weight: 700; }

.text-display--semibold,
.display--semibold {
  font-weight: 600; }

.text-display--light,
.display--light {
  font-weight: 300; }

p {
  min-height: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem; }

a {
  transition: all 0.2s ease-in-out; }

.text-default {
  color: inherit; }

.text-light {
  color: #fff; }

.text-dark {
  color: #000; }

.wysiwyg ul,
.wysiwyg ol {
  list-style: none;
  margin: 2rem 0;
  padding-left: 0;
  line-height: 1.6;
  color: #285366; }

.wysiwyg ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 1.2rem;
  line-height: 1.6;
  color: #4d4d4d; }
  .wysiwyg ul li:before {
    content: '•';
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 0.8;
    color: #285366; }

.wysiwyg ol li {
  counter-increment: numbered-list-counter;
  position: relative;
  margin-bottom: 8px;
  padding-left: 1.2rem;
  line-height: 1.6;
  color: #4d4d4d; }
  .wysiwyg ol li:before {
    content: counter(numbered-list-counter);
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 0.93333rem;
    font-weight: 700;
    line-height: 0.8;
    color: #285366; }

.dropzone {
  display: none; }
  .dropzone--bottom.active {
    display: block;
    padding: 3rem 1.66667rem;
    background-color: #f16823; }
    @media (min-width: 576px) {
      .dropzone--bottom.active {
        padding-left: 3rem;
        padding-right: 3rem; } }
  .dropzone__contents {
    padding: 35px 35px 45px;
    background-color: #fff; }
    @media (min-width: 768px) {
      .dropzone__contents {
        padding: 45px 95px 55px; } }
    @media (min-width: 992px) {
      .dropzone__contents {
        padding-left: 95px;
        padding-right: 95px; } }
    @media (min-width: 1200px) {
      .dropzone__contents {
        padding-left: 170px;
        padding-right: 170px; } }
    .dropzone__contents ul,
    .dropzone__contents ol {
      list-style: none;
      margin: 2rem 0;
      padding-left: 0;
      columns: 3 200px;
      column-gap: 3em; }
      @media (min-width: 1200px) {
        .dropzone__contents ul,
        .dropzone__contents ol {
          column-gap: 5em; } }
      .dropzone__contents ul li,
      .dropzone__contents ol li {
        line-height: 1.6; }
    .dropzone__contents ol li {
      counter-increment: numbered-list-counter;
      position: relative;
      margin-bottom: 8px;
      padding-left: 1.46667rem;
      line-height: 1.6;
      color: #4d4d4d; }
      .dropzone__contents ol li:before {
        content: counter(numbered-list-counter);
        position: absolute;
        top: 7px;
        left: 0;
        font-size: 0.93333rem;
        font-weight: 700;
        line-height: 0.8;
        color: #285366; }

/* fade image in after load */
img.lazyloading {
  opacity: 0; }

img.lazy,
img.lazyloaded {
  opacity: 1;
  transition: opacity 500ms; }

[data-bg].lazy {
  opacity: 0; }

[data-bg].lazyloading {
  opacity: 1;
  transition: opacity 500ms;
  background: #f7f7f7 url("../images/loading.svg") no-repeat center; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/loading.svg") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 100; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 10px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 10px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 10px; }
  [dir="rtl"] .slick-next {
    left: 10px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "Font Awesome 5 Pro";
        font-size: 8px;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
        color: #000;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000;
      opacity: 0.75;
      font-weight: normal; }

.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */ }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../images/vendor/jstree/dist/themes/default/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../images/vendor/jstree/dist/themes/default/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../images/vendor/jstree/dist/themes/default/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../images/vendor/jstree/dist/themes/default/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../images/vendor/jstree/dist/themes/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default .jstree-ellipsis {
  overflow: hidden; }

.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden; }

.jstree-default .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px); }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../images/vendor/jstree/dist/themes/default/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../images/vendor/jstree/dist/themes/default/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../images/vendor/jstree/dist/themes/default/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../images/vendor/jstree/dist/themes/default/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../images/vendor/jstree/dist/themes/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small .jstree-ellipsis {
  overflow: hidden; }

.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden; }

.jstree-default-small .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px); }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../images/vendor/jstree/dist/themes/default/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../images/vendor/jstree/dist/themes/default/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../images/vendor/jstree/dist/themes/default/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../images/vendor/jstree/dist/themes/default/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../images/vendor/jstree/dist/themes/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large .jstree-ellipsis {
  overflow: hidden; }

.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden; }

.jstree-default-large .jstree-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px); }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../images/vendor/jstree/dist/themes/default/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../images/vendor/jstree/dist/themes/default/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
  .jstree-open > .jstree-ocl,
  .jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
  */ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../images/vendor/jstree/dist/themes/default/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../images/vendor/jstree/dist/themes/default/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../images/vendor/jstree/dist/themes/default/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../images/vendor/jstree/dist/themes/default/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr;
  margin-bottom: 1.33333rem; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
  * Browsers can paint handles in their own layer.
  */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 10px; }

.noUi-horizontal .noUi-handle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  left: -10px;
  top: -3px; }

.noUi-vertical {
  width: 10px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
  */
.noUi-target {
  background: #dee2e6;
  border-radius: 4px;
  border: 1px solid #dee2e6; }

.noUi-connect {
  background: #285366;
  border: 1px solid #285366;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
  */
/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
  *
  */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #343a40;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px; }

[v-cloak] {
  display: none; }

.page-content {
  padding-top: 2rem;
  padding-bottom: 8.66667rem; }

.page-nav__item {
  display: inline-block; }
  @media (min-width: 992px) {
    .page-nav__item {
      display: block; } }

.container--full {
  width: 100%;
  max-width: none; }

.container--nospace {
  padding-left: 0;
  padding-right: 0; }

.product-grid .row {
  margin-right: -6px;
  margin-left: -6px; }
  .product-grid .row > [class*="col"] {
    padding-left: 6px;
    padding-right: 6px; }

.page-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1009;
  padding: 0.53333rem 1rem 0;
  background: #fff;
  border-bottom: 1px solid #dddddd;
  transition: opacity .2s ease-in,visibility 0s ease-in 0s,top .2s ease;
  font-size: 1rem; }
  @media (min-width: 992px) {
    .page-header {
      position: fixed;
      padding: 0.53333rem 2.66667rem 0; } }
  .page-header__upper {
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .page-header__upper {
        flex-wrap: nowrap; } }
  .page-header__lower {
    transition: opacity .2s ease-in,visibility 0s ease-in 0s,top .2s ease;
    visibility: hidden;
    height: 0; }
    @media (min-width: 992px) {
      .page-header__lower {
        visibility: visible;
        height: auto; } }
    .page-header__lower.open {
      position: relative;
      visibility: visible;
      width: 100%;
      height: auto; }
  .page-header__logo {
    margin: 0 1.33333rem 0 0;
    padding: 0.66667rem 0 0;
    line-height: 1;
    font-size: 0; }
    @media (min-width: 768px) {
      .page-header__logo {
        margin: 0 3.33333rem 0 0; } }
    .page-header__logo img {
      width: auto;
      max-width: 100%;
      max-height: 54px; }
      @media (min-width: 576px) {
        .page-header__logo img {
          min-width: 180px;
          max-height: none; } }
      @media (max-width: 328px) {
        .page-header__logo img {
          max-height: 44px; } }
  .page-header__search {
    width: 100%; }
    @media (min-width: 1200px) {
      .page-header__search {
        width: 580px; } }
  .page-header__crown-nav {
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .page-header__crown-nav {
        margin-bottom: 1.66667rem; } }
    @media (min-width: 1200px) and (max-width: 1324px) {
      .page-header__crown-nav {
        margin-top: 1rem;
        margin-bottom: 0.66667rem; } }
  .page-header__phone {
    margin-right: 0;
    color: #4d4d4d; }
    @media (min-width: 1200px) and (max-width: 1324px) {
      .page-header__phone .h4 {
        font-size: 1.2rem; } }
    .page-header__phone a {
      text-decoration: none;
      color: #4d4d4d; }
      .page-header__phone a:hover, .page-header__phone a:focus, .page-header__phone a:focus-within {
        text-decoration: none;
        color: #f16823; }
  .page-header__phone-text {
    font-size: 1.4rem; }
  .page-header__nav {
    height: 0;
    opacity: 0;
    transform: translateY(-100%);
    visibility: hidden;
    transition: opacity 0s ease,visibility 0s ease-in .2s,top 0s ease; }
    @media (min-width: 992px) {
      .page-header__nav {
        display: flex;
        height: auto;
        opacity: 1;
        transform: translateY(0);
        visibility: visible; } }
    @media (max-width: 991.98px) {
      .open .page-header__nav {
        display: block;
        height: auto;
        transform: translateY(0);
        opacity: 1;
        overflow-y: scroll;
        visibility: visible;
        transition: opacity .2s ease-in,visibility 0s ease-in 0s,top .2s ease; } }
  .page-header__menu-btn {
    margin: 5px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer; }
    .page-header__menu-btn span {
      position: relative;
      margin-top: 8px;
      margin-bottom: 8px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      display: block; }
      .page-header__menu-btn span, .page-header__menu-btn span::before, .page-header__menu-btn span::after {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #000;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .page-header__menu-btn span::before, .page-header__menu-btn span::after {
        position: absolute;
        content: ""; }
      .page-header__menu-btn span::before {
        top: -8px; }
      .page-header__menu-btn span::after {
        top: 8px; }
    .page-header__menu-btn.open span {
      background-color: transparent; }
    .page-header__menu-btn.open span::before {
      -webkit-transform: translateY(8px) rotate(45deg);
      -moz-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
      -o-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg); }
    .page-header__menu-btn.open span::after {
      -webkit-transform: translateY(-8px) rotate(-45deg);
      -moz-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
      -o-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg); }

.page-footer {
  padding: 2.66667rem 0 0;
  font-size: 1rem;
  background: #4d4d4d;
  color: #fff; }
  .page-footer__upper {
    padding: 0 1rem 3.33333rem; }
    @media (min-width: 768px) {
      .page-footer__upper {
        padding: 0 2.66667rem 2.66667rem; } }
  .page-footer__lower {
    padding: 1.2rem 2.66667rem; }
    @media (min-width: 768px) {
      .page-footer__lower {
        border-top: 1px solid rgba(101, 101, 101, 0.3); } }
  .page-footer__newsletter-input {
    height: 50px;
    padding: 0.86667rem 2.93333rem 0.86667rem 1.33333rem;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px !important;
    font-size: 1rem;
    line-height: 1.26667rem;
    font-weight: normal;
    color: #fff; }
    .page-footer__newsletter-input::placeholder {
      color: #fff; }
    .page-footer__newsletter-input:focus, .page-footer__newsletter-input:focus-within {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.5);
      color: #fff; }
  .page-footer__newsletter-btn {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.5); }
    .page-footer__newsletter-btn:hover, .page-footer__newsletter-btn:focus, .page-footer__newsletter-btn:focus-within {
      color: #fff; }
  .page-footer__newsletter-heading {
    font-size: 2rem;
    padding: 0 1rem; }
    @media (min-width: 768px) {
      .page-footer__newsletter-heading {
        padding: 0; } }
  .page-footer__newsletter-content {
    margin-bottom: 1.86667rem;
    padding: 0 1rem;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .page-footer__newsletter-content {
        padding: 0; } }
  .page-footer__newsletter-form {
    margin-bottom: 0;
    padding-bottom: 1.66667rem; }
    @media (min-width: 768px) {
      .page-footer__newsletter-form {
        padding-bottom: 0; } }
  .page-footer__social {
    padding-bottom: 2.66667rem; }
    @media (min-width: 768px) {
      .page-footer__social {
        padding-bottom: 0; } }
  .page-footer__lower-nav {
    margin-top: -20px;
    padding-bottom: 2.66667rem; }
    @media (min-width: 768px) {
      .page-footer__lower-nav {
        padding-bottom: 0; } }
    @media (min-width: 1200px) {
      .page-footer__lower-nav {
        margin-top: 0; } }
  .page-footer__payment-option img {
    max-width: 70px;
    height: auto;
    margin-right: 1.66667rem; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .page-footer__payment-option img {
        max-width: 50px;
        margin-right: 20px; } }
  .page-footer__payment-option:last-child img {
    margin-right: 0; }
  .page-footer__copyright p {
    display: inline; }

.page-heading {
  padding-top: 2rem;
  border-bottom: 1px solid #dee2e6;
  text-align: center; }
  @media (min-width: 992px) {
    .page-heading {
      text-align: left; } }
  .page-heading__image {
    margin-bottom: 2rem; }

.page-sidebar {
  margin-bottom: 2rem;
  padding-top: 2rem; }
  @media (min-width: 992px) {
    .page-sidebar {
      padding-right: 2rem; } }

.nav {
  transform: translateY(-200%); }
  .open .nav {
    transform: translateY(0); }
  @media (min-width: 992px) {
    .nav {
      transform: translateY(0%); } }
  .nav__item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 1.2rem; }
    @media (min-width: 992px) {
      .nav__item {
        display: flex;
        width: auto;
        align-items: center;
        justify-content: center; } }
    .nav__item:hover, .nav__item:focus, .nav__item:focus-within, .nav__item.menu-open {
      color: #f16823;
      background: transparent; }
      .nav__item:hover .nav__btn, .nav__item:focus .nav__btn, .nav__item:focus-within .nav__btn, .nav__item.menu-open .nav__btn {
        transform: rotateX(180deg); }
    .nav__item--active {
      color: #4d4d4d;
      background: transparent; }
    @media (min-width: 992px) {
      .nav__item:first-child {
        padding-left: 0; } }
    @media (min-width: 992px) {
      .nav__item:last-child {
        padding-right: 0; } }
  .nav__link {
    display: inline-block;
    position: relative;
    width: 90%;
    padding: 0.66667rem 0;
    font-family: "Outfit", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.6;
    color: inherit;
    border: 0;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
    @media (min-width: 992px) {
      .nav__link {
        display: block;
        width: 100%; } }
    .nav__link:after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      bottom: 0;
      left: 0;
      border-bottom: 1px solid #f16823;
      transition: 0.4s all ease; }
    .nav__link:hover, .nav__link:focus, .nav__link:focus-within {
      border-color: #f16823;
      text-decoration: none;
      color: inherit; }
      .nav__link:hover:after, .nav__link:focus:after, .nav__link:focus-within:after {
        width: 100%; }
    @media (min-width: 1200px) {
      .nav__link {
        font-size: 16px; } }
  .nav__btn {
    display: inline;
    padding: 0 0 0 0.4rem;
    font-size: 0.8rem;
    line-height: 1.6;
    color: #f16823;
    background: transparent;
    border: 0;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s; }

.nav-main {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: #4d4d4d;
  background: transparent;
  border-top: 1px solid #dddddd; }
  @media (min-width: 992px) {
    .nav-main {
      max-width: none;
      border-top: 0; } }
  .nav-main__list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .nav-main__item {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 0 1.2rem; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .nav-main__item {
        padding: 0 0.6rem; } }
    @media (min-width: 992px) {
      .nav-main__item {
        width: auto;
        border-bottom: 0; } }
    .nav-main__item:hover, .nav-main__item:focus, .nav-main__item.active {
      color: #f16823;
      background: transparent; }
      .nav-main__item:hover .nav-main__btn, .nav-main__item:focus .nav-main__btn, .nav-main__item.active .nav-main__btn {
        transform: rotateX(180deg); }
    .nav-main__item.active {
      color: #4d4d4d;
      background: transparent; }
    @media (min-width: 992px) {
      .nav-main__item:first-child {
        padding-left: 0; } }
    @media (max-width: 991.98px) {
      .nav-main__item:last-child {
        border-bottom: 0; } }
    @media (min-width: 992px) {
      .nav-main__item:last-child {
        padding-right: 0; } }
  .nav-main__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.66667rem 0;
    font-family: "Outfit", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.6;
    color: inherit;
    border-bottom: 0;
    border-color: transparent;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    white-space: nowrap; }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .nav-main__link {
        font-size: 0.93333rem; } }
    .nav-main__link:hover, .nav-main__link:focus, .nav-main__link:focus-within {
      border-color: #f16823;
      text-decoration: none;
      color: inherit; }
    @media (min-width: 992px) {
      .nav-main__link:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #f16823;
        transition: 0.4s all ease; }
      .stick .nav-main__link {
        display: flex;
        align-items: center;
        height: 55px;
        color: #f16823; }
      .nav-main__link:hover:after {
        width: 100%; } }
  .nav-main__btn {
    display: inline !important;
    padding: 0 0 0 0.4rem !important;
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
    color: #f16823;
    background: transparent;
    border: 0;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .nav-main__btn {
        font-size: 0.8rem !important; } }

.nav-collapse {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dee2e6;
  background-color: #fff; }
  .nav-collapse__item {
    border-bottom: 1px solid #dee2e6;
    font-size: 16px;
    font-weight: 400;
    list-style-type: none;
    position: relative;
    transition: all 0.3s ease; }
    .nav-collapse__item--parent .nav-collapse__link {
      flex: 1; }
  .nav-collapse__link {
    flex: 1;
    color: inherit;
    display: block;
    padding: 7.5px 15px;
    transition: all 0.3s ease; }
    .nav-collapse__link:hover {
      text-decoration: none;
      color: inherit;
      background-color: rgba(206, 212, 218, 0.25); }
  .nav-collapse__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    border-left: 1px solid #dee2e6;
    transition: all 0.3s ease; }
    .nav-collapse__btn:hover {
      background-color: rgba(206, 212, 218, 0.25); }
  .nav-collapse__icon {
    transform: rotate(180deg);
    transition: all 0.3s ease; }
    .collapsed .nav-collapse__icon {
      transform: rotate(0); }

.nav-dropdown {
  display: block;
  height: 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: opacity 0s ease, visibility 0s 0.2s ease-in, overflow 0s 0.2s ease-in; }
  @media (min-width: 992px) {
    .nav-dropdown {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: auto;
      background: #fff;
      border-bottom: 0;
      box-shadow: 0 25px 20px 0 rgba(0, 0, 0, 0.1);
      z-index: 999; } }
  .nav-dropdown.active {
    height: auto;
    padding: 15px 0;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    transition: opacity 0.2s ease-in, visibility 0s 0s ease-in, overflow 0s 0s ease-in; }
  @media (min-width: 992px) {
    .nav-main__item--parent:hover .nav-dropdown,
    .nav-main__item--parent:focus-within .nav-dropdown {
      height: auto;
      padding: 15px 0;
      opacity: 1;
      overflow: visible;
      visibility: visible;
      transition: opacity 0.2s ease-in, visibility 0s 0s ease-in, overflow 0s 0s ease-in; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .nav-main__item--parent:hover .nav-dropdown,
    .nav-main__item--parent:focus-within .nav-dropdown {
      padding: 15px 30px; } }
  .nav-dropdown--secondary {
    left: auto;
    width: 14.66667rem; }
    .nav-dropdown--secondary .nav-dropdown__links {
      padding-bottom: 0; }
    .nav-dropdown--secondary .nav-list {
      height: auto !important;
      column-count: 1; }
  .nav-dropdown__container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px 15px; }
  .nav-dropdown__links {
    flex: 1 1 auto;
    padding: 5px 0 15px; }
  .nav-dropdown__content {
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    text-align: center; }
    @media (min-width: 992px) {
      .nav-dropdown__content {
        width: 275px;
        margin-right: auto;
        flex-shrink: 0; } }
    .nav-dropdown__content p {
      margin-bottom: 0; }

.nav-list {
  font-size: 1.06667rem;
  line-height: 1.2;
  column-fill: auto;
  column-width: 225px; }
  @media (min-width: 992px) {
    .nav-list {
      height: 275px; }
      .nav-dropdown--secondary .nav-list {
        height: auto; } }
  @media (min-width: 380px) {
    .nav-dropdown__links > .nav-list {
      column-count: 2; } }
  @media (min-width: 576px) {
    .nav-dropdown__links > .nav-list {
      column-count: 3; } }
  @media (min-width: 992px) {
    .nav-dropdown__links > .nav-list {
      column-count: 4; } }
  .nav-list__item {
    width: 100%; }
    .nav-dropdown__links > .nav-list > .nav-list__item {
      width: 100%;
      padding: 0 15px;
      text-align: center;
      break-inside: avoid;
      margin-bottom: 12px; }
      @media (min-width: 380px) {
        .nav-dropdown__links > .nav-list > .nav-list__item {
          text-align: left; } }
      .nav-dropdown__links > .nav-list > .nav-list__item > .nav-list__link {
        font-size: 0.93333rem;
        color: #4d4d4d; }
  .nav-list__link {
    display: inline-block;
    color: #656565; }
    .nav-list__link:hover, .nav-list__link:focus {
      color: #f16823; }
    .nav-list__link--bold {
      font-weight: 700; }

.nav-mobile {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1020;
  width: 100%;
  height: 100vh;
  padding: 60px 0 0;
  font-family: inherit;
  font-size: 16px;
  background: #fff;
  border-radius: 0;
  border: 0;
  color: #4d4d4f;
  opacity: 0;
  text-transform: uppercase;
  transform: translate(0, -100%);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1); }
  @media (min-width: 992px) {
    .nav-mobile {
      display: none; } }
  .nav-mobile.active {
    opacity: 1;
    transform: translate(0, 0); }
  .nav-mobile__container {
    position: relative;
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 15px; }
  .nav-mobile__menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: transparent; }
  .nav-mobile__item {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    list-style-type: none;
    border-bottom: 1px solid #dee2e6;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .nav-mobile__item--center {
      border-bottom: 0;
      text-align: center; }
    .nav-mobile__item--parent .nav-collapse__link {
      flex: 1; }
    .nav-mobile__item > .nav-mobile__menu {
      background-color: rgba(206, 212, 218, 0.25); }
  .nav-mobile__link {
    flex: 1;
    color: inherit;
    display: block;
    padding: 7.5px 15px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .nav-mobile__link:hover {
      text-decoration: none;
      color: inherit;
      background-color: rgba(206, 212, 218, 0.25); }
  .nav-mobile__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .nav-mobile__btn:hover {
      background-color: rgba(206, 212, 218, 0.25); }
  .nav-mobile__icon {
    transform: rotate(90deg);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1); }
    .collapsed .nav-mobile__icon {
      transform: rotate(0); }

.nav-utility {
  font-family: "Outfit", Arial, sans-serif;
  font-size: 12px;
  background: #e9ecef;
  color: #adb5bd; }
  .nav-utility__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .nav-utility__item {
    display: flex;
    align-items: center; }
    .nav-utility__item:before {
      content: "|"; }
  .nav-utility__link {
    display: block;
    padding: 10px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #adb5bd;
    text-decoration: none; }
    .nav-utility__link:hover {
      color: #285366;
      text-decoration: none; }
    .nav-utility__link--cart {
      position: relative;
      padding-right: 45px; }
    .nav-utility__link--currency.dropdown-toggle:after {
      display: none; }
  .nav-utility__badge {
    position: absolute;
    top: 0;
    right: -15px;
    height: 100%;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    background-color: #285366;
    color: #fff;
    text-align: center; }
  .nav-utility__dropdown {
    background: #fff;
    border-radius: 0;
    border-color: #adb5bd; }
  .nav-utility__dropdown-list {
    position: relative;
    padding: 10px 0; }
    .nav-utility__dropdown-list:before {
      position: absolute;
      bottom: 100%;
      left: 13px;
      content: '';
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #adb5bd; }
    .nav-utility__dropdown-list:after {
      position: absolute;
      bottom: 100%;
      left: 15px;
      content: '';
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #fff; }
  .nav-utility__dropdown-item {
    padding: 10px;
    font-size: 12px; }
    .nav-utility__dropdown-item.active {
      font-weight: bold;
      background-color: inherit;
      color: inherit; }

.nav-crown {
  transform: translateY(0); }
  .nav-crown__item {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.06667rem; }
    .nav-crown__item:hover, .nav-crown__item:focus, .nav-crown__item:focus-within, .nav-crown__item.menu-open {
      color: #f16823; }
    .nav-crown__item--active {
      color: #f16823; }
    @media (min-width: 1200px) and (max-width: 1324px) {
      .nav-crown__item {
        margin-bottom: 0.7rem; } }
  .nav-crown__link {
    display: block;
    width: 100%;
    padding: 0;
    line-height: 1.06667rem;
    color: #4d4d4d;
    transition: all 0.3s ease; }
    @media (min-width: 768px) {
      .nav-crown__link {
        padding: 0 0 0 1.66667rem; } }
    .nav-crown__link:hover, .nav-crown__link:focus, .nav-crown__link:focus-within {
      text-decoration: none;
      color: #f16823; }
  .nav-crown__icon {
    margin: 0 0.33333rem;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    color: #192036; }
    @media (min-width: 768px) {
      .nav-crown__icon {
        margin-right: 0;
        margin-left: 0.13333rem;
        font-size: 1rem;
        color: #f16823; } }
    .nav-crown__icon:hover, .nav-crown__icon:focus, .nav-crown__icon:focus-within {
      color: #f16823; }

.nav-footer {
  margin: 0 !important;
  line-height: 2; }
  .nav-footer--parent {
    border-top: 1px solid rgba(101, 101, 101, 0.3); }
    @media (min-width: 768px) {
      .nav-footer--parent {
        border-top: 0; } }
  .nav-footer--collapse {
    padding: 1rem 1.33333rem;
    background-color: rgba(101, 101, 101, 0.2); }
    @media (min-width: 768px) {
      .nav-footer--collapse {
        display: block !important;
        background-color: transparent;
        padding: 0; } }
  .nav-footer__heading {
    display: block;
    font-size: 1rem;
    font-weight: 600; }
    @media (min-width: 768px) {
      .nav-footer__heading {
        margin-bottom: 0.26667rem; } }
    .nav-footer__heading--collapsing {
      position: relative;
      border-bottom: 1px solid rgba(101, 101, 101, 0.3);
      padding: 1rem 2.33333rem 1rem 1rem;
      color: white; }
      .nav-footer__heading--collapsing:after {
        content: '\f106';
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        transition: .3s all ease;
        font-family: 'Font Awesome 5 Pro';
        font-size: 1.06667rem;
        font-weight: 400;
        color: #fff; }
      .nav-footer__heading--collapsing.collapsed:after {
        content: '\f107'; }
      .nav-footer__heading--collapsing:hover, .nav-footer__heading--collapsing:focus, .nav-footer__heading--collapsing:focus-within {
        text-decoration: none;
        color: #fff; }
  .nav-footer__column {
    padding-left: 0; }
    @media (min-width: 992px) {
      .nav-footer__column {
        padding-left: 5rem; } }
    @media (min-width: 1200px) {
      .nav-footer__column {
        padding-left: 6.66667rem; } }
  .nav-footer__item {
    display: inline;
    margin: 0;
    padding: 0 0.86667rem;
    color: #a0a0a0; }
    .nav-footer__item:before {
      display: none; }
    .nav-footer__item:first-child {
      padding-left: 1.73333rem; }
    .nav-footer__item:last-child {
      padding-right: 0; }
    .nav-footer__item--main {
      display: block;
      padding: 0;
      margin-bottom: 0.13333rem; }
      @media (min-width: 992px) {
        .nav-footer__item--main {
          margin-bottom: 0.26667rem; } }
      .nav-footer__item--main:first-child {
        padding-left: 0; }
  .nav-footer__link {
    padding: 0;
    font-size: 0.8rem;
    color: #a0a0a0; }
    .nav-footer__link:hover {
      color: #fff; }
    .nav-footer__link--main {
      font-size: 0.93333rem;
      color: #fff; }

@media (min-width: 768px) {
  body.has-admin-bar {
    padding-top: 46px; } }

@media (min-width: 768px) {
  .scrolled.has-admin-bar .page-header {
    margin-top: 46px; } }

.admin-bar {
  display: none;
  background-color: #fff;
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 1040; }
  @media (min-width: 768px) {
    .admin-bar {
      display: flex;
      align-items: center; } }
  .admin-bar img {
    display: inline-flex;
    align-self: center;
    height: 1rem;
    width: 1rem; }
  .admin-bar__logo {
    height: 46px;
    width: 45px; }
    .admin-bar__logo img {
      height: 100%;
      padding: 7px 10px 11px 7px;
      width: 100%; }
  .admin-bar__content {
    flex: 1 1 auto;
    align-items: center;
    display: flex;
    height: 46px;
    justify-content: space-between; }
    .admin-bar__content a {
      color: #3E67F8;
      text-decoration: none; }
    .admin-bar__content a:hover {
      background-color: #f0f3fe;
      border-radius: 5px; }
  .admin-bar__private {
    display: flex;
    align-items: center;
    margin-right: auto;
    text-align: left; }
    .admin-bar__private a {
      padding: 10px; }
    .admin-bar__private span {
      white-space: nowrap; }
  .admin-bar__links {
    margin-left: auto;
    text-align: right;
    padding-right: 5px; }
    .admin-bar__links a {
      display: flex;
      align-items: center;
      padding: 10px; }
    .admin-bar__links span {
      white-space: nowrap; }
  .admin-bar__close {
    padding: 10px;
    margin-right: 5px;
    margin-bottom: .25em;
    background: transparent;
    border: 0;
    border-radius: 5px; }
    .admin-bar__close:hover {
      background-color: #f0f3fe; }
    .admin-bar__close svg {
      height: 100%;
      width: 100%; }

.back-to-top {
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 3;
  opacity: 0;
  transition: all .33s ease;
  visibility: hidden; }
  .back-to-top.active {
    opacity: 1;
    visibility: visible; }
  .back-to-top__link {
    height: 48px;
    width: 48px;
    font-size: 30px;
    color: #fff;
    background-color: #f16823;
    text-decoration: none; }
    .back-to-top__link:hover, .back-to-top__link:focus {
      color: #fff;
      text-decoration: none; }

.banner {
  background-color: #343a40;
  background-size: cover;
  color: #fff;
  padding: 6rem 2rem;
  position: relative;
  text-shadow: 0 0 10px #000; }
  @media (max-width: 767.98px) {
    .banner {
      text-align: center; } }
  .banner:before {
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .banner--minimal {
    background-color: #e9ecef;
    background-image: none !important;
    color: #4d4d4d;
    padding: 2rem;
    text-align: left;
    text-shadow: none; }
    .banner--minimal:before {
      display: none; }
  .banner__title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 3.5rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.25;
    margin-bottom: 0; }
  .banner__subtitle {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: 1.75rem;
    font-weight: 300;
    letter-spacing: 0.025em;
    line-height: 1.5;
    margin: 1rem 0 0;
    width: 900px;
    max-width: 100%; }

.breadcrumb-wrapper {
  background: transparent; }
  .breadcrumb-wrapper .container, .breadcrumb-wrapper .dropzone__contents {
    width: 100%;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      .breadcrumb-wrapper .container, .breadcrumb-wrapper .dropzone__contents {
        padding-left: 40px;
        padding-right: 40px; } }

.breadcrumb-item {
  color: #4d4d4d; }

.breadcrumb {
  padding: 15px 0 20px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: normal; }
  .breadcrumb a {
    color: #4d4d4d; }
    .breadcrumb a:hover {
      color: #4d4d4d; }

.btn {
  display: inline-block;
  max-width: 100%;
  padding: 0.4rem 0.66667rem;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  border-radius: 4px;
  cursor: pointer;
  text-transform: none;
  white-space: normal; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .btn-primary, .btn--primary {
    background: #f16823;
    border: 2px solid #f16823;
    color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-primary:focus, .btn--primary:focus {
      box-shadow: 0 0 0 3px rgba(241, 104, 35, 0.3); }
    .btn-primary:hover, .btn-primary:focus, .btn-primary.active, .btn--primary:hover, .btn--primary:focus, .btn--primary.active {
      background: #f16823;
      border-color: #f16823;
      color: #fff;
      box-shadow: none; }
  .btn-secondary, .btn--secondary {
    background: #285366;
    border-color: #285366;
    color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-secondary:focus, .btn--secondary:focus {
      box-shadow: 0 0 0 3px rgba(40, 83, 102, 0.3); }
    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.active, .btn--secondary:hover, .btn--secondary:focus, .btn--secondary.active {
      background: #1a3541;
      border-color: #1a3541;
      color: #fff;
      box-shadow: none; }
  .btn-default, .btn--default {
    background: #707172;
    border-color: #707172;
    color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15); }
    .btn-default:focus, .btn--default:focus {
      box-shadow: 0 0 0 3px rgba(112, 113, 114, 0.3); }
    .btn-default:hover, .btn-default:focus, .btn-default.active, .btn--default:hover, .btn--default:focus, .btn--default.active {
      background: #707172;
      border-color: #707172;
      color: #fff;
      box-shadow: none; }
  .btn-light, .btn--light {
    background: #fff;
    border-color: #fff;
    color: #f16823; }
    .btn-light:focus, .btn--light:focus {
      box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3); }
    .btn-light:hover, .btn-light:focus, .btn-light.active, .btn--light:hover, .btn--light:focus, .btn--light.active {
      background: #f16823;
      border-color: #f16823;
      color: #fff; }
  .btn-dark, .btn--dark {
    background: #212529;
    border: #212529;
    color: #fff; }
    .btn-dark:focus, .btn--dark:focus {
      box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.3); }
    .btn-dark:hover, .btn-dark:focus, .btn-dark.active, .btn--dark:hover, .btn--dark:focus, .btn--dark.active {
      background: #383f45;
      border-color: #383f45;
      color: #fff; }
  .btn-clear .btn--clear {
    background: transparent;
    border: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit; }
  @media (min-width: 992px) {
    .btn-lg, .btn-group-lg > .btn, .btn--lg {
      font-size: 1.4rem;
      padding: 0.53333rem 2rem; } }
  .btn-sm, .btn-group-sm > .btn, .btn--sm {
    font-size: 12px;
    padding: 0.26667rem 1rem; }

.collapsed .collapse-icon--shown {
  display: none; }

.collapsed .collapse-icon--hidden {
  display: inline-block; }

.collapse-icon--shown {
  display: inline-block; }

.collapse-icon--hidden {
  display: none; }

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .filter-bar--brand {
      justify-content: flex-end; } }
  .filter-bar__item--count {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.18px; }
    .filter-bar__item--count p {
      margin-bottom: 0; }
  .filter-bar__filters {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767.98px) {
      .filter-bar__filters {
        width: 100%; } }

.filter-dropdown {
  margin-left: 0; }
  @media (min-width: 768px) {
    .filter-dropdown {
      margin-left: 25px; } }
  .filter-dropdown--gotopage {
    margin: 0 10px; }
  .filter-dropdown__group {
    padding: 12px 16px;
    margin: 0;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    transition: 0.3s all ease; }
  .filter-dropdown__label {
    margin: 0;
    line-height: 1.5;
    opacity: 0.8; }
  .filter-dropdown__select-container {
    position: relative;
    z-index: 1; }
    .filter-dropdown__select-container:after {
      position: absolute;
      top: -3px;
      right: 3px;
      z-index: -1;
      font-family: "Font Awesome 5 Pro";
      font-size: 21px;
      font-weight: 300;
      color: #ddd;
      content: "\f107"; }
  .filter-dropdown__select {
    min-width: 45px;
    padding: 0;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    color: #4d4d4d;
    background: transparent;
    border: 0;
    outline: none;
    appearance: none; }
    .filter-dropdown__select:focus {
      outline: none;
      opacity: 0.7; }

.filter-layout {
  padding: 5px 7px;
  font-size: 21px;
  line-height: 1.5;
  background: transparent;
  border: 0;
  color: #4d4d4d;
  transition: 0.3s all ease; }
  .filter-layout:hover, .filter-layout:focus {
    outline: 0;
    cursor: pointer; }
  .filter-layout:focus {
    color: #ddd; }
  .filter-layout.active {
    color: #ddd; }
    .filter-layout.active:hover {
      cursor: not-allowed; }
  .filter-layout--list {
    border-left: 1px solid #ddd; }

.form-label {
  color: #4d4d4d;
  font-weight: 700;
  line-height: 1.5; }

.form-input {
  height: auto;
  width: 100%;
  padding: 7px 15px;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  color: #4d4d4d;
  text-transform: none; }
  .form-input:focus {
    border-color: #6c757d; }

input.form-file-input {
  border: 1px solid #dee2e6; }
  input.form-file-input:focus {
    border-color: #6c757d; }

.help-block {
  font-size: 14px;
  color: #737373; }
  .help-block.with-errors {
    color: #dc3545; }

.form-field--success input {
  border-color: #28a745; }

.form-field--success .form-inlineMessage {
  font-size: 14px;
  color: #28a745;
  display: block; }

.form-field--error input {
  border-color: #dc3545; }

.form-field--error .form-inlineMessage {
  font-size: 14px;
  color: #dc3545;
  display: block; }

.detail-list {
  font-size: 1rem; }
  .detail-list__name {
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase; }
  .detail-list__value {
    margin-bottom: 10px; }

.loading-overlay {
  background: no-repeat rgba(255, 255, 255, 0.7) url("../images/loading.svg") center center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

.maintenance-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 400px;
  max-width: 100%;
  padding: 30px 20px;
  background: rgba(241, 104, 35, 0.7);
  border: 1px solid #f16823;
  border-radius: 5px;
  color: #fff; }

.modal--default .modal-dialog, .modal--default
.modal-box {
  margin: 0 auto; }

.modal--xl .modal-dialog, .modal--xl
.modal-box {
  max-width: 1200px; }

.modal--lg .modal-dialog, .modal--lg
.modal-box {
  max-width: 1000px; }

.modal--md .modal-dialog, .modal--md
.modal-box {
  max-width: 800px; }

.modal--sm .modal-dialog, .modal--sm
.modal-box {
  max-width: 500px; }

.modal--xs .modal-dialog, .modal--xs
.modal-box {
  max-width: 300px; }

.modal-dialog .modal-header,
.modal-box .modal-header {
  padding-top: 0; }

.modal--default .modal-content {
  border: 0; }

/** 
 * Customize Overlay panel basic visual appearance below
 */
.ol-panel *:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2); }

.ol-panel-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2); }

.ol-panel-container:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1059;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s, visibility 0s cubic-bezier(0.7, 0, 0.3, 1) 0.4s; }

.ol-panel-container--active:before {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s, visibility 0s cubic-bezier(0.7, 0, 0.3, 1) 0s; }

/**
 * Overlay Panel Transition
 *
 * Note: Not recommended to edit below unless you're looking to modify the default show/hide effects & transition
 */
.ol-panel {
  overflow-y: auto;
  position: fixed;
  z-index: 1060;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-y: auto;
  transform: translate(-100%, -100%);
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1); }
  .ol-panel--right {
    top: 0;
    right: 0;
    transform: translate(100%, 0); }
  .ol-panel--left {
    top: 0;
    left: 0;
    transform: translate(-100%, 0); }
  .ol-panel--top {
    top: 0;
    transform: translate(0, -100%); }
  .ol-panel--bottom {
    bottom: 0;
    transform: translate(0, 100%); }
  .ol-panel--fade {
    top: 0;
    opacity: 0;
    transform: translate(0, 0); }
  .ol-panel--active {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 0.8s cubic-bezier(0.7, 0, 0.3, 1); }

.ol-panel-btn {
  cursor: pointer; }
  .ol-panel-btn * {
    pointer-events: none; }

.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px; }
  @media (min-width: 576px) {
    .pagination {
      flex-direction: row; } }
  .pagination__gotopage {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal; }
    @media (max-width: 575.98px) {
      .pagination__gotopage {
        margin-bottom: 15px; } }
  .pagination .page-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 0; }
    @media (max-width: 575.98px) {
      .pagination .page-item {
        margin-bottom: 15px; } }
    .pagination .page-item.active .page-link {
      background: transparent;
      border: 0;
      color: #f16823; }
    .pagination .page-item.disabled {
      visibility: hidden; }
  .pagination .page-link {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1;
    background: transparent;
    border: 0;
    color: #4d4d4d; }
    .pagination .page-link:hover .page-link-text--prev {
      margin-left: 5px; }
    .pagination .page-link:hover .page-link-text--next {
      margin-right: 5px; }
    .pagination .page-link:hover .page-link-arrow--prev {
      margin-left: -5px; }
    .pagination .page-link:hover .page-link-arrow--next {
      margin-right: -5px; }
    .pagination .page-link--prev, .pagination .page-link--next {
      font-size: 18px;
      font-weight: 700;
      width: 100%; }
      @media (min-width: 992px) {
        .pagination .page-link--prev, .pagination .page-link--next {
          width: auto; } }
    @media (min-width: 992px) {
      .pagination .page-link--prev {
        order: 2; } }
    @media (min-width: 992px) {
      .pagination .page-link--next {
        order: 3; } }
    .pagination .page-link .icon {
      font-size: 12px; }
  .pagination .page-link-text,
  .pagination .page-link-arrow {
    transition: all .33s ease; }
  .pagination .page-link-arrow {
    color: #f16823; }
    .pagination .page-link-arrow--prev {
      margin-right: 2px; }
    .pagination .page-link-arrow--next {
      margin-left: 2px; }

.payment-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 0;
  color: #fff;
  text-align: center; }
  .payment-list__item {
    width: 50px;
    max-width: 100%;
    margin: 0 10px 10px;
    color: #4d4d4d; }
    .payment-list__item.svg {
      fill: #4d4d4d; }
      .payment-list__item.svg path {
        fill: #4d4d4d; }
    .payment-list--light .payment-list__item {
      color: #fff; }
      .payment-list--light .payment-list__item.svg {
        fill: #fff; }
        .payment-list--light .payment-list__item.svg path {
          fill: #fff; }

@media (max-width: 767.98px) {
  .quickview-modal {
    padding-left: 0;
    padding-right: 0; } }

.share-box {
  padding: 1.33333rem 0.66667rem 0; }
  @media (min-width: 992px) {
    .share-box {
      padding-right: 30px; } }
  .share-box__title {
    font-size: 18px;
    font-weight: bold; }

.share-this__icon {
  padding: 4px;
  font-size: 16px;
  background: #285366;
  border-radius: 50%;
  color: #fff; }
  .share-this__icon:hover, .share-this__icon:focus {
    background: #f16823;
    color: #fff; }

.svg {
  opacity: 0; }
  .svg.replaced-svg {
    opacity: 1;
    fill: inherit; }
    .svg.replaced-svg path {
      fill: inherit; }

.promo__item {
  margin-bottom: 0;
  padding: 1.66667rem 15px;
  font-size: 1rem;
  background: #fd7e14;
  border-radius: 0;
  color: white;
  text-align: center; }
  .promo__item a:not(.btn) {
    color: inherit;
    text-decoration: underline; }
    .promo__item a:not(.btn):hover, .promo__item a:not(.btn):focus {
      color: inherit; }
  .promo__item p:last-child {
    margin-bottom: 0; }

.newsletter-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  background: #333333;
  color: #fff; }
  @media (min-width: 768px) {
    .newsletter-panel {
      height: 485px; } }
  .newsletter-panel:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgba(51, 51, 51, 0.6);
    content: ''; }
  .newsletter-panel__img {
    position: absolute;
    z-index: 0; }
    .newsletter-panel__img--center {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .newsletter-panel__img--top {
      top: 0;
      left: 50%;
      transform: translate(-50%, 0); }
    .newsletter-panel__img--bottom {
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0); }
    .newsletter-panel__img.lazy--loaded {
      min-width: 100%;
      min-height: 100%;
      max-width: none; }
  .newsletter-panel__container {
    position: relative;
    z-index: 2;
    font-size: 1.66667rem;
    text-align: center; }
  .newsletter-panel__title {
    color: inherit;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 3.66667rem;
    font-weight: 400;
    margin-bottom: 2rem;
    text-transform: none; }
  .newsletter-panel__form {
    position: relative;
    z-index: 2; }
  .newsletter-panel__summary {
    font-size: 13px; }

.subscribe-form {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 510px;
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .subscribe-form {
      flex-wrap: nowrap; } }
  .subscribe-form__input, .subscribe-form__btn {
    height: auto;
    margin-bottom: 1rem;
    padding: 1.2rem;
    font-family: "Outfit", Arial, sans-serif;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-size: 13px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .subscribe-form__input {
      text-align: center; } }
  @media (min-width: 768px) {
    .subscribe-form__input {
      width: 345px; } }
  .subscribe-form__btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: bold; }
    @media (min-width: 768px) {
      .subscribe-form__btn {
        flex: 1 1 auto; } }

.search-box {
  margin-bottom: 0; }
  .search-box__input {
    height: 45px;
    padding: 0.86667rem 2.93333rem 0.86667rem 1.2rem;
    background: #eff0f2;
    font-size: 0.93333rem;
    line-height: 1.26667rem;
    font-weight: normal;
    color: #4d4d4d; }
    .search-box__input::placeholder {
      color: #4d4d4d; }
    .search-box__input:focus, .search-box__input:focus-within {
      color: #4d4d4d;
      background: #eff0f2; }
  .search-box__btn {
    font-size: 1.2rem;
    color: #f16823; }
    .search-box__btn:hover, .search-box__btn:focus, .search-box__btn:focus-within {
      color: #4d4d4d; }

.social-list__item {
  margin: 0 15px; }
  .social-list__item:first-child {
    margin-left: 0; }

.social-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  font-size: 19px;
  color: #fff;
  text-decoration: none; }
  .social-list__link:hover {
    color: #f16823;
    text-decoration: none; }

.account-form .row > div {
  padding: 0 15px;
  max-width: 100%;
  flex: 0 0 100%; }
  @media (min-width: 992px) {
    .account-form .row > div {
      max-width: 50%;
      flex: 0 0 50%; } }
  .account-form .row > div input[type="text"] {
    width: 100% !important; }

.account-nav {
  border-bottom: 1px solid #e9ecef; }
  .account-nav__link {
    display: inline-block;
    padding: 10px 10px;
    font-size: 15px;
    color: #4d4d4d;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .account-nav__link {
        padding: 10px 10px 7px;
        border-bottom: 3px solid transparent; } }
    @media (min-width: 992px) {
      .account-nav__link {
        padding: 10px 15px 7px; } }
    .account-nav__link:hover, .account-nav__link:focus {
      color: #f16823; }
    .account-nav__link.active {
      color: #f16823; }
      @media (min-width: 768px) {
        .account-nav__link.active {
          border-bottom: 3px solid #f16823;
          color: #4d4d4d; } }

.order-content {
  padding: 2rem 0 0;
  border: 1px solid #dee2e6;
  border-radius: 3px; }
  .order-content__heading {
    padding: 0 15px; }
  .order-content__item {
    padding: 1.33333rem 15px;
    border-top: 1px solid #dee2e6; }

.order-details__title {
  padding-bottom: 0.66667rem;
  border-bottom: 1px solid #dee2e6; }

.order-list__item {
  padding: 1.66667rem 15px;
  border: 1px solid #dee2e6; }

.order-totals__item {
  border-bottom: 1px solid #dee2e6; }

.payment-methods__footer {
  margin-top: auto; }

.payment-methods__body {
  flex: 1 1 auto; }

.payment-methods__item {
  width: 100%; }

.payment-methods__icon {
  width: 60px;
  max-width: 100%;
  margin-right: 10px; }

.payment-methods__default {
  margin-left: 10px;
  color: #ffc107; }

.payment-methods__new:hover, .payment-methods__new:focus {
  background: #f8f9fa; }

.payment-form__type img {
  width: 60px;
  max-width: 100%;
  margin-right: 10px;
  margin-bottom: 10px; }

.payment-form__inputs {
  position: relative; }

.payment-form__secure {
  position: absolute;
  top: 42px;
  right: 15px;
  margin: 0 15px;
  font-size: 15px;
  color: #ffc107; }

.payment-form .form-input {
  width: 100% !important; }

.status-label {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-bottom: 1rem;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase; }

.status-label--primary {
  color: #7d3612;
  background-color: #fce1d3;
  border-color: #fbd5c1; }
  .status-label--primary hr {
    border-top-color: #f9c5a9; }
  .status-label--primary .alert-link {
    color: #50230c; }

.status-label--secondary {
  color: #152b35;
  background-color: #d4dde0;
  border-color: #c3cfd4; }
  .status-label--secondary hr {
    border-top-color: #b4c3c9; }
  .status-label--secondary .alert-link {
    color: #070d10; }

.status-label--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .status-label--success hr {
    border-top-color: #b1dfbb; }
  .status-label--success .alert-link {
    color: #0b2e13; }

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

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

.status-label--danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .status-label--danger hr {
    border-top-color: #f1b0b7; }
  .status-label--danger .alert-link {
    color: #491217; }

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

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

.blog-post__heading {
  margin-bottom: 2rem;
  border-bottom: 1px solid #dee2e6; }

.blog-post__article {
  margin-bottom: 2rem; }

.blog-post__footer {
  background: #e9ecef;
  padding-top: 30px;
  padding-bottom: 30px; }

.blog-tags {
  text-align: center; }
  @media (min-width: 768px) {
    .blog-tags {
      text-align: left; } }
  .blog-tags__item {
    display: inline-block;
    margin-bottom: 5px; }
  .blog-tags__tag {
    display: inline-block;
    padding: 3px 5px;
    background: #f16823;
    border-radius: 5px;
    color: #fff; }
    .blog-tags__tag:hover, .blog-tags__tag:focus {
      background: #285366;
      color: #fff; }

.blog-card {
  font-size: 1.06667rem;
  background: #f8f9fa;
  color: #4d4d4d; }
  .blog-card__image {
    width: 100%; }
    .blog-card__image img {
      width: 100%; }
  .blog-card__content {
    padding: 2rem 1.33333rem; }
    @media (min-width: 768px) {
      .blog-card__content {
        padding: 2rem; } }
    @media (min-width: 1200px) {
      .blog-card__content {
        padding: 2.66667rem; } }
  .blog-card__title {
    font-size: 1.8rem; }
  .blog-card__date, .blog-card__more {
    display: block;
    font-size: 14px;
    text-transform: uppercase; }

.brands-card {
  max-width: 350px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: normal;
  color: #4d4d4d; }
  .brands-card:hover, .brands-card:focus {
    outline: none;
    color: #4d4d4d; }
    .brands-card:hover .brands-card__triangle, .brands-card:focus .brands-card__triangle {
      opacity: 1; }
    .brands-card:hover .brands-card__image, .brands-card:focus .brands-card__image {
      margin-top: -5px; }
    .brands-card:hover .brands-card__title, .brands-card:focus .brands-card__title {
      margin-top: 5px; }
  .brands-card__title {
    margin-bottom: 2rem;
    padding: 15px 15px 5px;
    margin-top: 0;
    line-height: 1.17;
    transition: all .33s ease; }
  .brands-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #eff0f2;
    transition: all .33s ease; }
    @media (min-width: 576px) {
      .brands-card__image {
        height: 235px; } }
    @media (min-width: 768px) {
      .brands-card__image {
        height: 300px; } }
  .brands-card__triangle {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
    transition: all .35s linear; }
    .brands-card__triangle::before {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 80px solid #f16823;
      border-left: 80px solid transparent;
      content: ''; }
  .brands-card__arrow {
    position: absolute;
    bottom: 15px;
    right: 19px;
    font-size: 19px;
    color: #fff; }

.brand .product-card {
  padding: 15px;
  text-align: left; }
  .brand .product-card__title {
    margin-bottom: 7px;
    font-weight: 600; }
  .brand .product-card .price-section {
    width: auto;
    margin-right: 16px !important; }
    .brand .product-card .price-section .price {
      font-weight: 400; }
      .brand .product-card .price-section .price--withTax, .brand .product-card .price-section .price--withoutTax {
        font-weight: 600; }
  @media (min-width: 992px) {
    .brand .product-card:hover .product-card__hover-action {
      opacity: 1;
      visibility: visible; } }

.brand-page-heading {
  padding-top: 2.33333rem;
  margin: 0 15px 15px;
  text-align: center;
  border: 0;
  background-color: #eff0f2; }
  @media (min-width: 992px) {
    .brand-page-heading {
      padding-top: 1rem;
      padding-bottom: 1rem;
      margin-left: 40px;
      margin-right: 40px;
      text-center: center; } }
  .brand-page-heading__contents {
    padding: 2.33333rem 0 2rem; }
  .brand-page-heading__image {
    margin-bottom: 0; }
  .brand-page-heading__title {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    .brand-page-heading .container, .brand-page-heading .dropzone__contents {
      max-width: 1200px; } }

@media (min-width: 992px) {
  .category-nav {
    margin-bottom: 24px; } }

.category-nav__toggle {
  width: 100%;
  padding: 24px 15px;
  font-weight: 400;
  background: #fff;
  border: 0;
  color: #4d4d4d; }
  .category-nav__toggle:hover, .category-nav__toggle:focus {
    color: #4d4d4d;
    cursor: pointer;
    outline: 0; }
  .category-nav__toggle.collapsed .category-nav__toggle-icon {
    transform: rotate(180deg); }

.category-nav__content {
  font-size: 14px; }
  .category-nav__content > .category-nav__list {
    border-top: 1px solid #eff0f2; }
    @media (min-width: 992px) {
      .category-nav__content > .category-nav__list {
        border-top: 0;
        padding: 0; } }

.category-nav__list {
  border: 1px solid #eff0f2; }
  @media (max-width: 991.98px) {
    .category-nav__list {
      margin-bottom: 24px; } }
  .category-nav__list--nested {
    padding: 18px 0 13px;
    margin-bottom: 0;
    border: 0; }

.category-nav__item.active > .category-nav__flex > .category-nav__link {
  color: #285366; }

.category-nav__item-heading {
  padding: 14px 0;
  background-color: #eff0f2; }

.category-nav__link {
  margin-bottom: 12px;
  padding: 0 24px;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: normal;
  color: #4d4d4d;
  transition: all 0.3s ease; }
  .category-nav__link:hover, .category-nav__link:focus {
    color: #4d4d4d;
    text-decoration: underline; }
  .category-nav__link.active {
    color: #285366; }

.category-nav__expand {
  width: 25px;
  height: 25px;
  margin-left: 5px;
  padding: 5px 0;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border: 1px solid #eff0f2;
  border-radius: 0;
  color: #4d4d4d;
  text-align: center;
  transition: all 0.3s ease; }
  .category-nav__expand:hover, .category-nav__expand:focus {
    background: #fff;
    border-color: #4d4d4d;
    color: #4d4d4d;
    outline: 0; }

.category-nav__heading {
  font-weight: bold; }

.sidebar-cta {
  max-width: 255px;
  margin: 0 auto; }

.category-breadcrumbs .breadcrumb {
  padding-bottom: 15px; }

.category-breadcrumbs--bg {
  background-color: #eff0f2; }

.category-page-heading {
  padding-top: 0;
  margin: 0 15px 15px;
  text-align: center;
  border: 0;
  background-color: #eff0f2; }
  @media (min-width: 992px) {
    .category-page-heading {
      padding-bottom: 0;
      margin-left: 40px;
      margin-right: 40px;
      text-align: center; } }
  .category-page-heading__contents {
    padding: 2.33333rem 0 2rem; }
  .category-page-heading__image {
    margin-bottom: 0; }
  .category-page-heading__title {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    .category-page-heading .container, .category-page-heading .dropzone__contents {
      max-width: 1200px; } }

@media (max-width: 991.98px) {
  .category-page-heading-alt {
    margin-top: 10px; } }

@media (min-width: 992px) {
  .category-page-heading-alt .container, .category-page-heading-alt .dropzone__contents {
    max-width: 1400px; } }

.category-page-heading-alt__image {
  display: flex;
  align-items: center;
  padding: 0 10px 10px;
  background-color: #f16823; }
  @media (min-width: 992px) {
    .category-page-heading-alt__image {
      padding: 17px 0;
      padding-left: 0;
      margin-left: 20px; } }
  .category-page-heading-alt__image img {
    margin-top: -10px; }
    @media (min-width: 992px) {
      .category-page-heading-alt__image img {
        margin-top: 0;
        margin-left: -20px; } }

.category-page-heading-parts {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
  background-color: #eff0f2; }
  @media (min-width: 992px) {
    .category-page-heading-parts {
      min-height: 176px; } }
  .category-page-heading-parts__contents {
    padding-top: 1.33333rem; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .category-page-heading-parts .container, .category-page-heading-parts .dropzone__contents {
      max-width: 960px; } }

@media (min-width: 992px) {
  .category-contents {
    padding: 0 25px; } }

.category-sidebar-cta {
  margin-top: 1.66667rem; }

.category-products .product-card {
  padding: 15px;
  text-align: left; }
  .category-products .product-card__title {
    margin-bottom: 7px;
    font-weight: 600; }
  .category-products .product-card .price-section {
    width: auto;
    margin-right: 16px !important; }
    .category-products .product-card .price-section .price {
      font-weight: 400; }
      .category-products .product-card .price-section .price--withTax, .category-products .product-card .price-section .price--withoutTax {
        font-weight: 600; }
  @media (min-width: 992px) {
    .category-products .product-card:hover .product-card__hover-action {
      opacity: 1;
      visibility: visible; } }

.cart-panel {
  width: 100%;
  padding: 0;
  font-family: inherit;
  font-size: 18px;
  background: #fff;
  border-radius: 0;
  border: 0;
  color: #4d4d4d; }
  @media (min-width: 576px) {
    .cart-panel {
      width: 400px; } }
  .cart-panel__loading {
    width: 100%;
    height: 200px;
    background-image: url("../images/loading.svg");
    background-position: center center;
    background-repeat: no-repeat; }
  .cart-panel__header {
    position: relative;
    padding: 20px 15px;
    padding-bottom: 0; }
  .cart-panel__title {
    font-size: 18px;
    font-weight: bold; }
  .cart-panel__container {
    position: relative;
    padding: 20px 15px; }
  .cart-panel__product a {
    color: #212529; }
    .cart-panel__product a:hover {
      color: #285366; }

.cart-preview__header {
  border-bottom: 1px solid #dee2e6;
  text-align: center; }
  .cart-preview__header h1 {
    font-size: 1.66667rem; }

.cart-preview__item {
  padding: 1.33333rem 0;
  border-bottom: 1px solid #dee2e6; }

.cart-preview__heading {
  margin-bottom: 1rem;
  font-size: 1.2rem; }

/* 
 * Note:
 * Cart is formatted using traditional cornerstone naming conventions for classes as opposed to full BEM
 * Many BigCommerce plug-ins commonly integrate with the cart and anticipate these default classes to be in place
 *
 */
/*
 * Main Cart Page
 */
.cart-overlay {
  background: no-repeat rgba(255, 255, 255, 0.7) url("../images/loading.svg") center center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

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

/*
 * Content Component
 */
.cart {
  width: 100%;
  font-size: 14px; }

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6; }

.cart-header-item {
  color: #495057;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.cart-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6; }

.cart-item-block {
  display: block; }

.cart-item-title dl dt {
  color: #495057;
  font-weight: 700;
  text-transform: uppercase; }

.cart-item-name {
  font-size: 16px;
  color: black; }
  .cart-item-name a {
    color: inherit; }

.cart-item-quantity .input-group {
  margin-bottom: 10px; }

.cart-item-quantity .cart-item-qty-btn {
  background: transparent;
  border: 0;
  color: black; }

.cart-item-quantity .cart-item-qty-input {
  flex: 0 0 auto;
  width: 45px;
  padding: 0 5px;
  border: 0; }

.cart-item-price,
.cart-item-quantity,
.cart-item-total {
  display: flex; }
  @media (min-width: 576px) {
    .cart-item-price,
    .cart-item-quantity,
    .cart-item-total {
      display: block; } }
  .cart-item-price .cart-item-label,
  .cart-item-quantity .cart-item-label,
  .cart-item-total .cart-item-label {
    display: inline-block;
    width: 33.33333%;
    text-align: right;
    background-clip: border-box;
    color: #495057;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 576px) {
      .cart-item-price .cart-item-label,
      .cart-item-quantity .cart-item-label,
      .cart-item-total .cart-item-label {
        width: 100%;
        text-align: center; } }
  .cart-item-price .cart-item-info-group,
  .cart-item-quantity .cart-item-info-group,
  .cart-item-total .cart-item-info-group {
    width: 66.66666%;
    padding-left: 15px; }
    @media (min-width: 576px) {
      .cart-item-price .cart-item-info-group,
      .cart-item-quantity .cart-item-info-group,
      .cart-item-total .cart-item-info-group {
        width: 100%;
        padding-left: 0;
        text-align: center; } }

.cart-remove .icon {
  margin-left: 5px; }

.cart-item-label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold; }

.cart-item-value {
  display: inline-block;
  margin-bottom: 10px; }

/*
 * Totals Component
 */
.cart-totals {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 0.83125rem; }

.cart-total {
  padding-top: 0.66667rem;
  padding-bottom: 0.66667rem;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .cart-total {
      width: 50%;
      margin-left: auto; } }
  .cart-total .cart-form {
    width: 100%; }

.cart-total-label {
  flex: 0 0 50%;
  width: 50%; }

.cart-total-value {
  flex: 0 0 50%;
  width: 50%;
  text-align: right; }

.cart-link-btn {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline; }

.compare-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid #ced4da;
  color: inherit; }
  @media (min-width: 992px) {
    .compare-bar {
      flex-direction: row; } }
  .compare-bar__internal {
    padding: 30px 15px; }
  .compare-bar__actions {
    padding: 15px; }

.compare-item {
  position: relative;
  padding: 5px;
  background: transparent; }
  .compare-item:hover .compare-item__thumbnail {
    background: #dee2e6; }
  .compare-item:hover .compare-item__remove {
    opacity: 1; }
  .compare-item__img {
    width: 55px;
    height: 55px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (min-width: 576px) {
      .compare-item__img {
        width: 65px;
        height: 65px; } }
    @media (min-width: 768px) {
      .compare-item__img {
        width: 100px;
        height: 100px; } }
  .compare-item__remove {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    z-index: 2;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 14px;
    background: #dee2e6;
    color: #fff;
    transition: opacity 0.3 ease-out; }
    @media (min-width: 992px) {
      .compare-item__remove {
        opacity: 0; } }
  .compare-item__thumbnail {
    position: relative;
    padding: 5px;
    transition: background 0.3 ease-out; }
    .compare-item__thumbnail img {
      width: 55px; }
      @media (min-width: 576px) {
        .compare-item__thumbnail img {
          width: 65px; } }
      @media (min-width: 768px) {
        .compare-item__thumbnail img {
          width: 100px; } }

.compare-table {
  background: #fff; }
  .compare-table__row:hover {
    background: #f8f9fa; }
  .compare-table__product {
    position: relative; }
  .compare-table__remove {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 5px;
    border-radius: 100%;
    text-align: center; }
  .compare-table__heading {
    text-align: right;
    min-width: 150px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase; }
  .compare-table__item {
    padding: 5px;
    border-top: 1px solid #ced4da; }
    .compare-table__item--price .price-container {
      justify-content: center; }
    .compare-table__item--price .price--withTaxSale, .compare-table__item--price .price--withoutTaxSale {
      color: #f16823; }
    .compare-table__item--price .rrp-price--withTax, .compare-table__item--price .rrp-price--withoutTax {
      display: none; }
    .compare-table__item.wysiwyg ul {
      margin-top: 0; }

.subcategories {
  padding: 3.86667rem 15px 4.33333rem; }
  @media (min-width: 992px) {
    .subcategories {
      max-width: 1400px; } }
  .subcategories__card {
    margin-bottom: 40px; }
  .subcategories .row {
    margin-right: -20px;
    margin-left: -20px; }
    .subcategories .row > [class*="col"] {
      padding-left: 20px;
      padding-right: 20px; }

.subcategories-card {
  max-width: 350px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: normal;
  color: #4d4d4d; }
  .subcategories-card:hover, .subcategories-card:focus {
    outline: none;
    color: #4d4d4d; }
    .subcategories-card:hover .subcategories-card__triangle, .subcategories-card:focus .subcategories-card__triangle {
      opacity: 1; }
    .subcategories-card:hover .subcategories-card__image, .subcategories-card:focus .subcategories-card__image {
      margin-top: -5px; }
    .subcategories-card:hover .subcategories-card__title, .subcategories-card:focus .subcategories-card__title {
      margin-top: 5px; }
  .subcategories-card__title {
    padding: 15px 15px 5px;
    margin-top: 0;
    line-height: 1.17;
    transition: all .33s ease; }
  .subcategories-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    background-color: #eff0f2;
    transition: all .33s ease; }
    @media (min-width: 576px) {
      .subcategories-card__image {
        height: 235px; } }
    @media (min-width: 768px) {
      .subcategories-card__image {
        height: 300px; } }
  .subcategories-card__triangle {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
    transition: all .35s linear; }
    .subcategories-card__triangle::before {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 80px solid #f16823;
      border-left: 80px solid transparent;
      content: ''; }
  .subcategories-card__arrow {
    position: absolute;
    bottom: 15px;
    right: 19px;
    font-size: 19px;
    color: #fff; }

.subcategories-alt {
  padding: 2.66667rem 15px 2.66667rem; }
  .subcategories-alt__item {
    padding: 16px 26px;
    border-bottom: 1px solid #ddd; }
  .subcategories-alt__products-heading {
    background-color: #eff0f2; }
  .subcategories-alt__products-heading-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal; }

.subcategories-alt-card {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.17;
  letter-spacing: normal;
  color: #4d4d4d; }
  .subcategories-alt-card:hover, .subcategories-alt-card:focus {
    outline: none;
    color: #4d4d4d;
    text-decoration: none; }
  .subcategories-alt-card:focus {
    opacity: .6; }
  .subcategories-alt-card__image {
    margin-right: 22px;
    width: 120px; }
  .subcategories-alt-card__title {
    line-height: 1.17; }

.subcategories-alt-product-row {
  display: flex;
  padding: 15px 25px; }
  .subcategories-alt-product-row__col-lg {
    flex-grow: 1; }
  .subcategories-alt-product-row__col-sm {
    flex-shrink: 0;
    width: 80px; }

.subcategories-alt-product {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: normal;
  word-break: break-word;
  color: #4d4d4d;
  border-bottom: 1px solid #ddd; }
  .subcategories-alt-product__product-title {
    margin-bottom: 6px;
    line-height: 1.33;
    color: #4d4d4d; }
    .subcategories-alt-product__product-title:hover {
      color: #4d4d4d; }
    .subcategories-alt-product__product-title:focus {
      outline: none;
      opacity: 0.6; }
  .subcategories-alt-product__product-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4; }
  .subcategories-alt-product__price {
    line-height: 1.2;
    letter-spacing: -0.15px;
    color: #707172; }
  .subcategories-alt-product__image {
    margin-right: 23px;
    width: 55px; }

.facet-actions {
  padding: 10px; }
  .facet-actions__action {
    font-size: 14px;
    color: #4d4d4d;
    text-decoration: underline; }

.faceted-search {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #eff0f2;
  color: #4d4d4d; }
  .faceted-search__toggle {
    padding: 15px;
    border: 0;
    border-left: 1px solid #eff0f2;
    border-right: 1px solid #eff0f2;
    color: #4d4d4d;
    background-color: #eff0f2; }
    .faceted-search__toggle:hover, .faceted-search__toggle:focus {
      color: #4d4d4d;
      text-decoration: none; }
    .faceted-search__toggle.collapsed .faceted-search__icon {
      transform: rotate(180deg); }
  .faceted-search__blocker {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%; }

.facet {
  padding: 10px 0;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #eff0f2;
  border-top: 0; }
  .facet__heading {
    padding: 4px 23px;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    color: #4d4d4d; }
    .facet__heading a {
      color: inherit; }
  .facet__link {
    position: relative;
    padding: 4px 23px;
    color: #4d4d4d; }
    .facet__link--checkbox {
      padding-right: 69px; }
      .facet__link--checkbox:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 23px;
        display: block;
        height: 18px;
        width: 18px;
        background-color: #eff0f2;
        border: 0;
        border-radius: 0;
        transform: translateY(-50%); }
      .facet__link--checkbox.is-selected:before {
        background-color: #f16823; }
      .facet__link--checkbox.is-selected:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 23px;
        display: block;
        height: 18px;
        width: 18px;
        background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(255, 255, 255, 0.999)' /></svg>");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%;
        transform: translateY(-50%); }
    .facet__link:hover, .facet__link:focus {
      color: inherit;
      text-decoration: none; }
    .facet__link.is-selected {
      background-color: transparent; }
  .facet__remove {
    opacity: 0;
    color: #cbd3da;
    transition: all 0.3s ease-out; }
  .facet__toggle.collapsed .faceted-toggle__icon {
    transform: rotate(180deg); }
  .facet__toggle:hover, .facet__toggle:focus {
    text-decoration: none; }
  .facet__form {
    padding: 4px 23px; }

.selected-facets {
  border: 0;
  background-color: transparent;
  color: #4d4d4d; }
  .selected-facets__link {
    display: block;
    padding: 8px 9px;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 14px;
    font-style: condensed;
    letter-spacing: 0.42px;
    background-color: #f16823;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase; }
    .selected-facets__link:hover, .selected-facets__link:focus {
      background-color: #f16823;
      color: #fff;
      text-decoration: none; }

.hero-carousel {
  margin-bottom: 0;
  height: 42.85714rem;
  background: #fff;
  color: inherit;
  opacity: 0;
  overflow: hidden; }
  .hero-carousel.slick-initialized {
    opacity: 1;
    height: auto;
    transition: opacity 0.3s ease; }
    @media (min-width: 992px) {
      .hero-carousel.slick-initialized {
        max-height: 42.85714rem; } }
  .hero-carousel .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0.66667rem;
    background: rgba(255, 255, 255, 0.8); }
    .hero-carousel .slick-dots li {
      width: auto;
      height: auto; }
  .hero-carousel__arrow {
    background: rgba(255, 255, 255, 0.8);
    width: auto;
    height: auto;
    padding: 1rem;
    opacity: 0.8;
    transition: all 0.3s ease; }
    .hero-carousel__arrow:hover {
      background: rgba(255, 255, 255, 0.8);
      opacity: 1; }
    .hero-carousel__arrow:before {
      font-size: 2rem; }
  .hero-carousel__slide {
    position: relative;
    overflow: hidden;
    display: block;
    color: inherit; }
    @media (min-width: 992px) {
      .hero-carousel__slide {
        max-height: 42.85714rem; } }
    .hero-carousel__slide:hover {
      color: inherit; }
  .hero-carousel__content {
    position: relative;
    z-index: 1;
    padding: 3.33333rem 1.33333rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8); }
    @media (min-width: 768px) {
      .hero-carousel__content {
        padding: 3.33333rem 1.33333rem;
        width: 70%;
        left: 0;
        padding: 1.5rem;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); } }
    .hero-carousel__content--empty {
      background: transparent; }
  .hero-carousel__title {
    margin-bottom: 1.46667rem;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.25; }
    @media (min-width: 768px) {
      .hero-carousel__title {
        font-size: 3rem; } }
    @media (min-width: 992px) {
      .hero-carousel__title {
        font-size: 4.4rem; } }
  .hero-carousel__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 42.85714rem; }
    @media (min-width: 768px) {
      .hero-carousel__image img {
        object-fit: contain;
        object-position: 50% 50%;
        width: 100%;
        height: 100%; } }
  .hero-carousel__description {
    margin-bottom: 2rem;
    font-size: 1.33333rem; }

.home-content__heading, .home-content h1, .home-content h2, .home-content h3 {
  font-size: 3rem; }
  .home-content__heading *:last-child, .home-content h1 *:last-child, .home-content h2 *:last-child, .home-content h3 *:last-child {
    margin-bottom: 0; }

.home-content__subtitle, .home-content__small,
.home-content p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2;
  text-transform: uppercase; }

.home-featured {
  padding-top: 4rem; }
  @media (min-width: 992px) {
    .home-featured {
      padding-top: 7.33333rem; } }
  .home-featured__row {
    padding-bottom: 2rem; }
  .home-featured__block {
    margin-bottom: 2rem; }

.home-spotlights {
  display: flex; }
  .home-spotlights--masonry {
    flex-direction: column; }
    @media (min-width: 1200px) {
      .home-spotlights--masonry {
        flex-direction: row; } }
  .home-spotlights--column {
    flex-direction: column; }
    @media (min-width: 992px) {
      .home-spotlights--column {
        flex-direction: row; } }
  .home-spotlights--row {
    flex-direction: column; }
  .home-spotlights--gutters-sm {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff; }
    .home-spotlights--gutters-sm .home-spotlights__block {
      border: 2px solid #fff; }
  .home-spotlights--gutters-md {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff; }
    .home-spotlights--gutters-md .home-spotlights__block {
      border: 5px solid #fff; }
  .home-spotlights--gutters-lg {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff; }
    .home-spotlights--gutters-lg .home-spotlights__block {
      border: 10px solid #fff; }
  .home-spotlights__section {
    display: flex; }
    .home-spotlights__section--masonry {
      flex-direction: column;
      flex-grow: 1; }
      @media (min-width: 576px) {
        .home-spotlights__section--masonry {
          flex-wrap: wrap;
          flex-direction: row; } }
      @media (min-width: 1200px) {
        .home-spotlights__section--masonry {
          flex-basis: 0; } }
    .home-spotlights__section--row {
      flex-direction: column; }
      @media (min-width: 992px) {
        .home-spotlights__section--row {
          flex-direction: row;
          flex-wrap: no-wrap; } }
    .home-spotlights__section--column {
      flex-direction: column; }
      @media (min-width: 992px) {
        .home-spotlights__section--column {
          flex-direction: row;
          flex-wrap: wrap; } }
  .home-spotlights__block {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex !important;
    background-color: #285366;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    transition: all 0.6s ease-out; }
    @media (min-width: 1200px) {
      .home-spotlights__block {
        padding-left: 2rem;
        padding-right: 2rem; } }
    .home-spotlights__block:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      display: block;
      height: 100%;
      width: 100%;
      content: '';
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: all 0.6s ease-out; }
    .home-spotlights__block:hover {
      background-color: #000;
      color: #fff; }
      .home-spotlights__block:hover:before {
        opacity: 1; }
    .home-spotlights__block *:last-child {
      margin-bottom: 0; }
    .home-spotlights__block--masonry {
      flex-grow: 1; }
      @media (min-width: 576px) {
        .home-spotlights__block--masonry {
          flex-basis: 0; } }
      @media (min-width: 576px) {
        .home-spotlights__section--small .home-spotlights__block--masonry:first-child {
          flex: 0 0 100%;
          max-width: 100%; } }
      @media (min-width: 768px) {
        .home-spotlights__section--small .home-spotlights__block--masonry .home-spotlights__content {
          max-width: 350px; } }
      @media (min-width: 768px) {
        .home-spotlights__section--large .home-spotlights__block--masonry .home-spotlights__content {
          max-width: 550px; } }
    .home-spotlights__block--row {
      flex-grow: 1; }
      @media (min-width: 992px) {
        .home-spotlights__block--row {
          flex-basis: 0; } }
      @media (min-width: 768px) {
        .home-spotlights__section--small .home-spotlights__block--row .home-spotlights__content {
          max-width: 350px; } }
      .home-spotlights__section--large .home-spotlights__block--row {
        text-align: left;
        width: 1200px;
        max-width: 100%; }
    .home-spotlights__block--column {
      flex: 0 0 100%;
      max-width: 100%; }
    .home-spotlights__block--scale {
      min-height: 25vw; }
    .home-spotlights__block--fixed {
      min-height: 300px; }
    .home-spotlights__block h1, .home-spotlights__block h2 {
      margin-bottom: 2rem;
      font-size: 3.2rem;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 1.2;
      color: inherit;
      text-transform: none; }
    .home-spotlights__block h3, .home-spotlights__block h4, .home-spotlights__block h5, .home-spotlights__block h6 {
      margin-bottom: 2rem;
      font-size: 2.6rem;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 1.2;
      color: inherit;
      text-transform: none; }
    .home-spotlights__block hr {
      border-color: inherit; }
    .home-spotlights__block.text-left hr {
      margin-left: 0; }
    .home-spotlights__block.text-right hr {
      margin-right: 0; }
  .home-spotlights__content {
    position: relative;
    padding: 3.33333rem 2rem; }

.advanced-search {
  margin: 0 auto 3.33333rem;
  padding: 0 0 3.33333rem;
  border-bottom: 1px solid #dee2e6; }
  .advanced-search__form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }

.search-navbar {
  margin-bottom: 2rem;
  border-bottom: 1px solid #dee2e6; }
  @media (min-width: 768px) {
    .search-navbar__item--advanced {
      margin-left: auto; } }
  .search-navbar__link, .search-navbar__toggle {
    display: block;
    padding: 10px 15px;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    color: #4d4d4d; }
    .search-navbar__link:hover, .search-navbar__toggle:hover {
      border-bottom: 1px solid #4d4d4d;
      color: inherit; }
    .search-navbar__link.active, .search-navbar__toggle.active {
      border-bottom: 1px solid #f16823; }
  .search-navbar__toggle:not(.collapsed) {
    border-bottom: 1px solid #f16823; }
  .search-navbar__toggle.collapsed .search-navbar__icon--shown {
    display: none; }
  .search-navbar__toggle.collapsed .search-navbar__icon--hidden {
    display: inline-block; }
  .search-navbar__toggle .search-navbar__icon--shown {
    display: inline-block; }
  .search-navbar__toggle .search-navbar__icon--hidden {
    display: none; }

.quick-search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1070;
  display: none;
  min-height: 100vh;
  width: 100%;
  overflow: auto;
  background: rgba(255, 255, 255, 0.95); }
  .quick-search.active {
    display: flex;
    flex-direction: column; }
    @media (min-width: 992px) {
      .quick-search.active {
        align-items: center;
        justify-content: center; } }
  .quick-search__fields {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    font-size: 25px;
    background: #e9ecef;
    color: #4d4d4d; }
    @media (min-width: 992px) {
      .quick-search__fields {
        width: 600px;
        margin: 40px auto;
        padding: 20px;
        border-radius: 20px; } }
  .quick-search__input {
    background: #e9ecef;
    border: 0;
    color: #4d4d4d; }
    @media (min-width: 992px) {
      .quick-search__input {
        font-size: 25px; } }
    .quick-search__input:focus {
      background: #e9ecef;
      border: 0;
      box-shadow: none;
      color: #4d4d4d;
      outline: none; }
  .quick-search__btn {
    background: transparent;
    border: 0;
    color: #4d4d4d; }
    @media (min-width: 992px) {
      .quick-search__btn--close {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1071;
        padding: 20px;
        font-size: 25px; } }
  .quick-search__container {
    display: flex;
    flex: 1 1 auto;
    flex-shrink: 1;
    overflow: auto;
    width: 100%;
    padding: 2.66667rem 0;
    border-top: 1px solid #e9ecef; }
  .quick-search__results {
    flex: 1 1 auto; }
    .quick-search__results.loading {
      opacity: 0.5; }

.search-suggestion {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 3.33333rem;
  padding: 30px;
  font-size: 0.93333rem;
  background: #e9ecef; }
  .search-suggestion__section {
    margin-bottom: 1.33333rem; }
  .search-suggestion__title {
    font-size: 1.33333rem; }

.search-products .product-card {
  padding: 15px;
  text-align: left; }
  .search-products .product-card__title {
    margin-bottom: 7px;
    font-weight: 600; }
  .search-products .product-card .price-section {
    width: auto;
    margin-right: 16px !important; }
    .search-products .product-card .price-section .price {
      font-weight: 400; }
      .search-products .product-card .price-section .price--withTax, .search-products .product-card .price-section .price--withoutTax {
        font-weight: 600; }
  @media (min-width: 992px) {
    .search-products .product-card:hover .product-card__hover-action {
      opacity: 1;
      visibility: visible; } }

.product-page,
.product-page-banner {
  background-color: #eff0f2; }
  @media (min-width: 992px) {
    .product-page .container, .product-page .dropzone__contents,
    .product-page-banner .container,
    .product-page-banner .dropzone__contents {
      max-width: 1400px; } }

.product-page ~ .fancybox-is-open .fancybox-bg {
  background-color: #192036;
  opacity: .8; }

@media (min-width: 992px) {
  .product-view__heading, .product-view__right-side {
    float: right;
    width: calc(39% - 45px);
    margin-left: 20px;
    margin-right: 25px; } }

.product-view__heading, .product-view__info {
  background-color: #fff;
  padding: 0 20px; }

.product-view__heading {
  padding-top: 20px; }

.product-view__info {
  padding-bottom: 40px;
  margin-bottom: 30px; }

@media (min-width: 992px) {
  .product-view__left-side {
    float: left;
    margin-left: 25px;
    width: calc(61% - 25px); } }

.product-view__gallery {
  background-color: #fff; }
  @media (min-width: 992px) {
    .product-view__gallery {
      margin-bottom: 53px; } }

.product-heading {
  padding-bottom: 0.53333rem; }
  .product-heading__brand {
    margin-bottom: 0.66667rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: normal; }
    .product-heading__brand a {
      color: #4d4d4d; }
      .product-heading__brand a:hover {
        color: #4d4d4d;
        text-decoration: none; }
  @media (max-width: 991.98px) {
    .product-heading__title {
      font-size: 21px; } }
  .product-heading__wishlist {
    padding: 5px;
    min-width: 0;
    font-size: 1rem;
    background: transparent;
    border: 0; }
    .product-heading__wishlist:focus {
      outline: 0; }
  .product-heading__sku {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: normal;
    text-transform: uppercase; }
  .product-heading__sku-name {
    font-weight: 700; }

.product-rating {
  font-size: 14px;
  line-height: 1.29;
  color: #4d4d4d;
  margin-bottom: 0.66667rem; }

.product-gallery {
  padding: 20px 15px; }
  @media (min-width: 992px) {
    .product-gallery {
      min-height: 600px; } }
  @media (min-width: 1200px) {
    .product-gallery {
      min-height: 680px; } }
  @media (min-width: 992px) {
    .product-gallery__main {
      float: right;
      width: calc(100% - 111px); } }
  @media (max-width: 991.98px) {
    .product-gallery__main .zoomImg {
      display: none !important; } }
  .product-gallery__caption {
    font-size: 12px; }
  .product-gallery__thumbnails {
    display: none;
    padding: 20px 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 235px; }
    @media screen and (min-width: 400px) {
      .product-gallery__thumbnails {
        max-width: 335px; } }
    @media (min-width: 576px) {
      .product-gallery__thumbnails {
        max-width: 435px; } }
    @media (min-width: 768px) {
      .product-gallery__thumbnails {
        max-width: 530px; } }
    @media (min-width: 992px) {
      .product-gallery__thumbnails {
        position: absolute;
        top: 0;
        left: 0;
        width: 128px;
        max-width: 128px; } }
    .product-gallery__thumbnails.slick-initialized {
      display: block; }
    .product-gallery__thumbnails .slick-slide {
      height: auto; }
    .product-gallery__thumbnails .slick-arrow {
      height: 20px;
      width: 20px; }
      .product-gallery__thumbnails .slick-arrow:before {
        font-size: 20px; }
      .product-gallery__thumbnails .slick-arrow:focus {
        opacity: .5; }
    .product-gallery__thumbnails .slick-next {
      right: -10px; }
      @media (min-width: 992px) {
        .product-gallery__thumbnails .slick-next {
          top: calc(100% - 18px - 13px);
          left: 50%;
          transform: translate(-50%, 0) rotate(90deg); } }
    .product-gallery__thumbnails .slick-prev {
      left: -10px; }
      @media (min-width: 992px) {
        .product-gallery__thumbnails .slick-prev {
          top: 0px;
          left: 50%;
          transform: translate(-50%, 0) rotate(90deg); } }
  .product-gallery__thumb-img {
    width: 92px;
    height: 92px;
    margin: 2px 2px 12px;
    border: 1px solid #eff0f2;
    background-color: #fff;
    transition: all .33s ease; }
    .product-gallery__thumb-img:focus {
      outline: 0; }
    .product-gallery__thumb-img.is-active, .product-gallery__thumb-img:focus {
      width: 96px;
      height: 96px;
      margin: 0 0 10px;
      border: 3px solid #6e9db3;
      outline: 0 !important; }

.product-info__description {
  margin-bottom: 2.66667rem; }
  @media (min-width: 992px) {
    .product-info__description {
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .product-info__description {
      padding-right: 50px; } }
  .product-info__description ul {
    font-size: 1.06667rem; }
    .product-info__description ul li {
      margin-bottom: 3px; }

.product-info__price {
  margin-bottom: 1.46667rem; }
  .product-info__price .price {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    letter-spacing: normal; }
    .product-info__price .price--withTax, .product-info__price .price--withoutTax {
      font-size: 30px;
      font-weight: 700;
      line-height: 1.3;
      letter-spacing: normal; }
    .product-info__price .price--withTaxSale, .product-info__price .price--withoutTaxSale {
      color: #f16823; }

.product-info__details {
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: normal; }

.product-info__detail-title {
  display: flex;
  align-items: center; }

.product-info__detail-content {
  margin-bottom: 9px; }

.product-info__detail-title-text {
  display: inline-block;
  margin-left: 7px; }

.product-info__detail-icon {
  color: #f16823; }

.product-custom-badge {
  padding: 2px 10px;
  margin-bottom: 13px;
  font-family: "Outfit", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-stretch: condensed;
  line-height: 1.6;
  letter-spacing: normal;
  color: #fff;
  text-transform: uppercase;
  background-color: #707172; }

.product-qty__input {
  background-color: #fff; }
  .product-qty__input input {
    width: 50px;
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
    font-style: normal;
    line-height: 50px;
    border: 1px solid #707172;
    border-radius: 0; }
    .product-qty__input input:focus {
      outline: 0; }

.product-qty__btn {
  width: 50px;
  height: 50px;
  padding: 2px 5px;
  margin-bottom: 15px;
  font-size: 14px;
  border: 0;
  background-color: #eff0f2;
  color: #4d4d4d;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 992px) {
    .product-qty__btn {
      padding: 5px; } }
  .product-qty__btn:focus {
    background-color: #eff0f2;
    outline: 0;
    opacity: .7; }
  .product-qty__btn--up {
    padding-bottom: 0; }
  .product-qty__btn--down {
    padding-top: 0; }

.product-cart-btn {
  font-size: 20px;
  font-weight: 700; }

.product-details .detail-list {
  margin-bottom: 0; }
  .product-details .detail-list__name, .product-details .detail-list__value {
    display: inline-block; }

.product-accordion {
  border-bottom: 1px solid #dee2e6; }
  .product-accordion__toggle {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 1.33333rem 0.66667rem;
    padding-right: 30px;
    background: transparent;
    border: 0;
    color: #4d4d4d;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s ease-in; }
    @media (min-width: 992px) {
      .product-accordion__toggle {
        padding-right: 50px; } }
    .product-accordion__toggle:hover {
      color: #f16823; }
    .product-accordion__toggle:focus, .product-accordion__toggle:not(.collapsed) {
      color: #4d4d4d;
      outline: 0; }
    .product-accordion__toggle:before, .product-accordion__toggle:after {
      position: absolute;
      top: 1.46667rem;
      right: 5px;
      background: #f16823; }
      @media (min-width: 992px) {
        .product-accordion__toggle:before, .product-accordion__toggle:after {
          right: 30px; } }
    .product-accordion__toggle:before {
      content: '';
      display: none;
      width: 2px;
      height: 16px;
      margin: 0 7px; }
    .product-accordion__toggle:after {
      content: '';
      display: block;
      width: 16px;
      height: 2px;
      margin: 7px 0; }
    .product-accordion__toggle.collapsed:before {
      display: block; }
  .product-accordion__content {
    padding: 0 0.66667rem; }

.product-cta {
  max-width: 490px;
  margin: 0 auto 30px; }

.product-icon-cards {
  margin-left: 15px; }
  @media (min-width: 768px) {
    .product-icon-cards {
      margin-left: 25px; } }

.product-icon-card {
  display: flex;
  margin-bottom: 25px;
  margin-right: 15px; }
  @media (min-width: 768px) {
    .product-icon-card {
      margin-right: 25px;
      width: calc(50% - 25px); } }
  .product-icon-card__contents {
    flex-grow: 1; }
  .product-icon-card__image {
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 19px; }
  .product-icon-card__title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: normal; }
  .product-icon-card__modal {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 44px !important;
    margin-bottom: 44px !important;
    background-color: transparent; }
    @media (min-width: 992px) {
      .product-icon-card__modal {
        max-width: 880px; } }
    .product-icon-card__modal .fancybox-close-small {
      top: -7px;
      right: 7px;
      width: 35px;
      height: 35px;
      padding: 0;
      color: #fff;
      opacity: 1; }
      @media (min-width: 992px) {
        .product-icon-card__modal .fancybox-close-small {
          top: -16px;
          right: -16px;
          width: 70px;
          height: 70px; } }
    .product-icon-card__modal .fancybox-button--close {
      width: auto;
      height: auto;
      padding: 0;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.29;
      letter-spacing: normal;
      color: #4d4d4d;
      text-decoration: underline;
      background-color: transparent; }
      .product-icon-card__modal .fancybox-button--close:hover {
        text-decoration: none; }
  .product-icon-card__modal-inner {
    padding: 26px 15px;
    margin: 0 30px;
    border: 10px solid #f16823;
    background-color: #fff; }
    @media (min-width: 576px) {
      .product-icon-card__modal-inner {
        padding: 26px; } }
    @media (min-width: 768px) {
      .product-icon-card__modal-inner {
        padding: 46px; } }
    @media (min-width: 992px) {
      .product-icon-card__modal-inner {
        padding: 46px 80px;
        margin: 0 40px;
        border: 20px solid #f16823; } }
  .product-icon-card__modal-title {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.17;
    letter-spacing: normal; }

.product-tabs.nav {
  transform: translateY(0); }

.product-tab__link {
  display: inline-block;
  padding: 14px 0;
  margin: 0 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.17;
  color: #4d4d4d;
  letter-spacing: normal;
  border-bottom: 3px solid transparent;
  transition: all .33s ease; }
  @media (min-width: 992px) {
    .product-tab__link {
      margin: 0 30px; } }
  .product-tab__link:hover, .product-tab__link:focus {
    outline: none;
    color: #4d4d4d;
    text-decoration: none;
    border-color: #f16823; }
  .product-tab__link.active {
    font-weight: 700;
    border-color: #f16823; }

.product-tab-content {
  background-color: #fff; }
  .product-tab-content__pane {
    width: 100%;
    max-width: 870px;
    padding: 44px 0 60px;
    margin: 0 auto; }
  .product-tab-content .wysiwyg ul {
    margin-top: 0; }
  .product-tab-content .wysiwyg p {
    overflow-x: auto; }
  .product-tab-content .wysiwyg img {
    max-width: none; }
  .product-tab-content .wysiwyg table {
    width: 100% !important; }

@media (min-width: 1200px) {
  .product-related .container, .product-related .dropzone__contents {
    max-width: 1150px; } }

.product-related__title {
  margin-bottom: 2.33333rem;
  text-align: center; }

.product-modal {
  width: 100%;
  max-width: 880px; }

.product-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin: 0 auto 30px;
  padding: 15px 15px 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0);
  transition: 0.3s all ease; }
  .product-card:hover {
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.16); }
  .product-card--list {
    max-width: none;
    margin: 0 auto 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd; }
    @media (min-width: 768px) {
      .product-card--list {
        flex-direction: row;
        flex-wrap: wrap; } }
  .product-card__figure {
    position: relative;
    width: 100%;
    transition: 0.3s all ease;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center; }
  .product-card__image {
    overflow: hidden;
    width: 100%;
    padding: 4px;
    text-align: center; }
  .product-card__action {
    display: none; }
    @media (min-width: 992px) {
      .product-card__action {
        position: absolute;
        z-index: 3;
        transition: 0.3s all ease; } }
    @media (min-width: 992px) {
      .product-card__action--wishlist {
        display: block;
        width: 38px;
        height: 38px;
        text-align: center;
        top: 10px;
        right: 10px;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 38px;
        background: #fff;
        border-radius: 100%;
        border: 1px solid #dee2e6;
        color: #4d4d4d;
        text-align: center;
        opacity: 0;
        transition: 0.3s all ease; }
        .product-card__action--wishlist:hover, .product-card__action--wishlist:focus {
          background: #fff;
          border: 1px solid #6c757d;
          color: #4d4d4d;
          opacity: 1;
          outline: 0; }
        .product-card:hover .product-card__action--wishlist,
        .product-card:focus-within .product-card__action--wishlist {
          opacity: 1; } }
    @media (min-width: 992px) {
      .product-card__action--compare {
        position: relative;
        display: block;
        margin-right: 5px;
        transition: 0.3s all ease; }
        .product-card__action--compare label {
          position: relative;
          width: 100%;
          padding-right: 20px;
          opacity: 1;
          display: flex;
          align-items: center; }
          .product-card__action--compare label span {
            font-size: 12px;
            font-weight: 600;
            line-height: 1;
            letter-spacing: normal;
            color: #4d4d4d; }
        .product-card__action--compare input[type="checkbox"] {
          position: absolute;
          top: 0;
          right: 0;
          width: 0;
          height: 0;
          opacity: 0;
          transition: 0.3s all ease; }
          .product-card__action--compare input[type="checkbox"]:checked ~ .checkmark {
            background-color: #f16823; }
            .product-card__action--compare input[type="checkbox"]:checked ~ .checkmark:after {
              display: block; }
        .product-card__action--compare .checkmark {
          position: absolute;
          top: 0;
          right: 0;
          width: 15px;
          height: 15px;
          background-color: #eff0f2; }
          .product-card__action--compare .checkmark:after {
            position: absolute;
            display: none;
            width: 100%;
            height: 100%;
            background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(255, 255, 255, 0.999)' /></svg>");
            background-position: center center;
            background-repeat: no-repeat;
            background-size: 100%;
            content: ''; }
        .product-card__action--compare *:hover,
        .product-card__action--compare *:focus {
          cursor: pointer; } }
    @media (min-width: 992px) {
      .product-card__action--quickview {
        position: relative; } }
  .product-card__hover-action {
    display: none;
    padding: 0 15px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    box-shadow: 0 11px 11px 0px rgba(0, 0, 0, 0.16); }
    @media (min-width: 992px) {
      .product-card__hover-action {
        position: absolute;
        top: calc(100% - 10px);
        left: -1px;
        display: block;
        width: calc(100% + 2px);
        opacity: 0;
        visibility: hidden;
        z-index: 5;
        transition: 0.3s all ease; } }
  .product-card__hover-action-btn {
    display: block;
    width: calc(50% - 5px);
    margin-right: 5px; }
  .product-card__badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .product-card__badge {
    display: inline-block;
    padding: 3px 10px;
    margin-right: 10px;
    margin-bottom: 13px;
    font-family: "Outfit", Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-stretch: condensed;
    line-height: 1.6;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    background-color: #707172; }
    .product-card__badge--sale {
      background-color: #f16823; }
  .product-card__brand {
    font-family: "Outfit", Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-stretch: condensed;
    line-height: 1.64;
    letter-spacing: 0.33px;
    color: #707172;
    text-transform: uppercase; }
  .product-card__title {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    color: #4d4d4d; }
    .product-card__title:hover, .product-card__title:focus {
      color: #4d4d4d;
      text-decoration: underline; }
  .product-card__price {
    display: inline-block; }
    .product-card__price .price-section {
      width: 100%;
      margin-right: 0 !important; }
    .product-card__price .price {
      font-size: 15px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: -0.15px; }
      .product-card__price .price--withTax, .product-card__price .price--withoutTax {
        font-weight: 700; }
      .product-card__price .price--withTaxSale, .product-card__price .price--withoutTaxSale {
        color: #f16823; }
    .product-card__price .rrp-price--withoutTax, .product-card__price .rrp-price--withTax {
      display: none; }
  .product-card__subtitle {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: normal;
    color: #707172; }

.product-carousel {
  max-height: 1px;
  padding: 0 15px;
  overflow: hidden;
  transition: all 0.6s ease-out;
  opacity: 0; }
  @media (min-width: 576px) {
    .product-carousel {
      padding: 0; } }
  .product-carousel.slick-initialized {
    background: transparent;
    max-height: none;
    overflow: visible;
    opacity: 1; }
  .product-carousel .slick-track {
    display: flex !important;
    align-items: stretch; }
  .product-carousel .slick-arrow {
    width: 30px; }
    .product-carousel .slick-arrow:focus {
      opacity: 0.6; }
  .product-carousel .slick-prev {
    left: 0; }
    @media (min-width: 576px) {
      .product-carousel .slick-prev {
        left: -20px; } }
  .product-carousel .slick-next {
    right: 0; }
    @media (min-width: 576px) {
      .product-carousel .slick-next {
        right: -20px; } }
  .product-carousel__item {
    display: flex !important;
    flex-direction: column;
    height: inherit !important;
    padding-left: 10px;
    padding-right: 10px; }
    .product-carousel__item .dropdown {
      display: none; }

.product-option {
  margin-bottom: 1.33333rem; }
  .product-option .form-check-inline {
    margin-right: 0; }
  .product-option__label .required {
    color: #dc3545; }
  .product-option--swatch .product-option__variant {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 1px #ced4da, 0px 0px 0px 1px #ced4da;
    overflow: hidden;
    transition: all 0.3s ease; }
    .product-option--swatch .product-option__variant--two .option-variant--color:last-child {
      top: 50%; }
    .product-option--swatch .product-option__variant--three .option-variant--color:nth-child(2) {
      top: 33.3333333%; }
    .product-option--swatch .product-option__variant--three .option-variant--color:last-child {
      top: 66.6666666%; }
  .product-option--swatch input[type="radio"]:checked + .product-option__variant,
  .product-option--swatch input[type="checkbox"]:checked + .product-option__variant {
    box-shadow: inset 0px 0px 0px 1px #ced4da, 0px 0px 0px 2px #6c757d; }
  .product-option--swatch .option-variant {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .product-option--swatch .option-variant--pattern, .product-option--swatch .option-variant--image {
      background-size: cover;
      background-repeat: no-repeat; }
    .product-option--swatch .option-variant--none {
      font-size: 10px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .product-option--rectangle .product-option__variant {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-transform: none; }
    .product-option--rectangle .product-option__variant .option-variant {
      background-color: #fff;
      border: 1px solid #dee2e6;
      color: #4d4d4d;
      display: inline-block;
      font-size: 15px;
      font-family: "Outfit", Arial, sans-serif;
      font-weight: 400;
      letter-spacing: 0.030em;
      line-height: 1.25;
      padding: 8px 15px;
      transition-duration: 0.3s; }
  .product-option--rectangle input[type="radio"]:checked + .product-option__variant .option-variant,
  .product-option--rectangle input[type="checkbox"]:checked + .product-option__variant .option-variant {
    background-color: #fff;
    border-color: #f16823;
    color: #f16823; }

.price {
  color: #4d4d4d; }
  .price--rrp, .price--non-sale, .price--discounted {
    text-decoration: line-through; }

.price-section {
  color: #4d4d4d; }

.rating {
  font-size: 18px; }
  .rating--small {
    font-size: 15px; }
  .rating--empty {
    color: #ffe132; }
  .rating--full {
    color: #ffe132; }

.review-section {
  padding: 2rem 20px 0;
  background: #f8f9fa; }

.review__body {
  font-size: 14px; }

.review__author {
  font-size: 12px;
  color: #676767; }

.wishlist-dropdown {
  padding: 10px;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25); }
  .wishlist-dropdown__item {
    padding: 10px;
    font-size: 15px;
    color: inherit;
    whitespace: normal; }
    .wishlist-dropdown__item:hover, .wishlist-dropdown__item:focus {
      background: #f8f9fa;
      color: inherit; }
  .wishlist-dropdown__divider {
    margin: 0;
    border-top: 1px solid #ced4da; }

.wishlist-item-list .wishlist-item-list__card {
  position: relative; }

.wishlist-item-list .wishlist-item-list__remove {
  margin: 10px 25px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 4; }
  .wishlist-item-list .wishlist-item-list__remove button {
    font-size: 11px;
    padding: 2px; }

.fancybox-container .wishlist-add-edit {
  max-width: 100%;
  width: 500px; }
