@import url(https://use.fontawesome.com/releases/v5.8.1/css/all.css);@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap&subset=latin-ext);@charset "UTF-8";

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre,
code {
  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;
}

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

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

@media (min-width: 992px) {
  
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  
  .container {
    max-width: 1140px;
  }
}

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


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

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

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

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

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

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

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

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

@media (min-width: 576px) {

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.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-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.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-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

textarea.form-control {
  height: auto;
}

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

.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,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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


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


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


textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}


.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


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


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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-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;
  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 (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.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(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.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(130, 138, 145, 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 {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 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(72, 180, 97, 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 {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 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(58, 176, 195, 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 {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 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(225, 83, 97, 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 {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 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(82, 88, 93, 0.5);
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

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

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


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

.input-group > .form-control,
.input-group > .custom-select {
  position: relative;
  -webkit-box-flex: 1;
      flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

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

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

.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-append {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}


.input-group-append .btn {
  position: relative;
  z-index: 2;
}


.input-group-append .btn:focus {
  z-index: 3;
}


.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-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  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-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}


.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}


.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 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}


.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  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;
  pointer-events: none;
  cursor: default;
}

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

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: justify;
      justify-content: space-between;
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      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-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      flex-flow: row nowrap;
  -webkit-box-pack: start;
      justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      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 > .container-fluid {
  flex-wrap: nowrap;
}

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      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-body {
  -webkit-box-flex: 1;
      flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

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

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

.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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.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-dismissible {
  padding-right: 4rem;
}

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

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
      align-items: flex-start;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      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-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
      align-items: flex-start;
  -webkit-box-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: end;
      justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}

@media (min-width: 992px) {
  
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}

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

  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
}

@media (min-width: 992px) {

  .d-lg-block {
    display: block !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-16by9::before {
  padding-top: 56.25%;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      flex-direction: column !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      justify-content: center !important;
}

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

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

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

@media (min-width: 576px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {

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

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

  .pt-sm-0 {
    padding-top: 0 !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-dark {
  color: #343a40 !important;
}

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

.visible {
  visibility: visible !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre {
    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 {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}

@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}


select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: justify;
      justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}


.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}


.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}


.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

/* Device = Most of the Smartphones Mobiles (Portrait) */

/* Device = Low Resolution Tablets, Mobiles (Landscape) */

/* Device = Tablets, Ipads (portrait) */

/* Device = Laptops, Desktops */

/* Device = Desktops */

/* Higher Resolution Screens */

/*----------  Variables  ----------*/

/*----------  Plugins  ----------*/

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}


.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* No Js */

/*
 *  Owl Carousel - Animate Plugin
 */

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

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

/*
 * 	Owl Carousel - Video Plugin
 */

/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

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

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* Main image in popup */

/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
}

@media all and (max-width: 900px) {

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/

/* pswp = photoswipe */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__container {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

/*
	div element that matches size of large image
	large image loads on top of it
*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*

	1. Buttons

 */

/* <button> css reset */

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/images/vendor/photoswipe/src/css/default-skin/default-skin.png?e3f799c6dec9af194c86decdf7392405) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

/* no arrows on touch screens */

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  transition: -webkit-transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

/* increase size of share links on touch devices */

/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

/* Fake caption element, used to calculate height of next/prev image */

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/images/vendor/photoswipe/src/css/default-skin/preloader.gif?e34aafbb485a96eaf2a789b2bf3af6fe) 0 0 no-repeat;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

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

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }

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

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }

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

/*

	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

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

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/

/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
          flex: 1;
  font-weight: bolder;
}

.dayContainer {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
}


.flatpickr-day:hover,
.flatpickr-day:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}


.flatpickr-day.notAllowed {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.flatpickr-innerContainer {
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*----------  Plugins  ----------*/

/*----------  Mixins & Reset  ----------*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .dg-md-template-columns-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
  }
}

.flex-1 {
  -webkit-box-flex: 1;
      flex: 1;
}

.flex-3 {
  -webkit-box-flex: 3;
      flex: 3;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  text-rendering: optimizeLegibility;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}


dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
ul,
ol,
menu {
  margin: 0;
}

button,
iframe {
  border: 0;
}


nav ul,
nav ol,
button,
menu {
  padding: 0;
}

/*
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
  resize: vertical;
}

input::-ms-clear {
  display: none;
}

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

p {
  margin-bottom: 5px;
}

h1,
.h1 {
  font-size: 36px;
}

@media (max-width: 1280px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}

h2,
.h2 {
  font-size: 32px;
}

@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}

h3,
.h3 {
  font-size: 2.5em;
  font-weight: 800;
}

@media (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 2em;
  font-weight: 800;
}

@media (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 20px;
}

@media (max-width: 767px), (max-height: 600px) {
  h5,
  .h5 {
    font-size: 15px;
  }
}

h6,
.h6 {
  font-size: 15px;
}

.heading {
  color: #FFD600;
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 10px;
}

.headingh2 {
  color: #FFD600;
  font-size: 4em;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1;
}

@media (max-width: 768px) {
  .headingh2 {
    font-size: 2.5em;
  }
}

body {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  color: #7B7B7B;
  font-size: 15px;
}

@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

.container {
  padding: 0;
}

@media (min-width: 1650px) {
  .container {
    max-width: 1350px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
}

ul {
  list-style: none;
  padding: 0;
}

.graybg {
  background: #F6F6F6;
  padding: 0.5em 1em 1em 1em;
  margin-bottom: 1em;
}

.page-spacing {
  padding: 70px 0;
  margin: 30px 0 0 0;
}

@media (max-width: 768px) {
  .page-spacing {
    padding: 30px 0;
    margin: 15px 0;
  }
}

section.fullwidth {
  background: #F6F6F6;
  position: relative;
  max-width: 100%;
}

.hide {
  display: none;
}

.pseudo-seperator {
  position: relative;
}

.pseudo-seperator:before {
  content: "";
  background: #FFD600;
  position: absolute;
  height: 150px;
  width: 100%;
  top: 30px;
  left: 0;
}

.product-category-carousel .product-category-banner {
  position: relative;
  display: block;
}

.product-category-carousel .product-category-banner:not(:last-child) {
  margin-right: 10px;
}

.product-category-carousel .product-category-banner .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.product-category-carousel .product-category-banner .caption h3 {
  font-size: 2em;
  overflow: hidden;
  line-height: 1.1;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 2px 2px 1px rgba(125, 125, 125, 0.31);
  max-width: 100%;
}

.product-category-carousel .product-category-banner .caption h3.longLangs {
  font-size: 1.1em;
}

.product-category-carousel .product-category-banner .caption span {
  background: #fff;
  padding: 10px;
  text-align: center;
}

@media (max-width: 1200px) {
  .product-category-carousel .product-category-banner .caption h3 {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .product-category-carousel {
    padding: 2em;
  }

  .product-category-carousel .caption h3 {
    font-size: 2.3em;
  }
}

.quotes {
  margin: 50px 0;
}

.carousel-video {
  background: url(/images/tier-big.png?6c9bd890e411cb2836875ca482e089fd) no-repeat center 50px;
  background-size: contain;
  overflow: hidden;
  max-width: 100%;
}

.iframe-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 auto;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
  font-size: 0.9em;
}

.breadcrumb .breadcrumb-item:not(:first-child):before {
  display: inline-block;
  content: "\F054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.7em;
  color: #FFD600;
}

.breadcrumb .breadcrumb-item.active {
  color: #FFD600;
  font-weight: 600;
}

.sub-banner img {
  width: 100%;
}

.hover-items {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0%;
  top: -40%;
}

.hover-items img {
  width: 500px;
}

::-webkit-scrollbar {
  width: 0.5em;
}

.error-404 {
  height: 40vh;
}

.error-404 p {
  color: #4E535D;
  font-size: 2em;
  font-weight: 200;
  text-align: center;
  line-height: 1;
}

.error-404 p span {
  font-size: 7em;
  display: block;
  color: #FFD600;
  font-weight: 800;
}

@media (max-width: 768px) {
  .error-404 p {
    font-size: 1.5em;
  }
}

.lazy {
  background: #dbdbdb;
  width: 400px;
  max-height: 400px;
  display: block;
  border: 0;
}

@media screen and (max-height: 575px) {
  .g-recaptcha {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

.mb-xs-5 {
  margin-bottom: 5px;
}

.ml-xs-5 {
  margin-left: 5px;
}

.mr-xs-5 {
  margin-right: 5px;
}

.mt-xs-10 {
  margin-top: 10px;
}

.mb-xs-10 {
  margin-bottom: 10px;
}

.pt-xs-10 {
  padding-top: 10px;
}

.pb-xs-10 {
  padding-bottom: 10px;
}

.pl-xs-10 {
  padding-left: 10px;
}

.pr-xs-10 {
  padding-right: 10px;
}

.p-xs-10 {
  padding: 10px;
}

.mb-xs-15 {
  margin-bottom: 15px;
}

.pt-xs-15 {
  padding-top: 15px;
}

.pb-xs-15 {
  padding-bottom: 15px;
}

.pl-xs-15 {
  padding-left: 15px;
}

.pr-xs-15 {
  padding-right: 15px;
}

.w-xs-15 {
  width: 15%;
}

.mt-xs-20 {
  margin-top: 20px;
}

.mb-xs-20 {
  margin-bottom: 20px;
}

.pb-xs-20 {
  padding-bottom: 20px;
}

.w-xs-20 {
  width: 20%;
}

.mt-xs-25 {
  margin-top: 25px;
}

.mb-xs-25 {
  margin-bottom: 25px;
}

.pt-xs-30 {
  padding-top: 30px;
}

.pb-xs-30 {
  padding-bottom: 30px;
}

.w-xs-30 {
  width: 30%;
}

.w-xs-40 {
  width: 40%;
}

.w-xs-100 {
  width: 100%;
}

.h-xs-100 {
  height: 100%;
}

@media (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .mb-sm-0 {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .pt-sm-0 {
    padding-top: 0px;
  }
}

@media (min-width: 768px) {
  .mb-sm-15 {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .pl-sm-15 {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .pr-sm-15 {
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .ml-sm-30 {
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .w-sm-30 {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .w-sm-40 {
    width: 40%;
  }
}

@media (min-width: 768px) {
  .w-sm-45 {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .w-sm-50 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .pl-sm-100 {
    padding-left: 100px;
  }
}

@media (min-width: 768px) {
  .pr-sm-100 {
    padding-right: 100px;
  }
}

@media (min-width: 768px) {
  .w-sm-100 {
    width: 100%;
  }
}

.text-xs-center {
  text-align: center;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
}

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

.df-xs:before,
.df-xs:after {
  display: none;
}

.df-xs-justify-content-center {
  -webkit-box-pack: center;
      justify-content: center;
}

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

.df-xs-justify-content-space-evenly {
  -webkit-box-pack: space-evenly;
      justify-content: space-evenly;
}

.df-xs-justify-content-flex-end {
  -webkit-box-pack: end;
      justify-content: flex-end;
}

.df-xs-align-items-center {
  -webkit-box-align: center;
      align-items: center;
}

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

.df-xs-flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      flex-direction: column;
}

@media (min-width: 768px) {
  .df-sm {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }

  .df-sm:before,
  .df-sm:after {
    display: none;
  }

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

  .df-sm-flex-direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        flex-direction: row;
  }

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

.dg-xs {
  display: -ms-grid;
  display: grid;
}

.dg-xs-template-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.dg-xs-template-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.dg-xs-template-columns-1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {

  .dg-sm-template-columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .dg-sm-template-columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1025px) {

  .dg-md-template-columns-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }

  .dg-md-template-columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

header {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

header .nav-top {
  background: #FFD600;
  padding: 5px;
}

header .nav-top ul li {
  display: inline-block;
  position: relative;
}

header .nav-top ul li:not(:last-child) a {
  border-right: 1px solid #4E535D;
}

header .nav-top ul li a {
  color: #4E535D;
  font-weight: 600;
  font-size: 0.7em;
  padding: 0 30px;
  text-transform: uppercase;
}

header .nav-top ul li a svg {
  margin-left: 5px;
}

header .nav-top ul li.active .top-dropdown-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

header .nav-top .top-dropdown-menu {
  position: absolute;
  top: 30px;
  right: 0;
  -webkit-box-align: start;
      align-items: flex-start;
  text-align: left;
  display: none;
  z-index: 12;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .nav-top .top-dropdown-menu {
    /* detect IE */
    width: 300px;
  }
}

header .nav-top .top-dropdown-menu .wrapper {
  width: 300px;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

header .nav-top .top-dropdown-menu .wrapper:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -7px;
  right: 45px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #fff transparent;
}

header .nav-top .top-dropdown-menu .wrapper label {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 5px;
}

header .nav-top .top-dropdown-menu .wrapper .custom-select-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
}

header .nav-top .top-dropdown-menu .wrapper .custom-select-wrapper img.flags {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

header .nav-top .top-dropdown-menu .wrapper .custom-select-wrapper p {
  border-left: 1px solid #4E535D;
  border-bottom: none;
  padding-left: 10px;
  margin-left: 10px;
  height: auto;
}

header .nav-top .top-dropdown-menu .wrapper .custom-select-wrapper a.dropdown-item {
  text-align: left;
  padding: 1em;
}

header .nav-top .top-dropdown-menu .wrapper .custom-select-wrapper a.dropdown-item span.text img {
  margin-right: 1em;
}

header .nav-top .top-dropdown-menu .btn-close {
  background: white;
  margin-left: 5px;
  padding: 6px 8px;
  font-size: 18px;
  line-height: 0;
  cursor: pointer;
}

@media (max-width: 768px) {
  header .nav-top .top-dropdown-menu .wrapper {
    width: 200px;
    padding: 10px;
  }

  header .nav-top .top-dropdown-menu .wrapper button {
    padding: 5px 7px;
  }
}

header .nav-bottom {
  background: #4E535D;
  height: 70px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
}

header .nav-bottom .logo img {
  width: 140px;
}

header .nav-bottom .nav {
  height: 100%;
  margin-left: 20px;
  color: #FFD600;
  font-size: 0.8em;
  font-weight: 600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-right: auto;
  z-index: 9;
}

header .nav-bottom .nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .nav-bottom .nav li a {
  padding: 0 0.5em;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
}

header .nav-bottom .nav li a.disabled {
  pointer-events: none;
}

header .nav-bottom .nav li a svg,
header .nav-bottom .nav li a i {
  margin-left: 10px;
}

header .nav-bottom .nav li .sub-menu {
  background: #fff;
  color: #4E535D;
  position: fixed;
  width: 100vw;
  max-width: 100%;
  top: 102px;
  left: 0;
  padding: 20px 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

header .nav-bottom .nav li .sub-menu.lined ul:nth-child(4) {
  border-left: 1px solid #DDDDDD;
  padding-left: 10px;
  margin-left: 15px;
}

header .nav-bottom .nav li .sub-menu.lined ul:nth-child(4) li a:hover img {
  -webkit-filter: none;
          filter: none;
}

header .nav-bottom .nav li .sub-menu.lined ul:nth-child(4) li a img {
  -webkit-filter: invert(100%) saturate(0%) brightness(50%) contrast(10%);
          filter: invert(100%) saturate(0%) brightness(50%) contrast(10%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .nav-bottom .nav li .sub-menu a {
  font-size: 1.2em;
  font-weight: 400;
  margin-bottom: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .nav-bottom .nav li .sub-menu a:hover {
  color: #FFD600;
}

header .nav-bottom .nav li .sub-menu a span {
  font-weight: 700;
  margin-bottom: 10px;
  color: #4E535D;
}

@media (max-width: 768px) {
  header .nav-bottom {
    height: 50px;
  }

  header .nav-bottom .logo {
    padding-left: 5em;
  }

  header .nav-bottom .logo img {
    width: 100px;
  }
}

header .search-result {
  width: 100%;
  background: white;
  box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, 0.25);
  padding: 0;
  position: absolute;
  top: 102px;
  left: 0;
  z-index: 2;
  display: none;
}

header .search-result.active {
  display: block;
}

header .search-result li {
  padding: 10px 0;
  border-bottom: 1px solid #DDDDDD;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .search-result li:hover {
  background: #FFD600;
  color: #fff;
}

header .search-result li:hover .img:before {
  opacity: 1;
}

header .search-result li .img {
  background: #DDDDDD;
  padding: 10px 30px;
  position: relative;
}

header .search-result li .img:before {
  content: "\F002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  background: rgba(222, 222, 222, 0.65);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: center;
      justify-content: center;
  font-size: 3em;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

header .search-result li .info {
  padding-left: 15px;
}

@media (max-width: 768px) {
  header .nav-top ul li a {
    padding: 0 5px;
  }

  header .search-result {
    top: 78px;
  }

  header .search-result li.item .img {
    padding: 5px;
  }

  header .search-result li.item .img img {
    max-width: 30px;
  }
}

@media (max-width: 374px) {
  header .nav-top {
    padding: 5px 0;
  }

  header .nav-top .container {
    padding: 0;
    text-align: center;
  }

  header .nav-top .container ul li a {
    padding: 0 2px;
  }
}

input,
select,
textarea,
button {
  border: none;
  border-radius: 0;
  padding: 7px 10px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
  border-color: #999;
}

.form-group {
  position: relative;
}

.form-group .form-control {
  border-radius: 0;
  background: #F6F6F6;
}

.form-group .form-control:focus {
  background-color: #F6F6F6;
  border-color: #DDDDDD;
  outline: 0;
  box-shadow: none;
}

.form-group .form-control.form-warning {
  border-color: #ff0000;
}

.form-group .formAlert {
  position: absolute;
  right: 1.5em;
  color: #ff0000;
  display: none;
}

.tab-component {
  padding: 30px 2px 10px 2px;
}

.tab-component.content-tab .tab-content {
  padding: 30px;
}

.tab-component .nav .nav-item {
  -webkit-box-flex: 1;
      flex-grow: 1;
  flex-basis: 0;
  background: #F6F6F6;
}

.tab-component .nav .nav-item:last-child a {
  border-right: 1px solid #DDDDDD;
}

.tab-component .nav .nav-item a {
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.9em;
  color: #4E535D;
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  border-right: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: center;
      justify-content: center;
}

.tab-component .nav .nav-item a:hover,
.tab-component .nav .nav-item a.active {
  background: #FFD600;
}

.tab-component .nav .nav-item a:before {
  content: "";
  background: #FFD600;
  border-left: 2px solid #FFD600;
  border-right: 2px solid #FFD600;
  position: absolute;
  height: 0px;
  width: 100%;
  bottom: 100%;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.tab-component .tab-content {
  border: 1px solid #DDDDDD;
  padding: 15px 30px;
  background: #fff;
}

.tab-component .tab-content .search-input {
  border-bottom: 1px solid #DDDDDD;
}

.tab-component .tab-content .search-input .no-result {
  position: absolute;
  right: 2em;
  font-size: 1em;
  color: #4E535D;
  display: none;
}

.tab-component .tab-content .search-input input.searchTerm {
  width: 100%;
}

.tab-component .tab-content .search-input button.searchButton {
  color: #4E535D;
}

.tab-component .tab-content .mid-image img {
  float: none;
  margin: 0 auto;
  height: 100%;
}

@media (max-width: 768px) {
  .tab-component {
    padding: 10px 2px 10px 2px;
  }

  .tab-component.content-tab .tab-content {
    padding: 15px;
  }

  .tab-component.content-tab .tab-content a {
    word-break: break-all;
  }
}

.contact-form {
  background: #F6F6F6;
  padding: 1em;
  display: inline-block;
  width: 100%;
}

.custom-select-wrapper {
  width: 100%;
}

.custom-select-wrapper .dropdown.bootstrap-select {
  width: 100% !important;
}

.custom-select-wrapper button.dropdown-toggle {
  border-radius: 0;
  border: none;
  background: #F6F6F6;
  padding: 10px;
  color: #7B7B7B;
}

.custom-select-wrapper button.dropdown-toggle:focus {
  outline: none !important;
  border: none;
}

.custom-select-wrapper .dropdown-item.active,
.custom-select-wrapper .dropdown-item:active {
  color: #4E535D;
  text-decoration: none;
  background-color: #FFD600;
}

.custom-radio [type=radio]:checked,
.custom-radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio [type=radio]:checked + label,
.custom-radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.custom-radio [type=radio]:checked + label:before,
.custom-radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.custom-radio [type=radio]:checked + label:after,
.custom-radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #FFD600;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-checkbox {
  display: inline-block;
}

.custom-checkbox .check-container {
  top: 0px;
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.custom-checkbox .check-container:hover input ~ .checkmark .sq {
  background-color: #fff;
}

.custom-checkbox .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox .check-container input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .check-container input:checked ~ .checkmark .sq {
  background-color: #fff;
}

.custom-checkbox .check-container .checkmark {
  display: block;
  position: relative;
}

.custom-checkbox .check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 1px;
  width: 6px;
  height: 15px;
  border: solid #FFD600;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom-checkbox .check-container .checkmark .sq {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #4E535D;
}

.custom-checkbox p {
  padding-left: 30px;
  line-height: 1.7;
  font-weight: 500;
}

@media (max-height: 850px) {
  .custom-checkbox p {
    font-size: 12px;
    padding-left: 25px;
  }

  .custom-checkbox .check-container .checkmark .sq {
    width: 20px;
    height: 20px;
  }
}

.content-form .form-group .input-wrapper,
.content-form .form-group .custom-select-wrapper {
  font-size: 0.9em;
  margin: 0;
  -webkit-box-flex: 1;
      flex-grow: 1;
  flex-basis: 0;
  margin-right: 1em;
}

.content-form .form-group .input-wrapper label::-webkit-input-placeholder, .content-form .form-group .input-wrapper input::-webkit-input-placeholder, .content-form .form-group .input-wrapper textarea::-webkit-input-placeholder, .content-form .form-group .custom-select-wrapper label::-webkit-input-placeholder, .content-form .form-group .custom-select-wrapper input::-webkit-input-placeholder, .content-form .form-group .custom-select-wrapper textarea::-webkit-input-placeholder {
  color: transparent;
  visibility: hidden;
}

.content-form .form-group .input-wrapper label::-moz-placeholder, .content-form .form-group .input-wrapper input::-moz-placeholder, .content-form .form-group .input-wrapper textarea::-moz-placeholder, .content-form .form-group .custom-select-wrapper label::-moz-placeholder, .content-form .form-group .custom-select-wrapper input::-moz-placeholder, .content-form .form-group .custom-select-wrapper textarea::-moz-placeholder {
  color: transparent;
  visibility: hidden;
}

.content-form .form-group .input-wrapper label:-ms-input-placeholder, .content-form .form-group .input-wrapper input:-ms-input-placeholder, .content-form .form-group .input-wrapper textarea:-ms-input-placeholder, .content-form .form-group .custom-select-wrapper label:-ms-input-placeholder, .content-form .form-group .custom-select-wrapper input:-ms-input-placeholder, .content-form .form-group .custom-select-wrapper textarea:-ms-input-placeholder {
  color: transparent;
  visibility: hidden;
}

.content-form .form-group .input-wrapper label::-ms-input-placeholder, .content-form .form-group .input-wrapper input::-ms-input-placeholder, .content-form .form-group .input-wrapper textarea::-ms-input-placeholder, .content-form .form-group .custom-select-wrapper label::-ms-input-placeholder, .content-form .form-group .custom-select-wrapper input::-ms-input-placeholder, .content-form .form-group .custom-select-wrapper textarea::-ms-input-placeholder {
  color: transparent;
  visibility: hidden;
}

.content-form .form-group .input-wrapper label::placeholder,
.content-form .form-group .input-wrapper input::placeholder,
.content-form .form-group .input-wrapper textarea::placeholder,
.content-form .form-group .custom-select-wrapper label::placeholder,
.content-form .form-group .custom-select-wrapper input::placeholder,
.content-form .form-group .custom-select-wrapper textarea::placeholder {
  color: transparent;
  visibility: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content-form .form-group .input-wrapper label::-webkit-input-placeholder, .content-form .form-group .input-wrapper input::-webkit-input-placeholder, .content-form .form-group .input-wrapper textarea::-webkit-input-placeholder, .content-form .form-group .custom-select-wrapper label::-webkit-input-placeholder, .content-form .form-group .custom-select-wrapper input::-webkit-input-placeholder, .content-form .form-group .custom-select-wrapper textarea::-webkit-input-placeholder {
    visibility: visible;
  }
  .content-form .form-group .input-wrapper label::-moz-placeholder, .content-form .form-group .input-wrapper input::-moz-placeholder, .content-form .form-group .input-wrapper textarea::-moz-placeholder, .content-form .form-group .custom-select-wrapper label::-moz-placeholder, .content-form .form-group .custom-select-wrapper input::-moz-placeholder, .content-form .form-group .custom-select-wrapper textarea::-moz-placeholder {
    visibility: visible;
  }
  .content-form .form-group .input-wrapper label:-ms-input-placeholder, .content-form .form-group .input-wrapper input:-ms-input-placeholder, .content-form .form-group .input-wrapper textarea:-ms-input-placeholder, .content-form .form-group .custom-select-wrapper label:-ms-input-placeholder, .content-form .form-group .custom-select-wrapper input:-ms-input-placeholder, .content-form .form-group .custom-select-wrapper textarea:-ms-input-placeholder {
    visibility: visible;
  }
  .content-form .form-group .input-wrapper label::-ms-input-placeholder, .content-form .form-group .input-wrapper input::-ms-input-placeholder, .content-form .form-group .input-wrapper textarea::-ms-input-placeholder, .content-form .form-group .custom-select-wrapper label::-ms-input-placeholder, .content-form .form-group .custom-select-wrapper input::-ms-input-placeholder, .content-form .form-group .custom-select-wrapper textarea::-ms-input-placeholder {
    visibility: visible;
  }
  .content-form .form-group .input-wrapper label::placeholder,
  .content-form .form-group .input-wrapper input::placeholder,
  .content-form .form-group .input-wrapper textarea::placeholder,
  .content-form .form-group .custom-select-wrapper label::placeholder,
  .content-form .form-group .custom-select-wrapper input::placeholder,
  .content-form .form-group .custom-select-wrapper textarea::placeholder {
    visibility: visible;
  }
}

.content-form .form-group .custom-select-wrapper {
  border: 1px solid #ced4da;
}

.content-form .form-group .custom-select-wrapper button.dropdown-toggle {
  height: 35px;
  padding: 6px 10px;
}

.content-form .form-group .custom-select-wrapper .dropdown-menu li:before {
  display: none;
}

.content-form .custom-checkbox p {
  font-size: 0.65em;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .content-form .form-group label::-webkit-input-placeholder, .content-form .form-group input::-webkit-input-placeholder, .content-form .form-group textarea::-webkit-input-placeholder {
    color: inherit !important;
    visibility: visible !important;
    font-size: 0.8em;
  }
  .content-form .form-group label::-moz-placeholder, .content-form .form-group input::-moz-placeholder, .content-form .form-group textarea::-moz-placeholder {
    color: inherit !important;
    visibility: visible !important;
    font-size: 0.8em;
  }
  .content-form .form-group label:-ms-input-placeholder, .content-form .form-group input:-ms-input-placeholder, .content-form .form-group textarea:-ms-input-placeholder {
    color: inherit !important;
    visibility: visible !important;
    font-size: 0.8em;
  }
  .content-form .form-group label::-ms-input-placeholder, .content-form .form-group input::-ms-input-placeholder, .content-form .form-group textarea::-ms-input-placeholder {
    color: inherit !important;
    visibility: visible !important;
    font-size: 0.8em;
  }
  .content-form .form-group label::placeholder,
  .content-form .form-group input::placeholder,
  .content-form .form-group textarea::placeholder {
    color: inherit !important;
    visibility: visible !important;
    font-size: 0.8em;
  }

  .content-form .form-group label:not([for=kvk]) {
    display: none;
  }
}

.def_checkbox {
  font-size: 2em !important;
}

label[for=kvk] {
  font-size: 1em !important;
  display: inline;
}

.flatpickr-calendar .flatpickr-months {
  height: 45px;
}

.flatpickr-calendar .flatpickr-weekdays {
  height: 40px;
}

.flatpickr-calendar .flatpickr-weekdays span.flatpickr-weekday {
  background: #FFD600;
  color: #4E535D;
  margin-right: 1px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: center;
      justify-content: center;
}

.flatpickr-calendar .flatpickr-day {
  border-radius: 0;
  border: none;
  color: #4E535D;
}

.flatpickr-calendar .flatpickr-day.selected {
  background: #FFD600;
}

.flatpickr-calendar .flatpickr-day:hover {
  background: #e6e6e6;
}

.flatpickr {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: center;
      justify-content: center;
}

.flatpickr svg {
  position: absolute;
  right: 0;
  background: #fff;
  width: 25px !important;
  height: 25px !important;
  border: 2px solid white;
  color: #FFD600;
}

.dropdown .dropdown-menu {
  width: 100%;
  border-radius: 0;
  background: #DDDDDD;
  padding: 0;
  text-align: center;
}

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

.dropdown .dropdown-menu a {
  color: #4E535D;
  padding: 10px 0;
}

.dropdown .dropdown-menu a:hover {
  background: #FFD600;
}

.dropdown svg {
  color: #FFD600;
  font-size: 1.5em;
  margin-left: 5px;
}

#psi-modal .info-bar {
  padding-top: 5px;
  color: #7b7b7b;
  font-weight: 500;
  font-size: 0.9em;
}

.fbTable-container {
  width: 100%;
}

.fbTable-container .fbTable {
  margin-left: 1px;
  text-align: center;
  background: #f1f1f1;
  border-top: 1px solid #b3b3b3;
}

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

.fbTable-container .fbTable .right {
  overflow-x: auto;
  margin-right: -1px;
}

.fbTable-container .fbTable .right .tableContent {
  min-width: 645px;
  border-bottom: 1px solid #b3b3b3;
}

.fbTable-container .fbTable .right::-webkit-scrollbar {
  width: 15px !important;
}

.fbTable-container .fbTable .right::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}

.fbTable-container .fbTable .right::-webkit-scrollbar-thumb {
  background: #FFD600;
  border-radius: 5px;
}

.fbTable-container .fbTable .tableContent .tableRow {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.fbTable-container .fbTable .cell {
  border: 1px solid #b3b3b3;
  border-top: none;
  margin: 0 0 -1px -1px;
  color: #7B7B7B;
  font-weight: 500;
  padding: 0.8em 0.2em;
  -webkit-box-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: center;
      justify-content: center;
  overflow-wrap: break-word;
  font-size: 0.9em;
}

.fbTable-container .fbTable .cell.doubleW {
  min-width: 220px;
  max-width: 220px;
}

.fbTable-container .fbTable .cell.cell-bold {
  font-weight: 700;
  color: #4E535D;
}

.fbTable-container .fbTable .cell.title-main {
  background: #FFD600;
}

.fbTable-container .fbTable .cell.title-sub {
  background: #c9c9c9;
  color: #4E535D;
}

.fbTable-container .fbTable .cell.redCell {
  color: #ff0000;
}

.fbTable-container .fbTable .yellow-row {
  border-top: 2px solid #FFD600;
  border-bottom: 2px solid #FFD600;
  z-index: 2;
}

.fbTable-container .fbTable .yellow-row-right {
  border-right: 2px solid #FFD600;
  z-index: 3;
}

@media (max-width: 870px) {
  .fbTable-container {
    font-size: 0.9em;
  }

  .fbTable-container .fbTable .cell {
    padding: 0.8em 0.1em;
  }

  .fbTable-container .fbTable .cell.doubleW {
    min-width: 80px;
    max-width: 80px;
  }
}

footer {
  background: #FFD600;
  padding: 30px 0 25px 0;
  font-size: 0.9em;
  font-weight: 600;
  color: #4e535d;
  max-width: 100%;
  width: 100%;
  z-index: 1;
}

footer.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}

footer .social a {
  color: #4E535D;
  border: 1px solid #4E535D;
  border-radius: 50%;
  margin-right: 0.5em;
  width: 3em;
  height: 3em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: center;
      justify-content: center;
  float: left;
  font-size: 1em;
}

footer .social a svg {
  line-height: 1;
  width: 19px !important;
}

footer .footer-menu li a {
  padding: 0 10px;
  border-right: 1px solid #4E535D;
  font-size: 0.8em;
}

footer .footer-menu li:last-child a {
  padding-right: 0;
  border-right: none;
}

@media (max-width: 768px) {
  footer {
    padding: 15px 0 5px 0;
  }

  footer .footer-menu li {
    border-right: 1px solid #4E535D;
    text-align: center;
    padding: 0 5px;
  }

  footer .footer-menu li:last-child {
    border-right: none;
  }

  footer .footer-menu li a {
    padding: 0;
    border: none;
  }
}

#go-top {
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9;
  display: none;
}

#go-top.run-animation {
  -webkit-animation: spin 1s normal;
          animation: spin 1s normal;
}

@media (max-width: 768px) {
  #go-top {
    width: 40px;
    display: none !important;
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.cookieBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: #f5f2f2;
  text-align: center;
  z-index: 8;
}

.cookieBar a {
  font-weight: 600;
}

@media (max-width: 768px) {
  .cookieBar {
    padding: 10px;
  }
}

/* Page Loader */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.97);
  z-index: 1045;
  margin: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: center;
      justify-content: center;
}

#loader-wrapper #loader {
  -webkit-animation: spin 1.5s infinite;
          animation: spin 1.5s infinite;
}

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

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

.bubble-float {
  text-transform: uppercase;
  cursor: pointer;
  position: fixed;
  bottom: 125px;
  right: 25px;
  z-index: 9;
  color: #4e535c;
  font-weight: 700;
  font-size: 0.9em;
  box-shadow: 0px 5px 10px 1px rgba(148, 148, 148, 0.35);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
  width: auto;
  height: 40px;
  padding: 0;
  background: #FFD600;
  border-radius: 10px;
}

.bubble-float:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #FFD600 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -10px;
  left: 26px;
}

.bubble-float:hover {
  box-shadow: 0px 5px 10px 5px rgba(148, 148, 148, 0.4);
  color: #fff;
}

.bubble-float i,
.bubble-float svg {
  color: #fff;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .bubble-float {
    bottom: 25px;
    height: 35px;
  }
}

#contactUs-modal {
  width: 650px;
}

#contactUs-modal .contactUs-form form {
  display: inline-block;
  width: 100%;
}

#contactUs-modal .contactUs-form form input::-webkit-input-placeholder {
  text-transform: uppercase !important;
}

#contactUs-modal .contactUs-form form input::-moz-placeholder {
  text-transform: uppercase !important;
}

#contactUs-modal .contactUs-form form input:-ms-input-placeholder {
  text-transform: uppercase !important;
}

#contactUs-modal .contactUs-form form input::-ms-input-placeholder {
  text-transform: uppercase !important;
}

#contactUs-modal .contactUs-form form input::placeholder {
  text-transform: uppercase !important;
}

#contactUs-modal ul.sellers-list {
  max-height: 240px;
  overflow: auto;
  top: 10px;
  position: relative;
}

#contactUs-modal ul.sellers-list .custom-radio label {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 25px;
  border-bottom: 1px solid #DDDDDD;
}

#contactUs-modal ul.sellers-list .custom-radio label:before {
  top: 10px;
}

#contactUs-modal ul.sellers-list .custom-radio label:after {
  top: 13px;
}

#contactUs-modal ul.sellers-list li {
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

#contactUs-modal ul.sellers-list li:hover {
  background: #F6F6F6;
}

#contactUs-modal ul.sellers-list li.active {
  background: #e8e8e8;
}

#contactUs-modal ul.sellers-list p {
  font-weight: 600;
  margin-bottom: 0px;
  pointer-events: none;
}

#contactUs-modal ul.sellers-list p span {
  font-weight: 300;
}

@media (max-width: 768px) {
  #contactUs-modal {
    width: 100%;
    max-height: 90vh;
    overflow: auto;
  }

  #contactUs-modal .form-group {
    margin-bottom: 0.4rem;
  }
}

.button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
      justify-content: center;
  -webkit-box-align: center;
      align-items: center;
}

.button i {
  padding: 5px;
}

.btn-tier {
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  color: #7B7B7B;
  z-index: 1;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.btn-tier:after {
  content: "";
  background: url(/images/tier.png?6f78126b8a74aca33c27b1aa71dcaf3f);
  background-size: 120% 120%;
  background-position: center 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 0.2em solid #FFD600;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.btn-tier:hover:after {
  border-top: 1.2em solid #FFD600;
  margin-top: -1.1em;
  height: 130%;
}

.search-input {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.search-input button {
  background: transparent;
  color: #fff;
  cursor: pointer;
  margin-left: auto;
  z-index: 2;
}

.search-input input.searchButton {
  font-size: 1em;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding: 5px;
  height: 40px;
  right: 0;
  position: absolute;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.search-input input.searchButton::-webkit-input-placeholder {
  color: #fff;
  font-size: 1em;
}

.search-input input.searchButton::-moz-placeholder {
  color: #fff;
  font-size: 1em;
}

.search-input input.searchButton:-ms-input-placeholder {
  color: #fff;
  font-size: 1em;
}

.search-input input.searchButton::-ms-input-placeholder {
  color: #fff;
  font-size: 1em;
}

.search-input input.searchButton::placeholder {
  color: #fff;
  font-size: 1em;
}

.search-input#search-header {
  height: 100%;
  width: 200px;
  position: absolute;
  right: 0;
  margin-right: 15px;
  z-index: 10;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-input#search-header {
    top: 0;
  }
}

.search-input#search-header.active {
  width: 100%;
  background: #4E535D;
}

.search-input#search-header.active input {
  display: block !important;
}

@media (max-width: 991px) {
  .search-input#search-header {
    width: 30px;
  }

  .search-input#search-header.active {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .search-input#search-header {
    width: auto;
  }

  .search-input#search-header.active {
    width: 80%;
  }
}

.custom-switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.custom-switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 30px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-switch label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.custom-switch input:checked + label {
  background: #FFD600;
}

.custom-switch input:checked + label:after {
  left: 25px;
}

.custom-switch label:active:after {
  width: 20px;
}

.owl-carousel {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.owl-carousel img {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.owl-carousel.owl-loaded {
  visibility: visible;
  opacity: 1;
}

.owl-carousel.owl-loaded img {
  visibility: visible;
  opacity: 1;
}

.slider-main-item {
  background-position: center 15%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 0;
  overflow: hidden;
  padding-top: 30%;
  position: relative;
}

.slider-main-item .box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-main-item .box-inside .centering {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      justify-content: center;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      flex-direction: column;
}

.slider-main-item .slider-main-item-text {
  align-self: flex-end;
  padding: 20px 40px;
  background: rgba(255, 214, 0, 0.3);
  color: #fff;
  font-weight: 800;
  font-size: 4em;
  line-height: 1.1;
  position: relative;
}

.slider-main-item .slider-main-item-text:after {
  content: "";
  border-bottom: 10px solid #FFD600;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .slider-main .slider-main-item {
    padding-top: 60%;
  }

  .slider-main .slider-main-item .slider-main-item-text {
    font-size: 2em;
    padding: 10px;
  }

  .slider-main .slider-main-item .slider-main-item-text:after {
    border-bottom: 5px solid #FFD600;
  }
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #FFD600;
  border: 3px solid #FFD600;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #FFD600;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 3px solid #FFD600;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.carousel-multiple .owl-stage {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.carousel-multiple a {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      flex-direction: column;
}

.carousel-multiple a .img-wrapper {
  position: relative;
}

.carousel-multiple a .img-wrapper:before {
  content: "\F002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 214, 0, 0.8);
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: center;
      justify-content: center;
  font-size: 3.5em;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.carousel-multiple a .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-multiple a:hover .img-wrapper:before {
  opacity: 0.9;
}

.carousel-multiple a .carousel-multiple-caption {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      flex-direction: column;
  justify-content: space-around;
}

.carousel-multiple a .carousel-multiple-caption h3 {
  font-size: 1em;
  font-weight: 700;
  margin: 10px 0 5px 0;
}

.carousel-multiple a .carousel-multiple-caption p {
  font-size: 0.8em;
  font-weight: 300;
  margin-bottom: 5px;
}

.carousel-multiple a .carousel-multiple-caption .date {
  font-size: 0.8em;
  color: #DDDDDD;
}

.carousel-multiple a .carousel-multiple-caption .btn-tier {
  padding: 0 10px;
}

.carousel-multiple .owl-nav {
  position: absolute;
  width: 100%;
  top: 0;
  height: 62.2%;
  color: #FFD600;
  font-size: 4rem;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  pointer-events: none;
}

.carousel-multiple .owl-nav button {
  pointer-events: all;
  position: absolute;
  height: 100%;
  margin: 0 !important;
  border-radius: 0 !important;
}

.carousel-multiple .owl-nav button.owl-prev {
  padding: 0 15px !important;
  left: 0;
}

.carousel-multiple .owl-nav button.owl-next {
  padding: 0 15px !important;
  right: 0;
}

.carousel-multiple .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFD600;
}

.quotes-carousel-img img {
  margin: 0 auto;
  width: 150px !important;
  height: 150px !important;
}

.quotes-carousel-text {
  background: #F6F6F6;
  padding: 95px 0 10px 0;
  margin-top: -70px;
}

.quotes-carousel-text span {
  font-weight: 600;
}

.popup-carousel {
  position: relative;
  margin-bottom: 20px;
}

.map-wrapper .map {
  background: #F6F6F6;
}

.map-wrapper .map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-wrapper .map iframe {
  height: 350px;
  max-width: 100%;
}

.map-wrapper .address {
  padding: 50px 0px 50px 50px;
}

.map-wrapper .address h3 {
  color: #FFD600;
  font-size: 1.8em;
}

.map-wrapper .address p {
  margin: 15px 0;
}

.map-wrapper .address p span {
  font-weight: 600;
}

@media (max-width: 768px) {
  .map-wrapper .map-wrapper .map iframe {
    width: 100vw;
  }

  .map-wrapper .address {
    padding: 15px 0;
  }

  .map-wrapper .address p {
    margin: 5px 0;
  }
}

.content {
  padding: 20px 0 150px 0;
}

.content h2 {
  font-weight: 800;
  font-size: 2em;
  color: #FFD600;
  margin-bottom: 10px;
}

.content h3 {
  font-weight: 800;
  font-size: 1.4em;
  margin-bottom: 10px;
  margin-top: 30px;
}

.content h4 {
  font-size: 1em;
  color: #FFD600;
  margin-bottom: 10px;
}

.content p {
  font-size: 0.95em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.content p span {
  font-weight: 600;
}

.content ul.list {
  padding-left: 20px;
  font-weight: 300;
  list-style: disc;
}

.content ul:not(.nav):not(.dropdown-menu):not(.product-propertie-list):not(.sellers-list) li {
  margin-bottom: 0;
  text-align: justify;
}

.content ul:not(.nav):not(.dropdown-menu):not(.product-propertie-list):not(.sellers-list) li:before {
  content: "\2022";
  color: #FFD600;
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
  margin-left: 0em;
  font-size: 1.7em;
  line-height: 1;
}

.content ol {
  list-style: none;
}

.content hr {
  border-top: 1px solid #DDDDDD;
  margin-top: 2.5em;
  margin-bottom: 3.5em;
}

.content table tr th,
.content table tr td {
  border: 1px solid #DDDDDD;
  padding: 0.5em;
}

.content table tr th p,
.content table tr td p {
  margin: 0;
  padding: 0;
  text-align: left;
}

.content .side-image {
  float: left;
  margin: 0 0 3em 3em;
}

.content .card-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 50px 15px;
  grid-auto-rows: minmax(100px, auto);
  /*  IE BUG  */
  /*  IE BUG  */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .content .card-grid {
    /* detect IE */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        flex-direction: row;
    -webkit-box-pack: justify;
        justify-content: space-between;
  }

  .content .card-grid a {
    width: 25%;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        flex-direction: column;
    padding: 0 10px 50px 0;
  }

  .content .card-grid a .carousel-multiple-caption {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        flex-direction: column;
  }
}

.content .card-grid.grid-template-column-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.content .card-grid a {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0.8fr 1fr;
  grid-template-rows: 0.8fr 1fr;
}

.content .card-grid a:hover .img-wrapper:before {
  opacity: 1;
}

.content .card-grid a .carousel-multiple-caption {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 0fr 0.8fr 0.2fr;
  grid-template-rows: 1fr 0fr 0.8fr 0.2fr;
}

.content .card-grid a .img-wrapper {
  position: relative;
}

.content .card-grid a .img-wrapper:before {
  content: "\F002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 214, 0, 0.8);
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: center;
      justify-content: center;
  font-size: 3.5em;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.content .card-grid a .img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .card-grid h3 {
  font-size: 1em;
  margin-bottom: 5px;
  margin-top: 10px;
  overflow: hidden;
}

.content .card-grid p {
  margin-bottom: 0px;
  text-align: left;
  overflow: hidden;
}

.content .card-grid span {
  font-size: 0.8em;
}

.content .card-grid .btn-tier {
  padding: 0 10px;
}

@media (max-width: 768px) {
  .content {
    padding: 0px 0 50px 0;
  }

  .content h2 {
    font-size: 1.4em;
    margin-bottom: 0;
  }

  .content p {
    text-align: left;
  }

  .content ul:not(.nav):not(.dropdown-menu):not(.product-propertie-list):not(.sellers-list) li {
    text-align: left;
  }

  .content table.table-bordered {
    word-break: break-all;
  }

  .content table.table-bordered tr th,
  .content table.table-bordered tr td {
    padding: 0;
  }

  .content table.table-bordered tr th p,
  .content table.table-bordered tr td p {
    font-size: 0.6em;
  }
}

.hidden {
  display: none;
}

.row {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* detect IE */

  .news-card {
    width: 25%;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        flex-direction: column;
    padding: 0 10px 50px 0;
  }

  .carousel-multiple-caption {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        flex-direction: column;
    -webkit-box-pack: justify;
        justify-content: space-between;
  }
}

.mfp-container .white-popup {
  position: relative;
  background: #FFF;
  padding: 1.5em;
  width: 50%;
  min-width: 320px;
  max-width: 960px;
  margin: 0px auto;
  color: #4E535D;
}

.mfp-container .white-popup button.mfp-close {
  background: #fff;
  opacity: 1;
  right: -40px;
  width: 35px;
  height: 35px;
  line-height: 0;
}

.mfp-container .white-popup video {
  width: 100%;
}

.mfp-container .white-popup iframe {
  width: 100% !important;
}

.mfp-container .white-popup h4 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.mfp-container .white-popup .date {
  margin-top: 30px;
  color: #DDDDDD;
}

.mfp-container .white-popup .modal-content-wrapper {
  max-height: 80vh;
  overflow-x: auto;
}

.mfp-container .white-popup .modal-content-wrapper h3 {
  font-size: 1.5em;
  margin: 25px 0 5px 0;
}

.mfp-container .white-popup .modal-content-wrapper p {
  font-size: 0.8em;
}

.mfp-container .white-popup#form-alert-modal {
  text-align: center;
}

.mfp-container .white-popup#form-alert-modal i,
.mfp-container .white-popup#form-alert-modal svg {
  font-size: 4em;
  margin-bottom: 20px;
}

.mfp-container .white-popup#form-alert-modal .success {
  display: none;
}

.mfp-container .white-popup#form-alert-modal .success i,
.mfp-container .white-popup#form-alert-modal .success svg {
  color: #4bb543;
}

.mfp-container .white-popup#form-alert-modal .fail {
  display: none;
}

.mfp-container .white-popup#form-alert-modal .fail i,
.mfp-container .white-popup#form-alert-modal .fail svg {
  color: #fb0809;
}

@media (max-width: 1044px) {
  .mfp-container .white-popup button.mfp-close {
    top: -40px;
    right: 0;
  }
}

@media (max-width: 768px) {
  .mfp-container .white-popup#cookiePolicy {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.mfp-container .custom-radio [type=radio]:checked + label,
.mfp-container .custom-radio [type=radio]:not(:checked) + label {
  font-size: 0.8em;
  margin-right: 15px;
  padding-left: 22px;
}

.sellers {
  background: url(/images/world.png?fb99301fb0a5427176e9b497a50bc870) no-repeat top right;
}

.sellers h3,
.sellers p {
  margin: 0;
}

.sellers-sections {
  border: 1px solid #DDDDDD;
  padding: 50px;
  background: #fff;
}

.sellers-sections .sellers-result-container {
  max-height: 500px;
  overflow-y: auto;
}

.sellers-sections .sellers-result-container .sellers-list {
  padding-top: 20px;
}

.sellers-sections .sellers-result-container .sellers-list li {
  margin-bottom: 10px;
}

.sellers-sections .sellers-result-container .sellers-list li .seller-name {
  font-weight: 600;
  color: #FFD600;
}

.sellers .seller-search span.separate {
  margin: 10px 0;
  font-size: 0.8em;
  font-style: italic;
}

.contact p {
  margin-bottom: 5px;
  font-size: 1em;
}

.contact h4 {
  color: #7B7B7B;
}

.contact .cantact-card {
  padding: 10px 0 20px 0;
}

.contact .cantact-card p.type {
  font-weight: 600;
}

.contact .cantact-card svg {
  color: #FFD600;
  margin-right: 10px;
}

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

.product-detail h4 {
  color: #4E535D;
  margin-top: 20px;
  font-size: 1.1em;
}

.product-detail ul li {
  margin-bottom: 5px;
}

.product-detail .product-detail-image {
  width: 100%;
}

.product-detail .product-detail-image .product-detail-gallery {
  padding-bottom: 10px;
}

.product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-thumbs {
  -webkit-box-flex: 1;
      flex: 1;
  padding-right: 10px;
}

.product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-thumbs .gallery-thumb-wrap {
  margin-bottom: 10px;
}

.product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-thumbs .gallery-thumb-wrap:last-child {
  margin-bottom: 0px;
}

.product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-thumbs .gallery-thumb-wrap img {
  background: #DDDDDD;
  position: relative;
  border: 3px solid #DDDDDD;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-thumbs .gallery-thumb-wrap img.active,
.product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-thumbs .gallery-thumb-wrap img:hover {
  border-color: #FFD600;
}

.product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-big {
  background: #DDDDDD;
  position: relative;
  -webkit-box-flex: 3;
      flex: 3;
}

.product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-big:before {
  content: "\F002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  left: 10px;
  font-size: 2em;
  display: block;
}

.product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-big .gallery-mid:not(.active) {
  display: none;
}

.product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-big img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100% !important;
  width: 100% !important;
}

.product-detail .product-detail-info {
  width: 100%;
  position: relative;
  padding-left: 5em;
}

.product-detail .product-detail-info p {
  margin-bottom: 0;
}

.product-detail .product-detail-info ul {
  padding: 20px 0;
}

.product-detail .product-detail-info ul li {
  margin-bottom: 0;
}

.product-detail .product-detail-info ul li:before {
  content: "\2022";
  color: #FFD600;
  font-weight: bold;
  display: inline-block;
  width: 0.7em;
  margin-left: 0em;
  font-size: 1.7em;
  line-height: 1;
}

.product-detail .product-detail-info .product-category-icon div {
  padding-right: 1em;
}

.product-detail .similar-products {
  padding-left: 5em;
}

.product-detail #product-properties {
  background: #F6F6F6;
  margin-top: 20px;
  margin-bottom: 50px;
}

.product-detail #product-properties ul {
  padding: 2em;
}

.product-detail #product-properties ul li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      justify-content: space-between;
  margin-bottom: 1em;
}

.product-detail #product-properties .info {
  font-weight: 600;
  font-size: 0.8em;
}

@media (max-width: 768px) {
  .product-detail {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-detail .product-detail-image .product-detail-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        flex-direction: column-reverse;
  }

  .product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-thumbs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-right: 0;
  }

  .product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-thumbs .gallery-thumb-wrap {
    margin: 5px 5px 5px 0;
  }

  .product-detail .product-detail-image .product-detail-gallery .product-detail-gallery-thumbs .gallery-thumb-wrap:last-child {
    margin: 5px 0px 5px 0;
  }

  .product-detail .product-detail-info {
    padding-left: 0;
  }

  .product-detail .similar-products {
    padding-left: 0;
  }
}

.product-grid {
  grid-gap: 1.5em 1em;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  /*  IE BUG  */
  /*  IE BUG  */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-grid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        flex-direction: row;
    -webkit-box-pack: start;
        justify-content: flex-start;
  }

  .product-grid a {
    width: 25%;
    padding: 0 10px 50px 0;
  }
}

.product-grid-box-image {
  background: #DDDDDD;
  padding: 10px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: center;
      justify-content: center;
}

.product-grid-box-image:after {
  content: "\F002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  background: rgba(255, 214, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3em;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: center;
      justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.product-grid-box-image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-grid-box-image img {
    max-width: 150px;
  }
}

.product-grid-box p {
  font-weight: 500;
  margin: 2px 0;
  line-height: 1.3;
  text-align: left;
  word-break: break-word;
}

.product-grid-box:hover .product-grid-box-image:after {
  opacity: 0.99;
  overflow: hidden;
}

.product-grid-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-category h4 {
  color: #4E535D;
}

.product-category hr {
  margin-top: 2em;
  margin-bottom: 2em;
}

.product-category .left-menu-categories.will-scroll .left-menu-search {
  display: block;
}

.product-category .left-menu-categories .attribute-filters {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
}

.product-category .left-menu-categories .left-menu-search {
  background: #DDDDDD;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  display: none;
}

.product-category .left-menu-categories .left-menu-search:after {
  content: "\F002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  color: red;
  top: 0;
  font-size: 2em;
  z-index: 1231231231;
}

.product-category .left-menu-categories .left-menu-search::-webkit-input-placeholder {
  font-size: 0.8em;
}

.product-category .left-menu-categories .left-menu-search::-moz-placeholder {
  font-size: 0.8em;
}

.product-category .left-menu-categories .left-menu-search:-ms-input-placeholder {
  font-size: 0.8em;
}

.product-category .left-menu-categories .left-menu-search::-ms-input-placeholder {
  font-size: 0.8em;
}

.product-category .left-menu-categories .left-menu-search::placeholder {
  font-size: 0.8em;
}

.product-category .tag-bar {
  padding-bottom: 20px;
}

.product-category .tag-bar p {
  margin-bottom: 0;
}

.product-category .tag-bar .tag-container {
  padding: 5px 0;
  display: inline-block;
  margin-right: 2px;
}

.product-category .tag-bar .tag-container span,
.product-category .tag-bar .tag-container a {
  background: #DDDDDD;
  padding: 5px 10px;
  font-size: 0.75em;
  margin-right: 1px;
}

.product-category .tag-bar .tag-container svg {
  pointer-events: none;
}

.product-category .tag-bar .tag-container:hover span,
.product-category .tag-bar .tag-container:hover a {
  background: #d4d4d4;
}

@media (max-width: 768px) {
  .product-category .tag-bar {
    padding-bottom: 5px;
    padding-top: 10px;
  }
}

.product-category .custom-checkbox {
  margin-bottom: 5px;
}

.product-category .custom-checkbox .check-container {
  margin-bottom: 0;
}

.product-category .custom-checkbox .check-container .checkmark p {
  font-size: 0.6em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

.product-category .filters-mobile-wrapper a.filters-show-button {
  font-weight: 600;
  background: #DDDDDD;
  padding: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      align-items: center;
  -webkit-box-pack: justify;
      justify-content: space-between;
}

.product-category .filters-mobile-wrapper a.filters-show-button i,
.product-category .filters-mobile-wrapper a.filters-show-button svg {
  font-size: 1.3em;
}

.product-category .filters-mobile-wrapper #mobile-filters-accordion button {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  width: 100%;
  text-align: left;
}

.product-category .filters-mobile-wrapper #mobile-filters-accordion .mobile-filter-wrapper {
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50vh;
}

.product-category .filters-mobile-wrapper .mobile-filters-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.product-category .filters-mobile-wrapper .mobile-filters-bottom .apply-filters {
  width: 100%;
  padding: 10px;
  background: #d4d4d4;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.js-image-zoom__zoomed-image {
  border: 3px solid #DDDDDD;
  background: white;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  left: 0;
  z-index: 99;
}

.product-category-description {
  padding-top: 1em;
}

.product-category-description .description-icon {
  z-index: 2;
}

.product-category-description .description-icon i,
.product-category-description .description-icon svg {
  font-size: 6.5em;
  color: #FFD600;
}

.product-category-description .description-text {
  background: #DDDDDD;
  margin-left: -30px;
  padding: 10px 10px 10px 35px;
  z-index: 1;
}

.product-category-description .description-text p {
  padding: 0;
  margin: 0;
  font-size: 0.85em;
}

nav#mobile-menu-container {
  position: fixed;
  top: 0;
  z-index: 12;
  display: none;
}

@media (max-width: 768px) {
  nav#mobile-menu-container {
    display: block;
  }
}

#menuToggle {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 40px 0 0 20px;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #4E535D;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: initial;
}

#menuToggle a:hover {
  font-weight: 600;
}

#menuToggle input {
  display: block;
  width: 60px;
  height: 32px;
  position: absolute;
  top: 35px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
          transform: rotate(45deg) translate(-2px, -1px);
  background: #4E535D;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
          transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(0, -1px);
          transform: rotate(-45deg) translate(0, -1px);
}

#menuToggle input:checked ~ ul {
  -webkit-transform: none;
          transform: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #FFD600;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 4px 0px;
          transform-origin: 4px 0px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menuToggle span:first-child {
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
}

#mobile-menu {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  margin: 0;
  padding: 80px 15px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#mobile-menu li {
  font-size: 1.5em;
}

#mobile-menu li .mobile-sub-menu {
  padding-left: 1em;
  padding-bottom: 1em;
}

#mobile-menu li .mobile-sub-menu li {
  line-height: 1;
}

.overlay-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #DDDDDD;
  padding: 10px;
  z-index: 999;
  -webkit-font-smoothing: antialiased;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.overlay-container.active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.overlay-container .filter-toggle {
  padding: 15px 5px;
  display: inline-block;
  cursor: pointer;
}

.overlay-container .filter-toggle input {
  display: block;
  width: 60px;
  height: 32px;
  position: absolute;
  top: 35px;
  left: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

.overlay-container .filter-toggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  opacity: 1;
  -webkit-transform: rotate(45deg) translate(-2px, -1px);
          transform: rotate(45deg) translate(-2px, -1px);
  background: #4E535D;
}

.overlay-container .filter-toggle span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg) translate(-5px, 4px);
          transform: rotate(-45deg) translate(-5px, 4px);
}

