@charset "UTF-8";@import "https://use.typekit.net/ybg5bxl.css";@import url("https://fonts.googleapis.com/css2?family=Hepta+Slab&family=Mulish&display=swap");


/* ==========================================================================

Theme Name: ExtraMile 2020
Theme URI:
Author: ExtraMile Communications
Description: ExtraMile 2020 Theme
Version: 1.0

   1. Reset
   2. Base styles: opinionated defaults
   3. Variables
   4. Mixins
   5. Fonts
   6. Custom styles
   7. Browser Fixes
   8. Responsive

   */
/* ==========================================================================
   0. Bootstrap
   ========================================================================== */
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, 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: 0.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: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  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: 0.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;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.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.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}
.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}
.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}
.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}
.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}
.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}
.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}
.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}
.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.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: rgb(50.0574324324, 56.125, 62.1925675676);
}
.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: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(2.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: rgb(127.5, 189, 255);
  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: 0.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: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.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: 0.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: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.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;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 104.55, 216.75);
  border-color: rgb(0, 98.4, 204);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
  border-color: rgb(0, 92.25, 191.25);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
}
.btn-link:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 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;
}
.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;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  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;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(127.5, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(178.5, 215.4, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion .card {
  overflow: hidden;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(0, 86.1, 178.5);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}
.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}
.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}
.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}
.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}
.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}
.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}
.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}
.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}
.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}
.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}
.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}
.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0.5rem * 2);
  content: "";
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !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;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-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: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-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: rgb(0, 86.1, 178.5) !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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 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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("$slick-loader-path + $url") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("$slick-font-path + $url");
  src: url("$slick-font-path + $url") format("embedded-opentype"), url("$slick-font-path + $url") format("woff"), url("$slick-font-path + $url") format("truetype"), url("$slick-font-path + $url") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}
body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}
[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}
[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}
[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}
/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
[data-aos=zoom-in] {
  transform: scale(0.6);
}
[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos=zoom-out] {
  transform: scale(1.2);
}
[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}
[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}
[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}
[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}
/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
/* ==========================================================================
   1. Reset
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  /*border-collapse: collapse;
  border-spacing: 0;*/
}
td,
th {
  padding: 0;
}
/* ==========================================================================
   2. Base Styles
   ========================================================================== */
/* base styles: opinionated defaults */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
/* browse happy prompt */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.browserupgrade {
  background: #FF0000;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin: -50px 0 50px;
}
.browserupgrade a {
  color: #fff;
  text-decoration: underline;
}
/* helper classes */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.field-wrap.listcheckbox-wrap .nf-field-element label.nf-checked-label:before {
  color: #28a745;
}
/* ==========================================================================
   3. Variables
   ========================================================================== */
/* ==========================================================================
   4. Mixins
   ========================================================================== */
/* ==========================================================================
   5. Fonts
   ========================================================================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/* ==========================================================================
   6. Custom Styles
   ========================================================================== */
/* general */
html,
body {
  height: 100%;
}
html {
  overflow-x: hidden;
}
body {
  padding: 0;
  color: #1D1D1D;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05px;
  background-color: #fff;
  font-weight: normal;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
}
@media all and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}
a,
input[type=submit],
a span,
.button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
p,
li {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 25px;
  letter-spacing: 0.05px;
}
@media all and (max-width: 767px) {
  p,
  li {
    font-size: 16px;
    line-height: 28px;
  }
}
p em,
li em {
  font-style: normal;
  position: relative;
}
p em img,
li em img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  object-fit: cover;
  height: 10px;
}
p a,
li a,
a {
  text-decoration: none;
  color: inherit;
}
p a:hover,
li a:hover,
a:hover {
  text-decoration: underline;
  color: inherit;
}
p a {
  color: #DEB241 !important;
}
ul {
  margin-bottom: 25px;
}
ul.ticks li {
  list-style: none;
}
ul.ticks li:before {
  content: " ";
  background-image: url("inc/sass/img/checkbox.png");
  vertical-align: middle;
  width: 50px;
  background-size: cover;
  display: inline-block;
  height: 50px;
  margin-right: 20px;
}
li {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hepta Slab", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #212529;
  margin: 0 0 25px;
  letter-spacing: 0.05px;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-style: normal;
  position: relative;
}
h1 em img,
h2 em img,
h3 em img,
h4 em img,
h5 em img,
h6 em img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5px;
  object-fit: cover;
  height: 10px;
}
h1 {
  font-size: 48px;
  line-height: 66px;
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 49px;
  }
}
h2 {
  font-size: 36px;
  line-height: 49px;
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
h3 {
  font-size: 28px;
  line-height: 38px;
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 33px;
  }
}
h4 {
  font-size: 24px;
  line-height: 33px;
}
@media all and (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
strong {
  font-weight: 700;
}
figure {
  padding: 0;
  margin: 0;
}
.center {
  text-align: center;
}
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.alignright {
  float: right;
  margin: 0 0 25px 25px;
}
.right {
  float: right;
}
.left {
  float: left;
}
.full {
  width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
del {
  opacity: 1 !important;
}
ins {
  text-decoration: none;
}
/* general elements */
.page-builder-wrap {
  overflow: hidden;
  width: 100vw;
  position: relative;
  z-index: 0;
}
.page-builder-wrap.underlay {
  padding-top: 50px;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: 1160px;
}
@media only screen and (max-width: 1207px) {
  .container-fluid {
    padding-left: 47px;
    padding-right: 47px;
  }
}
.btn {
  -webkit-appearance: none;
  outline: none;
  font-family: "Hepta Slab";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  border-radius: 0;
}
.btn:first-letter {
  text-transform: capitalize;
}
.btn.btn-primary {
  background: #1D1D1D;
  padding: 10px 20px;
  border: none;
}
.btn.btn-primary:hover {
  background: #DEB841;
  color: #212529;
}
.btn.btn-secondary {
  background: #DEB841;
  color: #1D1D1D;
  min-width: 218px;
  padding: 10px 20px;
  border: none;
}
.btn.btn-secondary:hover {
  background: #212529;
  color: #fff;
}
.btn-grey {
  color: #3B3B3B;
  background: #E0E0E0;
  box-shadow: 0 0 6px 6px #E0E0E0;
  transition: all 0.2s;
}
.btn-grey:hover {
  color: #3b3b3b;
  background: #c5c2c2;
  box-shadow: 0 0 6px 6px #c5c2c2;
}
.btn-greyfill {
  background: rgba(255, 255, 255, 0.6);
  color: black;
  bordeR: none;
}
.btn-greyfill:hover {
  color: black;
}
.btn-transparent {
  color: white;
  border: 1px solid white;
  background: transparent;
}
.btn-transparent:hover {
  color: white;
}
.btn-transparentalt {
  color: white;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.3);
}
.btn-transparentalt:hover {
  color: white;
}
.btn-white {
  color: #3B3B3B;
  background: white;
  box-shadow: 0 0 5px 0 #979797;
  padding: 10px 30px;
}
.btn-white:hover {
  color: #3b3b3b;
  background: #DEB841;
}
.btn-white-outline {
  color: #3B3B3B;
  background: white;
  border: 2px solid #3B3B3B;
  padding: 10px 30px;
}
.green-btn {
  background: #51C1B0;
  color: white;
}
.green-btn:hover {
  color: white;
}
.breadcrumbs {
  padding: 30px 30px 0;
  max-width: 1160px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.breadcrumbs span,
.breadcrumbs a {
  font-size: 16px;
  line-height: 22px;
}
.breadcrumbs > span {
  margin-left: 10px;
  margin-right: 10px;
}
.breadcrumbs > span:first-of-type {
  margin-left: 0;
  width: 18px;
  height: 14px;
  font-size: 0px;
  background: url("inc/sass/img/home.svg");
  background-size: 18px 14px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
}
.breadcrumbs > span:first-of-type a {
  font-size: 0;
  width: 18px;
  height: 14px;
  display: block;
}
.breadcrumbs > span:first-of-type a span {
  display: none;
  font-size: 0;
}
.pagination .container-fluid {
  padding-top: 30px;
  padding-bottom: 100px;
  text-align: center;
}
.pagination a {
  -webkit-appearance: none;
  outline: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05px;
  border-radius: 6px;
  border: 2px solid #E4E5E6;
  min-width: 150px;
  color: #3B3B3B;
  background: #fff;
  display: inline-block;
  padding: 10px 5px;
  border: 1px solid #ebebeb;
  text-transform: uppercase;
}
body.blog .breadcrumbs > span:first-of-type, body.archive .breadcrumbs > span:first-of-type {
  background: url("inc/sass/img/homearchive.svg");
}
section.post-breadcrumbs {
  padding-top: 15px;
  padding-bottom: 40px;
}
section.wysiwyg#subscribe {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  section.wysiwyg#subscribe:before {
    content: url("inc/sass/img/Website Design/Assets/email-illustration-left.svg");
    display: block;
    position: absolute;
    bottom: 20px;
    left: -150px;
    top: 0%;
    z-index: -1;
  }
  section.wysiwyg#subscribe:after {
    content: url("inc/sass/img/Website Design/Assets/email-illustration-right.svg");
    display: block;
    position: absolute;
    right: -200px;
    top: 0%;
    z-index: -1;
  }
}
section.wysiwyg#subscribe a {
  color: #51C1B0;
}
section.wysiwyg#subscribe .btn {
  background-color: #51C1B0;
  color: white;
}
section.wysiwyg#subscribe #nf-form-2-cont form nf-fields-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  position: relative;
  margin-left: 15%;
}
section.wysiwyg#subscribe #nf-form-2-cont form nf-fields-wrap nf-field:nth-child(1) {
  width: 100%;
}
section.wysiwyg#subscribe #nf-form-2-cont form nf-fields-wrap nf-field:nth-child(1) .email-container {
  background-color: #E4E5E6;
}
section.wysiwyg#subscribe #nf-form-2-cont form nf-fields-wrap nf-field:nth-child(1) .email-container input {
  border: none;
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  opacity: 0.5;
}
section.wysiwyg#subscribe #nf-form-2-cont form nf-fields-wrap nf-field:nth-child(2) {
  position: absolute;
  right: 10px;
  font-family: "FontAwesome";
}
section.wysiwyg#subscribe #nf-form-2-cont form nf-fields-wrap nf-field:nth-child(2) input {
  width: 40px;
  height: 40px;
  background: url("inc/sass/img/Website Design/Assets/Stamp-charcoal.svg");
  background-size: contain;
}
section.wysiwyg#subscribe #nf-form-2-cont form nf-fields-wrap nf-field:nth-child(2) input:hover {
  background: url("inc/sass/img/Website Design/Assets/Stamp.svg");
  background-size: contain;
}
.background__white {
  background-color: white;
}
.background__white a.btn-white {
  background-color: #DEB841 !important;
  color: #212529;
}
.background__white a.btn-white:hover {
  background-color: #212529 !important;
}
.background__transparent {
  background-color: transparent;
}
.background__grey {
  background-color: #E4E5E6;
}
.background__grey:before {
  background-image: url("inc/sass/img/Website Design/Assets/Texture-grey.svg") !important;
}
.background__grey .container-fluid .columns .column .image {
  border-image: url("inc/sass/img/Website Design/Assets/Imageframe-grey.svg") 80 90/70px/45px 45px !important;
}
.background__grey.background__style__gradient {
  background-image: linear-gradient(#F1F1F1, #D9D9D9);
}
.background__grey.background__style__gradient.background__direction__horizontal {
  background-image: linear-gradient(to right, #F1F1F1, #D9D9D9);
}
.background__primary {
  background-color: #212529;
  color: #fff !important;
}
.background__primary h1, .background__primary h2, .background__primary h3, .background__primary h3, .background__primary h4, .background__primary p, .background__primary li {
  color: #fff !important;
}
.background__primary:before {
  background-image: url("inc/sass/img/Website Design/Assets/Texture-charcoal.svg") !important;
}
.background__primary .container-fluid .columns .column .image {
  border-image: url("inc/sass/img/Website Design/Assets/Imageframe-charcoal.svg") 80 90/70px/45px 45px !important;
}
.background__primary.background__style__gradient {
  background-image: linear-gradient(#3C4380, #282D5B);
}
.background__primary.background__style__gradient.background__direction__horizontal {
  background-image: linear-gradient(to right, #3C4380, #282D5B);
}
.background__primary .wysiwyg * {
  color: white;
}
.background__primary + .background__primary .container-fluid {
  padding-top: 0;
}
.background__secondary + .background__secondary .container-fluid {
  padding-top: 0;
}
.background__white + .background__white .container-fluid {
  padding-top: 0;
}
.background__secondary {
  background-color: #DEB841;
}
.background__secondary h1, .background__secondary h2, .background__secondary h3 {
  color: #1D1D1D !important;
}
.background__secondary p, .background__secondary li {
  color: #212529 !important;
}
.background__secondary a.btn-secondary {
  background-color: #212529 !important;
  color: #fff !important;
}
.background__secondary a.btn-secondary:hover {
  background-color: #E4E5E6 !important;
  color: #212529 !important;
}
.background__secondary:before {
  background-image: url("inc/sass/img/Website Design/Assets/Texture-1.svg") !important;
}
.background__secondary .container-fluid .columns .column .image {
  border-image: url("inc/sass/img/Website Design/Assets/Imageframe-mustard.svg") 80 90/70px/45px 45px !important;
}
.background__secondary.background__style__gradient {
  background-image: linear-gradient(#51C1B0, #419D8E);
}
.background__secondary.background__style__gradient.background__direction__horizontal {
  background-image: linear-gradient(to right, #51C1B0, #419D8E);
}
.background__secondary .wysiwyg * {
  color: #1D1D1D;
}
.background__primary h1, .background__primary h2, .background__primary h3, .background__primary h4, .background__primary h5, .background__primary h6, .background__primary li, .background__primary p,
.background__secondary h1,
.background__secondary h2,
.background__secondary h3,
.background__secondary h4,
.background__secondary h5,
.background__secondary h6,
.background__secondary li,
.background__secondary p {
  color: white;
}
.background__primary .container,
.background__primary .container-fluid,
.background__secondary .container,
.background__secondary .container-fluid {
  position: relative;
  z-index: 1;
}
.home-hero .container,
.home-hero .container-fluid {
  position: relative;
  z-index: 1;
}
section.vertical.overflow {
  margin-bottom: -25px;
}
section.vertical.overflow .container-fluid {
  padding-bottom: 0;
}
section.vertical.overflow + * {
  padding-top: 25px;
}
@media only screen and (min-width: 768px) {
  section.vertical.overflow {
    margin-bottom: -50px;
  }
  section.vertical.overflow + * {
    padding-top: 50px;
  }
}
.text-left-icons-right + .centered-text-block.background__white .container-fluid {
  padding-top: 0;
}
/* ==========================================================================
   7. Form Styles
   ========================================================================== */
footer:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-charcoal.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: relative;
  bottom: 0;
}
footer p,
footer span,
footer li,
footer a,
footer i {
  color: white;
}
footer i {
  font-size: 24px;
}
footer strong {
  font-weight: 600;
}
footer .footer-top {
  background: #212529;
}
footer .footer-top .container-fluid {
  padding-top: 75px;
  padding-bottom: 30px;
}
@media all and (max-width: 767px) {
  footer .footer-top .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  footer .footer-top__row__col1 {
    margin-bottom: 30px;
  }
}
footer .footer-top__row__col1 a {
  margin-bottom: 20px;
  display: block;
}
footer .footer-top__row__col1 div {
  margin-bottom: 35px;
}
footer .footer-top .footer-top__row__col2, footer .footer-top .footer-top__row__col3 {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 767px) {
  footer .footer-top .footer-top__row__col2, footer .footer-top .footer-top__row__col3 {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
footer .footer-top .footer-top__row__col2 .footer-col-heading, footer .footer-top .footer-top__row__col3 .footer-col-heading {
  color: #fff;
  font-family: "Hepta Slab";
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 25px;
}
footer .footer-top p,
footer .footer-top span {
  font-family: "Mulish";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
}
footer .footer-top p {
  margin-bottom: 0;
}
footer .footer-top p img {
  margin-top: 45px;
}
footer .footer-top ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .footer-top ul li {
  font-family: "Mulish";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 14px;
}
footer .footer-top .social-icons {
  display: flex;
  margin-top: 40px;
}
footer .footer-top .social-icons a {
  border: 1px solid #DEB841;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
footer .footer-top .social-icons a:hover {
  background: #DEB841;
  color: #212529;
}
footer .footer-top .bottom-row ul#menu-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
footer .footer-top .bottom-row ul#menu-legal li {
  font-size: 12px;
}
button#responsive-menu-button {
  background: #212529 !important;
  right: 30px !important;
  top: 75px !important;
}
@media all and (min-width: 767px) {
  button#responsive-menu-button {
    top: 75px !important;
    right: 15px !important;
  }
}
#responsive-menu-container {
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  #responsive-menu-container {
    position: fixed !important;
    top: 54px !important;
    background: white !important;
    width: 100% !important;
    padding-top: 20px !important;
    padding-left: 8.33% !important;
    padding-right: 8.33% !important;
    margin-top: 0 !important;
  }
  #responsive-menu-container #responsive-menu-wrapper {
    background: white !important;
  }
  #responsive-menu-container #responsive-menu-wrapper .head {
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E5E6;
  }
  #responsive-menu-container #responsive-menu-wrapper .head img {
    max-width: 200px;
  }
  #responsive-menu-container #responsive-menu-wrapper #responsive-menu-additional-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    padding-top: 18px !important;
    font-family: "Mulish", sans-serif !important;
    line-height: 28px !important;
    font-size: 21px !important;
    color: #212529 !important;
    background: white !important;
    border: none !important;
    letter-spacing: 0;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a ~ ul.responsive-menu-submenu-depth-1 {
    height: 0 !important;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a ~ ul.responsive-menu-submenu-depth-1 button {
    margin: 0 0 0 5%;
    background: white;
    border: none;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a ~ ul.responsive-menu-submenu-depth-1 li a {
    color: #1D1D1D;
    font-family: "Hepta Slab";
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a ~ ul.responsive-menu-submenu-depth-1 li ul.responsive-menu-submenu-depth-2 a {
    color: #212529 !important;
    font-family: "Mulish";
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 22px !important;
    font-weight: normal;
  }
  #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    color: #E4E5E6 !important;
    background-color: white !important;
    border: none !important;
  }
}
#responsive-menu-container .responsive-menu-search-box {
  height: 35px !important;
  font-size: 12px !important;
  border: 2px solid black !important;
}
.masthead {
  position: relative;
  width: 100%;
  z-index: 20;
  background-color: #212529;
}
.masthead.underlay {
  background-color: transparent;
  position: fixed;
}
.masthead ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
  opacity: 0.75;
}
.masthead ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.75;
  color: white;
}
.masthead :-ms-input-placeholder {
  /* IE 10+ */
  color: white;
  opacity: 0.75;
}
.masthead :-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 0.75;
}
.masthead ::-webkit-input-placeholder,
.masthead ::-moz-placeholder,
.masthead :-ms-input-placeholder,
.masthead :-moz-placeholder {
  font-weight: 300;
}
.masthead .masthead__top {
  background: #212529;
}
.masthead .masthead__top .container-fluid {
  padding-top: 10px;
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
.masthead .masthead__top__left {
  float: left;
  flex-basis: 60%;
  white-space: nowrap;
  margin-top: -10px;
  background: rgba(255, 255, 255, 0.2);
  height: 40px;
  margin-bottom: -10px;
  display: flex;
  align-items: center;
  margin-right: 2px;
}
@media only screen and (min-width: 768px) {
  .masthead .masthead__top__left {
    height: 54px;
  }
}
@media only screen and (max-width: 529px) {
  .masthead .masthead__top__left {
    flex-basis: 50%;
    min-width: 50%;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 400px) {
  .masthead .masthead__top__left {
    flex-basis: 70%;
    min-width: 70%;
  }
}
.masthead .masthead__top__left form {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .masthead .masthead__top__left form {
    padding-left: 20px;
  }
}
.masthead .masthead__top__left form:before {
  content: "\f002";
  font-family: "Font Awesome 5 Light";
  font-weight: 300;
  display: none;
}
.masthead .masthead__top__left form svg {
  height: 25px;
  width: 25px;
  position: relative;
  left: 10px;
  color: #DEB841;
}
@media only screen and (max-width: 768px) {
  .masthead .masthead__top__left form svg {
    height: 18px;
    width: 18px;
  }
}
.masthead .masthead__top__left form input[type=text] {
  -webkit-appearance: none;
  border: none;
  color: white;
  font-size: 18px;
  line-height: 25px;
  opacity: 1;
  background: transparent;
  font-weight: 300;
  outline: none;
}
@media only screen and (max-width: 768px) {
  .masthead .masthead__top__left form input[type=text] {
    opacity: 0.5;
    color: #fff;
    font-family: "Mulish";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
  }
}
.masthead .masthead__top__left form input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  background-size: 12px 14px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  outline: none;
  padding-left: 5px;
}
.masthead .masthead__top__right {
  float: right;
  display: flex;
  align-items: center;
  flex-basis: 40%;
  height: 40px;
  margin-top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .masthead .masthead__top__right {
    height: 54px;
  }
}
@media only screen and (max-width: 529px) {
  .masthead .masthead__top__right {
    flex-basis: 50%;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 400px) {
  .masthead .masthead__top__right {
    flex-basis: 30%;
  }
}
.masthead .masthead__top__right i {
  font-size: 18px;
  color: #212529;
}
.masthead .masthead__top__right .login-cta {
  border: 0;
  background: transparent;
}
.masthead .masthead__top__right__number {
  width: 50%;
  background: #DEB841;
  color: #212529;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  font-family: "Hepta Slab";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  margin-right: 2px;
}
.masthead .masthead__top__right__number span {
  max-height: 100%;
  width: auto;
  padding-right: 10px;
}
.masthead .masthead__top__right__number span:nth-child(2) {
  width: 80%;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  .masthead .masthead__top__right__number span:nth-child(2) {
    width: 60%;
  }
}
.masthead .masthead__top__right__number span svg {
  margin-right: 10px;
}
@media only screen and (min-width: 1025px) {
  .masthead .masthead__top__right__number {
    display: flex;
  }
}
.masthead .masthead__top__right__number_mob {
  color: white;
  height: 100%;
  padding-top: 14px;
  font-size-adjust: auto;
}
.masthead .masthead__top__right__number_mob svg {
  color: #DEB841;
  height: 18px;
  width: 18px;
  margin-right: 10px;
}
@media only screen and (max-width: 400px) {
  .masthead .masthead__top__right__number_mob svg {
    margin-right: 0;
  }
}
.masthead .masthead__top__right__number_mob span {
  font-family: "Mulish";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}
@media only screen and (min-width: 1025px) {
  .masthead .masthead__top__right__number_mob {
    display: none;
  }
}
@media only screen and (max-width: 529px) {
  .masthead .masthead__top__right__number_mob {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 400px) {
  .masthead .masthead__top__right__number_mob span {
    display: none;
  }
}
.masthead .masthead__top__right__number a {
  display: none;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .masthead .masthead__top__right__number a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.masthead .masthead__top__right__order {
  width: 50%;
  background: #fff;
  color: #212529;
  padding: 20px 20px;
  max-height: 40px;
  display: none;
  justify-content: space-between;
  font-family: "Hepta Slab";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
}
@media only screen and (min-width: 1025px) {
  .masthead .masthead__top__right__order {
    max-height: 54px;
  }
}
.masthead .masthead__top__right__order span {
  max-height: 100%;
  width: auto;
  max-width: 80%;
  padding-right: 10px;
}
.masthead .masthead__top__right__order span svg {
  margin-right: 10px;
}
@media only screen and (min-width: 1025px) {
  .masthead .masthead__top__right__order {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.masthead .masthead__bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  min-height: 106px;
  background-color: rgba(33, 37, 41, 0);
}
@media only screen and (min-width: 1025px) {
  .masthead .masthead__bottom:hover {
    background-color: white;
  }
  .masthead .masthead__bottom:hover a {
    color: #212529;
  }
}
.masthead .masthead__bottom .container-fluid {
  display: flex;
}
.masthead .masthead__bottom .masthead__logo {
  width: 300px;
  position: static;
}
.masthead .masthead__mastnav {
  width: calc(100% - 300px);
}
@media all and (max-width: 1024px) {
  .masthead .masthead__mastnav {
    display: none;
  }
}
.masthead .masthead__mastnav a {
  color: white;
}
.masthead .masthead__mastnav__menu {
  display: flex;
  justify-content: flex-end;
  height: 56px;
  align-items: center;
}
.masthead .masthead__mastnav__menu__item {
  display: inline;
}
.masthead .masthead__mastnav__menu__item .top-link {
  display: inline-block;
  font-family: "Hepta Slab";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  margin-right: 40px;
  position: relative;
}
.masthead .masthead__mastnav__menu__item .top-link span {
  padding-bottom: 50px;
}
.masthead .masthead__mastnav__menu__item .top-link:hover {
  text-decoration: none;
}
.masthead .masthead__mastnav__menu__item .top-link:hover:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 0;
  z-index: -1;
  height: 60px;
  width: 60px;
  background-image: url("inc/sass/elements/img/Website Design/Images/Watermarked Stock/Layer 2.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.3;
}
.masthead .masthead__mastnav__menu__item:hover .masthead__mastnav__menu__item__submenu {
  opacity: 1;
  visibility: visible;
}
.masthead .masthead__mastnav__menu__item .masthead__mastnav__menu__item__submenu__wrap {
  display: inline-block;
}
.masthead .masthead__mastnav__menu__item.megamenu .masthead__mastnav__menu__item__submenu {
  width: 100%;
  left: 0;
}
.masthead .masthead__mastnav__menu__item.megamenu .masthead__mastnav__menu__item__submenu__wrap {
  display: flex;
}
.masthead .masthead__mastnav__menu__item.megamenu_multi .masthead__mastnav__menu__item__submenu.level2 a {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
.masthead .masthead__mastnav__menu__item.megamenu_multi .masthead__mastnav__menu__item__submenu.level2 a ~ .level3 a {
  color: #212529;
  font-family: "Mulish";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: normal;
}
.masthead .masthead__mastnav__menu__item.megamenu_multi .masthead__mastnav__menu__item__submenu.level2 a ~ .level3 a:hover {
  position: relative;
  left: 5px !important;
}
.masthead .masthead__mastnav__menu__item.megamenu_multi .menu-item.level2 {
  position: relative;
  padding-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.375;
}
.masthead .masthead__mastnav__menu__item.megamenu_multi .menu-item.level2:hover::after {
  width: 100%;
}
.masthead .masthead__mastnav__menu__item.megamenu_multi .menu-item.level2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  background: #DEB841;
  transition: width 0.2s ease-in;
}
.masthead .masthead__mastnav__menu__item.megamenu_multi .cta .submenu__cta {
  background-size: auto 85%;
}
.masthead .masthead__mastnav__menu__item__submenu {
  transition: all 0.2s;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.masthead .masthead__mastnav__menu__item__submenu.level1 {
  margin-top: 40px;
  position: absolute;
  left: auto;
  width: 100vw;
}
.masthead .masthead__mastnav__menu__item__submenu.level1 > .masthead__mastnav__menu__item__submenu__wrap {
  background: white;
}
.masthead .masthead__mastnav__menu__item__submenu__wrap {
  background: white;
  margin: auto;
}
.masthead .masthead__mastnav__menu__item__submenu__wrap img {
  padding-top: 15px;
}
.masthead .masthead__mastnav__menu__item__submenu__wrap__col {
  padding-left: 13.33%;
  padding-top: 40px;
  padding-bottom: 30px;
}
.masthead .masthead__mastnav__menu__item__submenu__wrap__col.cta {
  box-shadow: none;
}
.masthead .masthead__mastnav__menu__item__submenu__wrap .masthead_mastnav_menu__item_submenu_title {
  display: block;
  margin-bottom: 30px;
  font-family: "Hepta Slab";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
  color: #1D1D1D;
}
.masthead .masthead__mastnav__menu__item__submenu__wrap .menu-item.level2 {
  display: block;
  margin-left: 0;
  padding: 12px 0;
  font-family: "Mulish";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  color: #1D1D1D;
}
@media only screen and (max-width: 1024px) {
  .masthead .masthead__mastnav__menu__item__submenu__wrap .menu-item.level2 {
    font-size: 0.875rem;
  }
}
.masthead .masthead__mastnav__menu__item__submenu__wrap .menu-item.level2:hover {
  color: #212529;
  text-decoration: none;
  position: relative;
  left: 5px;
}
.masthead .masthead__mastnav__menu__item__submenu__wrap .menu-item.level3 {
  display: block;
  width: 100%;
  padding: 7px 0;
  font-size: 0.875rem;
  line-height: 1;
  color: #1D1D1D;
}
.masthead .masthead__mastnav__menu__item__submenu__wrap .menu-item.level3:hover {
  text-decoration: none;
  color: #212529;
  position: relative;
  left: 5px;
}
.masthead .masthead__mastnav__menu__item__submenu__wrap .regular-item {
  display: block;
  margin-left: 0px;
  margin-top: 10px;
}
.masthead .masthead__mastnav__menu .cta {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0 0 0 0;
}
@media only screen and (min-width: 1240px) {
  .masthead .masthead__mastnav__menu .cta {
    padding-left: 30px;
  }
}
.masthead .masthead__mastnav__menu .cta .submenu__cta {
  padding-top: 40px;
  padding-bottom: 30px;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  width: 100%;
}
.masthead .masthead__mastnav__menu .cta .submenu__cta__content {
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.masthead .masthead__mastnav__menu .cta .submenu__cta__content__title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 2rem;
  color: #fff;
  font-family: "Hepta Slab";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
.masthead .masthead__mastnav__menu .cta.primary .submenu__cta__content__link, .masthead .masthead__mastnav__menu .cta.secondary .submenu__cta__content__link {
  color: #1D1D1D;
  background: #DEB841;
}
.masthead .masthead__mastnav__menu .cta.primary .submenu__cta__content__link:hover, .masthead .masthead__mastnav__menu .cta.secondary .submenu__cta__content__link:hover {
  background: white;
}
.masthead .masthead__mastnav__menu .cta.primary .submenu__cta__content__link,
.masthead .masthead__mastnav__menu .cta.secondary .submenu__cta__content__link {
  background: #DEB841;
  color: #1D1D1D;
}
.masthead .masthead__mastnav__menu .cta.primary .submenu__cta__content__link:hover,
.masthead .masthead__mastnav__menu .cta.secondary .submenu__cta__content__link:hover {
  color: #1D1D1D;
  background: #fff;
}
.masthead .masthead__mastnav__menu__item.megamenu_multi .cta .submenu__cta {
  padding: 30px;
  min-height: 250px;
  background-color: #212529;
  background-position: 50% 30%;
  background-size: cover;
  transition: 1s;
}
.masthead__mastnav__menu__item.with-shortcode .masthead__mastnav__menu__item__submenu {
  background-image: none !important;
  background-color: #fff !important;
}
.masthead .masthead__mastnav__menu__item.megamenu.with-shortcode .masthead__mastnav__menu__item__submenu {
  left: auto;
  right: 0;
  width: 40%;
}
.masthead__mastnav__menu__item.with-shortcode .masthead__mastnav__menu__item__submenu .nf-form-fields-required {
  display: none;
}
.masthead__mastnav__menu__item.with-shortcode .masthead__mastnav__menu__item__submenu .nf-field-container {
  margin-bottom: 10px;
}
.masthead__mastnav__menu__item.with-shortcode .masthead__mastnav__menu__item__submenu .nf-form-content textarea.ninja-forms-field {
  height: 100px;
}
.masthead .masthead__mastnav__menu__item.megamenu.with-shortcode .masthead__mastnav__menu__item__submenu .submenu__cta__footer {
  padding: 30px;
  background: #51C1B0;
}
.masthead .masthead__mastnav__menu__item.megamenu.with-shortcode .masthead__mastnav__menu__item__submenu .submenu__cta__footer a {
  color: #fff;
  text-decoration: none;
}
.masthead .masthead__mastnav__menu__item.megamenu.with-shortcode .masthead__mastnav__menu__item__submenu .submenu__cta__footer a:hover {
  opacity: 0.8;
  color: #fff;
}
@media only screen and (min-width: 1240px) {
  .masthead .masthead__mastnav__menu .cta {
    padding: 0 0 0 0;
  }
}
.wide-image-text {
  overflow-x: hidden;
}
.text-left-icons-right {
  overflow-x: hidden;
}
.text-image {
  overflow-x: hidden;
}
.articles-list__posts__col__img.post-styles__col__img.post-styles__col__teamimg {
  height: 240px;
}
@media all and (max-width: 991px) {
  .articles-list__posts__col__img.post-styles__col__img.post-styles__col__teamimg {
    height: 350px;
  }
}
@media all and (max-width: 767xpx) {
  .articles-list__posts__col__img.post-styles__col__img.post-styles__col__teamimg {
    height: 80vw;
  }
}
.post-styles {
  text-align: center;
}
.post-styles p {
  line-height: 25px;
}
.post-styles__col__wrap {
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4509803922);
}
.post-styles__col__img {
  height: 250px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.2s;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.post-styles__col__txt {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 30px;
  transition: all 0.2s;
  background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.post-styles__col__txt h4 {
  margin-bottom: 10px;
  transition: all 0.2s;
}
.post-styles__col__txt p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 70px;
}
section.articles-list {
  position: relative;
}
section.articles-list:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-white.svg");
  background-repeat: repeat;
  background-size: auto;
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.articles-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
section.articles-list .articles-list__teamtitle {
  margin-top: 45px;
}
section.articles-list .articles-list__posts__col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  section.articles-list .articles-list__posts__col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
section.articles-list .articles-list_title h2 {
  padding: 40px 0 20px;
  position: relative;
}
@media (min-width: 768px) {
  .featured-articles + .articles-list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .filter .select {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .filter {
    display: flex;
    justify-content: flex-start;
  }
  .filter .select {
    flex-basis: 46%;
  }
  .filter .select:not(:last-child) {
    margin-right: 15px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
:root {
  --select-border: $green;
  --select-focus: $purple;
  --select-arrow: var(--select-border);
}
.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 15ch;
  max-width: 30ch;
  border-bottom: 3px solid #51C1B0;
  padding: 0.25em 3px;
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.4;
}
.select select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0.425em 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  text-transform: uppercase;
  cursor: inherit;
  z-index: 1;
  outline: none;
  color: #282D5B;
}
.bg-dark .select select {
  color: #fff;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-bottom: 3px solid #282D5B;
  border-radius: inherit;
}
.select select, .select::after {
  grid-area: select;
}
.select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: #282D5B;
  clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
}
.bg-dark .select:not(.select--multiple)::after {
  background-color: #fff;
}
.select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}
.card-text-overlay {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: 300px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 35px;
  outline: none;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-image: url(), linear-gradient(to top, #D5D5D5, #EEE);
  background-position: 50% 10%, 0 0;
  background-size: 300px, 100%;
}
.card-text-overlay:hover {
  opacity: 0.8;
  text-decoration: none;
}
.card-text-overlay__wrap {
  position: relative;
}
.card-text-overlay__content__tags {
  margin-bottom: 10px;
}
.card-text-overlay__content__tags__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.card-text-overlay__content__tags__list__item {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  padding: 0 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #282D5B;
  font-size: 0.75em;
}
.card-text-overlay__content__tags__list__item:first-child {
  padding-left: 0;
}
.card-text-overlay__content__tags__list__item:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 10px;
  display: block;
  content: "";
  background-color: #51C1B0;
}
.card-text-overlay__content__title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.16;
  color: #282D5B;
}
@media only screen and (max-width: 719px) {
  .card-text-overlay {
    min-height: 360px;
  }
}
@media only screen and (min-width: 768px) {
  .card-text-overlay {
    justify-content: flex-start;
    background-position: 100% 50%, 0 0;
    background-size: 50%, 100%;
  }
  .card-text-overlay__content {
    text-align: left;
  }
  .card-text-overlay__content__title {
    margin-bottom: 20px;
    font-size: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .card-text-overlay {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
section.based-block-case-studies:not(.full-image-overlay) {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#262e5b+0,73c2be+100 */
  background: rgb(38, 46, 91);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(38, 46, 91) 0%, rgb(115, 194, 190) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(38, 46, 91) 0%, rgb(115, 194, 190) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(38, 46, 91) 0%, rgb(115, 194, 190) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#262e5b", endColorstr="#73c2be", GradientType=0);
  /* IE6-9 */
}
section.based-block-case-studies h2 {
  color: white;
  font-weight: 600;
}
section.based-block-case-studies p,
section.based-block-case-studies span,
section.based-block-case-studies li {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: white;
}
section.based-block-case-studies .wysiwyg * {
  color: white;
}
.based-block-case-studies__top {
  border-radius: 10px;
  min-height: 400px;
  position: relative;
  top: -50px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 150px;
}
@media all and (max-width: 991px) {
  .based-block-case-studies__top {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .based-block-case-studies__top {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.based-block-case-studies__top h2 {
  max-width: 440px;
  margin-bottom: 10px;
}
.based-block-case-studies__top .wysiwyg {
  max-width: 313px;
}
.based-block-case-studies__bottom {
  text-align: center;
  position: relative;
  bottom: -50px;
}
@media all and (max-width: 991px) {
  .based-block-case-studies__bottom {
    bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.based-block-case-studies__bottom__col {
  min-height: 539px;
  display: flex;
  align-items: flex-end;
  position: relative;
  color: white;
}
@media all and (max-width: 991px) {
  .based-block-case-studies__bottom__col {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .based-block-case-studies__bottom__col {
    min-height: 400px;
  }
}
.based-block-case-studies__bottom__col__wrap {
  position: relative;
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}
.based-block-case-studies__bottom__col.col-lg-6 .btn {
  margin-top: 65px;
}
.based-block-case-studies__bottom__col.col-lg-6 .based-block-case-studies__bottom__col__wrap {
  max-width: 452px;
  margin: auto;
  margin-bottom: 30px;
}
.based-block-case-studies__bottom__col.col-lg-6 .based-block-case-studies__bottom__col__wrap p {
  max-width: 337px;
  margin: auto;
}
.based-block-case-studies__bottom__col__bg {
  position: absolute;
  height: 100%;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
}
.based-block-case-studies__bottom__col__bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#262e5b+0,73c2be+100 */
  background: rgb(38, 46, 91);
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgb(38, 46, 91) 0%, rgba(115, 194, 190, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgb(38, 46, 91) 0%, rgba(115, 194, 190, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgb(38, 46, 91) 0%, rgba(115, 194, 190, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="73c2be00", endColorstr="#262e5b ", GradientType=0);
  /* IE6-9 */
  border-radius: 10px;
}
.beef-cuts-guide {
  background-color: #E4E5E6;
}
.beef-cuts-guide select {
  width: 100%;
  padding: 10px 20px;
}
.beef-cuts-guide svg.beef-cut .cut-group .cut {
  cursor: pointer;
  transition: all 0.3s ease;
}
.beef-cuts-guide svg.beef-cut .cut-group:hover .cut {
  opacity: 0.8;
}
.beef-cuts-guide svg.beef-cut .cut-group .marker {
  cursor: pointer;
}
.beef-cuts-guide svg.beef-cut .cut-group .marker .active-marker {
  opacity: 0;
  transition: all 0.3s ease;
}
.beef-cuts-guide svg.beef-cut .cut-group.active .cut {
  fill: white;
}
.beef-cuts-guide svg.beef-cut .cut-group.active .marker .active-marker {
  opacity: 1;
}
@media screen and (max-width: 770px) {
  .beef-cuts-guide svg.beef-cut {
    margin-bottom: 2rem;
  }
}
.beef-cuts-guide .beef-cut-info {
  margin-top: 2rem;
  display: none;
}
.beef-cuts-guide .beef-cut-info.active {
  display: block;
}
.beef-cuts-guide .select-a-cut {
  display: none;
  background-image: url(./select-a-cut-D_XCC2iP.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 270px;
  height: 260px;
  width: 270px;
}
@media screen and (max-width: 770px) {
  .beef-cuts-guide .select-a-cut {
    flex-direction: column;
  }
}
.beef-cuts-guide .select-a-cut.active {
  display: flex;
  margin: 2rem auto;
  position: relative;
}
.beef-cuts-guide .select-a-cut.active h3 {
  transform: rotate(-4deg);
  font-size: 33px;
  max-width: 205px;
  text-align: center;
  margin: 5.5rem 2rem 4rem 1rem;
}
@media screen and (max-width: 770px) {
  .beef-cuts-guide .select-a-cut.active h3 {
    order: 2;
  }
}
.beef-cuts-guide .select-a-cut.active svg {
  position: absolute;
  width: 6rem;
  right: -40px;
  top: 49%;
}
@media screen and (max-width: 770px) {
  .beef-cuts-guide .select-a-cut.active svg {
    transform: rotate(-93deg);
    width: 4rem;
    order: 1;
    right: 41%;
    top: 2%;
  }
}
.beef-cuts-guide .button-group {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.beef-cuts-guide .button-group .btn {
  padding: 10px;
  min-width: 49%;
}
.cuts-accordion .accordion-item {
  background-color: white;
  margin-bottom: 1rem;
}
.cuts-accordion .accordion-item .accordion-title {
  display: flex;
  padding: 1rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.cuts-accordion .accordion-item .accordion-title span {
  font-family: "Hepta Slab", serif;
  font-weight: bold;
}
.cuts-accordion .accordion-item .accordion-title i {
  justify-self: flex-end;
  font-size: 11px;
}
.cuts-accordion .accordion-item .accordion-content {
  padding: 5px 20px 20px 20px;
  display: none;
  transition: height 0.3s ease-in-out;
}
.cuts-accordion .accordion-item .accordion-content p {
  font-size: 16px;
  line-height: 19px;
}
.cuts-accordion .accordion-item.active .accordion-title i {
  --fa: "";
  --fa--fa: "";
}
.cuts-accordion .accordion-item.active .accordion-content {
  display: block;
}
section.centered-text-block {
  text-align: center;
}
section.centered-text-block.background__secondary .wysiwyg a {
  color: #212529 !important;
  font-weight: 800;
}
section.centered-text-block:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-white.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: relative;
  bottom: 20px;
}
section.centered-text-block .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 991px) {
  section.centered-text-block .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  section.centered-text-block .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.centered-text-block h2 {
  max-width: 504px;
  margin: auto;
  margin-bottom: 30px;
}
section.centered-text-block .wysiwyg {
  max-width: 728px;
  margin: auto;
}
section.centered-text-block .wysiwyg ul li {
  list-style: none;
}
section.centered-text-block .wysiwyg ul li:before {
  content: " ";
  background-image: url("/wp-content/img/checkbox.png");
  vertical-align: middle;
  width: 50px;
  background-size: cover;
  display: inline-block;
  height: 50px;
  margin-right: 20px;
}
section.centered-text-block .wysiwyg iframe {
  max-width: 100%;
}
section.centered-text-block .btn-white {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(59, 59, 59, 0.25);
}
section.centered-text-block .btn-white:hover {
  background-color: #212529;
  color: #fff;
}
section#putting-customers, section#social-media {
  text-align: center;
}
section#putting-customers .container-fluid, section#social-media .container-fluid {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 991px) {
  section#putting-customers .container-fluid, section#social-media .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  section#putting-customers .container-fluid, section#social-media .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.centered-text-icons, div.centered-text-icons {
  background-color: #DEB841;
  position: relative;
}
section.centered-text-icons:before, div.centered-text-icons:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-1.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: absolute;
  top: -15px;
}
section.centered-text-icons .container-fluid, div.centered-text-icons .container-fluid {
  padding-top: 100px;
  padding-bottom: 60px;
}
section.centered-text-icons .centered-text-icons__theicons, div.centered-text-icons .centered-text-icons__theicons {
  justify-content: space-around;
}
section.centered-text-icons .centered-text-icons__theicons li, div.centered-text-icons .centered-text-icons__theicons li {
  display: flex;
  list-style: none;
  align-items: center;
  padding-bottom: 40px;
  flex-direction: column;
}
section.centered-text-icons .centered-text-icons__theicons li .image, div.centered-text-icons .centered-text-icons__theicons li .image {
  height: 100px;
  min-height: 60px;
  width: auto;
  min-width: 60px;
  position: relative;
  margin-bottom: 20px;
}
section.centered-text-icons .centered-text-icons__theicons li .image img, div.centered-text-icons .centered-text-icons__theicons li .image img {
  height: 100px;
  min-height: 60px;
  width: auto;
  min-width: 60px;
}
section.centered-text-icons .centered-text-icons__theicons li .image svg, div.centered-text-icons .centered-text-icons__theicons li .image svg {
  position: absolute;
  top: 17px;
  left: 18px;
  height: 25px;
  width: 25px;
  color: #1D1D1D;
}
section.centered-text-icons .centered-text-icons__theicons li h2, section.centered-text-icons .centered-text-icons__theicons li h3, section.centered-text-icons .centered-text-icons__theicons li h4, div.centered-text-icons .centered-text-icons__theicons li h2, div.centered-text-icons .centered-text-icons__theicons li h3, div.centered-text-icons .centered-text-icons__theicons li h4 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
}
section.centered-text-icons .centered-text-icons__theicons li p, div.centered-text-icons .centered-text-icons__theicons li p {
  padding-left: 10px;
  margin-bottom: 20px;
  color: #212529;
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
section.centered-text-icons .centered-text-icons__theicons li a, div.centered-text-icons .centered-text-icons__theicons li a {
  font-weight: 600;
}
section.centered-text-icons .centered-text-icons__theicons__col, div.centered-text-icons .centered-text-icons__theicons__col {
  margin-bottom: 30px;
}
section.centered-text-icons .centered-text-icons__btn, div.centered-text-icons .centered-text-icons__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  section.centered-text-icons .centered-text-icons__btn, div.centered-text-icons .centered-text-icons__btn {
    margin-top: 15px;
  }
}
section.contact-block:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-white.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: relative;
  bottom: 20px;
}
section.contact-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1F1F1F;
  opacity: 0.5;
}
section.contact-block ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0.5;
  color: #1F1F1F;
}
section.contact-block :-ms-input-placeholder {
  /* IE 10+ */
  color: #1F1F1F;
  opacity: 0.55;
}
section.contact-block :-moz-placeholder {
  /* Firefox 18- */
  color: #1F1F1F;
  opacity: 0.5;
}
section.contact-block span.ajax-loader {
  display: none;
}
section.contact-block .breadcrumbs {
  padding-top: 15px;
  padding-bottom: 60px;
}
section.contact-block .container-fluid {
  margin-top: 100px;
}
section.contact-block .acf-map {
  width: 100%;
  height: 600px;
  margin: 20px 0;
  border-radius: 10px;
}
section.contact-block .acf-map img {
  max-width: inherit !important;
}
@media only screen and (min-width: 768px) {
  section.contact-block .contact-block__top {
    flex-wrap: nowrap !important;
  }
}
section.contact-block .contact-block__top__left {
  padding-right: 30px;
}
section.contact-block .contact-block__top__left h2 {
  font-weight: 600;
}
section.contact-block .contact-block__top__left .image {
  height: 300px;
  width: 255px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  border-image: url("/wp-content/img/Website Design/Assets/Imageframe-white.svg") 80 90/70px/45px 45px;
}
section.contact-block .contact-block__top__left .wysiwyg li,
section.contact-block .contact-block__top__left .wysiwyg p,
section.contact-block .contact-block__top__left .wysiwyg span {
  color: #212529;
  font-family: "Mulish";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}
section.contact-block .contact-block__top__left .number:before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  display: none;
}
section.contact-block .contact-block__top__left .number svg {
  color: #DEB841;
  margin-right: 20px;
}
section.contact-block .contact-block__top__left .email:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  display: none;
}
section.contact-block .contact-block__top__left .email svg {
  color: #DEB841;
  margin-right: 20px;
}
section.contact-block .contact-block__top__left__details p {
  margin-bottom: 10px;
}
section.contact-block .contact-block__top__left .accordion {
  position: relative;
  height: max-content;
  color: #212529;
  cursor: pointer;
  padding: 20px 0;
  width: 100%;
  text-align: left;
  border: none;
  font-family: "Hepta Slab";
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  background: white;
  border-bottom: 1px solid #E4E5E6;
}
section.contact-block .contact-block__top__left .accordion span {
  position: absolute;
  right: 10px;
  font-weight: 700;
  color: #bbb;
  font-size: 24px;
}
section.contact-block .contact-block__top__left .accordion:hover {
  background-color: #e4e5e6;
}
section.contact-block .contact-block__top__left .panel {
  margin-top: 5px;
  padding: 5px 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: flex;
  flex-direction: column;
}
section.contact-block .contact-block__top__left .panel p {
  font-family: "Mulish";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
}
section.contact-block .contact-block__top__left .panel a {
  margin-bottom: 10px;
}
section.contact-block .contact-block__top__right p {
  margin-bottom: 20px;
}
section.contact-block .contact-block__top__right .wpcf7-form-control-wrap,
section.contact-block .contact-block__top__right label {
  color: #3B3B3B;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.08px;
  line-height: 21px;
  width: 100%;
  margin-bottom: 15px;
}
section.contact-block .contact-block__top__right .wpcf7-form-control-wrap span,
section.contact-block .contact-block__top__right label span {
  font-weight: bold;
}
section.contact-block .contact-block__top__right .wpcf7-form-control-wrap:before,
section.contact-block .contact-block__top__right label:before {
  font-size: 1rem;
  color: #51C1B0;
  margin-left: 4px;
  margin-top: 1px;
}
section.contact-block .contact-block__top__right .wpcf7-form-control-wrap:after,
section.contact-block .contact-block__top__right label:after {
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  border: 1px solid #51C1B0;
  border-radius: 4px;
}
section.contact-block .contact-block__top__right input[type=text],
section.contact-block .contact-block__top__right input[type=email],
section.contact-block .contact-block__top__right input[type=tel],
section.contact-block .contact-block__top__right textarea {
  line-height: 22px;
  color: #1F1F1F;
  opacity: 75%;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  width: 100%;
}
section.contact-block .contact-block__top__right span.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06px;
}
section.contact-block .contact-block__top__right input[type=submit] {
  min-width: 160px;
  margin: 15px 0;
  background: #DEB841;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 25px;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-appearance: none;
  color: #1D1D1D;
  padding: 7px 21px;
  outline: none;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4470588235);
  -webkit-appearance: none;
  transition: all 0.2s;
}
section.contact-block .contact-block__top__right input[type=submit]:hover {
  background: #1D1D1D;
  color: #fff;
}
section.contact-block .contact-block__top__right span.wpcf7-list-item {
  margin-left: 0;
}
section.contact-block .contact-block__top__right input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
section.contact-block .contact-block__top__right input[type=checkbox] + span {
  position: relative;
  display: block;
  padding-left: 30px;
}
section.contact-block .contact-block__top__right input[type=checkbox] + span:before {
  width: 20px;
  height: 20px;
  border: 1px solid #51C1B0;
  border-radius: 4px;
  margin: 0;
  margin-top: 3px;
  margin-right: 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 991px) {
  section.contact-block .contact-block__top__right input[type=checkbox] + span:before {
    right: 0;
  }
}
section.contact-block .contact-block__top__right input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  background: white;
  width: 14px;
  height: 11px;
  background: url(inc/sass/blocks/img/check.svg);
  background-size: 14px 11px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media all and (max-width: 991px) {
  section.contact-block .contact-block__top__right input[type=checkbox]:checked + span:after {
    right: 15px;
  }
}
section.contact-block .contact-block__top__right input[type=button] {
  height: 40px;
  width: 148px;
  color: #1D1D1D;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: center;
  border-radius: 6px;
  background-color: #DEB841;
  box-shadow: 0 0 4px 0 rgba(59, 59, 59, 0.25);
}
section.contact-block .contact-block__top__right input[type=button]:hover {
  background-color: #1D1D1D;
  color: #fff;
}
@media all and (max-width: 767px) {
  section.contact-block .contact-block__top .checkboxes-send__left {
    float: none;
  }
}
section.contact-block .contact-block__top .checkboxes-send__right {
  float: right;
}
@media all and (max-width: 767px) {
  section.contact-block .contact-block__top .checkboxes-send__right {
    margin-top: 30px;
  }
}
section.contact-block .nf-error.field-wrap .nf-field-element:after {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  margin-top: 10px;
}
section.contact-block .contact-block__bottom__block {
  display: flex;
  gap: 20px;
}
.page-builder-wrap section.wide-image-text .contact-popup {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-title h3 {
  text-transform: uppercase;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap {
  display: grid;
  grid-gap: 28px;
  grid-template-rows: repeat(3, 48px) 93px 74px 80px;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(1) {
  width: 100%;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(2) {
  width: 100%;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(3) {
  width: 100%;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(4) {
  width: 100%;
  grid-column: 2;
  grid-row: 1/span 3;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(5) {
  grid-column: span 2;
  justify-self: center;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(6) {
  display: grid;
  justify-content: center;
  grid-column: span 2;
  justify-self: center;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(7) {
  display: grid;
  grid-column: span 2;
  justify-self: center;
  justify-items: center;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content label {
  color: #3B3B3B;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.08px;
  line-height: 21px;
  width: 100%;
  margin-bottom: 15px;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content label span {
  font-weight: bold;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content input[type=text],
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content input[type=email],
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content input[type=telephone],
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content textarea {
  line-height: 22px;
  color: #1F1F1F;
  opacity: 75%;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  align-self: stretch;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content textarea#nf-field-17 {
  height: 206px;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content span.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06px;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content input[type=button] {
  min-width: 160px;
  margin: 15px 0;
  background: #51C1B0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 25px;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-appearance: none;
  color: white;
  padding: 7px 21px;
  outline: none;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4470588235);
  transition: all 0.2s;
}
.page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content input[type=button]:hover {
  background: #67afab;
}
.field-wrap.listcheckbox-wrap .nf-field-element label:before {
  font-size: 1rem;
  color: #DEB841;
  margin-left: 4px;
  margin-top: 1px;
}
.field-wrap.listcheckbox-wrap .nf-field-element label:after {
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  border: 1px solid #DEB841;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap {
    display: grid;
    grid-gap: 28px;
    grid-template-columns: 1fr;
    grid-template-rows: 48px 48px 48px 206px 108px 74px 80px;
    justify-content: center;
  }
  .page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(1) {
    width: 100%;
  }
  .page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(2) {
    grid-row: span 1;
    width: 100%;
  }
  .page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(3) {
    width: 100%;
  }
  .page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(4) {
    width: 100%;
    grid-row: auto;
    grid-column: auto;
  }
  .page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(5) {
    grid-column: span 1;
    justify-self: center;
  }
  .page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(6) {
    display: grid;
    justify-content: center;
    grid-column: span 1;
    justify-self: center;
  }
  .page-builder-wrap section.wide-image-text .contact-popup .nf-form-layout .nf-form-content nf-fields-wrap nf-field:nth-child(7) {
    display: grid;
    grid-column: span 1;
    justify-self: center;
    justify-items: center;
  }
}
section.cta {
  text-align: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.cta .cta__inner {
  position: relative;
  max-width: 665px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media all and (max-width: 767px) {
  section.cta .cta__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.cta .cta__inner-left {
  margin-left: 0;
  text-align: left;
}
section.cta h2 {
  font-size: 33px;
  line-height: 40px;
  color: white;
}
section.cta .wysiwyg {
  color: white;
}
section.cta .wysiwyg p,
section.cta .wysiwyg li,
section.cta .wysiwyg span {
  color: white;
  line-height: 22px;
}
section.cta.single-cta .btn {
  box-shadow: 0 0 5px 0 #979797;
}
section.cta .btn {
  box-shadow: 0 0 2px 0 #ffffff;
}
.cta {
  position: relative;
  box-shadow: 0 3px 15px 0 rgba(229, 229, 229, 0.5);
}
.cta .container-fluid::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.3);
}
.cta.background__primary .cta .container-fluid::after {
  background: rgba(40, 45, 91, 0.6);
}
.cta.background__primary.background__style__gradient.background__direction__horizontal .container-fluid::after {
  background: linear-gradient(to right, #282d5b, rgba(40, 45, 91, 0));
}
.cta.background__secondary .cta .container-fluid::after {
  background: rgba(81, 193, 176, 0.6);
}
.cta.background__secondary.background__style__gradient.background__direction__horizontal .container-fluid::after {
  background: linear-gradient(to right, #51c1b0, rgba(81, 193, 176, 0));
}
.cta.background__white .cta .container-fluid::after {
  background: rgba(255, 255, 255, 0.6);
}
.cta.background__white.background__style__gradient.background__direction__horizontal .container-fluid::after {
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.cta.background__grey .cta .container-fluid::after {
  background: rgba(255, 255, 255, 0.6);
}
.cta.background__grey.background__style__gradient.background__direction__horizontal .container-fluid::after {
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.cta .submenu__cta {
  background-position: 50% 30%;
  padding-left: 10%;
  padding-right: 10%;
}
.cta .submenu__cta label {
  color: #3B3B3B;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.08px;
  line-height: 21px;
  width: 100%;
  margin-bottom: 15px;
}
.cta .submenu__cta label span {
  font-weight: bold;
}
.cta .submenu__cta .listcheckbox-wrap .nf-field-element label:before {
  font-size: 1rem;
  color: #51C1B0;
  margin-left: 4px;
  margin-top: 1px;
}
.cta .submenu__cta .listcheckbox-wrap .nf-field-element label:after {
  background-color: #FFFFFF;
  width: 20px;
  height: 20px;
  border: 1px solid #51C1B0 !important;
  border-radius: 4px;
}
.cta .submenu__cta input[type=text],
.cta .submenu__cta input[type=email],
.cta .submenu__cta textarea {
  line-height: 22px;
  color: #1F1F1F;
  opacity: 75%;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
}
.cta .submenu__cta input[type=text]::placeholder,
.cta .submenu__cta input[type=email]::placeholder,
.cta .submenu__cta textarea::placeholder {
  color: #3B3B3B;
}
.cta .submenu__cta span.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06px;
}
.cta .submenu__cta input[type=submit] {
  min-width: 160px;
  margin: 15px 0;
  background: #51C1B0;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 25px;
  letter-spacing: 0.06px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-appearance: none;
  color: white;
  padding: 7px 21px;
  outline: none;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4470588235);
  transition: all 0.2s;
}
.cta .submenu__cta input[type=submit]:hover {
  background: #67afab;
}
.cta .submenu__cta span.wpcf7-list-item {
  margin-left: 0;
}
.cta .submenu__cta input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.cta .submenu__cta input[type=checkbox] + span {
  position: relative;
  display: block;
  padding-left: 30px;
}
.cta .submenu__cta input[type=checkbox] + span:before {
  width: 20px;
  height: 20px;
  border: 1px solid #51C1B0;
  border-radius: 4px;
  margin: 0;
  margin-top: 3px;
  margin-right: 10px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 991px) {
  .cta .submenu__cta input[type=checkbox] + span:before {
    right: 0;
  }
}
.cta .submenu__cta input[type=checkbox]:checked + span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  background: white;
  width: 14px;
  height: 11px;
  background: url(inc/sass/blocks/img/check.svg);
  background-size: 14px 11px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media all and (max-width: 991px) {
  .cta .submenu__cta input[type=checkbox]:checked + span:after {
    right: 15px;
  }
}
.cta .submenu__cta input[type=button] {
  height: 40px;
  width: 148px;
  color: #FFFFFF;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 17px;
  text-align: center;
  border-radius: 6px;
  background-color: #51C1B0;
  box-shadow: 0 0 4px 0 rgba(59, 59, 59, 0.25);
}
.submenu__cta__footer {
  background-color: #E5E5E5 !important;
}
.submenu__cta__footer a {
  text-transform: uppercase;
  color: #3D4380 !important;
}
.masthead .masthead__mastnav__menu .cta .submenu__cta {
  background-position: 50% 50%;
}
section.featured-articles.archive-articles .container-fluid {
  padding-bottom: 0;
}
section.featured-articles.archive-articles h2 {
  position: relative;
}
section.featured-articles .breadcrumbs {
  margin-top: -50px;
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  section.featured-articles .breadcrumbs {
    margin-top: 0;
  }
}
section.featured-articles .container-fluid {
  padding-top: 80px;
  padding-bottom: 90px;
}
@media all and (max-width: 767px) {
  section.featured-articles .container-fluid {
    padding-top: 50px;
    padding-bottom: 70px !important;
  }
}
section.featured-articles .featured-articles__posts {
  height: 405px;
}
@media all and (max-width: 767px) {
  section.featured-articles .featured-articles__posts {
    height: auto;
    margin: 0 auto;
  }
}
section.featured-articles .featured-articles__posts .flickity-viewport {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}
@media all and (min-width: 768px) {
  section.featured-articles .featured-articles__posts .flickity-viewport {
    padding-top: 5px;
    height: 480px !important;
    margin: 0 -6px;
    width: auto;
  }
}
section.featured-articles .featured-articles__posts .flickity-slider {
  padding-left: 6px;
  padding-right: 6px;
  left: 144px !important;
}
@media all and (max-width: 991px) {
  section.featured-articles .featured-articles__posts .flickity-slider {
    left: 60px !important;
  }
}
@media all and (max-width: 767px) {
  section.featured-articles .featured-articles__posts .flickity-slider {
    left: 0 !important;
  }
}
section.featured-articles .featured-articles__posts .flickity-slider .post-styles__col__wrap {
  box-shadow: none;
}
section.featured-articles .featured-articles__posts .previous,
section.featured-articles .featured-articles__posts .next {
  background-repeat: no-repeat;
  margin-top: 10px;
  width: 29px;
  height: 29px;
  background-size: 29px 29px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: calc(100% - 30px);
  z-index: 10;
}
section.featured-articles .featured-articles__posts .previous:before,
section.featured-articles .featured-articles__posts .next:before {
  display: none;
}
section.featured-articles .featured-articles__posts .previous svg,
section.featured-articles .featured-articles__posts .next svg {
  display: none;
}
section.featured-articles .featured-articles__posts .next {
  background: url("inc/sass/blocks/img/featuredright.svg");
  left: 510px;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  section.featured-articles .featured-articles__posts .next {
    top: calc(100% + 30px);
    left: 45px;
  }
}
section.featured-articles .featured-articles__posts .previous {
  background: url("inc/sass/blocks/img/featuredleft.svg");
  left: 471px;
  background-repeat: no-repeat;
}
@media all and (max-width: 767px) {
  section.featured-articles .featured-articles__posts .previous {
    top: calc(100% + 30px);
    left: 0;
  }
}
section.featured-articles .featured-articles__posts .flickity-page-dots {
  left: 560px;
  bottom: 23px;
  width: auto;
  top: 380px;
}
@media all and (max-width: 767px) {
  section.featured-articles .featured-articles__posts .flickity-page-dots {
    display: none;
  }
}
section.featured-articles .featured-articles__posts .flickity-page-dots li {
  margin: 0px 4px;
  background: #686F99;
}
section.featured-articles .featured-articles__posts .flickity-page-dots li.is-selected {
  background: #262E5B;
}
section.featured-articles .featured-articles__posts__col {
  display: inline-block;
  max-width: 306px;
  width: 100%;
  transition: all 0.2s;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4509803922);
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  section.featured-articles .featured-articles__posts__col {
    width: 100%;
    max-width: 100%;
  }
}
section.featured-articles .featured-articles__posts__col.is-selected {
  max-width: 445px;
  transform: translateX(-31%);
  z-index: 20;
}
@media all and (max-width: 991px) {
  section.featured-articles .featured-articles__posts__col.is-selected {
    transform: translateX(-15%);
  }
}
@media all and (max-width: 767px) {
  section.featured-articles .featured-articles__posts__col.is-selected {
    transform: translate(0);
    max-width: 100%;
  }
}
section.featured-articles .featured-articles__posts__col.is-selected:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  height: 100%;
  background: white;
  width: 6px;
  z-index: -1;
}
@media all and (max-width: 991px) {
  section.featured-articles .featured-articles__posts__col.is-selected {
    max-width: 360px;
  }
}
@media all and (max-width: 767px) {
  section.featured-articles .featured-articles__posts__col.is-selected h4 {
    margin-bottom: 10px !important;
  }
  section.featured-articles .featured-articles__posts__col.is-selected .featured-articles__posts__col__img {
    height: 143px !important;
  }
}
section.featured-articles .featured-articles__posts__col.is-selected h4 {
  margin-bottom: 30px;
}
section.featured-articles .featured-articles__posts__col.is-selected .featured-articles__posts__col__img {
  height: 208px;
}
section.featured-articles .featured-articles__posts .post-styles__col__txt {
  text-align: left;
  padding-bottom: 5px;
}
section.featured-articles .featured-articles__posts .post-styles__col__txt h2, section.featured-articles .featured-articles__posts .post-styles__col__txt h3, section.featured-articles .featured-articles__posts .post-styles__col__txt h4 {
  color: #282D5B;
}
section.featured-articles .featured-articles__posts .post-styles__col__txt p {
  color: #1D1D1D;
}
section.featured-articles.background__secondary .featured-articles__posts .next {
  background: url("inc/sass/blocks/img/featuredrightwhite.svg");
}
section.featured-articles.background__secondary .featured-articles__posts .previous {
  background: url("inc/sass/blocks/img/featuredleftwhite.svg");
}
section.featured-articles.background__secondary .featured-articles__posts .flickity-page-dots li {
  background: #e2e2e2;
}
section.featured-articles.background__secondary .featured-articles__posts .flickity-page-dots li.is-selected {
  background: #ffffff;
}
section.featured-articles.dark-bg {
  background: #3B3B3B;
}
section.featured-articles.dark-bg .featured-articles__posts__col.is-selected:before {
  background: #3B3B3B;
}
section.featured-articles.dark-bg .featured-articles__posts .next {
  background: url("inc/sass/blocks/img/featuredrightwhite.svg");
}
section.featured-articles.dark-bg .featured-articles__posts .previous {
  background: url("inc/sass/blocks/img/featuredleftwhite.svg");
}
section.featured-articles.dark-bg .featured-articles__posts .flickity-page-dots {
  left: 560px;
  bottom: 40px;
  width: auto;
}
section.featured-articles.dark-bg .featured-articles__posts .flickity-page-dots li {
  background: #aeaeae;
}
section.featured-articles.dark-bg .featured-articles__posts .flickity-page-dots li.is-selected {
  background: #ffffff;
}
section.featured-articles.dark-bg .featured-articles__title h2 {
  color: white;
}
section.featured-articles.dark-bg .post-styles__col__txt {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: white;
}
section.featured-articles.dark-bg .post-styles h4,
section.featured-articles.dark-bg .post-styles p {
  color: black;
}
.minutesread {
  color: white;
  float: right;
  background-color: #3C4380;
  padding: 5px 5px 5px 5px;
  margin: 3px 3px 0 0;
  border-radius: 3px;
  opacity: 0.8;
}
section.hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
section.hero-block .btn {
  background: #DEB841;
  color: #1D1D1D;
  min-width: 218px;
  padding: 10px 20px !important;
  border: none;
}
section.hero-block .btn:hover {
  background: #212529;
  color: #fff;
}
section.hero-block.bg-dark {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151a33+0,262e5b+100 */
  background: rgb(21, 26, 51);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(21, 26, 51) 0%, rgb(38, 46, 91) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(21, 26, 51) 0%, rgb(38, 46, 91) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(21, 26, 51) 0%, rgb(38, 46, 91) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#151a33", endColorstr="#262e5b", GradientType=0);
  /* IE6-9 */
}
section.hero-block.bg-dark h1 {
  color: white;
}
section.hero-block.bg-dark .wysiwyg {
  margin-bottom: 80px;
}
section.hero-block.bg-dark .wysiwyg * {
  color: white;
}
@media screen and (min-width: 768px) {
  section.hero-block.bg-dark .wysiwyg {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  section.hero-block .container-fluid {
    padding-bottom: 30px;
  }
}
section.hero-block .container-fluid h1 {
  color: white;
}
section.hero-block .slick-slide {
  outline: none;
}
section.hero-block .wysiwyg p,
section.hero-block .wysiwyg li,
section.hero-block .wysiwyg span {
  line-height: 25px;
}
section.hero-block .hero-block__titles {
  max-width: 742px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media all and (max-width: 767px) {
  section.hero-block .hero-block__titles {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
section.hero-block .hero-block__titles h1 {
  text-transform: none;
}
section.hero-block .hero-block__blocks {
  text-align: left;
  position: relative;
  bottom: -100px;
  margin-top: -100px;
}
@media all and (max-width: 991px) {
  section.hero-block .hero-block__blocks {
    bottom: 0;
    margin-top: 0;
  }
}
section.hero-block .hero-block__blocks h4 {
  font-weight: 600;
  color: white;
}
section.hero-block .hero-block__blocks__col {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  color: white;
}
section.hero-block .hero-block__blocks__col.col-md-6 {
  min-height: 387px;
}
@media all and (max-width: 767px) {
  section.hero-block .hero-block__blocks__col.col-md-6 {
    min-height: 300px;
  }
}
section.hero-block .hero-block__blocks__col.col-md-4 {
  min-height: 347px;
}
@media all and (max-width: 767px) {
  section.hero-block .hero-block__blocks__col.col-md-4 {
    min-height: 300px;
  }
}
section.hero-block .hero-block__blocks__col__bg {
  position: absolute;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3215686275);
}
section.hero-block .hero-block__blocks__col__bg .darken-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
section.hero-block .hero-block__blocks__col__wrap {
  border-radius: 10px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-top: 25px;
  max-width: 397px;
}
section.hero-block .hero-block__blocks__col__wrap .btn {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  background-color: rgb(255, 255, 255);
  border: none;
}
section.hero-block .hero-block__blocks__col__wrap .btn:hover {
  background-color: #51C1B0 !important;
}
section.hero-block .hero-block__blocks__col .btn2 {
  display: inline-block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  background-color: rgb(255, 255, 255);
  border: none;
  -webkit-appearance: none;
  outline: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.05px;
  border-radius: 6px;
  min-width: 150px;
  text-transform: uppercase;
}
section.hero-block .hero-block__blocks__col .btn2:hover {
  background-color: #51C1B0 !important;
}
section.hero-block .hero-block__blocks__col:hover {
  text-decoration: none;
}
section.hero-block .hero-block__blocks__col:hover .btn2 {
  background-color: white;
}
section.hero-block .hero-block__blocks__col:hover .hero-block__blocks__col__bg {
  filter: blur(1px) grayscale(0.3);
}
section.hero-block .hero-block__blocks__col:hover .hero-block__blocks__col__wrap .btn {
  background-color: white;
}
.project-services {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .project-services {
    margin-bottom: 90px;
  }
}
.project-services__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.project-services__list__item {
  display: block;
  position: relative;
  font-size: 0.75rem;
  line-height: 1;
  color: #282D5B;
  text-transform: uppercase;
}
.project-services__list__item:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 639px) {
  .project-services__list__item {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .project-services__list__item:not(:last-child)::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
  }
}
@media only screen and (min-width: 640px) {
  .project-services__list__item {
    display: inline-block;
  }
  .project-services__list__item:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
  .project-services__list__item:not(:last-child)::after {
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    transform: translateY(-50%);
  }
}
.post-type-archive-projects section.hero-block .container-fluid {
  padding-bottom: 80px;
}
.post-type-archive-projects section.hero-block .wysiwyg {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .post-type-archive-projects section.hero-block .container-fluid {
    padding-bottom: 100px;
  }
}
.projects-list__filter .projects-filter {
  justify-content: center;
}
.projects-list__filter .select {
  max-width: 8.75rem;
}
@media only screen and (min-width: 480px) {
  .projects-list__filter .select:not(:last-child) {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .projects-list__filter .select {
    margin-left: auto;
    margin-right: auto;
  }
}
section.home-hero .container-fluid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
}
section.home-hero p#breadcrumbs {
  color: #E4E5E6;
  font-size: 12px;
}
section.home-hero p#breadcrumbs > span > span a {
  color: #fff !important;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  top: 2px;
  font-size: 16px;
}
section.home-hero p#breadcrumbs > span > span span.breadcrumb_last {
  color: #fff;
  margin-left: 12px;
  position: relative;
  top: 2px;
  font-size: 16px;
}
section.home-hero p#breadcrumbs > span > span > a:nth-of-type(1) {
  display: none;
}
section.home-hero p#breadcrumbs > span > span:before {
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  display: none;
  font-size: 16px;
}
section.home-hero p#breadcrumbs > span > span svg {
  color: #fff;
  position: relative;
  top: 2px;
  height: 16px;
  width: 18px;
  cursor: pointer;
  margin-right: 12px;
}
section.home-hero h1 {
  color: white;
  max-width: 700px;
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  section.home-hero h1 {
    font-family: "Hepta Slab";
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 74px;
    text-align: center;
    max-width: 900px;
  }
}
section.home-hero .home-hero__slider {
  position: relative;
  padding-top: 10rem;
}
section.home-hero .home-hero__slider__slide {
  min-height: 650px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
section.home-hero .home-hero__slider__slide:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.75) 0%, rgba(29, 29, 29, 0.3) 100%);
  top: 0;
  left: 0;
}
section.home-hero .home-hero__slider__slide__content {
  max-width: 550px;
}
section.home-hero .home-hero__slider__slide__content p {
  color: white;
}
section.home-hero .home-hero__slider__slide__arrows {
  display: flex;
  cursor: pointer;
}
section.home-hero .home-hero__slider__slide__arrows__right {
  margin-left: 10px;
}
section.home-hero .home-hero__slider__slide .background-video-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 0;
  z-index: -1;
}
section.home-hero .home-hero__slider__slide .background-video-container:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  display: block;
}
section.home-hero .home-hero__slider__slide .background-video-container iframe, section.home-hero .home-hero__slider__slide .background-video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 130%;
  height: 135%;
}
@media only screen and (min-width: 1300px) {
  section.home-hero .home-hero__slider__slide .background-video-container iframe, section.home-hero .home-hero__slider__slide .background-video-container video {
    height: 200%;
  }
}
section.home-hero .home-hero__bottom {
  background: #E4E5E6;
}
section.home-hero .home-hero__bottom:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture - Grey.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: relative;
  bottom: 20px;
}
section.home-hero .home-hero__bottom.display-none {
  display: none;
}
section.home-hero .home-hero__bottom__iconlinks {
  margin-top: -70px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  section.home-hero .home-hero__bottom__iconlinks {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  section.home-hero .home-hero__bottom__iconlinks {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: 0;
  }
}
section.home-hero .home-hero__bottom__iconlinks__block {
  max-width: 100%;
  width: 100%;
}
section.home-hero .home-hero__bottom__iconlinks__block:hover {
  text-decoration: none;
}
section.home-hero .home-hero__bottom__iconlinks__block__wrap {
  background: #fff;
  position: relative;
  height: 200px;
  min-height: 165px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  margin-bottom: 20px;
  border-style: solid;
  border-image: url("/wp-content/img/Website Design/Assets/Background.svg") 16 / 17px / 17px stretch;
  bottom: 0;
  left: 0;
}
section.home-hero .home-hero__bottom__iconlinks__block__wrap:hover {
  left: 20px;
}
@media only screen and (min-width: 768px) {
  section.home-hero .home-hero__bottom__iconlinks__block__wrap:hover {
    transition: all 0.2s ease-in-out;
    bottom: 20px;
    left: 0;
  }
}
section.home-hero .home-hero__bottom__iconlinks__block__wrap:hover div.home-hero__bottom__iconlinks__block__icon svg {
  transition: all 0.2s ease-in-out;
  transform: rotate(-45deg);
}
section.home-hero .home-hero__bottom__iconlinks__block__wrap img.svg-border {
  z-index: 1;
  max-width: none;
  width: 110%;
  height: 118%;
  position: absolute;
  bottom: -9%;
  left: -5%;
}
section.home-hero .home-hero__bottom__iconlinks__block__wrap > div {
  z-index: 2;
}
section.home-hero .home-hero__bottom__iconlinks__block__icon {
  position: relative;
}
section.home-hero .home-hero__bottom__iconlinks__block__icon img {
  max-height: 50px;
}
section.home-hero .home-hero__bottom__iconlinks__block__icon svg {
  position: absolute;
  left: 25%;
  width: 60%;
  font-size: 28px;
  top: 20%;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
section.home-hero .home-hero__bottom__iconlinks__block__text {
  margin-bottom: 0.75em;
  font-family: "Hepta Slab", serif;
}
section.home-hero .home-hero__bottom__iconlinks__block__text .bottom-line {
  font-weight: 600;
  display: inline;
  color: #1D1D1D;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
section.home-hero .home-hero__bottom__iconlinks__block__text .top-line {
  text-align: center;
  color: #212529;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: normal;
  margin-top: 21px;
  margin-bottom: 10px;
}
section.home-hero .home-hero__bottom__centertext {
  margin: auto;
  margin-top: 75px;
  margin-bottom: 50px;
  max-width: 726px;
  color: #1D1D1D;
  text-align: center;
}
@media all and (max-width: 767px) {
  section.home-hero .home-hero__bottom__centertext {
    margin-top: 0;
    margin-bottom: 0;
  }
}
section.home-hero .home-hero__bottom__centertext h2 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  section.home-hero .home-hero__bottom__centertext h2 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 54px;
  }
}
section.home-hero .home-hero__bottom__centertext p a:hover {
  color: #212529 !important;
}
section.home-hero .home-hero__bottom__blocks {
  position: relative;
  top: 45px;
  margin-top: -45px;
}
section.home-hero .home-hero__bottom__blocks__col {
  min-height: 387px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 1px;
}
@media all and (max-width: 991px) {
  section.home-hero .home-hero__bottom__blocks__col {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  section.home-hero .home-hero__bottom__blocks__col {
    min-height: 300px;
    margin-bottom: 0;
  }
}
section.home-hero .home-hero__bottom__blocks__col__bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 14px;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45098);
}
section.home-hero .home-hero__bottom__blocks__col__bg .darken-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
section.home-hero .home-hero__bottom__blocks h2 {
  font-weight: 600;
  color: white;
  line-height: 44px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
section.latest-news {
  background: #DEB841;
  padding-top: 250px !important;
  margin-top: -250px;
}
section.latest-news:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-1.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: relative;
  bottom: 260px;
  z-index: 1;
}
section.latest-news:after {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-1.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: relative;
  bottom: -8px;
}
section.latest-news h2,
section.latest-news p,
section.latest-news li {
  color: #1D1D1D;
}
section.latest-news .container-fluid {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  section.latest-news .container-fluid {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
section.latest-news .container-fluid .tns-outer .tns-nav {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
section.latest-news .container-fluid .tns-outer .tns-nav button {
  border: none;
  background: none;
  color: grey;
}
section.latest-news .container-fluid .tns-outer .tns-nav button:after {
  content: "•";
  font-size: 40px;
}
section.latest-news .container-fluid .tns-outer .tns-nav button.tns-nav-active {
  color: #1D1D1D;
}
section.latest-news .latest-news__intro {
  padding-left: 15px;
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  section.latest-news .latest-news__intro {
    margin-bottom: 40px;
  }
}
section.latest-news .latest-news__intro__left {
  width: 100%;
}
section.latest-news .latest-news__intro__left__wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
}
section.latest-news .latest-news__intro__left__wrap h2 {
  margin-bottom: 0;
}
section.latest-news .latest-news__intro__left__wrap .btn {
  max-width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
}
section.latest-news .latest-news__intro__left__wrap .btn:after {
  content: "\f061";
  font-family: "Font Awesome 5 Light";
  color: #fff;
  font-size: 30px;
  display: none;
}
section.latest-news .latest-news__intro__left__wrap .btn svg {
  padding: 10px;
  margin-left: 20px;
  height: 40px;
  width: 40px;
  color: #fff;
  background: url("/wp-content/img/Website Design/Assets/Stamp-charcoal.svg");
  background-size: contain;
}
section.latest-news .latest-news__intro__left__wrap .btn svg:hover {
  background: url("/wp-content/img/Website Design/Assets/Stamp-white.svg");
  background-size: contain;
  color: #212529;
}
@media only screen and (min-width: 768px) {
  section.latest-news .latest-news__intro__left__wrap {
    flex-direction: row;
  }
  section.latest-news .latest-news__intro__left__wrap .btn {
    margin-left: auto;
  }
}
section.latest-news .latest-news__intro__left .wysiwyg {
  max-width: 384px;
}
section.latest-news .latest-news__intro__left .wysiwyg p,
section.latest-news .latest-news__intro__left .wysiwyg li,
section.latest-news .latest-news__intro__left .wysiwyg span {
  line-height: 25px;
}
section.latest-news .latest-news__intro__right {
  text-align: right;
}
section.latest-news .latest-news__intro__right img {
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  section.latest-news .latest-news__intro__right {
    text-align: left;
    margin-bottom: 30px;
  }
}
.latest-news__slider {
  transition: all 0.5s;
}
.latest-news__slider a {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: white;
  position: relative;
  justify-content: center;
  outline: none;
}
.latest-news__slider a .latest-news__slider__slide__wrap {
  background: #fff;
  position: relative;
}
.latest-news__slider a .latest-news__slider__slide__wrap .latest-news__slider__slide__image {
  min-height: 200px;
  background-position: center;
  background-size: cover;
}
.latest-news__slider a .latest-news__slider__slide__wrap .latest-news__slider__slide__image .tag {
  background: #212529;
  color: white;
  padding: 2px 20px;
  position: absolute;
  left: 40px;
  top: 33px;
  text-transform: capitalize;
  font-family: "Hepta Slab";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
.latest-news__slider a .latest-news__slider__slide__wrap .latest-news__slider__slide__information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  text-align: left;
}
.latest-news__slider a .latest-news__slider__slide__wrap .latest-news__slider__slide__information h3 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
.latest-news__slider a .latest-news__slider__slide__wrap .latest-news__slider__slide__information p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
.latest-news__slider a .latest-news__slider__slide__wrap .latest-news__slider__slide__information span {
  font-weight: bold;
}
.latest-news__slider a.is-selected {
  height: 387px;
  max-width: 540px;
  margin-left: -50px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .latest-news__slider a.is-selected {
    margin-left: 0;
    margin-right: 0;
    max-width: 320px;
  }
}
.latest-news__slider a.is-selected h2,
.latest-news__slider a.is-selected p {
  opacity: 1;
}
.latest-news__slider p {
  font-size: 21px;
  line-height: 29px;
}
.latest-news__slider {
  transition: all 0.5s;
}
.latest-news__slider a {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: white;
  position: relative;
  justify-content: center;
  outline: none;
}
.latest-news__slider a .latest-news__slider__slide__wrap {
  background: #fff;
  position: relative;
}
.latest-news__slider a .latest-news__slider__slide__wrap .latest-news__slider__slide__image {
  min-height: 200px;
  background-position: center;
  background-size: cover;
}
.latest-news__slider a .latest-news__slider__slide__wrap .latest-news__slider__slide__image .tag {
  background: #212529;
  color: white;
  padding: 2px 20px;
  position: absolute;
  left: 40px;
  top: 33px;
  text-transform: capitalize;
  font-family: "Hepta Slab";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
.latest-news__slider a .latest-news__slider__slide__wrap .latest-news__slider__slide__information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  text-align: left;
}
.latest-news__slider a .latest-news__slider__slide__wrap .latest-news__slider__slide__information h3 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
.latest-news__slider a .latest-news__slider__slide__wrap .latest-news__slider__slide__information p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
.latest-news__slider a .latest-news__slider__slide__wrap .latest-news__slider__slide__information span {
  font-weight: bold;
}
.latest-news__slider a.is-selected {
  height: 387px;
  max-width: 540px;
  margin-left: -50px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .latest-news__slider a.is-selected {
    margin-left: 0;
    margin-right: 0;
    max-width: 320px;
  }
}
.latest-news__slider a.is-selected h2,
.latest-news__slider a.is-selected p {
  opacity: 1;
}
.latest-news__slider p {
  font-size: 21px;
  line-height: 29px;
}
section.recipes-articles {
  background: #fff;
}
section.recipes-articles:after {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-1.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: relative;
  bottom: -8px;
}
section.recipes-articles h2,
section.recipes-articles p,
section.recipes-articles li {
  color: #1D1D1D;
}
section.recipes-articles .container-fluid {
  padding-top: 50px;
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  section.recipes-articles .container-fluid {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
section.recipes-articles .container-fluid .tns-outer .tns-nav {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
section.recipes-articles .container-fluid .tns-outer .tns-nav button {
  border: none;
  background: none;
  color: grey;
}
section.recipes-articles .container-fluid .tns-outer .tns-nav button:after {
  content: "•";
  font-size: 40px;
}
section.recipes-articles .container-fluid .tns-outer .tns-nav button.tns-nav-active {
  color: #1D1D1D;
}
section.recipes-articles .recipes-articles__intro {
  padding-left: 15px;
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  section.recipes-articles .recipes-articles__intro {
    margin-bottom: 40px;
  }
}
section.recipes-articles .recipes-articles__intro__left {
  width: 100%;
}
section.recipes-articles .recipes-articles__intro__left__wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
}
section.recipes-articles .recipes-articles__intro__left__wrap h2 {
  margin-bottom: 0;
}
section.recipes-articles .recipes-articles__intro__left__wrap .btn {
  max-width: max-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
}
section.recipes-articles .recipes-articles__intro__left__wrap .btn:after {
  content: "\f061";
  font-family: "Font Awesome 5 Light";
  color: #fff;
  font-size: 30px;
  display: none;
}
section.recipes-articles .recipes-articles__intro__left__wrap .btn svg {
  padding: 10px;
  margin-left: 20px;
  height: 40px;
  width: 40px;
  color: #fff;
  background: url("/wp-content/img/Website Design/Assets/Stamp-charcoal.svg");
  background-size: contain;
}
section.recipes-articles .recipes-articles__intro__left__wrap .btn svg:hover {
  background: url("/wp-content/img/Website Design/Assets/Stamp-white.svg");
  background-size: contain;
  color: #212529;
}
@media only screen and (min-width: 768px) {
  section.recipes-articles .recipes-articles__intro__left__wrap {
    flex-direction: row;
  }
  section.recipes-articles .recipes-articles__intro__left__wrap .btn {
    margin-left: auto;
  }
}
section.recipes-articles .recipes-articles__intro__left .wysiwyg {
  max-width: 384px;
}
section.recipes-articles .recipes-articles__intro__left .wysiwyg p,
section.recipes-articles .recipes-articles__intro__left .wysiwyg li,
section.recipes-articles .recipes-articles__intro__left .wysiwyg span {
  line-height: 25px;
}
section.recipes-articles .recipes-articles__intro__right {
  text-align: right;
}
section.recipes-articles .recipes-articles__intro__right img {
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  section.recipes-articles .recipes-articles__intro__right {
    text-align: left;
    margin-bottom: 30px;
  }
}
.recipes-articles__slider {
  transition: all 0.5s;
}
.recipes-articles__slider a {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: white;
  position: relative;
  justify-content: center;
  outline: none;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap {
  background: #fff;
  position: relative;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap .recipes-articles__slider__slide__image {
  min-height: 200px;
  background-position: center;
  background-size: cover;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap .recipes-articles__slider__slide__image .tag {
  background: #212529;
  color: white;
  padding: 2px 20px;
  position: absolute;
  left: 40px;
  top: 33px;
  text-transform: capitalize;
  font-family: "Hepta Slab";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap .recipes-articles__slider__slide__information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  text-align: left;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap .recipes-articles__slider__slide__information h3 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap .recipes-articles__slider__slide__information p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap .recipes-articles__slider__slide__information span {
  font-weight: bold;
}
.recipes-articles__slider a.is-selected {
  height: 387px;
  max-width: 540px;
  margin-left: -50px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .recipes-articles__slider a.is-selected {
    margin-left: 0;
    margin-right: 0;
    max-width: 320px;
  }
}
.recipes-articles__slider a.is-selected h2,
.recipes-articles__slider a.is-selected p {
  opacity: 1;
}
.recipes-articles__slider p {
  font-size: 21px;
  line-height: 29px;
}
.recipes-articles__slider {
  transition: all 0.5s;
}
.recipes-articles__slider a {
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
  display: flex;
  align-items: flex-end;
  width: 100%;
  color: white;
  position: relative;
  justify-content: center;
  outline: none;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap {
  background: #fff;
  position: relative;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap .recipes-articles__slider__slide__image {
  min-height: 200px;
  background-position: center;
  background-size: cover;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap .recipes-articles__slider__slide__image .tag {
  background: #212529;
  color: white;
  padding: 2px 20px;
  position: absolute;
  left: 40px;
  top: 33px;
  text-transform: capitalize;
  font-family: "Hepta Slab";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap .recipes-articles__slider__slide__information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  text-align: left;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap .recipes-articles__slider__slide__information h3 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap .recipes-articles__slider__slide__information p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
.recipes-articles__slider a .recipes-articles__slider__slide__wrap .recipes-articles__slider__slide__information span {
  font-weight: bold;
}
.recipes-articles__slider a.is-selected {
  height: 387px;
  max-width: 540px;
  margin-left: -50px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .recipes-articles__slider a.is-selected {
    margin-left: 0;
    margin-right: 0;
    max-width: 320px;
  }
}
.recipes-articles__slider a.is-selected h2,
.recipes-articles__slider a.is-selected p {
  opacity: 1;
}
.recipes-articles__slider p {
  font-size: 21px;
  line-height: 29px;
}
section.logos {
  margin-top: 50px;
  margin-bottom: 50px;
}
section.logos .container-fluid {
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  section.logos .container-fluid {
    flex-direction: row;
  }
}
section.logos .container-fluid .preamble p {
  font-family: "Hepta Slab";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
@media only screen and (min-width: 768px) {
  section.logos .container-fluid .preamble p {
    padding-right: 132px;
  }
}
section.logos .container-fluid .logo img {
  height: 72px;
  object-fit: contain;
  margin-bottom: 20px;
}
section.meet-the-team-block {
  text-align: center;
}
section.meet-the-team-block .container-fluid {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  section.meet-the-team-block .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.meet-the-team-block h1, section.meet-the-team-block h2, section.meet-the-team-block h3, section.meet-the-team-block h4, section.meet-the-team-block h5, section.meet-the-team-block p {
  color: white;
}
section.meet-the-team-block .wysiwyg {
  max-width: 720px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  section.meet-the-team-block .wysiwyg {
    margin-top: 0;
  }
}
section.meet-the-team-block .btn {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.6);
}
section.meet-the-team-block .btn:hover {
  background: white;
}
section.meet-the-team-block .meet-the-team-block__titles {
  max-width: 807px;
  margin: auto;
  margin-bottom: 30px;
}
section.meet-the-team-block .meet-the-team-block__members {
  margin-top: 60px;
}
@media all and (max-width: 767px) {
  section.meet-the-team-block .meet-the-team-block__members {
    margin-top: 45px;
  }
}
section.meet-the-team-block .meet-the-team-block__members a {
  display: block;
  min-height: 259px;
  position: relative;
}
@media all and (max-width: 767px) {
  section.meet-the-team-block .meet-the-team-block__members a {
    margin-bottom: 30px;
  }
}
section.meet-the-team-block .meet-the-team-block__members a .meet-the-team-block__members__col__bg {
  position: absolute;
  height: 100%;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3215686275);
}
section.meet-the-team-block .meet-the-team-block__members a .meet-the-team-block__members__col__bg:hover {
  filter: blur(1px) grayscale(0.3);
}
section.meet-the-team-block .full-image-overlay {
  top: 0;
  margin-bottom: 0;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.321569);
  padding: 0;
  position: relative;
}
section.meet-the-team-block .full-image-overlay .darken-background {
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.3);
}
section.meet-the-team-block .full-image-overlay__content {
  text-align: left;
  position: absolute;
  top: 50px;
  left: 50px;
}
@media all and (min-width: 768px) {
  section.meet-the-team-block .full-image-overlay {
    margin-top: 25px;
  }
}
@media all and (min-width: 1024px) {
  section.meet-the-team-block .full-image-overlay__content h2 {
    max-width: 440px;
  }
  section.meet-the-team-block .full-image-overlay__content .wysiwyg {
    max-width: 330px;
    margin-left: 0;
  }
}
section.semci-block {
  text-align: center;
}
section.semci-block .container-fluid {
  padding-top: 80px;
  padding-bottom: 80px;
}
section.semci-block .semci-block__container {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.321569);
  padding-top: 75px;
  padding-bottom: 75px;
}
@media all and (max-width: 767px) {
  section.semci-block .semci-block__container {
    padding-top: 50px;
    padding-bottom: 50px;
    top: 50px;
  }
}
section.semci-block .semci-block__container .semci-block__text,
section.semci-block .semci-block__container .semci-block__icons {
  position: relative;
  z-index: 10;
}
section.semci-block .semci-block__container .semci-block__text {
  max-width: 727px;
  margin: auto;
}
section.semci-block .semci-block__container .semci-block__text h2 {
  margin-bottom: 50px;
}
section.semci-block .semci-block__container .semci-block__text .wysiwyg {
  max-width: 684px;
  margin: auto;
  margin-bottom: 60px;
}
section.semci-block .semci-block__container .semci-block__icons {
  max-width: 966px;
  margin: auto;
}
section.semci-block .semci-block__container .semci-block__icons img {
  max-height: 80px;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  section.semci-block .semci-block__container .semci-block__icons img {
    max-height: 50px;
    margin-bottom: 15px;
  }
}
section.semci-block .semci-block__container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#262e5b+0,73c2be+100 */
  background: rgb(38, 46, 91);
  /* Old browsers */
  background: -moz-linear-gradient(bottom, rgb(38, 46, 91) 0%, rgba(38, 46, 91, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgb(38, 46, 91) 0%, rgba(38, 46, 91, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgb(38, 46, 91) 0%, rgba(38, 46, 91, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="73c2be00", endColorstr="#262e5b ", GradientType=0);
  /* IE6-9 */
  border-radius: 10px;
}
section.semci-block h2,
section.semci-block h4 {
  color: white;
}
section.semci-block .wysiwyg * {
  color: white;
}
section.semci-block .wysiwyg p,
section.semci-block .wysiwyg li,
section.semci-block .wysiwyg span {
  line-height: 25px;
  font-weight: 600;
}
section.small-banner {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
section.small-banner .container-fluid {
  padding-top: 100px;
  padding-bottom: 40px;
}
section.small-banner h1 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
section.text-image .text-image__text {
  padding-right: 80px;
  margin-top: 15px;
}
@media all and (max-width: 767px) {
  section.text-image .text-image__text {
    padding-right: 15px;
    text-align: center;
  }
}
section.text-image .text-image__image {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 767px) {
  section.text-image .text-image__image {
    margin-bottom: 30px;
    text-align: center;
  }
}
section.text-image__indent .text-image__text {
  padding-right: 15px;
}
section.text-image .container-fluid {
  padding-top: 120px;
  padding-bottom: 160px;
}
@media all and (max-width: 767px) {
  section.text-image .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.text-image .wysiwyg {
  margin-bottom: 35px;
}
section.text-image .wysiwyg p, section.text-image .wysiwyg li, section.text-image .wysiwyg span {
  line-height: 25px;
}
section.text-image .btn {
  background: #DEB841;
}
section.text-image img {
  border-radius: 10px;
}
#great-design .container-fluid {
  padding-bottom: 0;
}
section.text-left-icons-right .container-fluid {
  padding-top: 125px;
  padding-bottom: 60px;
}
@media all and (max-width: 767px) {
  section.text-left-icons-right .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.text-left-icons-right .text-left-icons-right__row__text {
  margin-bottom: 30px;
}
section.text-left-icons-right .text-left-icons-right__row__icons {
  padding-left: 60px;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  section.text-left-icons-right .text-left-icons-right__row__icons {
    padding-left: 0;
    margin: 0;
  }
}
section.text-left-icons-right .text-left-icons-right__row__icons__col img {
  max-height: 40px;
}
section.text-left-icons-right .text-left-icons-right__row__icons__col h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  section.text-left-icons-right .text-left-icons-right__row__icons__col {
    text-align: center;
  }
}
section.text-left-icons-right p {
  line-height: 25px;
}
section.text-list .container-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media all and (max-width: 767px) {
  section.text-list .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.text-list .text-list__title h2 {
  max-width: 440px;
}
@media all and (max-width: 767px) {
  section.text-list .text-list__title h2 {
    max-width: 100%;
    text-align: center;
  }
}
section.text-list .wysiwyg {
  max-width: 365px;
}
@media all and (max-width: 767px) {
  section.text-list .wysiwyg {
    max-width: 100%;
    text-align: center;
  }
}
section.text-list .wysiwyg p,
section.text-list .wysiwyg li,
section.text-list .wysiwyg span {
  line-height: 25px;
}
section.text-list .text-list__list__accordion__wrap {
  margin-bottom: 30px;
}
section.text-list .text-list__list button {
  -webkit-appearance: none;
  background: none;
  border: none;
  font-weight: 600;
  line-height: 25px;
  outline: none;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 0;
  padding-right: 30px;
}
section.text-list .text-list__list button:after {
  content: "-";
  position: absolute;
  right: 0;
  color: #AEAEAE;
  top: 0;
}
section.text-list .text-list__list button.collapsed:after {
  content: "+";
}
section.text-tall-image {
  position: relative;
}
section.text-tall-image.background__secondary p a {
  color: #212529 !important;
  text-decoration: underline;
}
section.text-tall-image.background__secondary p a:hover {
  font-weight: bold;
}
section.text-tall-image:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-white.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: absolute;
  top: -10px;
}
section.text-tall-image .btn-white {
  color: #3B3B3B;
}
@media all and (max-width: 767px) {
  section.text-tall-image .container-fluid {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
section.text-tall-image .container-fluid .row .text-tall-image__text {
  padding-top: 100px;
  padding-bottom: 110px;
}
@media all and (max-width: 767px) {
  section.text-tall-image .container-fluid .row .text-tall-image__text {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
section.text-tall-image .container-fluid .row .text-tall-image__image {
  margin-top: -45px;
}
@media all and (max-width: 767px) {
  section.text-tall-image .container-fluid .row .text-tall-image__image {
    margin-top: 0;
    text-align: center;
  }
}
section.text-tall-image .container-fluid .row .text-tall-image__image img {
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3215686275);
}
section.text-tall-image .wysiwyg {
  max-width: 568px;
}
@media all and (max-width: 767px) {
  section.text-tall-image .wysiwyg {
    max-width: 100%;
  }
}
section.text-tall-image .wysiwyg p, section.text-tall-image .wysiwyg span, section.text-tall-image .wysiwyg li {
  line-height: 25px;
}
@media all and (max-width: 767px) {
  section#what-we-deliver .wysiwyg {
    text-align: left;
  }
}
section.two-column-block {
  position: relative;
}
section.two-column-block:before {
  content: "";
  background: url("inc/sass/blocks/img/Website Design/Assets/Texture-white.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: absolute;
  top: -10px;
  z-index: 0;
}
section.two-column-block .container-fluid {
  padding: 100px 47px 0 47px;
}
@media only screen and (min-width: 768px) {
  section.two-column-block .container-fluid {
    padding: 100px 0 80px 0;
  }
}
section.two-column-block .container-fluid .head {
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
  text-align: center;
}
section.two-column-block .container-fluid .head .title h2, section.two-column-block .container-fluid .head .title h3 {
  color: #1D1D1D;
  margin-bottom: 50px;
  font-family: "Hepta Slab";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 54px;
  text-align: center;
}
@media all and (max-width: 767px) {
  section.two-column-block .container-fluid .head .title h2, section.two-column-block .container-fluid .head .title h3 {
    margin-bottom: 30px;
  }
}
section.two-column-block .container-fluid .head .text p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
section.two-column-block .container-fluid .columns {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  section.two-column-block .container-fluid .columns {
    gap: 50px;
    flex-direction: row;
  }
}
section.two-column-block .container-fluid .columns .column {
  margin-bottom: 100px;
  flex-basis: 50%;
}
@media only screen and (min-width: 768px) {
  section.two-column-block .container-fluid .columns .column {
    margin-bottom: 40px;
  }
}
section.two-column-block .container-fluid .columns .column .image {
  border-style: solid;
  border-image: url("inc/sass/blocks/img/Website Design/Assets/Imageframe-white.svg") 80 90/70px/45px 45px;
  height: 100%;
  width: 100%;
  background-size: cover;
  height: 50vw;
  margin-bottom: 30px;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  section.two-column-block .container-fluid .columns .column .image {
    height: min(405px, 30vw);
  }
}
section.two-column-block .container-fluid .columns .column .image img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
}
section.two-column-block .container-fluid .columns .column .information {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
section.two-column-block .container-fluid .columns .column .information .title h4, section.two-column-block .container-fluid .columns .column .information .title h3 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
}
section.two-column-block .container-fluid .columns .column .information .text p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  padding: 0 46px;
}
section.wide-image-text .container-fluid {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  section.wide-image-text .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
section.wide-image-text img {
  border-radius: 10px;
}
section.wide-image-text .wysiwyg * {
  color: black;
  font-size: 18px;
  line-height: 29px;
}
section.wide-image-text .wysiwyg a {
  color: #51C1B0;
}
section.wide-image-text .wysiwyg .text-image__text {
  padding-left: 0;
  padding-top: 30px;
}
section.wide-image-text .text-image__text__wrap {
  max-width: 279px;
}
@media all and (max-width: 767px) {
  section.wide-image-text .text-image__text__wrap {
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
section.wide-image-text .contact-popup {
  display: none;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.321569);
}
section.wide-image-text .contact-popup h3,
section.wide-image-text .contact-popup .nf-form-fields-required {
  text-align: center;
}
section.wide-image-text .contact-popup nf-field {
  width: calc(50% - 15px);
  float: left;
  display: block;
}
section.wide-image-text .contact-popup nf-field:nth-child(2) {
  float: right;
}
section.wide-image-text .contact-popup nf-field:nth-child(6) {
  float: none;
  width: 100%;
}
section.wide-image-text .contact-popup nf-field:last-child {
  float: none;
  width: 100%;
}
section.wide-image-text .contact-popup .nf-form-content textarea.ninja-forms-field {
  height: 280px;
}
@media (max-width: 767px) {
  section.wide-image-text .contact-popup nf-field {
    float: none !important;
    width: 100% !important;
  }
}
section#great-design-importance .container-fluid {
  padding-top: 0;
}
#roughly {
  position: relative;
  top: 8px;
}
/**
 * Styles specific to the carousel block
 */
section.image-carousel .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  section.image-carousel .container-fluid {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1024px) {
  section.image-carousel .container-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section.image-carousel .image-carousel__title {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section.image-carousel .image-carousel__title > * {
  margin-bottom: 20px;
  line-height: 1.16;
}
section.image-carousel .image-carousel__content {
  text-align: center;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
section.image-carousel .image-carousel__slider {
  margin-top: 30px;
}
section.image-carousel .image-carousel__slider_slide {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 420px) {
  section.image-carousel .image-carousel__slider_slide {
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  section.image-carousel .image-carousel__slider_slide {
    width: 33.33333%;
  }
}
@media screen and (min-width: 768px) {
  section.image-carousel .image-carousel__slider {
    margin-top: 45px;
  }
  section.image-carousel .image-carousel__slider_slide {
    width: 25%;
  }
}
/**
 * Styles specific to the carousel block
 */
section.carousel-overlay {
  position: relative;
  z-index: 2;
  background: transparent;
  overflow: hidden;
}
section.carousel-overlay:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-white.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: relative;
  top: -10px;
}
section.carousel-overlay .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  section.carousel-overlay .container-fluid {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (min-width: 1024px) {
  section.carousel-overlay .container-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section.carousel-overlay .container-fluid .tns-outer {
  position: relative;
  display: flex;
  flex-direction: column;
}
section.carousel-overlay .container-fluid .tns-outer .tns-controls {
  position: absolute;
  top: 45%;
  display: flex;
  width: 100%;
  z-index: 5;
}
section.carousel-overlay .container-fluid .tns-outer .tns-controls button {
  border: none;
  width: 50px;
  height: 50px;
  color: transparent;
  font-size: 0px;
  background: url("/wp-content/img/Website Design/Assets/Stamp-white.svg");
  background-size: contain;
}
section.carousel-overlay .container-fluid .tns-outer .tns-controls button:hover {
  background: url("/wp-content/img/Website Design/Assets/Stamp.svg");
  background-size: contain;
}
section.carousel-overlay .container-fluid .tns-outer .tns-controls button:nth-child(1) {
  position: absolute;
  left: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.carousel-overlay .container-fluid .tns-outer .tns-controls button:nth-child(1):after {
  content: "\f060";
  font-family: "Font Awesome 5 Light";
  color: #1D1D1D;
  font-size: 16px;
  display: none;
}
section.carousel-overlay .container-fluid .tns-outer .tns-controls button:nth-child(1) svg {
  height: 25px;
  width: 25px;
  color: #1D1D1D;
}
section.carousel-overlay .container-fluid .tns-outer .tns-controls button:nth-child(1):disabled {
  display: none;
}
section.carousel-overlay .container-fluid .tns-outer .tns-controls button:nth-child(2) {
  position: absolute;
  right: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.carousel-overlay .container-fluid .tns-outer .tns-controls button:nth-child(2):after {
  content: "\f061";
  font-family: "Font Awesome 5 Light";
  color: #1D1D1D;
  font-size: 16px;
  display: none;
}
section.carousel-overlay .container-fluid .tns-outer .tns-controls button:nth-child(2) svg {
  height: 25px;
  width: 25px;
  color: #1D1D1D;
}
section.carousel-overlay .container-fluid .tns-outer .tns-controls button:nth-child(2):disabled {
  display: none;
}
section.carousel-overlay .container-fluid .tns-outer .tns-nav {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
section.carousel-overlay .container-fluid .tns-outer .tns-nav button {
  border: none;
  background: none;
  color: grey;
}
section.carousel-overlay .container-fluid .tns-outer .tns-nav button:after {
  content: "•";
  font-size: 40px;
}
section.carousel-overlay .container-fluid .tns-outer .tns-nav button.tns-nav-active {
  color: #1D1D1D;
}
section.carousel-overlay .carousel-overlay__content {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
section.carousel-overlay .carousel-overlay__intro + .carousel-overlay__slider {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  section.carousel-overlay .carousel-overlay__intro + .carousel-overlay__slider {
    margin-top: 45px;
  }
}
section.carousel-overlay .carousel-overlay__slider .slider-child {
  margin-bottom: 35px;
  box-shadow: 0 0 5px rgba(59, 59, 59, 0.25);
  background-image: url(), linear-gradient(to left, #FDFDFD, #E9E9E9);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  section.carousel-overlay .carousel-overlay__slider .slider-child {
    top: 50px;
  }
}
section.carousel-overlay .carousel-overlay__slider .slider-child.is-selected {
  max-height: 400px;
  top: 0;
  z-index: 2;
}
section.carousel-overlay .carousel-overlay__slider .slider-child.is-below-selected a {
  display: none;
}
@media only screen and (min-width: 768px) {
  section.carousel-overlay .carousel-overlay__slider .slider-child.is-below-selected {
    margin-right: -100px;
    margin-left: 100px;
    z-index: 1;
  }
}
section.carousel-overlay .carousel-overlay__slider .slider-child.is-above-selected a {
  display: none;
}
@media only screen and (min-width: 768px) {
  section.carousel-overlay .carousel-overlay__slider .slider-child.is-above-selected {
    margin-left: -100px;
    margin-right: 100px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  section.carousel-overlay .carousel-overlay__slider .slider-child {
    justify-content: flex-start;
    max-height: 300px;
  }
  section.carousel-overlay .carousel-overlay__slider .slider-child.is-selected {
    max-width: 620px;
  }
}
section.carousel-overlay .carousel-overlay__slider .slider-child:hover {
  text-decoration: none;
}
section.carousel-overlay .carousel-overlay__slider .slider-child:hover.is-selected:before {
  background: rgba(40, 45, 91, 0.25);
}
section.carousel-overlay .carousel-overlay__slider .slider-child.is-selected:before {
  background: transparent;
  transition: all 0.2s;
}
section.carousel-overlay .carousel-overlay__slider .slider-child.is-selected {
  box-shadow: 0 0 10px rgba(59, 59, 59, 0.25);
}
section.carousel-overlay .carousel-overlay__slide__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 20%;
}
section.carousel-overlay .carousel-overlay__slide__content strong {
  font-family: "Hepta Slab";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
}
section.carousel-overlay .carousel-overlay__slide__content p {
  max-width: 80%;
  margin: 0 auto 20px;
  text-align: center;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
section.carousel-overlay .carousel-overlay__slide__content::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(67, 87, 107, 0) 0%, rgba(32, 44, 57, 0.5) 100%);
  z-index: -1;
}
section.carousel-overlay .carousel-overlay__slide__content__tags {
  margin-bottom: 10px;
}
section.carousel-overlay .carousel-overlay__slide__content__tags__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
section.carousel-overlay .carousel-overlay__slide__content__tags__list-item {
  position: relative;
  margin-bottom: 4px;
  padding: 4px 0;
  line-height: 1;
  text-transform: uppercase;
  color: #282D5B;
  font-size: 0.875em;
}
section.carousel-overlay .carousel-overlay__slide__content__tags__list-item:not(:last-child)::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #51C1B0;
  transform: translateX(-50%);
  max-width: 110px;
}
@media screen and (min-width: 768px) {
  section.carousel-overlay .carousel-overlay__slide__content__tags__list {
    display: flex;
  }
  section.carousel-overlay .carousel-overlay__slide__content__tags__list-item {
    display: inline-block;
    padding: 0 10px;
    font-size: 0.75em;
    max-width: 110px;
  }
  section.carousel-overlay .carousel-overlay__slide__content__tags__list-item:not(:last-child)::after {
    display: none;
  }
  section.carousel-overlay .carousel-overlay__slide__content__tags__list-item:first-child {
    padding-left: 0;
  }
  section.carousel-overlay .carousel-overlay__slide__content__tags__list-item:last-child {
    padding-right: 0;
  }
  section.carousel-overlay .carousel-overlay__slide__content__tags__list-item:not(:last-child) {
    border-right: 1px solid #51C1B0;
  }
}
section.carousel-overlay .carousel-overlay__slide__content__title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.16;
  color: white;
}
@media only screen and (min-width: 768px) {
  section.carousel-overlay .carousel-overlay__slide__content__title {
    margin-bottom: 20px;
    font-size: 2em;
  }
}
section.carousel-overlay .carousel-overlay__slide__content p {
  color: white;
}
@media only screen and (min-width: 768px) {
  section.carousel-overlay .carousel-overlay__slide__content {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-overlay.vertical.overflow {
    margin-bottom: -100px;
  }
  .carousel-overlay.vertical.overflow + * {
    padding-top: 100px;
  }
}
#associatedcompanylogos .container-fluid .row .image-carousel__slider:after {
  content: "flickity";
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  #associatedcompanylogos .container-fluid .row .image-carousel__slider:after {
    content: "";
  }
}
@media only screen and (max-width: 768px) {
  #associatedcompanylogos .container-fluid .row .image-carousel__slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    grid-gap: 20px;
  }
  #associatedcompanylogos .container-fluid .row .image-carousel__slider div {
    padding: 20px 0;
    width: 50%;
  }
  #associatedcompanylogos .container-fluid .row .image-carousel__slider div > img {
    max-width: 100%;
    max-height: 25vw;
    object-fit: contain;
  }
  #associatedcompanylogos .container-fluid .row .image-carousel__slider div:last-child {
    grid-column: span 2;
    width: 25%;
  }
}
@media only screen and (max-width: 420px) {
  #associatedcompanylogos .container-fluid .row .image-carousel__slider {
    grid-template-columns: 1fr;
    justify-items: center;
    grid-gap: 20px;
  }
  #associatedcompanylogos .container-fluid .row .image-carousel__slider div:last-child {
    grid-column: span 1;
    width: 50%;
    margin-top: 20px;
  }
}
#associatedcompanylogos .container-fluid .row .image-carousel__slider .flickity-viewport .flickity-slider .image-carousel__slider_slide {
  max-height: 100px;
}
#associatedcompanylogos .container-fluid .row .image-carousel__slider .flickity-viewport .flickity-slider .image-carousel__slider_slide:nth-of-type(2) {
  left: 28% !important;
}
#associatedcompanylogos .container-fluid .row .image-carousel__slider .flickity-viewport .flickity-slider .image-carousel__slider_slide:nth-of-type(3) {
  left: 56% !important;
  margin-top: 20px;
}
#associatedcompanylogos .container-fluid .row .image-carousel__slider .flickity-viewport .flickity-slider img {
  width: auto;
  object-fit: contain;
}
.carousel-overlay__slider__slide__wrap .carousel-overlay__slide__content {
  max-width: 300px;
}
.general-carousel {
  background: #E4E5E6;
}
.general-carousel__slider {
  margin-bottom: 60px !important;
}
.general-carousel__slider .slick-dots li button:before {
  font-size: 20px;
}
.general-carousel__slider_slide {
  background: #E4E5E6;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.general-carousel__slider_slide .slide-inner {
  border-style: solid;
  border-image: url("/wp-content/img/Website Design/Assets/Background.svg") 16 / 17px / 17px stretch;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 80%;
  padding-top: 220px;
  margin-top: -250px;
  padding-bottom: 25px;
}
.general-carousel__slider_slide .slide-inner h3 {
  max-width: 80%;
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
.general-carousel__slider_slide .slide-inner p {
  max-width: 80%;
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
.general-carousel__slider_slide a {
  margin-bottom: 20px;
}
.general-carousel__slider img {
  z-index: 1;
  height: 300px;
  width: 380px;
  object-fit: contain;
  position: relative;
  z-index: 4;
}
.general-carousel__slider .rough-border {
  z-index: 2;
  border-style: solid;
  -o-border-image: url("/wp-content/img/Website Design/Assets/Imageframe-grey.svg") 70 70/80px/40px 60px;
  border-image: url("/wp-content/img/Website Design/Assets/Imageframe-grey.svg") 70 70/80px/40px 60px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.general-carousel__slider .rough-border img {
  visibility: hidden;
}
section.full-image-overlay .based-block-case-studies__top {
  margin-bottom: 0;
}
.team-cards .container-fluid {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .team-cards .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.team-cards__grid.row {
  justify-content: center;
}
.team-cards__grid__item {
  margin-bottom: 20px;
}
.team-cards__grid__item__inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  background-position: 50% 25%;
  align-items: flex-end;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3215686275);
  -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3215686275);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3215686275);
}
.team-cards__grid__item__inner::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s;
  opacity: 1;
}
.team-cards__grid__item__inner:hover::after {
  background-image: linear-gradient(to left, rgba(199, 199, 199, 0), rgba(199, 199, 199, 0.2));
  opacity: 0;
  opacity: 0.9;
}
.team-cards__grid__item__content {
  position: relative;
  z-index: 5;
  padding: 20px;
}
.team-cards__grid__item__content h3 {
  margin-bottom: 0;
}
.team-cards__grid__item__content .title__eyebrow {
  display: block;
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
.team-cards__grid__item__content > * {
  color: white;
}
@media only screen and (min-width: 768px) {
  .team-cards__grid__item__content {
    padding: 35px;
  }
}
.image-centered .container-fluid {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .image-centered .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.image-centered .container-fluid.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.image-centered__container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.image-centered .fill-container .image-centered__image {
  width: 100%;
}
.text-indented .container-fluid {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .text-indented .container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.text-indented .container-fluid.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.text-indented__container h2 {
  font-size: 1.5rem;
  line-height: 1.2;
}
section.social-feed {
  margin-top: 50px;
}
section.social-feed .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  section.social-feed .header {
    flex-direction: row;
    width: 100%;
  }
}
section.social-feed .header .left h2 {
  font-family: "Hepta Slab";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
}
section.social-feed .header .right {
  float: none;
  margin-bottom: 30px;
}
section.social-feed .header .right a {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 400;
}
section.social-feed .header .right a img {
  margin-left: 10px;
  max-height: 20px;
  max-width: 20px;
}
@media only screen and (min-width: 768px) {
  section.social-feed .header .right {
    margin-left: auto;
  }
}
section.social-feed .feed ul {
  display: flex;
  flex-wrap: wrap;
}
section.video {
  text-align: center;
  background: #212529;
  position: relative;
}
section.video:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-charcoal.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: absolute;
  top: -12px;
}
section.video .container-fluid {
  padding: 100px 47px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  section.video .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
section.video .container-fluid .video-container {
  margin-bottom: 40px;
  width: 100%;
  height: 50vw;
}
@media only screen and (min-width: 768px) {
  section.video .container-fluid .video-container {
    width: 650px;
    max-width: 60vw;
    max-height: 30vw;
    height: 360px;
  }
}
section.video .container-fluid .video-container iframe {
  width: 100%;
  height: 100%;
}
section.video .container-fluid .caption .title h3 {
  color: #fff;
  font-family: "Hepta Slab";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
section.video .container-fluid .caption .text p {
  color: #fff;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  margin-bottom: 0;
}
section.text-left-accordion-right {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
section.text-left-accordion-right:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-white.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: absolute;
  top: -10px;
}
section.text-left-accordion-right .container-fluid .text-left-accordion-right__row {
  display: flex;
}
@media screen and (max-width: 768px) {
  section.text-left-accordion-right .container-fluid .text-left-accordion-right__row {
    flex-direction: column;
  }
}
section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-accordion-right__row__text {
  margin: 0;
  flex-basis: 50%;
  display: block;
}
@media only screen and (min-width: 768px) {
  section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-accordion-right__row__text {
    padding-right: 57px;
  }
}
section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-accordion-right__row__text h2 {
  text-align: left;
  font-family: "Hepta Slab";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
  color: #1D1D1D;
}
section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-accordion-right__row__text .wysiwyg {
  text-align: left;
}
section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-accordion-right__row__text .wysiwyg p {
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  color: #212529;
}
section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-accordion-right__row__text .link {
  text-align: left;
}
section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-acc-right__row__accordion {
  display: block;
  flex-basis: 50%;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-acc-right__row__accordion {
    padding-left: 57px;
  }
}
section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-acc-right__row__accordion .accordion {
  height: max-content;
  color: #212529;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  font-family: "Hepta Slab";
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  background: white;
  border-bottom: 1px solid #E4E5E6;
}
section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-acc-right__row__accordion .accordion span {
  position: absolute;
  right: 20px;
  font-weight: 700;
  color: #bbb;
  font-size: 24px;
}
section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-acc-right__row__accordion .accordion:hover {
  background-color: #e4e5e6;
}
section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-acc-right__row__accordion .panel {
  margin-top: 5px;
  padding: 5px 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
section.text-left-accordion-right .container-fluid .text-left-accordion-right__row .text-left-acc-right__row__accordion .panel p {
  font-family: "Mulish";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
}
section.testimonials {
  background-color: #E4E5E6;
  position: relative;
}
section.testimonials:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture - Grey.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: absolute;
  top: -17px;
}
section.testimonials .container-fluid {
  padding: 100px 47px;
}
@media only screen and (min-width: 768px) {
  section.testimonials .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
section.testimonials .container-fluid .head {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  section.testimonials .container-fluid .head {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
section.testimonials .container-fluid .head .title h3 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 54px;
}
section.testimonials .container-fluid .head .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.testimonials .container-fluid .head .text p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  max-width: 726px;
}
section.testimonials .container-fluid .tns-nav {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
section.testimonials .container-fluid .tns-nav button {
  border: none;
  background: none;
  color: grey;
}
section.testimonials .container-fluid .tns-nav button:after {
  content: "•";
  font-size: 40px;
}
section.testimonials .container-fluid .tns-nav button.tns-nav-active {
  color: #1D1D1D;
}
section.testimonials .container-fluid .testimonials-carousel .testimonial-card .internal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.testimonials .container-fluid .testimonials-carousel .testimonial-card .internal .image {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
section.testimonials .container-fluid .testimonials-carousel .testimonial-card .internal .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}
section.testimonials .container-fluid .testimonials-carousel .testimonial-card .internal .testimonial {
  background-color: white;
  margin-top: -50px;
  padding-top: 80px;
}
section.testimonials .container-fluid .testimonials-carousel .testimonial-card .internal .testimonial .name {
  padding-bottom: 20px;
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  text-align: center;
}
section.testimonials .container-fluid .testimonials-carousel .testimonial-card .internal .testimonial .quotation {
  padding-bottom: 40px;
}
section.testimonials .container-fluid .testimonials-carousel .testimonial-card .internal .testimonial .quotation p {
  color: #212529;
  font-family: "Mulish";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  padding: 0 35px;
}
section.table {
  position: relative;
}
section.table:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-white.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: absolute;
  top: -10px;
}
section.table .container-fluid {
  padding: 100px 47px;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  section.table .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
section.table .container-fluid table {
  width: 100%;
  min-width: 550px;
}
section.table .container-fluid table thead tr th {
  color: #212529;
  font-family: "Hepta Slab";
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  border-bottom: none;
  border-top: none;
}
section.table .container-fluid table thead tr th:first-child {
  width: 20%;
}
@media only screen and (min-width: 768px) {
  section.table .container-fluid table thead tr th:first-child {
    width: 40%;
  }
}
section.table .container-fluid table tbody tr:nth-child(2n) {
  background-color: #E4E5E6;
}
section.table .container-fluid table tbody tr td {
  border-bottom: none;
  border-top: none;
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
section.table .container-fluid table tbody tr td:not(:first-child) {
  text-align: center;
}
section.numbered-tabs {
  background: #212529;
  position: relative;
}
section.numbered-tabs:before {
  content: "";
  background: url("inc/sass/blocks/img/Website Design/Assets/Texture-charcoal.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: absolute;
  top: -12px;
}
section.numbered-tabs .container-fluid {
  padding: 100px 47px;
}
@media only screen and (min-width: 768px) {
  section.numbered-tabs .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
section.numbered-tabs .container-fluid .head .title h3 {
  color: #fff;
  font-family: "Hepta Slab";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 54px;
}
@media only screen and (min-width: 768px) {
  section.numbered-tabs .container-fluid .head .title h3 {
    text-align: center;
  }
}
section.numbered-tabs .container-fluid .head .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.numbered-tabs .container-fluid .head .text p, section.numbered-tabs .container-fluid .head .text li {
  max-width: 726px;
  color: #fff;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
@media only screen and (min-width: 768px) {
  section.numbered-tabs .container-fluid .head .text p, section.numbered-tabs .container-fluid .head .text li {
    text-align: center;
  }
}
section.numbered-tabs .container-fluid .tabs {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  section.numbered-tabs .container-fluid .tabs {
    flex-direction: row;
  }
}
section.numbered-tabs .container-fluid .tabs .tab {
  margin-bottom: 20px;
  flex-direction: row;
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 47px;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  section.numbered-tabs .container-fluid .tabs .tab {
    flex-basis: 33%;
    flex-direction: column;
  }
}
section.numbered-tabs .container-fluid .tabs .tab .tab-button {
  margin-left: 20px;
  color: #fff;
  height: 80px;
  background: transparent;
  font-family: "Hepta Slab";
  font-size: 21px;
  letter-spacing: 0;
  line-height: 28px;
  border: none;
  width: 150px;
  text-align: left;
  display: flex;
}
@media only screen and (min-width: 768px) {
  section.numbered-tabs .container-fluid .tabs .tab .tab-button {
    width: auto;
    margin-left: 0;
  }
}
section.numbered-tabs .container-fluid .tabs .tab .tab-button span {
  margin-right: 40px;
  position: relative;
}
section.numbered-tabs .container-fluid .tabs .tab .tab-button span:before {
  content: "";
  background-image: url("inc/sass/blocks/img/Website Design/Assets/Stroke.svg");
  position: absolute;
  width: 60px;
  height: 60px;
  left: -24px;
  top: -16px;
}
section.numbered-tabs .container-fluid .tabs .tab .tab-button:hover {
  font-weight: 600;
}
section.numbered-tabs .container-fluid .tabs .output {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-basis: 67%;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  section.numbered-tabs .container-fluid .tabs .output {
    border-left: 1px solid #E4E5E6;
    padding-left: 47px;
  }
}
section.numbered-tabs .container-fluid .tabs .output .tab-output .first-paragraph p, section.numbered-tabs .container-fluid .tabs .output .tab-output .first-paragraph li {
  color: #fff;
  font-family: "Mulish";
  font-size: 21px;
  letter-spacing: 0;
  line-height: 28px;
}
section.numbered-tabs .container-fluid .tabs .output .tab-output .other-paragraph p {
  color: #fff;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
section.related-content {
  position: relative;
}
section.related-content:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture-white.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: absolute;
  top: -10px;
}
section.related-content .container-fluid {
  padding: 100px 47px;
}
@media only screen and (min-width: 768px) {
  section.related-content .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
section.related-content .container-fluid .head {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  section.related-content .container-fluid .head {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
section.related-content .container-fluid .head .title h3 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 54px;
}
section.related-content .container-fluid .head .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.related-content .container-fluid .head .text p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  max-width: 726px;
}
section.related-content .container-fluid .tns-nav {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
section.related-content .container-fluid .tns-nav button {
  border: none;
  background: none;
  color: grey;
}
section.related-content .container-fluid .tns-nav button:after {
  content: "•";
  font-size: 40px;
}
section.related-content .container-fluid .tns-nav button.tns-nav-active {
  color: #1D1D1D;
}
section.related-content .container-fluid .related .content-card .internal {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
}
section.related-content .container-fluid .related .content-card .internal .image {
  border: solid;
  border-image: url("/wp-content/img/Website Design/Assets/Imageframe-white.svg") 80 90/70px/45px 45px;
  height: 220px;
  width: 100%;
  position: relative;
  z-index: 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.related-content .container-fluid .related .content-card .internal .information {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  min-height: 180px;
}
section.related-content .container-fluid .related .content-card .internal .information .title h4 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
}
section.related-content .container-fluid .related .content-card .internal .information .excerpt p {
  color: #212529;
  font-family: "Mulish";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  padding: 0 35px;
}
section.related-content .container-fluid .related .content-card .internal .information .link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
div.icons-list .container-fluid .centered-text-icons__theicons {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  left: 10px;
}
div.icons-list .container-fluid .centered-text-icons__theicons li {
  display: flex;
  align-items: baseline;
}
div.icons-list .container-fluid .centered-text-icons__theicons li .image {
  margin-right: 20px;
  width: max-content;
  position: relative;
}
div.icons-list .container-fluid .centered-text-icons__theicons li .image:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  display: none;
}
div.icons-list .container-fluid .centered-text-icons__theicons li .image svg {
  position: absolute;
  left: 10px;
  top: 10px;
}
div.icons-list .container-fluid .centered-text-icons__theicons li .image img {
  height: 40px;
  width: 40px;
  max-width: 40px;
}
div.icons-list .container-fluid .centered-text-icons__btn {
  padding-top: 30px;
  margin-bottom: 30px;
}
section.team .output {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media screen and (min-width: 600px) {
  section.team .output {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
}
@media screen and (min-width: 900px) {
  section.team .output {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
  }
}
section.team .output .person a {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s ease;
}
section.team .output .person a:hover {
  text-decoration: none;
  box-shadow: 0 10px 40px 1px #DADADA;
}
section.team .output .person a:hover .btn {
  opacity: 1;
}
section.team .output .person .image {
  min-height: 250px;
  flex-basis: 70%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 250px;
  background-color: gainsboro;
  background-size: cover;
  background-position: 50% 50%;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
section.team .output .person .image .btn {
  opacity: 0;
  transition: opacity 0.15s ease;
}
section.team .output .person .inner {
  flex-basis: 30%;
  background-color: #ffffff;
  text-align: center;
  padding: 12px 20px;
  border: 1px solid #DADADA;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
section.team .output .person .inner .name {
  font-size: 18px;
  margin-bottom: 8px;
}
section.team .output .person .inner .job-title {
  font-size: 16px;
  margin-bottom: 0;
}
.single .hero-block:not(.meat) .container-fluid {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}
.single .hero-block:not(.meat):before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
}
section.post-content {
  padding-bottom: 50px;
}
section.post-content .post-content__text__intro {
  font-weight: bold;
  line-height: 25px;
}
section.post-content .post-content__text > p:first-child {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #282D5B;
}
section.post-content .post-content__text ul {
  list-style-type: none;
  margin-bottom: 50px;
}
section.post-content .post-content__text ul li:before {
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  left: -40px;
  background: url(inc/sass/pages/img/list.svg);
  background-size: 21px 21px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
section.post-content .post-content__text ol {
  padding-left: 15px;
}
section.post-content .post-content__text ol li {
  padding-left: 25px;
}
section.post-content .post-content__text li {
  line-height: 26px;
  position: relative;
  margin-bottom: 15px;
}
section.post-content .post-content__text__tags span {
  text-transform: uppercase;
  font-size: 14px;
  color: white;
  line-height: 19px;
  letter-spacing: 0.09px;
  background: #DEB841;
  color: #212529;
  border-radius: 6px;
  display: inline-block;
  padding: 2px 15px;
  margin-top: 20px;
  margin-right: 20px;
}
@media all and (max-width: 767px) {
  section.post-content .post-content__text {
    margin-bottom: 30px;
  }
}
section.post-content .post-content__related > h5 {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 1140px) {
  section.post-content .post-content__related > h5 {
    font-size: 1.5rem;
  }
}
section.post-content .post-content__related__row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1490196078);
  background-image: linear-gradient(to right, #e5e5e5, #fff);
}
section.post-content .post-content__related__row__img {
  height: 136px;
  background-size: cover;
  background-position: 50% 50%;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media all and (max-width: 767px) {
  section.post-content .post-content__related__row__img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
  }
}
section.post-content .post-content__related__row__txt {
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  section.post-content .post-content__related__row__txt {
    padding: 20px;
  }
}
section.post-content .post-content__related__row__txt .btn {
  min-width: auto;
  width: 100%;
}
section.post-content .post-content__related__row__txt h5 {
  font-weight: 600;
}
section.post-content .post_content__services__service {
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1490196078);
  background-image: linear-gradient(to right, #e5e5e5, #fff);
}
section.post-content .post_content__services__service__inner {
  display: flex;
  align-items: flex-end;
  min-height: 150px;
  padding: 0;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 20px;
}
section.post-content .post_content__services__service .service__content {
  width: 100%;
  height: 150px;
  display: grid;
  grid-template-columns: 6fr 4fr;
  grid-template-rows: 4fr 1fr;
}
section.post-content .post_content__services__service .service__content div {
  grid-row: span 2;
}
section.post-content .post_content__services__service .service__content div img {
  width: 90%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
section.post-content .post_content__services__service .service__content a {
  margin: 0 10px 10px 0;
}
section.post-content .post_content__services__service .service__content__title {
  align-self: flex-end;
  margin-bottom: 14px;
  color: #282D5B;
  line-height: 1.5;
}
@media only screen and (min-width: 1140px) {
  section.post-content .post_content__services__service .service__content__title {
    font-size: 1.5rem;
  }
}
section.post-content .post-content__cta {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1490196078);
  background-image: linear-gradient(to right, #e5e5e5, #fff);
}
section.post-content .post-content__cta:not(:last-of-type) {
  margin-bottom: 20px;
}
section.post-content .post-content__cta__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 180px;
  padding: 0;
}
section.post-content .post-content__cta__inner .cta_image img {
  height: 180px;
  object-fit: cover;
}
section.post-content .post-content__cta .cta__content {
  position: relative;
  top: 15px;
  left: 10px;
}
@media only screen and (min-width: 480px) {
  section.post-content .post-content__cta .cta__content {
    width: 65%;
  }
}
section.post-content .post-content__cta .cta__content__title {
  flex-basis: 100%;
  margin-bottom: 14px;
  color: #282D5B;
  line-height: 1.5;
}
@media only screen and (min-width: 1140px) {
  section.post-content .post-content__cta .cta__content__title {
    font-size: 1.5rem;
  }
}
section.post-content .post-content__cta .cta__content a {
  margin-top: 10px;
  min-width: 160px;
}
section.post-content .post-two-images {
  width: 106%;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  section.post-content .post-two-images {
    width: 100%;
  }
}
section.post-content .post-two-images .imgleft {
  float: left;
  width: 50%;
}
section.post-content .post-two-images .imgright {
  float: right;
  width: 50%;
}
.sticky-related-content {
  position: sticky;
  top: 10px;
}
.page-builder-wrap {
  overflow: unset;
}
html {
  scroll-padding-top: 10vw;
}
body.post-type-archive-meat, body.archive {
  scroll-padding-top: 10vw;
}
body.post-type-archive-meat section.hero-block, body.archive section.hero-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
body.post-type-archive-meat section.hero-block:before, body.archive section.hero-block:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.75) 0%, rgba(29, 29, 29, 0.3) 100%);
  z-index: -1;
}
body.post-type-archive-meat section.hero-block .container-fluid, body.archive section.hero-block .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}
body.post-type-archive-meat section.hero-block .container-fluid p#breadcrumbs, body.archive section.hero-block .container-fluid p#breadcrumbs {
  color: #E4E5E6;
  font-size: 12px;
}
body.post-type-archive-meat section.hero-block .container-fluid p#breadcrumbs > span > span a, body.archive section.hero-block .container-fluid p#breadcrumbs > span > span a {
  color: #fff;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  top: 2px;
  font-size: 16px;
}
body.post-type-archive-meat section.hero-block .container-fluid p#breadcrumbs > span > span span.breadcrumb_last, body.archive section.hero-block .container-fluid p#breadcrumbs > span > span span.breadcrumb_last {
  color: #fff;
  margin-left: 12px;
  position: relative;
  top: 2px;
  font-size: 16px;
}
body.post-type-archive-meat section.hero-block .container-fluid p#breadcrumbs > span > span > a:nth-of-type(1), body.archive section.hero-block .container-fluid p#breadcrumbs > span > span > a:nth-of-type(1) {
  display: none;
}
body.post-type-archive-meat section.hero-block .container-fluid p#breadcrumbs > span > span:before, body.archive section.hero-block .container-fluid p#breadcrumbs > span > span:before {
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  display: none;
  font-size: 16px;
}
body.post-type-archive-meat section.hero-block .container-fluid p#breadcrumbs > span > span svg, body.archive section.hero-block .container-fluid p#breadcrumbs > span > span svg {
  color: #fff;
  position: relative;
  top: 2px;
  height: 16px;
  width: 18px;
  cursor: pointer;
  margin-right: 12px;
}
body.post-type-archive-meat section.hero-block .container-fluid h1, body.archive section.hero-block .container-fluid h1 {
  color: white;
}
body.post-type-archive-meat section.hero-block .container-fluid p.subtitle, body.archive section.hero-block .container-fluid p.subtitle {
  max-width: 700px;
  color: #fff;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
body.post-type-archive-meat section.tabbed-content, body.archive section.tabbed-content {
  padding-top: 50px;
  padding-bottom: 50px;
  position: sticky;
  top: 0;
  z-index: 99999;
  background: #E4E5E6;
}
body.post-type-archive-meat section.tabbed-content:before, body.archive section.tabbed-content:before {
  content: "";
  background: url("inc/sass/pages/img/Website Design/Assets/Texture-grey.svg");
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
body.post-type-archive-meat section.tabbed-content .meat-nav, body.archive section.tabbed-content .meat-nav {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
@media (max-width: 1024px) {
  body.post-type-archive-meat section.tabbed-content .meat-nav, body.archive section.tabbed-content .meat-nav {
    display: none;
  }
}
body.post-type-archive-meat section.tabbed-content .meat-dropdown, body.archive section.tabbed-content .meat-dropdown {
  display: none;
}
@media (max-width: 1023px) {
  body.post-type-archive-meat section.tabbed-content .meat-dropdown, body.archive section.tabbed-content .meat-dropdown {
    display: block;
  }
}
body.post-type-archive-meat section.tabbed-content .tab button, body.archive section.tabbed-content .tab button {
  width: 100%;
  height: 100%;
  padding: 15px;
}
body.post-type-archive-meat section.tabbed-content .tab button:hover, body.post-type-archive-meat section.tabbed-content .tab button:active, body.post-type-archive-meat section.tabbed-content .tab button:focus, body.archive section.tabbed-content .tab button:hover, body.archive section.tabbed-content .tab button:active, body.archive section.tabbed-content .tab button:focus {
  background-color: #DEB841;
}
body.post-type-archive-meat section.archive-cards, body.archive section.archive-cards {
  position: relative;
}
body.post-type-archive-meat section.archive-cards .container-fluid, body.archive section.archive-cards .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid, body.post-type-archive-meat section.archive-cards .card-even .container-fluid, body.archive section.archive-cards .card-odd .container-fluid, body.archive section.archive-cards .card-even .container-fluid {
  display: flex;
  min-height: 500px;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 900px) {
  body.post-type-archive-meat section.archive-cards .card-odd .container-fluid, body.post-type-archive-meat section.archive-cards .card-even .container-fluid, body.archive section.archive-cards .card-odd .container-fluid, body.archive section.archive-cards .card-even .container-fluid {
    flex-direction: row;
  }
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .image, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .image, body.archive section.archive-cards .card-odd .container-fluid .image, body.archive section.archive-cards .card-even .container-fluid .image {
  width: 100%;
  position: relative;
  min-height: 300px;
}
@media only screen and (min-width: 900px) {
  body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .image, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .image, body.archive section.archive-cards .card-odd .container-fluid .image, body.archive section.archive-cards .card-even .container-fluid .image {
    width: 50%;
  }
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .image img, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .image img, body.archive section.archive-cards .card-odd .container-fluid .image img, body.archive section.archive-cards .card-even .container-fluid .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .image img.background, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .image img.background, body.archive section.archive-cards .card-odd .container-fluid .image img.background, body.archive section.archive-cards .card-even .container-fluid .image img.background {
  top: 10%;
  left: 10%;
  height: 80%;
  width: 80%;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information, body.archive section.archive-cards .card-odd .container-fluid .information, body.archive section.archive-cards .card-even .container-fluid .information {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 900px) {
  body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information, body.archive section.archive-cards .card-odd .container-fluid .information, body.archive section.archive-cards .card-even .container-fluid .information {
    width: 50%;
  }
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information h2, body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information p, body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information div.link, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information h2, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information p, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information div.link, body.archive section.archive-cards .card-odd .container-fluid .information h2, body.archive section.archive-cards .card-odd .container-fluid .information p, body.archive section.archive-cards .card-odd .container-fluid .information div.link, body.archive section.archive-cards .card-even .container-fluid .information h2, body.archive section.archive-cards .card-even .container-fluid .information p, body.archive section.archive-cards .card-even .container-fluid .information div.link {
  padding-left: 47px;
  padding-right: 47px;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information h2, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information h2, body.archive section.archive-cards .card-odd .container-fluid .information h2, body.archive section.archive-cards .card-even .container-fluid .information h2 {
  margin-top: 5%;
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 54px;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information p, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information p, body.archive section.archive-cards .card-odd .container-fluid .information p, body.archive section.archive-cards .card-even .container-fluid .information p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information .information-grid, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information .information-grid, body.archive section.archive-cards .card-odd .container-fluid .information .information-grid, body.archive section.archive-cards .card-even .container-fluid .information .information-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  position: relative;
  padding-bottom: 10px;
  overflow: auto;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information .information-grid:before, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information .information-grid:before, body.archive section.archive-cards .card-odd .container-fluid .information .information-grid:before, body.archive section.archive-cards .card-even .container-fluid .information .information-grid:before {
  content: "";
  background-image: url("inc/sass/pages/img/Website Design/Assets/Line-Horizontal.svg");
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information .information-grid:after, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information .information-grid:after, body.archive section.archive-cards .card-odd .container-fluid .information .information-grid:after, body.archive section.archive-cards .card-even .container-fluid .information .information-grid:after {
  content: "";
  background-image: url("inc/sass/pages/img/Website Design/Assets/Line-Vertical.svg");
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 7px;
  background-size: contain;
  background-repeat: no-repeat;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information .information-grid .grid-card, body.archive section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card, body.archive section.archive-cards .card-even .container-fluid .information .information-grid .grid-card {
  display: flex;
  align-items: center;
  margin: 20px 10px 20px 40px;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card .icon, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information .information-grid .grid-card .icon, body.archive section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card .icon, body.archive section.archive-cards .card-even .container-fluid .information .information-grid .grid-card .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width: 450px) {
  body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card .icon, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information .information-grid .grid-card .icon, body.archive section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card .icon, body.archive section.archive-cards .card-even .container-fluid .information .information-grid .grid-card .icon {
    display: none;
  }
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card .icon svg, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information .information-grid .grid-card .icon svg, body.archive section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card .icon svg, body.archive section.archive-cards .card-even .container-fluid .information .information-grid .grid-card .icon svg {
  height: 24px;
  width: 30px;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card .icon:before, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information .information-grid .grid-card .icon:before, body.archive section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card .icon:before, body.archive section.archive-cards .card-even .container-fluid .information .information-grid .grid-card .icon:before {
  content: url("inc/sass/pages/img/Website Design/Assets/Stroke.svg");
  position: absolute;
  top: -18px;
  max-height: 80px;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card .text p, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information .information-grid .grid-card .text p, body.archive section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card .text p, body.archive section.archive-cards .card-even .container-fluid .information .information-grid .grid-card .text p {
  color: #212529;
  font-family: "Hepta Slab";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 0;
  padding-left: 10px;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information .link, body.post-type-archive-meat section.archive-cards .card-even .container-fluid .information .link, body.archive section.archive-cards .card-odd .container-fluid .information .link, body.archive section.archive-cards .card-even .container-fluid .information .link {
  margin: 40px 0px;
}
body.post-type-archive-meat section.archive-cards .card-odd, body.archive section.archive-cards .card-odd {
  position: relative;
  background: #212529;
}
@media only screen and (min-width: 900px) {
  body.post-type-archive-meat section.archive-cards .card-odd .container-fluid, body.archive section.archive-cards .card-odd .container-fluid {
    flex-direction: row-reverse;
  }
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information, body.archive section.archive-cards .card-odd .container-fluid .information {
  color: #fff;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information h2, body.archive section.archive-cards .card-odd .container-fluid .information h2 {
  color: #fff;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information p, body.archive section.archive-cards .card-odd .container-fluid .information p {
  color: #fff;
}
body.post-type-archive-meat section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card .text p, body.archive section.archive-cards .card-odd .container-fluid .information .information-grid .grid-card .text p {
  color: #fff;
}
body.post-type-archive-meat section.archive-cards .card-odd:before, body.archive section.archive-cards .card-odd:before {
  background: url("inc/sass/pages/img/Website Design/Assets/Texture-charcoal.svg");
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  object-fit: unset;
  content: "";
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
body.post-type-archive-meat section.archive-cards .card-odd:after, body.archive section.archive-cards .card-odd:after {
  background: url("inc/sass/pages/img/Website Design/Assets/Texture-charcoal.svg");
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  object-fit: unset;
  content: "";
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(4n), body.archive section.archive-cards .card-odd:nth-of-type(4n) {
  background: #DEB841;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(4n):before, body.archive section.archive-cards .card-odd:nth-of-type(4n):before {
  background: url("inc/sass/pages/img/Website Design/Assets/Texture-1.svg");
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(4n):after, body.archive section.archive-cards .card-odd:nth-of-type(4n):after {
  background: url("inc/sass/pages/img/Website Design/Assets/Texture-1.svg");
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information, body.archive section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information {
  color: #1D1D1D;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information h3, body.archive section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information h3 {
  color: #1D1D1D;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information p, body.archive section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information p {
  color: #1D1D1D;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information .information-grid .grid-card .text p, body.archive section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information .information-grid .grid-card .text p {
  color: #1D1D1D;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information .information-grid .grid-card .icon:before, body.archive section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information .information-grid .grid-card .icon:before {
  content: url("inc/sass/pages/img/Website Design/Assets/Stroke-alt.svg");
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information .link .btn-secondary, body.archive section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information .link .btn-secondary {
  background: #212529;
  color: #fff;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information .link .btn-secondary:hover, body.archive section.archive-cards .card-odd:nth-of-type(4n) .container-fluid .information .link .btn-secondary:hover {
  background: #fff;
  color: #212529;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n), body.archive section.archive-cards .card-odd:nth-of-type(6n) {
  background: #E4E5E6;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n):before, body.archive section.archive-cards .card-odd:nth-of-type(6n):before {
  background: url("inc/sass/pages/img/Website Design/Assets/Texture - Grey.svg");
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n):after, body.archive section.archive-cards .card-odd:nth-of-type(6n):after {
  background: url("inc/sass/pages/img/Website Design/Assets/Texture - Grey.svg");
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .image, body.archive section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .image {
  background-image: url("inc/sass/pages/img/Website Design/Assets/Background-LargeWhite.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .image img:nth-child(1), body.archive section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .image img:nth-child(1) {
  display: none;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .image img:nth-child(2), body.archive section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .image img:nth-child(2) {
  display: block;
}
@media only screen and (min-width: 900px) {
  body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .image, body.archive section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .image {
    background-size: 400px;
  }
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information, body.archive section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information {
  color: #1D1D1D;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information h3, body.archive section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information h3 {
  color: #1D1D1D;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information p, body.archive section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information p {
  color: #1D1D1D;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information .information-grid:before, body.archive section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information .information-grid:before {
  background-image: url("inc/sass/pages/img/Website Design/Assets/Line-Horizontal-alt.svg");
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information .information-grid:after, body.archive section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information .information-grid:after {
  background-image: url("inc/sass/pages/img/Website Design/Assets/Line-Vertical-alt.svg");
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information .information-grid .grid-card .text p, body.archive section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information .information-grid .grid-card .text p {
  color: #1D1D1D;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information .link .btn-secondary, body.archive section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information .link .btn-secondary {
  background: #212529;
  color: #fff;
}
body.post-type-archive-meat section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information .link .btn-secondary:hover, body.archive section.archive-cards .card-odd:nth-of-type(6n) .container-fluid .information .link .btn-secondary:hover {
  background: #DEB841;
  color: #212529;
}
body.post-type-archive-meat section.archive-cards #beef, body.archive section.archive-cards #beef {
  background: #E4E5E6;
}
body.post-type-archive-meat section.archive-cards section.centered-text-icons, body.post-type-archive-meat section.archive-cards div.centered-text-icons, body.archive section.archive-cards section.centered-text-icons, body.archive section.archive-cards div.centered-text-icons {
  background-color: inherit;
  position: relative;
}
body.post-type-archive-meat section.archive-cards section.centered-text-icons:before, body.post-type-archive-meat section.archive-cards div.centered-text-icons:before, body.archive section.archive-cards section.centered-text-icons:before, body.archive section.archive-cards div.centered-text-icons:before {
  content: "";
  background: none;
}
body.post-type-archive-meat section.archive-cards section.centered-text-icons .container-fluid, body.post-type-archive-meat section.archive-cards div.centered-text-icons .container-fluid, body.archive section.archive-cards section.centered-text-icons .container-fluid, body.archive section.archive-cards div.centered-text-icons .container-fluid {
  padding-top: 0;
}
body.post-type-archive-meat section.archive-cards section.centered-text-icons .container-fluid .image, body.post-type-archive-meat section.archive-cards div.centered-text-icons .container-fluid .image, body.archive section.archive-cards section.centered-text-icons .container-fluid .image, body.archive section.archive-cards div.centered-text-icons .container-fluid .image {
  min-height: 0;
}
body.post-type-archive-meat section.archive-cards section.centered-text-icons .centered-text-icons__theicons, body.post-type-archive-meat section.archive-cards div.centered-text-icons .centered-text-icons__theicons, body.archive section.archive-cards section.centered-text-icons .centered-text-icons__theicons, body.archive section.archive-cards div.centered-text-icons .centered-text-icons__theicons {
  justify-content: space-around;
}
body.post-type-archive-meat section.archive-cards section.centered-text-icons .centered-text-icons__theicons li, body.post-type-archive-meat section.archive-cards div.centered-text-icons .centered-text-icons__theicons li, body.archive section.archive-cards section.centered-text-icons .centered-text-icons__theicons li, body.archive section.archive-cards div.centered-text-icons .centered-text-icons__theicons li {
  flex: 1 1 30%;
  margin: 15px;
  padding: 15px;
}
body.post-type-archive-meat section.archive-cards section.centered-text-icons .centered-text-icons__theicons li h2, body.post-type-archive-meat section.archive-cards section.centered-text-icons .centered-text-icons__theicons li h3, body.post-type-archive-meat section.archive-cards section.centered-text-icons .centered-text-icons__theicons li h4, body.post-type-archive-meat section.archive-cards section.centered-text-icons .centered-text-icons__theicons li h5, body.post-type-archive-meat section.archive-cards div.centered-text-icons .centered-text-icons__theicons li h2, body.post-type-archive-meat section.archive-cards div.centered-text-icons .centered-text-icons__theicons li h3, body.post-type-archive-meat section.archive-cards div.centered-text-icons .centered-text-icons__theicons li h4, body.post-type-archive-meat section.archive-cards div.centered-text-icons .centered-text-icons__theicons li h5, body.archive section.archive-cards section.centered-text-icons .centered-text-icons__theicons li h2, body.archive section.archive-cards section.centered-text-icons .centered-text-icons__theicons li h3, body.archive section.archive-cards section.centered-text-icons .centered-text-icons__theicons li h4, body.archive section.archive-cards section.centered-text-icons .centered-text-icons__theicons li h5, body.archive section.archive-cards div.centered-text-icons .centered-text-icons__theicons li h2, body.archive section.archive-cards div.centered-text-icons .centered-text-icons__theicons li h3, body.archive section.archive-cards div.centered-text-icons .centered-text-icons__theicons li h4, body.archive section.archive-cards div.centered-text-icons .centered-text-icons__theicons li h5 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
}
body.post-type-archive-meat section.archive-cards section.centered-text-icons .centered-text-icons__theicons li p, body.post-type-archive-meat section.archive-cards div.centered-text-icons .centered-text-icons__theicons li p, body.archive section.archive-cards section.centered-text-icons .centered-text-icons__theicons li p, body.archive section.archive-cards div.centered-text-icons .centered-text-icons__theicons li p {
  padding-left: 10px;
  margin-bottom: 20px;
  color: #212529;
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
body.post-type-archive-meat section.meat-cta, body.archive section.meat-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 150px 0;
  position: relative;
}
@media only screen and (min-width: 900px) {
  body.post-type-archive-meat section.meat-cta:before, body.archive section.meat-cta:before {
    content: url("inc/sass/pages/img/Website Design/Assets/Butcher-Left.png");
    position: absolute;
    left: 0;
    z-index: -1;
  }
  body.post-type-archive-meat section.meat-cta:after, body.archive section.meat-cta:after {
    content: url("inc/sass/pages/img/Website Design/Assets/Butcher-Right.png");
    position: absolute;
    right: 0;
    z-index: -1;
  }
}
body.post-type-archive-meat section.meat-cta .title, body.archive section.meat-cta .title {
  margin-bottom: 30px;
}
body.post-type-archive-meat section.meat-cta .title h3, body.archive section.meat-cta .title h3 {
  font-family: "Hepta Slab";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 54px;
}
body.post-type-archive-meat section.meat-cta .text, body.archive section.meat-cta .text {
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 900px) {
  body.post-type-archive-meat section.meat-cta .text, body.archive section.meat-cta .text {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1100px) {
  body.post-type-archive-meat section.meat-cta .text, body.archive section.meat-cta .text {
    max-width: 900px;
  }
}
body.post-type-archive-meat section.meat-cta .text p, body.archive section.meat-cta .text p {
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
.single-meat section.hero-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: -1;
}
.single-meat section.hero-block.overlap {
  padding-bottom: 200px;
}
.single-meat section.hero-block.overlap .container-fluid {
  padding-bottom: 0px;
}
.single-meat section.hero-block.overlap + section.image-carousel .container-fluid {
  position: relative;
  top: -200px;
}
.single-meat section.hero-block.overlap ~ section.tabbed-content {
  margin-top: -200px;
}
@media only screen and (min-width: 1000px) {
  .single-meat section.hero-block.meat {
    background-position: left 5% top 30%, right 5% top 30%;
    background-size: 100px;
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 1200px) {
  .single-meat section.hero-block.meat {
    background-position: left 7% top 40%, right 7% top 40%;
    background-size: 150px;
  }
}
@media only screen and (max-width: 999px) {
  .single-meat section.hero-block {
    background-image: none !important;
  }
}
.single-meat section.hero-block.underlay {
  padding-top: 120px;
}
.single-meat section.hero-block .container-fluid {
  padding-top: 50px;
  padding-bottom: 120px;
}
.single-meat section.hero-block p#breadcrumbs {
  color: #E4E5E6;
  font-size: 12px;
  margin-bottom: 40px;
}
.single-meat section.hero-block p#breadcrumbs > span > span a {
  color: #1D1D1D !important;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  top: 2px;
  font-size: 16px;
}
.single-meat section.hero-block p#breadcrumbs > span > span span.breadcrumb_last {
  color: #1D1D1D;
  margin-left: 12px;
  position: relative;
  top: 2px;
  font-size: 16px;
}
.single-meat section.hero-block p#breadcrumbs > span > span > a:nth-of-type(1) {
  display: none;
}
.single-meat section.hero-block p#breadcrumbs > span > span:before {
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  display: none;
  font-size: 16px;
}
.single-meat section.hero-block p#breadcrumbs > span > span svg {
  color: #1D1D1D;
  position: relative;
  top: 2px;
  height: 16px;
  width: 18px;
  cursor: pointer;
  margin-right: 12px;
}
.single-meat section.hero-block h1 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  font-size: 40px;
  line-height: 66px;
  max-width: 800px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .single-meat section.hero-block h1 {
    font-size: 60px;
    line-height: 74px;
  }
}
.single-meat section.hero-block p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  max-width: 726px;
  margin: 0 auto 30px;
}
.single-meat section.image-carousel {
  background: #E4E5E6;
  position: relative;
}
.single-meat section.image-carousel:before {
  background: url("inc/sass/pages/img/Website Design/Assets/Texture - Grey.svg");
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  object-fit: unset;
  content: "";
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-meat section.image-carousel .container-fluid {
  position: relative;
  padding-top: 50px;
}
.single-meat div.tns-outer .tns-controls {
  position: absolute;
  top: 45%;
  display: flex;
  width: 100%;
  z-index: 5;
}
.single-meat div.tns-outer .tns-controls button {
  border: none;
  width: 50px;
  height: 50px;
  color: transparent;
  font-size: 0px;
  background: url("inc/sass/pages/img/Website Design/Assets/Stamp-white.svg");
  background-size: contain;
}
.single-meat div.tns-outer .tns-controls button:hover {
  background: url("inc/sass/pages/img/Website Design/Assets/Stamp.svg");
  background-size: contain;
}
.single-meat div.tns-outer .tns-controls button:nth-child(1) {
  position: absolute;
  left: 20%;
  top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-meat div.tns-outer .tns-controls button:nth-child(1):after {
  content: "\f060";
  font-family: "Font Awesome 5 Light";
  color: #1D1D1D;
  font-size: 16px;
  display: none;
}
.single-meat div.tns-outer .tns-controls button:nth-child(1) svg {
  height: 25px;
  width: 25px;
  color: #1D1D1D;
}
.single-meat div.tns-outer .tns-controls button:nth-child(1):disabled {
  display: none;
}
.single-meat div.tns-outer .tns-controls button:nth-child(2) {
  position: absolute;
  right: 20%;
  top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-meat div.tns-outer .tns-controls button:nth-child(2):after {
  content: "\f061";
  font-family: "Font Awesome 5 Light";
  color: #1D1D1D;
  font-size: 16px;
  display: none;
}
.single-meat div.tns-outer .tns-controls button:nth-child(2) svg {
  height: 25px;
  width: 25px;
  color: #1D1D1D;
}
.single-meat div.tns-outer .tns-controls button:nth-child(2):disabled {
  display: none;
}
.single-meat div.tns-outer .tns-nav {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
.single-meat div.tns-outer .tns-nav button {
  border: none;
  background: none;
  color: grey;
}
.single-meat div.tns-outer .tns-nav button:after {
  content: "•";
  font-size: 40px;
}
.single-meat div.tns-outer .tns-nav button.tns-nav-active {
  color: #1D1D1D;
}
.single-meat div.tns-outer .tns-inner .gallery .slide {
  height: 354px;
}
.single-meat div.tns-outer .tns-inner .gallery .slide.is-selected {
  max-height: 400px;
  top: 0;
  z-index: 2;
  position: relative;
}
.single-meat div.tns-outer .tns-inner .gallery .slide.is-below-selected .image {
  height: 292px;
  margin-top: 50px;
}
.single-meat div.tns-outer .tns-inner .gallery .slide.is-below-selected a {
  display: none;
}
@media only screen and (min-width: 768px) {
  .single-meat div.tns-outer .tns-inner .gallery .slide.is-below-selected {
    margin-right: -200px;
    margin-left: 200px;
    z-index: 1;
    position: relative;
  }
}
.single-meat div.tns-outer .tns-inner .gallery .slide.is-above-selected .image {
  height: 292px;
  margin-top: 50px;
}
.single-meat div.tns-outer .tns-inner .gallery .slide.is-above-selected a {
  display: none;
}
@media only screen and (min-width: 768px) {
  .single-meat div.tns-outer .tns-inner .gallery .slide.is-above-selected {
    margin-left: -200px;
    margin-right: 200px;
    z-index: 1;
    position: relative;
  }
}
.single-meat div.tns-outer .tns-inner .gallery .slide .image {
  width: 100%;
  height: 100%;
}
.single-meat div.tns-outer .tns-inner .gallery .slide .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single-meat section.tabbed-content {
  padding-bottom: 120px;
  background: #E4E5E6;
  position: relative;
}
.single-meat section.tabbed-content:after {
  background: url("inc/sass/pages/img/Website Design/Assets/Texture - Grey.svg");
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  object-fit: unset;
  content: "";
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-meat section.tabbed-content .tab {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.single-meat section.tabbed-content .tab button {
  padding: 30px;
  background-color: inherit;
  font-family: "Hepta Slab";
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #1D1D1D;
}
.single-meat section.tabbed-content .tab button:hover {
  background-color: #E4E5E6;
}
.single-meat section.tabbed-content .tab button.active {
  background-color: #DEB841;
}
.single-meat section.tabbed-content .tabcontent {
  display: none;
  padding-top: 80px;
  border-top: none;
}
.single-meat section.tabbed-content .tabcontent .top {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .single-meat section.tabbed-content .tabcontent .top {
    flex-direction: row;
  }
}
.single-meat section.tabbed-content .tabcontent .column-1 {
  position: relative;
  z-index: 2;
  flex-basis: 50%;
  padding-right: 40px;
}
.single-meat section.tabbed-content .tabcontent .column-1 h3 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 54px;
  margin-bottom: 30px;
}
.single-meat section.tabbed-content .tabcontent .column-1 p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 30px;
}
.single-meat section.tabbed-content .tabcontent .column-1 a {
  margin-bottom: 40px;
}
.single-meat section.tabbed-content .tabcontent .column-2 {
  position: relative;
  flex-basis: 50%;
}
.single-meat section.tabbed-content .tabcontent .column-2 .overlay {
  border-style: none;
  border-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.single-meat section.tabbed-content .tabcontent .wide-column {
  overflow-x: auto;
}
.single-meat section.tabbed-content .tabcontent .wide-column p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 30px;
}
.single-meat section.tabbed-content .tabcontent .wide-column table {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 26px;
  min-width: 550px;
}
.single-meat section.tabbed-content .tabcontent .wide-column table tr:nth-of-type(1) {
  height: 50px;
}
.single-meat section.tabbed-content .tabcontent .wide-column table td {
  vertical-align: top;
  padding-right: 20px;
}
.single-meat section.tabbed-content .tabcontent .wide-column table td ul {
  font-weight: normal;
  padding-left: 15px;
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
.single-meat section.cards-group .head {
  margin-top: 100px;
  margin-bottom: 70px;
}
.single-meat section.cards-group .head h3 {
  font-family: "Hepta Slab";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 54px;
  text-align: center;
}
.single-meat section.cards-group .head .text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-meat section.cards-group .head .text p {
  max-width: 780px;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
.single-meat section.cards-group .cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .single-meat section.cards-group .cards {
    grid-template-columns: 1fr 1fr;
  }
}
.single-meat section.cards-group .cards .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  height: max-content;
  justify-content: flex-end;
  padding: 20px 20px 60px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .single-meat section.cards-group .cards .card {
    height: 400px;
  }
}
.single-meat section.cards-group .cards .card:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.single-meat section.cards-group .cards .card .contents {
  position: relative;
  bottom: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.single-meat section.cards-group .cards .card .contents .title h4 {
  color: white;
  font-family: "Hepta Slab";
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
}
.single-meat section.cards-group .cards .card .contents .text p {
  color: white;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
.single-meat section.cards-group .cards .card:hover .contents {
  position: relative;
  bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .single-meat section.cards-group .cards .card:hover .contents {
    bottom: 30px;
  }
}
.single-meat section.cards-group .cards .card:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.5) 0%, rgba(222, 184, 65, 0.6) 100%);
}
.single-meat section.cta-meat-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 150px 0;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .single-meat section.cta-meat-single:before {
    content: url("https://www.campbellbrothers.co.uk/wp-content/uploads/2022/02/campbell-brothers-building-e1644927015467.png") !important;
    opacity: 0.2;
    scale: 0.5;
    position: absolute;
    left: 0;
    z-index: -1;
  }
  .single-meat section.cta-meat-single:after {
    position: absolute;
    right: 0;
    z-index: -1;
  }
}
.single-meat section.cta-meat-single .title {
  margin-bottom: 30px;
}
.single-meat section.cta-meat-single .title h3 {
  font-family: "Hepta Slab";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 54px;
}
.single-meat section.cta-meat-single .text {
  margin: 0 auto 30px auto;
}
@media only screen and (min-width: 900px) {
  .single-meat section.cta-meat-single .text {
    max-width: 700px;
  }
}
@media only screen and (min-width: 1100px) {
  .single-meat section.cta-meat-single .text {
    max-width: 900px;
  }
}
.single-meat section.cta-meat-single .text p {
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}
ul.wsp-pages-list {
  padding-left: 0;
  list-style: none;
  margin-top: 50px;
}
ul.wsp-pages-list > li {
  padding: 5px 0;
}
ul.wsp-pages-list > li a {
  color: #1d1d1d;
  font-family: "Hepta Slab";
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
}
ul.wsp-pages-list > li > ul.wsp-pages-list {
  margin-top: 0;
  padding-left: 40px;
  list-style: none;
}
ul.wsp-pages-list > li > ul.wsp-pages-list > li a {
  color: #212529;
  font-family: "Mulish";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: normal;
}
/* ==========================================================================
   7. Browser Fixes
   ========================================================================== */
/* ie9 */
/* ie8  */
/* ie7 */
/* ==========================================================================
   8. Responsive
   ========================================================================== */
@media only screen and (max-width: 959px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
  transition: transform 0.2s ease-in-out;
  transform-origin: 50%;
}
.flickity-button:hover {
  cursor: pointer;
  transform: translateY(-50%) scale(1.1);
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
section.carousel-list-mix {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.carousel-list-mix .inner {
  max-width: min(1160px, 100%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
section.carousel-list-mix div.general-carousel {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  section.carousel-list-mix div.general-carousel {
    max-width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  section.carousel-list-mix div.icons-list {
    max-width: 65%;
    padding-left: 50px;
    text-align: left;
  }
  section.carousel-list-mix div.icons-list .centered-text-icons__titles h2 {
    font-family: "Hepta Slab";
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 54px;
  }
}
section.carousel-list-mix:before {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture - Grey.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: relative;
  top: -10px;
}
section.carousel-list-mix:after {
  content: "";
  background: url("/wp-content/img/Website Design/Assets/Texture - Grey.svg");
  width: 100%;
  display: block;
  height: 23px;
  position: relative;
  bottom: -8px;
}
section.carousel-list-mix.background__white:after {
  background: none;
}
section.tabbed-content {
  padding-top: 120px;
  padding-bottom: 120px;
  background: white;
  position: relative;
}
section.tabbed-content .tab {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
section.tabbed-content .tab button {
  padding: 30px;
  background-color: inherit;
  font-family: "Hepta Slab";
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #1D1D1D;
}
section.tabbed-content .tab button:hover {
  background-color: #E4E5E6;
}
section.tabbed-content .tab button.active {
  background-color: #DEB841;
}
section.tabbed-content .tabcontent {
  display: none;
  padding-top: 80px;
  border-top: none;
}
section.tabbed-content .tabcontent .top {
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  section.tabbed-content .tabcontent .top {
    flex-direction: row;
  }
}
section.tabbed-content .tabcontent .column-1 {
  position: relative;
  z-index: 2;
  flex-basis: 50%;
  padding-right: 40px;
}
section.tabbed-content .tabcontent .column-1 h3 {
  color: #1D1D1D;
  font-family: "Hepta Slab";
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 54px;
  margin-bottom: 30px;
}
section.tabbed-content .tabcontent .column-1 p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 30px;
}
section.tabbed-content .tabcontent .column-1 a {
  margin-bottom: 40px;
}
section.tabbed-content .tabcontent .column-2 {
  position: relative;
  flex-basis: 50%;
}
section.tabbed-content .tabcontent .column-2 .overlay {
  border-style: solid;
  border-image: url("/wp-content/img/Website Design/Assets/Imageframe-grey.svg") 70 70/80px/40px 60px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
section.tabbed-content .tabcontent .wide-column {
  overflow-x: auto;
}
section.tabbed-content .tabcontent .wide-column p {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 30px;
}
section.tabbed-content .tabcontent .wide-column table {
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 26px;
  min-width: 550px;
}
section.tabbed-content .tabcontent .wide-column table tr:nth-of-type(1) {
  height: 50px;
}
section.tabbed-content .tabcontent .wide-column table td {
  vertical-align: top;
  padding-right: 20px;
}
section.tabbed-content .tabcontent .wide-column table td ul {
  font-weight: normal;
  padding-left: 15px;
  color: #212529;
  font-family: "Mulish";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}