@import url("https://fonts.googleapis.com/css?family=Average|Hind:400,500,600");
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

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

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

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

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

.container {
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 600px; } }
  @media (min-width: 767px) {
    .container {
      max-width: 728px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 986px; } }
  @media (min-width: 1100px) {
    .container {
      max-width: 1126px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px); }

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

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

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

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

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

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

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

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

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

[tabindex="-1"]:focus {
  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; }

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

: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: 767px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1100px;
  --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; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

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

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

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

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 766.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1099.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex, .parallax-image {
  display: flex !important; }

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

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

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

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

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

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

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

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

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

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center, .parallax-image {
  justify-content: center !important; }

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

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

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

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

.align-items-center, .parallax-image {
  align-items: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 767px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1100px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 1100px) {
  .container {
    max-width: 1126px;
    padding-left: 13px;
    padding-right: 13px; }
  .row {
    margin-left: -13px;
    margin-right: -13px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 13px;
    padding-right: 13px; } }

@media (min-width: 992px) and (max-width: 1099.98px) {
  .container {
    max-width: 986px;
    padding-left: 13px;
    padding-right: 13px; }
  .row {
    margin-left: -13px;
    margin-right: -13px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 13px;
    padding-right: 13px; } }

@media (min-width: 767px) and (max-width: 991.98px) {
  .container {
    max-width: 728px;
    padding-left: 12px;
    padding-right: 12px; }
  .row {
    margin-left: -12px;
    margin-right: -12px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 12px;
    padding-right: 12px; } }

@media (min-width: 576px) and (max-width: 766.98px) {
  .container {
    max-width: 600px;
    padding-left: 12px;
    padding-right: 12px; }
  .row {
    margin-left: -12px;
    margin-right: -12px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 12px;
    padding-right: 12px; } }

@media (max-width: 575.98px) {
  .container {
    max-width: calc(100% - 48px);
    padding-left: 0;
    padding-right: 0; }
  .row {
    margin-left: -8px;
    margin-right: -8px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 8px;
    padding-right: 8px; } }

/********************************************
* X.X - Arrows mixin
********************************************/
/********************************************
* X.X - Custom row and custom col ready
********************************************/
a {
  color: #3c6400;
  -moz-transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 250ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  a:hover, a:focus {
    color: #84bf3f;
    text-decoration: none; }

p {
  margin: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: inherit;
  font-size: 100%;
  margin: 0;
  font-weight: 600; }

.full-width-image, .slide-img {
  background-size: cover;
  background-position: center center; }

.full-width-image, .slide-img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

blockquote strong {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }

hr, .intro-block, .tiles-block-wrapper, .teaser-block, .fact-block-wrapper, .product-wrapper, .product-detail-wrapper, .image-teaser-wrapper, .image-text-wrapper, section {
  margin: 50px 0; }
  @media (min-width: 767px) and (max-width: 991.98px) {
    hr, .intro-block, .tiles-block-wrapper, .teaser-block, .fact-block-wrapper, .product-wrapper, .product-detail-wrapper, .image-teaser-wrapper, .image-text-wrapper, section {
      margin: 40px 0; } }
  @media (max-width: 766.98px) {
    hr, .intro-block, .tiles-block-wrapper, .teaser-block, .fact-block-wrapper, .product-wrapper, .product-detail-wrapper, .image-teaser-wrapper, .image-text-wrapper, section {
      margin: 30px 0; } }

.intro-block.layout-1 h2 {
  font-size: 36px;
  line-height: 43.2px; }
  @media (min-width: 767px) and (max-width: 991.98px) {
    .intro-block.layout-1 h2 {
      font-size: 30px;
      line-height: 34px; } }
  @media (max-width: 766.98px) {
    .intro-block.layout-1 h2 {
      font-size: 25px;
      line-height: 30px; } }

.intro-block.layout-2 h2, .slide-content h2, .contact-block h2 {
  font-size: 34px;
  line-height: 40px; }
  @media (min-width: 767px) and (max-width: 991.98px) {
    .intro-block.layout-2 h2, .slide-content h2, .contact-block h2 {
      font-size: 30px;
      line-height: 34px; } }
  @media (max-width: 766.98px) {
    .intro-block.layout-2 h2, .slide-content h2, .contact-block h2 {
      font-size: 25px;
      line-height: 30px; } }

.tiles-block h2, .teaser-block h2, .product-block h2, .image-teaser-block h2, .image-text-block h2 {
  font-size: 28px;
  line-height: 35.778px; }
  @media (min-width: 767px) and (max-width: 991.98px) {
    .tiles-block h2, .teaser-block h2, .product-block h2, .image-teaser-block h2, .image-text-block h2 {
      font-size: 22px;
      line-height: 25px; } }
  @media (max-width: 766.98px) {
    .tiles-block h2, .teaser-block h2, .product-block h2, .image-teaser-block h2, .image-text-block h2 {
      font-size: 20px;
      line-height: 24px; } }

.healine, .fact-block h2, .product-detail-content h2, .contact-block h3, .contact-block h4, .map-content h2, .product-list-item h2, .parallax-image {
  font-size: 24px;
  line-height: 35.778px; }
  @media (min-width: 767px) and (max-width: 991.98px) {
    .healine, .fact-block h2, .product-detail-content h2, .contact-block h3, .contact-block h4, .map-content h2, .product-list-item h2, .parallax-image {
      font-size: 22px;
      line-height: 24px; } }
  @media (max-width: 766.98px) {
    .healine, .fact-block h2, .product-detail-content h2, .contact-block h3, .contact-block h4, .map-content h2, .product-list-item h2, .parallax-image {
      font-size: 22px;
      line-height: 24px; } }

blockquote strong {
  font-size: 16px;
  line-height: 30px; }

body, .product-overview-section .healine p {
  font-size: 20px;
  line-height: 30px; }
  @media (min-width: 767px) and (max-width: 991.98px) {
    body, .product-overview-section .healine p {
      font-size: 18px;
      line-height: 26px; } }
  @media (max-width: 766.98px) {
    body, .product-overview-section .healine p {
      font-size: 16px;
      line-height: 22px; } }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.main {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  z-index: 1; }

@media screen and (min-width: 993px) {
  html.is-open-menu,
  html.is-open-menu body,
  body.is-open-menu,
  html.is-search-open,
  html.is-search-open body,
  body.noscroll {
    overflow-x: hidden;
    overflow-y: scroll !important;
    position: fixed; } }

@media (max-width: 1099.98px) {
  html.is-open-menu,
  html.is-open-menu body,
  body.is-open-menu,
  html.is-search-open,
  html.is-search-open body,
  body.noscroll {
    overflow: hidden; } }

html,
body {
  height: auto;
  min-height: 100%;
  vertical-align: baseline; }

body {
  font-family: "Hind", sans-serif;
  color: #505050;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

:focus {
  outline: none !important; }

iframe {
  border: none; }

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

table {
  width: 100%; }

.table-wrapper {
  width: 100%;
  overflow: auto; }

strong, b {
  font-weight: 500; }

.no-gutters {
  margin-left: 0;
  margin-right: 0; }

.mx-auto {
  margin: 0 auto;
  display: block; }

hr {
  border: none;
  border-bottom: 3px dotted #74a91e;
  height: 3px; }

::-webkit-selection {
  background-color: #74a91e;
  color: #ffffff; }

::-moz-selection {
  background-color: #74a91e;
  color: #ffffff; }

:-ms-selection {
  background-color: #74a91e;
  color: #ffffff; }

::selection {
  background-color: #74a91e;
  color: #ffffff; }

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

.cover-bg {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.link {
  font-weight: 600; }

.icon {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block; }

blockquote {
  margin: 0;
  color: #3c6400;
  font-family: "Average", serif;
  font-size: 24px;
  line-height: 29.8px; }
  @media (min-width: 767px) and (max-width: 991.98px) {
    blockquote {
      font-size: 20px;
      line-height: 23px; } }
  @media (max-width: 766.98px) {
    blockquote {
      font-size: 18px;
      line-height: 20px; } }
  blockquote p {
    margin: 0 0 26px; }
    @media (max-width: 766.98px) {
      blockquote p {
        margin: 0 0 15px; } }
    @media (max-width: 766.98px) {
      blockquote p:last-child {
        margin: 0; } }
  blockquote strong {
    text-align: right;
    width: 100%;
    font-family: "Hind", sans-serif;
    font-weight: 600; }

.healine {
  text-transform: uppercase;
  color: #698c25;
  margin: 0 0 36px; }
  @media (max-width: 991.98px) {
    .healine {
      margin: 0 0 20px; } }

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

input, button, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

::-webkit-input-placeholder {
  opacity: 1; }

:-moz-placeholder {
  opacity: 1; }

::-moz-placeholder {
  opacity: 1; }

:-ms-input-placeholder {
  opacity: 1; }

@media (max-width: 766.98px) {
  .intro-block img {
    margin: 0 0 20px; } }

.intro-block.layout-1 {
  text-align: center; }
  .intro-block.layout-1 h2 {
    margin: 0 0 11px;
    color: #3c6400; }
  .intro-block.layout-1 p {
    width: 100%;
    max-width: 1030px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }

@media (max-width: 766.98px) {
  .intro-block.layout-2 {
    text-align: center; } }

.intro-block.layout-2 h2 {
  letter-spacing: 1px;
  font-family: "Average", serif;
  font-weight: 400;
  color: #74a91e;
  margin: 0 0 21px; }

.tiles-block {
  text-align: center;
  width: 100%;
  padding: 57px 30px 39px;
  margin-bottom: 20px;
  color: #3c6400;
  background-color: #74a91e; }
  @media (min-width: 767px) and (max-width: 991.98px) {
    .tiles-block {
      padding: 35px 20px 20px 20px; } }
  @media (max-width: 766.98px) {
    .tiles-block {
      padding: 35px 20px 20px 20px;
      margin-bottom: 26px; } }
  .tiles-block.darkest-bg {
    background-color: #7fb428; }
  .tiles-block.lightest-bg {
    background-color: #cbe9aa; }
  .tiles-block.light-bg {
    background-color: #b1d980; }
  .tiles-block.dark-bg {
    background-color: #99cb44; }
  .tiles-block-wrapper [class*='col-']:last-child .tiles-block {
    margin: 0; }
  @media (min-width: 767px) {
    .tiles-block-wrapper [class*='col-']:nth-last-child(2) .tiles-block {
      margin: 0; } }
  .tiles-block.light-bg {
    background-color: #bddd99; }
  .tiles-block h2 {
    margin: 0 0 29px;
    color: #ffffff; }
  .tiles-block p {
    font-weight: 500;
    margin: 0 0 15px; }
  .tiles-block a {
    font-weight: 600; }
    .tiles-block a:hover, .tiles-block a:focus {
      color: #ffffff; }

.teaser-block h2 {
  margin: 0 0 23px;
  color: #74a91e;
  text-transform: uppercase; }

.teaser-block a {
  font-weight: 600; }

.teaser-block p {
  margin: 0 0 15px; }

.teaser-block img {
  margin-top: 11px; }
  @media (max-width: 766.98px) {
    .teaser-block img {
      margin: 0 0 30px; } }

.fact-block {
  color: #74a91e; }
  @media (max-width: 766.98px) {
    .fact-block {
      margin-bottom: 20px; } }
  @media (min-width: 1100px) {
    .fact-block-wrapper .row {
      margin: 0 -28px; } }
  @media (min-width: 1100px) {
    .fact-block-wrapper [class*="col-"] {
      padding: 0 28px; } }
  .fact-block .fact-number {
    font-weight: 600;
    font-size: 110px;
    line-height: 132px; }
    @media (min-width: 767px) and (max-width: 991.98px) {
      .fact-block .fact-number {
        font-size: 80px;
        line-height: 100px; } }
    @media (max-width: 766.98px) {
      .fact-block .fact-number {
        font-size: 60px;
        line-height: 80px; } }
  .fact-block h2 {
    text-transform: uppercase;
    font-weight: 500; }
  .fact-block p {
    font-weight: 500;
    color: #505050; }
  .fact-block hr {
    margin: 0 0 33px; }
    @media (max-width: 766.98px) {
      .fact-block hr {
        margin: 0 0 20px; } }

.full-width-image-section {
  height: 670.602px;
  position: relative;
  margin-top: 0; }
  @media (min-width: 767px) and (max-width: 991.98px) {
    .full-width-image-section {
      height: 460px; } }
  @media (max-width: 766.98px) {
    .full-width-image-section {
      height: auto; } }
  .full-width-image-section .container {
    position: relative;
    z-index: 3;
    height: 100%; }
  .full-width-image-section blockquote {
    position: relative;
    z-index: 3; }
    @media (min-width: 992px) {
      .full-width-image-section blockquote {
        max-width: 640px;
        margin: 50px 50px;
        color: #ffffff; } }
    @media (min-width: 767px) and (max-width: 991.98px) {
      .full-width-image-section blockquote {
        padding: 0 30px;
        color: #ffffff; } }
    @media (max-width: 991.98px) {
      .full-width-image-section blockquote {
        margin: 0 0 20px;
        font-size: 22px;
        line-height: normal; } }

@media (max-width: 766.98px) {
  .full-width-image {
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 30px; } }

.product-block {
  text-align: center; }
  @media (min-width: 992px) {
    .product-block {
      padding: 0 10px; } }
  @media (max-width: 766.98px) {
    .product-block {
      margin-bottom: 30px; } }
  .product-block h2 {
    color: #3c6400;
    text-transform: uppercase;
    margin: 0 0 14px; }
  .product-block a {
    font-weight: 600; }
  .product-block img {
    margin: 0 0 39px; }
    @media (max-width: 766.98px) {
      .product-block img {
        margin: 0 0 20px; } }

@media (min-width: 767px) {
  .product-detail-wrapper img {
    margin-top: 70px; } }

@media (max-width: 766.98px) {
  .product-detail-wrapper img {
    margin-bottom: 25px; } }

.product-detail-wrapper.no--heading img {
  margin-top: 6px; }

.product-detail-content {
  color: #505050; }
  .product-detail-content h2 {
    color: #458137;
    margin: 0 0 25px;
    border-bottom: 3px dotted #458137; }
    @media (max-width: 766.98px) {
      .product-detail-content h2 {
        padding-bottom: 10px; } }
  .product-detail-content a {
    font-weight: 700; }
  @media (max-width: 766.98px) {
    .product-detail-content h3 {
      margin-bottom: 10px; } }
  .product-detail-content p {
    margin: 0 0 15px; }
    .product-detail-content p + h3 {
      margin-top: 60px; }
      @media (max-width: 766.98px) {
        .product-detail-content p + h3 {
          margin-top: 25px; } }
  .product-detail-content .readmore {
    font-style: italic; }

.product-overview-section {
  margin-top: 10px; }
  .product-overview-section .frame {
    position: relative; }
  .product-overview-section .healine {
    color: #3c6400;
    text-transform: initial; }
    .product-overview-section .healine h2 {
      font-size: 20px;
      font-weight: 600; }
    .product-overview-section .healine p {
      color: #505050; }
  .product-overview-section ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .product-overview-section li {
    line-height: 1.6em; }

.product-overview-item {
  color: #505050;
  display: inline-block;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 18px;
  width: 100%;
  color: #505050; }
  .product-overview-item-left {
    float: left;
    margin-right: 5px;
    width: 110px; }
    @media (max-width: 340px) {
      .product-overview-item-left {
        width: 90px; } }
  .product-overview-item-right {
    background: rgba(0, 0, 0, 0) url("../img/arrow.png") no-repeat scroll 0 0;
    float: left;
    font-weight: 600;
    margin-right: 0;
    padding-left: 24px;
    text-transform: uppercase;
    width: 176px; }
  .product-overview-item a {
    color: inherit; }
  .product-overview-item .productpdf {
    color: #698c23; }
  .product-overview-item .securitypdf {
    color: #5f7db9; }

.image-teaser-block {
  text-align: center; }
  @media (max-width: 766.98px) {
    .image-teaser-block {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .image-teaser-block .image-teaser-content {
      padding: 0 30px; } }
  .image-teaser-block h2 {
    color: #458137;
    margin: 0 0 14px; }
  .image-teaser-block a {
    font-weight: 600; }
  .image-teaser-block img {
    margin: 0 0 25px; }
    @media (max-width: 766.98px) {
      .image-teaser-block img {
        margin: 0 0 20px; } }

.image-text-block h2 {
  color: #458137;
  margin: 0 0 14px; }

.image-text-block a {
  font-weight: 600; }

.image-text-block p {
  margin: 0 0 15px; }

.image-text-block img {
  margin: 0 0 31px; }
  @media (max-width: 766.98px) {
    .image-text-block img {
      margin: 0 0 20px; } }

.image-text-block ul {
  padding: 0;
  margin: 16px 0 0;
  max-width: 100%;
  width: 100%;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .image-text-block ul li {
    max-width: 33.33%;
    -webkit-box-flex: 0 0 33.33%;
    -moz-box-flex: 0 0 33.33%;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; }
    @media (max-width: 1099.98px) {
      .image-text-block ul li {
        max-width: 100%;
        -webkit-box-flex: 0 0 100%;
        -moz-box-flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .image-text-block ul a {
    font-weight: 600;
    color: #3c6400; }
    .image-text-block ul a:hover, .image-text-block ul a:focus {
      color: #84bf3f; }

.slider-section {
  margin-top: 0; }
  @media (max-width: 766.98px) {
    .slider-section .container {
      padding: 0;
      max-width: 100%; } }

.slide {
  position: relative;
  height: 530px; }
  @media (min-width: 767px) and (max-width: 991.98px) {
    .slide {
      height: 400px; } }
  @media (max-width: 766.98px) {
    .slide {
      height: auto; } }
  @media (max-width: 766.98px) {
    .slide-img {
      margin-bottom: 20px;
      padding-bottom: 56.25%;
      position: relative; } }
  .slide .container {
    position: relative;
    z-index: 3;
    height: 100%; }
  .slide .row {
    height: 100%; }
  @media (min-width: 767px) {
    .slide-content {
      max-width: 370px;
      padding-left: 40px; } }
  @media (max-width: 766.98px) {
    .slide-content {
      max-width: calc(100% - 48px);
      display: block;
      margin: 0 auto; } }
  .slide-content h2 {
    margin: 0 0 22px;
    padding-right: 20px;
    font-family: "Average", serif;
    color: #74a91e; }

.owl-carousel .owl-dots {
  width: 100%;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 31px;
  position: absolute; }
  @media (min-width: 767px) and (max-width: 1099.98px) {
    .owl-carousel .owl-dots {
      bottom: 20px; } }
  @media (max-width: 766.98px) {
    .owl-carousel .owl-dots {
      bottom: 0;
      margin: 20px 0;
      position: relative; } }
  .owl-carousel .owl-dots .owl-dot {
    margin: 0 4px;
    height: 20px;
    width: 20px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    border-radius: 50%;
    border: 1px solid rgba(116, 169, 30, 0.5);
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    @media (max-width: 766.98px) {
      .owl-carousel .owl-dots .owl-dot {
        height: 12px;
        width: 12px; } }
    .owl-carousel .owl-dots .owl-dot.active {
      background-color: rgba(116, 169, 30, 0.5); }

.breadcrumb-section {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 30px 0; }
  @media (max-width: 766.98px) {
    .breadcrumb-section {
      padding-bottom: 10px;
      margin-bottom: 20px; } }
  .breadcrumb-section ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .breadcrumb-section li {
    letter-spacing: 3.4px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #468714;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }
    @media (max-width: 766.98px) {
      .breadcrumb-section li {
        letter-spacing: 0; } }
    .breadcrumb-section li:last-child a:after {
      display: none; }
  .breadcrumb-section a {
    color: inherit;
    display: block; }
    .breadcrumb-section a:after {
      content: "/";
      display: inline-block;
      margin: 0 10px 0 8px; }
    .breadcrumb-section a:hover, .breadcrumb-section a:focus {
      color: #3c6400; }

.contact-block {
  position: relative;
  color: #505050; }
  .contact-block strong, .contact-block b {
    font-weight: 600; }
  .contact-block-item:not(:last-child) {
    margin-bottom: 50px; }
    @media (max-width: 575.98px) {
      .contact-block-item:not(:last-child) {
        margin-bottom: 30px; } }
  .contact-block h2 {
    letter-spacing: 1px;
    font-family: "Average", serif;
    font-weight: 400;
    color: #74a91e;
    margin: 0 0 30px; }
  .contact-block h3 {
    color: #5e7f3d;
    display: block;
    margin: 0 0 25px;
    min-height: 40px; }
    .contact-block h3:not(:empty) {
      border-bottom: 3px dotted #458137; }
    @media (max-width: 766.98px) {
      .contact-block h3 {
        padding-bottom: 10px; } }
    @media (max-width: 575.98px) {
      .contact-block h3 {
        min-height: 1px; }
        .contact-block h3:empty {
          margin: 0;
          padding: 0; } }
  .contact-block h4 {
    color: #486220;
    margin-bottom: 4px; }
  .contact-block p:not(:last-child) {
    margin: 0 0 30px; }
    @media (max-width: 575.98px) {
      .contact-block p:not(:last-child) {
        margin: 0 0 15px; } }
  @media (max-width: 575.98px) {
    .contact-block .col {
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .contact-block .col:not(:last-child) {
        margin: 0 0 30px; } }
  @media (max-width: 766.98px) {
    .contact-block img {
      margin-bottom: 40px; } }
  .contact-block a {
    color: inherit; }
    .contact-block a:hover {
      color: #74a91e; }

.map-image {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }
  @media (max-width: 575.98px) {
    .map-image-wrapper {
      position: relative; } }

.map-pin {
  height: 26px;
  width: 26px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer; }
  @media (max-width: 766.98px) {
    .map-pin {
      height: 13px;
      width: 13px; } }
  .map-pin-1 {
    right: 47.6%;
    top: 15%; }
  .map-pin-2 {
    right: 47.6%;
    top: 19%; }
  .map-pin-3 {
    right: 45.3%;
    top: 19%; }
  .map-pin-4 {
    bottom: 34.6%;
    right: 11.2%; }
  .map-pin-5 {
    right: 45.2%;
    top: 15%; }
  .map-pin-6 {
    right: 54.4%;
    top: 15%; }

.map-content {
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 80px;
  left: 10px;
  max-width: 410px;
  padding: 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  display: none;
  z-index: 3; }
  @media (min-width: 576px) and (max-width: 766.98px) {
    .map-content {
      bottom: 10px;
      max-width: 320px;
      padding: 20px; } }
  @media (max-width: 575.98px) {
    .map-content {
      bottom: 0;
      left: 0;
      max-width: 100%;
      padding: 30px 0 10px;
      position: relative;
      width: 100%; } }
  .map-content p {
    line-height: 1.3; }
  .map-content h2 {
    text-transform: uppercase;
    color: #3c6400; }

.product-list-item {
  max-width: 300px;
  margin-bottom: 80px;
  position: relative; }
  @media (min-width: 576px) and (max-width: 992px) {
    .product-list-item {
      margin-bottom: 50px; } }
  @media (max-width: 575px) {
    .product-list-item {
      margin-bottom: 30px; } }
  .product-list-item h2 {
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #3c6400;
    text-transform: uppercase; }
  .product-list-item img {
    width: 100%;
    margin: 0 0 20px; }
  .product-list-item p {
    line-height: 1.3;
    margin: 0 0 20px; }
  .product-list-item a {
    font-weight: 600; }

.fancybox-bg {
  background-color: #ffffff; }
  .fancybox-is-open .fancybox-bg {
    opacity: 0.8; }

.fancybox-button {
  background: #fff none repeat scroll 0 0; }
  .fancybox-button:hover {
    color: #505050; }

@media (min-width: 992px) {
  .parallax-section {
    padding: 71px 0; } }

@media (min-width: 767px) and (max-width: 991.98px) {
  .parallax-section {
    padding: 20px 0; } }

.parallax-intro-item {
  margin-bottom: 30px; }
  @media (max-width: 766.98px) {
    .parallax-intro-item {
      text-align: center; } }

.parallax-item:not(.parallax-intro-item) {
  margin-bottom: 90px; }
  @media (max-width: 991.98px) {
    .parallax-item:not(.parallax-intro-item) {
      margin-bottom: 30px; } }

.parallax-image {
  color: #ffffff;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  background-color: #bddc99;
  font-weight: 600;
  width: 476.108px;
  height: 476.108px;
  padding: 20px 60px;
  background-size: cover;
  background-position: center center;
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important; }
  .parallax-image-content {
    margin-top: 40px; }
  @media (min-width: 992px) {
    .order-md-1 .parallax-image {
      margin-left: 24px; } }
  @media (min-width: 992px) and (max-width: 1099.98px) {
    .parallax-image {
      width: 430px;
      height: 430px; } }
  @media (min-width: 767px) and (max-width: 991.98px) {
    .parallax-image {
      width: 350px;
      height: 350px; } }
  @media (max-width: 766.98px) {
    .parallax-image {
      display: block;
      height: 280px;
      margin: 0 auto 30px;
      padding: 30px;
      width: 280px;
      font-size: 16px;
      line-height: 20px; } }

.parallax-content {
  margin-bottom: 93px; }
  @media (max-width: 766.98px) {
    .parallax-content {
      margin-bottom: 30px; } }
  @media (max-width: 766.98px) {
    .parallax-content {
      margin-bottom: 0;
      text-align: center; } }
  @media (min-width: 767px) {
    .order-md-1 .parallax-content {
      text-align: right; } }
  @media (min-width: 992px) {
    .order-md-1 .parallax-content {
      padding-right: 67px; } }
  @media (min-width: 992px) {
    .parallax-intro-item .parallax-content {
      padding-left: 74px; } }
  .parallax-content h1 {
    color: #3d6530;
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 1.2;
    margin: 20px 0;
    max-width: 250px;
    font-weight: 400; }
    @media (min-width: 767px) and (max-width: 991.98px) {
      .parallax-content h1 {
        max-width: 100%;
        font-size: 50px; } }
    @media (max-width: 766.98px) {
      .parallax-content h1 {
        max-width: 100%;
        font-size: 30px; } }
  .parallax-content h2 {
    text-transform: uppercase;
    color: #73a941;
    font-weight: 600;
    font-size: 26px;
    line-height: 31.2px; }
  .parallax-content a {
    font-weight: 600; }

.scroll-down-arrow {
  display: inline-block;
  margin-bottom: -11px;
  margin-top: 20px;
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite; }
  @media (max-width: 991.98px) {
    .scroll-down-arrow {
      max-width: 25px; } }

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); } }

.anim-fadeUp .parallax-content,
.anim-fadeUp .parallax-image {
  -moz-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  -webkit-transform: translate(0, 200px);
  transform: translate(0, 200px);
  opacity: 0; }
  @media (min-width: 576px) {
    .anim-fadeUp .parallax-content,
    .anim-fadeUp .parallax-image {
      -moz-transition: transform 6000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0ms;
      -o-transition: transform 6000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0ms;
      -ms-transition: transform 6000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0ms;
      -webkit-transition: transform 6000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0ms;
      transition: transform 6000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0ms; } }
  @media (max-width: 575.98px) {
    .anim-fadeUp .parallax-content,
    .anim-fadeUp .parallax-image {
      -moz-transition: transform 4000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0ms;
      -o-transition: transform 4000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0ms;
      -ms-transition: transform 4000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0ms;
      -webkit-transition: transform 4000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0ms;
      transition: transform 4000ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1000ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0ms; } }

@media (max-width: 575.98px) {
  .anim-fadeUp .parallax-content {
    transition-delay: 0.3s; } }

@media (min-width: 767px) {
  .anim-fadeUp .parallax-image {
    transition-delay: 0.6s; } }

@media (max-width: 575.98px) {
  .anim-fadeUp .parallax-image {
    -moz-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); } }

.anim-fadeUp.is-visible .parallax-content,
.anim-fadeUp.is-visible .parallax-image {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.header-main {
  left: 0;
  top: 0;
  width: 100%;
  left: 0;
  position: fixed;
  z-index: 100;
  background-color: #ffffff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 992px) {
    .is-scrolling-menu .header-main {
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
      -moz-transform: translate(0, -55px);
      -o-transform: translate(0, -55px);
      -ms-transform: translate(0, -55px);
      -webkit-transform: translate(0, -55px);
      transform: translate(0, -55px); } }
  @media (max-width: 991.98px) {
    .header-main {
      box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
      padding: 15px 0; } }

.header-bottom {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media (min-width: 992px) {
    .header-bottom {
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end; } }
  @media (max-width: 991.98px) {
    .header-bottom {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }

.lang-switch {
  padding: 23px 0;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.4px;
  color: #74a91e; }
  @media (max-width: 991.98px) {
    .lang-switch {
      bottom: 0;
      color: #ffffff;
      display: block;
      padding: 0;
      position: fixed;
      text-align: center;
      width: 100%;
      z-index: 9;
      left: 0;
      background-color: #3c6400;
      -moz-transform: translate(0, 100%);
      -o-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
      -webkit-transform: translate(0, 100%);
      transform: translate(0, 100%);
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .is-open-menu .lang-switch {
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
      .lang-switch a {
        display: inline-block;
        margin: 0;
        padding: 12px 10px; } }
  .lang-switch a {
    margin-right: 11px;
    color: inherit; }
    @media (max-width: 991.98px) {
      .lang-switch a {
        color: #84bf3f; } }
    .lang-switch a:hover, .lang-switch a.active {
      color: #3c6400; }
      @media (max-width: 991.98px) {
        .lang-switch a:hover, .lang-switch a.active {
          color: #ffffff; } }

.logo {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (max-width: 991.98px) {
    .logo {
      max-width: 170px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline; } }
  @media (min-width: 992px) {
    .is-scrolling-menu .logo {
      margin: 0 0 8px;
      max-width: 180px; } }
  .logo img {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.navigation {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 992px) {
    .navigation {
      margin-left: -15px;
      margin-top: 11px;
      display: block !important; } }
  @media (max-width: 991.98px) {
    .navigation {
      display: none;
      height: calc(100% - 71px);
      left: 0;
      overflow: auto;
      position: fixed;
      top: 71px;
      width: 100%;
      color: #ffffff;
      background-color: #3c6400; } }
  @media (max-width: 991.98px) {
    .navigation nav {
      display: block;
      margin: 0 auto;
      padding: 30px 0; } }
  @media (min-width: 767px) and (max-width: 991.98px) {
    .navigation nav {
      max-width: 704px; } }
  @media (min-width: 576px) and (max-width: 766.98px) {
    .navigation nav {
      max-width: 576px; } }
  @media (max-width: 575.98px) {
    .navigation nav {
      max-width: calc(100% - 48px); } }
  .navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
  @media (max-width: 991.98px) {
    .navigation li {
      position: relative; }
      .navigation li.is-open > .nav-arrow {
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNTIuNTI5cHgiIGhlaWdodD0iMTI2Ljk5MnB4IiB2aWV3Qm94PSIwIDAgMjUyLjUyOSAxMjYuOTkyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNTIuNTI5IDEyNi45OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBkPSJNMjM4LjIxNSwxMjYuOTkyYy0zLjkzNS0wLjgzOC02LjU5NC0zLjU2Mi05LjM2OC02LjE5MmMtMzMuNzMxLTMxLjk3Ny02Ny40OTQtNjMuOTItMTAxLjIxNS05NS45MDdjLTEuMDY2LTEuMDEyLTEuNi0xLjA5My0yLjcxNy0wLjAzM2MtMzQuMjQ3LDMyLjUtNjguNTQ1LDY0Ljk0NS0xMDIuNzg3LDk3LjQ1Yy0yLjIwNywyLjA5NS00LjYsMy42OTktNy40NDUsNC42ODNjLTEuNDY4LDAtMi45MzcsMC00LjQwNSwwYy0wLjkzMS0wLjMxLTEuODkxLTAuNTUzLTIuNzktMC45MzhjLTMuNjEzLTEuNTUtNi4zNzktMy45MjktNy40ODgtNy44NzJjMC0wLjQ4OSwwLTAuOTc5LDAtMS40NjljMS4zMjYtMy43MTgsNC4zOTMtNS45OTcsNy4xMDEtOC41NjNDNDMuMDU3LDc0LjA2Nyw3OS4wMjYsMzkuOTk5LDExNC45NjQsNS44OTZjMi40OTItMi4zNjUsNC44MDctNC44NTUsOC4zODYtNS41ODVjNC44NDEtMC45ODgsOC44OTMsMC40MDMsMTIuNDA1LDMuNzdjOC45MTksOC41NDYsMTcuODM5LDE3LjA5MywyNi44MDQsMjUuNTkyYzI4Ljg5NywyNy4zOTMsNTcuODA3LDU0Ljc3Miw4Ni43NSw4Mi4xMTdjMS41MDksMS40MjYsMi4yNTUsMy4yMTUsMy4yMiw0LjkyNGMwLDAuNjEyLDAsMS4yMjQsMCwxLjgzNmMtMS4xLDIuNjQ2LTIuNjc4LDQuODM0LTUuMjMsNi4zNTJjLTEuNTAxLDAuODkzLTMuMTU1LDEuMzIxLTQuNjgsMi4wOTFDMjQxLjE1MSwxMjYuOTkyLDIzOS42ODMsMTI2Ljk5MiwyMzguMjE1LDEyNi45OTJ6Ii8+PC9zdmc+") no-repeat right center/18px auto; } }
  @media (min-width: 992px) {
    .navigation li:hover .mega-menu {
      display: block !important; } }
  @media (min-width: 992px) {
    .navigation nav > ul > li {
      margin-right: 21px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline; } }
  @media (min-width: 992px) and (max-width: 1099.98px) {
    .navigation nav > ul > li {
      margin-right: 15px; } }
  @media (min-width: 992px) {
    .navigation nav > ul > li > a {
      -moz-transition: all 0s ease;
      -o-transition: all 0s ease;
      -ms-transition: all 0s ease;
      -webkit-transition: all 0s ease;
      transition: all 0s ease;
      padding: 20px 15px 10px;
      color: #505050; } }
  @media (min-width: 992px) and (max-width: 1099.98px) {
    .navigation nav > ul > li > a {
      padding: 20px 10px 10px; } }
  @media (max-width: 991.98px) {
    .navigation nav > ul > li > a {
      font-weight: 600; } }
  .navigation nav > ul > li:not(.has-child) > a {
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    @media (min-width: 992px) {
      .navigation nav > ul > li:not(.has-child) > a:hover {
        color: #84bf3f; } }
  @media (min-width: 992px) {
    .navigation nav > ul > li.has-child:hover > a {
      background-color: #3c6400;
      color: #ffffff; } }
  .navigation a {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 992px) {
      .navigation a {
        display: block;
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 18px;
        text-transform: uppercase; } }
    @media (max-width: 991.98px) {
      .navigation a {
        color: inherit;
        display: block;
        text-transform: uppercase;
        padding: 10px 0; } }

.simple-nav--parent {
  position: relative; }

@media (min-width: 992px) {
  .mega-menu {
    display: none !important;
    background-color: #3c6400;
    min-width: 186px;
    padding: 40px 15px 10px;
    position: absolute;
    top: 100%; }
    .mega-menu:not(.simple-nav) {
      max-width: 770px;
      width: 100%; }
    .mega-menu.simple-nav {
      min-width: 1px;
      padding-bottom: 20px; }
      .mega-menu.simple-nav a {
        white-space: nowrap; }
    .mega-menu a {
      margin-bottom: 27px;
      letter-spacing: 0;
      font-size: 17px;
      white-space: normal;
      color: #ffffff;
      font-weight: 600; }
    .mega-menu li:hover > a, .mega-menu li:focus > a, .mega-menu li.active > a {
      color: #84bf3f; }
    .mega-menu ul {
      display: block !important; }
    .mega-menu > ul {
      margin: -20px 0 -10px; }
      .mega-menu > ul li a {
        margin-bottom: 5px;
        line-height: normal;
        text-transform: inherit;
        font-weight: 400; }
    .mega-menu .row {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .mega-menu .row .col {
        -webkit-box-flex: 0 0 25%;
        -moz-box-flex: 0 0 25%;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
      .mega-menu .row li {
        white-space: nowrap; }
        .mega-menu .row li li a {
          word-break: break-all;
          hyphens: auto;
          margin-bottom: 5px;
          line-height: normal;
          text-transform: inherit;
          font-weight: 400; } }

@media (max-width: 991.98px) {
  .mega-menu {
    display: none;
    width: 100%; }
    .mega-menu .col {
      max-width: 100%;
      width: 100%;
      -webkit-box-flex: 0 0 auto;
      -moz-box-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .mega-menu ul {
      padding-left: 20px;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      *display: inline;
      width: 100%; }
      .mega-menu ul ul {
        display: none; } }

.menu-hamburger {
  cursor: pointer;
  display: none;
  z-index: 2;
  width: 30px; }
  @media (max-width: 991.98px) {
    .menu-hamburger {
      display: block; } }
  .menu-hamburger .bars {
    background-color: #74a91e;
    height: 2px;
    margin-bottom: 7px;
    width: 100%;
    -moz-transition: transform 250ms ease;
    -o-transition: transform 250ms ease;
    -ms-transition: transform 250ms ease;
    -webkit-transition: transform 250ms ease;
    transition: transform 250ms ease; }
    .menu-hamburger .bars:last-child {
      margin-bottom: 0; }
    .is-open-menu .menu-hamburger .bars:first-child {
      -moz-transform: translateY(9px) rotate(135deg);
      -o-transform: translateY(9px) rotate(135deg);
      -ms-transform: translateY(9px) rotate(135deg);
      -webkit-transform: translateY(9px) rotate(135deg);
      transform: translateY(9px) rotate(135deg); }
    .is-open-menu .menu-hamburger .bars:nth-child(2) {
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0); }
    .is-open-menu .menu-hamburger .bars:last-child {
      -moz-transform: translateY(-9px) rotate(-135deg);
      -o-transform: translateY(-9px) rotate(-135deg);
      -ms-transform: translateY(-9px) rotate(-135deg);
      -webkit-transform: translateY(-9px) rotate(-135deg);
      transform: translateY(-9px) rotate(-135deg); }

.nav-arrow {
  display: none; }
  @media (max-width: 991.98px) {
    .nav-arrow {
      cursor: pointer;
      display: block;
      height: 40px;
      position: absolute;
      right: 5px;
      top: 0;
      width: 50px;
      z-index: 9;
      background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNTIuNTI5cHgiIGhlaWdodD0iMTI2Ljk5MnB4IiB2aWV3Qm94PSIwIDAgMjUyLjUyOSAxMjYuOTkyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNTIuNTI5IDEyNi45OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBkPSJNMTQuMzE0LDBjMy45MzUsMC44MzgsNi41OTQsMy41NjIsOS4zNjgsNi4xOTJjMzMuNzMxLDMxLjk3Nyw2Ny40OTQsNjMuOTIsMTAxLjIxNSw5NS45MDdjMS4wNjYsMS4wMTIsMS42LDEuMDkzLDIuNzE3LDAuMDMzYzM0LjI0Ny0zMi41LDY4LjU0NS02NC45NDUsMTAyLjc4Ny05Ny40NWMyLjIwNy0yLjA5NSw0LjYtMy42OTksNy40NDUtNC42ODNjMS40NjgsMCwyLjkzNywwLDQuNDA1LDBjMC45MzEsMC4zMSwxLjg5MSwwLjU1MywyLjc5LDAuOTM4YzMuNjEzLDEuNTUsNi4zNzksMy45MjksNy40ODgsNy44NzJjMCwwLjQ4OSwwLDAuOTc5LDAsMS40NjljLTEuMzI2LDMuNzE4LTQuMzkzLDUuOTk3LTcuMTAxLDguNTYzYy0zNS45NTYsMzQuMDgzLTcxLjkyNSw2OC4xNTEtMTA3Ljg2MywxMDIuMjU0Yy0yLjQ5MiwyLjM2NS00LjgwNyw0Ljg1NS04LjM4Niw1LjU4NWMtNC44NDEsMC45ODgtOC44OTMtMC40MDMtMTIuNDA1LTMuNzdjLTguOTE5LTguNTQ2LTE3LjgzOS0xNy4wOTMtMjYuODA0LTI1LjU5MkM2MS4wNzIsNjkuOTI3LDMyLjE2Myw0Mi41NDcsMy4yMiwxNS4yMDJDMS43MTEsMTMuNzc2LDAuOTY1LDExLjk4NywwLDEwLjI3OGMwLTAuNjEyLDAtMS4yMjQsMC0xLjgzNmMxLjEtMi42NDYsMi42NzgtNC44MzQsNS4yMy02LjM1MkM2LjczMSwxLjE5OCw4LjM4NSwwLjc3LDkuOTEsMEMxMS4zNzgsMCwxMi44NDcsMCwxNC4zMTQsMHoiLz48L3N2Zz4=") no-repeat right center/18px auto; } }

.footer-main {
  letter-spacing: 0.5px;
  padding: 55px 0;
  background-color: #d6eabf;
  line-height: 23.228px;
  font-size: 15px;
  color: #3c6400; }
  @media (max-width: 766.98px) {
    .footer-main {
      padding: 30px 0 0; } }
  .footer-main h3 {
    letter-spacing: 3px;
    margin: 0 0 24px;
    color: #468714;
    font-size: 18px;
    text-transform: uppercase; }
    @media (min-width: 767px) {
      .footer-main h3 {
        min-height: 23px; } }
    @media (max-width: 766.98px) {
      .footer-main h3 {
        margin: 0 0 10px; } }
  .footer-main a {
    color: inherit; }
    .footer-main a:hover, .footer-main a:focus {
      color: #505050; }
  .footer-main ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
    @media (min-width: 767px) {
      .footer-main ul {
        margin: 0 0 40px; } }
  @media (max-width: 766.98px) {
    .footer-main [class*="col-"] {
      margin-bottom: 30px; } }

.copywrite-text {
  margin: 0 0 20px; }

section {
  position: relative;
  width: 100%; }

main {
  margin-top: 125px; }
  @media (max-width: 991.98px) {
    main {
      margin-top: 71px; } }

/*# sourceMappingURL=app.css.map */
