@charset "UTF-8";
/* --------------------------------------
/*  Import
/* -------------------------------------- */
/* --------------------------------------
/*  Import
/* -------------------------------------- */
.material-icons {
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* --------------------------------------
/*  SVGs
/* -------------------------------------*/
/* --------------------------------------
/*  Colours
/* -------------------------------------*/
/* --------------------------------------
/*  Font Weights
/* -------------------------------------*/
.font-weight__normal {
  font-weight: 400; }

.font-weight__medium {
  font-weight: 600; }

.font-weight__bold {
  font-weight: 700; }

/* --------------------------------------
/*  Font Sizes
/* -------------------------------------*/
/* --------------------------------------
/*  Font Families
/* -------------------------------------*/
/* --------------------------------------
/*  Spacing
/* -------------------------------------*/
/* --------------------------------------
/*  Defaults
/* -------------------------------------*/
/* --------------------------------------
/*  Transitions
/* -------------------------------------*/
/* --------------------------------------
/*  Responsive Font sizes
/* -------------------------------------*/
.material-icons {
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

/*** Media Queries ***/
/* --------------------------------------
/*  Mixins
/* -------------------------------------- */
/* --------------------------------------
/*  Gradients
/* -------------------------------------- */
/* ---------------------
/* Mixins
/* --------------------- */
.remove-default-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

/* --------------------------------------
/*  SVGs
/* -------------------------------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

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

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

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

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

a img.alignnone {
  margin: 5px 20px 20px 0; }

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

/*!
 * Bootstrap v4.1.3 (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)
 */
/*

 Any commented out CSS you need to go BS and download to include.

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

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

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

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

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: #be1e2d;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #7c141d;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

[type="search"]::-webkit-search-cancel-button,
[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; }

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

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

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

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 544px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

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

.col-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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs,
.col-xs-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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

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

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

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

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

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

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

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

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -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: 0.1px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xs-0 {
    margin-left: 0; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (min-width: 544px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -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%; } }

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e9737e;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(190, 30, 45, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(190, 30, 45, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

.form-row {
  display: -webkit-box;
  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: 1.25rem; }

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

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

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

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

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

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

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

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

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 544px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: center;
      -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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.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: #be1e2d !important; }

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

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !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: #17a2b8 !important; }

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

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

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

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

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

.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: #be1e2d !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

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

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

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

.flex-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 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 0.1px) {
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xs-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xs-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xs-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 544px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; } }

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

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

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

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

@media (min-width: 544px) {
  .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; } }

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

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

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

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

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

.position-sticky {
  position: -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;
  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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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: 0.1px) {
  .m-xs-0 {
    margin: 0 !important; }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important; }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important; }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important; }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important; }
  .m-xs-1 {
    margin: 0.25rem !important; }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important; }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important; }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important; }
  .m-xs-2 {
    margin: 0.5rem !important; }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important; }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important; }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important; }
  .m-xs-3 {
    margin: 1rem !important; }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important; }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important; }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important; }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important; }
  .m-xs-4 {
    margin: 1.5rem !important; }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important; }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important; }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important; }
  .m-xs-5 {
    margin: 3rem !important; }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important; }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important; }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important; }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important; }
  .p-xs-0 {
    padding: 0 !important; }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important; }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important; }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important; }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important; }
  .p-xs-1 {
    padding: 0.25rem !important; }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important; }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important; }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important; }
  .p-xs-2 {
    padding: 0.5rem !important; }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important; }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important; }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important; }
  .p-xs-3 {
    padding: 1rem !important; }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important; }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important; }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important; }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important; }
  .p-xs-4 {
    padding: 1.5rem !important; }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important; }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important; }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important; }
  .p-xs-5 {
    padding: 3rem !important; }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important; }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important; }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important; }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important; }
  .m-xs-auto {
    margin: auto !important; }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important; }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important; }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important; }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important; } }

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

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

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

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-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; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

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

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

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

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  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: 0.1px) {
  .text-xs-left {
    text-align: left !important; }
  .text-xs-right {
    text-align: right !important; }
  .text-xs-center {
    text-align: center !important; } }

@media (min-width: 544px) {
  .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; } }

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-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-normal {
  font-weight: 400 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

/* --------------------------------------
/*  Z-index (ZI)
/* -------------------------------------- */
/* --------------------------------------
/*  Variables
/* -------------------------------------- */
/* --------------------------------------
/*  Typography
/* -------------------------------------- */
h1, .h1-style {
  font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.602em; }
  h1 a, h1a, .h1-style a, .h1-stylea {
    color: #be1e2d; }
    h1 a:hover, h1 a:focus, h1a:hover, h1a:focus, .h1-style a:hover, .h1-style a:focus, .h1-stylea:hover, .h1-stylea:focus {
      text-decoration: underline;
      color: #921723; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h1, .h1-style {
      font-size: calc( 1.602em + (63.312 - 25.632) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h1, .h1-style {
      font-size: 3.957em; } }

h2, .h2-style {
  font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.424em; }
  h2 a, h2a, .h2-style a, .h2-stylea {
    color: #757575; }
    h2 a:hover, h2 a:focus, h2a:hover, h2a:focus, .h2-style a:hover, .h2-style a:focus, .h2-stylea:hover, .h2-stylea:focus {
      text-decoration: underline;
      color: #5c5c5c; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h2, .h2-style {
      font-size: calc( 1.424em + (38.784 - 22.784) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h2, .h2-style {
      font-size: 2.424em; } }

h3, .h3-style {
  font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.266em; }
  h3 a, h3a, .h3-style a, .h3-stylea {
    color: #be1e2d; }
    h3 a:hover, h3 a:focus, h3a:hover, h3a:focus, .h3-style a:hover, .h3-style a:focus, .h3-stylea:hover, .h3-stylea:focus {
      text-decoration: underline;
      color: #921723; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h3, .h3-style {
      font-size: calc( 1.266em + (26.656 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h3, .h3-style {
      font-size: 1.666em; } }

h4, .h4-style {
  font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.125em; }
  h4 a, h4a, .h4-style a, .h4-stylea {
    color: #be1e2d; }
    h4 a:hover, h4 a:focus, h4a:hover, h4a:focus, .h4-style a:hover, .h4-style a:focus, .h4-stylea:hover, .h4-stylea:focus {
      text-decoration: underline;
      color: #921723; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h4, .h4-style {
      font-size: calc( 1.125em + (18 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h4, .h4-style {
      font-size: 1.125em; } }

h5, .h5-style {
  font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.889em; }
  h5 a, h5a, .h5-style a, .h5-stylea {
    color: #000; }
    h5 a:hover, h5 a:focus, h5a:hover, h5a:focus, .h5-style a:hover, .h5-style a:focus, .h5-stylea:hover, .h5-stylea:focus {
      text-decoration: underline;
      color: black; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h5, .h5-style {
      font-size: calc( 0.889em + (14.224 - 14.224) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h5, .h5-style {
      font-size: 0.889em; } }

h6, .h6-style {
  font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #3B4044;
  line-height: 1.7;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.79em; }
  h6 a, h6a, .h6-style a, .h6-stylea {
    color: #757575; }
    h6 a:hover, h6 a:focus, h6a:hover, h6a:focus, .h6-style a:hover, .h6-style a:focus, .h6-stylea:hover, .h6-stylea:focus {
      text-decoration: underline;
      color: #5c5c5c; }
  @media (min-width: 400px) and (max-width: 1400px) {
    h6, .h6-style {
      font-size: calc( 0.79em + (12.64 - 12.64) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    h6, .h6-style {
      font-size: 0.79em; } }

.larger-text {
  font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 40px;
  color: #000;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0; }

/* --------------------------------------
/*  Copy
/* -------------------------------------- */
blockquote {
  border: 0;
  margin: 35px 0;
  padding: 25px 0;
  border-bottom: 1px solid #be1e2d;
  border-top: 3px double #be1e2d; }
  blockquote h1, blockquote h2, blockquote h3,
  blockquote h4, blockquote h5, blockquote h6,
  blockquote p, blockquote a, blockquote span,
  blockquote ul, blockquote ol, blockquote li,
  blockquote textarea,
  blockquote input, blockquote button, blockquote label {
    font-size: 22px;
    color: #be1e2d;
    font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
    line-height: 1.2; }

.body-section a {
  color: #be1e2d; }

ul, ol {
  line-height: 1.7;
  padding-left: 25px;
  margin-bottom: 25px; }

p {
  line-height: 1.7;
  font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 0;
  font-size: 1em; }
  @media (min-width: 400px) and (max-width: 1400px) {
    p {
      font-size: calc( 1em + (16 - 16) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    p {
      font-size: 1em; } }

/* --------------------------------------
/*  Button Mixins
/* -------------------------------------*/
/* --------------------------------------
/*  Button Classes
/* -------------------------------------- */
.btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .body-section .btn, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .ninja-forms-field[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .ninja-forms-field[type="button"] {
  text-align: center;
  padding: 16px 32px;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 3px;
  background-color: #be1e2d;
  border: 1px solid #be1e2d;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.889em;
  font-weight: 700; }
  @media (min-width: 400px) and (max-width: 1400px) {
    .btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .body-section .btn, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .ninja-forms-field[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .ninja-forms-field[type="button"] {
      font-size: calc( 0.889em + (14.224 - 14.224) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    .btn, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .body-section .btn, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .ninja-forms-field[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .ninja-forms-field[type="button"] {
      font-size: 0.889em; } }
  .btn:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:hover[type="button"], .btn:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:focus[type="button"], .btn:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:active[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:active[type="button"], .body-section .btn:hover, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:hover[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .ninja-forms-field:hover[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .ninja-forms-field:hover[type="button"], .body-section .btn:focus, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:focus[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .ninja-forms-field:focus[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .ninja-forms-field:focus[type="button"], .body-section .btn:active, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:active[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .ninja-forms-field:active[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:active[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .ninja-forms-field:active[type="button"] {
    background-color: #921723;
    border-color: #921723;
    color: #fff; }
  .btn.btn-default:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field:hover[type="button"], .btn.btn-default:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field:focus[type="button"], .btn.btn-default a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a, .btn.btn-default a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:hover, .btn.btn-default a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:focus, .body-section .btn.btn-default:hover, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field:hover[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-default.ninja-forms-field:hover[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-default.ninja-forms-field:hover[type="button"], .body-section .btn.btn-default:focus, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field:focus[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-default.ninja-forms-field:focus[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-default.ninja-forms-field:focus[type="button"], .body-section .btn.btn-default a, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-default.ninja-forms-field[type="button"] a, .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-default.ninja-forms-field[type="button"] a, .body-section .btn.btn-default a:hover, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-default.ninja-forms-field[type="button"] a:hover, .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-default.ninja-forms-field[type="button"] a:hover, .body-section .btn.btn-default a:focus, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-default.ninja-forms-field[type="button"] a:focus, .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-default.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-default.ninja-forms-field[type="button"] a:focus {
    text-decoration: none; }
  .btn.btn-primary, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"], .body-section .btn.btn-primary, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field[type="button"] {
    color: #fff; }
    .btn.btn-primary:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:hover[type="button"], .btn.btn-primary:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:focus[type="button"], .btn.btn-primary a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a, .btn.btn-primary a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a:hover, .btn.btn-primary a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a:focus, .body-section .btn.btn-primary:hover, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:hover[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field:hover[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field:hover[type="button"], .body-section .btn.btn-primary:focus, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:focus[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field:focus[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field:focus[type="button"], .body-section .btn.btn-primary a, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field[type="button"] a, .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field[type="button"] a, .body-section .btn.btn-primary a:hover, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field[type="button"] a:hover, .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field[type="button"] a:hover, .body-section .btn.btn-primary a:focus, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field[type="button"] a:focus, .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    .btn.btn-primary:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:hover[type="button"], .btn.btn-primary:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:focus[type="button"], .btn.btn-primary:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:active[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:active[type="button"], .body-section .btn.btn-primary:hover, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:hover[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field:hover[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field:hover[type="button"], .body-section .btn.btn-primary:focus, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:focus[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field:focus[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field:focus[type="button"], .body-section .btn.btn-primary:active, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:active[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field:active[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary.ninja-forms-field:active[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary.ninja-forms-field:active[type="button"] {
      color: #fff; }
  .btn.btn-primary-rev, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"], .body-section .btn.btn-primary-rev, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field[type="button"] {
    background-color: #fff;
    color: #be1e2d;
    border-color: #fff; }
    .btn.btn-primary-rev:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:hover[type="button"], .btn.btn-primary-rev:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:focus[type="button"], .btn.btn-primary-rev a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a, .btn.btn-primary-rev a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:hover, .btn.btn-primary-rev a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:focus, .body-section .btn.btn-primary-rev:hover, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:hover[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field:hover[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field:hover[type="button"], .body-section .btn.btn-primary-rev:focus, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:focus[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field:focus[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field:focus[type="button"], .body-section .btn.btn-primary-rev a, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field[type="button"] a, .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field[type="button"] a, .body-section .btn.btn-primary-rev a:hover, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field[type="button"] a:hover, .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:hover, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field[type="button"] a:hover, .body-section .btn.btn-primary-rev a:focus, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field[type="button"] a:focus, .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field[type="button"] a:focus, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field[type="button"] a:focus {
      text-decoration: none; }
    .btn.btn-primary-rev:hover, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:hover[type="button"], .btn.btn-primary-rev:focus, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:focus[type="button"], .btn.btn-primary-rev:active, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:active[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:active[type="button"], .body-section .btn.btn-primary-rev:hover, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:hover[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field:hover[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field:hover[type="button"], .body-section .btn.btn-primary-rev:focus, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:focus[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field:focus[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field:focus[type="button"], .body-section .btn.btn-primary-rev:active, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:active[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field:active[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-primary-rev.ninja-forms-field:active[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-primary-rev.ninja-forms-field:active[type="button"] {
      color: #fff;
      background-color: transparent; }
  .btn.btn-sm, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-sm.ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-sm.ninja-forms-field[type="button"], .body-section .btn.btn-sm, .body-section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-sm.ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-sm.ninja-forms-field[type="button"], .body-section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .btn-sm.ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .body-section .btn-sm.ninja-forms-field[type="button"] {
    padding: 8px 16px;
    line-height: 1;
    font-size: calc(0.79 * 16px);
    font-weight: 400; }

.slick-slider {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  .slick-slider.slick-initialized {
    opacity: 1;
    visibility: visible; }

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../assets/fonts/slick.eot");
  src: url("../../assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/slick.woff") format("woff"), url("../../assets/fonts/slick.ttf") format("truetype"), url("../../assets/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000;
      opacity: 0.75; }

.slick-slide:focus {
  outline: none; }

/* --------------------------------------
/*  Custom
/* -------------------------------------- */
.slick-container {
  padding: 0;
  z-index: 5; }

.slick {
  text-align: center;
  padding: 0;
  margin: 0px; }

.slick-dots {
  bottom: 0; }

.slick-prev,
.slick-next {
  z-index: 6; }
  .slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    font-size: 21px;
    color: #be1e2d; }

.slick-next {
  right: 0px; }
  .slick-next:before {
    content: "\f105"; }

.slick-prev {
  left: 0px; }
  .slick-prev:before {
    content: "\f104"; }

.slick-dots li button:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff; }

.slick-dots li.slick-active button:before {
  color: #fff;
  content: "\f10c"; }

/* --------------------------------------
/*  Ninja Forms

    - Variables
    - Forms
      - Form Title
      - Labels
      - Input Types
      - Errors
      - Submit Button
      - Overrides

/* -------------------------------------*/
/* --------------------------------------
/*  Variables
/* -------------------------------------*/
/* --------------------------------------
/*  - Ninja Forms
/* -------------------------------------*/
body {
  /* --------------------------------------
  /*  File Uploads
  /* -------------------------------------*/ }
  body .nf-form-cont {
    /* --------------------------------------
    /*  Form Title
    /* -------------------------------------*/
    /* --------------------------------------
    /*  Labels
    /* -------------------------------------*/
    /* --------------------------------------
    /*  Input Types
    /* -------------------------------------*/
    /*** Inputs ***/
    /* --------------------------------------
    /*  Errors
    /* -------------------------------------*/
    /* --------------------------------------
    /*  Submit Button
    /* -------------------------------------*/
    /* --------------------------------------
    /*  Overrides
    /* -------------------------------------*/
    /* --------------------------------------
    /*  Columns Overrides
    /* -------------------------------------*/
    /* --------------------------------------
    /*  Inline Form
    /* -------------------------------------*/ }
    body .nf-form-cont .field-wrap {
      margin-bottom: 16px; }
    body .nf-form-cont .label-hidden .field-wrap {
      margin-bottom: 16px; }
    body .nf-form-cont .nf-form-title h3 {
      margin-top: 0;
      padding-top: 0; }
    body .nf-form-cont .nf-field-label {
      margin-bottom: 8px; }
      body .nf-form-cont .nf-field-label label {
        margin-bottom: 4px;
        font-size: calc(0.889 * 16px);
        color: #757575;
        font-weight: 400; }
    body .nf-form-cont input[type="text"], body .nf-form-cont input[type="email"], body .nf-form-cont input[type="tel"], body .nf-form-cont textarea, body .nf-form-cont select {
      background: #EEEEEE;
      border: 1px solid #EEEEEE;
      padding: 16px;
      font-size: 16px;
      color: #757575;
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        body .nf-form-cont input[type="text"], body .nf-form-cont input[type="email"], body .nf-form-cont input[type="tel"], body .nf-form-cont textarea, body .nf-form-cont select {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      body .nf-form-cont input[type="text"]:hover, body .nf-form-cont input[type="text"]:focus, body .nf-form-cont input[type="email"]:hover, body .nf-form-cont input[type="email"]:focus, body .nf-form-cont input[type="tel"]:hover, body .nf-form-cont input[type="tel"]:focus, body .nf-form-cont textarea:hover, body .nf-form-cont textarea:focus, body .nf-form-cont select:hover, body .nf-form-cont select:focus {
        border-color: #bbbbbb; }
      body .nf-form-cont input[type="text"]:focus, body .nf-form-cont input[type="email"]:focus, body .nf-form-cont input[type="tel"]:focus, body .nf-form-cont textarea:focus, body .nf-form-cont select:focus {
        border-color: #bbbbbb;
        outline: none !important; }
    body .nf-form-cont select {
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
      background-position: 100% center;
      background-repeat: no-repeat;
      border-radius: 0; }
    body .nf-form-cont .textarea-wrap textarea {
      height: 150px; }
    body .nf-form-cont .nf-form-fields-required {
      display: none; }
    body .nf-form-cont .nf-after-field .nf-error-msg {
      position: absolute;
      bottom: 0;
      right: 4px;
      background: transparent;
      color: #F44336;
      padding: 4px;
      font-size: 0.7em;
      margin-right: 0;
      margin-bottom: 0; }
    body .nf-form-cont .nf-form-errors nf-errors nf-section .nf-error-field-errors {
      position: absolute;
      bottom: 0;
      right: 4px;
      background: transparent;
      color: #F44336;
      padding: 4px;
      font-size: 0.7em;
      margin-right: 0;
      margin-bottom: 0; }
    body .nf-form-cont .nf-error .ninja-forms-field {
      border: 1px solid #F44336; }
    body .nf-form-cont .nf-error-msg.nf-error-field-errors {
      display: none; }
    body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
      text-align: center;
      padding: 16px 32px;
      -webkit-transition: background-color 0.5s;
      -o-transition: background-color 0.5s;
      transition: background-color 0.5s;
      border-radius: 3px;
      background-color: #be1e2d;
      border: 1px solid #be1e2d;
      color: #fff;
      text-transform: uppercase;
      font-size: 0.889em;
      font-weight: 700; }
      @media (min-width: 400px) and (max-width: 1400px) {
        body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
          font-size: calc( 0.889em + (14.224 - 14.224) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
          font-size: 0.889em; } }
      body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:hover, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:focus, body .nf-form-cont .submit-wrap .ninja-forms-field[type="button"]:active {
        background-color: #921723;
        border-color: #921723;
        color: #fff; }
    body .nf-form-cont .nf-field-container {
      margin-bottom: 0; }
    body .nf-form-cont .nf-input-limit {
      margin: 0;
      padding: 0; }
    body .nf-form-cont .nf-form-wrap.ninja-forms-form-wrap.nf-multi-cell .nf-row {
      margin: 0 -4px; }
      body .nf-form-cont .nf-form-wrap.ninja-forms-form-wrap.nf-multi-cell .nf-row nf-cells {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      body .nf-form-cont .nf-form-wrap.ninja-forms-form-wrap.nf-multi-cell .nf-row nf-cells .nf-cell {
        padding: 0 4px; }
      body .nf-form-cont .nf-form-wrap.ninja-forms-form-wrap.nf-multi-cell .nf-row.cols-3 nf-cells .nf-cell[style="width: 33%;"] {
        width: 33.3333% !important; }
  body .nf-fu-progress {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0; }
    body .nf-fu-progress .nf-fu-progress-bar {
      background-color: #be1e2d; }
  body .files_uploaded nf-section {
    padding: 4px 8px;
    background-color: #F6F6F6;
    display: block;
    position: relative; }
    body .files_uploaded nf-section p {
      margin: 0; }
      body .files_uploaded nf-section p a {
        position: absolute;
        right: 8px;
        top: 4px; }

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1; }

.datepicker-container:after, .datepicker-container:before {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f; }

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
  border-top: 0;
  left: 10px;
  top: -5px; }

.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: #39f; }

.datepicker-top-left:after, .datepicker-top-right:after {
  border-bottom-color: #fff;
  top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
  border-bottom: 0;
  bottom: -5px;
  left: 10px; }

.datepicker-bottom-left:before, .datepicker-bottom-right:before {
  border-top-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-right:after {
  border-top-color: #fff;
  bottom: -4px; }

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
  left: auto;
  right: 10px; }

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%; }

.datepicker-panel > ul:after, .datepicker-panel > ul:before {
  content: " ";
  display: table; }

.datepicker-panel > ul:after {
  clear: both; }

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px; }

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999; }

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff; }

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f; }

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default; }

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px; }

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
  width: 150px; }

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px; }

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default; }

.datepicker-hide {
  display: none; }

/* --------------------------------------
/*  Primary Navigation
/* -------------------------------------*/
.mega-menu-wrap {
  font-weight: 600; }

.navigation-section {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 600; }

/* --------------------------------------
/*  Dropdowns
/* -------------------------------------*/
.navbar .nav > li .dropdown-menu {
  background: #363636;
  margin: 0;
  padding: 16px 0; }
  .navbar .nav > li .dropdown-menu > li {
    margin: 0;
    padding: 0; }
    .navbar .nav > li .dropdown-menu > li a {
      padding: 4px 16px;
      font-size: calc(0.889 * 16px);
      color: #be1e2d;
      text-transform: uppercase; }
      .navbar .nav > li .dropdown-menu > li a:hover, .navbar .nav > li .dropdown-menu > li a:focus, .navbar .nav > li .dropdown-menu > li a:active {
        background: transparent;
        color: #be1e2d; }

/* --------------------------------------
/*  Mobile Menu Button
/* -------------------------------------- */
.mobile-menu-button {
  text-align: center;
  cursor: pointer;
  padding: 16px;
  margin: 16px 0;
  font-size: 16px;
  border: 1px solid #E0E0E0;
  display: block;
  color: #fff; }
  .mobile-menu-button:hover, .mobile-menu-button:focus, .mobile-menu-button a, .mobile-menu-button a:hover, .mobile-menu-button a:focus {
    text-decoration: none; }
  .mobile-menu-button:hover, .mobile-menu-button:focus, .mobile-menu-button:active {
    color: #fff; }

.mobile-side-menu-overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -40;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  .mobile-side-menu-overlay.active {
    z-index: 49;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/* --------------------------------------
/*  asdasd
/* -------------------------------------*/
body {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  left: 0; }

body.mobile-nav-active {
  left: 350px; }

.mobile-side-menu {
  text-align: left;
  padding: 16px;
  font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
  position: fixed;
  height: 100%;
  left: -350px;
  top: 0;
  z-index: 50;
  background: #3B4044;
  width: 350px;
  overflow-y: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .mobile-side-menu {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .mobile-side-menu.active {
    left: 0; }
  .mobile-side-menu a {
    color: inherit; }
    .mobile-side-menu a:hover, .mobile-side-menu a:focus, .mobile-side-menu a a, .mobile-side-menu a a:hover, .mobile-side-menu a a:focus {
      text-decoration: none; }
  .mobile-side-menu__header {
    margin: -16px -16px 16px -16px;
    padding: 16px;
    background: #000 url("../images/menu-bg.jpg") no-repeat center center/cover; }
    .mobile-side-menu__header .close-mobile-side-menu {
      display: block;
      text-align: right;
      color: #fff;
      cursor: pointer; }
      .mobile-side-menu__header .close-mobile-side-menu i {
        vertical-align: top; }
  .mobile-side-menu__logo {
    max-width: 200px;
    margin-top: 64px; }
    .mobile-side-menu__logo svg {
      width: 100%; }
  .mobile-side-menu__phone-number {
    margin: 0 0 24px; }
    .mobile-side-menu__phone-number i {
      vertical-align: top; }
  .mobile-side-menu__navigation .menu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mobile-side-menu__navigation .menu li a {
      padding: 16px 0;
      display: block;
      font-size: 16px;
      margin: 0 0 0 40px;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.14);
      color: #fff; }
      .mobile-side-menu__navigation .menu li a i {
        vertical-align: top;
        position: absolute;
        top: 16px;
        left: -40px;
        color: rgba(255, 255, 255, 0.25); }
    .mobile-side-menu__navigation .menu li.current-menu-item > a i, .mobile-side-menu__navigation .menu .current_page_ancestor > a i {
      color: #EEEEEE; }
    .mobile-side-menu__navigation .menu li.current-menu-item > a {
      color: rgba(255, 255, 255, 0.5); }
    .mobile-side-menu__navigation .menu ul {
      list-style-type: none;
      padding: 0;
      margin: 0 0 0 24px; }
      .mobile-side-menu__navigation .menu ul li a {
        font-size: calc(0.889 * 16px); }
    .mobile-side-menu__navigation .menu .menu-item-has-children > a:after {
      content: "\E313";
      font-family: 'Material Icons';
      font-size: 18px;
      vertical-align: sub;
      padding-right: 4px;
      float: right;
      color: rgba(255, 255, 255, 0.25); }
    .mobile-side-menu__navigation .menu .menu-item-has-children > ul.sub-menu {
      display: none; }
    .mobile-side-menu__navigation .menu .open-menu-items > a:after, .mobile-side-menu__navigation .menu .current_page_ancestor > a:after {
      content: "\E316";
      font-family: 'Material Icons'; }
    .mobile-side-menu__navigation .menu .open-menu-items > ul.sub-menu, .mobile-side-menu__navigation .menu .current_page_ancestor > ul.sub-menu {
      display: block; }

/* --------------------------------------
/*  #2 - Main Body Containers
/* -------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  line-height: 1.7;
  font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
  font-size: 16px;
  color: #757575;
  font-weight: 500;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-anchor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
  html #wrap, body #wrap {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

/* --------------------------------------
/*  #7 - Body
/* -------------------------------------- */
.body-section {
  padding: 8vh 0; }

/* --------------------------------------
/*  IE10+ Fixes
/* -------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  html #wrap, body #wrap {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto; } }

/* Landscape phone to portrait tablet */
@media (max-width: 991.98px) {
  img {
    display: block;
    max-width: 100%;
    height: auto; } }

/* --------------------------------------
/*  Header Settings
/* -------------------------------------*/
/* --------------------------------------
/*  Header
/* -------------------------------------- */
.header-section {
  background-color: white; }
  .header-section .header-section-banner {
    background: #be1e2d;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0; }
    @media (max-width: 991.98px) {
      .header-section .header-section-banner .header-section-banner--container {
        font-size: 0.85em; } }
  .header-section .header-section-top {
    background-color: #444;
    padding: 4px 0;
    color: #fff;
    font-size: calc(0.889 * 16px);
    font-weight: 700; }
    .header-section .header-section-top .header-section-top--container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .header-section .header-section-top .info-box--right {
      text-align: right;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }
    .header-section .header-section-top .info-box a {
      color: white; }
    .header-section .header-section-top .opening-hours a {
      color: #fff; }
  .header-section .header-section-main .header-section-main--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .header-section .header-section-main .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .header-section .header-section-main .logo img {
      max-width: 230px; }

/* --------------------------------------
/*  Header Search
/* -------------------------------------*/
.header-section .header-search-icon {
  line-height: 1;
  margin-bottom: 4px;
  margin-left: 4px; }
  .header-section .header-search-icon a {
    color: #757575; }

.header-section .header-search-container {
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-section .header-search-container:before, .header-section .header-search-container:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F6F6F6;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0); }
  .header-section .header-search-container:before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    left: 100%; }
  .header-section .header-search-container:after {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    left: -100%; }
  .header-section .header-search-container .search-form {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 4px; }
  .header-section .header-search-container .close-icon-container a {
    padding: 16px;
    margin-bottom: 4px;
    color: #757575; }

.header-section.header-search--active .header-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  z-index: 100; }
  .header-section.header-search--active .header-search-container:before, .header-section.header-search--active .header-search-container:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

/* --------------------------------------
/*  Sticky Header
/* -------------------------------------*/
#sticky-header-placeholder {
  display: none; }
  #sticky-header-placeholder.past-pl-bottom {
    display: block; }

.sticky {
  position: static; }
  .header-section .sticky {
    -webkit-transition: padding 0.25s 0.1s, top 0.25s 0.1s;
    -o-transition: padding 0.25s 0.1s, top 0.25s 0.1s;
    transition: padding 0.25s 0.1s, top 0.25s 0.1s; }
  .sticky.past-pl-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 50;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    top: -20%;
    background-color: white; }
  .sticky.shrunk.going-down {
    top: 0;
    position: fixed;
    padding: 0; }

.footer-section {
  display: block;
  font-size: 16px; }
  .footer-section p {
    font-size: inherit; }
  .footer-section a {
    color: #be1e2d; }
  .footer-section .footer-top {
    padding: 3.5vh 0;
    background: white;
    color: white; }
    .footer-section .footer-top h3 {
      display: inline-block; }
      .footer-section .footer-top h3:after {
        content: "";
        display: block;
        height: 3px;
        width: 40px;
        background: #be1e2d;
        margin-top: 15px;
        margin-bottom: 10px; }
    .footer-section .footer-top .contact-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 768px) {
        .footer-section .footer-top .contact-details {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
    .footer-section .footer-top img {
      max-width: 175px; }
      @media (max-width: 767.98px) {
        .footer-section .footer-top img {
          margin: 0 auto; } }
    .footer-section .footer-top .contact-detail {
      border-bottom: 1px solid #2b2a2a;
      color: #9E9E9E;
      padding: 12px 0; }
      .footer-section .footer-top .contact-detail i {
        color: #616161;
        margin-right: 5px; }
      .footer-section .footer-top .contact-detail a {
        color: inherit; }
    .footer-section .footer-top .social {
      padding: 15px 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer-section .footer-top .social ul {
        padding: 0;
        margin: 0; }
        .footer-section .footer-top .social ul li {
          background-color: transparent; }
          .footer-section .footer-top .social ul li a {
            color: #9E9E9E;
            background-color: transparent; }
            .footer-section .footer-top .social ul li a i {
              color: #9E9E9E; }
            .footer-section .footer-top .social ul li a:hover i {
              color: #be1e2d; }
  .footer-section .footer-navigation ul {
    padding: 0;
    margin: 0; }
    .footer-section .footer-navigation ul li {
      list-style-type: none;
      border-bottom: 1px solid #2b2a2a; }
      .footer-section .footer-navigation ul li:last-child {
        border-bottom: none; }
      .footer-section .footer-navigation ul li a {
        color: #888;
        display: block;
        padding: 12px 5px; }
  .footer-section .footer-bottom {
    background: #be1e2d;
    padding: 15px 0;
    color: white; }
    .footer-section .footer-bottom p {
      padding: 0;
      margin: 0;
      font-size: 16px; }
      .footer-section .footer-bottom p a {
        color: white; }

/* Table of Contents

	#1 - Import

	#2 - Custom Variables

    #3 - Social CSS

 */
/* --------------------------------------
/*  # - Custom Variables
/* -------------------------------------- */
/* -- DEFAULT SOCIAL COLOURS -- */
/* --------------------------------------
/*  #3 - Social CSS
/* -------------------------------------- */
.social {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px; }
  .social ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .social ul li {
      padding: 0;
      margin: 0;
      display: block;
      float: left;
      line-height: 1; }
      .social ul li + li {
        margin-left: 16px; }
      .social ul li a {
        display: block;
        height: auto;
        text-align: center;
        float: left;
        color: #fff;
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s; }
        .social ul li a:hover, .social ul li a:focus, .social ul li a:active {
          color: rgba(255, 255, 255, 0.65); }
        .social ul li a i {
          font-size: 16px; }

/* --------------------------------------
/*  Search Results
/* -------------------------------------*/
.search-page .search-result {
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
  @media (max-width: 991.98px) {
    .search-page .search-result {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .search-page .search-result .search-heading {
    width: 30%;
    margin: 0 32px 0 0;
    position: relative; }
    @media (max-width: 991.98px) {
      .search-page .search-result .search-heading {
        width: 100%;
        margin: 0; } }
    .search-page .search-result .search-heading:after {
      content: '';
      height: 50px;
      width: 1px;
      background: #E0E0E0;
      position: absolute;
      top: 0;
      right: -5%; }
      @media (max-width: 991.98px) {
        .search-page .search-result .search-heading:after {
          display: none; } }
    .search-page .search-result .search-heading h2 {
      font-size: calc(1.125 * 16px);
      margin: 0;
      padding: 0 0 4px; }
      .search-page .search-result .search-heading h2 a {
        color: inherit; }
    .search-page .search-result .search-heading small.url {
      line-height: 1; }
      .search-page .search-result .search-heading small.url a {
        display: inline-block; }
  .search-page .search-result .search-content {
    width: 70%; }
    @media (max-width: 991.98px) {
      .search-page .search-result .search-content {
        width: 100%; } }
    .search-page .search-result .search-content p {
      padding: 0;
      margin: 0;
      color: #616161;
      font-size: calc(16px - 2px); }

/* --------------------------------------
/*  Search Icon
/* -------------------------------------*/
.search-icon-container {
  font-size: 1em;
  color: #fff; }
  @media (min-width: 400px) and (max-width: 1400px) {
    .search-icon-container {
      font-size: calc( 1em + (16 - 16) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    .search-icon-container {
      font-size: 1em; } }
  @media (max-width: 991.98px) {
    .search-icon-container {
      display: none; } }
  .search-icon-container a {
    color: inherit;
    display: inline-block;
    padding: 4px 24px; }

/* --------------------------------------
/*  Hidden search
/* -------------------------------------*/
/* --------------------------------------
/*  Mobile Search
/* -------------------------------------*/
.mobile-side-menu .search-container {
  margin-bottom: 4px; }
  .mobile-side-menu .search-container .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mobile-side-menu .search-container .input-group input.search-input {
      font-size: calc(0.889 * 16px);
      padding: 16px;
      border: rgba(255, 255, 255, 0.5);
      background: rgba(255, 255, 255, 0.85);
      -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      border-radius: 0;
      -webkit-appearance: none;
      outline: 0 none; }
    .mobile-side-menu .search-container .input-group .btn, .mobile-side-menu .search-container .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .mobile-side-menu .search-container .input-group .ninja-forms-field[type="button"], .mobile-side-menu .search-container .input-group .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .mobile-side-menu .search-container .input-group .ninja-forms-field[type="button"] {
      display: none; }

/* --------------------------------------
/*  Search Page
/* -------------------------------------*/
.search-page h1 {
  padding: 0;
  margin: 0 0 24px; }

.search-page .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px; }
  .search-page .input-group input.search-input {
    font-size: calc(0.889 * 16px);
    padding: 16px;
    border: 1px solid #E0E0E0;
    background: rgba(255, 255, 255, 0.85);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-appearance: none;
    outline: 0 none; }
  .search-page .input-group .btn, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"], .search-page .input-group .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field[type="button"] {
    padding: 16px;
    border: 0;
    border-radius: 0; }
    .search-page .input-group .btn:hover, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:hover[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field:hover[type="button"], .search-page .input-group .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:hover[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field:hover[type="button"], .search-page .input-group .btn:focus, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:focus[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field:focus[type="button"], .search-page .input-group .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:focus[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field:focus[type="button"], .search-page .input-group .btn:active, .search-page .input-group .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:active[type="button"], .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field:active[type="button"], .search-page .input-group .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field:active[type="button"], .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .search-page .input-group .ninja-forms-field:active[type="button"] {
      color: #fff;
      background-color: #2c8fa1; }

/* --------------------------------------
/*  Custom ACF Sections
/* -------------------------------------*/
/* --------------------------------------
/*  Rich Content
/* -------------------------------------*/
.rich_content_section p:last-child {
  margin-bottom: 0; }

/* --------------------------------------
  /*  Rich Content with Sidebar
  /* -------------------------------------*/
.rich_content_section_with_sidebar > .container > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 991.98px) {
    .rich_content_section_with_sidebar > .container > .row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.rich_content_section_with_sidebar.sidebar-location-right .main-content {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.rich_content_section_with_sidebar.sidebar-location-right .sidebar {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.rich_content_section_with_sidebar.sidebar-location-left .main-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.rich_content_section_with_sidebar.sidebar-location-left .sidebar {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.rich_content_section_with_sidebar .social ul li a {
  color: rgba(0, 0, 0, 0.25); }
  .rich_content_section_with_sidebar .social ul li a:hover, .rich_content_section_with_sidebar .social ul li a:focus, .rich_content_section_with_sidebar .social ul li a:active {
    color: #be1e2d; }

.rich_content_section_with_sidebar .sidebar li {
  list-style: none; }

.rich_content_section_with_sidebar .widget_nav_menu {
  margin: 0 0 24px; }
  .rich_content_section_with_sidebar .widget_nav_menu > h3 {
    margin-top: 0;
    padding-top: 0; }
  .rich_content_section_with_sidebar .widget_nav_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .rich_content_section_with_sidebar .widget_nav_menu ul li {
      display: block; }
      .rich_content_section_with_sidebar .widget_nav_menu ul li a {
        display: block;
        border-bottom: 1px solid #E0E0E0;
        padding: 4px;
        color: #757575;
        -webkit-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s; }
        .rich_content_section_with_sidebar .widget_nav_menu ul li a:hover, .rich_content_section_with_sidebar .widget_nav_menu ul li a:focus, .rich_content_section_with_sidebar .widget_nav_menu ul li a:active {
          text-decoration: none;
          color: #be1e2d; }
        .rich_content_section_with_sidebar .widget_nav_menu ul li a i {
          display: none; }
    .rich_content_section_with_sidebar .widget_nav_menu ul.sub-menu {
      padding-left: 16px; }

/* --------------------------------------
/*  Image Text Section

    - Core
      -
    - Theme

/* -------------------------------------*/
/* --------------------------------------
/*  Core
/* -------------------------------------*/
.nucleo-acf-section.image_text_section.image_text_section_full-width {
  padding: 0; }
  .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .content-container {
    padding: 24vh 10vw; }
    @media (max-width: 991.98px) {
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .content-container {
        padding: 12vh 5vw; } }
    @media (min-width: 768px) {
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .content-container {
        padding: 12vh 8vw; } }
    @media (max-width: 767.98px) {
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .content-container {
        padding-left: 0;
        padding-right: 0;
        padding-top: 12vh;
        padding-bottom: 12vh; } }
  .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .image-container {
    background-size: cover;
    background-position: center;
    position: relative; }
    @media (max-width: 991.98px) {
      .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .image-container {
        padding-bottom: 38.5%; } }
    .nucleo-acf-section.image_text_section.image_text_section_full-width > .container-fluid > .row .image-container a.image-link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .nucleo-acf-section.image_text_section.image_text_section_full-width > .container {
    padding: 10vh 0;
    position: relative;
    z-index: 5; }

.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width {
  background-position: center center;
  background-size: cover;
  padding: 7vh 0;
  text-align: center;
  position: relative; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width.background-fixed {
    background-attachment: fixed; }
    @media (max-width: 767.98px) {
      .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width.background-fixed {
        background-attachment: scroll; } }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width.background-static {
    background-attachment: unset; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1; }
  .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width > .container-fluid {
    position: relative;
    z-index: 5; }
    .nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_full-width > .container-fluid > .row .content-container {
      padding: 0; }

.nucleo-acf-section.image_text_section.image_text_section_background-image.image_text_section_contained > .container {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 7vh 0;
  text-align: center; }

@media (max-width: 767.98px) {
  .nucleo-acf-section.image_text_section.image_text_section_hide-image-on-mobile .image-container {
    display: none; } }

@media (max-width: 991.98px) {
  .nucleo-acf-section.image_text_section .image-container {
    margin-bottom: 16px; } }

/* --------------------------------------
/*  Simple Image Slider
/* -------------------------------------*/
.nucleo-acf-section.image_slider_section .slick-container {
  margin-top: 5.33333vh; }
  .nucleo-acf-section.image_slider_section .slick-container .slick-prev:before,
  .nucleo-acf-section.image_slider_section .slick-container .slick-next:before {
    color: #757575; }
  .nucleo-acf-section.image_slider_section .slick-container .slick-prev {
    left: -25px; }
    @media (max-width: 767.98px) {
      .nucleo-acf-section.image_slider_section .slick-container .slick-prev {
        left: 0; } }
  .nucleo-acf-section.image_slider_section .slick-container .slick-next {
    right: -25px; }
    @media (max-width: 767.98px) {
      .nucleo-acf-section.image_slider_section .slick-container .slick-next {
        right: 0; } }

/* --------------------------------------
/*  Core
/* -------------------------------------*/
/* --------------------------------------
/*  Theme
/* -------------------------------------*/
.fancy_image_repeater_section .section-title {
  position: relative;
  text-align: center;
  margin-bottom: 40px; }
  .fancy_image_repeater_section .section-title:after {
    content: '';
    width: 50px;
    height: 3px;
    background: #be1e2d;
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .fancy_image_repeater_section .section-title h2 {
    margin: 0;
    padding: 0 0 16px; }
  .fancy_image_repeater_section .section-title .blurb {
    padding-bottom: 24px; }

.fancy_image_repeater_section .is-icon .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  .fancy_image_repeater_section .is-icon .inner-container .icon-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .fancy_image_repeater_section .is-icon .inner-container .title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .fancy_image_repeater_section .is-icon .inner-container .content-container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .fancy_image_repeater_section .is-icon .inner-container .icon-container {
    margin: 0 auto 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .fancy_image_repeater_section .is-icon .inner-container .icon-container i {
      font-size: 2em;
      color: #be1e2d; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .fancy_image_repeater_section .is-icon .inner-container .icon-container i {
          font-size: calc( 2em + (41.6 - 32) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .fancy_image_repeater_section .is-icon .inner-container .icon-container i {
          font-size: 2.6em; } }
  .fancy_image_repeater_section .is-icon .inner-container .title h3 {
    padding: 24px 0 16px;
    margin: 0; }

.fancy_image_repeater_section .is-image .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .fancy_image_repeater_section .is-image .inner-container .image-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 40px 0 16px;
    min-height: 100%; }
    .fancy_image_repeater_section .is-image .inner-container .image-container a {
      position: relative;
      display: block; }
      .fancy_image_repeater_section .is-image .inner-container .image-container a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .fancy_image_repeater_section .is-image .inner-container .image-container a:hover:before, .fancy_image_repeater_section .is-image .inner-container .image-container a:focus:before, .fancy_image_repeater_section .is-image .inner-container .image-container a:active:before {
        opacity: 1; }
  .fancy_image_repeater_section .is-image .inner-container .title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    .fancy_image_repeater_section .is-image .inner-container .title a:hover, .fancy_image_repeater_section .is-image .inner-container .title a:focus, .fancy_image_repeater_section .is-image .inner-container .title a a, .fancy_image_repeater_section .is-image .inner-container .title a a:hover, .fancy_image_repeater_section .is-image .inner-container .title a a:focus {
      text-decoration: none; }
    .fancy_image_repeater_section .is-image .inner-container .title h3 {
      margin: 0 0 16px;
      padding: 0;
      font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.125em; }
      .fancy_image_repeater_section .is-image .inner-container .title h3 a, .fancy_image_repeater_section .is-image .inner-container .title h3a {
        color: #be1e2d; }
        .fancy_image_repeater_section .is-image .inner-container .title h3 a:hover, .fancy_image_repeater_section .is-image .inner-container .title h3 a:focus, .fancy_image_repeater_section .is-image .inner-container .title h3a:hover, .fancy_image_repeater_section .is-image .inner-container .title h3a:focus {
          text-decoration: underline;
          color: #921723; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .fancy_image_repeater_section .is-image .inner-container .title h3 {
          font-size: calc( 1.125em + (18 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .fancy_image_repeater_section .is-image .inner-container .title h3 {
          font-size: 1.125em; } }
  .fancy_image_repeater_section .is-image .inner-container .content-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

.fancy_image_repeater_section .button-container {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-bottom: 16px; }
  .fancy_image_repeater_section .button-container a:hover, .fancy_image_repeater_section .button-container a:focus, .fancy_image_repeater_section .button-container a a, .fancy_image_repeater_section .button-container a a:hover, .fancy_image_repeater_section .button-container a a:focus {
    text-decoration: none; }

.fancy_image_repeater_section.alternate-icon-layout .is-icon .inner-container {
  position: relative;
  padding-left: 64px;
  text-align: left; }
  .fancy_image_repeater_section.alternate-icon-layout .is-icon .inner-container .title h3 {
    margin-top: 0;
    padding-top: 0; }
  .fancy_image_repeater_section.alternate-icon-layout .is-icon .inner-container .icon-container {
    position: absolute;
    top: 0;
    left: 0; }
    .fancy_image_repeater_section.alternate-icon-layout .is-icon .inner-container .icon-container i {
      font-size: 2em; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .fancy_image_repeater_section.alternate-icon-layout .is-icon .inner-container .icon-container i {
          font-size: calc( 2em + (32 - 32) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .fancy_image_repeater_section.alternate-icon-layout .is-icon .inner-container .icon-container i {
          font-size: 2em; } }

/* --------------------------------------
/*  Core
/* -------------------------------------*/
/* --------------------------------------
/*  Theme
/* -------------------------------------*/
.full-width-with-overlay {
  padding: 0;
  margin: 0; }
  .full-width-with-overlay .section-title {
    position: relative;
    text-align: center;
    padding: 8vh 0; }
    .full-width-with-overlay .section-title h2 {
      margin: 0;
      padding: 0 0 16px; }
  .full-width-with-overlay a:hover, .full-width-with-overlay a:focus, .full-width-with-overlay a a, .full-width-with-overlay a a:hover, .full-width-with-overlay a a:focus {
    text-decoration: none; }
  .full-width-with-overlay .item-container {
    text-align: center;
    padding: 16vh 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    color: #fff;
    min-height: 300px; }
    .full-width-with-overlay .item-container .title-container {
      margin-bottom: 4px; }
    .full-width-with-overlay .item-container h3 {
      margin: 0;
      padding: 0;
      color: inherit; }
    .full-width-with-overlay .item-container p {
      color: inherit; }
  .full-width-with-overlay .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .full-width-with-overlay .flex-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .full-width-with-overlay .button-container {
    margin-top: 4px; }
  .full-width-with-overlay .is-icon {
    background: #be1e2d;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    .full-width-with-overlay .is-icon .inner-container .content-container {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
    .full-width-with-overlay .is-icon .inner-container .icon-container {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; }
      .full-width-with-overlay .is-icon .inner-container .icon-container i {
        color: rgba(255, 255, 255, 0.5);
        font-size: 4em; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .full-width-with-overlay .is-icon .inner-container .icon-container i {
            font-size: calc( 4em + (64 - 64) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .full-width-with-overlay .is-icon .inner-container .icon-container i {
            font-size: 4em; } }
    .full-width-with-overlay .is-icon.has-button:hover, .full-width-with-overlay .is-icon.has-button:focus, .full-width-with-overlay .is-icon.has-button:active {
      background: #921723; }
  .full-width-with-overlay .is-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    -webkit-transition: background-size 0.5s, opacity 0.5s;
    -o-transition: background-size 0.5s, opacity 0.5s;
    transition: background-size 0.5s, opacity 0.5s;
    overflow: hidden; }
    .full-width-with-overlay .is-image .image-container {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      -o-transition: transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      background-position: center center;
      background-size: cover; }
    .full-width-with-overlay .is-image:before {
      content: '';
      background: rgba(0, 0, 0, 0.35);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 1;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s;
      z-index: 5; }
    .full-width-with-overlay .is-image .inner-container {
      z-index: 10; }
    .full-width-with-overlay .is-image .content-container {
      max-width: 500px;
      margin: 0 auto; }
    .full-width-with-overlay .is-image .button-container {
      opacity: 0;
      color: #fff;
      z-index: 5;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .full-width-with-overlay .is-image .button-container h3 {
        color: inherit; }
    .full-width-with-overlay .is-image:hover, .full-width-with-overlay .is-image:focus, .full-width-with-overlay .is-image:active {
      background-size: 130%; }
      .full-width-with-overlay .is-image:hover .image-container, .full-width-with-overlay .is-image:focus .image-container, .full-width-with-overlay .is-image:active .image-container {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .full-width-with-overlay .is-image:hover .button-container, .full-width-with-overlay .is-image:focus .button-container, .full-width-with-overlay .is-image:active .button-container {
        opacity: 1; }

/* --------------------------------------
/*  Slider
/* -------------------------------------*/
.header-section.menu-top-bar + .hero-slider-section {
  height: 90vh; }
  .header-section.menu-top-bar + .hero-slider-section .container {
    height: 90vh; }

.header-section.menu-solid-contained + .hero-slider-section {
  height: 90vh; }
  .header-section.menu-solid-contained + .hero-slider-section .container {
    height: 90vh; }

.hero-slider-section {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden; }
  .hero-slider-section a:focus {
    outline: 0; }
  .hero-slider-section .slide {
    background-position: center center;
    background-size: cover; }
    .hero-slider-section .slide:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.35);
      z-index: 10; }
    .hero-slider-section .slide .heading,
    .hero-slider-section .slide .sub-heading,
    .hero-slider-section .slide .btn,
    .hero-slider-section .slide .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"],
    .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hero-slider-section .slide .ninja-forms-field[type="button"],
    .hero-slider-section .slide .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"],
    .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .hero-slider-section .slide .ninja-forms-field[type="button"] {
      opacity: 1; }
    .hero-slider-section .slide .heading {
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .hero-slider-section .slide .sub-heading {
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s; }
    
    .hero-slider-section .slide .btn,
    .hero-slider-section .slide .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"],
    .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .hero-slider-section .slide .ninja-forms-field[type="button"],
    .hero-slider-section .slide .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"],
    .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .hero-slider-section .slide .ninja-forms-field[type="button"] {
      -webkit-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .hero-slider-section .slide .slider-container {
      margin-bottom: 12vh;
      z-index: 20;
      position: relative;
      color: #fff; }
      .hero-slider-section .slide .slider-container .heading, .hero-slider-section .slide .slider-container .sub-heading {
        color: inherit;
        padding: 0;
        margin: 0 0 16px; }
      .hero-slider-section .slide .slider-container .heading {
        line-height: 1;
        font-weight: 700;
        font-size: 1.602em; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .hero-slider-section .slide .slider-container .heading {
            font-size: calc( 1.602em + (63.968 - 25.632) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .hero-slider-section .slide .slider-container .heading {
            font-size: 3.998em; } }
      .hero-slider-section .slide .slider-container .sub-heading {
        font-weight: 300;
        font-size: 1.125em;
        margin: 0 0 40px; }
        @media (min-width: 400px) and (max-width: 1400px) {
          .hero-slider-section .slide .slider-container .sub-heading {
            font-size: calc( 1.125em + (22.624 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
        @media (min-width: 1400px) {
          .hero-slider-section .slide .slider-container .sub-heading {
            font-size: 1.414em; } }
  .hero-slider-section .container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

/* --------------------------------------
/*  Scroller
/* -------------------------------------*/
.icon-scroll-container {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 24px;
  left: calc(50% - 25px);
  padding: 15px;
  z-index: 21;
  cursor: pointer; }

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%; }

.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -14px;
  top: 50%;
  margin-top: -25px;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px; }
  .icon-scroll:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    margin-left: -2px;
    top: 8px;
    border-radius: 5px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll; }

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

@-moz-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(30px); } }

@-o-keyframes scroll {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateY(30px); } }

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

/* --------------------------------------
/*  Gallery
/* -------------------------------------*/
@media (max-width: 991.98px) {
  .gallery_section .section-heading {
    padding-left: 0;
    padding-right: 0; } }

.gallery_section .gallery {
  list-style: none;
  position: relative;
  margin: 0 auto;
  padding: 0 4px; }
  .gallery_section .gallery li {
    background: #EEEEEE;
    padding: 5px;
    position: relative; }
    .gallery_section .gallery li a {
      overflow: hidden;
      display: block;
      position: relative; }
      .gallery_section .gallery li a .gallery-image__overlay {
        position: absolute;
        background: #000;
        opacity: .6;
        width: 100%;
        height: 100%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .gallery_section .gallery li a .gallery-image__overlay i {
          font-size: calc(2.424 * 16px); }

/* --------------------------------------
/*  Call To Action
/* -------------------------------------*/
.nucleo-acf-section.form_call_to_action_section {
  background-position: center center;
  background-size: cover;
  /* --------------------------------------
  /*  Has Background Image
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Form
  /* -------------------------------------*/ }
  .nucleo-acf-section.form_call_to_action_section .heading {
    text-align: center; }
    .nucleo-acf-section.form_call_to_action_section .heading p.title {
      font-size: 1.266em;
      padding-top: 0;
      margin-top: 0; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .nucleo-acf-section.form_call_to_action_section .heading p.title {
          font-size: calc( 1.266em + (26.656 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .nucleo-acf-section.form_call_to_action_section .heading p.title {
          font-size: 1.666em; } }
  .nucleo-acf-section.form_call_to_action_section.has-background-image {
    position: relative; }
    .nucleo-acf-section.form_call_to_action_section.has-background-image:before {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background: rgba(0, 0, 0, 0.35);
      z-index: 5; }
    .nucleo-acf-section.form_call_to_action_section.has-background-image .container {
      position: relative;
      z-index: 10; }
  .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
    width: 100%; }

.google_map_section {
  padding: 0;
  position: relative; }
  .google_map_section .gms-title-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden; }
    .google_map_section .gms-title-wrap .gms-title-wrap-inner {
      display: inline-block;
      padding: 48px;
      position: relative;
      background-color: #be1e2d; }
      @media (max-width: 767.98px) {
        .google_map_section .gms-title-wrap .gms-title-wrap-inner {
          padding: 24px; } }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner:before {
        background-color: #be1e2d;
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        margin-left: -10000px;
        padding-left: 10000px;
        height: 100%; }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner h1, .google_map_section .gms-title-wrap .gms-title-wrap-inner h2, .google_map_section .gms-title-wrap .gms-title-wrap-inner h3,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner h4, .google_map_section .gms-title-wrap .gms-title-wrap-inner h5, .google_map_section .gms-title-wrap .gms-title-wrap-inner h6,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner p, .google_map_section .gms-title-wrap .gms-title-wrap-inner a, .google_map_section .gms-title-wrap .gms-title-wrap-inner span,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner ul, .google_map_section .gms-title-wrap .gms-title-wrap-inner ol, .google_map_section .gms-title-wrap .gms-title-wrap-inner li,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner textarea,
      .google_map_section .gms-title-wrap .gms-title-wrap-inner input, .google_map_section .gms-title-wrap .gms-title-wrap-inner button, .google_map_section .gms-title-wrap .gms-title-wrap-inner label {
        color: #fff;
        display: inline-block;
        font-weight: 600;
        margin: 0; }
      .google_map_section .gms-title-wrap .gms-title-wrap-inner i {
        color: #fff;
        margin-right: 16px;
        font-size: 1.3em; }
  .google_map_section .nbgm-map {
    height: 600px !important; }
    @media (max-width: 767.98px) {
      .google_map_section .nbgm-map {
        height: 400px !important; } }

/* --------------------------------------
/*  Faq Accordion Section
/* -------------------------------------*/
.faq_accordion_section {
  position: relative;
  background-color: #EEEEEE; }
  .faq_accordion_section.has-background-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(59, 64, 68, 0.7); }
  .faq_accordion_section.has-background-image .faq-accordion-section-inner .heading,
  .faq_accordion_section.has-background-image .faq-accordion-section-inner .sub-heading {
    color: #fff; }
  .faq_accordion_section .faq-accordion-section-inner .heading-section {
    margin-bottom: 24px; }
    .faq_accordion_section .faq-accordion-section-inner .heading-section .heading,
    .faq_accordion_section .faq-accordion-section-inner .heading-section .sub-heading {
      text-align: center; }

.col-inner-wrap {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991.98px) {
    .col-inner-wrap {
      -webkit-box-shadow: none;
      box-shadow: none; } }

@media (max-width: 991.98px) {
  .accordion-wrap {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); } }

.accordion-wrap .i-green .card-heading, .accordion-wrap .i-yellow .card-heading, .accordion-wrap .i-red .card-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .accordion-wrap .i-green .card-heading i, .accordion-wrap .i-yellow .card-heading i, .accordion-wrap .i-red .card-heading i {
    font-size: 2rem;
    vertical-align: bottom;
    margin-right: 15px; }

.accordion-wrap .i-green .card-heading i {
  color: #6aa159; }

.accordion-wrap .i-yellow .card-heading i {
  color: #d1cc2e; }

.accordion-wrap .i-red .card-heading i {
  color: #be1e2d; }

.faq-accordion-card {
  background: #fff; }
  .faq-accordion-card:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .faq-accordion-card:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    @media (min-width: 992px) {
      .faq-accordion-card:last-child {
        margin-bottom: 0; } }
  @media (max-width: 991.98px) {
    .accordion--col-1 .faq-accordion-card:last-child {
      border-radius: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .accordion--col-2 .faq-accordion-card:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      margin-bottom: 0; } }
  .faq-accordion-card + .faq-accordion-card {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .faq-accordion-card .card-top {
    padding: 24px;
    padding-right: 83px;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s; }
    .faq-accordion-card .card-top:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 100%;
      background: #be1e2d;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom;
      -webkit-transition: -webkit-transform 0.5s ease-out;
      transition: -webkit-transform 0.5s ease-out;
      -o-transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out; }
    .faq-accordion-card .card-top .card-heading {
      margin: 0;
      font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.125em;
      font-weight: 700; }
      .faq-accordion-card .card-top .card-heading a, .faq-accordion-card .card-top .card-headinga {
        color: #be1e2d; }
        .faq-accordion-card .card-top .card-heading a:hover, .faq-accordion-card .card-top .card-heading a:focus, .faq-accordion-card .card-top .card-headinga:hover, .faq-accordion-card .card-top .card-headinga:focus {
          text-decoration: underline;
          color: #921723; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .faq-accordion-card .card-top .card-heading {
          font-size: calc( 1.125em + (18 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .faq-accordion-card .card-top .card-heading {
          font-size: 1.125em; } }
    .faq-accordion-card .card-top .toggle-icon-wrap {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 24px;
      width: 35px;
      height: 35px;
      border: 1px solid #E0E0E0;
      background: transparent;
      text-align: center;
      border-radius: 100%; }
      .faq-accordion-card .card-top .toggle-icon-wrap i {
        display: inline-block;
        line-height: 35px;
        font-size: 20px;
        color: #9E9E9E;
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s; }
        @media (max-width: 991.98px) {
          .faq-accordion-card .card-top .toggle-icon-wrap i {
            line-height: calc(35px - 3); } }
  .faq-accordion-card .card-body {
    padding: 24px;
    padding-top: 0;
    background: #F6F6F6;
    border-left: 3px solid #be1e2d; }
  .faq-accordion-card.card-active .card-top {
    background: #F6F6F6; }
    .faq-accordion-card.card-active .card-top:before {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }
  .faq-accordion-card.card-active .toggle-icon-wrap {
    background-color: #be1e2d;
    border-color: #be1e2d; }
    .faq-accordion-card.card-active .toggle-icon-wrap i {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      color: #fff; }

.img-text-col-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px; }
  .img-text-col-card.alt-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .img-text-col-card .img-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100%/3);
    flex: 1 0 calc(100%/3);
    width: calc(100% * 0.3333);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .img-text-col-card .img-col .img-section {
      padding-left: 100%;
      width: 100%;
      background-size: cover;
      background-position: center; }
  .img-text-col-card .content-col {
    background-color: #EEEEEE;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100%*0.66);
    flex: 1 0 calc(100%*0.66);
    width: calc(100% * 0.6666); }
    .img-text-col-card .content-col .content-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 65px 50px; }
      .img-text-col-card .content-col .content-wrap p {
        white-space: pre-wrap; }
      .img-text-col-card .content-col .content-wrap h3 {
        margin-top: 0;
        margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .img-text-col-card {
      display: block; }
      .img-text-col-card .img-col {
        width: 100%; }
        .img-text-col-card .img-col .img-section {
          padding-bottom: 60%; }
      .img-text-col-card .content-col {
        width: 100%; }
        .img-text-col-card .content-col .content-wrap {
          padding: 30px 20px;
          min-height: 0px; } }

/* --------------------------------------
/*  Content and Contact Section
/* -------------------------------------*/
@media (min-width: 768px) {
  .content_and_contact_section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  .content_and_contact_section.align-cols-top .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media (min-width: 768px) {
  .content_and_contact_section.align-cols-center .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.content_and_contact_section .contact-items-wrap .cacs-contact-item {
  background-color: #363636; }
  .content_and_contact_section .contact-items-wrap .cacs-contact-item .item-link-wrap {
    padding-left: 100px;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #363636;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .content_and_contact_section .contact-items-wrap .cacs-contact-item .item-link-wrap:hover, .content_and_contact_section .contact-items-wrap .cacs-contact-item .item-link-wrap:focus, .content_and_contact_section .contact-items-wrap .cacs-contact-item .item-link-wrap:active {
      background-color: #3B4044;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .content_and_contact_section .contact-items-wrap .cacs-contact-item .item-link-wrap:hover .icon-wrap i, .content_and_contact_section .contact-items-wrap .cacs-contact-item .item-link-wrap:focus .icon-wrap i, .content_and_contact_section .contact-items-wrap .cacs-contact-item .item-link-wrap:active .icon-wrap i {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1); }
    .content_and_contact_section .contact-items-wrap .cacs-contact-item .item-link-wrap .cacs-item-content-wrap {
      display: inline-block;
      padding: 24px 0; }
      .content_and_contact_section .contact-items-wrap .cacs-contact-item .item-link-wrap .cacs-item-content-wrap .title {
        color: #fff;
        font-size: calc(0.889 * 16px); }
      .content_and_contact_section .contact-items-wrap .cacs-contact-item .item-link-wrap .cacs-item-content-wrap .value span {
        color: #fff;
        font-size: calc(1.125 * 16px);
        font-weight: 700; }
    .content_and_contact_section .contact-items-wrap .cacs-contact-item .item-link-wrap .icon-wrap {
      padding: 32px;
      display: inline-block;
      height: 100px;
      width: 100px;
      position: absolute;
      top: 0;
      left: 0; }
      .content_and_contact_section .contact-items-wrap .cacs-contact-item .item-link-wrap .icon-wrap i {
        color: #be1e2d;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        -webkit-transition: -webkit-transform 0.1s;
        transition: -webkit-transform 0.1s;
        -o-transition: transform 0.1s;
        transition: transform 0.1s;
        transition: transform 0.1s, -webkit-transform 0.1s;
        font-size: calc(1.666 * 16px); }
  .content_and_contact_section .contact-items-wrap .cacs-contact-item:nth-child(odd) .item-link-wrap {
    background-color: #be1e2d; }
    .content_and_contact_section .contact-items-wrap .cacs-contact-item:nth-child(odd) .item-link-wrap:hover, .content_and_contact_section .contact-items-wrap .cacs-contact-item:nth-child(odd) .item-link-wrap:focus, .content_and_contact_section .contact-items-wrap .cacs-contact-item:nth-child(odd) .item-link-wrap:active {
      background-color: #d82233; }
    .content_and_contact_section .contact-items-wrap .cacs-contact-item:nth-child(odd) .item-link-wrap .icon-wrap i {
      color: #fff;
      -webkit-transition: -webkit-transform 0.1s;
      transition: -webkit-transform 0.1s;
      -o-transition: transform 0.1s;
      transition: transform 0.1s;
      transition: transform 0.1s, -webkit-transform 0.1s; }

/* --------------------------------------
/*  Services Section
/* -------------------------------------*/
.services-section .services-section-heading-container {
  margin-bottom: 24px; }

.services-section .services-section-inner-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .services-section .services-section-inner-container .service-card {
    margin: 0 1px 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc((100% * 0.333) - (1px * 2));
    flex: 1 0 calc((100% * 0.333) - (1px * 2));
    width: calc((100% * 0.333) - (1px * 2));
    max-width: calc((100% * 0.333) - (1px * 2));
    display: inline-block;
    background: #F6F6F6;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
    position: relative; }
    @media (max-width: 991.98px) {
      .services-section .services-section-inner-container .service-card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc((100% * 0.5)  - (1px * 2));
        flex: 1 0 calc((100% * 0.5)  - (1px * 2));
        width: calc((100% * 0.5)  - (1px * 2));
        max-width: calc((100% * 0.5)  - (1px * 2)); } }
    @media (max-width: 767.98px) {
      .services-section .services-section-inner-container .service-card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%;
        max-width: 100%; } }
    .services-section .services-section-inner-container .service-card:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: #be1e2d;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transition: -webkit-transform 0.5s 0s ease-in-out;
      transition: -webkit-transform 0.5s 0s ease-in-out;
      -o-transition: transform 0.5s 0s ease-in-out;
      transition: transform 0.5s 0s ease-in-out;
      transition: transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out; }
    .services-section .services-section-inner-container .service-card:hover, .services-section .services-section-inner-container .service-card:focus, .services-section .services-section-inner-container .service-card:active {
      -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); }
      .services-section .services-section-inner-container .service-card:hover:after, .services-section .services-section-inner-container .service-card:focus:after, .services-section .services-section-inner-container .service-card:active:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1); }
      .services-section .services-section-inner-container .service-card:hover .service-card-inner .service-img-wrap:before, .services-section .services-section-inner-container .service-card:focus .service-card-inner .service-img-wrap:before, .services-section .services-section-inner-container .service-card:active .service-card-inner .service-img-wrap:before {
        opacity: 1; }
      .services-section .services-section-inner-container .service-card:hover .service-card-inner .service-img-wrap:after, .services-section .services-section-inner-container .service-card:focus .service-card-inner .service-img-wrap:after, .services-section .services-section-inner-container .service-card:active .service-card-inner .service-img-wrap:after {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
    .services-section .services-section-inner-container .service-card .service-card-inner .service-img-wrap {
      display: block;
      width: 100%;
      padding: 150px 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative; }
      .services-section .services-section-inner-container .service-card .service-card-inner .service-img-wrap:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
        background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
        background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
        background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
        background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s; }
      .services-section .services-section-inner-container .service-card .service-card-inner .service-img-wrap:after {
        content: 'View';
        text-transform: uppercase;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(0, 60%);
        -ms-transform: translate(0, 60%);
        transform: translate(0, 60%);
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        font-weight: 700;
        opacity: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: calc(0.889 * 16px);
        -webkit-transition: opacity 0.7s 0.3s, -webkit-transform 0.3s 0.4s;
        transition: opacity 0.7s 0.3s, -webkit-transform 0.3s 0.4s;
        -o-transition: transform 0.3s 0.4s, opacity 0.7s 0.3s;
        transition: transform 0.3s 0.4s, opacity 0.7s 0.3s;
        transition: transform 0.3s 0.4s, opacity 0.7s 0.3s, -webkit-transform 0.3s 0.4s; }
    .services-section .services-section-inner-container .service-card .service-card-inner .service-card-content {
      display: block;
      padding: 16px; }
      .services-section .services-section-inner-container .service-card .service-card-inner .service-card-content .title {
        display: block;
        font-family: "Rajdhani";
        font-size: calc(1.666 * 16px);
        margin: 16px 0;
        line-height: 1.3; }
      .services-section .services-section-inner-container .service-card .service-card-inner .service-card-content .excerpt {
        color: #757575;
        display: block; }
        .services-section .services-section-inner-container .service-card .service-card-inner .service-card-content .excerpt p {
          line-height: 1.3; }
    .services-section .services-section-inner-container .service-card .service-card-inner:hover, .services-section .services-section-inner-container .service-card .service-card-inner:focus, .services-section .services-section-inner-container .service-card .service-card-inner:active {
      text-decoration: none; }

.services-section .btn-wrap {
  margin-top: 16px;
  text-align: center; }

.nucleo-acf-section.testimonial_slider_section {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  .nucleo-acf-section.testimonial_slider_section.no-background-image .section-title {
    margin-bottom: 40px; }
    .nucleo-acf-section.testimonial_slider_section.no-background-image .section-title h2 {
      color: #3B4044;
      text-align: center; }
    .nucleo-acf-section.testimonial_slider_section.no-background-image .section-title p {
      text-align: center;
      color: #3B4044; }
  .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .slick-prev, .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .slick-next {
    border-color: rgba(0, 0, 0, 0.3); }
    .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .slick-prev:before, .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .slick-next:before {
      color: #616161; }
    .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .slick-prev:hover:before, .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .slick-prev:active:before, .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .slick-prev:focus:before, .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .slick-next:hover:before, .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .slick-next:active:before, .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .slick-next:focus:before {
      color: #BDBDBD; }
  .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .single-testimonial-slide {
    text-align: center; }
    .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .single-testimonial-slide p {
      color: #3B4044;
      padding: 0 25px; }
      .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .single-testimonial-slide p.blurb {
        font-size: calc(1.666 * 16px); }
      .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .single-testimonial-slide p.content:before, .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .single-testimonial-slide p.content:after {
        content: '"';
        font-family: sans-serif;
        font-style: italic;
        color: #3B4044;
        margin: 0 4px; }
      .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .single-testimonial-slide p.customer {
        font-style: italic; }
    .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .single-testimonial-slide .seperator {
      height: 2px;
      width: 100px;
      background-color: #be1e2d;
      margin: 0 auto 24px auto; }
    .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .single-testimonial-slide__avatar {
      margin-bottom: 15px; }
      .nucleo-acf-section.testimonial_slider_section.no-background-image .testimonial-slider-wrap .single-testimonial-slide__avatar img {
        display: inline;
        border-radius: 100%; }
  .nucleo-acf-section.testimonial_slider_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.5); }
  .nucleo-acf-section.testimonial_slider_section .section-title {
    margin-bottom: 40px; }
    .nucleo-acf-section.testimonial_slider_section .section-title h2 {
      color: #fff;
      text-align: center; }
    .nucleo-acf-section.testimonial_slider_section .section-title p {
      text-align: center;
      color: white; }
  @media (max-width: 767.98px) {
    .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-prev {
      left: -10px; }
    .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-next {
      right: -10px; } }
  .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-prev, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-next {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    -webkit-transition: background-color 0.5s, border-color 0.5s;
    -o-transition: background-color 0.5s, border-color 0.5s;
    transition: background-color 0.5s, border-color 0.5s; }
    .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-prev:hover, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-prev:focus, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-prev:active, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-next:hover, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-next:focus, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-next:active {
      background: rgba(255, 255, 255, 0.15); }
      .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-prev:hover:before, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-prev:focus:before, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-prev:active:before, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-next:hover:before, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-next:focus:before, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-next:active:before {
        color: #fff; }
    .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-prev:before, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-next:before {
      color: rgba(255, 255, 255, 0.5);
      opacity: 1;
      font-size: calc(1.125 * 16px); }
  .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-prev:before {
    content: "\";
    font-family: FontAwesome; }
  .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .slick-next:before {
    content: "\";
    font-family: FontAwesome; }
  .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .single-testimonial-slide {
    text-align: center; }
    .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .single-testimonial-slide p {
      color: white;
      padding: 0 25px; }
      .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .single-testimonial-slide p.blurb {
        font-size: calc(1.666 * 16px); }
      .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .single-testimonial-slide p.content:before, .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .single-testimonial-slide p.content:after {
        content: '"';
        font-family: sans-serif;
        font-style: italic;
        color: white;
        margin: 0 4px; }
      .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .single-testimonial-slide p.customer {
        font-style: italic; }
    .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .single-testimonial-slide .seperator {
      height: 2px;
      width: 100px;
      background-color: #be1e2d;
      margin: 0 auto 24px auto; }
    .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .single-testimonial-slide__avatar {
      margin-bottom: 15px; }
      .nucleo-acf-section.testimonial_slider_section .testimonial-slider-wrap .single-testimonial-slide__avatar img {
        display: inline;
        border-radius: 100%; }
  .nucleo-acf-section.testimonial_slider_section .button-wrap {
    text-align: center; }

/* --------------------------------------
/*  Icon / Text Repeater
/* -------------------------------------*/
.nucleo-acf-section.icon_text_repeater_section.three-icon-columns .icon-text-wrap .icon-text-item {
  width: 33.33%; }

.nucleo-acf-section.icon_text_repeater_section.four-icon-columns .icon-text-wrap .icon-text-item {
  width: 25%; }

.nucleo-acf-section.icon_text_repeater_section .heading, .nucleo-acf-section.icon_text_repeater_section .sub-heading {
  text-align: center; }

.nucleo-acf-section.icon_text_repeater_section .icon-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 543.98px) {
    .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap div.icon-text-item {
      width: 100%; } }
  .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item {
    text-align: center;
    padding: 16px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item i {
      color: #be1e2d;
      display: inline-block;
      font-size: 5rem;
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s;
      margin-bottom: 4px; }
    .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .title {
      font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.125em;
      margin: 15px 0; }
      .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .title a, .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .titlea {
        color: #be1e2d; }
        .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .title a:hover, .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .title a:focus, .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .titlea:hover, .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .titlea:focus {
          text-decoration: underline;
          color: #921723; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .title {
          font-size: calc( 1.125em + (18 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .title {
          font-size: 1.125em; } }
    .nucleo-acf-section.icon_text_repeater_section .icon-text-wrap .icon-text-item .sub-title {
      margin: 0;
      font-size: 16px;
      color: #9E9E9E;
      max-width: 100%;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; }

.facebook_feed_section .section-heading h2 {
  font-size: 1.424em;
  margin-top: 0; }
  @media (min-width: 400px) and (max-width: 1400px) {
    .facebook_feed_section .section-heading h2 {
      font-size: calc( 1.424em + (48 - 22.784) * ( (100vw - 400px) / ( 1400 - 400) )); } }
  @media (min-width: 1400px) {
    .facebook_feed_section .section-heading h2 {
      font-size: 3em; } }

.facebook_feed_section a.btn i, .facebook_feed_section .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"] i, .nucleo-acf-section.form_call_to_action_section .form-container .nf-form-cont .submit-wrap .facebook_feed_section a.ninja-forms-field[type="button"] i, .facebook_feed_section .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap a.ninja-forms-field[type="button"] i, .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .facebook_feed_section a.ninja-forms-field[type="button"] i {
  margin-left: 16px; }

.facebook_feed_section .fb-feed-wrap {
  display: inline-block;
  width: auto;
  border: 24px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  text-align: right; }
  @media (max-width: 991.98px) {
    .facebook_feed_section .fb-feed-wrap {
      margin-top: 48px;
      text-align: center; } }

/* --------------------------------------
/*  Call To Action
/* -------------------------------------*/
.nucleo-acf-section.call_to_action_section {
  background-position: center center;
  background-size: cover;
  /* --------------------------------------
  /*  Has Background Image
  /* -------------------------------------*/
  /* --------------------------------------
  /*  Form
  /* -------------------------------------*/ }
  .nucleo-acf-section.call_to_action_section .heading {
    text-align: center; }
    .nucleo-acf-section.call_to_action_section .heading .title {
      font-size: 1.266em;
      padding-top: 0;
      margin-top: 0; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .nucleo-acf-section.call_to_action_section .heading .title {
          font-size: calc( 1.266em + (26.656 - 20.256) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .nucleo-acf-section.call_to_action_section .heading .title {
          font-size: 1.666em; } }
  .nucleo-acf-section.call_to_action_section .btn-wrap {
    text-align: center; }
  .nucleo-acf-section.call_to_action_section.has-background-image {
    position: relative; }
    .nucleo-acf-section.call_to_action_section.has-background-image:before {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background: rgba(0, 0, 0, 0.35);
      z-index: 5; }
    .nucleo-acf-section.call_to_action_section.has-background-image .container {
      position: relative;
      z-index: 10; }
  .nucleo-acf-section.call_to_action_section .form-container .nf-form-cont .submit-wrap .ninja-forms-field[type="button"] {
    width: 100%; }

@media (min-width: 768px) {
  .single_col_content_section img.alignleft {
    margin-left: -66.666px; }
  .single_col_content_section img.alignright {
    margin-right: -66.666px; } }

@media (min-width: 992px) {
  .single_col_content_section img.alignleft {
    margin-left: -161.6602px; }
  .single_col_content_section img.alignright {
    margin-right: -161.6602px; } }

@media (min-width: 1200px) {
  .single_col_content_section img.alignleft {
    margin-left: -194.9922px; }
  .single_col_content_section img.alignright {
    margin-right: -194.9922px; } }

.image_only_section.image_only_section_contained.image_small img, .image_only_section.image_only_section_full-width.image_small img {
  width: 50%; }
  @media (min-width: 544px) {
    .image_only_section.image_only_section_contained.image_small img, .image_only_section.image_only_section_full-width.image_small img {
      width: 25%; } }

.image_only_section.image_only_section_contained.image_medium img, .image_only_section.image_only_section_full-width.image_medium img {
  width: 100%; }
  @media (min-width: 544px) {
    .image_only_section.image_only_section_contained.image_medium img, .image_only_section.image_only_section_full-width.image_medium img {
      width: 50%; } }

.image_only_section.image_only_section_contained.image_large img, .image_only_section.image_only_section_full-width.image_large img {
  width: 100%; }

.image_only_section.image_only_section_contained.image_center .container, .image_only_section.image_only_section_contained.image_center .container-fluid, .image_only_section.image_only_section_full-width.image_center .container, .image_only_section.image_only_section_full-width.image_center .container-fluid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.image_only_section.image_only_section_contained.image_left .container, .image_only_section.image_only_section_contained.image_left .container-fluid, .image_only_section.image_only_section_full-width.image_left .container, .image_only_section.image_only_section_full-width.image_left .container-fluid {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.image_only_section.image_only_section_contained.image_right .container, .image_only_section.image_only_section_contained.image_right .container-fluid, .image_only_section.image_only_section_full-width.image_right .container, .image_only_section.image_only_section_full-width.image_right .container-fluid {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.image_only_section.image_only_section_contained .container, .image_only_section.image_only_section_contained .container-fluid, .image_only_section.image_only_section_full-width .container, .image_only_section.image_only_section_full-width .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#wrap .nucleo-acf-section[id$="__0"].animatedParent .animated {
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  visibility: visible !important;
  -webkit-animation: none !important;
  animation: none !important; }

/* --------------------------------------
/*  ShortCodes
/* -------------------------------------*/
/* --------------------------------------
/*  Percentage Slider
/* -------------------------------------*/
.percentage-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px; }
  .percentage-slider__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #3B4044; }
  .percentage-slider__percentage-text:after {
    content: "%"; }
  .percentage-slider__title, .percentage-slider__percentage-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.79em; }
    @media (min-width: 400px) and (max-width: 1400px) {
      .percentage-slider__title, .percentage-slider__percentage-text {
        font-size: calc( 0.79em + (12.64 - 12.64) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      .percentage-slider__title, .percentage-slider__percentage-text {
        font-size: 0.79em; } }
  .percentage-slider__progress-bar-container {
    height: 7px;
    width: 100%;
    position: relative;
    background: #EEEEEE;
    overflow: hidden; }
  .percentage-slider__progress-bar {
    position: absolute;
    background: #be1e2d;
    height: 100%; }

/* --------------------------------------
/*  Site Option
/* -------------------------------------*/
.shortcode-site-option {
  display: block;
  padding: 0 0 16px 32px;
  position: relative; }
  .shortcode-site-option i {
    position: absolute;
    color: #be1e2d;
    left: 0;
    top: 0; }
    .shortcode-site-option i.fa {
      top: 4px; }
  .shortcode-site-option a {
    color: #757575; }

/* --------------------------------------
/*  Blog
/* -------------------------------------- */
/* --------------------------------------
/*  Blog
/* -------------------------------------- */
.blog-sidebar h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700; }

.blog-sidebar .share-buttons, .blog-sidebar .recent-posts, .blog-sidebar .category-list, .blog-sidebar .tag-list, .blog-sidebar .author-list {
  border-top: 1px solid #E0E0E0;
  margin-bottom: 40px; }

.blog-sidebar .category-list ul, .blog-sidebar .tag-list ul, .blog-sidebar .author-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .blog-sidebar .category-list ul li a, .blog-sidebar .tag-list ul li a, .blog-sidebar .author-list ul li a {
    position: relative;
    padding-left: 24px;
    display: block;
    color: #3B4044;
    font-size: calc(16px - 2px); }
    .blog-sidebar .category-list ul li a:before, .blog-sidebar .tag-list ul li a:before, .blog-sidebar .author-list ul li a:before {
      position: absolute;
      top: 0;
      left: 0; }
  .blog-sidebar .category-list ul li + li a, .blog-sidebar .tag-list ul li + li a, .blog-sidebar .author-list ul li + li a {
    margin-top: 4px; }

.blog-sidebar .category-list ul li a:before {
  content: "\f024";
  font-family: FontAwesome; }

.blog-sidebar .tag-list ul li a:before {
  content: "\f02b";
  font-family: FontAwesome; }

.blog-sidebar .author-list ul li a:before {
  content: "\f2be";
  font-family: FontAwesome; }

/* --------------------------------------
/*  Recent Posts
/* -------------------------------------*/
.blog-sidebar .recent-post {
  font-size: calc(16px - 2px); }
  .blog-sidebar .recent-post + .recent-post {
    margin-top: 24px; }
  .blog-sidebar .recent-post p {
    margin: 0;
    padding: 0;
    font-size: inherit; }
    .blog-sidebar .recent-post p.title {
      font-weight: 700; }
      .blog-sidebar .recent-post p.title a {
        color: inherit; }
  .blog-sidebar .recent-post .date {
    font-size: calc(0.889 * 16px);
    margin: 0 0 4px 0; }

/* --------------------------------------
/*  Blog Cards
/* -------------------------------------*/
.blog-posts > .container > .row {
  margin: 0 -8px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.blog-posts .blog-card {
  padding: 0;
  margin: 0 4px 8px;
  background: #EEEEEE;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .blog-posts .blog-card[class*="-4"] {
    width: calc((100 * 0.332%) - 16px); }
  .blog-posts .blog-card[class*="-3"] {
    width: calc((100 * 0.25%) - 16px); }
  .blog-posts .blog-card[class*="-6"] {
    width: calc((100 * 0.5%) - 16px); }
  @media (max-width: 991.98px) {
    .blog-posts .blog-card[class*='col-'] {
      width: calc((50%) - 16px);
      max-width: none; } }
  @media (max-width: 767.98px) {
    .blog-posts .blog-card[class*='col-'] {
      width: calc((100%) - 16px);
      max-width: none; } }
  .blog-posts .blog-card .blog-card-featured-image {
    padding-bottom: 50%;
    background-position: center center;
    background-size: cover;
    position: relative; }
    .blog-posts .blog-card .blog-card-featured-image a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .blog-posts .blog-card .blog-card-featured-image a:hover, .blog-posts .blog-card .blog-card-featured-image a:focus, .blog-posts .blog-card .blog-card-featured-image a:active {
        opacity: 1; }
  .blog-posts .blog-card .blog-card-content {
    padding: 24px; }
    .blog-posts .blog-card .blog-card-content .blog-card-title h2 {
      font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.125em; }
      .blog-posts .blog-card .blog-card-content .blog-card-title h2 a, .blog-posts .blog-card .blog-card-content .blog-card-title h2a {
        color: #be1e2d; }
        .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:focus, .blog-posts .blog-card .blog-card-content .blog-card-title h2a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2a:focus {
          text-decoration: underline;
          color: #921723; }
      @media (min-width: 400px) and (max-width: 1400px) {
        .blog-posts .blog-card .blog-card-content .blog-card-title h2 {
          font-size: calc( 1.125em + (18 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        .blog-posts .blog-card .blog-card-content .blog-card-title h2 {
          font-size: 1.125em; } }
      .blog-posts .blog-card .blog-card-content .blog-card-title h2 a {
        color: inherit; }
        .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a:focus, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a a, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a a:hover, .blog-posts .blog-card .blog-card-content .blog-card-title h2 a a:focus {
          text-decoration: none; }

/* --------------------------------------
/*  Share This
/* -------------------------------------*/
.share-buttons ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .share-buttons ul li {
    display: inline-block; }
    .share-buttons ul li a {
      font-weight: normal;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      .share-buttons ul li a:hover, .share-buttons ul li a:focus, .share-buttons ul li a a, .share-buttons ul li a a:hover, .share-buttons ul li a a:focus {
        text-decoration: none; }

.share-buttons .share-buttons-list {
  margin: 10px 0; }
  .share-buttons .share-buttons-list li + li {
    padding-left: 4px; }
  .share-buttons .share-buttons-list li a {
    display: block; }
    .share-buttons .share-buttons-list li a i {
      color: #9E9E9E;
      padding-right: 4px;
      font-size: calc(1.125 * 16px);
      vertical-align: top;
      -webkit-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
    .share-buttons .share-buttons-list li a:hover i, .share-buttons .share-buttons-list li a:focus i, .share-buttons .share-buttons-list li a:active i {
      color: #363636; }

.blog-main-content .share-buttons {
  margin-top: 32px; }
  .blog-main-content .share-buttons h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700; }

/* --------------------------------------
/*  Pagination
/* -------------------------------------*/
.pagination {
  font-size: calc(0.889 * 16px); }
  .pagination .page-numbers {
    min-width: 32px;
    min-height: 24px;
    border: 1px solid #E0E0E0;
    display: inline-block;
    text-align: center;
    padding: 4px; }
    .pagination .page-numbers.current {
      background: #F6F6F6; }
  .pagination a {
    color: inherit; }

/* --------------------------------------
/*  Footer Blog
/* -------------------------------------*/
@media (max-width: 991.98px) {
  .footer-blog-posts {
    margin-top: 24px; } }

.footer-blog-posts .footer-blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px; }
  .footer-blog-posts .footer-blog-post .image-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 60px;
    margin-right: 16px; }
  .footer-blog-posts .footer-blog-post .content-container p {
    margin: 0;
    padding: 0; }
    .footer-blog-posts .footer-blog-post .content-container p.heading {
      color: #fff;
      font-weight: 700; }

/* --------------------------------------
/*  Nucleo Modal
/* -------------------------------------*/
.nucleo-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 16;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  .nucleo-modal-container.activated {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nucleo-modal-container .nucleo-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3; }
  .nucleo-modal-container .nucleo-modal-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    background-color: #fff; }
    .nucleo-modal-container .nucleo-modal-inner .nucleo-modal-close-btn {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 15px 15px;
      line-height: 1;
      font-size: 20px; }
    @media (max-width: 0.08px) {
      .nucleo-modal-container .nucleo-modal-inner {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto; } }

.nucleo-modal-container .opening-hours-wrap {
  padding: 30px;
  min-width: 500px;
  max-width: 33vw; }
  @media (max-width: 991.98px) {
    .nucleo-modal-container .opening-hours-wrap {
      min-width: 75vw;
      max-width: 75vw; } }
  @media (max-width: 767.98px) {
    .nucleo-modal-container .opening-hours-wrap {
      min-width: 95vw;
      max-width: 95vw; } }
  .nucleo-modal-container .opening-hours-wrap p, .nucleo-modal-container .opening-hours-wrap ul, .nucleo-modal-container .opening-hours-wrap span, .nucleo-modal-container .opening-hours-wrap div {
    font-size: calc(0.889 * 16px); }
  .nucleo-modal-container .opening-hours-wrap .open-hours ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .nucleo-modal-container .opening-hours-wrap .open-hours ul li {
      display: block;
      border-bottom: 1px dotted #ccc;
      padding: 6px 0; }
      .nucleo-modal-container .opening-hours-wrap .open-hours ul li.today {
        font-weight: 700; }
      .nucleo-modal-container .opening-hours-wrap .open-hours ul li .open-time {
        display: inline-block;
        float: right;
        padding-left: 8px;
        margin: 0; }
  .nucleo-modal-container .opening-hours-wrap .notes {
    margin-top: 30px; }

/* --------------------------------------
/*  Hero
/* -------------------------------------*/
.hero-section {
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 65vh;
  height: 65vh;
  width: 100%; }
  .hero-section.hero-section--sm {
    min-height: 40vh; }
  .hero-section[data-pos="center-top"] {
    background-position: center top; }
  .hero-section[data-pos="center-center"] {
    background-position: center center; }
  .hero-section[data-pos="center-bottom"] {
    background-position: center bottom; }
  .hero-section[data-pos="left-top"] {
    background-position: left top; }
  .hero-section[data-pos="left-center"] {
    background-position: left center; }
  .hero-section[data-pos="left-bottom"] {
    background-position: left bottom; }
  .hero-section[data-pos="right-top"] {
    background-position: right top; }
  .hero-section[data-pos="right-center"] {
    background-position: right center; }
  .hero-section[data-pos="right-bottom"] {
    background-position: right bottom; }
  .hero-section[data-over="light"]:after {
    background-color: rgba(0, 0, 0, 0.25); }
  .hero-section[data-over="medium"]:after {
    background-color: rgba(0, 0, 0, 0.5); }
  .hero-section[data-over="dark"]:after {
    background-color: rgba(0, 0, 0, 0.7); }
  .hero-section:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%; }
  .hero-section .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
    .hero-section .container.hero-contained {
      background-size: cover;
      width: 100%;
      padding-bottom: 620px;
      max-width: 1170px; }
      @media (max-width: 1170px) {
        .hero-section .container.hero-contained {
          padding-bottom: 52.99145%; } }
  @media (max-width: 991.98px) {
    .hero-section .blurb {
      display: none; } }
  .hero-section .inner {
    position: relative;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10; }
    @media (max-width: 991.98px) {
      .hero-section .inner {
        display: none; } }
    .hero-section .inner h1, .hero-section .inner h2, .hero-section .inner h3,
    .hero-section .inner h4, .hero-section .inner h5, .hero-section .inner h6,
    .hero-section .inner p, .hero-section .inner a, .hero-section .inner span,
    .hero-section .inner ul, .hero-section .inner ol, .hero-section .inner li,
    .hero-section .inner textarea,
    .hero-section .inner input, .hero-section .inner button, .hero-section .inner label {
      color: #fff; }
    .hero-section .inner p {
      color: rgba(255, 255, 255, 0.9); }
    .hero-section .inner h1 {
      padding: 0;
      margin: 0; }

/* --------------------------------------
/*  hero-section-mobile-title
/* -------------------------------------*/
.hero-section-mobile-title {
  display: none;
  padding: 24px 0;
  background: #EEEEEE; }
  .hero-section-mobile-title p {
    margin: 0;
    padding: 0; }
  @media (max-width: 991.98px) {
    .hero-section-mobile-title {
      display: block; } }

/* --------------------------------------
/*  Hero Section
/* -------------------------------------*/
.minimal-hero-section {
  background: white;
  padding: 8vh 0 0;
  text-align: center; }
  .minimal-hero-section h1 {
    margin: 0;
    padding: 0;
    color: #3B4044;
    position: relative; }
    .minimal-hero-section h1:after {
      content: "";
      position: absolute;
      display: block;
      height: 3px;
      width: 60px;
      background: #be1e2d;
      margin-bottom: 10px;
      top: 110%;
      left: calc(50% - 30px); }

/* --------------------------------------
/*  Breadcrumbs
/* -------------------------------------*/
.body-section .breadcrumbs {
  position: relative;
  font-size: calc(0.889 * 16px);
  margin-bottom: 16px; }
  .body-section .breadcrumbs a {
    color: #9E9E9E; }
  .body-section .breadcrumbs span.delimiter {
    display: inline-block;
    padding: 0 5px; }

/* --------------------------------------
/*  Sidebar Share Buttons
/* -------------------------------------*/
.share-buttons-sidebar {
  position: fixed;
  top: 50%;
  left: -45px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  z-index: 48; }
  @media (max-width: 767.98px) {
    .share-buttons-sidebar {
      display: none; } }
  .share-buttons-sidebar.active {
    left: 0; }
    .share-buttons-sidebar.active .sharing-title {
      opacity: 1; }
    .share-buttons-sidebar.active .sharing ul li {
      margin-left: 0; }
  .share-buttons-sidebar .sharing-title {
    font-size: 10px;
    opacity: 0;
    -webkit-transition: opacity 1s 1s;
    -o-transition: opacity 1s 1s;
    transition: opacity 1s 1s;
    width: 45px;
    text-align: right; }
  .share-buttons-sidebar .sharing ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .share-buttons-sidebar .sharing ul li {
      display: block;
      margin-left: -45px;
      -webkit-transition: margin 0.5s;
      -o-transition: margin 0.5s;
      transition: margin 0.5s; }
      .share-buttons-sidebar .sharing ul li:nth-child(1) {
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s; }
      .share-buttons-sidebar .sharing ul li:nth-child(2) {
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
      .share-buttons-sidebar .sharing ul li:nth-child(3) {
        -webkit-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      .share-buttons-sidebar .sharing ul li:nth-child(4) {
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition-delay: 0.4s; }
      .share-buttons-sidebar .sharing ul li:nth-child(5) {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .share-buttons-sidebar .sharing ul li a {
        position: relative;
        z-index: 10;
        width: 45px;
        height: 45px;
        background: #9E9E9E;
        color: #fff;
        text-align: right;
        padding: 5px;
        -webkit-transition: width 0.25s, -webkit-transform 0.5s;
        transition: width 0.25s, -webkit-transform 0.5s;
        -o-transition: width 0.25s, transform 0.5s;
        transition: width 0.25s, transform 0.5s;
        transition: width 0.25s, transform 0.5s, -webkit-transform 0.5s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .share-buttons-sidebar .sharing ul li a:hover, .share-buttons-sidebar .sharing ul li a:focus, .share-buttons-sidebar .sharing ul li a a, .share-buttons-sidebar .sharing ul li a a:hover, .share-buttons-sidebar .sharing ul li a a:focus {
          text-decoration: none; }
        .share-buttons-sidebar .sharing ul li a i {
          position: relative;
          z-index: 10;
          -webkit-transition: text-shadow 0.5s;
          -o-transition: text-shadow 0.5s;
          transition: text-shadow 0.5s;
          font-size: 18px; }
        .share-buttons-sidebar .sharing ul li a:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0);
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
          background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
          background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
          background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
          background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
          -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: center right;
          -ms-transform-origin: center right;
          transform-origin: center right;
          -webkit-transition: -webkit-transform 0.25s;
          transition: -webkit-transform 0.25s;
          -o-transition: transform 0.25s;
          transition: transform 0.25s;
          transition: transform 0.25s, -webkit-transform 0.25s;
          z-index: 5; }
        .share-buttons-sidebar .sharing ul li a:hover, .share-buttons-sidebar .sharing ul li a:focus, .share-buttons-sidebar .sharing ul li a:active {
          width: calc(45px + 5px); }
          .share-buttons-sidebar .sharing ul li a:hover:before, .share-buttons-sidebar .sharing ul li a:focus:before, .share-buttons-sidebar .sharing ul li a:active:before {
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
          .share-buttons-sidebar .sharing ul li a:hover i, .share-buttons-sidebar .sharing ul li a:focus i, .share-buttons-sidebar .sharing ul li a:active i {
            text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5); }
      .share-buttons-sidebar .sharing ul li.facebook a {
        background: #3B5998; }
      .share-buttons-sidebar .sharing ul li.twitter a {
        background: #00A0D1; }
      .share-buttons-sidebar .sharing ul li.googleplus a {
        background: #C63D2D; }
      .share-buttons-sidebar .sharing ul li.linkedin a {
        background: #4875B4; }

.footer-cta-section {
  background: #be1e2d;
  padding: 7vh 0; }
  .footer-cta-section .footer-cta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 991.98px) {
      .footer-cta-section .footer-cta-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .footer-cta-section .footer-cta-container .tagline {
      color: #fff;
      padding: 0;
      margin: 0;
      margin-right: 24px;
      font-weight: 700; }
      @media (max-width: 991.98px) {
        .footer-cta-section .footer-cta-container .tagline {
          margin-bottom: 16px;
          margin-right: 0; } }
    .footer-cta-section .footer-cta-container a.cta-button {
      display: none; }
      @media (min-width: 768px) {
        .footer-cta-section .footer-cta-container a.cta-button {
          display: block; } }
    .footer-cta-section .footer-cta-container a.cta-button__mob {
      display: block; }
      @media (min-width: 768px) {
        .footer-cta-section .footer-cta-container a.cta-button__mob {
          display: none; } }

/* --------------------------------------
/*  404 Page
    NB: See Landing Page for the header.

    - 404
      - Content
      - Form
        - Title
        - Search
        - Search Results
        - Footer


/* -------------------------------------*/
/* --------------------------------------
/*  404
/* -------------------------------------*/
body.error404 {
  background-image: url("../images/404/404-bg.jpg");
  background-size: cover;
  background-position: center center; }
  body.error404 #wrap #mega-menu-wrap-header-menu #mega-menu-header-menu {
    visibility: hidden; }
  body.error404 #wrap #mega-menu-wrap-header-menu #mega-menu-header-menu {
    visibility: hidden; }
  body.error404 #wrap #mega-menu-wrap-header-menu .mega-menu-toggle {
    visibility: hidden; }
  body.error404 .fourofour {
    padding: 0;
    margin: 30vh 0 0; }
  body.error404 .fourofour-inner-container h1 {
    font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
    font-size: 16px;
    color: #3B4044;
    line-height: 1.2;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 0;
    padding-top: 0;
    font-size: 1.424em;
    color: #fff;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    body.error404 .fourofour-inner-container h1 a, body.error404 .fourofour-inner-container h1a {
      color: #757575; }
      body.error404 .fourofour-inner-container h1 a:hover, body.error404 .fourofour-inner-container h1 a:focus, body.error404 .fourofour-inner-container h1a:hover, body.error404 .fourofour-inner-container h1a:focus {
        text-decoration: underline;
        color: #5c5c5c; }
    @media (min-width: 400px) and (max-width: 1400px) {
      body.error404 .fourofour-inner-container h1 {
        font-size: calc( 1.424em + (38.784 - 22.784) * ( (100vw - 400px) / ( 1400 - 400) )); } }
    @media (min-width: 1400px) {
      body.error404 .fourofour-inner-container h1 {
        font-size: 2.424em; } }
  body.error404 .fourofour-inner-container small {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    margin-bottom: 16px; }
  body.error404 .fourofour-inner-container p {
    color: #fff; }
  body.error404 .fourofour-search-container {
    opacity: 0;
    background: #363636;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding: 32px; }
    @media (max-width: 991.98px) {
      body.error404 .fourofour-search-container {
        margin: 24px 0;
        height: auto !important; } }
    body.error404 .fourofour-search-container.active {
      opacity: 1; }
    body.error404 .fourofour-search-container .fourofour-search-title {
      font-family: "Rajdhani", "Helvetica", Arial, Helvetica, Sans-serif;
      font-size: 16px;
      color: #3B4044;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none;
      letter-spacing: 0;
      font-size: 1.125em;
      color: #fff;
      margin-bottom: 16px; }
      body.error404 .fourofour-search-container .fourofour-search-title a, body.error404 .fourofour-search-container .fourofour-search-titlea {
        color: #be1e2d; }
        body.error404 .fourofour-search-container .fourofour-search-title a:hover, body.error404 .fourofour-search-container .fourofour-search-title a:focus, body.error404 .fourofour-search-container .fourofour-search-titlea:hover, body.error404 .fourofour-search-container .fourofour-search-titlea:focus {
          text-decoration: underline;
          color: #921723; }
      @media (min-width: 400px) and (max-width: 1400px) {
        body.error404 .fourofour-search-container .fourofour-search-title {
          font-size: calc( 1.125em + (18 - 18) * ( (100vw - 400px) / ( 1400 - 400) )); } }
      @media (min-width: 1400px) {
        body.error404 .fourofour-search-container .fourofour-search-title {
          font-size: 1.125em; } }
    body.error404 .fourofour-search-container .search-container {
      margin-bottom: 4px; }
      body.error404 .fourofour-search-container .search-container .input-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body.error404 .fourofour-search-container .search-container .input-group input.search-input {
          font-size: calc(0.889 * 16px);
          padding: 16px;
          border: rgba(255, 255, 255, 0.5);
          background: rgba(255, 255, 255, 0.85);
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          border-radius: 0;
          -webkit-appearance: none;
          outline: 0 none;
          line-height: 1; }
        body.error404 .fourofour-search-container .search-container .input-group .search-submit {
          border-radius: 0;
          background: #be1e2d;
          border-color: #be1e2d; }
  body.error404 .search-results a {
    display: block;
    background: rgba(255, 255, 255, 0.25);
    padding: 16px 32px 16px 16px;
    margin-bottom: 4px;
    color: #fff;
    font-size: calc(16px - 2px);
    position: relative;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s; }
    body.error404 .search-results a:after {
      content: "\f054";
      font-family: FontAwesome;
      position: absolute;
      line-height: 1;
      top: 50%;
      right: 24px;
      -webkit-transform: translate(0, -49%);
      -ms-transform: translate(0, -49%);
      transform: translate(0, -49%);
      color: #fff; }
    body.error404 .search-results a:hover, body.error404 .search-results a:focus, body.error404 .search-results a:active {
      background: rgba(255, 255, 255, 0.5);
      text-decoration: none; }
  body.error404 .footer-cta-section, body.error404 .footer-top {
    display: none; }
  body.error404 .footer-bottom .copyright-information {
    padding: 0; }

/* --------------------------------------
/*  Contact Us Page

    - Contact Details
    - Map Section

/* -------------------------------------*/
/* --------------------------------------
/*  Contact Details
/* -------------------------------------*/
.contact-us-page-contact-details .contact-detail {
  border-top: 1px solid #E0E0E0;
  margin-bottom: 24px;
  padding-top: 16px; }
  .contact-us-page-contact-details .contact-detail p {
    padding: 0;
    margin: 0; }
    .contact-us-page-contact-details .contact-detail p a {
      color: inherit; }
    .contact-us-page-contact-details .contact-detail p.title {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 4px; }
    .contact-us-page-contact-details .contact-detail p.contact-detail-result {
      position: relative;
      padding-left: 32px; }
      .contact-us-page-contact-details .contact-detail p.contact-detail-result:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        color: #3B4044; }
  .contact-us-page-contact-details .contact-detail.phone p.contact-detail-result:before {
    content: "\f095";
    font-family: FontAwesome; }
  .contact-us-page-contact-details .contact-detail.address p.contact-detail-result:before {
    content: "\f041";
    font-family: FontAwesome; }
  .contact-us-page-contact-details .contact-detail.email p.contact-detail-result:before {
    content: "\f0e0";
    font-family: FontAwesome; }

.contact-us-page-contact-details .social {
  display: block; }
  .contact-us-page-contact-details .social .social ul li a i {
    color: #9E9E9E; }

/* --------------------------------------
/*  Map Section
/* -------------------------------------*/
.contact-us-page-map-section {
  background: #be1e2d; }
  .contact-us-page-map-section .title {
    padding: 32px 0;
    text-align: center; }
    .contact-us-page-map-section .title h2 {
      padding: 0;
      margin: 0;
      color: #fff;
      font-size: calc(1.125 * 16px);
      text-transform: uppercase; }

/* --------------------------------------
/*  Landing Page
/* -------------------------------------*/
body.page-template-template-landing-page .header-section-top {
  display: none !important; }

body.page-template-template-landing-page #wrap #mega-menu-wrap-header-menu #mega-menu-header-menu {
  visibility: hidden; }

body.page-template-template-landing-page #wrap #mega-menu-wrap-header-menu #mega-menu-header-menu {
  visibility: hidden; }

body.page-template-template-landing-page #wrap #mega-menu-wrap-header-menu .mega-menu-toggle {
  visibility: hidden; }

body.page-template-template-landing-page .hero-section {
  min-height: 80vh; }

body.page-template-template-landing-page .hero-section--sm {
  min-height: 60vh; }

body.page-template-template-landing-page .sticky.past-pl-bottom, body.page-template-template-landing-page .sticky.shrunk.going-down {
  position: static; }

body.page-template-template-landing-page #sticky-header-placeholder.past-pl-bottom {
  display: none; }

.skip-bins-list-container .skip-bins-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .skip-bins-list-container .skip-bins-container .skip-bin {
    text-align: center; }

.residential-order-form .slick-next:before, .residential-order-form .slick-prev:before {
  position: absolute;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.residential-order-form .slick-prev {
  left: 10px; }

.residential-order-form .slick-next {
  right: 10px; }

@media (min-width: 768px) {
  .residential-order-form .slick-prev {
    left: 20px; }
  .residential-order-form .slick-next {
    right: 20px; }
  .residential-order-form .slick-next:before, .residential-order-form .slick-prev:before {
    position: absolute;
    font-size: 66px; } }

.residential-order-form .rof__section {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  .residential-order-form .rof__section.activated .rof__section-body {
    display: block; }
  .residential-order-form .rof__section--delivery-address {
    background-color: #F6F6F6;
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .residential-order-form .rof__section--delivery-pickup {
    background-color: #F6F6F6;
    padding-top: 3rem;
    padding-bottom: 3rem; }

.residential-order-form .rof__skip-bins-slider {
  position: relative; }
  .residential-order-form .rof__skip-bins-slider:before, .residential-order-form .rof__skip-bins-slider:after {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    width: 60px;
    z-index: 3; }
    @media (max-width: 767.98px) {
      .residential-order-form .rof__skip-bins-slider:before, .residential-order-form .rof__skip-bins-slider:after {
        display: none; } }
  .residential-order-form .rof__skip-bins-slider:before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(25%, #fff), to(transparent));
    background: -webkit-linear-gradient(left, #fff 0%, #fff 25%, transparent 100%);
    background: -o-linear-gradient(left, #fff 0%, #fff 25%, transparent 100%);
    background: linear-gradient(to right, #fff 0%, #fff 25%, transparent 100%); }
  .residential-order-form .rof__skip-bins-slider:after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(25%, #fff), to(transparent));
    background: -webkit-linear-gradient(right, #fff 0%, #fff 25%, transparent 100%);
    background: -o-linear-gradient(right, #fff 0%, #fff 25%, transparent 100%);
    background: linear-gradient(to left, #fff 0%, #fff 25%, transparent 100%); }

.residential-order-form .rof__section-heading {
  text-align: center; }

.residential-order-form .rof__skip-bin {
  cursor: pointer;
  padding-bottom: 15px;
  padding-top: 15px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .residential-order-form .rof__skip-bin.selected {
    opacity: 1; }
  .residential-order-form .rof__skip-bin h3 {
    font-size: calc(1.125 * 16px); }
  .residential-order-form .rof__skip-bin__inner {
    padding: 1rem;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 100%; }
  .residential-order-form .rof__skip-bin__description {
    font-size: 0.8rem; }
    .residential-order-form .rof__skip-bin__description p {
      margin-bottom: 0; }

.residential-order-form .rof__waste-type {
  cursor: pointer;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 5px;
  opacity: 0.5; }
  .residential-order-form .rof__waste-type.selected {
    opacity: 1;
    background: #F6F6F6; }
  .residential-order-form .rof__waste-type__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    position: relative;
    background-size: cover;
    background-position: center center; }
  .residential-order-form .rof__waste-type__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding-left: 20px;
    padding-right: 20px; }
    .residential-order-form .rof__waste-type__title h3 {
      margin-bottom: 0; }

.residential-order-form .rof__additional-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  padding: 5px; }
  .residential-order-form .rof__additional-item.disabled {
    position: relative; }
    .residential-order-form .rof__additional-item.disabled:before {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.5);
      content: ' ';
      z-index: 1; }
  .residential-order-form .rof__additional-item__content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .residential-order-form .rof__additional-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
    position: relative;
    background-size: cover;
    background-position: center center; }
  .residential-order-form .rof__additional-item__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 20px; }
    .residential-order-form .rof__additional-item__title h3 {
      margin-bottom: 0; }
      .residential-order-form .rof__additional-item__title h3 .in-heading {
        font-weight: normal;
        font-size: 0.8em; }
  .residential-order-form .rof__additional-item__quantity-selector {
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px; }
  .residential-order-form .rof__additional-item__quantity-display {
    text-align: center;
    font-size: calc(1.666 * 16px);
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 55px; }
  .residential-order-form .rof__additional-item__less, .residential-order-form .rof__additional-item__more {
    cursor: pointer;
    background-color: #F6F6F6;
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50%; }
    .residential-order-form .rof__additional-item__less i, .residential-order-form .rof__additional-item__more i {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .residential-order-form .rof__additional-item__less:hover, .residential-order-form .rof__additional-item__less:focus, .residential-order-form .rof__additional-item__more:hover, .residential-order-form .rof__additional-item__more:focus {
      background: #EEEEEE; }

.nucleo-modal-inner .py-5 {
  padding-bottom: 1em !important; }

#rof--location-input {
  padding: 0.7rem 1rem;
  max-width: 100%;
  line-height: 1rem;
  width: 400px; }

#rof--pickup-date,
#rof--pickup-time,
#rof--delivery-time,
#rof--delivery-date {
  padding: 0.7rem 1rem;
  max-width: 100%;
  line-height: 1rem; }

.rof__pickup-date-time,
.rof__delivery-date-time {
  text-align: center;
  padding-top: 1rem; }
  .rof__pickup-date-time input[type="text"],
  .rof__delivery-date-time input[type="text"] {
    margin-right: -5px; }

.rof__details-wrap {
  background-color: #F6F6F6;
  padding: 1.5rem; }
  .rof__details-wrap .order-details-col {
    border-right: 1px solid #E0E0E0; }

#nf-field-69-wrap {
  margin-bottom: 0; }
  #nf-field-69-wrap #nf-field-69 {
    font-size: 0;
    height: 0px;
    border: none;
    padding: 0; }

#nf-field-71-wrap {
  margin-bottom: 0; }
  #nf-field-71-wrap #nf-field-71 {
    font-size: 0;
    height: 0px;
    border: none;
    padding: 0; }

body .label-right .checkbox-wrap .nf-field-label {
  width: 100%; }

.ninja-forms-field.disabled {
  opacity: 0.5; }

.rof__section .nf-field-element input[type="button"] {
  display: inline-block; }
  .rof__section .nf-field-element input[type="button"].nu-disallowed {
    display: none; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../vendors/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../vendors/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../vendors/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../vendors/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../vendors/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../vendors/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

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

.google-map {
  min-height: 300px;
  height: 400px; }

.padding-section {
  padding: 7vh 0; }

.no-padding {
  padding: 0; }

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

.no-padding-left {
  padding-left: 0; }

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

.no-padding-right {
  padding-right: 0; }

.margin-section {
  margin: 7vh 0; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

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

.no-margin-bottom {
  margin-bottom: 0; }

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

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

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

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

.reverse-text-colour p, .reverse-text-colour span,
.reverse-text-colour ul, .reverse-text-colour ol, .reverse-text-colour li {
  color: #fff; }

.reverse-text-colour-all h1, .reverse-text-colour-all h2, .reverse-text-colour-all h3,
.reverse-text-colour-all h4, .reverse-text-colour-all h5, .reverse-text-colour-all h6,
.reverse-text-colour-all p, .reverse-text-colour-all a, .reverse-text-colour-all span,
.reverse-text-colour-all ul, .reverse-text-colour-all ol, .reverse-text-colour-all li,
.reverse-text-colour-all textarea,
.reverse-text-colour-all input, .reverse-text-colour-all button, .reverse-text-colour-all label {
  color: #fff; }

.reverse-text-colour-headings h1, .reverse-text-colour-headings h2, .reverse-text-colour-headings h3,
.reverse-text-colour-headings h4, .reverse-text-colour-headings h5, .reverse-text-colour-headings h6 {
  color: #fff; }

.keyline-top--white {
  border-top: 1px solid rgba(255, 255, 255, 0.25); }

.keyline-bottom--white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }

.keyline-top--black {
  border-top: 1px solid rgba(0, 0, 0, 0.25); }

.keyline-bottom--black {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }

/* --------------------------------------
/*  Section Classes
/* -------------------------------------*/
.s-hero--full {
  min-height: 100vh; }

.s-hero--half {
  min-height: 50vh; }

.s-hero--two-thirds {
  min-height: 66vh; }

.s-content--large-2x {
  padding: 16vh 0; }

.s-content--large-2x--padding-top {
  padding-top: 16vh; }

.s-content--large-2x--padding-bottom {
  padding-bottom: 16vh; }

.s-content--large {
  padding: 12vh 0; }

.s-content--large--padding-top {
  padding-top: 12vh; }

.s-content--large--padding-bottom {
  padding-bottom: 12vh; }

.s-content--regular {
  padding: 8vh 0; }

.s-content--regular--padding-top {
  padding-top: 8vh; }

.s-content--regular--padding-bottom {
  padding-bottom: 8vh; }

.s-content--small {
  padding: 5.33333vh 0; }

.s-content--small--padding-top {
  padding-top: 5.33333vh; }

.s-content--small--padding-bottom {
  padding-bottom: 5.33333vh; }

.s-content--small-2x {
  padding: 4vh 0; }

.s-content--small-2x--padding-top {
  padding-top: 4vh; }

.s-content--small-2x--padding-bottom {
  padding-bottom: 4vh; }

/* --------------------------------------
/*  Aspect Ratio
/* -------------------------------------*/
.aspect-ratio {
  position: relative; }
  .aspect-ratio:before {
    display: block;
    content: "";
    width: 100%; }
  .aspect-ratio > .aspect-ratio__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .aspect-ratio.aspect-ratio--1-1:before {
    padding-top: 100%; }
  .aspect-ratio.aspect-ratio--2-3:before {
    padding-top: 150%; }
  .aspect-ratio.aspect-ratio--3-2:before {
    padding-top: 66.66667%; }
  .aspect-ratio.aspect-ratio--3-4:before {
    padding-top: 133.33333%; }
  .aspect-ratio.aspect-ratio--4-3:before {
    padding-top: 75%; }
  .aspect-ratio.aspect-ratio--16-9:before {
    padding-top: 56.25%; }

.s-footer__bottom {
  background: red; }
  .s-footer__bottom + .s-footer__bottom {
    background: green; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* --------------------------------------
/* Text-colour
/* -------------------------------------*/
.text-colour__palette-grey-100 {
  color: #F6F6F6; }

.background-colour__palette-grey-100 {
  background-color: #F6F6F6; }

.h1__text-colour__palette-grey-100 h1 {
  color: #F6F6F6; }

.h2__text-colour__palette-grey-100 h2 {
  color: #F6F6F6; }

.h3__text-colour__palette-grey-100 h3 {
  color: #F6F6F6; }

.h4__text-colour__palette-grey-100 h4 {
  color: #F6F6F6; }

.h5__text-colour__palette-grey-100 h5 {
  color: #F6F6F6; }

.h6__text-colour__palette-grey-100 h6 {
  color: #F6F6F6; }

.text-colour__palette-grey-200 {
  color: #EEEEEE; }

.background-colour__palette-grey-200 {
  background-color: #EEEEEE; }

.h1__text-colour__palette-grey-200 h1 {
  color: #EEEEEE; }

.h2__text-colour__palette-grey-200 h2 {
  color: #EEEEEE; }

.h3__text-colour__palette-grey-200 h3 {
  color: #EEEEEE; }

.h4__text-colour__palette-grey-200 h4 {
  color: #EEEEEE; }

.h5__text-colour__palette-grey-200 h5 {
  color: #EEEEEE; }

.h6__text-colour__palette-grey-200 h6 {
  color: #EEEEEE; }

.text-colour__palette-grey-300 {
  color: #E0E0E0; }

.background-colour__palette-grey-300 {
  background-color: #E0E0E0; }

.h1__text-colour__palette-grey-300 h1 {
  color: #E0E0E0; }

.h2__text-colour__palette-grey-300 h2 {
  color: #E0E0E0; }

.h3__text-colour__palette-grey-300 h3 {
  color: #E0E0E0; }

.h4__text-colour__palette-grey-300 h4 {
  color: #E0E0E0; }

.h5__text-colour__palette-grey-300 h5 {
  color: #E0E0E0; }

.h6__text-colour__palette-grey-300 h6 {
  color: #E0E0E0; }

.text-colour__palette-grey-400 {
  color: #BDBDBD; }

.background-colour__palette-grey-400 {
  background-color: #BDBDBD; }

.h1__text-colour__palette-grey-400 h1 {
  color: #BDBDBD; }

.h2__text-colour__palette-grey-400 h2 {
  color: #BDBDBD; }

.h3__text-colour__palette-grey-400 h3 {
  color: #BDBDBD; }

.h4__text-colour__palette-grey-400 h4 {
  color: #BDBDBD; }

.h5__text-colour__palette-grey-400 h5 {
  color: #BDBDBD; }

.h6__text-colour__palette-grey-400 h6 {
  color: #BDBDBD; }

.text-colour__palette-grey-500 {
  color: #9E9E9E; }

.background-colour__palette-grey-500 {
  background-color: #9E9E9E; }

.h1__text-colour__palette-grey-500 h1 {
  color: #9E9E9E; }

.h2__text-colour__palette-grey-500 h2 {
  color: #9E9E9E; }

.h3__text-colour__palette-grey-500 h3 {
  color: #9E9E9E; }

.h4__text-colour__palette-grey-500 h4 {
  color: #9E9E9E; }

.h5__text-colour__palette-grey-500 h5 {
  color: #9E9E9E; }

.h6__text-colour__palette-grey-500 h6 {
  color: #9E9E9E; }

.text-colour__palette-grey-800 {
  color: #3B4044; }

.background-colour__palette-grey-800 {
  background-color: #3B4044; }

.h1__text-colour__palette-grey-800 h1 {
  color: #3B4044; }

.h2__text-colour__palette-grey-800 h2 {
  color: #3B4044; }

.h3__text-colour__palette-grey-800 h3 {
  color: #3B4044; }

.h4__text-colour__palette-grey-800 h4 {
  color: #3B4044; }

.h5__text-colour__palette-grey-800 h5 {
  color: #3B4044; }

.h6__text-colour__palette-grey-800 h6 {
  color: #3B4044; }

.text-colour__palette-teal-500 {
  color: #60c2d3; }

.background-colour__palette-teal-500 {
  background-color: #60c2d3; }

.h1__text-colour__palette-teal-500 h1 {
  color: #60c2d3; }

.h2__text-colour__palette-teal-500 h2 {
  color: #60c2d3; }

.h3__text-colour__palette-teal-500 h3 {
  color: #60c2d3; }

.h4__text-colour__palette-teal-500 h4 {
  color: #60c2d3; }

.h5__text-colour__palette-teal-500 h5 {
  color: #60c2d3; }

.h6__text-colour__palette-teal-500 h6 {
  color: #60c2d3; }

.text-colour__palette-teal-200 {
  color: #b0e1e9; }

.background-colour__palette-teal-200 {
  background-color: #b0e1e9; }

.h1__text-colour__palette-teal-200 h1 {
  color: #b0e1e9; }

.h2__text-colour__palette-teal-200 h2 {
  color: #b0e1e9; }

.h3__text-colour__palette-teal-200 h3 {
  color: #b0e1e9; }

.h4__text-colour__palette-teal-200 h4 {
  color: #b0e1e9; }

.h5__text-colour__palette-teal-200 h5 {
  color: #b0e1e9; }

.h6__text-colour__palette-teal-200 h6 {
  color: #b0e1e9; }

.text-colour__palette-teal-800 {
  color: #2c8fa1; }

.background-colour__palette-teal-800 {
  background-color: #2c8fa1; }

.h1__text-colour__palette-teal-800 h1 {
  color: #2c8fa1; }

.h2__text-colour__palette-teal-800 h2 {
  color: #2c8fa1; }

.h3__text-colour__palette-teal-800 h3 {
  color: #2c8fa1; }

.h4__text-colour__palette-teal-800 h4 {
  color: #2c8fa1; }

.h5__text-colour__palette-teal-800 h5 {
  color: #2c8fa1; }

.h6__text-colour__palette-teal-800 h6 {
  color: #2c8fa1; }

.text-colour__palette-yellow-500 {
  color: #60c2d3; }

.background-colour__palette-yellow-500 {
  background-color: #60c2d3; }

.h1__text-colour__palette-yellow-500 h1 {
  color: #60c2d3; }

.h2__text-colour__palette-yellow-500 h2 {
  color: #60c2d3; }

.h3__text-colour__palette-yellow-500 h3 {
  color: #60c2d3; }

.h4__text-colour__palette-yellow-500 h4 {
  color: #60c2d3; }

.h5__text-colour__palette-yellow-500 h5 {
  color: #60c2d3; }

.h6__text-colour__palette-yellow-500 h6 {
  color: #60c2d3; }

.text-colour__palette-yellow-200 {
  color: #b0e1e9; }

.background-colour__palette-yellow-200 {
  background-color: #b0e1e9; }

.h1__text-colour__palette-yellow-200 h1 {
  color: #b0e1e9; }

.h2__text-colour__palette-yellow-200 h2 {
  color: #b0e1e9; }

.h3__text-colour__palette-yellow-200 h3 {
  color: #b0e1e9; }

.h4__text-colour__palette-yellow-200 h4 {
  color: #b0e1e9; }

.h5__text-colour__palette-yellow-200 h5 {
  color: #b0e1e9; }

.h6__text-colour__palette-yellow-200 h6 {
  color: #b0e1e9; }

.text-colour__palette-yellow-800 {
  color: #2c8fa1; }

.background-colour__palette-yellow-800 {
  background-color: #2c8fa1; }

.h1__text-colour__palette-yellow-800 h1 {
  color: #2c8fa1; }

.h2__text-colour__palette-yellow-800 h2 {
  color: #2c8fa1; }

.h3__text-colour__palette-yellow-800 h3 {
  color: #2c8fa1; }

.h4__text-colour__palette-yellow-800 h4 {
  color: #2c8fa1; }

.h5__text-colour__palette-yellow-800 h5 {
  color: #2c8fa1; }

.h6__text-colour__palette-yellow-800 h6 {
  color: #2c8fa1; }

.text-colour__primary-colour {
  color: #be1e2d; }

.background-colour__primary-colour {
  background-color: #be1e2d; }

.h1__text-colour__primary-colour h1 {
  color: #be1e2d; }

.h2__text-colour__primary-colour h2 {
  color: #be1e2d; }

.h3__text-colour__primary-colour h3 {
  color: #be1e2d; }

.h4__text-colour__primary-colour h4 {
  color: #be1e2d; }

.h5__text-colour__primary-colour h5 {
  color: #be1e2d; }

.h6__text-colour__primary-colour h6 {
  color: #be1e2d; }

:-webkit-full-screen-ancestor {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-animation-fill-mode: none !important;
  animation-fill-mode: none !important; }
