@charset "UTF-8";
/**
 * NO CODE IN HERE IMPORT FILES ONLY
 */
/*!
 * Bootstrap v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #C60307;
  --orange: #fd7e14;
  --yellow: #E69F27;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --burgundy: #85060E;
  --primary: #C60307;
  --secondary: #85060E;
  --success: #28a745;
  --info: #adb5bd;
  --warning: #E69F27;
  --danger: #C60307;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 800; }

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

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #343a40;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #121416;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 800;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 48px;
  font-size: 3.0rem; }

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

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

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

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

h6, .h6 {
  font-size: 18px;
  font-size: 1.125rem; }

.lead {
  font-size: 27.999px;
  font-size: 1.74994rem;
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

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

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

.blockquote {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 22.5px;
  font-size: 1.40625rem; }

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

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

.img-thumbnail {
  padding: 4px;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 96%; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 96%; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 96%; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

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

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

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

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

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

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

.row-cols-3 > * {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

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

.row-cols-6 > * {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1; }

.order-last {
  -ms-flex-order: 13;
      order: 13; }

.order-0 {
  -ms-flex-order: 0;
      order: 0; }

.order-1 {
  -ms-flex-order: 1;
      order: 1; }

.order-2 {
  -ms-flex-order: 2;
      order: 2; }

.order-3 {
  -ms-flex-order: 3;
      order: 3; }

.order-4 {
  -ms-flex-order: 4;
      order: 4; }

.order-5 {
  -ms-flex-order: 5;
      order: 5; }

.order-6 {
  -ms-flex-order: 6;
      order: 6; }

.order-7 {
  -ms-flex-order: 7;
      order: 7; }

.order-8 {
  -ms-flex-order: 8;
      order: 8; }

.order-9 {
  -ms-flex-order: 9;
      order: 9; }

.order-10 {
  -ms-flex-order: 10;
      order: 10; }

.order-11 {
  -ms-flex-order: 11;
      order: 11; }

.order-12 {
  -ms-flex-order: 12;
      order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.4375rem + 2px);
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fc4c50;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(198, 3, 7, 0.25); }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

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

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

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

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

.col-form-label-lg {
  padding-top: add(8px, 1px);
  padding-top: add(0.5rem, 1px);
  padding-bottom: add(8px, 1px);
  padding-bottom: add(0.5rem, 1px);
  font-size: 22.5px;
  font-size: 1.40625rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: add(4px, 1px);
  padding-top: add(0.25rem, 1px);
  padding-bottom: add(4px, 1px);
  padding-bottom: add(0.25rem, 1px);
  font-size: 15.75px;
  font-size: 0.98438rem;
  line-height: 1.2; }

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

.form-control-sm {
  height: calc(1.68125rem + 2px);
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 15.75px;
  font-size: 0.98438rem;
  line-height: 1.2;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(3.10938rem + 2px);
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 22.5px;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 39px;
  padding-right: 2.4375rem;
  background-image: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#28a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>"));
  background-repeat: no-repeat;
  background-position: right add(0.375em, 3px) center;
  background-position: right add(0.375em, 0.1875rem) center;
  background-size: add(0.75em, 0.375rem) add(0.75em, 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 39px;
  padding-right: 2.4375rem;
  background-position: top add(0.375em, 3px) right add(0.375em, 3px);
  background-position: top add(0.375em, 0.1875rem) right add(0.375em, 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: add(0.75em, 37px);
  padding-right: add(0.75em, 2.3125rem);
  background: escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")) no-repeat right 12px center/8px 10px, escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#28a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>")) #fff no-repeat center right 28px/add(0.75em, 6px) add(0.75em, 6px);
  background: escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")) no-repeat right 0.75rem center/8px 10px, escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#28a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>")) #fff no-repeat center right 1.75rem/add(0.75em, 0.375rem) add(0.75em, 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  margin-top: 1.6px;
  margin-top: .1rem;
  font-size: 15.75px;
  font-size: 0.98438rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(198, 3, 7, 0.9);
  border-radius: 0; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #C60307;
  padding-right: 39px;
  padding-right: 2.4375rem;
  background-image: escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#C60307' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#C60307' stroke='none'/></svg>"));
  background-repeat: no-repeat;
  background-position: right add(0.375em, 3px) center;
  background-position: right add(0.375em, 0.1875rem) center;
  background-size: add(0.75em, 0.375rem) add(0.75em, 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #C60307;
    box-shadow: 0 0 0 0.2rem rgba(198, 3, 7, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 39px;
  padding-right: 2.4375rem;
  background-position: top add(0.375em, 3px) right add(0.375em, 3px);
  background-position: top add(0.375em, 0.1875rem) right add(0.375em, 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #C60307;
  padding-right: add(0.75em, 37px);
  padding-right: add(0.75em, 2.3125rem);
  background: escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")) no-repeat right 12px center/8px 10px, escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#C60307' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#C60307' stroke='none'/></svg>")) #fff no-repeat center right 28px/add(0.75em, 6px) add(0.75em, 6px);
  background: escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")) no-repeat right 0.75rem center/8px 10px, escape-svg(url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#C60307' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#C60307' stroke='none'/></svg>")) #fff no-repeat center right 1.75rem/add(0.75em, 0.375rem) add(0.75em, 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #C60307;
    box-shadow: 0 0 0 0.2rem rgba(198, 3, 7, 0.25); }

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

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

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

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

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #C60307;
  box-shadow: 0 0 0 0.2rem rgba(198, 3, 7, 0.25); }

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(198, 3, 7, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    box-shadow: none; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
      .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
        box-shadow: 0 0 0 0.2rem rgba(198, 3, 7, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125); }

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

.btn-primary {
  color: #fff;
  background-color: #C60307;
  border-color: #C60307;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #fff;
    background-color: #a00206;
    border-color: #940205; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #a00206;
    border-color: #940205;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(207, 41, 44, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #C60307;
    border-color: #C60307; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #940205;
    border-color: #870205; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(207, 41, 44, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #85060E;
  border-color: #85060E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #fff;
    background-color: #60040a;
    border-color: #540409; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #60040a;
    border-color: #540409;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(151, 43, 50, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #85060E;
    border-color: #85060E; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #540409;
    border-color: #480308; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(151, 43, 50, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #212529;
  background-color: #adb5bd;
  border-color: #adb5bd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-info:hover {
    color: #212529;
    background-color: #98a2ac;
    border-color: #919ca6; }
  .btn-info:focus, .btn-info.focus {
    color: #212529;
    background-color: #98a2ac;
    border-color: #919ca6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(152, 159, 167, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #212529;
    background-color: #919ca6;
    border-color: #8a95a1; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(152, 159, 167, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #E69F27;
  border-color: #E69F27;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-warning:hover {
    color: #fff;
    background-color: #cf8b18;
    border-color: #c38317; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #cf8b18;
    border-color: #c38317;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(200, 141, 39, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #E69F27;
    border-color: #E69F27; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c38317;
    border-color: #b87b15; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(200, 141, 39, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #C60307;
  border-color: #C60307;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-danger:hover {
    color: #fff;
    background-color: #a00206;
    border-color: #940205; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #a00206;
    border-color: #940205;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(207, 41, 44, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #C60307;
    border-color: #C60307; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #940205;
    border-color: #870205; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(207, 41, 44, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #C60307;
  border-color: #C60307; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #C60307;
    border-color: #C60307; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(198, 3, 7, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #C60307;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #C60307;
    border-color: #C60307; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(198, 3, 7, 0.5); }

.btn-outline-secondary {
  color: #85060E;
  border-color: #85060E; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #85060E;
    border-color: #85060E; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(133, 6, 14, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #85060E;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #85060E;
    border-color: #85060E; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(133, 6, 14, 0.5); }

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

.btn-outline-info {
  color: #adb5bd;
  border-color: #adb5bd; }
  .btn-outline-info:hover {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #adb5bd;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(173, 181, 189, 0.5); }

.btn-outline-warning {
  color: #E69F27;
  border-color: #E69F27; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #E69F27;
    border-color: #E69F27; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 159, 39, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #E69F27;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #E69F27;
    border-color: #E69F27; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 159, 39, 0.5); }

.btn-outline-danger {
  color: #C60307;
  border-color: #C60307; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #C60307;
    border-color: #C60307; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(198, 3, 7, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #C60307;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #C60307;
    border-color: #C60307; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(198, 3, 7, 0.5); }

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

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

.btn-link {
  font-weight: 400;
  color: #343a40;
  text-decoration: none; }
  .btn-link:hover {
    color: #121416;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 22.5px;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

.btn-sm {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 15.75px;
  font-size: 0.98438rem;
  line-height: 1.2;
  border-radius: 0.2rem; }

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

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

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

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

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

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

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 22.5px;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.25rem; }

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 15.75px;
  font-size: 0.98438rem;
  line-height: 1.2;
  border-radius: 0.2rem; }

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

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

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

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

.nav-link {
  display: block;
  padding: 8px 16px;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #C60307; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center; }

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

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 8px 16px;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }

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

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center; }

.navbar-toggler {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  font-size: 22.5px;
  font-size: 1.40625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

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

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

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

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

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

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

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

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

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 8px;
      padding-right: 0.5rem;
      padding-left: 8px;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: escape-svg(url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0 - 1px);
      border-top-right-radius: calc(0 - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0 - 1px);
      border-bottom-left-radius: calc(0 - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 1px;
  padding: 20px;
  padding: 1.25rem; }

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

.card-subtitle {
  margin-top: -6px;
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 20px;
  margin-left: 1.25rem; }

.card-header {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }

.card-footer {
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); }

.card-header-tabs {
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-bottom: -12px;
  margin-bottom: -0.75rem;
  margin-left: -10px;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -10px;
  margin-right: -0.625rem;
  margin-left: -10px;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  padding: 1.25rem;
  border-radius: calc(0 - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px); }

.card-deck .card {
  margin-bottom: 16px; }

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -16px;
    margin-left: -16px; }
    .card-deck .card {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
      margin-right: 16px;
      margin-bottom: 0;
      margin-left: 16px; } }

.card-group > .card {
  margin-bottom: 16px; }

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    .card-group > .card {
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

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

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

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

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

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

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

.bg-primary {
  background-color: #C60307 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #85060E !important; }

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

.border-info {
  border-color: #adb5bd !important; }

.border-warning {
  border-color: #E69F27 !important; }

.border-danger {
  border-color: #C60307 !important; }

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

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

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

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

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

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

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

.rounded-circle {
  border-radius: 50% !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !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; }

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

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

.flex-grow-1 {
  -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; }

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

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

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

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

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

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

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

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

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

.align-items-stretch {
  -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; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -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; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -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; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -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; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -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; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -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; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -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; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !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; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -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; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -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; } }

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 4px !important;
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 4px !important;
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 4px !important;
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 4px !important;
  margin-left: 0.25rem !important; }

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

.mt-2,
.my-2 {
  margin-top: 8px !important;
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 8px !important;
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 8px !important;
  margin-left: 0.5rem !important; }

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

.mt-3,
.my-3 {
  margin-top: 16px !important;
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 16px !important;
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 16px !important;
  margin-left: 1rem !important; }

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

.mt-4,
.my-4 {
  margin-top: 24px !important;
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 24px !important;
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 24px !important;
  margin-left: 1.5rem !important; }

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

.mt-5,
.my-5 {
  margin-top: 48px !important;
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 48px !important;
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 48px !important;
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 48px !important;
  margin-left: 3rem !important; }

.m-6 {
  margin: 64px !important;
  margin: 4rem !important; }

.mt-6,
.my-6 {
  margin-top: 64px !important;
  margin-top: 4rem !important; }

.mr-6,
.mx-6 {
  margin-right: 64px !important;
  margin-right: 4rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 64px !important;
  margin-bottom: 4rem !important; }

.ml-6,
.mx-6 {
  margin-left: 64px !important;
  margin-left: 4rem !important; }

.m-7 {
  margin: 80px !important;
  margin: 5rem !important; }

.mt-7,
.my-7 {
  margin-top: 80px !important;
  margin-top: 5rem !important; }

.mr-7,
.mx-7 {
  margin-right: 80px !important;
  margin-right: 5rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 80px !important;
  margin-bottom: 5rem !important; }

.ml-7,
.mx-7 {
  margin-left: 80px !important;
  margin-left: 5rem !important; }

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 4px !important;
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 4px !important;
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 4px !important;
  padding-left: 0.25rem !important; }

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

.pt-2,
.py-2 {
  padding-top: 8px !important;
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 8px !important;
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 8px !important;
  padding-left: 0.5rem !important; }

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

.pt-3,
.py-3 {
  padding-top: 16px !important;
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 16px !important;
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 16px !important;
  padding-left: 1rem !important; }

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

.pt-4,
.py-4 {
  padding-top: 24px !important;
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 24px !important;
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 24px !important;
  padding-left: 1.5rem !important; }

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

.pt-5,
.py-5 {
  padding-top: 48px !important;
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 48px !important;
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 48px !important;
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 48px !important;
  padding-left: 3rem !important; }

.p-6 {
  padding: 64px !important;
  padding: 4rem !important; }

.pt-6,
.py-6 {
  padding-top: 64px !important;
  padding-top: 4rem !important; }

.pr-6,
.px-6 {
  padding-right: 64px !important;
  padding-right: 4rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 64px !important;
  padding-bottom: 4rem !important; }

.pl-6,
.px-6 {
  padding-left: 64px !important;
  padding-left: 4rem !important; }

.p-7 {
  padding: 80px !important;
  padding: 5rem !important; }

.pt-7,
.py-7 {
  padding-top: 80px !important;
  padding-top: 5rem !important; }

.pr-7,
.px-7 {
  padding-right: 80px !important;
  padding-right: 5rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 80px !important;
  padding-bottom: 5rem !important; }

.pl-7,
.px-7 {
  padding-left: 80px !important;
  padding-left: 5rem !important; }

.m-n1 {
  margin: -4px !important;
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -4px !important;
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -4px !important;
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important;
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -4px !important;
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -8px !important;
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -8px !important;
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -8px !important;
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -8px !important;
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -8px !important;
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -16px !important;
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -16px !important;
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -16px !important;
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -16px !important;
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -16px !important;
  margin-left: -1rem !important; }

.m-n4 {
  margin: -24px !important;
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -24px !important;
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -24px !important;
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -24px !important;
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -24px !important;
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -48px !important;
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -48px !important;
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -48px !important;
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -48px !important;
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -48px !important;
  margin-left: -3rem !important; }

.m-n6 {
  margin: -64px !important;
  margin: -4rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -64px !important;
  margin-top: -4rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -64px !important;
  margin-right: -4rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -64px !important;
  margin-bottom: -4rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -64px !important;
  margin-left: -4rem !important; }

.m-n7 {
  margin: -80px !important;
  margin: -5rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -80px !important;
  margin-top: -5rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -80px !important;
  margin-right: -5rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -80px !important;
  margin-bottom: -5rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -80px !important;
  margin-left: -5rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .m-sm-6 {
    margin: 4rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important; }
  .m-sm-7 {
    margin: 5rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .p-sm-6 {
    padding: 4rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important; }
  .p-sm-7 {
    padding: 5rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-n6 {
    margin: -4rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important; }
  .m-sm-n7 {
    margin: -5rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .m-md-6 {
    margin: 4rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important; }
  .m-md-7 {
    margin: 5rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .p-md-6 {
    padding: 4rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important; }
  .p-md-7 {
    padding: 5rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-n6 {
    margin: -4rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important; }
  .m-md-n7 {
    margin: -5rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .m-lg-6 {
    margin: 4rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important; }
  .m-lg-7 {
    margin: 5rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .p-lg-6 {
    padding: 4rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important; }
  .p-lg-7 {
    padding: 5rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-n6 {
    margin: -4rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important; }
  .m-lg-n7 {
    margin: -5rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .m-xl-6 {
    margin: 4rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important; }
  .m-xl-7 {
    margin: 5rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .p-xl-6 {
    padding: 4rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important; }
  .p-xl-7 {
    padding: 5rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-n6 {
    margin: -4rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important; }
  .m-xl-n7 {
    margin: -5rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*======================================
=            General styles            =
======================================*/
html {
  height: 100%; }

@media screen and (min-width: 25em) {
  html {
    font-size: calc( 13px + (16 - 13) * (100vw - 400px) / (1920 - 400)); } }

@media screen and (min-width: 25em) {
  html {
    font-size: calc( 13px + (16 - 13) * (100vw - 400px) / (1920 - 400)); } }

@media screen and (min-width: 50em) {
  html {
    font-size: calc( 13px + (16 - 13) * (100vw - 400px) / (1920 - 400)); } }

body {
  width: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

main {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.main-header,
.main-footer {
  -ms-flex: none;
      flex: none; }

article,
.container {
  margin: 0 auto; }

article p a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink; }

article > ul {
  box-sizing: border-box;
  margin: 0 0 8px;
  margin: 0 0 0.5rem;
  padding: 0 16px;
  padding: 0 1rem;
  font-size: inherit;
  list-style-position: outside;
  line-height: 1.618; }
  @media screen and (min-width: 992px) {
    article > ul {
      padding: 0 3rem; } }

article > h2,
article > h3 {
  margin-top: 48px;
  margin-top: 3rem; }

blockquote {
  margin-top: 24px;
  margin-top: 1.5rem;
  position: relative; }

blockquote p:before,
blockquote p:after {
  display: inline-block;
  font-size: 32px;
  font-size: 2rem;
  line-height: .5; }

blockquote p:before {
  content: '“';
  position: absolute;
  left: -0.75em;
  top: 0.25em; }

blockquote p:after {
  content: '”';
  position: relative;
  padding-left: 0.25em;
  top: 0.25em;
  line-height: 0; }

blockquote cite {
  font-weight: 800; }

.padded-section, .services,
.recentwork,
.casestudies,
.main-footer,
.banner + main,
.project__meta + main {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .padded-section, .services,
    .recentwork,
    .casestudies,
    .main-footer,
    .banner + main,
    .project__meta + main {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

img,
iframe,
.img-fluid,
.featured_image {
  max-width: 100%; }

.featured__image {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-top: 16px;
  margin-top: 1rem; }

[data-aos] {
  will-change: transform;
  border: none;
  background-image: transparent; }

.project-content {
  font-size: 24px;
  font-size: 1.5rem; }
  .project-content p {
    margin-bottom: 32px;
    margin-bottom: 2rem;
    line-height: 1.75; }

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */

@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

.slide-in-top {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.slide-in-bottom {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.slide-out-top {
  animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

/**
 * ----------------------------------------
 * nav animations
 * ----------------------------------------
 */

@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes slide-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

/* Grouping / Clearing */
.group:after {
  content: " ";
  display: block;
  clear: both; }

.clear {
  clear: both; }

.no-bullet {
  list-style: none;
  padding: 0; }

.flex-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .flex-vertical > div {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

.align-flex-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain; }

.rwd-break {
  display: block; }
  @media screen and (min-width: 576px) {
    .rwd-break {
      display: none; } }

.rwd-line {
  display: block; }
  @media screen and (min-width: 576px) {
    .rwd-line {
      display: inline; } }

/* Multi-column mixin */
@media (min-width: 768px) {
  .two-columns {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
    column-width: 50%;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-gap: 2.5rem;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-rule: 0 outset #ccc; }
    .two-columns.has-rule {
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-count: 2;
      column-width: 320px;
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-gap: 30px;
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-rule: 2px outset #ccc; }
  .three-columns {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 3;
    column-width: 33%;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-gap: 2rem;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-rule: 0 outset #ccc; }
    .three-columns.has-rule {
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-count: 3;
      column-width: 320px;
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-gap: 30px;
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-rule: 2px outset #ccc; } }

/*
    Add class to an element with a background image to add a gradient
    to the top and bottom of an image - use full for making text more legible
*/
.vignette {
  position: relative; }
  .vignette:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 50%;
    right: 0;
    margin: auto;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    z-index: 0; }
  .vignette:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
    z-index: 0; }

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

/* Animation duration */
.animated.fast {
  animation-duration: 0.2s; }

.animated.faster {
  animation-duration: 0.15s; }

.animated.slow {
  animation-duration: 0.75s; }

.animated.slower {
  animation-duration: 1s; }

/* Animation delay */
.animated.delay-1s {
  animation-delay: 1s; }

.animated.delay-2s {
  animation-delay: 2s; }

.animated.delay-3s {
  animation-delay: 3s; }

.animated.delay-4s {
  animation-delay: 4s; }

.animated.delay-5s {
  animation-delay: 5s; }

/* remove animations for users that prefer reduced motion */
@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important; } }

/* animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeOut {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  animation-name: fadeInUp; }

/* FadeInDown */
@keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  animation-name: fadeInRight; }

/*---------------*/
/***** Julia *****/
/*---------------*/
figure.effect-julia img {
  max-width: none;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-julia figcaption {
  text-align: left; }

figure.effect-julia p,
figure.effect-julia h2 {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-360px, 0, 0); }
  figure.effect-julia p:first-child,
  figure.effect-julia h2:first-child {
    transition-delay: 0.15s; }
  figure.effect-julia p:nth-of-type(2),
  figure.effect-julia h2:nth-of-type(2) {
    transition-delay: 0.1s; }
  figure.effect-julia p:nth-of-type(3),
  figure.effect-julia h2:nth-of-type(3) {
    transition-delay: 0.05s; }

figure.effect-julia:hover {
  background: transparent; }
  figure.effect-julia:hover p:first-child {
    transition-delay: 0s; }
  figure.effect-julia:hover p:nth-of-type(2) {
    transition-delay: 0.05s; }
  figure.effect-julia:hover p:nth-of-type(3) {
    transition-delay: 0.1s; }
  figure.effect-julia:hover img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    transform: scale3d(1.1, 1.1, 1); }
  figure.effect-julia:hover p,
  figure.effect-julia:hover h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0); }

.burger-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.3em;
  /* hide text */
  color: transparent;
  z-index: 2001;
  float: right;
  cursor: pointer; }

.burger-icon span,
.burger-icon span:before,
.burger-icon span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #7F7F7F; }

.burger-icon span {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  transition: background 0.2s 0.2s; }

.burger-icon span:before,
.burger-icon span:after {
  content: '';
  right: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
  transition: transform 0.2s 0.2s; }

.burger-icon span:before {
  top: -6px; }

.burger-icon span:after {
  top: 6px; }

.burger-icon.nav-is-visible span {
  background: rgba(46, 50, 51, 0); }

.burger-icon.nav-is-visible span:before,
.burger-icon.nav-is-visible span:after {
  background: #7F7F7F; }

.burger-icon.nav-is-visible span:before {
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
      transform: translateX(4px) translateY(-3px) rotate(45deg); }

.burger-icon.nav-is-visible span:after {
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
      transform: translateX(4px) translateY(2px) rotate(-45deg); }

@media only screen and (min-width: 1170px) {
  .burger-icon {
    display: none; } }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .navbar-nav .nav-item {
    display: inline-block;
    padding: 0;
    margin-left: 16px;
    margin-left: 1rem; }
    .navbar-nav .nav-item .nav-link {
      color: #FFF;
      padding: 0;
      text-transform: uppercase; }

.pagination {
  background-color: #adb5bd;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem; }
  .pagination p {
    margin: 0; }

#back-to-top {
  z-index: 4001;
  display: block;
  width: 40px;
  height: 40px;
  transition: 1s;
  text-decoration: none;
  position: fixed;
  right: 20px;
  bottom: 90px;
  border-radius: .8em;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset; }

#back-to-top:after {
  font-family: "FontAwesome";
  font-size: 32px;
  font-size: 2rem;
  content: '↑';
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: white; }

#back-to-top a:hover {
  color: #000; }

.back-to-top {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block; }

/*==============================
=            Header            =
==============================*/
.main-header {
  background-color: #C60307;
  background-image: linear-gradient(246deg, #C60307 11%, #8E0000 100%);
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem; }

.main-header .nav-item {
  display: inline-block;
  padding: 8px;
  padding: 0.5rem;
  font-weight: 800; }

.main-header .nav-link,
.main-header .dropdown-toggle {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); }

.main-header .nav-link {
  display: inline-block;
  color: white; }
  .main-header .nav-link:hover {
    border-bottom: 4px sold white; }

.main-header .dropdown-toggle {
  color: white;
  padding: 8px;
  padding: 0.5rem;
  cursor: pointer; }

.logo {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  font-size: 2.0rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); }

.main-header .logo {
  max-width: 192px;
  max-width: 12rem; }

/*============================
=            Hero            =
============================*/
.hero {
  position: relative;
  max-width: 100%;
  background-color: #C60307;
  background-image: linear-gradient(246deg, #C60307 11%, #8E0000 100%);
  padding: 16px 0;
  padding: 1rem 0;
  margin: 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  color: white;
  padding: 64px 0;
  padding: 4rem 0;
  padding: 80px 0;
  padding: 5rem 0; }

.hero__title {
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
  padding: 0;
  font-size: 32px;
  font-size: 2.0rem;
  font-weight: 800;
  color: white;
  font-size: 48px;
  font-size: 3rem; }

.hero__lead {
  font-size: 1.25em;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 1.5em;
  max-width: 44em;
  margin-bottom: 48px;
  margin-bottom: 3rem; }

@media screen and (max-width: 575px) {
  .work__button,
  .hire__button {
    min-width: 100%; }
  .work__button {
    margin-bottom: 0.5rem; } }

@media screen and (min-width: 576px) {
  .work__button {
    margin-right: 1rem; } }

.hero .container {
  position: relative;
  padding-top: 24px;
  padding-top: 1.5rem;
  z-index: 1; }

.homepage .hero .container:after {
  content: '';
  width: 100%;
  height: 95%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23a70c0c' fill-opacity='0.6'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
  z-index: -1; }
  @media screen and (min-width: 1024px) {
    .homepage .hero .container:after {
      max-width: 45%; } }

/*==============================
=            Banner            =
==============================*/
.banner {
  position: relative;
  background-color: #C60307;
  background-image: url("/assets/images/backgrounds/footer-background.png");
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  z-index: 1;
  color: white;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem; }
  .banner.tall {
    padding-top: 96px;
    padding-top: 6rem;
    padding-bottom: 96px;
    padding-bottom: 6rem; }

.banner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1; }

.banner p,
.banner h1,
.banner__title {
  color: white;
  z-index: 2; }

.banner p {
  margin: 0; }

.banner .lead {
  font-size: 21.333px;
  font-size: 1.33333rem;
  font-weight: 700; }

.projectpage .banner .lead {
  font-weight: 400; }

.projectpage .banner:after {
  background-color: transparent; }

/*======================================
=            Call-to-action            =
======================================*/
.cta {
  width: 100%;
  padding: 24px 0;
  padding: 1.5rem 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
  background-color: #112330;
  -webkit-font-smoothing: antialiased;
  -mozx-font-smoothing: grayscale;
  padding: 48px 0;
  padding: 3rem 0;
  padding: 96px 0;
  padding: 6rem 0; }

.cta__container {
  max-width: 1056px;
  max-width: 66rem;
  margin: 0 auto; }

.cta__title,
.cta__link {
  font-weight: 800;
  line-height: 1;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 800; }
  @media screen and (min-width: 1920px) {
    .cta__title,
    .cta__link {
      font-size: 4.44444rem; } }

.cta__link {
  color: #ee2222;
  text-decoration: underline;
  transition: all .2s; }
  .cta__link:hover {
    color: #C60307; }

.cta__button {
  background-color: #C60307;
  color: white;
  border: none;
  padding: 16px 48px;
  padding: 1rem 3rem;
  transition: all .2s;
  font-size: inherit;
  font-weight: 800;
  border-radius: 0.25rem;
  cursor: pointer; }
  .cta__button:hover {
    background-color: red;
    -ms-transform: translateY(-2px);
        transform: translateY(-2px); }
  .cta__button:active {
    background-color: #C60307;
    -ms-transform: translateY(1px);
        transform: translateY(1px); }

/*==============================
=            Footer            =
==============================*/
.btn-subscribe {
  padding: 6px 12px;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-weight: bold;
  background-color: #dae0e5;
  border: #dae0e5 1px solid; }

.main-footer address a {
  color: #C60307; }

.main-footer .address-box address {
  min-height: auto;
  min-height: 96px;
  min-height: 6rem; }

.main-footer p a {
  color: #C60307; }

.main-footer .address-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 100%;
  padding-bottom: 48px;
  padding-bottom: 3rem; }

/*=======================================
=             Social Links              =
=======================================*/
.social-links {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: black;
  color: white;
  padding: 16px 0;
  padding: 1rem 0;
  vertical-align: baseline;
  z-index: 10000; }
  @supports (display: flex) {
    .social-links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
      -ms-flex-pack: center;
          justify-content: center; } }

.social-links a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  white-space: nowrap; }
  .social-links a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.social-links i {
  margin: 4px;
  margin: 0.25rem; }

@media screen and (min-width: 1024px) and (min-height: 600px) {
  .social-links {
    width: auto;
    padding: 0.25rem 0;
    left: auto;
    right: 0;
    text-align: initial;
    -ms-flex-direction: row;
        flex-direction: row;
    color: white;
    background-color: #C60307; }
  .social-links .label {
    padding: 0.25rem; }
  .social-links .label i {
    margin: 0.125rem auto;
    padding: 0.25rem; }
  @supports (writing-mode: vertical-lr) {
    .social-links {
      right: 1rem;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
      bottom: 65%;
      -ms-transform: translateY(50%);
          transform: translateY(50%);
      padding: 0.5rem;
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
    .social-links a,
    .social-links i,
    .social-links span {
      padding: 0; }
    .social-links .contact-link {
      padding-top: 1.5rem; }
    .homepage .social-links {
      bottom: 68%; }
    .innerpage .social-links {
      bottom: 56%; } } }

@media all and (-ms-high-contrast: none) {
  .social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 3rem;
    right: 0;
    background-color: #C60307;
    bottom: 50% !important;
    -ms-transform: translateY(50%);
        transform: translateY(50%); }
  .social-links .scoail-link {
    margin-top: 0.25rem; }
  .social-links .contact-link {
    margin-top: 1rem; }
  .social-links .contact-link .label {
    display: none;
    visibility: hidden;
    clip: rect(0, 0, 0, 0); } }

/*================================
=            Services            =
================================*/
.service__title {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  border-bottom: 4px solid #ced4da;
  border-bottom: 0.25rem solid #ced4da; }

.servicespage .section__title {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  font-size: 48px;
  font-size: 3.0rem; }

.servicepage .casestudies {
  padding-bottom: 48px;
  padding-bottom: 3rem; }

.servicepage .casestudy__preview {
  transition: all .2s ease-in-out; }

.servicepage .casestudy__preview:hover {
  -ms-transform: translate(0.5rem, -0.5rem);
      transform: translate(0.5rem, -0.5rem);
  box-shadow: -0.5rem 0.5rem 0 #adb5bd;
  cursor: pointer; }

.servicespage .service {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: flex-column;
      flex-direction: flex-column;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media screen and (min-width: 768px) {
    .servicespage .service {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media screen and (min-width: 1200px) {
    .servicespage .service {
      -ms-flex-align: center;
          align-items: center; } }
  .servicespage .service .service-img {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    .servicespage .service .service-img img {
      display: block;
      margin: 0 auto;
      max-width: 60px; }
  .servicespage .service .service-desc {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }

/*===================================
=            Recent Work            =
===================================*/
.recentwork {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem; }

.recentwork__title {
  font-size: 32px;
  font-size: 2.0rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.recentwork__sidebar,
.recentwork__list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.recentwork__sidebar a:hover {
  text-decoration: none; }

.recentwork .item__title {
  font-size: 24px;
  font-size: 1.5rem; }

.recentwork .sidebar__link {
  display: inline-block;
  position: relative;
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.sidebar__item {
  padding: 8px 0;
  padding: 0.5rem 0;
  border-bottom: 0.125em solid #ced4da;
  transition: all .15s ease-in-out; }
  .sidebar__item:hover {
    cursor: pointer;
    -ms-transform: scale(1.125);
        transform: scale(1.125); }

.sidebar__item .item__title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

@media (min-width: 768px) {
  .sidebar__item {
    padding: 1rem 0 0; }
  .sidebar__item .item__title {
    margin-bottom: 1rem; } }

.recentwork__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch; }

.list__item {
  display: inline-block;
  float: left;
  position: relative;
  box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  transition: all .2s ease-in-out;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .list__item:hover {
    -ms-transform: translate(0.5rem, -0.5rem);
        transform: translate(0.5rem, -0.5rem);
    box-shadow: -0.5rem 0.5rem 0 #adb5bd;
    cursor: pointer; }

@media (min-width: 576px) {
  .list__item {
    margin: 1rem;
    min-height: 10rem;
    -ms-flex-preferred-size: calc(50% - (1rem * 2));
        flex-basis: calc(50% - (1rem * 2)); } }

@media (min-width: 1200px) {
  .list__item {
    min-height: 15rem; }
  .servicepage .list__item {
    -ms-flex-preferred-size: calc(33.33333% - (1rem * 2));
        flex-basis: calc(33.33333% - (1rem * 2)); } }

.list__item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity .2s;
  color: white;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.list__item:hover .overlay {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.item__thumbnail {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #C60307; }

/*================================
=            Projects            =
================================*/
.projectspage .project {
  position: relative;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  background-color: #C60307;
  color: white;
  overflow: hidden;
  min-height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center; }

.projectspage .project .row {
  -ms-flex-align: center;
      align-items: center; }

.project .project__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.project__title {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  font-size: 48px;
  font-size: 3.0rem;
  letter-spacing: -0.025em; }

.project__link {
  text-decoration: none;
  color: inherit; }
  .project__link:hover {
    text-decoration: none; }

.project__tags {
  margin: 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

.project__stats {
  margin-top: 16px;
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: start; }
  .project__stats .stat {
    display: inline-block; }
    .project__stats .stat * {
      margin: 0; }

@media screen and (max-width: 992px) {
  .projectspage .project__quote,
  .projectspage .project__stats {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    clip: rect(0, 0, 0, 0); } }

.project__meta {
  width: 100%;
  left: 0;
  bottom: 0;
  color: white;
  background-color: #85060E;
  -webkit-font-smoothing: antialiased;
  -mozx-font-smoothing: grayscale;
  padding: 1em 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

.project__meta ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.project__meta li {
  display: inline-block;
  padding-right: 16px;
  padding-right: 1rem;
  padding-right: 16px;
  padding-right: 1rem; }

.project__meta a {
  color: inherit; }

.meta__title {
  font-weight: 800;
  margin: 0;
  font-size: 1.6em; }

.meta__title + p {
  font-weight: 400;
  margin: 0; }

.projectpage article img {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 48px;
  margin-bottom: 3rem; }

/*============================
=            Team            =
============================*/
.profile__image {
  max-width: 100%;
  transition: all .2s ease-in-out; }

.profile__name {
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 16px;
  margin-top: 1rem; }

@media screen and (min-width: 300px) {
  .team__profile_wrap {
    -ms-flex-pack: center;
        justify-content: center; }
    .team__profile_wrap .team__profile {
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

@media screen and (min-width: 576px) {
  .team__profile_wrap {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .team__profile_wrap .team__profile {
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

@media screen and (min-width: 992px) {
  .team__profile_wrap {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .team__profile_wrap .team__profile {
      -ms-flex-preferred-size: 31%;
          flex-basis: 31%;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

@media screen and (min-width: 1200px) {
  .team__profile_wrap {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .team__profile_wrap .team__profile {
      -ms-flex-preferred-size: 18%;
          flex-basis: 18%;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }

/**
stylesheet for generic classes.
**/
.bg-dark {
  color: #FFF; }

.wn .site-header {
  position: initial;
  padding-bottom: 60px;
  padding-top: 40px; }
  .wn .site-header .navbar-nav .nav-item .nav-link {
    color: #939090; }
  .wn .site-header .tel-link {
    color: #939090; }

.site-header {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  padding: 32px 0;
  padding: 2rem 0; }
  @media screen and (min-width: 768px) {
    .site-header .container-fluid, .site-header .container-sm, .site-header .container-md, .site-header .container-lg, .site-header .container-xl {
      width: 90%;
      margin-right: auto;
      margin-left: auto; } }
  .site-header .row {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly; }
  .site-header p {
    color: #BE1622;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold; }
  .site-header .tel-link {
    color: #FFF;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold; }

.carousel-section h1 {
  color: #FFF;
  font-size: 50px;
  font-family: 'Lato';
  line-height: 1.2;
  font-weight: normal; }

.button-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.button-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
  .button-col .btn-outline {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-right: 16px;
    margin-right: 1rem;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    padding: 12px 0;
    padding: .75rem 0;
    color: #FFF;
    text-align: center;
    border: #FFF solid 2px;
    border-radius: 0; }
  .button-col .btn-outline-inverse {
    background-color: #fff;
    color: #C60307 !important; }

.carousel-section .owl-item .item .flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%; }
  .carousel-section .owl-item .item .flex-wrapper .row {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }

.carousel-section .owl-item .item .content-row {
  -ms-flex-align: center;
      align-items: center; }

.carousel-section .owl-item .item .btn-row {
  -ms-flex-align: center;
      align-items: center; }

.carousel-section .gradient-box {
  position: absolute;
  left: 0;
  padding: 80px;
  padding: 60px 80px;
  padding: 3.75rem 5rem;
  background-image: url("/assets/images/backgrounds/gradient-box-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0; }

.carousel-section .customer-box {
  position: absolute;
  right: 64px;
  right: 4rem;
  bottom: 16px;
  bottom: 1rem;
  text-align: center; }
  .carousel-section .customer-box img {
    width: auto;
    margin: 0 auto 16px auto;
    margin: 0 auto 1rem auto; }
  .carousel-section .customer-box a {
    color: #FFF;
    text-decoration: underline; }

.carousel-section h1.title {
  margin-bottom: 32px;
  margin-bottom: 2rem; }

.carousel-section h2.title {
  margin-bottom: 64px;
  margin-bottom: 4rem; }

.carousel-section .title {
  color: #FFF;
  font-size: 40px;
  font-family: 'Lato';
  line-height: 1;
  font-weight: normal; }

.masthead-home {
  padding: 74px 0;
  padding: 4.625rem 0;
  background-color: rgba(223, 223, 223, 0.25); }
  .masthead-home .title {
    font-size: 40px;
    font-size: 2.5rem;
    color: #939090;
    line-height: 1.2;
    font-family: 'Lato';
    font-weight: normal;
    margin-bottom: 78px;
    margin-bottom: 4.875rem; }
  .masthead-home .button-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .masthead-home .button-wrap .btn-masthead {
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%;
      -ms-flex-positive: 0;
          flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border: #939090 2px solid;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
      margin-right: 48px;
      margin-right: 3rem;
      border-radius: none;
      color: #939090;
      font-weight: normal; }

.our-work-home {
  background-color: rgba(223, 223, 223, 0.25);
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 110px; }
  .our-work-home .our-work-wrap {
    width: 100%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    @media screen and (min-width: 768px) {
      .our-work-home .our-work-wrap {
        width: 90%;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    @media screen and (min-width: 1200px) {
      .our-work-home .our-work-wrap {
        width: 80%; } }
    .our-work-home .our-work-wrap .work-card {
      -ms-flex-preferred-size: 98%;
          flex-basis: 98%;
      max-width: 98%;
      background: #FFF;
      margin-bottom: 64px;
      margin-bottom: 4rem; }
      @media screen and (min-width: 768px) {
        .our-work-home .our-work-wrap .work-card {
          -ms-flex-preferred-size: 43%;
              flex-basis: 43%;
          max-width: 43%; } }
      @media screen and (min-width: 992px) {
        .our-work-home .our-work-wrap .work-card {
          -ms-flex-preferred-size: 31%;
              flex-basis: 31%;
          max-width: 31%; } }
      .our-work-home .our-work-wrap .work-card .work-logo-wrap {
        height: 185px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
      .our-work-home .our-work-wrap .work-card .work--line {
        width: 90%;
        height: 2px;
        background: #dfdfdf;
        margin: auto; }
      .our-work-home .our-work-wrap .work-card .title {
        font-size: 32px;
        text-align: center;
        margin: 48px auto;
        margin: 3rem auto;
        width: 90%;
        font-weight: 100;
        color: #939090;
        line-height: 1.3; }
      .our-work-home .our-work-wrap .work-card:hover {
        text-decoration: none; }

.client-strip-section {
  padding-top: 100px;
  padding-bottom: 100px; }
  .client-strip-section .client-logo-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .client-strip-section .client-logo-wrap .client-logo-item {
      margin-bottom: 16px;
      margin-bottom: 1rem; }
      @media screen and (min-width: 768px) {
        .client-strip-section .client-logo-wrap .client-logo-item {
          margin-right: 3rem; } }
      @media screen and (min-width: 992px) {
        .client-strip-section .client-logo-wrap .client-logo-item {
          margin-bottom: 2rem;
          margin-right: 5rem; } }

.main-footer {
  background-image: url("/assets/images/backgrounds/footer-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 125px;
  padding-bottom: 100px; }
  .main-footer .footer-logo {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 768px) {
      .main-footer .footer-logo {
        margin-bottom: 2rem; } }
    @media screen and (min-width: 992px) {
      .main-footer .footer-logo {
        margin-bottom: 4rem; } }
  .main-footer .address--item {
    color: #FFF;
    margin-bottom: 32px;
    margin-bottom: 2rem; }
  .main-footer .footer-items-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .main-footer .footer-items-wrap {
        width: 90%;
        margin: auto;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .main-footer .footer-items-wrap .footer-address-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      @media screen and (min-width: 992px) {
        .main-footer .footer-items-wrap .footer-address-col {
          -ms-flex-preferred-size: 30%;
              flex-basis: 30%;
          max-width: 30%; } }
    .main-footer .footer-items-wrap .footer-nav-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      @media screen and (min-width: 992px) {
        .main-footer .footer-items-wrap .footer-nav-col {
          -ms-flex-preferred-size: 70%;
              flex-basis: 70%;
          max-width: 70%; } }
  .main-footer .footer-nav-nav {
    list-style: none;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .main-footer .footer-nav-nav .footer-nav-item {
      color: #FFF;
      text-decoration: none;
      margin-bottom: 4px;
      margin-bottom: .25rem;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
      @media screen and (min-width: 992px) {
        .main-footer .footer-nav-nav .footer-nav-item {
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
          max-width: 25%; } }
    .main-footer .footer-nav-nav .footer-nav-link {
      color: #FFF;
      text-decoration: none; }
  .main-footer .footer-nav-col .main-nav-item {
    margin-bottom: 32px;
    margin-bottom: 2rem; }
    .main-footer .footer-nav-col .main-nav-item .footer-nav-nav:first-of-type {
      border-bottom: none; }
      @media screen and (min-width: 992px) {
        .main-footer .footer-nav-col .main-nav-item .footer-nav-nav:first-of-type {
          border-bottom: 1px solid #FFF;
          padding-bottom: .5rem;
          margin-bottom: 1rem; } }
  .main-footer .footer-nav-col .other-nav-item .footer-nav-nav {
    border-bottom: none;
    padding-bottom: 0; }
    @media screen and (min-width: 992px) {
      .main-footer .footer-nav-col .other-nav-item .footer-nav-nav {
        border-bottom: 1px solid #FFF;
        padding-bottom: 1rem; } }
  .main-footer .footer-nav-col .footer-social-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    color: #FFF;
    padding-top: 32px;
    padding-top: 2rem; }
    .main-footer .footer-nav-col .footer-social-bar img {
      margin-right: 12px;
      margin-right: .75rem; }
      .main-footer .footer-nav-col .footer-social-bar img:last-of-type {
        margin-right: 0; }
    .main-footer .footer-nav-col .footer-social-bar p {
      margin-bottom: 0; }
      .main-footer .footer-nav-col .footer-social-bar p:first-of-type {
        margin-right: 24px;
        margin-right: 1.5rem; }
      .main-footer .footer-nav-col .footer-social-bar p:last-of-type {
        margin-left: 24px;
        margin-left: 1.5rem; }
    .main-footer .footer-nav-col .footer-social-bar a {
      color: #FFF;
      text-decoration: none; }

.alternate-banner-section {
  height: 638px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .alternate-banner-section .banner-text-wrap {
    background-image: url("/assets/images/site/title-background.png");
    position: absolute;
    bottom: 0;
    padding: 40px 50px 50px 95px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .alternate-banner-section .banner-text-wrap h1.title {
      color: #FFF;
      font-size: 50px;
      line-height: 1.2;
      font-weight: 100; }

.service-intro-section {
  padding-top: 105px;
  padding-bottom: 93px; }
  .service-intro-section .service-introduction--wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 90%;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .service-intro-section .service-introduction--wrap {
        -ms-flex-pack: justify;
            justify-content: space-between; } }
    .service-intro-section .service-introduction--wrap .service-intro-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      @media screen and (min-width: 768px) {
        .service-intro-section .service-introduction--wrap .service-intro-col {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          max-width: 50%; } }
      @media screen and (min-width: 992px) {
        .service-intro-section .service-introduction--wrap .service-intro-col {
          -ms-flex-preferred-size: 45%;
              flex-basis: 45%;
          max-width: 45%; } }
      .service-intro-section .service-introduction--wrap .service-intro-col .title {
        color: #C60307;
        font-size: 40px;
        font-weight: 300; }
    .service-intro-section .service-introduction--wrap .service-content-col {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      @media screen and (min-width: 768px) {
        .service-intro-section .service-introduction--wrap .service-content-col {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          max-width: 50%; } }
      @media screen and (min-width: 992px) {
        .service-intro-section .service-introduction--wrap .service-content-col {
          -ms-flex-preferred-size: 45%;
              flex-basis: 45%;
          max-width: 45%; } }
      .service-intro-section .service-introduction--wrap .service-content-col p {
        font-size: 22px;
        color: #939090;
        line-height: 1.4;
        margin-bottom: 32px;
        margin-bottom: 2rem;
        font-weight: 300; }
        .service-intro-section .service-introduction--wrap .service-content-col p:last-of-type {
          margin-bottom: 48px;
          margin-bottom: 3rem; }
  .service-intro-section .service-intro--btn-wrap .quote-btn {
    height: 55px;
    color: #C60307;
    border: 1px solid #C60307;
    min-height: 55px;
    width: 256px;
    font-size: 18px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-weight: 300;
    margin-right: 44px;
    margin-right: 2.75rem; }
  .service-intro-section .service-intro--btn-wrap .text-btn {
    color: #939090;
    font-size: 22px;
    font-weight: 300; }

.service-content-section {
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background-size: cover;
  background-position: top; }

.service-content-item-wrap {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: flex-start;}
  @media screen and (min-width: 992px) {
    .service-content-item-wrap {
      max-width: 90%;
      margin-right: auto;
      margin-left: auto;
      column-gap:3%;} }
  .service-content-item-wrap .service-content-item {
    text-align: center;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    max-width: 48%;
    max-width: 43%;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-direction: column;
        flex-direction: column; }
    .service-content-item-wrap .service-content-item .title-wrap {
      -ms-flex-positive: 1;
          flex-grow: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-line-pack: center;
          align-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
    @media screen and (min-width: 768px) {
      .service-content-item-wrap .service-content-item {
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
        max-width: 45%;
        max-width: 40%;
        margin-bottom: 3.5rem; } }
    @media screen and (min-width: 992px) {
      .service-content-item-wrap .service-content-item {
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%;
        max-width: 31%;
        margin-bottom: 6.25rem; } }
    .service-content-item-wrap .service-content-item .title {
      color: #FFF;
      margin-bottom: 24px;
      font-size: 32px;
      font-weight: 400; }
    .service-content-item-wrap .service-content-item p {
      color: #FFF; }

.client-logo-item {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  text-align: center; }

.service-tpl .client-strip-section .title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 56px; }

.service-tpl .customer-box {
  display: none; }
  @media screen and (min-width: 992px) {
    .service-tpl .customer-box {
      display: block; } }

.testimonial-section-w-image .testimonial--wrap {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.testimonial-section-w-image .testimonial-item {
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .testimonial-section-w-image .testimonial-item .testimonial--content {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 64px;
    padding-top: 4rem;
    padding-bottom: 64px;
    padding-bottom: 4rem; }
  .testimonial-section-w-image .testimonial-item .testimonial--img {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%; }
  .testimonial-section-w-image .testimonial-item h3 {
    color: #FFF;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 300; }
  .testimonial-section-w-image .testimonial-item .testimonial-text-wrap {
    font-size: 30px;
    position: relative; }
    .testimonial-section-w-image .testimonial-item .testimonial-text-wrap:before {
      content: '“';
      position: absolute;
      left: -50px;
      font-size: 100px;
      color: #fff;
      top: 0;
      line-height: 0; }
    .testimonial-section-w-image .testimonial-item .testimonial-text-wrap:after {
      content: '”';
      position: absolute;
      right: -50px;
      font-size: 100px;
      color: #fff;
      bottom: 0;
      line-height: 0; }
  .testimonial-section-w-image .testimonial-item .testimonial-cite-wrap cite {
    font-style: normal;
    font-size: 20px;
    font-weight: bold; }

.square-btn {
  height: 55px;
  color: #C60307;
  border: 1px solid #C60307;
  min-height: 55px;
  font-size: 18px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  padding-right: 32px;
  padding-right: 2rem;
  padding-left: 32px;
  padding-left: 2rem; }

.contact--section {
  padding-top: 184px;
  padding-top: 11.5rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem; }
  .contact--section .container-fluid, .contact--section .container-sm, .contact--section .container-md, .contact--section .container-lg, .contact--section .container-xl {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto; }
  .contact--section .title {
    color: #C60307;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 32px;
    margin-bottom: 2rem; }
  .contact--section a {
    color: #C60307; }
  .contact--section p {
    color: #939090;
    font-size: 32px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-weight: 300; }
  .contact--section .row {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .contact--section .col {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    padding: 0 32px;
    padding: 0 2rem; }

.work-content-section-image {
  padding: 32px 0;
  padding: 2rem 0; }
  .work-content-section-image .img--wrap {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center; }

.work-content-section-content-noimage {
  padding-top: 124px;
  padding-top: 7.75rem;
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
  color: #939090; }
  .work-content-section-content-noimage .title {
    font-size: 30px;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-weight: 400; }
  .work-content-section-content-noimage p {
    font-size: 22px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-weight: 300; }

.work-content-section-content-image--alt .content--wrap {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.work-content-section-content-image {
  padding-top: 124px;
  padding-top: 7.75rem;
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
  color: #939090; }
  .work-content-section-content-image .content--wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center; }
    .work-content-section-content-image .content--wrap .img--wrap {
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
      max-width: 90%; }
    .work-content-section-content-image .content--wrap div {
      -ms-flex-preferred-size: 90%;
          flex-basis: 90%;
      max-width: 90%; }
      .work-content-section-content-image .content--wrap div p:last-of-type {
        margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .work-content-section-content-image .content--wrap {
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .work-content-section-content-image .content--wrap .img--wrap {
          -ms-flex-preferred-size: 40%;
              flex-basis: 40%;
          max-width: 40%;
          -ms-flex-item-align: center;
              -ms-grid-row-align: center;
              align-self: center; }
        .work-content-section-content-image .content--wrap div {
          -ms-flex-preferred-size: 55%;
              flex-basis: 55%;
          max-width: 55%; } }
    @media screen and (min-width: 992px) {
      .work-content-section-content-image .content--wrap .img--wrap {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        max-width: 30%;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center; }
      .work-content-section-content-image .content--wrap div {
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
        max-width: 65%; } }
  .work-content-section-content-image .title {
    font-size: 30px;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-weight: 400; }
  .work-content-section-content-image p {
    font-size: 22px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-weight: 300; }

.work-content-section-repeater {
  padding-top: 124px;
  padding-top: 7.75rem;
  padding-bottom: 125px;
  padding-bottom: 7.8125rem; }

.repeater--wrap .repeater-item {
  font-size: 22px;
  color: #939090; }
  .repeater--wrap .repeater-item .title {
    font-size: 30px;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    font-weight: 400; }
  .repeater--wrap .repeater-item ul {
    list-style: none;
    padding-left: 16px;
    padding-left: 1rem; }
    .repeater--wrap .repeater-item ul li {
      font-weight: 300;
      position: relative;
      margin-bottom: 16px;
      margin-bottom: 1rem; }
      .repeater--wrap .repeater-item ul li:before {
        content: '&#8212;';
        position: absolute;
        left: -16px;
        left: -1rem;
        top: 0;
        bottom: 0; }

.repeater--wrap.rows-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (min-width: 768px) {
    .repeater--wrap.rows-2 {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .repeater--wrap.rows-2 .repeater-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .repeater--wrap.rows-2 .repeater-item {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
        max-width: 48%; } }

.repeater--wrap.rows-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (min-width: 768px) {
    .repeater--wrap.rows-3 {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .repeater--wrap.rows-3 .repeater-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .repeater--wrap.rows-3 .repeater-item {
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%;
        max-width: 31%; } }

.repeater--wrap.rows-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (min-width: 768px) {
    .repeater--wrap.rows-4 {
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .repeater--wrap.rows-4 .repeater-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .repeater--wrap.rows-4 .repeater-item {
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%;
        max-width: 23%; } }

.read-more-casestudies-section {
  padding: 180px 0;
  padding: 11.25rem 0;
  background-color: #dfdfdf;
  text-align: center; }
  .read-more-casestudies-section .title {
    text-align: center;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.3; }
    .read-more-casestudies-section .title a {
      color: #C60307;
      text-decoration: none; }
      .read-more-casestudies-section .title a:hover {
        text-decoration: underline; }

.statswith-logos-section {
  padding-top: 88px;
  padding-bottom: 44px; }

.statswith-logos--wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .statswith-logos--wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; } }
  @media screen and (min-width: 992px) {
    .statswith-logos--wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; } }
  .statswith-logos--wrap .statswith-logos--item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 80px;
    margin-bottom: 5rem; }
    @media screen and (min-width: 768px) {
      .statswith-logos--wrap .statswith-logos--item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 3rem; } }
    @media screen and (min-width: 992px) {
      .statswith-logos--wrap .statswith-logos--item {
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
        max-width: 20%;
        margin-bottom: 1rem; } }
    .statswith-logos--wrap .statswith-logos--item .img-wrap {
      text-align: center;
      padding-bottom: 37px;
      margin-bottom: 17px;
      min-height: 100px;
      position: relative; }
    .statswith-logos--wrap .statswith-logos--item .img-wrap--border {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
      height: 2px;
      background-color: #939090;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .statswith-logos--wrap .statswith-logos--item .small-txt {
      font-size: 22px;
      color: #939090;
      text-align: center;
      margin-top: 30px; }
    .statswith-logos--wrap .statswith-logos--item .big-txt {
      font-size: 70px;
      margin-bottom: 0;
      color: #E22012;
      text-align: center; }

.funky-bg-map-section {
  padding-top: 63px;
  padding-top: 3.9375rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  background: url("/assets/images/funky-bg-alt.png");
  background-size: cover;
  background-repeat: no-repeat; }
  .funky-bg-map-section .title {
    color: #fff;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 60px;
    margin-bottom: 3.75rem; }
  .funky-bg-map-section .map-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%; }
  .funky-bg-map-section .map-svg-bg {
    min-height: 400px;
    background: url("/assets/images/about-us-map.svg");
    background-size: contain;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) {
      .funky-bg-map-section .map-svg-bg {
        min-height: 880px; } }

.testimonial-section-w-image-alt-rd {
  padding-top: 192px;
  padding-top: 12rem;
  padding-bottom: 156.8px;
  padding-bottom: 9.8rem; }
  .testimonial-section-w-image-alt-rd.testimonial-section-w-image .testimonial--alt-rd-section .testimonial-item {
    position: relative; }
    .testimonial-section-w-image-alt-rd.testimonial-section-w-image .testimonial--alt-rd-section .testimonial-item:before {
      content: '“';
      position: absolute;
      left: 0;
      font-size: 100px;
      color: #fff;
      top: 0; }
    .testimonial-section-w-image-alt-rd.testimonial-section-w-image .testimonial--alt-rd-section .testimonial-item:after {
      content: '”';
      position: absolute;
      right: 0;
      font-size: 100px;
      color: #fff;
      bottom: 0; }
    .testimonial-section-w-image-alt-rd.testimonial-section-w-image .testimonial--alt-rd-section .testimonial-item .testimonial--content {
      -ms-flex-preferred-size: 85%;
          flex-basis: 85%;
      max-width: 85%;
      margin-left: auto;
      margin-right: auto; }
      .testimonial-section-w-image-alt-rd.testimonial-section-w-image .testimonial--alt-rd-section .testimonial-item .testimonial--content:before, .testimonial-section-w-image-alt-rd.testimonial-section-w-image .testimonial--alt-rd-section .testimonial-item .testimonial--content:after {
        content: ''; }

.partnership-above-all-content-section .work-intro-col .title {
  font-size: 32px;
  font-size: 2rem;
  color: #939090;
  margin-bottom: 0; }

.scrolled .site-header #sm_menu_ham span {
  background-color: #fff; }

.ol-wrap ol {
  counter-reset: item; }

.ol-wrap li {
  display: block; }

.ol-wrap li:before {
  content: counters(item, ".") " ";
  counter-increment: item; }

.blog-listing-wrap {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.sm_menu_outer .mobile_menu {
  height: 100%; }
  .sm_menu_outer .mobile_menu .hasChild > .show-subnav {
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M16.67%200l2.83%202.829-9.339%209.175%209.339%209.167-2.83%202.829-12.17-11.996z%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll !important; }
  .sm_menu_outer .mobile_menu .submenu {
    background-color: #C60307 !important;
    height: auto !important;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
    bottom: auto !important; }
    .sm_menu_outer .mobile_menu .submenu li {
      margin-bottom: 0; }
  .sm_menu_outer .mobile_menu .nav-link {
    color: #C60307 !important;
    font-size: 24px;
    font-size: 1.5rem; }

.standard-content--content-wrap {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  color: #939090;
  line-height: 1.4;
  font-weight: 300; }

.standard-content--section {
  padding: 48px 0;
  padding: 3rem 0; }

.project-content {
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem; }
  .project-content p {
    margin-bottom: 32px;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    line-height: 1.75; }

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

.slide-in-top {
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.slide-in-bottom {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.slide-out-top {
  animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both; }

/**
 * ----------------------------------------
 * nav animations
 * ----------------------------------------
 */
@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@keyframes slide-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    transform: translateY(-1000px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

/* Grouping / Clearing */
.group:after {
  content: " ";
  display: block;
  clear: both; }

.clear {
  clear: both; }

.no-bullet {
  list-style: none;
  padding: 0; }

.flex-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }
  .flex-vertical > div {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

.align-flex-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.icon {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain; }

.rwd-break, .rwd-line {
  display: block; }

@media screen and (min-width: 576px) {
  .rwd-break {
    display: none; } }

@media screen and (min-width: 576px) {
  .rwd-line {
    display: inline; } }

/* Multi-column mixin */
@media (min-width: 768px) {
  .two-columns {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 2;
    column-width: 50%;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-gap: 2.5rem;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-rule: 0 outset #ccc; }
    .two-columns.has-rule {
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-count: 2;
      column-width: 320px;
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-gap: 30px;
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-rule: 2px outset #ccc; }
  .three-columns {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 3;
    column-width: 33%;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-gap: 2rem;
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-rule: 0 outset #ccc; }
    .three-columns.has-rule {
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-count: 3;
      column-width: 320px;
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-gap: 30px;
      /* Chrome, Safari, Opera */
      /* Firefox */
      column-rule: 2px outset #ccc; } }

/*
    Add class to an element with a background image to add a gradient
    to the top and bottom of an image - use full for making text more legible
*/
.vignette {
  position: relative; }
  .vignette:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 50%;
    right: 0;
    margin: auto;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    z-index: 0; }
  .vignette:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45));
    z-index: 0; }

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.fast {
    animation-duration: 0.2s; }
  .animated.faster {
    animation-duration: 0.15s; }
  .animated.slow {
    animation-duration: 0.75s; }
  .animated.slower {
    animation-duration: 1s; }
  .animated.delay-1s {
    animation-delay: 1s; }
  .animated.delay-2s {
    animation-delay: 2s; }
  .animated.delay-3s {
    animation-delay: 3s; }
  .animated.delay-4s {
    animation-delay: 4s; }
  .animated.delay-5s {
    animation-delay: 5s; }

/* Animation duration */
/* Animation delay */
/* remove animations for users that prefer reduced motion */
@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important; } }

/* animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeOut {
  from {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  to {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  animation-name: fadeInUp; }

/* FadeInDown */
@keyframes fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  animation-name: fadeInRight; }

/*---------------*/
/***** Julia *****/
/*---------------*/
figure.effect-julia img {
  max-width: none;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

figure.effect-julia figcaption {
  text-align: left; }

figure.effect-julia p,
figure.effect-julia h2 {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-360px, 0, 0); }

figure.effect-julia p:first-child,
figure.effect-julia h2:first-child {
  transition-delay: 0.15s; }

figure.effect-julia p:nth-of-type(2),
figure.effect-julia h2:nth-of-type(2) {
  transition-delay: 0.1s; }

figure.effect-julia p:nth-of-type(3),
figure.effect-julia h2:nth-of-type(3) {
  transition-delay: 0.05s; }

figure.effect-julia:hover {
  background: transparent; }
  figure.effect-julia:hover p:first-child {
    transition-delay: 0s; }
  figure.effect-julia:hover p:nth-of-type(2) {
    transition-delay: 0.05s; }
  figure.effect-julia:hover p:nth-of-type(3) {
    transition-delay: 0.1s; }
  figure.effect-julia:hover img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    transform: scale3d(1.1, 1.1, 1); }
  figure.effect-julia:hover p,
  figure.effect-julia:hover h2 {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0, 0, 0); }

.burger-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.3em;
  /* hide text */
  color: transparent;
  z-index: 2001;
  float: right;
  cursor: pointer;
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.3em;
  /* hide text */
  color: transparent;
  z-index: 2001;
  float: right;
  cursor: pointer; }
  .burger-icon span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #7F7F7F;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    transition: background 0.2s 0.2s; }
    .burger-icon span:before, .burger-icon span:after {
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 24px;
      background: #7F7F7F; }
    .burger-icon span:before, .burger-icon span:after {
      content: '';
      right: 0;
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      transition: transform 0.2s 0.2s; }
    .burger-icon span:before {
      top: -6px; }
    .burger-icon span:after {
      top: 6px; }
  .burger-icon.nav-is-visible span {
    background: rgba(46, 50, 51, 0); }
    .burger-icon.nav-is-visible span:before, .burger-icon.nav-is-visible span:after {
      background: #7F7F7F; }
    .burger-icon.nav-is-visible span:before {
      -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
      transform: translateX(4px) translateY(-3px) rotate(45deg); }
    .burger-icon.nav-is-visible span:after {
      -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
      transform: translateX(4px) translateY(2px) rotate(-45deg); }
  .burger-icon span {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #7F7F7F;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    transition: background 0.2s 0.2s; }
    .burger-icon span:before, .burger-icon span:after {
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 24px;
      background: #7F7F7F; }
    .burger-icon span:before, .burger-icon span:after {
      content: '';
      right: 0;
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      transition: transform 0.2s 0.2s; }
    .burger-icon span:before {
      top: -6px; }
    .burger-icon span:after {
      top: 6px; }
  .burger-icon.nav-is-visible span {
    background: rgba(46, 50, 51, 0); }
    .burger-icon.nav-is-visible span:before, .burger-icon.nav-is-visible span:after {
      background: #7F7F7F; }
    .burger-icon.nav-is-visible span:before {
      -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
      transform: translateX(4px) translateY(-3px) rotate(45deg); }
    .burger-icon.nav-is-visible span:after {
      -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
      transform: translateX(4px) translateY(2px) rotate(-45deg); }

@media only screen and (min-width: 1170px) {
  .burger-icon {
    display: none; } }

@media only screen and (min-width: 1170px) {
  .burger-icon {
    display: none; } }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .navbar-nav .nav-item {
    display: inline-block;
    padding: 0;
    margin-left: 16px;
    margin-left: 16px;
    margin-left: 1rem; }
    .navbar-nav .nav-item .nav-link {
      padding: 0;
      text-transform: uppercase; }

.pagination {
  background-color: #adb5bd;
  padding-top: 32px;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 32px;
  padding-bottom: 2rem; }
  .pagination p {
    margin: 0; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

#back-to-top {
  z-index: 4001;
  display: block;
  width: 40px;
  height: 40px;
  transition: 1s;
  text-decoration: none;
  position: fixed;
  right: 20px;
  bottom: 90px;
  border-radius: .8em;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset; }
  #back-to-top:after {
    font-family: "FontAwesome";
    font-size: 32px;
    font-size: 32px;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white; }
  #back-to-top a:hover {
    color: #000; }

.back-to-top {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: inline-block; }

/*==============================
=            Header            =
==============================*/
.main-header {
  background-color: #C60307;
  background-image: linear-gradient(246deg, #C60307 11%, #8E0000 100%);
  padding-top: 24px;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 24px;
  padding-bottom: 1.5rem; }
  .main-header .nav-item {
    display: inline-block;
    padding: 8px;
    padding: 8px;
    padding: 0.5rem;
    font-weight: 800; }
  .main-header .nav-link,
  .main-header .dropdown-toggle {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); }
  .main-header .nav-link {
    display: inline-block;
    color: white; }
    .main-header .nav-link:hover {
      border-bottom: 4px sold white; }
  .main-header .dropdown-toggle {
    color: white;
    padding: 8px;
    padding: 8px;
    padding: 0.5rem;
    cursor: pointer; }

.logo {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 32px;
  font-size: 32px;
  font-size: 2.0rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4); }

.main-header .logo {
  max-width: 192px;
  max-width: 192px;
  max-width: 12rem; }

/*============================
=            Hero            =
============================*/
.hero {
  position: relative;
  max-width: 100%;
  background-color: #C60307;
  background-image: linear-gradient(246deg, #C60307 11%, #8E0000 100%);
  padding: 16px 0;
  padding: 16px 0;
  padding: 1rem 0;
  margin: 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  color: white;
  padding: 64px 0;
  padding: 64px 0;
  padding: 4rem 0;
  padding: 80px 0;
  padding: 80px 0;
  padding: 5rem 0; }

.hero__title {
  margin: 0 0 24px;
  margin: 0 0 24px;
  margin: 0 0 1.5rem;
  padding: 0;
  font-size: 32px;
  font-size: 32px;
  font-size: 2.0rem;
  font-weight: 800;
  color: white;
  font-size: 48px;
  font-size: 48px;
  font-size: 3rem; }

.hero__lead {
  font-size: 1.25em;
  margin-bottom: 24px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 1.5em;
  max-width: 44em;
  margin-bottom: 48px;
  margin-bottom: 48px;
  margin-bottom: 3rem; }

@media screen and (max-width: 575px) {
  .work__button,
  .hire__button {
    min-width: 100%; }
  .work__button {
    margin-bottom: 0.5rem; } }

@media screen and (min-width: 576px) {
  .work__button {
    margin-right: 1rem; } }

.hero .container {
  position: relative;
  padding-top: 24px;
  padding-top: 24px;
  padding-top: 1.5rem;
  z-index: 1; }

.homepage .hero .container:after {
  content: '';
  width: 100%;
  height: 95%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='%23a70c0c' fill-opacity='0.6'%3E%3Cpolygon fill-rule='evenodd' points='8 4 12 6 8 8 6 12 4 8 0 6 4 4 6 0 8 4'/%3E%3C/g%3E%3C/svg%3E");
  z-index: -1; }

@media screen and (min-width: 1024px) {
  .homepage .hero .container:after {
    max-width: 45%; } }

/*======================================
=            Call-to-action            =
======================================*/
.cta {
  width: 100%;
  padding: 24px 0;
  padding: 24px 0;
  padding: 1.5rem 0;
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
  background-color: #112330;
  -webkit-font-smoothing: antialiased;
  -mozx-font-smoothing: grayscale;
  padding: 48px 0;
  padding: 48px 0;
  padding: 3rem 0;
  padding: 96px 0;
  padding: 96px 0;
  padding: 6rem 0; }

.cta__container {
  max-width: 1056px;
  max-width: 1056px;
  max-width: 66rem;
  margin: 0 auto; }

.cta__title {
  font-weight: 800;
  line-height: 1;
  margin-bottom: 24px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 48px;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 800; }

.cta__link {
  font-weight: 800;
  line-height: 1;
  margin-bottom: 24px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 48px;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 800;
  color: #ee2222;
  text-decoration: underline;
  transition: all .2s; }
  .cta__link:hover {
    color: #C60307; }

@media screen and (min-width: 1920px) {
  .cta__title,
  .cta__link {
    font-size: 4.44444rem; } }

.cta__button {
  background-color: #C60307;
  color: white;
  border: none;
  padding: 16px 48px;
  padding: 16px 48px;
  padding: 1rem 3rem;
  transition: all .2s;
  font-size: inherit;
  font-weight: 800;
  border-radius: 0.25rem;
  cursor: pointer; }
  .cta__button:hover {
    background-color: red;
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .cta__button:active {
    background-color: #C60307;
    -ms-transform: translateY(1px);
    transform: translateY(1px); }

/*==============================
=            Footer            =
==============================*/
.btn-subscribe {
  padding: 6px 12px;
  padding: 6px 12px;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-weight: bold;
  background-color: #dae0e5;
  border: #dae0e5 1px solid; }

.main-footer address a {
  color: #C60307; }

.main-footer .address-box address {
  min-height: auto;
  min-height: 96px;
  min-height: 96px;
  min-height: 6rem; }

.main-footer p a {
  color: #C60307; }

.main-footer .address-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
  padding-bottom: 48px;
  padding-bottom: 48px;
  padding-bottom: 3rem; }

/*=======================================
=             Social Links              =
=======================================*/
.social-links {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  background-color: black;
  color: white;
  padding: 16px 0;
  padding: 16px 0;
  padding: 1rem 0;
  vertical-align: baseline;
  z-index: 10000; }
  .social-links a {
    text-decoration: none;
    color: inherit;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    white-space: nowrap; }
    .social-links a:hover {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  .social-links i {
    margin: 4px;
    margin: 4px;
    margin: 0.25rem; }

@supports (display: flex) {
  .social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (min-width: 1024px) and (min-height: 600px) {
  .social-links {
    width: auto;
    padding: 0.25rem 0;
    left: auto;
    right: 0;
    text-align: initial;
    -ms-flex-direction: row;
    flex-direction: row;
    color: white;
    background-color: #C60307; }
    .social-links .label {
      padding: 0.25rem; }
      .social-links .label i {
        margin: 0.125rem auto;
        padding: 0.25rem; }
  @supports (writing-mode: vertical-lr) {
    .social-links {
      right: 1rem;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      bottom: 65%;
      -ms-transform: translateY(50%);
      transform: translateY(50%);
      padding: 0.5rem;
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }
      .social-links a,
      .social-links i,
      .social-links span {
        padding: 0; }
      .social-links .contact-link {
        padding-top: 1.5rem; }
    .homepage .social-links {
      bottom: 68%; }
    .innerpage .social-links {
      bottom: 56%; } } }

@media all and (-ms-high-contrast: none) {
  .social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 3rem;
    right: 0;
    background-color: #C60307;
    bottom: 50% !important;
    -ms-transform: translateY(50%);
    transform: translateY(50%); }
    .social-links .scoail-link {
      margin-top: 0.25rem; }
    .social-links .contact-link {
      margin-top: 1rem; }
      .social-links .contact-link .label {
        display: none;
        visibility: hidden;
        clip: rect(0, 0, 0, 0); } }

/*================================
=            Services            =
================================*/
.service__title {
  padding-bottom: 4px;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  border-bottom: 4px solid #ced4da;
  border-bottom: 4px solid #ced4da;
  border-bottom: 0.25rem solid #ced4da; }

.servicespage .section__title {
  padding-top: 48px;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 24px;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  font-size: 48px;
  font-size: 48px;
  font-size: 3.0rem; }

.servicepage .casestudies {
  padding-bottom: 48px;
  padding-bottom: 48px;
  padding-bottom: 3rem; }

.servicepage .casestudy__preview {
  transition: all .2s ease-in-out; }
  .servicepage .casestudy__preview:hover {
    -ms-transform: translate(0.5rem, -0.5rem);
    transform: translate(0.5rem, -0.5rem);
    box-shadow: -0.5rem 0.5rem 0 #adb5bd;
    cursor: pointer; }

.servicespage .service {
  margin-bottom: 24px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: flex-column;
  flex-direction: flex-column;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  -ms-flex-align: start;
  align-items: flex-start; }
  .servicespage .service .service-img {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
    .servicespage .service .service-img img {
      display: block;
      margin: 0 auto;
      max-width: 60px; }
  .servicespage .service .service-desc {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

@media screen and (min-width: 768px) {
  .servicespage .service {
    -ms-flex-direction: row;
    flex-direction: row; } }

@media screen and (min-width: 1200px) {
  .servicespage .service {
    -ms-flex-align: center;
    align-items: center; } }

/*===================================
=            Recent Work            =
===================================*/
.recentwork {
  padding-top: 16px;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 16px;
  padding-bottom: 1rem; }

.recentwork__title {
  font-size: 32px;
  font-size: 32px;
  font-size: 2.0rem;
  margin-bottom: 24px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.recentwork__sidebar,
.recentwork__list {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.recentwork__sidebar a:hover {
  text-decoration: none; }

.recentwork .item__title {
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem; }

.recentwork .sidebar__link {
  display: inline-block;
  position: relative;
  margin-top: 48px;
  margin-top: 48px;
  margin-top: 3rem;
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.sidebar__item {
  padding: 8px 0;
  padding: 8px 0;
  padding: 0.5rem 0;
  border-bottom: 0.125em solid #ced4da;
  transition: all .15s ease-in-out; }
  .sidebar__item:hover {
    cursor: pointer;
    -ms-transform: scale(1.125);
    transform: scale(1.125); }
  .sidebar__item .item__title {
    margin-bottom: 8px;
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }

@media (min-width: 768px) {
  .sidebar__item {
    padding: 1rem 0 0; }
    .sidebar__item .item__title {
      margin-bottom: 1rem; } }

.recentwork__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch; }

.list__item {
  display: inline-block;
  float: left;
  position: relative;
  box-sizing: border-box;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  transition: all .2s ease-in-out;
  margin-bottom: 16px;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .list__item:hover {
    -ms-transform: translate(0.5rem, -0.5rem);
    transform: translate(0.5rem, -0.5rem);
    box-shadow: -0.5rem 0.5rem 0 #adb5bd;
    cursor: pointer; }
  .list__item .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity .2s;
    color: white;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
  .list__item:hover .overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

@media (min-width: 576px) {
  .list__item {
    margin: 1rem;
    min-height: 10rem;
    -ms-flex-preferred-size: calc(50% - (1rem * 2));
    flex-basis: calc(50% - (1rem * 2)); } }

@media (min-width: 1200px) {
  .list__item {
    min-height: 15rem; }
  .servicepage .list__item {
    -ms-flex-preferred-size: calc(33.33333% - (1rem * 2));
    flex-basis: calc(33.33333% - (1rem * 2)); } }

.item__thumbnail {
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #C60307; }

/*================================
=            Projects            =
================================*/
.projectspage .project {
  position: relative;
  padding-top: 48px;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 48px;
  padding-bottom: 3rem;
  background-color: #C60307;
  color: white;
  overflow: hidden;
  min-height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center; }
  .projectspage .project .row {
    -ms-flex-align: center;
    align-items: center; }

.project .project__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.project__title {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  font-size: 48px;
  font-size: 48px;
  font-size: 3.0rem;
  letter-spacing: -0.025em; }

.project__link {
  text-decoration: none;
  color: inherit; }
  .project__link:hover {
    text-decoration: none; }

.project__tags {
  margin: 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }

.project__stats {
  margin-top: 16px;
  margin-top: 16px;
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: start; }
  .project__stats .stat {
    display: inline-block; }
    .project__stats .stat * {
      margin: 0; }

@media screen and (max-width: 992px) {
  .projectspage .project__quote,
  .projectspage .project__stats {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    clip: rect(0, 0, 0, 0); } }

.project__meta {
  width: 100%;
  left: 0;
  bottom: 0;
  color: white;
  background-color: #85060E;
  -webkit-font-smoothing: antialiased;
  -mozx-font-smoothing: grayscale;
  padding: 1em 0;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }
  .project__meta ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .project__meta li {
    display: inline-block;
    padding-right: 16px;
    padding-right: 16px;
    padding-right: 1rem;
    padding-right: 16px;
    padding-right: 16px;
    padding-right: 1rem; }
  .project__meta a {
    color: inherit; }

.meta__title {
  font-weight: 800;
  margin: 0;
  font-size: 1.6em; }
  .meta__title + p {
    font-weight: 400;
    margin: 0; }

.projectpage article img {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 48px;
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 48px;
  margin-bottom: 48px;
  margin-bottom: 3rem; }

/*============================
=            Team            =
============================*/
.profile__image {
  max-width: 100%;
  transition: all .2s ease-in-out; }

.profile__name {
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 16px;
  margin-top: 16px;
  margin-top: 1rem; }

@media screen and (min-width: 300px) {
  .team__profile_wrap {
    -ms-flex-pack: center;
    justify-content: center; }
    .team__profile_wrap .team__profile {
      -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }

@media screen and (min-width: 576px) {
  .team__profile_wrap {
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .team__profile_wrap .team__profile {
      -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }

@media screen and (min-width: 992px) {
  .team__profile_wrap {
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .team__profile_wrap .team__profile {
      -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }

@media screen and (min-width: 1200px) {
  .team__profile_wrap {
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .team__profile_wrap .team__profile {
      -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }

/**
stylesheet for generic classes.
**/
.bg-dark {
  color: #FFF; }

body.scrolled.wn .site-header {
  background-color: #FFF; }

body.scrolled .site-header {
  background-color: rgba(0, 0, 0, 0.85); }

.wn {
  margin-top: 145px; }
  .wn .site-header {
    position: fixed;
    background-color: #FFF;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 32px 0;
    padding: 32px 0;
    padding: 2rem 0; }
    .wn .site-header .navbar-nav .nav-item .nav-link, .wn .site-header .tel-link {
      color: #939090; }

.site-header {
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  padding: 32px 0;
  padding: 32px 0;
  padding: 2rem 0; }
  .site-header .navbar-nav .nav-item .nav-link {
    color: #fff; }
  .site-header .row {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
  .site-header p {
    color: #BE1622;
    font-size: 24px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold; }
  .site-header .tel-link {
    color: #FFF;
    font-size: 24px;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold; }

@media (min-width: 768px) {
    .site-header .float-md-right {
        margin-right: 50px;
    }
}
@media (min-width: 1024px) {
    .site-header .float-md-right {
        margin-right: 0;
    }
}

@media screen and (min-width: 768px) {
  .site-header .container-fluid, .site-header .container-sm, .site-header .container-md, .site-header .container-lg, .site-header .container-xl {
    width: 90%;
    margin-right: auto;
    margin-left: auto; } }

.carousel-section h1 {
  color: #FFF;
  font-size: 40px;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: 'Lato';
  line-height: 1.2;
  font-weight: normal;
  font-size: 50px;
  font-size: 50px;
  font-size: 3.125rem; }

.button-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.button-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .button-col .btn-outline {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    font-size: 18px;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    padding: 12px 0;
    padding: 12px 0;
    padding: .75rem 0;
    color: #FFF;
    text-align: center;
    border: #FFF solid 2px;
    border-radius: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 2%;
    margin-bottom: 16px;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .button-col .btn-outline:last-of-type {
      margin-bottom: 40px;
      margin-bottom: 40px;
      margin-bottom: 2.5rem; }

@media screen and (min-width: 576px) {
  .button-col .btn-outline {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 48%; } }

@media screen and (min-width: 768px) {
  .button-col {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media screen and (min-width: 768px) {
  .button-col .btn-outline {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 1rem;
    margin-bottom: 0rem;
    font-size: 1.125rem; } }

@media screen and (min-width: 992px) {
  .button-col .btn-outline {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
    max-width: initial; }
    .button-col .btn-outline:last-of-type {
      margin-bottom: 0rem; } }

.carousel-section .owl-item .item .flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%; }
  .carousel-section .owl-item .item .flex-wrapper .row {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

.carousel-section .owl-item .item .content-row, .carousel-section .owl-item .item .btn-row {
  -ms-flex-align: center;
  align-items: center; }

.carousel-section .gradient-box {
  position: absolute;
  left: 0;
  background-image: url("/assets/images/backgrounds/gradient-box-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  padding: 40px;
  padding: 40px;
  padding: 2.5rem; }

.carousel-section .customer-box {
  position: absolute;
  right: 64px;
  right: 64px;
  right: 4rem;
  bottom: 16px;
  bottom: 16px;
  bottom: 1rem;
  text-align: center; }
  .carousel-section .customer-box img {
    width: auto;
    margin: 0 auto 16px auto;
    margin: 0 auto 16px auto;
    margin: 0 auto 1rem auto;
    display: none; }
  .carousel-section .customer-box a {
    color: #FFF;
    text-decoration: underline; }

.carousel-section h1.title {
  margin-bottom: 16px;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    .carousel-section h1.title {
      margin-bottom: 32px;
      margin-bottom: 2rem; } }

.carousel-section h2.title {
  margin-bottom: 32px;
  margin-bottom: 32px;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .carousel-section h2.title {
      margin-bottom: 64px;
      margin-bottom: 4rem; } }

.carousel-section .title {
  color: #FFF;
  font-family: 'Lato';
  line-height: 1;
  font-weight: normal;
  font-size: 30px;
  font-size: 24px;
  font-size: 1.5rem; }

@media screen and (min-width: 768px) {
  .carousel-section .gradient-box {
    padding: 3.75rem; } }

@media screen and (min-width: 768px) {
  .carousel-section .customer-box img {
    display: block; } }

@media screen and (min-width: 768px) {
  .carousel-section .title {
    font-size: 2.5rem; } }

.masthead-home {
  padding: 74px 0;
  padding: 74px 0;
  padding: 4.625rem 0;
  background-color: rgba(223, 223, 223, 0.25); }
  .masthead-home .title {
    font-size: 40px;
    font-size: 40px;
    font-size: 2.5rem;
    color: #939090;
    line-height: 1.2;
    font-family: 'Lato';
    font-weight: normal;
    margin-bottom: 78px;
    margin-bottom: 78px;
    margin-bottom: 4.875rem; }
  .masthead-home .button-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .masthead-home .button-wrap .btn-masthead {
      -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      border: #939090 2px solid;
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      margin-right: 48px;
      margin-right: 48px;
      margin-right: 3rem;
      border-radius: none;
      color: #939090;
      font-weight: normal; }

.our-work-home {
  background-color: rgba(223, 223, 223, 0.25);
  padding-top: 0px;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 110px; }
  .our-work-home .our-work-wrap {
    width: 100%;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    .our-work-home .our-work-wrap .work-card {
      -ms-flex-preferred-size: 98%;
      flex-basis: 98%;
      max-width: 98%;
      background: #FFF;
      margin-bottom: 64px;
      margin-bottom: 64px;
      margin-bottom: 4rem; }
      .our-work-home .our-work-wrap .work-card .work-logo-wrap {
        height: 185px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center; }
      .our-work-home .our-work-wrap .work-card .work--line {
        width: 90%;
        height: 2px;
        background: #dfdfdf;
        margin: auto; }
      .our-work-home .our-work-wrap .work-card .title {
        font-size: 32px;
        text-align: center;
        margin: 48px auto;
        margin: 48px auto;
        margin: 3rem auto;
        width: 90%;
        font-weight: 300;
        color: #939090;
        line-height: 1.3; }

@media screen and (min-width: 576px) {
  .our-work-home .our-work-wrap {
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (min-width: 768px) {
  .our-work-home .our-work-wrap {
    width: 90%;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 1200px) {
  .our-work-home .our-work-wrap {
    width: 80%; } }

@media screen and (min-width: 576px) {
  .our-work-home .our-work-wrap .work-card {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
    margin-bottom: 2rem; }
    .our-work-home .our-work-wrap .work-card:nth-of-type(odd) {
      margin-right: 1rem; } }

@media screen and (min-width: 768px) {
  .our-work-home .our-work-wrap .work-card {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
    margin-bottom: 2rem; } }

@media screen and (min-width: 992px) {
  .our-work-home .our-work-wrap .work-card {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    max-width: 32%;
    margin-bottom: 1.5rem; } }

.client-strip-section {
  padding-top: 48px;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 48px;
  padding-bottom: 3rem; }
  .client-strip-section .client-logo-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .client-strip-section .client-logo-wrap .client-logo-item {
      margin-bottom: 40px;
      margin-bottom: 40px;
      margin-bottom: 2.5rem; }

@media screen and (min-width: 992px) {
  .client-strip-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; } }

@media screen and (min-width: 992px) {
  .client-strip-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem; } }

@media screen and (min-width: 768px) {
  .client-strip-section .client-logo-wrap .client-logo-item {
    margin-right: 3rem; } }

@media screen and (min-width: 992px) {
  .client-strip-section .client-logo-wrap .client-logo-item {
    margin-bottom: 2rem;
    margin-right: 5rem; } }

.main-footer {
  background-image: url("/assets/images/backgrounds/footer-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 48px;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 32px;
  padding-bottom: 32px;
  padding-bottom: 2rem; }
  .main-footer .footer-logo {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 24px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  .main-footer .address--item {
    color: #FFF;
    margin-bottom: 32px;
    margin-bottom: 32px;
    margin-bottom: 2rem; }
  .main-footer .footer-items-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%; }
    .main-footer .footer-items-wrap .footer-address-col {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .main-footer .footer-items-wrap .footer-address-col .address--item {
        width: 100%;
        float: initial; }
    .main-footer .footer-items-wrap .footer-nav-col {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
  .main-footer .footer-nav-nav {
    list-style: none;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .main-footer .footer-nav-nav .footer-nav-item {
      margin-bottom: 4px;
      margin-bottom: 4px;
      margin-bottom: .25rem;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .main-footer .footer-nav-nav .footer-nav-link {
      color: #FFF;
      text-decoration: none; }
  .main-footer .footer-nav-col .main-nav-item {
    margin-bottom: 16px;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .main-footer .footer-nav-col .main-nav-item .footer-nav-nav:first-of-type {
      border-bottom: none; }
  .main-footer .footer-nav-col .other-nav-item .footer-nav-nav {
    border-bottom: none;
    padding-bottom: 0; }
  .main-footer .footer-nav-col .footer-social-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #FFF;
    padding-top: 32px;
    padding-top: 32px;
    padding-top: 2rem; }
    .main-footer .footer-nav-col .footer-social-bar img {
      margin-right: 12px;
      margin-right: 12px;
      margin-right: .75rem; }
      .main-footer .footer-nav-col .footer-social-bar img:last-of-type {
        margin-right: 0; }
    .main-footer .footer-nav-col .footer-social-bar p {
      margin-bottom: 0; }
      .main-footer .footer-nav-col .footer-social-bar p:first-of-type {
        margin-right: 24px;
        margin-right: 24px;
        margin-right: 1.5rem; }
      .main-footer .footer-nav-col .footer-social-bar p:last-of-type {
        margin-left: 24px;
        margin-left: 24px;
        margin-left: 1.5rem; }
    .main-footer .footer-nav-col .footer-social-bar a {
      color: #FFF;
      text-decoration: none; }

@media screen and (min-width: 768px) {
  .main-footer {
    padding-top: 7.8125rem;
    padding-bottom: 6.25rem; } }

@media screen and (min-width: 768px) {
  .main-footer .footer-logo {
    margin-bottom: 2rem; } }

@media screen and (min-width: 992px) {
  .main-footer .footer-logo {
    margin-bottom: 4rem; } }

@media screen and (min-width: 992px) {
  .main-footer .footer-items-wrap {
    width: 90%;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 576px) {
  .main-footer .footer-items-wrap .footer-address-col .address--item {
    width: 50%;
    float: left; } }

@media screen and (min-width: 992px) {
  .main-footer .footer-items-wrap .footer-address-col {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; }
    .main-footer .footer-items-wrap .footer-address-col .address--item {
      width: 100%;
      float: initial; } }

@media screen and (min-width: 992px) {
  .main-footer .footer-items-wrap .footer-nav-col {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%; } }

@media screen and (min-width: 992px) {
  .main-footer .footer-nav-nav .footer-nav-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; } }

@media screen and (min-width: 992px) {
  .main-footer .footer-nav-col .main-nav-item {
    margin-bottom: 4rem; } }

@media screen and (min-width: 992px) {
  .main-footer .footer-nav-col .main-nav-item .footer-nav-nav:first-of-type {
    border-bottom: 1px solid #FFF;
    padding-bottom: .5rem;
    margin-bottom: 1rem; } }

@media screen and (min-width: 992px) {
  .main-footer .footer-nav-col .other-nav-item .footer-nav-nav {
    border-bottom: 1px solid #FFF;
    padding-bottom: 1rem; } }

.alternate-banner-section {
  height: 350px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .alternate-banner-section .customer-box {
    position: absolute;
    right: 32px;
    right: 32px;
    right: 2rem;
    bottom: 32px;
    bottom: 32px;
    bottom: 2rem; }
  .alternate-banner-section .banner-text-wrap {
    background-image: url("/assets/images/site/title-background.png");
    position: absolute;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 24px;
    padding: 24px;
    padding: 1.5rem; }
    .alternate-banner-section .banner-text-wrap h1.title {
      color: #FFF;
      font-weight: 300;
      margin-bottom: 8px;
      margin-bottom: 8px;
      margin-bottom: .5rem;
      font-size: 30px;
      line-height: 1.2; }
    .alternate-banner-section .banner-text-wrap .subtitle {
      color: #FFF;
      font-size: 25px;
      line-height: 1.2;
      font-weight: 300;
      margin-bottom: 24px;
      margin-bottom: 24px;
      margin-bottom: 1.5rem; }

@media screen and (min-width: 768px) {
  .alternate-banner-section {
    height: 450px; } }

@media screen and (min-width: 1920px) {
  .alternate-banner-section {
    height: 638px; } }

@media screen and (min-width: 768px) {
  .alternate-banner-section .banner-text-wrap {
    padding: 30px 40px 40px 65px; } }

@media screen and (min-width: 992px) {
  .alternate-banner-section .banner-text-wrap {
    padding: 40px 50px 50px 95px;
    padding-right: 10rem; } }

@media screen and (min-width: 768px) {
  .alternate-banner-section .banner-text-wrap h1.title {
    font-size: 40px; } }

@media screen and (min-width: 768px) {
  .alternate-banner-section .banner-text-wrap .subtitle {
    font-size: 40px; } }

.service-intro-section {
  padding-top: 50px;
  padding-bottom: 40px; }
  .service-intro-section .service-introduction--wrap {
    display: block; }
    .service-intro-section .service-introduction--wrap .service-intro-col {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .service-intro-section .service-introduction--wrap .service-intro-col .title {
        color: #C60307;
        font-weight: 300;
        font-size: 32px;
        font-size: 32px;
        font-size: 2rem;
        margin-bottom: 24px;
        margin-bottom: 24px;
        margin-bottom: 1.5rem; }
    .service-intro-section .service-introduction--wrap .service-content-col {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .service-intro-section .service-introduction--wrap .service-content-col p {
        font-size: 22px;
        color: #939090;
        line-height: 1.4;
        margin-bottom: 32px;
        margin-bottom: 32px;
        margin-bottom: 2rem;
        font-weight: 300; }
        .service-intro-section .service-introduction--wrap .service-content-col p:last-of-type {
          margin-bottom: 48px;
          margin-bottom: 48px;
          margin-bottom: 3rem; }
  .service-intro-section .service-intro--btn-wrap .quote-btn {
    height: 55px;
    color: #C60307;
    border: 1px solid #C60307;
    min-height: 55px;
    width: 256px;
    font-size: 18px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    margin-right: 0;
    margin-bottom: 16px;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  .service-intro-section .service-intro--btn-wrap .text-btn {
    color: #939090;
    font-size: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    display: block; }

@media screen and (min-width: 768px) {
  .service-intro-section {
    padding-top: 105px;
    padding-bottom: 93px; } }

@media screen and (min-width: 768px) {
  .service-intro-section .service-introduction--wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 90%;
    margin: auto; } }

@media screen and (min-width: 768px) {
  .service-intro-section .service-introduction--wrap {
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .service-intro-section .service-introduction--wrap .service-intro-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media screen and (min-width: 992px) {
  .service-intro-section .service-introduction--wrap .service-intro-col {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%; } }

@media screen and (min-width: 768px) {
  .service-intro-section .service-introduction--wrap .service-intro-col .title {
    font-size: 40px;
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .service-intro-section .service-introduction--wrap .service-content-col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media screen and (min-width: 992px) {
  .service-intro-section .service-introduction--wrap .service-content-col {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%; } }

@media screen and (min-width: 768px) {
  .service-intro-section .service-intro--btn-wrap .quote-btn {
    margin-right: 2.75rem;
    margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .service-intro-section .service-intro--btn-wrap .text-btn {
    display: inline;
    font-size: 22px; } }

.service-content-section {
  background-size: cover;
  background-position: top;
  padding-top: 48px;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 48px;
  padding-bottom: 48px;
  padding-bottom: 3rem; }

@media screen and (min-width: 768px) {
  .service-content-section {
    padding-top: 6.5rem;
    padding-bottom: 5.25rem; } }

@media screen and (min-width: 992px) {
  .service-content-section {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem; } }

.service-content-item-wrap {
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .service-content-item-wrap {
    column-gap:3%; } }
  .service-content-item-wrap .service-content-item {
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 48px;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .service-content-item-wrap .service-content-item .title-wrap {
      -ms-flex-positive: 1;
      flex-grow: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .service-content-item-wrap .service-content-item .title {
      color: #FFF;
      margin-bottom: 24px;
      font-size: 32px;
      font-weight: 400; }
    .service-content-item-wrap .service-content-item p {
      color: #FFF; }

@media screen and (min-width: 992px) {
  .service-content-item-wrap {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto; } }

@media screen and (min-width: 768px) {
  .service-content-item-wrap .service-content-item {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    max-width: 47%;
    margin-bottom: 3.5rem; } }

@media screen and (min-width: 992px) {
  .service-content-item-wrap .service-content-item {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    max-width: 31%;
    margin-bottom: 6.25rem; } }

.client-logo-item {
  text-align: center;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%; }

@media screen and (min-width: 768px) {
  .client-logo-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }

@media screen and (min-width: 992px) {
  .client-logo-item {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%; } }

@media screen and (min-width: 1200px) {
  .client-logo-item {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; } }

.service-tpl .client-strip-section .title {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 40px;
  margin-bottom: 40px;
  margin-bottom: 2.5rem; }

@media screen and (min-width: 992px) {
  .service-tpl .client-strip-section .title {
    font-size: 40px;
    margin-bottom: 3.5rem; } }

.testimonial-section-w-image .testimonial--wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.testimonial-section-w-image .testimonial-item {
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .testimonial-section-w-image .testimonial-item .testimonial--content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-top: 48px;
    padding-top: 3rem;
    padding-bottom: 48px;
    padding-bottom: 48px;
    padding-bottom: 3rem;
    margin-bottom: 32px;
    margin-bottom: 32px;
    margin-bottom: 2rem; }
  .testimonial-section-w-image .testimonial-item .testimonial--img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .testimonial-section-w-image .testimonial-item h3 {
    color: #FFF;
    line-height: 1.2;
    font-weight: 300;
    font-size: 32px;
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 24px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  .testimonial-section-w-image .testimonial-item .testimonial-text-wrap {
    font-size: 20px;
    font-size: 20px;
    font-size: 1.25rem; }
  .testimonial-section-w-image .testimonial-item .testimonial-cite-wrap cite {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem; }

@media screen and (min-width: 992px) {
  .testimonial-section-w-image .testimonial--wrap {
    max-width: 90%; } }

@media screen and (min-width: 992px) {
  .testimonial-section-w-image .testimonial-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 576px) {
  .testimonial-section-w-image .testimonial-item .testimonial--content {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; } }

@media screen and (min-width: 992px) {
  .testimonial-section-w-image .testimonial-item .testimonial--content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-bottom: 0;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%; } }

@media screen and (min-width: 576px) {
  .testimonial-section-w-image .testimonial-item .testimonial--img {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; } }

@media screen and (min-width: 992px) {
  .testimonial-section-w-image .testimonial-item .testimonial--img {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%; } }

@media screen and (min-width: 992px) {
  .testimonial-section-w-image .testimonial-item h3 {
    font-size: 2.5rem;
    margin-bottom: 0; } }

@media screen and (min-width: 992px) {
  .testimonial-section-w-image .testimonial-item .testimonial-text-wrap {
    font-size: 1.875rem; } }

@media screen and (min-width: 992px) {
  .testimonial-section-w-image .testimonial-item .testimonial-cite-wrap cite {
    font-size: 1.25rem; } }

.square-btn {
  height: 55px;
  color: #C60307;
  border: 1px solid #C60307;
  min-height: 55px;
  font-size: 18px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  padding-right: 32px;
  padding-right: 32px;
  padding-right: 2rem;
  padding-left: 32px;
  padding-left: 32px;
  padding-left: 2rem; }

.contact--section {
  padding-top: 48px;
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 64px;
  padding-bottom: 64px;
  padding-bottom: 4rem; }
  .contact--section .container-fluid, .contact--section .container-sm, .contact--section .container-md, .contact--section .container-lg, .contact--section .container-xl {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto; }
  .contact--section .title {
    color: #C60307;
    font-size: 24px;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 32px;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-weight: 300; }
  .contact--section a {
    color: #C60307;
    font-weight: 300; }
  .contact--section p {
    color: #939090;
    font-weight: 300;
    font-size: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 24px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-weight: 300; }
  .contact--section .row {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .contact--section .col {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    padding: 0 32px;
    padding: 0 32px;
    padding: 0 2rem; }

@media screen and (min-width: 768px) {
  .contact--section {
    padding-top: 7.5rem;
    padding-bottom: 9.5rem; } }

@media screen and (min-width: 992px) {
  .contact--section {
    padding-top: 11.5rem;
    padding-bottom: 12.5rem; } }

@media screen and (min-width: 768px) {
  .contact--section .title {
    font-weight: 400;
    font-size: 2rem; } }

@media screen and (min-width: 768px) {
  .contact--section p {
    font-weight: 300;
    font-size: 2rem; } }

.work-content-section-image {
  padding: 32px 0;
  padding: 32px 0;
  padding: 2rem 0; }
  .work-content-section-image .img--wrap {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center; }

.work-content-section-content-noimage {
  padding-top: 56px;
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  color: #939090; }
  .work-content-section-content-noimage .title {
    font-size: 24px;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 32px;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-weight: 400; }
  .work-content-section-content-noimage p, .work-content-section-content-noimage ul, .work-content-section-content-noimage li {
    font-size: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 24px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-weight: 400; }

@media screen and (min-width: 768px) {
  .work-content-section-content-noimage {
    padding-top: 7.75rem;
    padding-bottom: 7.8125rem; } }

@media screen and (min-width: 768px) {
  .work-content-section-content-noimage .title {
    font-size: 1.875rem; } }

@media screen and (min-width: 768px) {
  .work-content-section-content-noimage p {
    font-size: 22px; } }

@media screen and (min-width: 768px) {
  .work-content-section-content-noimage ul, .work-content-section-content-noimage li {
    font-size: 22px; } }

.work-content-section-content-image {
  padding-top: 56px;
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
  color: #939090; }
  .work-content-section-content-image .content--wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
    .work-content-section-content-image .content--wrap .img--wrap {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    .work-content-section-content-image .content--wrap div {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .work-content-section-content-image .content--wrap div p:last-of-type {
        margin-bottom: 0; }
  .work-content-section-content-image .title {
    font-size: 24px;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 32px;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    font-weight: 400; }
  .work-content-section-content-image p {
    font-size: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 24px;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    font-weight: 400; }

@media screen and (min-width: 768px) {
  .work-content-section-content-image {
    padding-top: 7.75rem;
    padding-bottom: 7.8125rem; } }

@media screen and (min-width: 768px) {
  .work-content-section-content-image .content--wrap .img--wrap {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%; } }

@media screen and (min-width: 768px) {
  .work-content-section-content-image .content--wrap div {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%; } }

@media screen and (min-width: 768px) {
  .work-content-section-content-image .content--wrap {
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .work-content-section-content-image .content--wrap .img--wrap {
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
      max-width: 40%;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
    .work-content-section-content-image .content--wrap div {
      -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
      max-width: 55%; } }

@media screen and (min-width: 992px) {
  .work-content-section-content-image .content--wrap .img--wrap {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .work-content-section-content-image .content--wrap div {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%; } }

@media screen and (min-width: 768px) {
  .work-content-section-content-image .title {
    font-size: 1.875rem; } }

@media screen and (min-width: 768px) {
  .work-content-section-content-image p {
    /* font-size: 1.375rem;*/
    font-size: 22px;
    } }

.work-content-section-repeater {
  padding-top: 56px;
  padding-top: 56px;
  padding-top: 3.5rem;
  padding-bottom: 56px;
  padding-bottom: 56px;
  padding-bottom: 3.5rem; }

@media screen and (min-width: 768px) {
  .work-content-section-repeater {
    padding-top: 7.75rem;
    padding-bottom: 7.8125rem; } }

.repeater--wrap .repeater-item {
  color: #939090;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem; }
  .repeater--wrap .repeater-item .title {
    font-size: 24px;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 48px;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    font-weight: 400; }
  .repeater--wrap .repeater-item ul {
    list-style: none;
    padding-left: 16px;
    padding-left: 16px;
    padding-left: 1rem; }
    .repeater--wrap .repeater-item ul li {
      font-weight: 400;
      position: relative;
      margin-bottom: 16px;
      margin-bottom: 16px;
      margin-bottom: 1rem; }
      .repeater--wrap .repeater-item ul li:before {
        content: '-';
        position: absolute;
        left: -16px;
        left: -16px;
        left: -1rem;
        top: 0;
        bottom: 0; }

.repeater--wrap.rows-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .repeater--wrap.rows-2 .repeater-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

.repeater--wrap.rows-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .repeater--wrap.rows-3 .repeater-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

.repeater--wrap.rows-4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .repeater--wrap.rows-4 .repeater-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

@media screen and (min-width: 768px) {
  .repeater--wrap .repeater-item {
    font-size: 1.375rem; } }

@media screen and (min-width: 768px) {
  .repeater--wrap .repeater-item .title {
    font-size: 1.875rem; } }

@media screen and (min-width: 768px) {
  .repeater--wrap.rows-2 {
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .repeater--wrap.rows-2 .repeater-item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%; } }

@media screen and (min-width: 768px) {
  .repeater--wrap.rows-3 {
    max-width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media screen and (min-width: 768px) {
  .repeater--wrap.rows-3 .repeater-item {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    max-width: 31%; } }

@media screen and (min-width: 768px) {
  .repeater--wrap.rows-4 {
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .repeater--wrap.rows-4 .repeater-item {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    max-width: 23%; } }

.read-more-casestudies-section {
  padding: 80px 0;
  padding: 80px 0;
  padding: 5rem 0;
  background-color: #dfdfdf;
  text-align: center; }
  .read-more-casestudies-section .title {
    text-align: center;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 1.3; }
    .read-more-casestudies-section .title a {
      color: #C60307;
      text-decoration: none; }
      .read-more-casestudies-section .title a:hover {
        text-decoration: underline; }

@media screen and (min-width: 768px) {
  .read-more-casestudies-section {
    padding: 11.25rem 0; } }

.work-introduction-section {
  padding-top: 118px;
  padding-top: 118px;
  padding-top: 7.375rem;
  padding-bottom: 124px;
  padding-bottom: 124px;
  padding-bottom: 7.75rem; }

.work-intro--row {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .work-intro--row .work-intro-col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    font-size: 22px;
    color: #939090;
    line-height: 1.4;
    font-weight: 300; }
    .work-intro--row .work-intro-col p {
      margin-bottom: 48px;
      margin-bottom: 48px;
      margin-bottom: 3rem; }

@media screen and (min-width: 992px) {
  .work-intro--row {
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .work-intro--row .work-intro-col {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%; } }

@media screen and (min-width: 992px) {
  .work-intro--row .work-intro-col {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    max-width: 45%; } }

.carousel-section.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 32px;
  bottom: 32px;
  bottom: 2rem;
  margin-top: 0px;
  left: 40px;
  left: 40px;
  left: 2.5rem;
  right: initial; }
  .carousel-section.owl-theme .owl-nav.disabled + .owl-dots .owl-dot.active span {
    margin: 5px 4px;
    background-color: #FFF; }
  .carousel-section.owl-theme .owl-nav.disabled + .owl-dots .owl-dot span {
    margin: 5px 4px;
    background-color: transparent;
    border: 1px solid #FFF; }

.carousel-section .owl-item .item {
  min-height: 940px;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-position: right; }

@media screen and (min-width: 768px) {
  .carousel-section.owl-theme .owl-nav.disabled + .owl-dots {
    left: 65%;
    right: initial; } }

@media screen and (min-width: 768px) {
  .carousel-section .owl-item .item {
    min-height: 940px;
    background-position: center; } }

.contact-template label {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #939090; }

.standard-main {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.site-header #sm_menu_ham {
  top: -48px;
  top: -48px;
  top: -3rem;
  right: 24px;
  right: 24px;
  right: 1.5rem; }
  .site-header #sm_menu_ham.open span, .site-header #sm_menu_ham span {
    background-color: #000; }

.site-header .sm_menu_outer {
  background-color: #FFF;
  padding-top: 64px;
  padding-top: 64px;
  padding-top: 4rem; }
  .site-header .sm_menu_outer .mobile_menu a {
    letter-spacing: normal; }
  .site-header .sm_menu_outer .mobile_menu li {
    -o-border-image: none;
    border-image: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
    margin-bottom: 16px;
    margin-bottom: 1rem; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  min-width: 160px;
  min-width: 10rem;
  padding: 8px 0;
  padding: 8px 0;
  padding: .5rem 0;
  margin: 2px 0 0;
  margin: 2px 0 0;
  margin: .125rem 0 0;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 0; }
  .dropdown-menu.show {
    display: block; }
    .dropdown-menu.show .dropdown-item {
      padding: 8px 32px 0 8px;
      padding: 8px 32px 0 8px;
      padding: .5rem 2rem 0 .5rem;
      display: block;
      text-transform: uppercase;
      margin-bottom: 16px;
      margin-bottom: 16px;
      margin-bottom: 1rem; }
      .dropdown-menu.show .dropdown-item:last-of-type {
        margin-bottom: 0px;
        margin-bottom: 0px;
        margin-bottom: 0rem; }

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

/**
 * Add any CSS here to override any plugins or frameworks css
 *
 * CSS only Bootstrap config should be done in /styles/modules/_bootstrap-vars.scss
 */
.btn {
  font-weight: 800;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  text-shadow: none;
  padding: 16px 48px;
  padding: 16px 48px;
  padding: 1rem 3rem;
  transition: all .15s ease;
  cursor: pointer; }
  .btn.btn-dark {
    background-color: #112330;
    border-color: #112330; }

#contactForm .btn.btn-primary {
  margin-bottom: 24px;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

/**
 * Add any CSS here to override any plugins or frameworks css
 *
 * CSS only Bootstrap config should be done in /styles/modules/_bootstrap-vars.scss
 */
.btn {
  font-weight: 800;
  font-size: 18px;
  font-size: 1.125rem;
  text-shadow: none;
  padding: 16px 48px;
  padding: 1rem 3rem;
  transition: all .15s ease;
  cursor: pointer; }

.btn.btn-dark {
  background-color: #112330;
  border-color: #112330; }

#contactForm .btn.btn-primary {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.funky-bg-map-section .map-svg-bg {
    min-height: 880px;
    background-position: center;
}

.testimonial-section-w-image .testimonial-item .testimonial-text-wrap::before {
     content: '';   
}
.testimonial-section-w-image .testimonial-item .testimonial-text-wrap::after {
     content: '';   
}


#testimonials-main-carousel .testimonial-carousel--item .animated  {
  -webkit-animation-duration : 3s  ;
  animation-duration : 3s  ;

  -webkit-animation-delay : 500ms  ;
  animation-delay : 500ms  ;
}

#testimonials-main-carousel .testimonial-carousel--item .animate-out {
  -webkit-animation-delay : 0ms  ;
  animation-delay : 0ms  ;
}

.testimonials-main-carousel .item {
  display: flex;
  height: 100%;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  color: #fff !important;
  /* text-align: center; */
}

.testimonials-main-carousel .item h4 {
    font-size: 4rem;
    margin-bottom: 2rem;
    font-weight: normal;
}
.testimonials-main-carousel .item p {
    font-size: 2rem;
    font-weight: normal;
}

.work-intro--row .work-intro-col {
    font-weight: 400;
}
.service-intro-section .service-introduction--wrap .service-content-col p {
    font-weight: 400;
}

.service-intro-section .service-intro--btn-wrap .quote-btn {
    font-weight: 400;
}
.contact--section .square-btn {
    font-weight: 400;    
}

.tandc .standard-content--content-wrap {
    font-size: 18px;
    color: #939090;
    line-height: 1.4;
    font-weight: 400;
}


#testimonial-cards--section.testimonial-cards--section .testimonial-cards-card--wrap {
  max-width: 80%;
    margin: auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between
}
#testimonial-cards--section.testimonial-cards--section {
  
}
#testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap .testimonial-card--item {
  text-align: center;
  padding: 3rem 5rem;
  background: #fff;
  flex-basis: 48%;
  margin-right: 0%;
  margin-bottom: 6rem;
  color: #010101;
  /* box-shadow: rgba(59, 60, 74, 0.2) 0px 0px 40px 0px; */
  box-shadow: 10px 10px 20px #00000029;
}


#testimonials-main-carousel .testimonial-carousel--item {
    max-width: 100%;
    flex-basis: 100%;
}
/* #testimonials-main-carousel .testimonial-carousel--item h1.title {
    font-size: 64px;
    margin-bottom: 3rem;
    font-weight: normal;
} */
/* #testimonials-main-carousel .item .testimonial-carousel--item p {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-weight: normal;
} */
@media screen and (min-width: 768px) {
    #testimonials-main-carousel .testimonial-carousel--item {
        max-width: 70%;
        flex-basis: 70%;
    }
}
@media screen and (min-width: 991px) {
    #testimonials-main-carousel .testimonial-carousel--item {
        max-width: 65%;
        flex-basis: 65%;
    }
}
@media screen and (min-width: 1200px) {
    #testimonials-main-carousel .testimonial-carousel--item {
        max-width: 55%;
        flex-basis: 55%;
    }
}

.cc-revoke.cc-bottom.cc-animate {
    display: none;
}


 .testimonial-carousel--item .pausebtn {
    background: transparent;
    color: #BE1622;
    border: none;
}

#testimonials-main-carousel .testimonial-carousel--flex-wrapper .testimonial-carousel--item.testimonial-carousel--logo {
    flex-basis: 40%;
    max-width: 40%;
}
#testimonials-main-carousel .testimonial-carousel--flex-wrapper {
    justify-content: space-between;
    max-width: 90%;
    margin: auto;
}
#testimonials-main-carousel .testimonial-carousel--item h1.title {
    font-size: 55px;
    font-weight: 300;
    font-style: italic;
    max-width: 100%;
    line-height: 1.1;
    margin-bottom: 40px;
    text-shadow: 1px 1px 1px #000;
}
#testimonials-main-carousel .item .testimonial-carousel--item p {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 300;
    max-width: 100%;
    text-shadow: 1px 1px 1px #000;
}

@media screen and (min-width: 768px) {
    #testimonials-main-carousel .testimonial-carousel--item h1.title {
        max-width: 80%;    
    }
    #testimonials-main-carousel .item .testimonial-carousel--item p {
        max-width: 80%;
    }
    /*  */
    #testimonials-main-carousel .testimonial-carousel--item h1.title,
    #testimonials-main-carousel .item .testimonial-carousel--item p {
        text-shadow: none;
    }
    #testimonials-main-carousel .testimonial-carousel--flex-wrapper .testimonial-carousel--item.testimonial-carousel--logo {
        flex-basis: 15%;
        max-width: 15%;
    }
}
#testimonials-main-carousel.testimonials-main-carousel.carousel-section .owl-item .item {
        min-height: 840px;
        /*max-height: 840px;*/
        height: auto;
    }   
@media screen and (min-width: 991px) {
    #testimonials-main-carousel.testimonials-main-carousel.carousel-section .owl-item .item {
        min-height: 840px;
        /*max-height: 840px;*/
        height: 840px;
    }    
}
#testimonials-main-carousel.testimonials-main-carousel .item {
    justify-content: flex-start;
}
#testimonials-main-carousel .testimonial-carousel--item {
    margin-top: 6.75rem;
}
#testimonials-main-carousel .testimonial-carousel--item p:last-of-type{
    margin-top: 40px;
}

#testimonial-cards--section {
    padding-top: 5.8125rem;
    text-align: center;
    background-color: #DFDFDF40;
}
#testimonial-cards--section .title {
    color: #939090;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 4rem;
}



 #testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap {
        display: block;
    }
  .testimonial-cards--wrap---wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
  }
  .testimonial-cards--wrap---wrap .testimonial-cards--wrap {
      flex-basis: 94%;
      max-width: 94%;
  }

@media screen and (min-width: 768px) {
    .testimonial-cards--wrap---wrap {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .testimonial-cards--wrap---wrap .testimonial-cards--wrap {
        flex-basis: 46%;
        max-width: 46%;
    }
}
    #testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap .testimonial-card--item {
        padding: 50px 68px;
    }
    #testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap .testimonial-card--item .img-wrap {
        min-height: 135px;
        margin-bottom: 50px;   
    }
    #testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap .testimonial-card--item .content-wrap h4 {
        color: rgba(0,0,0,.6);
        font-size: 22px;
        font-weight: normal;
        margin-bottom: 1rem;
    }
    #testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap .testimonial-card--item .deet-wrap {
        margin-bottom: 1.5rem;
    }
    #testimonial-cards--section.testimonial-cards--section #testimonial-cards--wrap .testimonial-card--item .deet-wrap p:last-of-type {
        margin-bottom: 0;
    }
    @media screen and (min-width: 768px) {
         #testimonials-main-carousel .testimonial-carousel--item h1.title.light-quote::before {
            content: '“';
            font-family: 'New Peninim MT', 'Brush Script MT';
            font-weight: normal;
            position: absolute;
            font-size: 350px;
            color: rgba(187, 205, 148, .42);
            top: 0;
            left: 0;
        }
        #testimonials-main-carousel .testimonial-carousel--item h1.title.dark-quote::before {
            content: '“';
            font-family: 'New Peninim MT', 'Brush Script MT';
            font-weight: normal;
            position: absolute;
            font-size: 350px;
            color: rgba(223, 116, 166, .42);
            top: 0;
            left: 0;
        }  
    } 
    
    
.testimonial---card {
    padding: 50px 68px;
}
.testimonial---card .img-wrap {
    min-height: 135px;
    margin-bottom: 50px;   
}
.testimonial---card .content-wrap h4 {
    color: rgba(0,0,0,.6);
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 1rem;
}
.testimonial---card .deet-wrap {
    margin-bottom: 1.5rem;
}
.testimonial---card .deet-wrap p:last-of-type {
    margin-bottom: 0;
}    