@charset "UTF-8";
:export {
  brand-primary: #CDC77B;
  brand-secondary: #1c1f2e;
  brand-tertiary: #323442;
  white: #ffffff;
  grey: #bfbbb0;
  black: #000000;
  red: #ff3266;
  blue: #35617a;
  green: #3db9b7;
  yellow: #F5BE3B;
  orange: #e44a1b;
  purple: #7840a7;
  pink: #FF0090;
}

.gform_body input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=date]:focus, textarea:focus {
	outline: 2px solid #CDC77B;
	outline-offset: -2px;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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("../ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
      touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  z-index: 1000;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 6px 20px;
  cursor: pointer;
  min-height: 0; /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item:active {
  background: #231f20;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .ui-menu .ui-menu-item:hover {
    background: #231f20;
    color: #fff;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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 {
  -webkit-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] {
  -webkit-box-sizing: border-box;
          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.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

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

/*!
 * Bootstrap Grid v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

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

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

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

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

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

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

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

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

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

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

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

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

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

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

.mt-4 {
  margin-top: 1.5rem !important;
}

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

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

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

.mb-4 {
  margin-bottom: 1.5rem !important;
}

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

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

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

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

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

.pt-4 {
  padding-top: 1.5rem !important;
}

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

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

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

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

.pb-4 {
  padding-bottom: 1.5rem !important;
}

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

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

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

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

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: -ms-grid !important;
    display: grid !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/**
 * WooCommerce Photoswipe styles.
 * 1. These styles are required to overwrite default theme button styles (Twenty Twelve adds gradients via background-image).
 * 2. For zooming on mobile.
 */
.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
  max-width: none; /* 2 */
}

button.pswp__button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: url("default-skin/default-skin.png") !important;
}

button.pswp__button,
button.pswp__button:hover,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before {
  background-color: transparent !important; /* 1 */
}

button.pswp__button--arrow--left,
button.pswp__button--arrow--right,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right:hover {
  background-image: none !important; /* 1 */
}

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

button.pswp__button--zoom:hover {
  background-position: -88px 0;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

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

.pswp img {
  max-width: none;
}

/* adjust for admin bar */
.admin-bar .pswp {
  height: calc(100% - 32px);
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .pswp {
    height: calc(100% - 46px);
    top: 46px;
  }
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

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

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

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

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

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

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

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

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

	Contents:

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

*/
/*

	1. Buttons

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

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

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

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

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

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

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

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

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

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

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

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

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

/*

	2. Share modal/popup and links

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

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

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

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

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

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

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

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

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

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

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

/*

	4. Caption

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

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

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

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

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

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

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

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

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

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

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

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

@font-face {
  font-family: "calypso";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/calypso.eot");
  src: url("../fonts/calypso.eot?#iefix") format("embedded-opentype"), url("../fonts/calypso.svg#Raleway-Bold") format("svg"), url("../fonts/calypso.woff2") format("woff2"), url("../fonts/calypso.woff") format("woff"), url("../fonts/calypso.ttf") format("truetype");
}
@font-face {
  font-family: "eina";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/eina-reg.eot");
  src: url("../fonts/eina-reg.eot?#iefix") format("embedded-opentype"), url("../fonts/eina-reg.svg#Raleway-Bold") format("svg"), url("../fonts/eina-reg.woff2") format("woff2"), url("../fonts/eina-reg.woff") format("woff"), url("../fonts/eina-reg.ttf") format("truetype");
}
@font-face {
  font-family: "eina";
  font-style: bold;
  font-weight: 600;
  src: url("../fonts/eina-semibold.eot");
  src: url("../fonts/eina-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/eina-semibold.svg#Raleway-Bold") format("svg"), url("../fonts/eina-semibold.woff2") format("woff2"), url("../fonts/eina-semibold.woff") format("woff"), url("../fonts/eina-semibold.ttf") format("truetype");
}
@font-face {
  font-family: "eina";
  font-style: bolder;
  font-weight: 900;
  src: url("../fonts/eina-bold.eot");
  src: url("../fonts/eina-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/eina-bold.svg#Raleway-Bold") format("svg"), url("../fonts/eina-bold.woff2") format("woff2"), url("../fonts/eina-bold.woff") format("woff"), url("../fonts/eina-bold.ttf") format("truetype");
}
.field-switches ul, .search-filters .row .field-select-multiple ul, .field-select ul, .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-section:after, .intro-section:after, .container:after, .clearfix:after, #popup-apply-linked .content p:after, #popup-apply-linked .content .formrow:after, .required-field span:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #000000;
  background: #f2f3f9;
  font: 14px/200% var(--font-primary), "eina", arial, sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

@media (max-width: 1023px) {
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 1024px) {
  body {
    margin-top: 100px;
  }
}
@media (max-width: 480px) {
  body.nav-active {
    overflow: hidden;
    max-height: 100vh;
  }
}

a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #CDC77B;
  text-decoration: none;
}

img {
  vertical-align: top;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 0.7em;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: var(--font-primary), "eina", arial, sans-serif;
  font-weight: bold;
  line-height: 140%;
  margin: 0 0 0.5em;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 20px;
  }
}

.brand-primary {
  color: #CDC77B;
}

.brand-secondary {
  color: #1c1f2e;
}

/* blockquote styles */
blockquote {
  position: relative;
  border: none;
  padding: 0 25px;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.65;
  color: #CDC77B;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 20px;
    padding: 0 56px;
  }
}
blockquote p {
  margin: 0 0 14px;
}
blockquote q:before, blockquote q:after {
  content: "“";
  position: absolute;
  top: 3px;
  left: 0;
  right: auto;
  font-size: 46px;
  line-height: 1;
  color: #35617a;
}
@media (min-width: 768px) {
  blockquote q:before, blockquote q:after {
    top: 5px;
    left: 7px;
    right: auto;
    font-size: 61px;
  }
}
blockquote q:after {
  content: "”";
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  blockquote q:after {
    right: 18px;
    left: auto;
  }
}
blockquote .title {
  font: 700 15px/17px var(--font-secondary), "PT Sans", "Arial", "Helvetica", sans-serif;
  display: block;
  padding: 5px 0 0;
  border-top: 1px solid #ddd;
  color: #CDC77B;
}
@media (min-width: 768px) {
  blockquote .title {
    font-size: 18px;
    line-height: 20px;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  outline: none;
  border: 1px solid #aaa;
  background: #fff;
  padding: 10px 12px;
  font-family: var(--font-secondary), "PT Sans", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  color: #888;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #CDC77B;
}

iframe {
  max-width: 100%;
  width: 100%;
}

ul:not([class]):not([id]) {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
ul:not([class]):not([id]) li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  ul:not([class]):not([id]) li {
    padding-left: 29px;
    margin-bottom: 0;
  }
}
ul:not([class]):not([id]) li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #CDC77B;
  left: 1px;
  top: 6px;
}
@media (min-width: 768px) {
  ul:not([class]):not([id]) li:before {
    top: 11px;
  }
}
@media (min-width: 1024px) {
  ul:not([class]):not([id]) li:before {
    width: 8px;
    height: 8px;
  }
}

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

.right-content {
  text-align: right;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1400px;
  }
}
.container.large-container {
  max-width: 1270px;
}
.container.small-container {
  max-width: 1070px;
}

@media (max-width: 1023px) {
  .banner.banner-pos-mob-offright {
    background-position: 30% 50% !important;
  }
  .banner.banner-pos-mob-right {
    background-position: 19% 50% !important;
  }
}
.banner {
  height: 400px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (min-width: 1600px) {
  .banner {
    height: 450px;
  }
}
@media (min-width: 1920px) {
  .banner {
    height: 500px;
  }
}

.no-margin-bottom {
  margin-bottom: -1px;
}

.title-block {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .title-block {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .title-block {
    padding-top: 70px;
  }
}
.title-block .page-title {
  font-size: 26px;
  margin: 0;
}
@media (min-width: 768px) {
  .title-block .page-title {
    font-size: 34px;
  }
}

.fixed-header main {
  margin-top: 0 !important;
  /* margin-top: 110px !important; */
}
@media (min-width: 1024px) {
  .fixed-header main {
    margin-top: 92px !important;
  }
}

@media (min-width: 768px) {
  .content-holder {
    max-width: 690px;
    margin: 0 auto;
  }
}

section.section-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  section.section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  section.section-padding {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  section.section-padding {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

section .section-title {
  text-align: center;
  font-family: var(--font-primary), "eina", arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 0.5em;
  position: relative;
  text-transform: none;
}
section .custom-message, section .section-subtitle {
  font-weight: 600;
  text-align: center;
}

.intro-section {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 250px;
}
.intro-section .heading {
  white-space: nowrap;
  text-align: center;
}
.intro-section .heading:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  min-height: 250px;
}
.intro-section .heading > * {
  white-space: normal;
  display: inline-block;
  vertical-align: bottom;
  max-width: 99%;
}
.intro-section .heading h1 {
  font-size: 24px;
  background: #2f3535;
  color: #ffffff;
  min-width: 280px;
  margin: 0;
  padding: 13px 28px;
}
@media (min-width: 768px) {
  .intro-section .heading h1 {
    font-size: 34px;
    padding: 16px 39px;
  }
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.sidebar iframe {
  width: 100% !important;
  margin-bottom: 1em !important;
}
@media (max-width: 479px) {
  .sidebar iframe {
    height: 280px !important;
  }
}

.sidebar-top-pad {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .sidebar-top-pad {
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .sidebar-top-pad {
    padding-top: 70px;
  }
}

.sidebar h3 {
  font-size: 1.6em;
}

/* post holder styles */
.post-holder {
  /* post styles */
}
@media (min-width: 768px) {
  .post-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 0 -12px;
  }
}
@media (min-width: 1024px) {
  .post-holder {
    margin: 0 0 0 -25px;
  }
}
.post-holder .post {
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .post-holder .post {
    padding: 0 0 15px 12px;
    width: 33.332%;
  }
}
@media (min-width: 1024px) {
  .post-holder .post {
    padding: 0 0 15px 25px;
  }
}
.post-holder .post img {
  width: 100%;
}
.post-holder .post .box {
  background: #eaeaea;
}
.post-holder .post .box .text-block {
  padding: 24px 15px 13px;
}
@media (min-width: 1024px) {
  .post-holder .post .box .text-block {
    padding: 24px 25px 13px;
  }
}
.post-holder .post .box h3 {
  font: 400 20px/22px var(--font-secondary), "PT Sans", "Arial", "Helvetica", sans-serif;
  min-height: 22px;
  margin: 0 0 14px;
}
.post-holder .post .box h3 a {
  color: #485f6d;
}
.post-holder .post .box h3 a:hover {
  color: #F5BE3B;
}
.post-holder .post .box time {
  font: 700 14px/16px var(--font-secondary), "PT Sans", "Arial", "Helvetica", sans-serif;
  display: block;
  color: #407d80;
  text-transform: uppercase;
  min-height: 16px;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .post-holder .post .box time {
    margin: 0 0 27px;
  }
}

/* project section styles */
.project-section {
  position: relative;
  padding: 0 0 25px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .project-section {
    padding: 0 0 49px;
  }
}
.project-section .box {
  padding: 20px;
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .project-section .box {
    padding: 19px 20px 28px;
  }
}
@media (min-width: 768px) {
  .project-section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1024px) {
  .project-section .box {
    padding: 19px 29px 28px 42px;
  }
}
.project-section .box .img-block {
  width: 125px;
}
@media (min-width: 1024px) {
  .project-section .box .img-block {
    width: 155px;
  }
}
.project-section .box .text-block {
  font-size: 16px;
  line-height: 1.1818181;
  padding: 15px 0 0;
}
@media (min-width: 480px) {
  .project-section .box .text-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .project-section .box .text-block {
    padding: 0 0 0 15px;
    width: calc(100% - 125px);
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .project-section .box .text-block {
    font-size: 22px;
    width: calc(100% - 155px);
    padding: 5px 0 0 54px;
  }
}
@media (min-width: 480px) {
  .project-section .box .text-block p {
    margin: 0;
  }
}

/* slider section styles */
.carousel-section {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .carousel-section {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .carousel-section {
    margin-bottom: 90px;
  }
}
.carousel-section .slide {
  white-space: nowrap;
  text-align: center;
}
.carousel-section .slide:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  min-height: 320px;
}
.carousel-section .slide > * {
  white-space: normal;
  display: inline-block;
  vertical-align: bottom;
  max-width: 99%;
}
.carousel-section .slider-holder .pagination {
  background: #000000;
}
.carousel-section .slider .slide .title-block {
  background: #000000;
  color: #ffffff;
  padding: 10px 0 50px;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
@media (min-width: 1024px) {
  .carousel-section .slider .slide .title-block {
    text-align: left;
    padding: 20px 0;
  }
}
.carousel-section .slider .slide .title-block h3 {
  font-family: var(--font-secondary), "PT Sans", "Arial", "Helvetica", sans-serif;
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .carousel-section .slider .slide .title-block h3 {
    font-size: 20px;
    padding-left: 10px;
    letter-spacing: 0.2px;
  }
}

.gf-recaptcha-div {
  position: absolute;
  bottom: 0;
  right: 16px;
}

.slick-nav-arrows {
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  top: auto;
}
@media (min-width: 768px) {
  .slick-nav-arrows {
    left: -5px;
    top: 50%;
    bottom: auto;
    width: calc(100% + 10px);
  }
}
.slick-nav-arrows .slick-arrow {
  position: absolute;
  padding: 0;
  border: 0 none;
  text-decoration: none;
  text-indent: -9999px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.1);
  width: 28px;
  height: 28px;
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 768px) {
  .slick-nav-arrows .slick-arrow {
    width: 120px;
    height: 120px;
    top: 50%;
    bottom: auto;
    left: -85px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 39px;
    border-radius: 100%;
    background: #000000;
  }
}
.slick-nav-arrows .slick-arrow::after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  color: #ffffff;
  text-indent: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
@media (min-width: 768px) {
  .slick-nav-arrows .slick-arrow::after {
    font-size: 18px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: auto;
    right: 11%;
  }
}
.slick-nav-arrows .slick-arrow:hover {
  background: #CDC77B;
}
@media (min-width: 768px) {
  .slick-nav-arrows .slick-arrow:hover {
    left: -75px;
  }
}
.slick-nav-arrows .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  .slick-nav-arrows .slick-arrow.slick-next {
    right: -85px;
  }
  .slick-nav-arrows .slick-arrow.slick-next:hover {
    right: -75px;
  }
}
.slick-nav-arrows .slick-arrow.slick-next::after {
  content: "\f054";
}
@media (min-width: 768px) {
  .slick-nav-arrows .slick-arrow.slick-next::after {
    left: 11%;
    right: auto;
  }
}

button {
  border: none;
}

nav.pull-right {
  width: 100%;
}

.pagination {
  position: relative;
  background: none;
  margin: 20px auto;
  width: 100%;
}
.pagination ul {
  text-align: center;
}
.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  line-height: 100%;
}
.pagination li button {
  border: 0 none;
  background: none;
  display: block;
  width: 16px;
  height: 16px;
  padding: 10px;
  margin: 0 auto;
  background: transparent;
  text-indent: -9999px;
  position: relative;
}
.pagination li button::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.pagination li > button:hover::before {
  background: #CDC77B;
}
.pagination li.slick-active > button::before {
  width: 22px;
  height: 22px;
  background: #CDC77B;
}
.pagination li.active a {
  background-color: #CDC77B !important;
  color: white;
  padding: 3px 6px;
}

.slider {
  position: relative;
  overflow: hidden;
}
.slider .slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  .slider .slide:after {
    min-height: 480px;
  }
}
@media (min-width: 1024px) {
  .slider .slide:after {
    min-height: 612px;
  }
}

/* content section styles */
.content-section {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-section {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .content-section {
    margin-bottom: 105px;
  }
}
.content-section .content-holder {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-section .content-holder {
    margin-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .content-section .content-holder {
    margin-bottom: 78px;
  }
}
.content-section .content-holder h1 {
  text-align: center;
  font-size: 28px;
}
@media (min-width: 768px) {
  .content-section .content-holder h1 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .content-section .content-holder h1 {
    font-size: 34px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .content-section .content-holder .size-full {
    margin: 0 -170px;
    max-width: 1040px;
  }
}
.content-section .content-holder .wp-caption {
  margin: 35px 0;
}
.content-section .content-holder .wp-caption .size-full {
  padding-bottom: 2px;
  border-bottom: 1px solid #35617a;
}
.content-section .content-holder .wp-caption .wp-caption-text {
  text-align: center;
  font-size: 13px;
  font-family: var(--font-secondary), "PT Sans", "Arial", "Helvetica", sans-serif;
  padding-top: 8px;
}

#searchform {
  text-align: center;
}
#searchform .searchinput {
  width: 100%;
}
#searchform button {
  display: inline-block;
  border-radius: 0;
}

.search .title-block {
  margin-bottom: 0;
}
.search .search-resultinfo {
  margin: 2em 0 1em 0;
  clear: both;
  text-align: center;
}
.search .section-text-block #searchform .searchinput {
  width: 70%;
  float: left;
  margin: 4px 0;
  border: 1px solid #bfbbb0;
  padding: 10px 12px;
  font-family: var(--font-primary), "eina", arial, sans-serif;
}
.search .section-text-block #searchform button {
  display: block;
  float: right;
  width: 26%;
  margin: 0;
}
.search .section-text-block hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f5f5f5 !important;
  padding-bottom: 3em;
}
.search .section-text-block article {
  margin-bottom: 1em;
}
.search .section-text-block article .list-thumb {
  float: left;
}
.search .section-text-block article .list-thumb img {
  height: auto;
  width: 100%;
}
.search .section-text-block article .list-content {
  width: 80%;
  padding-left: 1em;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.fadeInUp {
  -webkit-animation: fadeInUp 0.3s ease-in-out both;
          animation: fadeInUp 0.3s ease-in-out both;
}
.fadeInUp:nth-child(9n-8) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.fadeInUp:nth-child(9n-7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.fadeInUp:nth-child(9n-6) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.fadeInUp:nth-child(9n-5) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.fadeInUp:nth-child(9n-4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.fadeInUp:nth-child(9n-3) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.fadeInUp:nth-child(9n-2) {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
.fadeInUp:nth-child(9n-1) {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.fadeInUp:nth-child(9n) {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
.shoutout-msg {
  padding: 12px;
  max-width: 120px;
  position: fixed;
  top: 30%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #35617a;
  color: white;
  font-family: var(--font-primary), "eina", arial, sans-serif;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
  max-height: 200px;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  .shoutout-msg {
    max-width: 80px;
  }
}
@media screen and (max-height: 710px) {
  .shoutout-msg {
    top: 50%;
  }
}
@media screen and (max-height: 420px) {
  .shoutout-msg {
    top: 65%;
  }
}
.shoutout-msg p {
  margin: 6px 0 0 0;
}
@media (max-width: 1200px) {
  .shoutout-msg p {
    font-size: 12px;
  }
}

.mobile-elem, .mobtab-elem {
  display: block !important;
}

.mobile-inline-elem {
  display: inline-block !important;
}

.mobtab-inline-elem {
  display: inline-block !important;
}

.nomob-elem,
.nomob-inline-elem,
.tablet-elem,
.tablet-inline-elem,
.desktop-elem,
.desktop-inline-elem,
.widescreen-elem,
.widescreen-inline-elem {
  display: none !important;
}

@media (min-width: 480px) {
  .mobile-inline-elem {
    display: none !important;
  }
  .nomob-elem {
    display: block !important;
  }
  .nomob-inline-elem {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .mobile-elem {
    display: none !important;
  }
  .tablet-elem {
    display: block !important;
  }
  .tablet-inline-elem {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .mobtab-elem {
    display: none !important;
  }
  .mobtab-inline-elem {
    display: none !important;
  }
  .desktop-elem {
    display: block !important;
  }
  .desktop-inline-elem {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .widescreen-elem {
    display: block !important;
  }
  .widescreen-inline-elem {
    display: inline-block !important;
  }
}
.wysiwyg-quote {
  font-style: italic;
}
.wysiwyg-quote::before {
  content: "“";
}
.wysiwyg-quote::after {
  content: "”";
}

.italics {
  font-style: italic;
}

section {
  overflow: hidden;
}

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

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

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.social-networks li {
  list-style: none;
  margin: 5px 10px 5px 0;
}
.social-networks li i {
  font-size: 20px;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=date],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  padding: 4px 8px;
  font-size: 14px;
  line-height: 14px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=date]:focus,
textarea:focus {
  border-color: black;
  outline: 0;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
  outline: 0;
}

.search-btn {
  background: #000000;
  display: inline-block;
  line-height: 32px;
  height: 32px;
  padding: 0px 15px;
  color: #000000;
  border: none;
}

.required, .required-field::after {
  font-size: 1.5em;
  color: red;
}

.required-field {
  position: relative;
}
.required-field::after {
  content: " * " !important;
  position: absolute;
  top: -4px;
  right: -14px;
}
@media (min-width: 768px) {
  .required-field::after {
    right: -20px;
  }
}

@media screen and (min-width: 980px) {
  .popup .gfield .gfield_label {
    display: inline-block;
    width: 25%;
    text-align: right;
    margin: 6px 3% 0 0;
    vertical-align: top;
  }
}
@media screen and (min-width: 1140px) {
  .popup .gfield .gfield_label {
    margin-top: 8px;
  }
}
.popup .gfield .ginput_container {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 980px) {
  .popup .gfield .ginput_container {
    width: 72%;
  }
  .popup .gfield .ginput_container.ginput_complex {
    width: 71%;
  }
}
.popup .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.popup .gfield .ginput_container textarea {
  padding: 8px 10px;
}
.popup .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .popup .gfield .ginput_container textarea::-webkit-input-placeholder {
  visibility: hidden;
}
.popup .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .popup .gfield .ginput_container textarea::-moz-placeholder {
  visibility: hidden;
}
.popup .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .popup .gfield .ginput_container textarea:-ms-input-placeholder {
  visibility: hidden;
}
.popup .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-ms-input-placeholder, .popup .gfield .ginput_container textarea::-ms-input-placeholder {
  visibility: hidden;
}
.popup .gfield .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.popup .gfield .ginput_container textarea::placeholder {
  visibility: hidden;
}
.popup .gfield.gfield_contains_required::after {
  top: 50%;
}
@media screen and (min-width: 980px) {
  .popup .gfield.gfield_contains_required::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.popup .gform_footer {
  margin: 25px 20px 0;
  width: calc(100% - 50px);
}

.field-price-scale .selection {
  font-family: var(--font-primary), "eina", arial, sans-serif;
  font-size: 26px;
  line-height: 110%;
  margin-bottom: 20px;
}

.filter-3-rows {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.field-select {
  position: relative;
  z-index: 100;
}
.field-select.field-open {
  z-index: 101;
}
.field-select .input-wrapper {
  position: relative;
}
.field-select .select-title {
  background: #ffffff;
  height: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 5px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
@media (min-width: 480px) {
  .field-select .select-title {
    padding: 8px 20px;
  }
}
@media (min-width: 1024px) {
  .field-select .select-title:hover {
    background: #f5f5f5;
    color: #000000;
  }
}
.field-select .select-title .text,
.field-select .select-title .icon {
  display: inline-block;
  vertical-align: middle;
}
.field-select .select-title .text {
  font-family: var(--font-primary), "eina", arial, sans-serif;
  font-size: 15px;
  line-height: 110%;
  color: #000000;
}
.field-select .select-title .icon {
  position: absolute;
  right: 5px;
}
.field-select .select-title .icon .fa {
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.field-select .select-title .icon .fa:before {
  vertical-align: middle;
}
.field-select .select-box {
  position: absolute;
  left: 0;
  top: 100%;
  width: auto;
  min-width: 100%;
  height: 0;
  overflow: hidden;
}
.field-select .select-box.right-aligned {
  left: auto;
  right: 0;
}
.field-select .select-wrap {
  background: #CDC77B;
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .field-select .select-wrap {
    min-width: 260px;
    padding: 35px 40px;
  }
}
.field-select .select-wrap.max-height .select {
  max-height: 200px;
  overflow-y: scroll;
}
.field-select.field-open .select-title {
  background: #CDC77B;
  color: #ffffff;
}
.field-select.field-open .select-title .icon .fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.field-select ul li {
  margin-bottom: 8px;
}
.field-select ul li:last-child {
  margin-bottom: 0;
}
.field-select ul li label {
  display: block;
  height: auto;
  line-height: 100%;
  padding-left: 22px;
  position: relative;
}
.field-select ul li label::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 16px;
}
.field-select ul li label::after {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 1px;
  top: 1px;
}
.field-select ul li label.checked::after {
  content: "\f192";
}
.field-select ul li .radio,
.field-select ul li .text {
  display: inline-block;
  vertical-align: middle;
}
.field-select ul li .radio {
  display: none;
  margin-top: -1px;
  margin-right: 6px;
}
.field-select ul li .text {
  font-size: 14px;
  line-height: 110%;
}

.search-filters .row .field-select-multiple {
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .search-filters .row .field-select-multiple {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 0;
  }
}
.search-filters .row .field-select-multiple ul li {
  margin-bottom: 8px;
}
.search-filters .row .field-select-multiple ul li:last-child {
  margin-bottom: 0;
}
.search-filters .row .field-select-multiple ul li label {
  display: block;
  height: auto;
  line-height: 100%;
}
.search-filters .row .field-select-multiple ul li label::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
}
.search-filters .row .field-select-multiple ul li label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  position: absolute;
  left: 1px;
  top: 1px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.search-filters .row .field-select-multiple ul li label.checked::before {
  content: "";
}
.search-filters .row .field-select-multiple ul li label.checked::after {
  content: "\f00c";
  visibility: visible;
  opacity: 1;
}
.search-filters .row .field-select-multiple ul li .checkbox,
.search-filters .row .field-select-multiple ul li .text {
  display: inline-block;
  vertical-align: middle;
}
.search-filters .row .field-select-multiple ul li .checkbox {
  display: none;
  margin-top: -1px;
  margin-right: 6px;
}
.search-filters .row .field-select-multiple ul li .text {
  font-size: 14px;
  line-height: 110%;
}
.search-filters .row .field-select-multiple.field-type {
  padding: 10px 0;
}

.field-switches ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.field-switches ul li label::before {
  content: none;
}
.field-switches ul li label.checked::before {
  content: none;
}
.field-switches .switches .switch {
  margin-right: 3px;
}
.field-switches .switches .switch label {
  display: block;
  width: 26px;
  height: 26px;
  position: relative;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.field-switches .switches .switch input,
.field-switches .switches .switch .text {
  display: none;
}
.field-switches .switches .switch .far,
.field-switches .switches .switch .fas,
.field-switches .switches .switch .fal {
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ui-autocomplete {
  background: #ffffff;
  border: solid 1px #35617a;
  border-top: none;
}
.ui-autocomplete .ui-menu-item {
  margin: 0;
  padding: 5px 20px;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #35617a;
  color: #ffffff;
  margin: 0;
}

/* button styles */
.btn, .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], .button {
  -webkit-transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  background: #CDC77B;
  border: solid 3px #CDC77B;
  border-radius: 30px;
  color: #1c1f2e;
  display: inline-block;
  font: bold 14px/1.25 var(--font-primary), "eina", arial, sans-serif;
  letter-spacing: 0.025em;
  margin: 10px 20px 10px 0;
  padding: 8px 12px;
  text-transform: uppercase;
  -webkit-transition: none;
  transition: none;
  vertical-align: middle;
  min-width: 100px;
  text-align: center;
}
@media (min-width: 768px) {
  .btn, .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], .button {
    padding: 12px 25px;
  }
}
.btn.btn-secondary, .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input.btn-secondary[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input.btn-secondary[type=submit], .button.btn-secondary {
  background-color: #1c1f2e;
  border-color: #1c1f2e;
  color: #ffffff;
}
.btn.btn-tertiary, .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input.btn-tertiary[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input.btn-tertiary[type=submit], .button.btn-tertiary {
  background-color: #323442;
  border-color: #323442;
  color: #ffffff;
}
.btn.gform_previous_button, .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input.gform_previous_button[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input.gform_previous_button[type=submit], .button.gform_previous_button {
  border-color: #ffffff;
  color: #1c1f2e !important;
}
.btn.btn-outline, .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input.btn-outline[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input.btn-outline[type=submit], .button.btn-outline {
  background-color: transparent;
  color: #CDC77B;
}
.btn.btn-outline.btn-secondary, .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input.btn-outline.btn-secondary[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input.btn-outline.btn-secondary[type=submit], .button.btn-outline.btn-secondary {
  color: #1c1f2e;
}
.btn.btn-outline.btn-tertiary, .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input.btn-outline.btn-tertiary[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input.btn-outline.btn-tertiary[type=submit], .button.btn-outline.btn-tertiary {
  color: #323442;
}
.btn .fa, .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit] .fa, body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit] .fa,
.btn .fal,
.gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit] .fal,
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit] .fal,
.btn .far,
.gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit] .far,
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit] .far,
.btn .fas,
.gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit] .fas,
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit] .fas,
.btn .fad,
.gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit] .fad,
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit] .fad, .button .fa,
.button .fal,
.button .far,
.button .fas,
.button .fad {
  font-size: 10px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .btn .fa, .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit] .fa, body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit] .fa,
.btn .fal,
.gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit] .fal,
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit] .fal,
.btn .far,
.gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit] .far,
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit] .far,
.btn .fas,
.gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit] .fas,
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit] .fas,
.btn .fad,
.gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit] .fad,
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit] .fad, .button .fa,
.button .fal,
.button .far,
.button .fas,
.button .fad {
    font-size: 14px;
    margin-left: 10px;
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-wrap .btn:nth-child(odd), .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(odd), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .btn-wrap input[type=submit]:nth-child(odd), .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(odd), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .btn-wrap input[type=submit]:nth-child(odd) {
  background-color: #323442;
  border-color: #323442;
  color: #ffffff;
}
.btn-wrap .btn:nth-child(even), .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .btn-wrap input[type=submit]:nth-child(even), .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .btn-wrap input[type=submit]:nth-child(even) {
  background-color: #1c1f2e;
  border-color: #1c1f2e;
  color: #ffffff;
}
.btn-wrap .btn:nth-child(1), .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(1), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .btn-wrap input[type=submit]:nth-child(1), .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(1), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .btn-wrap input[type=submit]:nth-child(1) {
  background-color: #CDC77B;
  border-color: #CDC77B;
  color: #1c1f2e;
}

#site_wrapper {
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  position: initial;
}
@media (min-width: 1025px) {
  #site_wrapper {
    -webkit-transform: none;
            transform: none;
  }
}

#site_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#site_header {
  background: #ffffff;
  height: 100px;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
#site_header.header-2 > .container > .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  #site_header {
    height: 100px;
    position: fixed;
  }
}
#site_header > .container {
  height: 100%;
}
#site_header > .container > .row {
  height: 100%;
}
#site_header .logo {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  width: 150px;
  margin: 1rem auto 0 auto;
}
@media (min-width: 1024px) {
  #site_header .logo {
    width: 220px;
  }
}
#site_header .logo .image {
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  #site_header .nav-toggle {
    display: none;
  }
}
#site_header .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 575px) {
  #site_header .menu-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#site_header .menu-wrapper #site_header_search {
  padding-right: 20px;
}
#site_header .menu-wrapper #site_header_search #site-header_search_toggle {
  vertical-align: text-top;
}
#site_header .menu-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#site_header .menu-container .menu .menu-item .btn, #site_header .menu-container .menu .menu-item .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields #site_header .menu-container .menu .menu-item input[type=submit], #site_header .menu-container .menu .menu-item body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer #site_header .menu-container .menu .menu-item input[type=submit] {
  font-size: 12px;
  padding: 8px 12px;
  margin: 5px;
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu {
    background: #1c1f2e;
    height: 100%;
    right: 0;
    position: fixed;
    -webkit-transform: translateX(260px);
            transform: translateX(260px);
    top: 0;
    width: 260px;
  }
}
@media (min-width: 1024px) {
  #site_header .menu-container#site_header_main_menu {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu > #menu-main-menu > .menu-item a {
    letter-spacing: 1px;
  }
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu > #menu-main-menu > .menu-item > .show-more {
    color: #ffffff;
  }
}
@media (min-width: 1024px) {
  #site_header .menu-container#site_header_main_menu > #menu-main-menu > .menu-item > .sub-menu-container {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  #site_header .menu-container#site_header_main_menu > #menu-main-menu > .menu-item > .sub-menu-container > .sub-menu {
    -webkit-box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.4), inset 0 12px 12px -12px rgba(0, 0, 0, 0.4);
            box-shadow: 0 12px 12px -12px rgba(0, 0, 0, 0.4), inset 0 12px 12px -12px rgba(0, 0, 0, 0.4);
  }
}
#site_header .menu-container#site_header_main_menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  position: static;
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#site_header .menu-container#site_header_main_menu .menu .menu-item > a {
  color: #000000;
  display: block;
  font-size: 14px;
  padding: 15px 25px;
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item > a {
    color: #ffffff;
  }
}
@media (min-width: 1024px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item > a {
    font-size: 12px;
    padding: 15px 5px;
  }
}
@media (min-width: 1200px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item > a {
    font-size: 14px;
    padding: 15px 15px;
  }
}
@media (min-width: 1600px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item > a {
    padding: 15px 25px;
  }
}
#site_header .menu-container#site_header_main_menu .menu .menu-item > a i {
  font-size: 12px;
  margin-left: 5px;
}
#site_header .menu-container#site_header_main_menu .menu .menu-item.current_page_item > a {
  font-weight: bold;
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children > a {
    display: inline-block;
    width: 75%;
  }
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children > a:hover {
    font-weight: normal;
  }
}
#site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children > .show-more {
  width: 25%;
  cursor: pointer;
  text-align: center;
  padding: 15px 25px;
}
#site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children > .show-more.active i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 1024px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children:hover > .sub-menu-container {
    display: block;
  }
}
#site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children:hover > a {
  font-weight: bold;
}
#site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children:hover > a > .icon i {
  color: #4c6ea0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 1024px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children > .sub-menu-container {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children > .sub-menu-container .sub-menu li .heading {
    font-size: 1.2rem;
    font-weight: bold;
  }
  #site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children > .sub-menu-container .show-more {
    color: #000000 !important;
  }
}
#site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children > .sub-menu-container .sub-menu-container {
  padding-top: 0;
}
@media (min-width: 1024px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children > .sub-menu-container .sub-menu-container .sub-menu {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item.menu-item-has-children > .sub-menu-container .sub-menu-container {
    background: #ffffff;
    margin-left: 1em;
  }
}
#site_header .menu-container#site_header_main_menu .menu .menu-item.menu-hightlight-green {
  background-color: #CDC77B;
}
#site_header .menu-container#site_header_main_menu .menu .menu-item.menu-hightlight-green a {
  color: #1c1f2e;
  font-weight: bold;
}
#site_header .menu-container#site_header_main_menu .menu .menu-item.menu-hightlight-white {
  background-color: white;
}
#site_header .menu-container#site_header_main_menu .menu .menu-item.menu-hightlight-white a {
  color: #1c1f2e;
  font-weight: bold;
}
#site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container {
  display: none;
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container {
    background: #f6f6f6;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
@media (min-width: 1024px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container {
    background: transparent;
    left: 0;
    top: 100%;
    margin-top: -20px;
    padding-top: 20px;
    position: absolute;
    width: 100%;
  }
}
#site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
}
@media (min-width: 1024px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu {
    background: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item {
    border-top: 4px transparent solid;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item:not(.menu-item-has-children) > a {
    max-width: 290px;
  }
}
#site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item:hover {
  border-color: #1c1f2e;
}
@media (min-width: 1024px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item:hover {
    background: #ffffff;
  }
}
#site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item:hover .icon > i {
  color: #CDC77B;
}
@media (min-width: 1024px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item > a {
    height: 100%;
  }
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item > a {
    color: #000000;
    display: block;
    font-size: 14px;
    padding: 15px 5px 15px 25px;
  }
}
#site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item > a .icon > i {
  font-size: 48px;
}
#site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item > a .icon .img {
  width: 100%;
  height: auto;
}
#site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item > a h3.heading {
  font-size: 18px;
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item > a h3.heading {
    font-size: 17px;
  }
}
#site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item > a h4.heading {
  font-size: 18px;
}
@media (max-width: 1023px) {
  #site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item > a h4.heading {
    font-size: 14px;
    font-weight: normal;
  }
}
#site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu .menu-item > a .text {
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
#site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu-container {
  top: 100%;
}
#site_header .menu-container#site_header_main_menu .menu .menu-item .sub-menu-container .sub-menu-container .menu-item {
  background: white;
}
#site_header #site_header_contact_tel {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px;
  text-align: right;
}
#site_header #site_header_contact_tel:hover {
  color: #CDC77B;
}
#site_header #site_header_contact_tel i {
  margin-right: 5px;
}
#site_header #site_header_search_toggle {
  color: #000000;
  font-size: 22px;
}
#site_header #site_header_search_toggle:hover i {
  font-weight: normal;
}
#site_header #site_header_mobile_menu_toggle {
  background: transparent;
  display: block;
  height: 45px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  z-index: 1000;
}
@media (min-width: 1024px) {
  #site_header #site_header_mobile_menu_toggle {
    display: none !important;
    right: 15px;
    top: 15px;
  }
}
#site_header #site_header_mobile_menu_toggle span, #site_header #site_header_mobile_menu_toggle:before, #site_header #site_header_mobile_menu_toggle:after {
  background: #000000;
  height: 3px;
  left: 10px;
  margin-top: -2px;
  position: absolute;
  right: 10px;
  top: 52%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#site_header #site_header_mobile_menu_toggle:before, #site_header #site_header_mobile_menu_toggle:after {
  content: "";
  top: 34%;
}
#site_header #site_header_mobile_menu_toggle:after {
  top: 69%;
}

@media (min-width: 1024px) {
  body.admin-bar #site_header {
    top: 32px;
  }
}
@media (max-width: 767px) {
  body.admin-bar #wpadminbar .ab-icon {
    width: 40px;
  }
}
@media (max-width: 1023px) {
  body.menu-open #site_wrapper {
    overflow: visible;
    -webkit-transform: translateX(-260px);
            transform: translateX(-260px);
  }
  body.menu-open #site_header #site_header_mobile_menu_toggle span {
    opacity: 0;
  }
  body.menu-open #site_header #site_header_mobile_menu_toggle:before, body.menu-open #site_header #site_header_mobile_menu_toggle:after {
    left: 10px;
    right: 10px;
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body.menu-open #site_header #site_header_mobile_menu_toggle:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
body.no-transform {
  -webkit-transform: none !important;
  transform: none !important;
}

#site_footer #site_footer_main {
  background: #1B3135;
  color: #ffffff;
  padding: 50px 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #site_footer #site_footer_main {
    text-align: left;
  }
}
#site_footer #site_footer_main a {
  color: #ffffff;
}
#site_footer #site_footer_main #site_footer_logo {
  text-align: center;
}
@media (min-width: 768px) {
  #site_footer #site_footer_main #site_footer_logo {
    text-align: left;
  }
}
#site_footer #site_footer_main #site_footer_contact {
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}
#site_footer #site_footer_main #site_footer_contact #site_footer_social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  #site_footer #site_footer_main #site_footer_contact #site_footer_social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#site_footer #site_footer_main #site_footer_contact #site_footer_social li {
  display: inline-block;
}
#site_footer #site_footer_main #site_footer_contact > * {
  margin: 0;
  padding: 2px 0;
}
@media (min-width: 768px) {
  #site_footer #site_footer_main #site_footer_contact {
    text-align: left;
  }
}
#site_footer #site_footer_main #site_footer_menus h4 {
  font-size: 1rem;
}
#site_footer #site_footer_main #site_footer_menus ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
@media (max-width: 767px) {
  #site_footer #site_footer_main #site_footer_menus ul {
    padding: 0;
  }
}
#site_footer #site_footer_main #site_footer_menus ul .menu-item:first-child {
  /*                        font-weight: bold;
                          text-transform: uppercase;*/
}
#site_footer #site_footer_bottom {
  padding: 20px 0;
}

.page-banner .flexslider {
  margin-bottom: 0;
}
.page-banner .banner #bannervid {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
}
.page-banner .banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media (min-width: 350px) {
  .page-banner .banner .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page-banner .banner .container .heading {
  color: #ffffff;
  margin: 20px 0;
}
.page-banner .banner .container .heading .header {
  font-size: 22px;
  margin: 0;
  text-shadow: 0 0 1px #000000, 0 0 10px rgba(0, 0, 0, 0.75);
}
@media (min-width: 370px) {
  .page-banner .banner .container .heading .header {
    font-size: 26px;
  }
}
@media (min-width: 480px) {
  .page-banner .banner .container .heading .header {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .page-banner .banner .container .heading .header {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .page-banner .banner .container .heading .header {
    font-size: 50px;
  }
}
.page-banner .banner .container .content {
  max-width: 800px;
}
@media (min-width: 480px) {
  .page-banner .banner .container .content {
    margin: 0 0 20px;
  }
}
.page-banner .banner .container .content.video-content {
  position: relative;
}
.page-banner .banner .container .content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  text-shadow: 0 0 1px #000000, 0 0 10px rgba(0, 0, 0, 0.75);
}
@media (min-width: 480px) {
  .page-banner .banner .container .content p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .page-banner .banner .container .content p {
    font-size: 20px;
  }
}
.page-banner .banner .container .content .btn, .page-banner .banner .container .content .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .page-banner .banner .container .content input[type=submit], .page-banner .banner .container .content body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .page-banner .banner .container .content input[type=submit] {
  padding: 8px 5px;
}
@media (min-width: 480px) {
  .page-banner .banner .container .content .btn, .page-banner .banner .container .content .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .page-banner .banner .container .content input[type=submit], .page-banner .banner .container .content body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .page-banner .banner .container .content input[type=submit] {
    padding: 8px 12px;
  }
}
.page-banner .flexslider {
  position: relative;
}
.page-banner .flexslider .flex-control-nav {
  bottom: 20px;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-banner .flexslider .flex-control-nav li a {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.page-banner.banner-small .banner {
  height: 200px;
}
@media (min-width: 1600px) {
  .page-banner.banner-small .banner {
    height: 225px;
  }
}
@media (min-width: 1920px) {
  .page-banner.banner-small .banner {
    height: 250px;
  }
}

body.single .page-content {
  padding: 40px 0;
}

.flexslider {
  border: none;
}
.flexslider .flex-direction-nav a:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 50px;
  display: inline-block;
  content: "\f053";
  color: rgba(255, 255, 255, 0.9);
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: "\f054";
}
.flexslider .flex-control-nav li {
  line-height: 0;
}
.flexslider .flex-control-nav li a {
  background-color: #1c1f2e;
}
.flexslider .flex-control-nav li a.flex-active {
  background-color: #CDC77B;
}

.popup-form {
  display: none;
}
.popup-form .btn, .popup-form .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .popup-form input[type=submit], .popup-form body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .popup-form input[type=submit] {
  margin: auto;
  display: block;
  margin-top: 3em;
  text-align: center;
}
@media (min-width: 480px) {
  .popup-form .btn, .popup-form .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .popup-form input[type=submit], .popup-form body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .popup-form input[type=submit] {
    max-width: 400px;
    margin-bottom: 1em;
  }
}
.popup-form .call {
  padding-left: 1em;
}

.required, .required-field::after {
  font-size: 1.5em;
  color: red;
}

.required-field {
  position: relative;
}
.required-field::after {
  content: " * " !important;
  position: absolute;
  top: -4px;
  right: -14px;
  display: none;
}
@media (min-width: 768px) {
  .required-field::after {
    right: -20px;
  }
}

/* .cf7-form-control {
    margin-bottom: 1em;
    display: inline-block;
} */
.popup-form.popup-form-open {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  background: rgba(40, 60, 75, 0.7);
  z-index: 1000000;
  -webkit-animation: fadePopup 0.3s ease-out both;
          animation: fadePopup 0.3s ease-out both;
}
.popup-form.popup-form-open#popup-get-samplesed .close {
  top: 25px;
}
.popup-form.popup-form-open .popup-wrapper {
  margin: 50px auto;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 16px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 16px 3px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: calc(100% - 20px);
}
@media screen and (min-width: 480px) {
  .popup-form.popup-form-open .popup-wrapper {
    width: calc(100% - 100px);
  }
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper {
    width: calc(100% - 200px);
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .popup-form.popup-form-open .popup-wrapper {
    width: calc(100% - 200px);
    max-width: 800px;
  }
}
.popup-form.popup-form-open .popup-wrapper .title-block {
  background: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 25px;
  margin: 0;
  position: relative;
  text-align: left;
  height: auto;
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .title-block {
    padding: 20px 50px;
  }
}
.popup-form.popup-form-open .popup-wrapper .title-block h2 {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  font-weight: 400;
  color: white !important;
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .title-block h2 {
    font-size: 1.5em;
  }
}
.popup-form.popup-form-open .popup-wrapper .title-block .required-note {
  color: white;
  font-weight: normal;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .popup-form.popup-form-open .popup-wrapper .title-block .required-note {
    display: inline-block;
    margin-left: 30px;
  }
}
.popup-form.popup-form-open .popup-wrapper .title-block .close {
  position: absolute;
  right: 25px;
  /* @include media('<tablet') { top: 25px; } */
  background: white;
  border-radius: 100%;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.popup-form.popup-form-open .popup-wrapper .title-block .close .fa {
  font-size: 1.25em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  color: #000000;
}
.popup-form.popup-form-open .popup-wrapper .content {
  padding: 20px;
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .content {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .popup-form.popup-form-open .popup-wrapper .content {
    padding: 30px 60px 40px;
  }
}
.popup-form.popup-form-open .popup-wrapper .content h3 {
  font-weight: bold;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #CDC77B;
}
.popup-form.popup-form-open .popup-wrapper .content .required, .popup-form.popup-form-open .popup-wrapper .content .required-field::after {
  font-size: 0.9em;
  color: red;
  padding-left: 5px;
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 {
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 {
    display: inline-block;
    width: 36%;
    margin: 30px 15px 0 15px;
  }
}
@media (min-width: 1024px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 {
    width: 34%;
    margin: 30px 30px 0 0;
  }
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-copy {
  display: inline-block;
  width: calc(100% - 100px);
  vertical-align: top;
  padding-top: 5px;
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-copy {
    display: block;
    width: 100%;
  }
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-copy p {
  font-size: 0.75em;
  line-height: 130%;
  margin: 0;
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-copy p {
    font-size: 0.875em;
    line-height: 140%;
  }
}
@media (min-width: 1024px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-copy p {
    font-size: 1em;
    line-height: 150%;
  }
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details {
  margin: 20px 0 0 10px;
}
@media screen and (min-width: 440px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details {
    display: inline-block;
    margin: -20px 0 0 90px;
  }
}
@media (min-width: 768px) {
  .popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details {
    margin: 20px 0 0 5px;
  }
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details p {
  font-size: 1em;
  font-family: var(--font-primary), "eina", arial, sans-serif;
  color: #000000;
  margin-bottom: 10px;
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details p:last-child {
  margin-bottom: 0;
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details p a {
  color: inherit;
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details p .fa {
  color: #323442;
  margin-right: 10px;
}
.popup-form.popup-form-open .popup-wrapper .content .col-1 .contact-details .telephone {
  font-weight: bold;
}

/* Search form */
#popup-search-linked {
  text-align: center;
}
#popup-search-linked .searchinput {
  width: 100%;
  border: 1px solid #707070;
  padding: 10px 12px;
  font-family: var(--font-primary), "eina", arial, sans-serif;
}
#popup-search-linked button {
  font-family: var(--font-primary), "eina", arial, sans-serif;
  display: inline-block;
}

/* Pop up Video */
@media (min-width: 768px) {
  #popup-video-linked .title-block {
    padding: 14px 50px;
  }
}
#popup-video-linked .title-block .close {
  top: 14px;
}
#popup-video-linked .content {
  line-height: 0;
  background-color: black;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
#popup-video-linked .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup-video-linked .popup-wrapper {
  background-color: #bfbbb0;
}
@media (min-width: 768px) {
  #popup-video-linked .popup-wrapper {
    width: calc(100% - 200px);
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  #popup-video-linked .popup-wrapper {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  #popup-video-linked .popup-wrapper {
    max-width: 1080px;
  }
}

.pop-fix {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

@media (min-width: 1024px) {
  #popup-apply-linked .popup-wrapper {
    max-width: 840px;
  }
}
@media (min-width: 1024px) {
  #popup-apply-linked .content {
    padding: 30px 100px 40px;
  }
}
#popup-apply-linked .content p, #popup-apply-linked .content .formrow {
  clear: both;
  margin-bottom: 1em;
}
#popup-apply-linked .content .formrow {
  clear: none;
}
@media (min-width: 480px) {
  #popup-apply-linked .content .formrow .formcol {
    width: 50%;
    float: left;
  }
}
@media (min-width: 480px) {
  #popup-apply-linked .wpcf7-form-control-wrap .wpcf7-text, #popup-apply-linked .wpcf7-form-control-wrap .wpcf7-textarea, #popup-apply-linked .formrow {
    width: 70%;
    display: inline-block;
    float: right;
  }
  #popup-apply-linked .date-label {
    float: left;
  }
}
#popup-apply-linked select {
  padding: 0.4em;
}
#popup-apply-linked .cmda {
  font-size: 0.9em;
  display: block;
  padding: 1em 2em;
}
@media (min-width: 1024px) {
  #popup-apply-linked .cmda {
    padding: 1em 4em;
  }
}

.product-info .popup .popup-wrapper .content .btn-primary, .product-info .popup .popup-wrapper .content .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .product-info .popup .popup-wrapper .content input[type=submit] {
  margin-top: 0;
}

.intro-text {
  margin-left: 60px;
  margin-top: 30px;
}

.tabs-wrapper .tab-container .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .tabs-wrapper .tab-container .nav {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .tabs-wrapper .tab-container .nav {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .tabs-wrapper .tab-container .nav {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .tabs-wrapper .tab-container .nav {
    max-width: 1140px;
  }
}
.tabs-wrapper .tab-container .nav .tab {
  border-bottom: solid 6px transparent;
}
@media (max-width: 1023px) {
  .tabs-wrapper .tab-container .nav .tab {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 10px 0 0;
    text-align: center;
  }
}
.tabs-wrapper .tab-container .nav .tab a {
  color: #000000;
  display: block;
  padding: 30px 15px;
  text-transform: uppercase;
}
.tabs-wrapper .tab-container .nav .tab.selected {
  border-bottom-color: #CDC77B;
}
.tabs-wrapper .tab-container .tabs {
  border-top: solid 3px #000000;
}

.product-table-container {
  overflow-x: scroll;
}

.table-product-comparison {
  margin: 50px 0;
  width: 100%;
}
.table-product-comparison tbody tr th, .table-product-comparison tbody tr td {
  padding: 10px 20px;
}
.table-product-comparison tbody tr th {
  min-width: 250px;
  text-align: left;
}
.table-product-comparison tbody tr td {
  text-align: center;
}
.table-product-comparison tbody tr td .yes {
  color: #1c1f2e;
}
.table-product-comparison tbody tr td .no {
  color: #ff3266;
}
.table-product-comparison tbody tr td .img {
  height: auto;
  max-width: 180px;
  width: 100%;
}
.table-product-comparison tbody tr td .heading {
  font-weight: normal;
  font-size: 16px;
}
.table-product-comparison tbody tr td .btn, .table-product-comparison tbody tr td .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .table-product-comparison tbody tr td input[type=submit], .table-product-comparison tbody tr td body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .table-product-comparison tbody tr td input[type=submit] {
  background-color: #1c1f2e;
  border-color: #1c1f2e;
  font-size: 11px;
  margin: 5px 10px;
  padding: 6px 12px;
}
.table-product-comparison tbody tr td:nth-child(2n+3) {
  background-color: #f2f3f8;
}
.table-product-comparison tbody tr:nth-child(2n+3) {
  background-color: #c8fddd;
}
.table-product-comparison tbody tr:nth-child(2n+3) td:nth-child(2n+3) {
  background-color: #b6e9ca;
}
.table-product-comparison tbody tr.header {
  background: none;
  border-bottom: solid 1px #7a99bd;
}
.table-product-comparison tbody tr.header td, .table-product-comparison tbody tr.header th {
  font-size: 18px;
  font-weight: bold;
  padding-top: 40px;
}

.product-buttons {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.product-buttons .btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-product .product-details {
  padding: 80px 0;
}
.single-product #product_description .btn-wrap .btn:nth-child(2n+3), .single-product #product_description .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(2n+3), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .single-product #product_description .btn-wrap input[type=submit]:nth-child(2n+3), .single-product #product_description .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(2n+3), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .single-product #product_description .btn-wrap input[type=submit]:nth-child(2n+3), .single-product #product_description .btn-wrap .btn:first-child:nth-last-child(2) + .btn, .single-product #product_description .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:first-child:nth-last-child(2) + .btn, .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .single-product #product_description .btn-wrap input[type=submit]:first-child:nth-last-child(2) + .btn, .single-product #product_description .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .btn:first-child:nth-last-child(2) + input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .single-product #product_description .btn-wrap .btn:first-child:nth-last-child(2) + input[type=submit], .single-product #product_description .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:first-child:nth-last-child(2) + input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .single-product #product_description .btn-wrap input[type=submit]:first-child:nth-last-child(2) + input[type=submit], .single-product #product_description .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(2) + .btn, body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .single-product #product_description .btn-wrap input[type=submit]:first-child:nth-last-child(2) + .btn, .single-product #product_description .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .btn:first-child:nth-last-child(2) + input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .single-product #product_description .btn-wrap .btn:first-child:nth-last-child(2) + input[type=submit], .single-product #product_description .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:first-child:nth-last-child(2) + input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .single-product #product_description .btn-wrap input[type=submit]:first-child:nth-last-child(2) + input[type=submit] {
  border-color: #2d4057;
  border-width: 1px;
  padding: 15px 28px;
}
.single-product #product_gallery {
  margin-bottom: 20px;
  position: relative;
}
.single-product #product_gallery .product-gallery-trigger {
  color: white;
  font-size: 20px;
  position: absolute;
  right: 25px;
  text-shadow: 1px 1px 4px #000000;
  top: 25px;
  z-index: 1;
  pointer-events: none;
}
.single-product #product_gallery .wrapper {
  margin: 0;
  padding: 0;
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
}
.single-product #product_gallery .wrapper .zoomImg {
  background-color: #fff;
  display: block;
  opacity: 0;
}
.single-product #product_gallery .flex-control-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-product #product_gallery .flex-control-nav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  margin: 5px;
  position: relative;
}
.single-product #product_gallery .flex-control-nav li img {
  border: solid 1px #707070;
  opacity: 1;
}
.single-product #product_gallery .flex-control-nav li img.flex-active {
  border-bottom: solid 5px #35617a;
}
.single-product #product_downloads .downloads .download {
  background: #ffffff;
  padding: 40px;
  text-align: center;
}
.single-product #product_downloads .downloads .download .icon {
  color: #323442;
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
  margin: 0 auto 20px;
  max-width: 100px;
  text-align: center;
}
.single-product #product_downloads .downloads .download .heading {
  margin-bottom: 20px;
}
.single-product #product_downloads .downloads .download .link .btn, .single-product #product_downloads .downloads .download .link .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .single-product #product_downloads .downloads .download .link input[type=submit], .single-product #product_downloads .downloads .download .link body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .single-product #product_downloads .downloads .download .link input[type=submit] {
  display: block;
  margin: 0 auto;
}

.pswp {
  z-index: 2000;
}

body.page-template-page-contact .page-banner .flexslider {
  margin-bottom: 0;
}
body.page-template-page-contact .page-banner .banner {
  height: 200px;
}
@media (min-width: 1024px) {
  body.page-template-page-contact .page-banner .banner {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-contact .page-banner .banner {
    height: 300px;
  }
}
body.page-template-page-contact .contact-content {
  background-color: #f5f5f5;
  padding: 40px 0;
}
body.page-template-page-contact .contact-content .contact-form {
  background-color: #ffffff;
  height: 100%;
  padding: 80px;
}
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_title {
  text-align: center;
}
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_required_legend {
  display: none;
}
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_fields .gfield .gfield_label_before_complex {
  margin-right: 15px;
}
@media (min-width: 480px) {
  body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_fields .gfield .gfield_label_before_complex {
    float: left;
  }
}
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_fields .gfield .ginput_container input,
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_fields .gfield .ginput_container textarea,
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_fields .gfield .ginput_container select {
  border: solid 1px #707070;
}
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_fields .gfield .ginput_container select {
  padding: 7px 12px;
}
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox {
  display: inline-block;
  float: left;
}
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice {
  margin-right: 12px;
}
body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit] {
  display: block;
  margin: 0 0 0 auto;
  width: auto;
}
body.page-template-page-contact .contact-content .contact-details {
  height: 100%;
  padding: 80px;
}
body.page-template-page-contact .contact-content .contact-details h3 {
  color: #1c1f2e;
  font-size: 18px;
}
body.page-template-page-contact .contact-content .contact-details p {
  color: #1c1f2e;
}
body.page-template-page-contact .contact-content .contact-details a {
  color: #1c1f2e;
}
body.page-template-page-contact .contact-buttons {
  background-color: #f5f5f5;
  padding: 60px 0;
}
body.page-template-page-contact .contact-buttons .btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gform_wrapper form .gform_body {
  max-width: 740px;
  padding: 0 1rem;
  width: 100%;
}
.gform_wrapper form .gform_body .gfield_label {
  font-size: 12px;
  font-weight: lighter;
  text-transform: uppercase;
}
.gform_wrapper form .gform_body .gsection {
  border-bottom: none;
}
.gform_wrapper form .gform_body .gchoice {
  vertical-align: middle;
}
.gform_wrapper form .gform_body .gsection_description {
  font-size: 1.2rem;
}
.gform_wrapper form .gform_body .gfield_radio label {
  font-size: 1.2rem;
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5em 1fr 0.5em 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.5em;
  padding: 1em 0 0;
}
@media (min-width: 768px) {
  .gform_wrapper form .gform_body .gform_page .gform_page_footer {
    grid-gap: 3em;
    padding: 1.5em 0.5em 0;
  }
}
@media (min-width: 1024px) {
  .gform_wrapper form .gform_body .gform_page .gform_page_footer {
    grid-gap: 5em;
    padding: 2em 1em 0;
  }
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button {
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  padding: 8px 12px;
}
@media (min-width: 768px) {
  .gform_wrapper form .gform_body .gform_page .gform_page_footer .button {
    font-size: 11px;
  }
}
@media (min-width: 1024px) {
  .gform_wrapper form .gform_body .gform_page .gform_page_footer .button {
    font-size: 12px;
  }
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.gform_save_link {
  background: #1c1f2e;
  border: solid 3px #1c1f2e;
  color: #ffffff;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.gform_save_link svg {
  display: none;
}
.gform_wrapper form .gform_body .gform_page .gform_page_footer .button.gform_next_button {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
.gform_wrapper form .form-hint {
  background-color: #f9f9f9;
  padding: 1rem 2rem;
}
.gform_wrapper form .gf_page_steps {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 680px;
  width: 100%;
  margin: 2rem auto 3rem auto !important;
  border-bottom: none !important;
}
.gform_wrapper form .gf_page_steps .gf_step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  padding: 0 0.25em;
  position: relative;
}
@media (min-width: 768px) {
  .gform_wrapper form .gf_page_steps .gf_step {
    padding: 0 0.5em;
  }
}
@media (min-width: 1024px) {
  .gform_wrapper form .gf_page_steps .gf_step {
    padding: 0 0.5em;
  }
}
.gform_wrapper form .gf_page_steps .gf_step::before, .gform_wrapper form .gf_page_steps .gf_step::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  content: "";
  font-family: gform-icons-theme;
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #ffffff;
  border: none;
  border-radius: 0;
  display: block;
  height: 12px;
  position: absolute;
  top: 9px;
  width: 50%;
  z-index: -1;
}
.gform_wrapper form .gf_page_steps .gf_step::before {
  left: 0;
}
.gform_wrapper form .gf_page_steps .gf_step::after {
  right: 0;
}
.gform_wrapper form .gf_page_steps .gf_step .gf_step_number {
  background: #ffffff;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  width: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .gform_wrapper form .gf_page_steps .gf_step .gf_step_number {
    font-size: 0;
    text-indent: -999999999px;
  }
}
.gform_wrapper form .gf_page_steps .gf_step .gf_step_number::before, .gform_wrapper form .gf_page_steps .gf_step .gf_step_number::after {
  display: none;
}
.gform_wrapper form .gf_page_steps .gf_step .gf_step_label {
  padding: 1em 0;
  text-align: center;
  font-size: 0;
  text-indent: -999999999px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .gform_wrapper form .gf_page_steps .gf_step .gf_step_label {
    font-size: 12px;
    text-indent: 0;
  }
}
@media (min-width: 1024px) {
  .gform_wrapper form .gf_page_steps .gf_step .gf_step_label {
    font-size: 14px;
  }
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_completed::before, .gform_wrapper form .gf_page_steps .gf_step.gf_step_completed::after {
  background: #1c1f2e;
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
  background: #1c1f2e;
  color: #ffffff;
  position: relative;
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_active::before {
  background: #1c1f2e;
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background: #CDC77B;
  color: #1c1f2e;
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_first:before {
  display: none;
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_last {
  position: relative;
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_last::after {
  background: none;
  color: #eeeeee;
  font-size: 18px;
  display: block;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
  position: absolute;
  right: unset;
  text-indent: 0;
  top: 6px;
  z-index: 1;
}
.gform_wrapper form .gf_page_steps .gf_step.gf_step_last .gf_step_number {
  font-size: 0;
  text-indent: -999999999px;
}
.gform_wrapper.gform_validation_error .validation_message,
.gform_wrapper.gform_validation_error .gform_validation_errors {
  border-color: #1c1f2e;
  border-radius: 30px;
  color: #1c1f2e;
  font-size: 14px;
  margin: 1em auto 30px;
  max-width: 800px;
}
.gform_wrapper.gform_validation_error .validation_message h2,
.gform_wrapper.gform_validation_error .gform_validation_errors h2 {
  color: #1c1f2e;
}
.gform_wrapper.gform_validation_error .gfield_label,
.gform_wrapper.gform_validation_error label {
  color: #1c1f2e;
}
.gform_wrapper.gform_validation_error form .gform_body {
  max-width: 100%;
}
.gform_wrapper.gform_validation_error form .gform_body .gform_page:nth-child(3) .validation_message {
  font-size: 12px;
  padding: 5px 15px;
  margin-top: 12px;
}
.gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body {
  padding: 0;
}
.gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit] {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
}

#gform_page_21_1 .gform_ajax_spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.blog .title-block, .category .title-block {
  background-color: #f1f1f1;
}

.type-case_study .case-study-section {
  padding: 10px 0;
}
.type-case_study .case-study-section.section-1 {
  padding-top: 30px;
}
.type-case_study .case-study-section .case-study-subtitle {
  font-size: 20px;
}
.type-case_study .case-study-section.testimonial {
  background: #CDC77B;
  padding: 40px;
}
.type-case_study .case-study-section.testimonial .case-study-subtitle {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.date {
  color: #CDC77B;
  font-size: 14px;
  font-family: var(--font-secondary), "PT Sans", "Arial", "Helvetica", sans-serif;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 600;
}
.date a {
  color: inherit;
}

.single-banner {
  margin-bottom: 40px;
}

.blog-posts {
  padding-top: 0;
  padding-bottom: 35px;
  background-color: #f1f1f1;
  overflow: visible;
}
@media (min-width: 768px) {
  .blog-posts {
    margin: 0 -7.5px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .blog-posts {
    margin: 0 -15px;
    padding-bottom: 100px;
  }
}
.blog-posts .categories {
  display: block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding-top: 20px;
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  .blog-posts .categories {
    margin-top: -20px;
    padding-top: 0;
  }
}
.blog-posts .categories #cat-switcher {
  margin: 2px 30px 0 30px;
  position: relative;
}
@media (min-width: 768px) {
  .blog-posts .categories #cat-switcher {
    float: right;
    margin: 2px 0 0 0;
  }
}
.blog-posts .categories #cat-switcher select {
  font-size: 0.75em;
}
.blog-posts .categories #cat-switcher .title {
  margin: 0;
  font-size: 1em;
  text-transform: uppercase;
  color: #000000;
  font-family: var(--font-secondary), "PT Sans", "Arial", "Helvetica", sans-serif;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 30px 16px;
  text-align: center;
  border: 1px solid #dddddd;
  border-width: 1px 1px 0 1px;
}
.blog-posts .categories #cat-switcher .title::after {
  content: "\f078";
  padding-left: 15px;
  font-family: "Font Awesome 5 Pro";
  position: relative;
  top: -1px;
}
.blog-posts .categories #cat-switcher .cat-wrapper {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  z-index: 10;
  height: 0;
  overflow: hidden;
}
.blog-posts .categories #cat-switcher .cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #dddddd;
  border-width: 0 1px 1px 1px;
}
.blog-posts .categories #cat-switcher .cat-list li {
  border-bottom: 1px solid #dddddd;
  margin: 0;
}
.blog-posts .categories #cat-switcher .cat-list li:last-child {
  border-bottom: 0 none;
}
.blog-posts .categories #cat-switcher .cat-list li a {
  display: block;
  padding: 12px 20px;
}
.blog-posts .categories #cat-switcher.cat-switcher-open .cat-wrapper {
  height: auto;
}
.blog-posts .filters {
  background: rgb(245, 245, 245);
  text-align: right;
}
.blog-posts .filters .wrapper {
  padding: 12px 0 16px;
  max-width: 1140px;
}
.blog-posts .filters .title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  color: #000000;
  font-family: var(--font-primary), "eina", arial, sans-serif;
  font-size: 0.75em;
  font-weight: 300;
  text-transform: uppercase;
}
.blog-posts .filters .archive-dropdown {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.blog-posts .blog-posts-container {
  margin-bottom: 30px;
  position: relative;
}
.blog-posts .blog-posts-container > a {
  color: #222222;
  font-weight: 800;
  margin-left: 25px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.2em;
}
.blog-posts .blog-posts-container .slick-nav-arrows {
  left: 0;
}
.blog-posts .blog-posts-container .slick-nav-arrows .slick-prev {
  left: -40px;
}
.blog-posts .blog-posts-container .slick-nav-arrows .slick-next {
  right: -40px;
}
.blog-posts .blog-post-item {
  background-color: white;
  border: 1px solid #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  margin: 0 auto 15px;
  position: relative;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .blog-posts .blog-post-item {
    max-width: 330px;
  }
}
@media (min-width: 768px) {
  .blog-posts .blog-post-item {
    display: inline-block;
    margin: 0 7.5px 15px;
    max-width: initial;
    vertical-align: top;
    width: calc(33% - 15px);
  }
}
@media (min-width: 1160px) {
  .blog-posts .blog-post-item {
    width: calc(33% - 30px);
    margin: 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .blog-posts .blog-post-item.case-study {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1160px) {
  .blog-posts .blog-post-item.case-study {
    width: calc(50% - 30px);
  }
}
.blog-posts .blog-post-item .blog-item-body {
  border: 1px solid #dddddd;
  background: white;
}
.blog-posts .blog-post-item .thumb {
  height: 150px;
  display: block;
  position: relative;
  margin: -1px -1px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-posts .blog-post-item .thumb {
    height: 200px;
  }
}
.blog-posts .blog-post-item .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.blog-posts .blog-post-item .post-content {
  padding: 12px 12px 70px;
}
@media (min-width: 768px) {
  .blog-posts .blog-post-item .post-content {
    padding: 18px 18px 60px;
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .blog-posts .blog-post-item .post-content {
    padding: 25px 24px 60px;
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  .blog-posts .blog-post-item .post-content {
    min-height: 318px;
  }
}
.blog-posts .blog-post-item .title {
  font-family: var(--font-secondary), "PT Sans", "Arial", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 12px;
}
.blog-posts .blog-post-item .title a {
  color: inherit;
}
.blog-posts .blog-post-item .title a:hover {
  color: #1c1f2e;
}
.blog-posts .blog-post-item .read-more {
  color: #ffffff;
  background-color: #000000;
  font-size: 18px;
  line-height: 1;
  font-family: var(--font-secondary), "PT Sans", "Arial", "Helvetica", sans-serif;
  text-align: center;
  padding: 20px;
  display: block;
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 60px;
}
.blog-posts .blog-post-item .read-more .fa-chevron-right {
  vertical-align: middle;
  font-size: 14px;
  padding-left: 6px;
}
.blog-posts .load-more-button {
  display: block;
  width: 100%;
  color: white;
  padding: 1em;
  margin: 2em auto;
  width: 70%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  background: #F5BE3B;
}
@media (min-width: 768px) {
  .blog-posts .load-more-button {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .blog-posts .load-more-button {
    width: 30%;
  }
}
.blog-posts .load-more-button:hover {
  background: #323442;
  color: #fff;
}
.blog-posts .blog-posts-slider {
  margin: 0 auto;
  width: 100%;
}
.blog-posts .blog-posts-slider .blog-post-item {
  max-width: none;
}
.blog-posts.no-padding-bottom {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.blog-posts.no-padding-bottom .categories {
  margin-bottom: 0;
}

/*.blog-banner {
    height: 150px;
    @include media ('>=tablet') {
        height: 200px;
        margin-bottom: 50px;
    }
    @include media ('>=desktop') {
        height: 470px;
        margin-bottom: 70px;
    }

    .page-title {
        min-width: 200px;
        @include media('>=desktop') {
            min-width: 590px;
        }
    }
}
*/
.page-blog-post {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-blog-post {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .page-blog-post {
    margin-bottom: 110px;
  }
}
.page-blog-post .post-content {
  max-width: 660px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
}
.page-blog-post .post-content .post-info {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .page-blog-post .post-content .post-info {
    position: absolute;
    width: 150px;
    top: 5px;
    right: -200px;
  }
}
@media (min-width: 1100px) {
  .page-blog-post .post-content .post-info {
    right: -230px;
  }
}
.page-blog-post .post-content .post-info .meta {
  text-align: left;
  display: inline-block;
  margin: 0 20px 10px 0;
}
@media (min-width: 1024px) {
  .page-blog-post .post-content .post-info .meta {
    text-align: right;
    display: block;
    margin: 0 0 35px;
  }
}
.page-blog-post .post-content .post-info .meta .title {
  font-family: var(--font-secondary), "PT Sans", "Arial", "Helvetica", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #CDC77B;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
@media (min-width: 1024px) {
  .page-blog-post .post-content .post-info .meta .title {
    display: block;
    margin: 0;
  }
}
.page-blog-post .post-content .post-info .meta .data {
  font-family: var(--font-secondary), "PT Sans", "Arial", "Helvetica", sans-serif;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .page-blog-post .post-content .post-info .meta .data {
    display: block;
    margin-right: 0;
  }
}
.page-blog-post .post-content .post-info .meta .data a {
  color: inherit;
}
.page-blog-post .post-content .post-info .meta ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.page-blog-post .post-content .post-info .meta ul li {
  display: inline-block;
  margin: 0 5px 0 0;
}
@media (min-width: 1024px) {
  .page-blog-post .post-content .post-info .meta ul li {
    display: block;
    margin: 0 0 8px;
  }
}
@media (min-width: 1024px) {
  .page-blog-post .post-content .post-info .meta.author .title, .page-blog-post .post-content .post-info .meta.published .title {
    display: block;
  }
}
.page-blog-post .post-content img {
  height: auto;
}
.page-blog-post .post-body .blog-banner {
  position: relative;
}
.page-blog-post .post-body .blog-banner h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  padding: 15px;
}
.page-blog-post .post-body h2 {
  font-size: 27px;
}
.page-blog-post .post-body h3 {
  font-size: 20px;
}
.page-blog-post .post-body .entry-title {
  font-size: 27px;
  font-weight: 700;
  padding-top: 20px;
}
.page-blog-post .post-body .intro {
  font-family: var(--font-primary), "eina", arial, sans-serif;
  font-size: 18px;
  line-height: 170%;
  color: #35617a;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-blog-post .post-body .intro {
    font-size: 20px;
    margin-bottom: 75px;
  }
}
.page-blog-post .addtoany_content_bottom {
  text-align: center;
  margin: 2em 0;
}
.page-blog-post .addtoany_content_bottom a {
  padding: 0 2px 0 2px;
}
.page-blog-post .a2a_svg {
  border-radius: 0 !important;
}

.block {
  padding: 80px 0 80px;
  position: relative;
  z-index: 0;
}
.block:before, .block:after {
  z-index: -1;
}
.block > * {
  z-index: 1;
}
.block.block-style-white-bg::before, .block.block-style-white-bg::after, .block.block-style-cloud-bg::before, .block.block-style-cloud-bg::after, .block.block-style-mint-bg::before, .block.block-style-mint-bg::after, .block.block-style-mojito-bg::before, .block.block-style-mojito-bg::after, .block.block-style-slate-bg::before, .block.block-style-slate-bg::after, .block.block-style-granite-bg::before, .block.block-style-granite-bg::after, .block.block-style-grey-bg::before, .block.block-style-grey-bg::after, .block.block-style-navy-bg::before, .block.block-style-navy-bg::after, .block.block-style-matrix-light-blue-bg::before, .block.block-style-matrix-light-blue-bg::after, .block.block-style-matrix-med-blue-bg::before, .block.block-style-matrix-med-blue-bg::after, .block.block-style-matrix-dark-blue-bg::before, .block.block-style-matrix-dark-blue-bg::after, .block.block-style-driive-green-bg::before, .block.block-style-driive-green-bg::after, .block.block-style-driive-grey-bg::before, .block.block-style-driive-grey-bg::after, .block.block-style-driive-blue-bg::before, .block.block-style-driive-blue-bg::after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 15%;
}
.block.block-style-white-bg::before, .block.block-style-cloud-bg::before, .block.block-style-mint-bg::before, .block.block-style-mojito-bg::before, .block.block-style-slate-bg::before, .block.block-style-granite-bg::before, .block.block-style-grey-bg::before, .block.block-style-navy-bg::before, .block.block-style-matrix-light-blue-bg::before, .block.block-style-matrix-med-blue-bg::before, .block.block-style-matrix-dark-blue-bg::before, .block.block-style-driive-green-bg::before, .block.block-style-driive-grey-bg::before, .block.block-style-driive-blue-bg::before {
  left: 0;
}
.block.block-style-white-bg::after, .block.block-style-cloud-bg::after, .block.block-style-mint-bg::after, .block.block-style-mojito-bg::after, .block.block-style-slate-bg::after, .block.block-style-granite-bg::after, .block.block-style-grey-bg::after, .block.block-style-navy-bg::after, .block.block-style-matrix-light-blue-bg::after, .block.block-style-matrix-med-blue-bg::after, .block.block-style-matrix-dark-blue-bg::after, .block.block-style-driive-green-bg::after, .block.block-style-driive-grey-bg::after, .block.block-style-driive-blue-bg::after {
  right: 0;
}
.block.block-style-white .pods .pod, .block.block-style-white-bg .pods .pod {
  background-color: #f9f9f9;
}
.block.block-style-white {
  background-color: #ffffff;
}
.block.block-style-white-bg {
  background-color: #ffffff;
}
.block.block-style-white-bg .content {
  background: #ffffff;
  -webkit-box-shadow: 0 0 25px 40px #ffffff;
          box-shadow: 0 0 25px 40px #ffffff;
}
.block.block-style-cloud .pods .pod, .block.block-style-cloud-bg .pods .pod {
  background-color: #ffffff;
}
.block.block-style-cloud .btn-wrap .btn:nth-child(even), .block.block-style-cloud .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-cloud .btn-wrap input[type=submit]:nth-child(even), .block.block-style-cloud .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-cloud .btn-wrap input[type=submit]:nth-child(even), .block.block-style-cloud-bg .btn-wrap .btn:nth-child(even), .block.block-style-cloud-bg .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-cloud-bg .btn-wrap input[type=submit]:nth-child(even), .block.block-style-cloud-bg .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-cloud-bg .btn-wrap input[type=submit]:nth-child(even) {
  background-color: #1c1f2e;
  border-color: #1c1f2e;
  color: #ffffff;
}
.block.block-style-cloud {
  background-color: #f2f3f8;
}
.block.block-style-cloud-bg {
  background-color: #f2f3f8;
}
.block.block-style-mint .pods .pod, .block.block-style-mint-bg .pods .pod {
  background-color: #ffffff;
}
.block.block-style-mint .btn-wrap .btn:nth-child(even), .block.block-style-mint .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-mint .btn-wrap input[type=submit]:nth-child(even), .block.block-style-mint .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-mint .btn-wrap input[type=submit]:nth-child(even), .block.block-style-mint-bg .btn-wrap .btn:nth-child(even), .block.block-style-mint-bg .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-mint-bg .btn-wrap input[type=submit]:nth-child(even), .block.block-style-mint-bg .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-mint-bg .btn-wrap input[type=submit]:nth-child(even) {
  background-color: #CDC77B;
  border-color: #CDC77B;
  color: #ffffff;
}
.block.block-style-mint {
  background-color: #c8fddd;
}
.block.block-style-mint-bg {
  background-color: #c8fddd;
}
.block.block-style-mojito .pods .pod, .block.block-style-mojito-bg .pods .pod {
  background-color: #ffffff;
}
.block.block-style-mojito.list-block .lists .list .item:before, .block.block-style-mojito-bg.list-block .lists .list .item:before {
  color: #ffffff;
}
.block.block-style-mojito .btn-wrap .btn:nth-child(even), .block.block-style-mojito .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-mojito .btn-wrap input[type=submit]:nth-child(even), .block.block-style-mojito .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-mojito .btn-wrap input[type=submit]:nth-child(even), .block.block-style-mojito-bg .btn-wrap .btn:nth-child(even), .block.block-style-mojito-bg .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-mojito-bg .btn-wrap input[type=submit]:nth-child(even), .block.block-style-mojito-bg .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-mojito-bg .btn-wrap input[type=submit]:nth-child(even) {
  background-color: #1c1f2e;
  border-color: #1c1f2e;
  color: #ffffff;
}
.block.block-style-mojito {
  background-color: #CDC77B;
}
.block.block-style-mojito-bg {
  background-color: #CDC77B;
}
.block.block-style-slate .pods .pod, .block.block-style-slate-bg .pods .pod {
  background-color: #ffffff;
}
.block.block-style-slate .btn-wrap .btn:nth-child(even), .block.block-style-slate .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-slate .btn-wrap input[type=submit]:nth-child(even), .block.block-style-slate .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-slate .btn-wrap input[type=submit]:nth-child(even), .block.block-style-slate-bg .btn-wrap .btn:nth-child(even), .block.block-style-slate-bg .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-slate-bg .btn-wrap input[type=submit]:nth-child(even), .block.block-style-slate-bg .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-slate-bg .btn-wrap input[type=submit]:nth-child(even) {
  background-color: #CDC77B;
  border-color: #CDC77B;
  color: #ffffff;
}
.block.block-style-slate {
  background-color: #323442;
}
.block.block-style-slate-bg {
  background-color: #323442;
}
.block.block-style-granite .pods .pod, .block.block-style-granite-bg .pods .pod {
  background-color: #ffffff;
}
.block.block-style-granite .btn-wrap .btn, .block.block-style-granite .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-granite .btn-wrap input[type=submit], .block.block-style-granite .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-granite .btn-wrap input[type=submit], .block.block-style-granite-bg .btn-wrap .btn, .block.block-style-granite-bg .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-granite-bg .btn-wrap input[type=submit], .block.block-style-granite-bg .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-granite-bg .btn-wrap input[type=submit] {
  background-color: #323442;
  border-color: #323442;
  color: #ffffff;
}
.block.block-style-granite .btn-wrap .btn:nth-child(even), .block.block-style-granite .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-granite .btn-wrap input[type=submit]:nth-child(even), .block.block-style-granite .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-granite .btn-wrap input[type=submit]:nth-child(even), .block.block-style-granite-bg .btn-wrap .btn:nth-child(even), .block.block-style-granite-bg .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-granite-bg .btn-wrap input[type=submit]:nth-child(even), .block.block-style-granite-bg .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-granite-bg .btn-wrap input[type=submit]:nth-child(even) {
  background-color: #CDC77B;
  border-color: #CDC77B;
  color: #ffffff;
}
.block.block-style-granite {
  background-color: #1c1f2e;
}
.block.block-style-granite-bg {
  background-color: #1c1f2e;
}
.block.block-style-grey .pods .pod, .block.block-style-grey-bg .pods .pod {
  background-color: #ffffff;
}
.block.block-style-grey .btn-wrap .btn:nth-child(even), .block.block-style-grey .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-grey .btn-wrap input[type=submit]:nth-child(even), .block.block-style-grey .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-grey .btn-wrap input[type=submit]:nth-child(even), .block.block-style-grey-bg .btn-wrap .btn:nth-child(even), .block.block-style-grey-bg .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-grey-bg .btn-wrap input[type=submit]:nth-child(even), .block.block-style-grey-bg .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-grey-bg .btn-wrap input[type=submit]:nth-child(even) {
  background-color: #2d4057;
  border-color: #2d4057;
  color: #ffffff;
}
.block.block-style-grey {
  background-color: #f5f5f5;
}
.block.block-style-grey-bg {
  background-color: #f5f5f5;
}
.block.block-style-matrix-light-blue, .block.block-style-matrix-light-blue-bg {
  background-color: #CDC77B;
  color: #ffffff;
}
.block.block-style-matrix-med-blue, .block.block-style-matrix-med-blue-bg {
  background-color: #1c1f2e;
  color: #ffffff;
}
.block.block-style-matrix-med-blue .btn-wrap .btn, .block.block-style-matrix-med-blue .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-matrix-med-blue .btn-wrap input[type=submit], .block.block-style-matrix-med-blue .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-matrix-med-blue .btn-wrap input[type=submit], .block.block-style-matrix-med-blue-bg .btn-wrap .btn, .block.block-style-matrix-med-blue-bg .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-matrix-med-blue-bg .btn-wrap input[type=submit], .block.block-style-matrix-med-blue-bg .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-matrix-med-blue-bg .btn-wrap input[type=submit] {
  background-color: #2d4057;
  border-color: #2d4057;
}
.block.block-style-matrix-med-blue .btn-wrap .btn:nth-child(even), .block.block-style-matrix-med-blue .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-matrix-med-blue .btn-wrap input[type=submit]:nth-child(even), .block.block-style-matrix-med-blue .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-matrix-med-blue .btn-wrap input[type=submit]:nth-child(even), .block.block-style-matrix-med-blue-bg .btn-wrap .btn:nth-child(even), .block.block-style-matrix-med-blue-bg .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-matrix-med-blue-bg .btn-wrap input[type=submit]:nth-child(even), .block.block-style-matrix-med-blue-bg .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-matrix-med-blue-bg .btn-wrap input[type=submit]:nth-child(even) {
  background-color: #CDC77B;
  border-color: #CDC77B;
  color: #ffffff;
}
.block.block-style-matrix-dark-blue, .block.block-style-matrix-dark-blue-bg {
  background-color: #2d4057;
  color: #ffffff;
}
.block.block-style-driive-green, .block.block-style-driive-green-bg {
  background-color: #3db9b7;
  color: #ffffff;
}
.block.block-style-driive-grey, .block.block-style-driive-grey-bg {
  background-color: #bfbbb0;
  color: #000000;
}
.block.block-style-driive-blue, .block.block-style-driive-blue-bg {
  background-color: #35617a;
  color: #ffffff;
}
.block.block-style-blue {
  background-color: #4c6ea0;
  color: #ffffff;
}
.block.block-style-blue .btn-wrap .btn, .block.block-style-blue .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-blue .btn-wrap input[type=submit], .block.block-style-blue .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-blue .btn-wrap input[type=submit] {
  background-color: #2d4057;
  border-color: #2d4057;
}
.block.block-style-blue .btn-wrap .btn:nth-child(even), .block.block-style-blue .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-blue .btn-wrap input[type=submit]:nth-child(even), .block.block-style-blue .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-blue .btn-wrap input[type=submit]:nth-child(even) {
  background-color: #CDC77B;
  border-color: #CDC77B;
  color: #ffffff;
}
.block.block-style-blue-bg {
  background-color: #4c6ea0;
}
.block.block-style-navy, .block.block-style-navy-bg {
  background-color: #2d4057;
  color: #ffffff;
}
.block.block-style-navy .btn-wrap .btn:nth-child(even), .block.block-style-navy .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-navy .btn-wrap input[type=submit]:nth-child(even), .block.block-style-navy .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-navy .btn-wrap input[type=submit]:nth-child(even), .block.block-style-navy-bg .btn-wrap .btn:nth-child(even), .block.block-style-navy-bg .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.block-style-navy-bg .btn-wrap input[type=submit]:nth-child(even), .block.block-style-navy-bg .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.block-style-navy-bg .btn-wrap input[type=submit]:nth-child(even) {
  background-color: #2d4057;
  border-color: #ffffff;
  color: #ffffff;
}
.block.block-style-navy-bg {
  background-color: #2d4057;
}
.block.block-style-black {
  background-color: #242424;
  color: #ffffff;
}
.block.block-style-matrix-light-blue, .block.block-style-matrix-med-blue, .block.block-style-slate, .block.block-style-slate-bg, .block.block-style-granite, .block.block-style-granite-bg, .block.block-style-mojito, .block.block-style-mojito-bg, .block.block-style-matrix-dark-blue, .block.block-style-driive-green, .block.block-style-driive-blue, .block.block-style-blue, .block.block-style-blue-bg, .block.block-style-navy, .block.block-style-navy-bg, .block.block-style-black, .block.block-style-black-bg {
  color: #ffffff;
}
.block.block-style-matrix-light-blue::before, .block.block-style-matrix-med-blue::before, .block.block-style-slate::before, .block.block-style-slate-bg::before, .block.block-style-granite::before, .block.block-style-granite-bg::before, .block.block-style-mojito::before, .block.block-style-mojito-bg::before, .block.block-style-matrix-dark-blue::before, .block.block-style-driive-green::before, .block.block-style-driive-blue::before, .block.block-style-blue::before, .block.block-style-blue-bg::before, .block.block-style-navy::before, .block.block-style-navy-bg::before, .block.block-style-black::before, .block.block-style-black-bg::before {
  background-image: url("../images/geo-bg-left.png");
  background-position: 13% 50%;
}
.block.block-style-matrix-light-blue::after, .block.block-style-matrix-med-blue::after, .block.block-style-slate::after, .block.block-style-slate-bg::after, .block.block-style-granite::after, .block.block-style-granite-bg::after, .block.block-style-mojito::after, .block.block-style-mojito-bg::after, .block.block-style-matrix-dark-blue::after, .block.block-style-driive-green::after, .block.block-style-driive-blue::after, .block.block-style-blue::after, .block.block-style-blue-bg::after, .block.block-style-navy::after, .block.block-style-navy-bg::after, .block.block-style-black::after, .block.block-style-black-bg::after {
  background-image: url("../images/geo-bg-right.png");
  background-position: 86% 50%;
}
.block.block-style-matrix-light-blue .heading, .block.block-style-matrix-med-blue .heading, .block.block-style-slate .heading, .block.block-style-slate-bg .heading, .block.block-style-granite .heading, .block.block-style-granite-bg .heading, .block.block-style-mojito .heading, .block.block-style-mojito-bg .heading, .block.block-style-matrix-dark-blue .heading, .block.block-style-driive-green .heading, .block.block-style-driive-blue .heading, .block.block-style-blue .heading, .block.block-style-blue-bg .heading, .block.block-style-navy .heading, .block.block-style-navy-bg .heading, .block.block-style-black .heading, .block.block-style-black-bg .heading {
  color: #CDC77B;
}
.block.block-style-matrix-light-blue .pods, .block.block-style-matrix-med-blue .pods, .block.block-style-slate .pods, .block.block-style-slate-bg .pods, .block.block-style-granite .pods, .block.block-style-granite-bg .pods, .block.block-style-mojito .pods, .block.block-style-mojito-bg .pods, .block.block-style-matrix-dark-blue .pods, .block.block-style-driive-green .pods, .block.block-style-driive-blue .pods, .block.block-style-blue .pods, .block.block-style-blue-bg .pods, .block.block-style-navy .pods, .block.block-style-navy-bg .pods, .block.block-style-black .pods, .block.block-style-black-bg .pods {
  color: #ffffff;
}
.block.block-style-matrix-light-blue .flex-control-nav li a, .block.block-style-matrix-med-blue .flex-control-nav li a, .block.block-style-slate .flex-control-nav li a, .block.block-style-slate-bg .flex-control-nav li a, .block.block-style-granite .flex-control-nav li a, .block.block-style-granite-bg .flex-control-nav li a, .block.block-style-mojito .flex-control-nav li a, .block.block-style-mojito-bg .flex-control-nav li a, .block.block-style-matrix-dark-blue .flex-control-nav li a, .block.block-style-driive-green .flex-control-nav li a, .block.block-style-driive-blue .flex-control-nav li a, .block.block-style-blue .flex-control-nav li a, .block.block-style-blue-bg .flex-control-nav li a, .block.block-style-navy .flex-control-nav li a, .block.block-style-navy-bg .flex-control-nav li a, .block.block-style-black .flex-control-nav li a, .block.block-style-black-bg .flex-control-nav li a {
  background-color: #ffffff;
}
.block.block-style-matrix-light-blue .flex-control-nav li a.flex-active, .block.block-style-matrix-med-blue .flex-control-nav li a.flex-active, .block.block-style-slate .flex-control-nav li a.flex-active, .block.block-style-slate-bg .flex-control-nav li a.flex-active, .block.block-style-granite .flex-control-nav li a.flex-active, .block.block-style-granite-bg .flex-control-nav li a.flex-active, .block.block-style-mojito .flex-control-nav li a.flex-active, .block.block-style-mojito-bg .flex-control-nav li a.flex-active, .block.block-style-matrix-dark-blue .flex-control-nav li a.flex-active, .block.block-style-driive-green .flex-control-nav li a.flex-active, .block.block-style-driive-blue .flex-control-nav li a.flex-active, .block.block-style-blue .flex-control-nav li a.flex-active, .block.block-style-blue-bg .flex-control-nav li a.flex-active, .block.block-style-navy .flex-control-nav li a.flex-active, .block.block-style-navy-bg .flex-control-nav li a.flex-active, .block.block-style-black .flex-control-nav li a.flex-active, .block.block-style-black-bg .flex-control-nav li a.flex-active {
  background-color: #CDC77B;
}
.block.block-style-mojito::before, .block.block-style-mojito-bg::before {
  background-image: url("../images/geo-bg-left-white.png");
  background-position: 13% 50%;
}
.block.block-style-mojito::after, .block.block-style-mojito-bg::after {
  background-image: url("../images/geo-bg-right-white.png");
  background-position: 86% 50%;
}
.block.block-style-mojito .heading, .block.block-style-mojito-bg .heading {
  color: #ffffff;
}
.block.block-style-mojito strong, .block.block-style-mojito p strong, .block.block-style-mojito.copy-block .content strong, .block.block-style-mojito-bg strong, .block.block-style-mojito-bg p strong, .block.block-style-mojito-bg.copy-block .content strong {
  color: #ffffff;
}
.block.block-style-mojito .pods .heading, .block.block-style-mojito-bg .pods .heading {
  color: #ffffff;
}
.block.block-style-white, .block.block-style-white-bg, .block.block-style-cloud, .block.block-style-cloud-bg, .block.block-style-mint, .block.block-style-mint-bg, .block.block-style-grey, .block.block-style-grey-bg {
  color: #000000;
}
.block.block-style-white::before, .block.block-style-white-bg::before, .block.block-style-cloud::before, .block.block-style-cloud-bg::before, .block.block-style-mint::before, .block.block-style-mint-bg::before, .block.block-style-grey::before, .block.block-style-grey-bg::before {
  background-image: url("../images/geo-bg-left.png");
  background-position: 13% 50%;
}
.block.block-style-white::after, .block.block-style-white-bg::after, .block.block-style-cloud::after, .block.block-style-cloud-bg::after, .block.block-style-mint::after, .block.block-style-mint-bg::after, .block.block-style-grey::after, .block.block-style-grey-bg::after {
  background-image: url("../images/geo-bg-right.png");
  background-position: 86% 50%;
}
.block.block-style-white .heading, .block.block-style-white-bg .heading, .block.block-style-cloud .heading, .block.block-style-cloud-bg .heading, .block.block-style-mint .heading, .block.block-style-mint-bg .heading, .block.block-style-grey .heading, .block.block-style-grey-bg .heading {
  color: #000000;
}

.block.content-block.type-news .heading {
  text-align: left;
  margin: 0 0 0.5em;
}
@media (min-width: 480px) {
  .block.content-block.type-news .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.block.content-block.type-news .heading .btn, .block.content-block.type-news .heading body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.content-block.type-news .heading input[type=submit], .block.content-block.type-news .heading .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.content-block.type-news .heading input[type=submit] {
  font-size: 16px;
  padding: 7px 20px;
}
@media (min-width: 480px) {
  .block.content-block.type-news .heading .btn, .block.content-block.type-news .heading body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit], body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.content-block.type-news .heading input[type=submit], .block.content-block.type-news .heading .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit], .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.content-block.type-news .heading input[type=submit] {
    margin-left: 30px;
  }
}
.block.content-block.type-news .heading h2 {
  margin: 0;
}
.block.content-block.type-news .news-item {
  background: #ffffff;
}
.block.content-block.type-news .news-item .date {
  margin: 0 40px;
}
.block.content-block.type-news .news-item .image {
  background-position: center;
  background-size: cover;
  height: 200px;
  width: 100%;
}
.block.content-block.type-news .news-item .image .link {
  display: block;
  height: 100%;
  width: 100%;
}
.block.content-block.type-news .news-item .heading {
  margin: 20px 40px;
}
.block.content-block.type-news .news-item .heading a {
  color: #000000;
  font-size: 20px;
}
.block.content-block.type-news .news-item .content {
  margin: 20px 40px;
}
.block.content-block.type-news .news-item .btn-wrap {
  padding: 0px 40px 20px;
}

.nano-content {
  display: none;
}

.mainform-content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.block.copy-block.content-center .container {
  max-width: 800px;
}
@media (max-width: 575px) {
  .block.copy-block .icon-container {
    text-align: center;
  }
  .block.copy-block .icon-container .icon {
    max-width: 150px;
  }
}
@media (max-width: 479px) {
  .block.copy-block h2 {
    font-size: 34px;
  }
}
.block.copy-block .heading {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.block.copy-block .content {
  font-size: 20px;
  margin: 0 auto;
  max-width: 800px;
}
.block.copy-block .content strong {
  color: #CDC77B;
}

.icons-block.stats-block .pods, .icons-block.clients-block .pods {
  padding-bottom: 0;
}
.icons-block.stats-block .pods .row .pod, .icons-block.clients-block .pods .row .pod {
  width: auto;
  height: auto;
}
.icons-block.clients-block .pods {
  padding: 0;
}
.icons-block.clients-block img {
  max-height: 40px;
}
.icons-block.clients-block h4 {
  padding-top: 20px;
}
.icons-block .heading {
  text-align: center;
}
.icons-block .pods {
  padding: 40px 0 60px;
}
.icons-block .pods .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icons-block .pods .row .pod {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  width: 250px;
}
.icons-block .pods .row .pod .icon {
  color: #CDC77B;
  font-size: 60px;
  font-weight: bold;
  line-height: 100px;
  max-width: 100px;
  text-align: center;
  padding-bottom: 20px;
}
.icons-block .pods .row .pod .icon .img {
  vertical-align: middle;
}
.icons-block .btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icons-block.layout-circle .pods .pod {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.icons-block.layout-circle .pods .pod .icon {
  color: #000000;
}
.icons-block.layout-circle .pods .pod .heading {
  color: #000000;
  line-height: 100%;
  margin: 0 20px;
  max-width: 100%;
}

.block.list-block .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .block.list-block .lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block.list-block .lists .list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.block.list-block .lists .list .item {
  font-weight: bold;
  padding: 10px 20px 10px 40px;
  position: relative;
}
.block.list-block .lists .list .item::before {
  content: "\f058";
  color: #CDC77B;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  width: 15px;
  left: 0;
}
.block.list-block .btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block.list-block.image-left .btn-wrap, .block.list-block.image-right .btn-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.block.pods-block .heading {
  text-align: center;
}
.block.pods-block .pods .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block.pods-block .pods .row > * {
  margin-bottom: 30px;
}
.block.pods-block .pods .row .pod {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 25px;
}
.block.pods-block .pods .row .pod .icon {
  font-size: 80px;
  line-height: 120px;
  margin: 10px auto;
  text-align: center;
  max-width: 120px;
}
.block.pods-block .pods .row .pod .row {
  width: 100%;
}
.block.pods-block .btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block.pods-block.layout-grid .pods .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.block.pods-block.layout-grid .pods .row .pod {
  height: 100%;
}
.block.pods-block.layout-grid .pods .row .pod .heading {
  text-align: center;
}
.block.pods-block.layout-grid .pods .row .pod .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.block.pods-block.layout-grid .pods .row .pod .row .heading {
  text-align: left;
}
.block.pods-block.layout-grid .pods .row .pod .row .btn-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block.pods-block.layout-grid .pods .row .pod .row .btn-wrap .btn:nth-child(odd), .block.pods-block.layout-grid .pods .row .pod .row .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(odd), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.pods-block.layout-grid .pods .row .pod .row .btn-wrap input[type=submit]:nth-child(odd), .block.pods-block.layout-grid .pods .row .pod .row .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(odd), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.pods-block.layout-grid .pods .row .pod .row .btn-wrap input[type=submit]:nth-child(odd) {
  background-color: #ffffff;
  border-color: #1c1f2e;
  color: #1c1f2e;
}
.block.pods-block.layout-grid .pods .row .pod .row .btn-wrap .btn:nth-child(even), .block.pods-block.layout-grid .pods .row .pod .row .btn-wrap body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer input[type=submit]:nth-child(even), body.page-template-page-contact .contact-content .contact-form .gform_wrapper .gform_footer .block.pods-block.layout-grid .pods .row .pod .row .btn-wrap input[type=submit]:nth-child(even), .block.pods-block.layout-grid .pods .row .pod .row .btn-wrap .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields input[type=submit]:nth-child(even), .gform_wrapper .form_saved_message .form_saved_message_emailform .gform_body .gform_fields .block.pods-block.layout-grid .pods .row .pod .row .btn-wrap input[type=submit]:nth-child(even) {
  background-color: #ffffff;
  border-color: #2d4057;
  color: #2d4057;
}
.block.pods-block.layout-rows .pods .row .pod .col-2 {
  display: none;
}
@media (min-width: 768px) {
  .block.pods-block.layout-rows .pods .row .pod .col-2 {
    display: block;
  }
}
.block.pods-block.layout-rows .pods .row .pod .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.block.pods-block.layout-rows .pods .row .pod .heading {
  margin-top: 20px;
  text-align: left;
}
.block.pods-block.layout-rows .pods .row .pod .btn-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}
.block.pods-block.product-features .heading {
  text-align: left;
}
.block.pods-block.product-features .btn-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.testimonials-block.block-style-slate .testimonials .testimonial:before, .testimonials-block.block-style-slate .testimonials .testimonial:after, .testimonials-block.block-style-slate-bg .testimonials .testimonial:before, .testimonials-block.block-style-slate-bg .testimonials .testimonial:after, .testimonials-block.block-style-granite .testimonials .testimonial:before, .testimonials-block.block-style-granite .testimonials .testimonial:after, .testimonials-block.block-style-granite-bg .testimonials .testimonial:before, .testimonials-block.block-style-granite-bg .testimonials .testimonial:after, .testimonials-block.block-style-mojito .testimonials .testimonial:before, .testimonials-block.block-style-mojito .testimonials .testimonial:after, .testimonials-block.block-style-mojito-bg .testimonials .testimonial:before, .testimonials-block.block-style-mojito-bg .testimonials .testimonial:after {
  color: #ffffff;
}
.testimonials-block .heading {
  margin: 0 0 20px;
  text-align: center;
}
.testimonials-block .testimonials {
  background: transparent;
  border: none;
  margin: 0 auto;
  max-width: 1200px;
}
.testimonials-block .testimonials .testimonial {
  position: relative;
  overflow: hidden;
}
.testimonials-block .testimonials .testimonial::before, .testimonials-block .testimonials .testimonial::after {
  color: #000000;
  font-family: "Font Awesome 5 Pro";
  font-size: 50px;
  font-weight: bold;
  line-height: 100%;
  position: absolute;
}
@media (min-width: 480px) {
  .testimonials-block .testimonials .testimonial::before, .testimonials-block .testimonials .testimonial::after {
    font-size: 60px;
  }
}
.testimonials-block .testimonials .testimonial .icon {
  max-width: 200px;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .testimonials-block .testimonials .testimonial .icon {
    margin: 0 auto;
  }
}
.testimonials-block .testimonials .testimonial::before {
  content: "\f10d";
  left: 0;
  top: 0;
}
.testimonials-block .testimonials .testimonial::after {
  bottom: 0;
  content: "\f10e";
  right: 0;
}
.testimonials-block .testimonials .testimonial .row {
  margin: 0 30px 0 30px;
}
@media (min-width: 480px) {
  .testimonials-block .testimonials .testimonial .row {
    margin: 0 50px 0 50px;
  }
}
@media (min-width: 768px) {
  .testimonials-block .testimonials .testimonial .row {
    margin: 0 0 0 100px;
  }
}
.testimonials-block .testimonials .testimonial .row .content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
}
.testimonials-block .testimonials .testimonial .row .content p {
  font-size: 16px;
  line-height: 20px;
}

.block.faqs-block .container {
  max-width: 800px;
}
.block.faqs-block h2 {
  margin-bottom: 40px;
}
.block.faqs-block .search-form {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  padding: 20px;
}
.block.faqs-block .search-form .input {
  border: solid 2px #bfbbb0;
  border-right-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.block.faqs-block .search-form .submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}
.block.faqs-block .questions .question {
  margin-bottom: 2rem;
}
.block.faqs-block .questions .question .heading {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block.faqs-block .questions .question .heading h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.block.faqs-block .questions .question .heading::before {
  color: #CDC77B;
  content: "\f138";
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
  margin-right: 15px;
}
.block.faqs-block .questions .question .heading.active::before {
  content: "\f13a";
}
.block.faqs-block .questions .question .content {
  display: none;
  margin-bottom: 2rem;
}

.block.getstarted-block {
  /*        &::before {
              color: $brand-primary;
              content: "\f138";
              font-family: $font-awesome;
              font-size: 28px;
              font-weight: bold;
              line-height: 40px;
              margin-right: 15px;
          }
  */
}
.block.getstarted-block .container {
  max-width: 800px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.11);
  padding: 2rem;
}
@media (min-width: 768px) {
  .block.getstarted-block .container {
    padding: 4rem;
  }
}
.block.getstarted-block h2 {
  text-align: center;
}
.block.getstarted-block h3 {
  font-size: 24px;
}
.block.getstarted-block .fa-ul {
  margin-left: 4.5em;
}
.block.getstarted-block .fa-ul .fa-li {
  font-size: 2.5em;
  color: #CDC77B;
}
.block.getstarted-block .consent {
  margin: 2rem 0;
  background-color: #f9f9f9;
  padding: 1rem 2rem;
}