  /*!
   * fullPage 2.9.5
   * https://github.com/alvarotrigo/fullPage.js
   * MIT licensed
   *
   * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
   */
  .fp-enabled body, html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .fp-slide {
    float: left
  }

  .fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block
  }

  .fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
  }

  .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
  }

  .fp-slidesContainer {
    float: left;
    position: relative
  }

  .fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
  }

  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
  }

  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
  }

  .fp-scrollable {
    position: relative
  }

  .fp-scrollable, .fp-scroller {
    overflow: hidden
  }

  .iScrollIndicator {
    border: 0 !important
  }

  .fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
  }

  #fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translateZ(0)
  }

  #fp-nav.right {
    right: 17px
  }

  #fp-nav.left {
    left: 17px
  }

  .fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
  }

  .fp-slidesNav.bottom {
    bottom: 17px
  }

  .fp-slidesNav.top {
    top: 17px
  }

  #fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0
  }

  #fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
  }

  .fp-slidesNav ul li {
    display: inline-block
  }

  #fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
  }

  #fp-nav ul li:hover a.active span, #fp-nav ul li a.active span, .fp-slidesNav ul li:hover a.active span, .fp-slidesNav ul li a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
  }

  #fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
  }

  #fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
  }

  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
  }

  #fp-nav.fp-show-active a.active + .fp-tooltip, #fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
  }

  #fp-nav ul li .fp-tooltip.right {
    right: 20px
  }

  #fp-nav ul li .fp-tooltip.left {
    left: 20px
  }

  .fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section, .fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important
  }

  :root {
    --blue: #007bff;
    --breakpoint-lg: 992px;
    --breakpoint-md: 768px;
    --breakpoint-sm: 576px;
    --breakpoint-xl: 1350px;
    --breakpoint-xs: 0;
    --cyan: #17a2b8;
    --danger: #d0103a;
    --dark: #343a40;
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --font-family-sans-serif: "TheSans", Roboto, "Helvetica Neue", Arial, sans-serif;
    --gray: #868e96;
    --gray-dark: #343a40;
    --green: #28a745;
    --indigo: #6610f2;
    --info: #9a0167;
    --light: #f8f9fa;
    --orange: #fd7e14;
    --pink: #e83e8c;
    --primary: #9a0167;
    --purple: #9a0167;
    --red: #d0103a;
    --secondary: #d0103a;
    --success: #28a745;
    --teal: #20c997;
    --warning: #ffc107;
    --white: #fff;
    --yellow: #ffc107
  }

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

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

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

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

  body {
    background-color: #fff;
    color: #5c5a58;
    font-family: TheSans, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0;
    text-align: left
  }

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

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

  #reply-title, .blockHeader_title-h2, .woocommerce div.product .product_title, div.publication-name, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5em;
    margin-top: 0
  }

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

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

  address {
    font-style: normal;
    line-height: inherit
  }

  address, dl, ol, ul {
    margin-bottom: 1rem
  }

  dl, ol, ul {
    margin-top: 0
  }

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

  dt {
    font-weight: 800
  }

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

  blockquote {
    margin: 0 0 1rem
  }

  dfn {
    font-style: italic
  }

  b, strong {
    font-weight: bolder
  }

  small {
    font-size: 80%
  }

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

  sub {
    bottom: -.25em
  }

  sup {
    top: -.5em
  }

  a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color: #9a0167
  }

  a, a:hover {
    text-decoration: none
  }

  a:hover {
    color: #d0103a
  }

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

  a:not([href]):not([tabindex]):focus {
    outline: 0
  }

  code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
  }

  pre {
    -ms-overflow-style: scrollbar;
    overflow: auto
  }

  figure {
    margin: 0 0 1rem
  }

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

  svg:not(:root) {
    overflow: hidden
  }

  [role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
  }

  table {
    border-collapse: collapse
  }

  caption {
    caption-side: bottom;
    color: #868e96;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
  }

  th {
    text-align: inherit
  }

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

  button {
    border-radius: 0
  }

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

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

  button, input {
    overflow: visible
  }

  button, select {
    text-transform: none
  }

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

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

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

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

  textarea {
    overflow: auto;
    resize: vertical
  }

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

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

  progress {
    vertical-align: baseline
  }

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

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

  [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
  }

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

  output {
    display: inline-block
  }

  summary {
    display: list-item
  }

  template {
    display: none
  }

  [hidden] {
    display: none !important
  }

  #reply-title, .blockHeader_title-h2, .h1, .h2, .h3, .h4, .h5, .h6, .woocommerce div.product .product_title, div.publication-name, h1, h2, h3, h4, h5, h6 {
    color: #848484;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: .5em
  }

  .h1, h1 {
    font-size: 4.625rem
  }

  #reply-title, .blockHeader_title-h2, .h2, .woocommerce div.product .product_title, h2 {
    font-size: 2.375rem
  }

  .h3, .h4, h3, h4 {
    font-size: 1.5rem
  }

  .h5, div.publication-name, h5 {
    font-size: 1.25rem
  }

  .h6, h6 {
    font-size: 1rem
  }

  .lead {
    font-size: 1.25rem;
    font-weight: 300
  }

  .display-1 {
    font-size: 6rem
  }

  .display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
  }

  .display-2 {
    font-size: 5.5rem
  }

  .display-3 {
    font-size: 4.5rem
  }

  .display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
  }

  .display-4 {
    font-size: 3.5rem
  }

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

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

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

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

  .list-inline-item {
    display: inline-block
  }

  .list-inline-item:not(:last-child) {
    margin-right: 5px
  }

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

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

  .blockquote-footer {
    color: #868e96;
    display: block;
    font-size: 80%
  }

  .blockquote-footer:before {
    content: "\2014   \A0"
  }

  .img-fluid, .img-thumbnail, .wp-caption img {
    height: auto;
    max-width: 100%
  }

  .img-thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    padding: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }

  .figure, .wp-caption {
    display: inline-block
  }

  .figure-img, .wp-caption img {
    line-height: 1;
    margin-bottom: .5rem
  }

  .figure-caption, .wp-caption-text, figcaption {
    color: #868e96;
    font-size: 90%
  }

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

  code {
    background-color: #f8f9fa;
    border-radius: .25rem;
    color: #bd4147;
    font-size: 90%;
    padding: .2rem .4rem
  }

  a > code {
    background-color: inherit;
    color: inherit;
    padding: 0
  }

  kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: 90%;
    padding: .2rem .4rem
  }

  kbd kbd {
    font-size: 100%;
    font-weight: 800;
    padding: 0
  }

  pre {
    color: #212529;
    display: block;
    font-size: 90%;
    margin-bottom: 1rem;
    margin-top: 0
  }

  pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0
  }

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

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

  @media (min-width: 576px) {
    .container {
      max-width: 540px
    }
  }

  @media (min-width: 768px) {
    .container {
      max-width: 720px
    }
  }

  @media (min-width: 992px) {
    .container {
      max-width: 960px
    }
  }

  @media (min-width: 1350px) {
    .container {
      max-width: 1290px
    }
  }

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

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

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

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

  .altList_text, .altList_title, .col, .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-auto, .col-lg, .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-auto, .col-md, .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-auto, .col-sm, .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-auto, .col-xl, .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-auto {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
  }

  .altList_text, .altList_title, .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 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto
  }

  .col-1, .col-auto {
    -webkit-box-flex: 0
  }

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

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

  .col-2, .col-3 {
    -webkit-box-flex: 0
  }

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

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

  .col-4, .col-5 {
    -webkit-box-flex: 0
  }

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

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

  .col-6, .col-7 {
    -webkit-box-flex: 0
  }

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

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

  .col-8, .col-9 {
    -webkit-box-flex: 0
  }

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

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

  .col-10, .col-11 {
    -webkit-box-flex: 0
  }

  .col-11 {
    -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-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: 576px) {
    .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;
      max-width: none;
      width: auto
    }

    .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-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;
      max-width: none;
      width: auto
    }

    .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-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;
      max-width: none;
      width: auto
    }

    .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-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: 1350px) {
    .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;
      max-width: none;
      width: auto
    }

    .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-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%
    }
  }

  .table {
    background-color: transparent;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%
  }

  .table td, .table th {
    border-top: 1px solid #e9ecef;
    padding: .75rem;
    vertical-align: top
  }

  .table thead th {
    border-bottom: 2px solid #e9ecef;
    vertical-align: bottom
  }

  .table tbody + tbody {
    border-top: 2px solid #e9ecef
  }

  .table .table {
    background-color: #fff
  }

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

  .table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #e9ecef
  }

  .table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .table-dark {
    background-color: #212529;
    color: #fff
  }

  .table-dark td, .table-dark th, .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: hsla(0, 0%, 100%, .05)
  }

  .table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
  }

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

    .table-responsive-sm.table-bordered {
      border: 0
    }
  }

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

    .table-responsive-md.table-bordered {
      border: 0
    }
  }

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

    .table-responsive-lg.table-bordered {
      border: 0
    }
  }

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

    .table-responsive-xl.table-bordered {
      border: 0
    }
  }

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

  .table-responsive.table-bordered {
    border: 0
  }

  .form-control, .search-form .search-field {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding: .375rem .75rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 100%
  }

  .form-control::-ms-expand, .search-form .search-field::-ms-expand {
    background-color: transparent;
    border: 0
  }

  .form-control:focus, .search-form .search-field:focus {
    background-color: #fff;
    border-color: #fe1db3;
    -webkit-box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .25);
    box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .25);
    color: #495057;
    outline: none
  }

  .form-control::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1
  }

  .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder, .search-form .search-field::-ms-input-placeholder {
    color: #868e96;
    opacity: 1
  }

  .form-control::placeholder, .search-form .search-field::placeholder {
    color: #868e96;
    opacity: 1
  }

  .form-control:disabled, .form-control[readonly], .search-form .search-field:disabled, .search-form [readonly].search-field {
    background-color: #e9ecef;
    opacity: 1
  }

  .search-form select.search-field:not([size]):not([multiple]), select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
  }

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

  .form-control-file, .form-control-range {
    display: block
  }

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

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

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

  .col-form-legend {
    font-size: 1rem
  }

  .col-form-legend, .form-control-plaintext {
    margin-bottom: 0;
    padding-bottom: .375rem;
    padding-top: .375rem
  }

  .form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    line-height: 1.5
  }

  .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .form-control-plaintext.input-group-addon, .input-group-lg > .input-group-btn > .form-control-plaintext.btn, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.input-group-addon, .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .search-form .input-group-lg > .form-control-plaintext.search-field, .search-form .input-group-sm > .form-control-plaintext.search-field {
    padding-left: 0;
    padding-right: 0
  }

  .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .search-form .input-group-sm > .search-field {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
  }

  .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .search-form .input-group-sm > select.search-field:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
  }

  .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .search-form .input-group-lg > .search-field {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
  }

  .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .search-form .input-group-lg > select.search-field:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
  }

  .form-group, .search-form label {
    margin-bottom: 1rem
  }

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

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

  .form-row > .altList_text, .form-row > .altList_title, .form-row > .col, .form-row > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
  }

  .form-check {
    display: block;
    margin-bottom: .5rem;
    position: relative
  }

  .form-check.disabled .form-check-label {
    color: #868e96
  }

  .form-check-label {
    margin-bottom: 0;
    padding-left: 1.25rem
  }

  .form-check-input {
    margin-left: -1.25rem;
    margin-top: .25rem;
    position: absolute
  }

  .form-check-inline {
    display: inline-block;
    margin-right: .75rem
  }

  .form-check-inline .form-check-label {
    vertical-align: middle
  }

  .valid-feedback {
    color: #28a745;
    display: none;
    font-size: .875rem;
    margin-top: .25rem
  }

  .valid-tooltip {
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    line-height: 1;
    margin-top: .1rem;
    padding: .5rem;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 5
  }

  .custom-select.is-valid, .form-control.is-valid, .search-form .is-valid.search-field, .search-form .was-validated .search-field:valid, .was-validated .custom-select:valid, .was-validated .form-control:valid, .was-validated .search-form .search-field:valid {
    border-color: #28a745
  }

  .custom-select.is-valid:focus, .form-control.is-valid:focus, .search-form .is-valid.search-field:focus, .search-form .was-validated .search-field:valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus, .was-validated .search-form .search-field:valid:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
  }

  .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .search-form .is-valid.search-field ~ .valid-feedback, .search-form .is-valid.search-field ~ .valid-tooltip, .search-form .was-validated .search-field:valid ~ .valid-feedback, .search-form .was-validated .search-field:valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .search-form .search-field:valid ~ .valid-feedback, .was-validated .search-form .search-field:valid ~ .valid-tooltip {
    display: block
  }

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

  .custom-control-input.is-valid ~ .custom-control-indicator, .was-validated .custom-control-input:valid ~ .custom-control-indicator {
    background-color: rgba(40, 167, 69, .25)
  }

  .custom-control-input.is-valid ~ .custom-control-description, .was-validated .custom-control-input:valid ~ .custom-control-description {
    color: #28a745
  }

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

  .custom-file-input.is-valid ~ .custom-file-control:before, .was-validated .custom-file-input:valid ~ .custom-file-control:before {
    border-color: inherit
  }

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

  .invalid-feedback {
    color: #d0103a;
    display: none;
    font-size: .875rem;
    margin-top: .25rem
  }

  .invalid-tooltip {
    background-color: rgba(208, 16, 58, .8);
    border-radius: .2rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    line-height: 1;
    margin-top: .1rem;
    padding: .5rem;
    position: absolute;
    top: 100%;
    width: 250px;
    z-index: 5
  }

  .custom-select.is-invalid, .form-control.is-invalid, .search-form .is-invalid.search-field, .search-form .was-validated .search-field:invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid, .was-validated .search-form .search-field:invalid {
    border-color: #d0103a
  }

  .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .search-form .is-invalid.search-field:focus, .search-form .was-validated .search-field:invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus, .was-validated .search-form .search-field:invalid:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .25);
    box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .25)
  }

  .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .search-form .is-invalid.search-field ~ .invalid-feedback, .search-form .is-invalid.search-field ~ .invalid-tooltip, .search-form .was-validated .search-field:invalid ~ .invalid-feedback, .search-form .was-validated .search-field:invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .search-form .search-field:invalid ~ .invalid-feedback, .was-validated .search-form .search-field:invalid ~ .invalid-tooltip {
    display: block
  }

  .form-check-input.is-invalid + .form-check-label, .was-validated .form-check-input:invalid + .form-check-label {
    color: #d0103a
  }

  .custom-control-input.is-invalid ~ .custom-control-indicator, .was-validated .custom-control-input:invalid ~ .custom-control-indicator {
    background-color: rgba(208, 16, 58, .25)
  }

  .custom-control-input.is-invalid ~ .custom-control-description, .was-validated .custom-control-input:invalid ~ .custom-control-description {
    color: #d0103a
  }

  .custom-file-input.is-invalid ~ .custom-file-control, .was-validated .custom-file-input:invalid ~ .custom-file-control {
    border-color: #d0103a
  }

  .custom-file-input.is-invalid ~ .custom-file-control:before, .was-validated .custom-file-input:invalid ~ .custom-file-control:before {
    border-color: inherit
  }

  .custom-file-input.is-invalid:focus, .was-validated .custom-file-input:invalid:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .25);
    box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .25)
  }

  .form-inline, .search-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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
  }

  .form-inline .form-check, .search-form .form-check {
    width: 100%
  }

  @media (min-width: 576px) {
    .form-inline label, .search-form label {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0
    }

    .form-inline .form-group, .form-inline .search-form label, .search-form .form-group, .search-form .form-inline label, .search-form label {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      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;
      margin-bottom: 0
    }

    .form-inline .form-control, .search-form .form-control, .search-form .search-field {
      display: inline-block;
      vertical-align: middle;
      width: auto
    }

    .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
      display: inline-block
    }

    .form-inline .input-group, .search-form .input-group {
      width: auto
    }

    .form-inline .form-check, .search-form .form-check {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 0;
      margin-top: 0;
      width: auto
    }

    .form-inline .form-check-label, .search-form .form-check-label {
      padding-left: 0
    }

    .form-inline .form-check-input, .search-form .form-check-input {
      margin-left: 0;
      margin-right: .25rem;
      margin-top: 0;
      position: relative
    }

    .form-inline .custom-control, .search-form .custom-control {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0
    }

    .form-inline .custom-control-indicator, .search-form .custom-control-indicator {
      display: inline-block;
      margin-right: .25rem;
      position: static;
      vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback, .search-form .has-feedback .form-control-feedback {
      top: 0
    }
  }

  .btn {
    border: 1px solid transparent;
    border-radius: .25rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
  }

  .btn:focus, .btn:hover {
    text-decoration: none
  }

  .btn.focus, .btn:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .25);
    box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .25);
    outline: 0
  }

  .btn.disabled, .btn:disabled {
    opacity: .65
  }

  .btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
    background-image: none
  }

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

  .btn-primary {
    background-color: #9a0167;
    border-color: #9a0167;
    color: #fff
  }

  .btn-primary:hover {
    background-color: #74014e;
    border-color: #670145;
    color: #fff
  }

  .btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5);
    box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5)
  }

  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #9a0167;
    border-color: #9a0167
  }

  .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #670145;
    border-color: #5b013d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5);
    box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5);
    color: #fff
  }

  .btn-secondary {
    background-color: #d0103a;
    border-color: #d0103a;
    color: #fff
  }

  .btn-secondary:hover {
    background-color: #ac0d30;
    border-color: #a10c2d;
    color: #fff
  }

  .btn-secondary.focus, .btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5);
    box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5)
  }

  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #d0103a;
    border-color: #d0103a
  }

  .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #a10c2d;
    border-color: #950b29;
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5);
    box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5);
    color: #fff
  }

  .btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
  }

  .btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff
  }

  .btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
  }

  .btn-success.disabled, .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745
  }

  .btn-success:not([disabled]):not(.disabled).active, .btn-success:not([disabled]):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    background-color: #1e7e34;
    border-color: #1c7430;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    color: #fff
  }

  .btn-info {
    background-color: #9a0167;
    border-color: #9a0167;
    color: #fff
  }

  .btn-info:hover {
    background-color: #74014e;
    border-color: #670145;
    color: #fff
  }

  .btn-info.focus, .btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5);
    box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5)
  }

  .btn-info.disabled, .btn-info:disabled {
    background-color: #9a0167;
    border-color: #9a0167
  }

  .btn-info:not([disabled]):not(.disabled).active, .btn-info:not([disabled]):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    background-color: #670145;
    border-color: #5b013d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5);
    box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5);
    color: #fff
  }

  .btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #111
  }

  .btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #111
  }

  .btn-warning.focus, .btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
  }

  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107
  }

  .btn-warning:not([disabled]):not(.disabled).active, .btn-warning:not([disabled]):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    background-color: #d39e00;
    border-color: #c69500;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    color: #111
  }

  .btn-danger {
    background-color: #d0103a;
    border-color: #d0103a;
    color: #fff
  }

  .btn-danger:hover {
    background-color: #ac0d30;
    border-color: #a10c2d;
    color: #fff
  }

  .btn-danger.focus, .btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5);
    box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5)
  }

  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #d0103a;
    border-color: #d0103a
  }

  .btn-danger:not([disabled]):not(.disabled).active, .btn-danger:not([disabled]):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    background-color: #a10c2d;
    border-color: #950b29;
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5);
    box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5);
    color: #fff
  }

  .btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #111
  }

  .btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #111
  }

  .btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
  }

  .btn-light.disabled, .btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
  }

  .btn-light:not([disabled]):not(.disabled).active, .btn-light:not([disabled]):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    background-color: #dae0e5;
    border-color: #d3d9df;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    color: #111
  }

  .btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
  }

  .btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff
  }

  .btn-dark.focus, .btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
  }

  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
  }

  .btn-dark:not([disabled]):not(.disabled).active, .btn-dark:not([disabled]):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    background-color: #1d2124;
    border-color: #171a1d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    color: #fff
  }

  .btn-outline-primary {
    background-color: transparent;
    background-image: none;
    border-color: #9a0167;
    color: #9a0167
  }

  .btn-outline-primary:hover {
    background-color: #9a0167;
    border-color: #9a0167;
    color: #fff
  }

  .btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5);
    box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5)
  }

  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    background-color: transparent;
    color: #9a0167
  }

  .btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #9a0167;
    border-color: #9a0167;
    -webkit-box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5);
    box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5);
    color: #fff
  }

  .btn-outline-secondary {
    background-color: transparent;
    background-image: none;
    border-color: #d0103a;
    color: #d0103a
  }

  .btn-outline-secondary:hover {
    background-color: #d0103a;
    border-color: #d0103a;
    color: #fff
  }

  .btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5);
    box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5)
  }

  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    background-color: transparent;
    color: #d0103a
  }

  .btn-outline-secondary:not([disabled]):not(.disabled).active, .btn-outline-secondary:not([disabled]):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    background-color: #d0103a;
    border-color: #d0103a;
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5);
    box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5);
    color: #fff
  }

  .btn-outline-success {
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
    color: #28a745
  }

  .btn-outline-success:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
  }

  .btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
  }

  .btn-outline-success.disabled, .btn-outline-success:disabled {
    background-color: transparent;
    color: #28a745
  }

  .btn-outline-success:not([disabled]):not(.disabled).active, .btn-outline-success:not([disabled]):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    background-color: #28a745;
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
    color: #fff
  }

  .btn-outline-info {
    background-color: transparent;
    background-image: none;
    border-color: #9a0167;
    color: #9a0167
  }

  .btn-outline-info:hover {
    background-color: #9a0167;
    border-color: #9a0167;
    color: #fff
  }

  .btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5);
    box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5)
  }

  .btn-outline-info.disabled, .btn-outline-info:disabled {
    background-color: transparent;
    color: #9a0167
  }

  .btn-outline-info:not([disabled]):not(.disabled).active, .btn-outline-info:not([disabled]):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    background-color: #9a0167;
    border-color: #9a0167;
    -webkit-box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5);
    box-shadow: 0 0 0 .2rem rgba(154, 1, 103, .5);
    color: #fff
  }

  .btn-outline-warning {
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
    color: #ffc107
  }

  .btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #fff
  }

  .btn-outline-warning.focus, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
  }

  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107
  }

  .btn-outline-warning:not([disabled]):not(.disabled).active, .btn-outline-warning:not([disabled]):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    background-color: #ffc107;
    border-color: #ffc107;
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    color: #fff
  }

  .btn-outline-danger {
    background-color: transparent;
    background-image: none;
    border-color: #d0103a;
    color: #d0103a
  }

  .btn-outline-danger:hover {
    background-color: #d0103a;
    border-color: #d0103a;
    color: #fff
  }

  .btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5);
    box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5)
  }

  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    background-color: transparent;
    color: #d0103a
  }

  .btn-outline-danger:not([disabled]):not(.disabled).active, .btn-outline-danger:not([disabled]):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    background-color: #d0103a;
    border-color: #d0103a;
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5);
    box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .5);
    color: #fff
  }

  .btn-outline-light {
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
    color: #f8f9fa
  }

  .btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
  }

  .btn-outline-light.focus, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
  }

  .btn-outline-light.disabled, .btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa
  }

  .btn-outline-light:not([disabled]):not(.disabled).active, .btn-outline-light:not([disabled]):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    color: #212529
  }

  .btn-outline-dark {
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
    color: #343a40
  }

  .btn-outline-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
  }

  .btn-outline-dark.focus, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
  }

  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    background-color: transparent;
    color: #343a40
  }

  .btn-outline-dark:not([disabled]):not(.disabled).active, .btn-outline-dark:not([disabled]):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    background-color: #343a40;
    border-color: #343a40;
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    color: #fff
  }

  .btn-link {
    color: #9a0167;
    font-weight: 300
  }

  .btn-link, .btn-link:hover {
    background-color: transparent
  }

  .btn-link:hover {
    border-color: transparent;
    color: #d0103a;
    text-decoration: none
  }

  .btn-link.focus, .btn-link:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .btn-link.disabled, .btn-link:disabled {
    color: #868e96
  }

  .btn-group-lg > .btn, .btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
  }

  .btn-group-sm > .btn, .btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
  }

  .btn-block {
    display: block;
    width: 100%
  }

  .btn-block + .btn-block {
    margin-top: .5rem
  }

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

  .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
  }

  .fade.show {
    opacity: 1
  }

  .collapse {
    display: none
  }

  .collapse.show {
    display: block
  }

  tr.collapse.show {
    display: table-row
  }

  tbody.collapse.show {
    display: table-row-group
  }

  .collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
  }

  .collapsing, .dropdown, .dropup {
    position: relative
  }

  .dropdown-toggle:after {
    border-color: currentColor transparent;
    border-style: solid solid none;
    border-width: .3em .3em 0;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    width: 0
  }

  .dropdown-toggle:empty:after {
    margin-left: 0
  }

  .dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #5c5a58;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
  }

  .dropup .dropdown-menu {
    margin-bottom: .125rem;
    margin-top: 0
  }

  .dropup .dropdown-toggle:after {
    border-color: currentColor transparent;
    border-style: none solid solid;
    border-width: 0 .3em .3em;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    width: 0
  }

  .dropup .dropdown-toggle:empty:after {
    margin-left: 0
  }

  .dropdown-divider {
    border-top: 1px solid #e9ecef;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
  }

  .dropdown-item {
    background: none;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 300;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
  }

  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #16181b;
    text-decoration: none
  }

  .dropdown-item.active, .dropdown-item:active {
    background-color: #9a0167;
    color: #fff;
    text-decoration: none
  }

  .dropdown-item.disabled, .dropdown-item:disabled {
    background-color: transparent;
    color: #868e96
  }

  .dropdown-menu.show {
    display: block
  }

  .dropdown-header {
    color: #868e96;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
  }

  .btn-group, .btn-group-vertical {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: middle
  }

  .btn-group-vertical > .btn, .btn-group > .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative
  }

  .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
  }

  .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group, .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
  }

  .btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .btn-toolbar .input-group {
    width: auto
  }

  .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
  }

  .btn-group > .btn:first-child {
    margin-left: 0
  }

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

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

  .btn-group > .btn-group {
    float: left
  }

  .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
  }

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

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

  .btn + .dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
  }

  .btn + .dropdown-toggle-split:after {
    margin-left: 0
  }

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

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

  .btn-group-vertical {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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
  }

  .btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
  }

  .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-left: 0;
    margin-top: -1px
  }

  .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0
  }

  .btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }

  .btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
  }

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

  .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

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

  .input-group {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
  }

  .input-group .form-control, .input-group .search-form .search-field, .search-form .input-group .search-field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    position: relative;
    width: 1%;
    z-index: 2
  }

  .input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover, .input-group .search-form .search-field:active, .input-group .search-form .search-field:focus, .input-group .search-form .search-field:hover, .search-form .input-group .search-field:active, .search-form .input-group .search-field:focus, .search-form .input-group .search-field:hover {
    z-index: 3
  }

  .input-group-addon, .input-group-btn, .input-group .form-control, .input-group .search-form .search-field, .search-form .input-group .search-field {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .input-group .search-form .search-field:not(:first-child):not(:last-child), .search-form .input-group .search-field:not(:first-child):not(:last-child) {
    border-radius: 0
  }

  .input-group-addon, .input-group-btn {
    white-space: nowrap
  }

  .input-group-addon {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center
  }

  .input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, .search-form .input-group-sm > .input-group-addon.search-field {
    border-radius: .2rem;
    font-size: .875rem;
    padding: .25rem .5rem
  }

  .input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn, .search-form .input-group-lg > .input-group-addon.search-field {
    border-radius: .3rem;
    font-size: 1.25rem;
    padding: .5rem 1rem
  }

  .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
  }

  .input-group-addon:not(:last-child), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group .form-control:not(:last-child), .input-group .search-form .search-field:not(:last-child), .search-form .input-group .search-field:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
  }

  .input-group-addon:not(:last-child) {
    border-right: 0
  }

  .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group .form-control:not(:first-child), .input-group .search-form .search-field:not(:first-child), .search-form .input-group .search-field:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
  }

  .form-control + .input-group-addon:not(:first-child), .search-form .search-field + .input-group-addon:not(:first-child) {
    border-left: 0
  }

  .input-group-btn {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap
  }

  .input-group-btn, .input-group-btn > .btn {
    position: relative
  }

  .input-group-btn > .btn + .btn {
    margin-left: -1px
  }

  .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 3
  }

  .input-group-btn:first-child > .btn + .btn {
    margin-left: 0
  }

  .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px
  }

  .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    margin-left: 0;
    z-index: 2
  }

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

  .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:hover, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:hover {
    z-index: 3
  }

  .custom-control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative
  }

  .custom-control-input {
    opacity: 0;
    position: absolute;
    z-index: -1
  }

  .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #9a0167;
    color: #fff
  }

  .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(154, 1, 103, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(154, 1, 103, .25)
  }

  .custom-control-input:active ~ .custom-control-indicator {
    background-color: #fe50c4;
    color: #fff
  }

  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #e9ecef
  }

  .custom-control-input:disabled ~ .custom-control-description {
    color: #868e96
  }

  .custom-control-indicator {
    background-color: #ddd;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    display: block;
    height: 1rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: .25rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1rem
  }

  .custom-checkbox .custom-control-indicator {
    border-radius: .25rem
  }

  .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
  }

  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #9a0167;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
  }

  .custom-radio .custom-control-indicator {
    border-radius: 50%
  }

  .custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
  }

  .custom-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .custom-controls-stacked .custom-control {
    margin-bottom: .25rem
  }

  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0
  }

  .custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: inline-block;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    max-width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle
  }

  .custom-select:focus {
    border-color: #fe1db3;
    outline: none
  }

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

  .custom-select[multiple] {
    background-image: none;
    height: auto
  }

  .custom-select:disabled {
    background-color: #e9ecef;
    color: #868e96
  }

  .custom-select::-ms-expand {
    opacity: 0
  }

  .custom-select-sm {
    font-size: 75%;
    height: calc(1.8125rem + 2px);
    padding-bottom: .375rem;
    padding-top: .375rem
  }

  .custom-file {
    display: inline-block;
    margin-bottom: 0;
    position: relative
  }

  .custom-file, .custom-file-input {
    height: calc(2.25rem + 2px);
    max-width: 100%
  }

  .custom-file-input {
    margin: 0;
    min-width: 14rem;
    opacity: 0
  }

  .custom-file-input:focus ~ .custom-file-control {
    -webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #9a0167;
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #9a0167
  }

  .custom-file-control {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    height: calc(2.25rem + 2px);
    left: 0;
    line-height: 1.5;
    padding: .375rem .75rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 5
  }

  .custom-file-control:lang(en):empty:after {
    content: "Choose file..."
  }

  .custom-file-control:before {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
    bottom: -1px;
    color: #495057;
    display: block;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 6
  }

  .custom-file-control:lang(en):before {
    content: "Browse"
  }

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

  .nav-link {
    display: block;
    padding: .5rem 1rem
  }

  .nav-link:focus, .nav-link:hover {
    text-decoration: none
  }

  .nav-link.disabled {
    color: #868e96
  }

  .nav-tabs {
    border-bottom: 1px solid #ddd
  }

  .nav-tabs .nav-item {
    margin-bottom: -1px
  }

  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
  }

  .nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #868e96
  }

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #ddd #ddd #fff;
    color: #495057
  }

  .nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
  }

  .nav-pills .nav-link {
    border-radius: .25rem
  }

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

  .nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
  }

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

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

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

  .navbar {
    padding: .5rem 1rem;
    position: relative
  }

  .navbar, .navbar > .container, .navbar > .container-fluid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    white-space: nowrap
  }

  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
  }

  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
  }

  .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
  }

  .navbar-nav .dropdown-menu {
    float: none;
    position: static
  }

  .navbar-text {
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem
  }

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

  .navbar-toggler {
    background: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
  }

  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
  }

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

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

  @media (min-width: 576px) {
    .navbar-expand-sm {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
    }

    .navbar-expand-sm, .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
      left: auto;
      right: 0
    }

    .navbar-expand-sm .navbar-nav .nav-link {
      padding-left: .5rem;
      padding-right: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
      display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
      bottom: 100%;
      top: auto
    }
  }

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

  @media (min-width: 768px) {
    .navbar-expand-md {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
    }

    .navbar-expand-md, .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
      left: auto;
      right: 0
    }

    .navbar-expand-md .navbar-nav .nav-link {
      padding-left: .5rem;
      padding-right: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
      display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
      bottom: 100%;
      top: auto
    }
  }

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

  @media (min-width: 992px) {
    .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
    }

    .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
      left: auto;
      right: 0
    }

    .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: .5rem;
      padding-right: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
      display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
      bottom: 100%;
      top: auto
    }
  }

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

  @media (min-width: 1350px) {
    .navbar-expand-xl {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
    }

    .navbar-expand-xl, .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
      left: auto;
      right: 0
    }

    .navbar-expand-xl .navbar-nav .nav-link {
      padding-left: .5rem;
      padding-right: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
      display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
      bottom: 100%;
      top: auto
    }
  }

  .navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-left: 0;
    padding-right: 0
  }

  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
  }

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

  .navbar-expand .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
  }

  .navbar-expand > .container, .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand .navbar-toggler {
    display: none
  }

  .navbar-expand .dropup .dropdown-menu {
    bottom: 100%;
    top: auto
  }

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

  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
  }

  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
  }

  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
  }

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

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

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

  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
  }

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

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

  .navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
  }

  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
  }

  .navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
  }

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

  .navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .5)
  }

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

  .navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
  }

  .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
  }

  .card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word
  }

  .card > hr {
    margin-left: 0;
    margin-right: 0
  }

  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
  }

  .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
  }

  .card-title {
    margin-bottom: .75rem
  }

  .card-subtitle {
    margin-top: -.375rem
  }

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

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

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

  .card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .75rem 1.25rem
  }

  .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
  }

  .card-header + .list-group .list-group-item:first-child {
    border-top: 0
  }

  .card-footer {
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem
  }

  .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
  }

  .card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem
  }

  .card-header-pills, .card-header-tabs {
    margin-left: -.625rem;
    margin-right: -.625rem
  }

  .card-img-overlay {
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0
  }

  .card-img {
    border-radius: calc(.25rem - 1px);
    width: 100%
  }

  .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    width: 100%
  }

  .card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    width: 100%
  }

  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .card-deck .card {
    margin-bottom: 15px
  }

  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-left: -15px;
      margin-right: -15px
    }

    .card-deck, .card-deck .card {
      -webkit-box-direction: normal
    }

    .card-deck .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      -webkit-box-orient: vertical;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 0;
      margin-left: 15px;
      margin-right: 15px
    }
  }

  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .card-group .card {
    margin-bottom: 15px
  }

  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap
    }

    .card-group .card {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0
    }

    .card-group .card + .card {
      border-left: 0;
      margin-left: 0
    }

    .card-group .card:first-child {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
      border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
      border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
      border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
      border-bottom-left-radius: 0
    }

    .card-group .card:only-child {
      border-radius: .25rem
    }

    .card-group .card:only-child .card-img-top {
      border-top-left-radius: .25rem;
      border-top-right-radius: .25rem
    }

    .card-group .card:only-child .card-img-bottom {
      border-bottom-left-radius: .25rem;
      border-bottom-right-radius: .25rem
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child), .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
      border-radius: 0
    }
  }

  .card-columns .card {
    margin-bottom: .75rem
  }

  @media (min-width: 576px) {
    .card-columns {
      -webkit-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      column-gap: 1.25rem
    }

    .card-columns .card {
      display: inline-block;
      width: 100%
    }
  }

  .breadcrumb {
    background-color: #e9ecef;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem
  }

  .breadcrumb-item + .breadcrumb-item:before {
    color: #868e96;
    content: "/";
    display: inline-block;
    padding-left: .5rem;
    padding-right: .5rem
  }

  .breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
  }

  .breadcrumb-item.active {
    color: #868e96
  }

  .pagination {
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0
  }

  .page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    margin-left: 0
  }

  .page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .page-item.active .page-link {
    background-color: #9a0167;
    border-color: #9a0167;
    color: #fff;
    z-index: 2
  }

  .page-item.disabled .page-link {
    background-color: #fff;
    border-color: #ddd;
    color: #868e96;
    pointer-events: none
  }

  .page-link {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #9a0167;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
  }

  .page-link:focus, .page-link:hover {
    background-color: #e9ecef;
    border-color: #ddd;
    color: #d0103a;
    text-decoration: none
  }

  .pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
  }

  .pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
  }

  .pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
  }

  .pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
  }

  .pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
  }

  .pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
  }

  .badge {
    border-radius: .25rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 800;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
  }

  .badge:empty {
    display: none
  }

  .btn .badge {
    position: relative;
    top: -1px
  }

  .badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
  }

  .badge-primary {
    background-color: #9a0167;
    color: #fff
  }

  .badge-primary[href]:focus, .badge-primary[href]:hover {
    background-color: #670145;
    color: #fff;
    text-decoration: none
  }

  .badge-secondary {
    background-color: #d0103a;
    color: #fff
  }

  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    background-color: #a10c2d;
    color: #fff;
    text-decoration: none
  }

  .badge-success {
    background-color: #28a745;
    color: #fff
  }

  .badge-success[href]:focus, .badge-success[href]:hover {
    background-color: #1e7e34;
    color: #fff;
    text-decoration: none
  }

  .badge-info {
    background-color: #9a0167;
    color: #fff
  }

  .badge-info[href]:focus, .badge-info[href]:hover {
    background-color: #670145;
    color: #fff;
    text-decoration: none
  }

  .badge-warning {
    background-color: #ffc107;
    color: #111
  }

  .badge-warning[href]:focus, .badge-warning[href]:hover {
    background-color: #d39e00;
    color: #111;
    text-decoration: none
  }

  .badge-danger {
    background-color: #d0103a;
    color: #fff
  }

  .badge-danger[href]:focus, .badge-danger[href]:hover {
    background-color: #a10c2d;
    color: #fff;
    text-decoration: none
  }

  .badge-light {
    background-color: #f8f9fa;
    color: #111
  }

  .badge-light[href]:focus, .badge-light[href]:hover {
    background-color: #dae0e5;
    color: #111;
    text-decoration: none
  }

  .badge-dark {
    background-color: #343a40;
    color: #fff
  }

  .badge-dark[href]:focus, .badge-dark[href]:hover {
    background-color: #1d2124;
    color: #fff;
    text-decoration: none
  }

  .jumbotron {
    background-color: #e9ecef;
    border-radius: .3rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem
  }

  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem
    }
  }

  .jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
  }

  .alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
  }

  .alert-heading {
    color: inherit
  }

  .alert-link {
    font-weight: 800
  }

  .alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0
  }

  .alert-primary {
    background-color: #ebcce1;
    border-color: #e3b8d4;
    color: #500136
  }

  .alert-primary hr {
    border-top-color: #dca6c9
  }

  .alert-primary .alert-link {
    color: #1e0014
  }

  .alert-secondary {
    background-color: #f6cfd8;
    border-color: #f2bcc8;
    color: #6c081e
  }

  .alert-secondary hr {
    border-top-color: #eea7b6
  }

  .alert-secondary .alert-link {
    color: #3d0411
  }

  .alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
  }

  .alert-success hr {
    border-top-color: #b1dfbb
  }

  .alert-success .alert-link {
    color: #0b2e13
  }

  .alert-info {
    background-color: #ebcce1;
    border-color: #e3b8d4;
    color: #500136
  }

  .alert-info hr {
    border-top-color: #dca6c9
  }

  .alert-info .alert-link {
    color: #1e0014
  }

  .alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
  }

  .alert-warning hr {
    border-top-color: #ffe8a1
  }

  .alert-warning .alert-link {
    color: #533f03
  }

  .alert-danger {
    background-color: #f6cfd8;
    border-color: #f2bcc8;
    color: #6c081e
  }

  .alert-danger hr {
    border-top-color: #eea7b6
  }

  .alert-danger .alert-link {
    color: #3d0411
  }

  .alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182
  }

  .alert-light hr {
    border-top-color: #ececf6
  }

  .alert-light .alert-link {
    color: #686868
  }

  .alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21
  }

  .alert-dark hr {
    border-top-color: #b9bbbe
  }

  .alert-dark .alert-link {
    color: #040505
  }

  @-webkit-keyframes progress-bar-stripes {
    0% {
      background-position: 1rem 0
    }
    to {
      background-position: 0 0
    }
  }

  @-o-keyframes progress-bar-stripes {
    0% {
      background-position: 1rem 0
    }
    to {
      background-position: 0 0
    }
  }

  @keyframes progress-bar-stripes {
    0% {
      background-position: 1rem 0
    }
    to {
      background-position: 0 0
    }
  }

  .progress {
    background-color: #e9ecef;
    border-radius: .25rem;
    font-size: .75rem;
    height: 1rem;
    overflow: hidden
  }

  .progress, .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .progress-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #9a0167;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
  }

  .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
  }

  .list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
  }

  .list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%
  }

  .list-group-item-action:focus, .list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none
  }

  .list-group-item-action:active {
    background-color: #e9ecef;
    color: #5c5a58
  }

  .list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    display: block;
    margin-bottom: -1px;
    padding: .75rem 1.25rem;
    position: relative
  }

  .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
  }

  .list-group-item:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    margin-bottom: 0
  }

  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none
  }

  .list-group-item.disabled, .list-group-item:disabled {
    background-color: #fff;
    color: #868e96
  }

  .list-group-item.active {
    background-color: #9a0167;
    border-color: #9a0167;
    color: #fff;
    z-index: 2
  }

  .list-group-flush .list-group-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0
  }

  .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
  }

  .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
  }

  .list-group-item-primary {
    background-color: #e3b8d4;
    color: #500136
  }

  a.list-group-item-primary, button.list-group-item-primary {
    color: #500136
  }

  a.list-group-item-primary:focus, a.list-group-item-primary:hover, button.list-group-item-primary:focus, button.list-group-item-primary:hover {
    background-color: #dca6c9;
    color: #500136
  }

  a.list-group-item-primary.active, button.list-group-item-primary.active {
    background-color: #500136;
    border-color: #500136;
    color: #fff
  }

  .list-group-item-secondary {
    background-color: #f2bcc8;
    color: #6c081e
  }

  a.list-group-item-secondary, button.list-group-item-secondary {
    color: #6c081e
  }

  a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, button.list-group-item-secondary:focus, button.list-group-item-secondary:hover {
    background-color: #eea7b6;
    color: #6c081e
  }

  a.list-group-item-secondary.active, button.list-group-item-secondary.active {
    background-color: #6c081e;
    border-color: #6c081e;
    color: #fff
  }

  .list-group-item-success {
    background-color: #c3e6cb;
    color: #155724
  }

  a.list-group-item-success, button.list-group-item-success {
    color: #155724
  }

  a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    background-color: #b1dfbb;
    color: #155724
  }

  a.list-group-item-success.active, button.list-group-item-success.active {
    background-color: #155724;
    border-color: #155724;
    color: #fff
  }

  .list-group-item-info {
    background-color: #e3b8d4;
    color: #500136
  }

  a.list-group-item-info, button.list-group-item-info {
    color: #500136
  }

  a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    background-color: #dca6c9;
    color: #500136
  }

  a.list-group-item-info.active, button.list-group-item-info.active {
    background-color: #500136;
    border-color: #500136;
    color: #fff
  }

  .list-group-item-warning {
    background-color: #ffeeba;
    color: #856404
  }

  a.list-group-item-warning, button.list-group-item-warning {
    color: #856404
  }

  a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    background-color: #ffe8a1;
    color: #856404
  }

  a.list-group-item-warning.active, button.list-group-item-warning.active {
    background-color: #856404;
    border-color: #856404;
    color: #fff
  }

  .list-group-item-danger {
    background-color: #f2bcc8;
    color: #6c081e
  }

  a.list-group-item-danger, button.list-group-item-danger {
    color: #6c081e
  }

  a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    background-color: #eea7b6;
    color: #6c081e
  }

  a.list-group-item-danger.active, button.list-group-item-danger.active {
    background-color: #6c081e;
    border-color: #6c081e;
    color: #fff
  }

  .list-group-item-light {
    background-color: #fdfdfe;
    color: #818182
  }

  a.list-group-item-light, button.list-group-item-light {
    color: #818182
  }

  a.list-group-item-light:focus, a.list-group-item-light:hover, button.list-group-item-light:focus, button.list-group-item-light:hover {
    background-color: #ececf6;
    color: #818182
  }

  a.list-group-item-light.active, button.list-group-item-light.active {
    background-color: #818182;
    border-color: #818182;
    color: #fff
  }

  .list-group-item-dark {
    background-color: #c6c8ca;
    color: #1b1e21
  }

  a.list-group-item-dark, button.list-group-item-dark {
    color: #1b1e21
  }

  a.list-group-item-dark:focus, a.list-group-item-dark:hover, button.list-group-item-dark:focus, button.list-group-item-dark:hover {
    background-color: #b9bbbe;
    color: #1b1e21
  }

  a.list-group-item-dark.active, button.list-group-item-dark.active {
    background-color: #1b1e21;
    border-color: #1b1e21;
    color: #fff
  }

  .close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
  }

  .close:focus, .close:hover {
    color: #000;
    opacity: .75;
    text-decoration: none
  }

  button.close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    padding: 0
  }

  .modal, .modal-open {
    overflow: hidden
  }

  .modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050
  }

  .modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
  }

  .modal.show .modal-dialog {
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
  }

  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
  }

  .modal-dialog {
    margin: 10px;
    pointer-events: none;
    position: relative;
    width: auto
  }

  .modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto
  }

  .modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
  }

  .modal-backdrop.fade {
    opacity: 0
  }

  .modal-backdrop.show {
    opacity: .5
  }

  .modal-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px
  }

  .modal-header .close {
    margin: -15px -15px -15px auto;
    padding: 15px
  }

  .modal-title {
    line-height: 1.5;
    margin-bottom: 0
  }

  .modal-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    position: relative
  }

  .modal-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e9ecef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px
  }

  .modal-footer > :not(:first-child) {
    margin-left: .25rem
  }

  .modal-footer > :not(:last-child) {
    margin-right: .25rem
  }

  .modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
  }

  @media (min-width: 576px) {
    .modal-dialog {
      margin: 30px auto;
      max-width: 500px
    }

    .modal-sm {
      max-width: 300px
    }
  }

  @media (min-width: 992px) {
    .modal-lg {
      max-width: 800px
    }
  }

  .tooltip {
    display: block;
    font-family: TheSans, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: break-word;
    z-index: 1070
  }

  .tooltip.show {
    opacity: .9
  }

  .tooltip .arrow {
    display: block;
    height: 5px;
    position: absolute;
    width: 5px
  }

  .tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    position: absolute
  }

  .tooltip.bs-tooltip-auto[x-placement^=top], .tooltip.bs-tooltip-top {
    padding: 5px 0
  }

  .tooltip.bs-tooltip-auto[x-placement^=top] .arrow, .tooltip.bs-tooltip-top .arrow {
    bottom: 0
  }

  .tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before, .tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: 5px 5px 0;
    content: "";
    margin-left: -3px
  }

  .tooltip.bs-tooltip-auto[x-placement^=right], .tooltip.bs-tooltip-right {
    padding: 0 5px
  }

  .tooltip.bs-tooltip-auto[x-placement^=right] .arrow, .tooltip.bs-tooltip-right .arrow {
    left: 0
  }

  .tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before, .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: 5px 5px 5px 0;
    content: "";
    margin-top: -3px
  }

  .tooltip.bs-tooltip-auto[x-placement^=bottom], .tooltip.bs-tooltip-bottom {
    padding: 5px 0
  }

  .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow, .tooltip.bs-tooltip-bottom .arrow {
    top: 0
  }

  .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 5px 5px;
    content: "";
    margin-left: -3px
  }

  .tooltip.bs-tooltip-auto[x-placement^=left], .tooltip.bs-tooltip-left {
    padding: 0 5px
  }

  .tooltip.bs-tooltip-auto[x-placement^=left] .arrow, .tooltip.bs-tooltip-left .arrow {
    right: 0
  }

  .tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before, .tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: 5px 0 5px 5px;
    content: "";
    margin-top: -3px;
    right: 0
  }

  .tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center
  }

  .popover {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    font-family: TheSans, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: .875rem;
    font-style: normal;
    font-weight: 300;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: break-word;
    z-index: 1060
  }

  .popover, .popover .arrow {
    display: block;
    position: absolute
  }

  .popover .arrow {
    height: .4rem;
    width: .8rem
  }

  .popover .arrow:after, .popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    display: block;
    position: absolute;
    border-width: .8rem;
    content: ""
  }

  .popover.bs-popover-auto[x-placement^=top], .popover.bs-popover-top {
    margin-bottom: .8rem
  }

  .popover.bs-popover-auto[x-placement^=top] .arrow, .popover.bs-popover-top .arrow {
    bottom: 0
  }

  .popover.bs-popover-auto[x-placement^=top] .arrow:after, .popover.bs-popover-auto[x-placement^=top] .arrow:before, .popover.bs-popover-top .arrow:after, .popover.bs-popover-top .arrow:before {
    border-bottom-width: 0
  }

  .popover.bs-popover-auto[x-placement^=top] .arrow:before, .popover.bs-popover-top .arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -.8rem;
    margin-left: -.8rem
  }

  .popover.bs-popover-auto[x-placement^=top] .arrow:after, .popover.bs-popover-top .arrow:after {
    border-top-color: #fff;
    bottom: calc(-.8rem - -1px);
    margin-left: -.8rem
  }

  .popover.bs-popover-auto[x-placement^=right], .popover.bs-popover-right {
    margin-left: .8rem
  }

  .popover.bs-popover-auto[x-placement^=right] .arrow, .popover.bs-popover-right .arrow {
    left: 0
  }

  .popover.bs-popover-auto[x-placement^=right] .arrow:after, .popover.bs-popover-auto[x-placement^=right] .arrow:before, .popover.bs-popover-right .arrow:after, .popover.bs-popover-right .arrow:before {
    border-left-width: 0;
    margin-top: -.8rem
  }

  .popover.bs-popover-auto[x-placement^=right] .arrow:before, .popover.bs-popover-right .arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    left: -.8rem
  }

  .popover.bs-popover-auto[x-placement^=right] .arrow:after, .popover.bs-popover-right .arrow:after {
    border-right-color: #fff;
    left: calc(-.8rem - -1px)
  }

  .popover.bs-popover-auto[x-placement^=bottom], .popover.bs-popover-bottom {
    margin-top: .8rem
  }

  .popover.bs-popover-auto[x-placement^=bottom] .arrow, .popover.bs-popover-bottom .arrow {
    top: 0
  }

  .popover.bs-popover-auto[x-placement^=bottom] .arrow:after, .popover.bs-popover-auto[x-placement^=bottom] .arrow:before, .popover.bs-popover-bottom .arrow:after, .popover.bs-popover-bottom .arrow:before {
    border-top-width: 0;
    margin-left: -.8rem
  }

  .popover.bs-popover-auto[x-placement^=bottom] .arrow:before, .popover.bs-popover-bottom .arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -.8rem
  }

  .popover.bs-popover-auto[x-placement^=bottom] .arrow:after, .popover.bs-popover-bottom .arrow:after {
    border-bottom-color: #fff;
    top: calc(-.8rem - -1px)
  }

  .popover.bs-popover-auto[x-placement^=bottom] .popover-header:before, .popover.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 0;
    width: 20px
  }

  .popover.bs-popover-auto[x-placement^=left], .popover.bs-popover-left {
    margin-right: .8rem
  }

  .popover.bs-popover-auto[x-placement^=left] .arrow, .popover.bs-popover-left .arrow {
    right: 0
  }

  .popover.bs-popover-auto[x-placement^=left] .arrow:after, .popover.bs-popover-auto[x-placement^=left] .arrow:before, .popover.bs-popover-left .arrow:after, .popover.bs-popover-left .arrow:before {
    border-right-width: 0;
    margin-top: -.8rem
  }

  .popover.bs-popover-auto[x-placement^=left] .arrow:before, .popover.bs-popover-left .arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    right: -.8rem
  }

  .popover.bs-popover-auto[x-placement^=left] .arrow:after, .popover.bs-popover-left .arrow:after {
    border-left-color: #fff;
    right: calc(-.8rem - -1px)
  }

  .popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    color: #848484;
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem .75rem
  }

  .popover-header:empty {
    display: none
  }

  .popover-body {
    color: #5c5a58;
    padding: .5rem .75rem
  }

  .carousel {
    position: relative
  }

  .carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
  }

  .carousel-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    -o-transition: -o-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease, -o-transform .6s ease;
    width: 100%
  }

  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
  }

  .carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
  }

  .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }

  @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }
  }

  .active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
  }

  @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0)
    }
  }

  .active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  @supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
    }
  }

  .carousel-control-next, .carousel-control-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .5;
    position: absolute;
    text-align: center;
    top: 0;
    width: 15%
  }

  .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
  }

  .carousel-control-prev {
    left: 0
  }

  .carousel-control-next {
    right: 0
  }

  .carousel-control-next-icon, .carousel-control-prev-icon {
    background: transparent no-repeat 50%;
    background-size: 100% 100%;
    display: inline-block;
    height: 20px;
    width: 20px
  }

  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
  }

  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
  }

  .carousel-indicators {
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 15
  }

  .carousel-indicators li {
    background-color: hsla(0, 0%, 100%, .5);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    position: relative;
    text-indent: -999px;
    width: 30px
  }

  .carousel-indicators li:before {
    top: -10px
  }

  .carousel-indicators li:after, .carousel-indicators li:before {
    content: "";
    display: inline-block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%
  }

  .carousel-indicators li:after {
    bottom: -10px
  }

  .carousel-indicators .active {
    background-color: #fff
  }

  .carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10
  }

  .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: #9a0167 !important
  }

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

  .bg-secondary {
    background-color: #d0103a !important
  }

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

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

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

  .bg-info {
    background-color: #9a0167 !important
  }

  a.bg-info:focus, a.bg-info:hover {
    background-color: #670145 !important
  }

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

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

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

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

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

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

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

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

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

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

  .border {
    border: 1px solid #e9ecef !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: #9a0167 !important
  }

  .border-secondary {
    border-color: #d0103a !important
  }

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

  .border-info {
    border-color: #9a0167 !important
  }

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

  .border-danger {
    border-color: #d0103a !important
  }

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

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

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

  .rounded {
    border-radius: .25rem !important
  }

  .rounded-top {
    border-top-left-radius: .25rem !important
  }

  .rounded-right, .rounded-top {
    border-top-right-radius: .25rem !important
  }

  .rounded-bottom, .rounded-right {
    border-bottom-right-radius: .25rem !important
  }

  .rounded-bottom, .rounded-left {
    border-bottom-left-radius: .25rem !important
  }

  .rounded-left {
    border-top-left-radius: .25rem !important
  }

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

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

  .clearfix:after, .fullContainer:after, .fullWrap:after, .halfContent_row:after, .mainMenu:after, .navBar:after, .postFooter:after, .postHeader_main:after, .postTabs:after, .postTabs_header:after, .projectBanner:after, .projectFacts:after, .singleProject_top:after, .socialBanner .gform_wrapper:after, .socialBanner:after, .socialIcons:after {
    clear: both;
    content: "";
    display: block
  }

  .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: 576px) {
    .d-sm-none {
      display: none !important
    }

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

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

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

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

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

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

    .d-sm-flex {
      display: -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: 1350px) {
    .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
    }
  }

  .d-print-block {
    display: none !important
  }

  @media print {
    .d-print-block {
      display: block !important
    }
  }

  .d-print-inline {
    display: none !important
  }

  @media print {
    .d-print-inline {
      display: inline !important
    }
  }

  .d-print-inline-block {
    display: none !important
  }

  @media print {
    .d-print-inline-block {
      display: inline-block !important
    }
  }

  @media print {
    .d-print-none {
      display: none !important
    }
  }

  .embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
  }

  .embed-responsive:before {
    content: "";
    display: block
  }

  .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }

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

  .flex-column, .flex-row {
    -webkit-box-direction: normal !important
  }

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

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

  .flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
  }

  .flex-column-reverse {
    -webkit-box-orient: vertical !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
  }

  .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;
    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;
    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;
    align-self: stretch !important
  }

  @media (min-width: 576px) {
    .flex-sm-row {
      -webkit-box-orient: horizontal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
      -webkit-box-direction: normal !important
    }

    .flex-sm-column {
      -webkit-box-orient: vertical !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
    }

    .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;
      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;
      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;
      align-self: stretch !important
    }
  }

  @media (min-width: 768px) {
    .flex-md-row {
      -webkit-box-orient: horizontal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important
    }

    .flex-md-column, .flex-md-row {
      -webkit-box-direction: normal !important
    }

    .flex-md-column {
      -webkit-box-orient: vertical !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
    }

    .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;
      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;
      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;
      align-self: stretch !important
    }
  }

  @media (min-width: 992px) {
    .flex-lg-row {
      -webkit-box-orient: horizontal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
      -webkit-box-direction: normal !important
    }

    .flex-lg-column {
      -webkit-box-orient: vertical !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
    }

    .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;
      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;
      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;
      align-self: stretch !important
    }
  }

  @media (min-width: 1350px) {
    .flex-xl-row {
      -webkit-box-orient: horizontal !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
      -webkit-box-direction: normal !important
    }

    .flex-xl-column {
      -webkit-box-orient: vertical !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
    }

    .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;
      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;
      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;
      align-self: stretch !important
    }
  }

  .float-left {
    float: left !important
  }

  .float-right {
    float: right !important
  }

  .float-none {
    float: none !important
  }

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

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

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

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

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

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

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

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

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

  @media (min-width: 1350px) {
    .float-xl-left {
      float: left !important
    }

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

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

  .position-static {
    position: static !important
  }

  .position-relative {
    position: relative !important
  }

  .position-absolute {
    position: absolute !important
  }

  .position-fixed {
    position: fixed !important
  }

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

  .fixed-top {
    top: 0
  }

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

  .fixed-bottom {
    bottom: 0
  }

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

  .screen-reader-text, .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
  }

  .screen-reader-text:active, .screen-reader-text:focus, .sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
  }

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

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

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

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

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

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

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

  .h-100 {
    height: 100% !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: .25rem !important
  }

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

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

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

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

  .m-2 {
    margin: .5rem !important
  }

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

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

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

  .ml-2, .mx-2 {
    margin-left: .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: .25rem !important
  }

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

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

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

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

  .p-2 {
    padding: .5rem !important
  }

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

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

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

  .pl-2, .px-2 {
    padding-left: .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: 576px) {
    .m-sm-0 {
      margin: 0 !important
    }

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

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

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

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

    .m-sm-1 {
      margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
      margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
      margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
      margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
      margin-left: .25rem !important
    }

    .m-sm-2 {
      margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
      margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
      margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
      margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
      margin-left: .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: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
      padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
      padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
      padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
      padding-left: .25rem !important
    }

    .p-sm-2 {
      padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
      padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
      padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
      padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
      padding-left: .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: .25rem !important
    }

    .mt-md-1, .my-md-1 {
      margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
      margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
      margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
      margin-left: .25rem !important
    }

    .m-md-2 {
      margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
      margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
      margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
      margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
      margin-left: .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: .25rem !important
    }

    .pt-md-1, .py-md-1 {
      padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
      padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
      padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
      padding-left: .25rem !important
    }

    .p-md-2 {
      padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
      padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
      padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
      padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
      padding-left: .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: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
      margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
      margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
      margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
      margin-left: .25rem !important
    }

    .m-lg-2 {
      margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
      margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
      margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
      margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
      margin-left: .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: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
      padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
      padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
      padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
      padding-left: .25rem !important
    }

    .p-lg-2 {
      padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
      padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
      padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
      padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
      padding-left: .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: 1350px) {
    .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: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
      margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
      margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
      margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
      margin-left: .25rem !important
    }

    .m-xl-2 {
      margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
      margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
      margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
      margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
      margin-left: .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: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
      padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
      padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
      padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
      padding-left: .25rem !important
    }

    .p-xl-2 {
      padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
      padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
      padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
      padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
      padding-left: .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
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (min-width: 1350px) {
    .text-xl-left {
      text-align: left !important
    }

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

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

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

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

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

  .font-weight-light, .font-weight-normal {
    font-weight: 300 !important
  }

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

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

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

  .text-primary {
    color: #9a0167 !important
  }

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

  .text-secondary {
    color: #d0103a !important
  }

  a.text-secondary:focus, a.text-secondary:hover {
    color: #a10c2d !important
  }

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

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

  .text-info {
    color: #9a0167 !important
  }

  a.text-info:focus, a.text-info:hover {
    color: #670145 !important
  }

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

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

  .text-danger {
    color: #d0103a !important
  }

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

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

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

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

  a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
  }

  .text-muted {
    color: #868e96 !important
  }

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

  .visible {
    visibility: visible !important
  }

  .invisible {
    visibility: hidden !important
  }

  @media print {
    *, :after, :before {
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      text-shadow: none !important
    }

    a, a:visited {
      text-decoration: underline
    }

    abbr[title]:after {
      content: " (" attr(title) ")"
    }

    pre {
      white-space: pre-wrap !important
    }

    blockquote, pre {
      border: 1px solid #999;
      page-break-inside: avoid
    }

    thead {
      display: table-header-group
    }

    img, tr {
      page-break-inside: avoid
    }

    #reply-title, .blockHeader_title-h2, .woocommerce div.product .product_title, h2, h3, p {
      orphans: 3;
      widows: 3
    }

    #reply-title, .blockHeader_title-h2, .woocommerce div.product .product_title, h2, h3 {
      page-break-after: avoid
    }

    .navbar {
      display: none
    }

    .badge {
      border: 1px solid #000
    }

    .table {
      border-collapse: collapse !important
    }

    .table td, .table th {
      background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
      border: 1px solid #ddd !important
    }
  }

  .slick-slider {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: pan-y;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    touch-action: pan-y;
    user-select: none
  }

  .slick-list, .slick-slider {
    display: block;
    position: relative
  }

  .slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
  }

  .slick-list:focus {
    outline: none
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand
  }

  .slick-slider .slick-list, .slick-slider .slick-track {
    -o-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  .slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
  }

  .slick-track:after, .slick-track:before {
    content: "";
    display: table
  }

  .slick-track:after {
    clear: both
  }

  .slick-loading .slick-track {
    visibility: hidden
  }

  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
  }

  [dir=rtl] .slick-slide {
    float: right
  }

  .slick-slide img {
    display: block
  }

  .slick-slide.slick-loading img {
    display: none
  }

  .slick-slide.dragging img {
    pointer-events: none
  }

  .slick-initialized .slick-slide {
    display: block
  }

  .slick-loading .slick-slide {
    visibility: hidden
  }

  .slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
  }

  .slick-arrow.slick-hidden {
    display: none
  }

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

  a {
    font-weight: 400;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }

  @media (max-width: 991px) {
    h1 {
      font-size: 2rem
    }

    #reply-title, .blockHeader_title-h2, .woocommerce div.product .product_title, h2 {
      font-size: 1.625rem
    }

    h3, h4 {
      font-size: 1.125rem
    }
  }

  #reply-title, .blockHeader_title-h2, .woocommerce div.product .product_title, h2, h3 {
    color: #9a0167
  }

  h4 {
    font-weight: 800
  }

  iframe {
    overflow: hidden
  }

  .acf-map {
    height: 500px;
    width: 100%
  }

  .acf-map img {
    max-width: inherit !important
  }

  .page-template-template-front .editorContent .fluid-width-video-wrapper {
    padding-top: 42.5% !important
  }

  .page-template-template-front .editorContent .entry-content-asset {
    margin-left: auto;
    margin-right: auto;
    max-width: 120vh
  }

  .fullPage_section:last-child {
    padding-top: 0 !important
  }

  .pageTitle {
    color: #9a0167
  }

  @font-face {
    font-family: TheSans;
    font-style: normal;
    font-weight: 300;
    src: url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4-ExtraLight_cae63c1f.woff) format("woff"), url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4-ExtraLight_3c9e8416.woff2) format("woff2")
  }

  @font-face {
    font-family: TheSans;
    font-style: italic;
    font-weight: 300;
    src: url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4-ExtraLightItalic_a27162dc.woff) format("woff"), url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4-ExtraLightItalic_187c7a6d.woff2) format("woff2")
  }

  @font-face {
    font-family: TheSans;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4_www_500_ae65c009.eot) format("eot");
    src: url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4_www_500_ae65c009.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4_www_500_3edb1ada.woff) format("woff"), url(/wp-content/themes/theme-rewildingeurope/dist/svg-sprites/sprites.svg#shape-TheSansE4_www_500-usage#TheSansE4_www_500) format("svg")
  }

  @font-face {
    font-family: TheSans;
    font-style: italic;
    font-weight: 400;
    src: url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4_www_500_italic_95b3b932.eot) format("eot");
    src: url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4_www_500_italic_95b3b932.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4_www_500_italic_cdfd5199.woff) format("woff"), url(/wp-content/themes/theme-rewildingeurope/dist/svg-sprites/sprites.svg#shape-TheSansE4_www_500_italic-usage#TheSansE4_www_500_italic) format("svg")
  }

  @font-face {
    font-family: TheSans;
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4_www_800_3d408d34.eot) format("eot");
    src: url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4_www_800_3d408d34.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4_www_800_2a4147dd.woff) format("woff"), url(/wp-content/themes/theme-rewildingeurope/dist/svg-sprites/sprites.svg#shape-TheSansE4_www_800-usage#TheSansE4_www_800) format("svg")
  }

  @font-face {
    font-family: TheSans;
    font-style: italic;
    font-weight: 700;
    src: url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4_www_800_italic_aeb1c2b7.eot) format("eot");
    src: url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4_www_800_italic_aeb1c2b7.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/theme-rewildingeurope/dist/fonts/TheSansE4_www_800_italic_24465ca8.woff) format("woff"), url(/wp-content/themes/theme-rewildingeurope/dist/svg-sprites/sprites.svg#shape-TheSansE4_www_800_italic-usage#TheSansE4_www_800_italic) format("svg")
  }

  @media print {
    .socialBanner, .socialIcons {
      display: none
    }

    .navBar_search {
      display: none !important
    }

    .navBar_collapse {
      display: none
    }

    p {
      font-size: 1rem;
      line-height: 1.25rem
    }

    h1 {
      font-size: 2rem !important
    }

    .postFooter_back, .section-small, footer {
      display: none
    }

    .editorContent img {
      max-width: 50% !important
    }

    .editorContent img.size-post_small {
      max-width: 100% !important
    }

    .navBar, .postFooter {
      display: none
    }
  }

  .button, .button-ghost-purple, .button-ghost-white, .button-purple, .give-btn.give-btn-modal, .give-submit-button-wrap .give-submit, .search-form .search-submit, .socialBanner .gform_wrapper .gform_footer input[type=submit], .woocommerce #respond input#submit, .woocommerce a.added_to_cart, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, [id^=give-user-login-submit] .give-submit {
    background-color: #d0103a;
    border: 1px solid #d0103a;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5em;
    padding: .4em 2em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }

  .button-ghost-purple:focus, .button-ghost-purple:hover, .button-ghost-white:focus, .button-ghost-white:hover, .button-purple:focus, .button-purple:hover, .button:focus, .button:hover, .give-btn.give-btn-modal:focus, .give-btn.give-btn-modal:hover, .give-submit-button-wrap .give-submit:focus, .give-submit-button-wrap .give-submit:hover, .search-form .search-submit:focus, .search-form .search-submit:hover, .socialBanner .gform_wrapper .gform_footer input[type=submit]:focus, .socialBanner .gform_wrapper .gform_footer input[type=submit]:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover, .woocommerce a.added_to_cart:focus, .woocommerce a.added_to_cart:hover, .woocommerce a.button:focus, .woocommerce a.button:hover, .woocommerce button.button:focus, .woocommerce button.button:hover, .woocommerce input.button:focus, .woocommerce input.button:hover, [id^=give-user-login-submit] .give-submit:focus, [id^=give-user-login-submit] .give-submit:hover {
    background-color: #a10c2d;
    border-color: #a10c2d;
    color: #fff;
    outline: none;
    text-decoration: none
  }

  .button-purple, .give-submit-button-wrap .woocommerce a.give-submit, .give-submit-button-wrap .woocommerce button.give-submit, .give-submit-button-wrap .woocommerce input.give-submit, .search-form .woocommerce a.search-submit, .search-form .woocommerce button.search-submit, .search-form .woocommerce input.search-submit, .socialBanner .gform_wrapper .gform_footer .woocommerce input[type=submit], .woocommerce #respond input#submit, .woocommerce .give-submit-button-wrap a.give-submit, .woocommerce .give-submit-button-wrap button.give-submit, .woocommerce .give-submit-button-wrap input.give-submit, .woocommerce .search-form a.search-submit, .woocommerce .search-form button.search-submit, .woocommerce .search-form input.search-submit, .woocommerce .socialBanner .gform_wrapper .gform_footer input[type=submit], .woocommerce [id^=give-user-login-submit] a.give-submit, .woocommerce [id^=give-user-login-submit] button.give-submit, .woocommerce [id^=give-user-login-submit] input.give-submit, .woocommerce a.added_to_cart, .woocommerce a.button, .woocommerce a.button-ghost-purple, .woocommerce a.button-ghost-white, .woocommerce a.button-purple, .woocommerce a.give-btn.give-btn-modal, .woocommerce button.button, .woocommerce button.button-ghost-purple, .woocommerce button.button-ghost-white, .woocommerce button.button-purple, .woocommerce button.give-btn.give-btn-modal, .woocommerce input.button, .woocommerce input.button-ghost-purple, .woocommerce input.button-ghost-white, .woocommerce input.button-purple, .woocommerce input.give-btn.give-btn-modal, [id^=give-user-login-submit] .woocommerce a.give-submit, [id^=give-user-login-submit] .woocommerce button.give-submit, [id^=give-user-login-submit] .woocommerce input.give-submit {
    background-color: #9a0167;
    border: 1px solid #9a0167
  }

  .button-purple:focus, .button-purple:hover, .give-submit-button-wrap .woocommerce a.give-submit:focus, .give-submit-button-wrap .woocommerce a.give-submit:hover, .give-submit-button-wrap .woocommerce button.give-submit:focus, .give-submit-button-wrap .woocommerce button.give-submit:hover, .give-submit-button-wrap .woocommerce input.give-submit:focus, .give-submit-button-wrap .woocommerce input.give-submit:hover, .search-form .woocommerce a.search-submit:focus, .search-form .woocommerce a.search-submit:hover, .search-form .woocommerce button.search-submit:focus, .search-form .woocommerce button.search-submit:hover, .search-form .woocommerce input.search-submit:focus, .search-form .woocommerce input.search-submit:hover, .socialBanner .gform_wrapper .gform_footer .woocommerce input[type=submit]:focus, .socialBanner .gform_wrapper .gform_footer .woocommerce input[type=submit]:hover, .woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover, .woocommerce .give-submit-button-wrap a.give-submit:focus, .woocommerce .give-submit-button-wrap a.give-submit:hover, .woocommerce .give-submit-button-wrap button.give-submit:focus, .woocommerce .give-submit-button-wrap button.give-submit:hover, .woocommerce .give-submit-button-wrap input.give-submit:focus, .woocommerce .give-submit-button-wrap input.give-submit:hover, .woocommerce .search-form a.search-submit:focus, .woocommerce .search-form a.search-submit:hover, .woocommerce .search-form button.search-submit:focus, .woocommerce .search-form button.search-submit:hover, .woocommerce .search-form input.search-submit:focus, .woocommerce .search-form input.search-submit:hover, .woocommerce .socialBanner .gform_wrapper .gform_footer input[type=submit]:focus, .woocommerce .socialBanner .gform_wrapper .gform_footer input[type=submit]:hover, .woocommerce [id^=give-user-login-submit] a.give-submit:focus, .woocommerce [id^=give-user-login-submit] a.give-submit:hover, .woocommerce [id^=give-user-login-submit] button.give-submit:focus, .woocommerce [id^=give-user-login-submit] button.give-submit:hover, .woocommerce [id^=give-user-login-submit] input.give-submit:focus, .woocommerce [id^=give-user-login-submit] input.give-submit:hover, .woocommerce a.added_to_cart:focus, .woocommerce a.added_to_cart:hover, .woocommerce a.button-ghost-purple:focus, .woocommerce a.button-ghost-purple:hover, .woocommerce a.button-ghost-white:focus, .woocommerce a.button-ghost-white:hover, .woocommerce a.button-purple:focus, .woocommerce a.button-purple:hover, .woocommerce a.button:focus, .woocommerce a.button:hover, .woocommerce a.give-btn.give-btn-modal:focus, .woocommerce a.give-btn.give-btn-modal:hover, .woocommerce button.button-ghost-purple:focus, .woocommerce button.button-ghost-purple:hover, .woocommerce button.button-ghost-white:focus, .woocommerce button.button-ghost-white:hover, .woocommerce button.button-purple:focus, .woocommerce button.button-purple:hover, .woocommerce button.button:focus, .woocommerce button.button:hover, .woocommerce button.give-btn.give-btn-modal:focus, .woocommerce button.give-btn.give-btn-modal:hover, .woocommerce input.button-ghost-purple:focus, .woocommerce input.button-ghost-purple:hover, .woocommerce input.button-ghost-white:focus, .woocommerce input.button-ghost-white:hover, .woocommerce input.button-purple:focus, .woocommerce input.button-purple:hover, .woocommerce input.button:focus, .woocommerce input.button:hover, .woocommerce input.give-btn.give-btn-modal:focus, .woocommerce input.give-btn.give-btn-modal:hover, [id^=give-user-login-submit] .woocommerce a.give-submit:focus, [id^=give-user-login-submit] .woocommerce a.give-submit:hover, [id^=give-user-login-submit] .woocommerce button.give-submit:focus, [id^=give-user-login-submit] .woocommerce button.give-submit:hover, [id^=give-user-login-submit] .woocommerce input.give-submit:focus, [id^=give-user-login-submit] .woocommerce input.give-submit:hover {
    background-color: #670145;
    border-color: #670145
  }

  .button-ghost-white, .socialBanner .gform_wrapper .gform_footer input[type=submit] {
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: 300
  }

  .button-ghost-white:focus, .button-ghost-white:hover, .socialBanner .gform_wrapper .gform_footer input[type=submit]:focus, .socialBanner .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: hsla(0, 0%, 90%, .4);
    border-color: #fff;
    color: #fff
  }

  .button-ghost-purple {
    background-color: transparent;
    border: 1px solid #9a0167;
    color: #9a0167;
    font-weight: 300
  }

  .button-ghost-purple:focus, .button-ghost-purple:hover {
    background-color: hsla(0, 0%, 90%, .4);
    border-color: #9a0167;
    color: #9a0167
  }

  .button-fixed {
    font-weight: 400;
    margin-top: 20px;
    width: 100%
  }

  @media (min-width: 576px) {
    .button-fixed {
      font-size: 1.25em;
      margin-right: .8em;
      text-align: center;
      width: 350px
    }
  }

  .u-scalingSvg {
    height: 0;
    padding: 0 0 100%;
    position: relative;
    width: 100%
  }

  .u-scalingSvg_shape {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }

  .u-imageShadow {
    -webkit-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, .7));
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, .7))
  }

  .search-form {
    margin-bottom: 0
  }

  .search-form label {
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 1em
  }

  .search-form .search-field {
    border-radius: 0;
    height: 46px
  }

  .search-form .search-field:focus {
    border: 1px solid #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
  }

  .search-form .search-submit {
    cursor: pointer;
    font-size: 1em
  }

  @media (max-width: 767px) {
    .search-form {
      display: block;
      text-align: center
    }

    .search-form label {
      margin-bottom: .5em;
      margin-right: 0;
      width: 100%
    }

    .search-form .search-field {
      width: 100%
    }
  }

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

  .gform_wrapper .gfield + .gfield, .gform_wrapper .gform_footer {
    margin-top: 1em
  }

  .gform_wrapper .name_first, .gform_wrapper .name_last {
    display: inline-block;
    margin-bottom: 1em
  }

  .gform_wrapper .name_first {
    margin-right: 1em
  }

  .gform_wrapper .ginput_container_name {
    margin-bottom: -1em
  }

  .gform_wrapper .textarea {
    padding: 10px
  }

  .gform_wrapper .textarea:focus {
    outline: none
  }

  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 48px;
    padding: 10px
  }

  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
    outline: none
  }

  .gform_wrapper .gform_footer .give-submit-button-wrap input.give-submit, .gform_wrapper .gform_footer .search-form input.search-submit, .gform_wrapper .gform_footer .woocommerce #respond input#submit, .gform_wrapper .gform_footer [id^=give-user-login-submit] input.give-submit, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input.button-ghost-purple, .gform_wrapper .gform_footer input.button-ghost-white, .gform_wrapper .gform_footer input.button-purple, .gform_wrapper .gform_footer input.give-btn.give-btn-modal, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer .give-submit-button-wrap input.give-submit, .gform_wrapper .gform_page_footer .search-form input.search-submit, .gform_wrapper .gform_page_footer .woocommerce #respond input#submit, .gform_wrapper .gform_page_footer [id^=give-user-login-submit] input.give-submit, .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input.button-ghost-purple, .gform_wrapper .gform_page_footer input.button-ghost-white, .gform_wrapper .gform_page_footer input.button-purple, .gform_wrapper .gform_page_footer input.give-btn.give-btn-modal, .gform_wrapper .gform_page_footer input[type=submit], .give-submit-button-wrap .gform_wrapper .gform_footer input.give-submit, .give-submit-button-wrap .gform_wrapper .gform_page_footer input.give-submit, .search-form .gform_wrapper .gform_footer input.search-submit, .search-form .gform_wrapper .gform_page_footer input.search-submit, .socialBanner .gform_wrapper .gform_footer .gform_page_footer input[type=submit], .socialBanner .gform_wrapper .gform_footer input[type=submit], .socialBanner .gform_wrapper .gform_page_footer .gform_footer input[type=submit], .woocommerce #respond .gform_wrapper .gform_footer input#submit, .woocommerce #respond .gform_wrapper .gform_page_footer input#submit, [id^=give-user-login-submit] .gform_wrapper .gform_footer input.give-submit, [id^=give-user-login-submit] .gform_wrapper .gform_page_footer input.give-submit {
    cursor: pointer;
    font-size: 1.25em
  }

  @media only screen and (max-width: 641px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
      line-height: inherit !important;
      min-height: 0 !important
    }
  }

  .gform_validation_container {
    display: none
  }

  .validation_error {
    color: #d0103a;
    margin-bottom: 1em
  }

  .gfield_description.validation_message {
    color: #d0103a
  }

  .gform_confirmation_message {
    font-size: 22px
  }

  @media (max-width: 767px) {
    .gform_wrapper .gform_footer .give-submit-button-wrap input.give-submit, .gform_wrapper .gform_footer .search-form input.search-submit, .gform_wrapper .gform_footer .woocommerce #respond input#submit, .gform_wrapper .gform_footer [id^=give-user-login-submit] input.give-submit, .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input.button-ghost-purple, .gform_wrapper .gform_footer input.button-ghost-white, .gform_wrapper .gform_footer input.button-purple, .gform_wrapper .gform_footer input.give-btn.give-btn-modal, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer .give-submit-button-wrap input.give-submit, .gform_wrapper .gform_page_footer .search-form input.search-submit, .gform_wrapper .gform_page_footer .woocommerce #respond input#submit, .gform_wrapper .gform_page_footer [id^=give-user-login-submit] input.give-submit, .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input.button-ghost-purple, .gform_wrapper .gform_page_footer input.button-ghost-white, .gform_wrapper .gform_page_footer input.button-purple, .gform_wrapper .gform_page_footer input.give-btn.give-btn-modal, .gform_wrapper .gform_page_footer input[type=submit], .give-submit-button-wrap .gform_wrapper .gform_footer input.give-submit, .give-submit-button-wrap .gform_wrapper .gform_page_footer input.give-submit, .search-form .gform_wrapper .gform_footer input.search-submit, .search-form .gform_wrapper .gform_page_footer input.search-submit, .socialBanner .gform_wrapper .gform_footer .gform_page_footer input[type=submit], .socialBanner .gform_wrapper .gform_footer input[type=submit], .socialBanner .gform_wrapper .gform_page_footer .gform_footer input[type=submit], .socialBanner .gform_wrapper .top_label div.ginput_container, .woocommerce #respond .gform_wrapper .gform_footer input#submit, .woocommerce #respond .gform_wrapper .gform_page_footer input#submit, [id^=give-user-login-submit] .gform_wrapper .gform_footer input.give-submit, [id^=give-user-login-submit] .gform_wrapper .gform_page_footer input.give-submit {
      width: 100%
    }
  }

  .socialBanner .validation_error {
    color: #d0103a;
    margin-bottom: 1em
  }

  .socialBanner .gfield_description.validation_message {
    color: #d0103a;
    margin-right: 2em;
    margin-top: .5em;
    text-align: right
  }

  @media (max-width: 640px) {
    .socialBanner .gform_wrapper .top_label div.ginput_container {
      width: 100%
    }
  }

  .alignnone {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
  }

  .aligncenter {
    display: block;
    height: auto;
    margin: .5rem auto
  }

  .alignleft, .alignright {
    height: auto;
    margin-bottom: .5rem
  }

  @media (min-width: 576px) {
    .alignleft {
      float: left;
      margin-right: .5rem
    }

    .alignright {
      float: right;
      margin-left: .5rem
    }
  }

  .wp-caption-text, figcaption {
    color: #a5a39d;
    font-size: .9375rem;
    font-style: italic;
    line-height: 1.428571429;
    margin-top: 4px
  }

  .post_imageCredit {
    color: #a5a39d;
    font-size: .8em;
    font-style: normal;
    margin-top: 4px;
    text-transform: uppercase
  }

  .navBar {
    -webkit-transform: translateZ(0);
    background-color: #fff;
    left: 0;
    padding: .625em .9375em;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%;
    z-index: 2000
  }

  .navBar.fixed .navBar_brand, .navBar.open .navBar_brand {
    height: 46px;
    width: auto
  }

  .navBar.fixed .navBar_collapse, .navBar.open .navBar_collapse {
    margin-top: 0
  }

  .navBar.fixed .navBar_searchButton, .navBar.open .navBar_searchButton {
    fill: #5c5a58
  }

  .navBar.fixed .navBar_toggle .icon-bar, .navBar.open .navBar_toggle .icon-bar {
    background-color: #5c5a58
  }

  .admin-bar .navBar {
    top: 32px
  }

  @media screen and (max-width: 782px) {
    .admin-bar .navBar {
      top: 46px
    }

    .admin-bar .navBar.fixed {
      top: 0
    }
  }

  .navBar-transparent {
    background-color: transparent
  }

  .navBar-transparent .navBar_searchButton {
    fill: #fff
  }

  .navBar-transparent .navBar_logo, .navBar-transparent .woocommerce-page .navBar_logo {
    display: none
  }

  .navBar-transparent .navBar_logo-white, .navBar-transparent .woocommerce-page .navBar_logo-white {
    display: block
  }

  .navBar-transparent.fixed, .navBar-transparent.open {
    background-color: #fff
  }

  .navBar-transparent.fixed .navBar_logo, .navBar-transparent.fixed .woocommerce-page .navBar_logo, .navBar-transparent.open .navBar_logo, .navBar-transparent.open .woocommerce-page .navBar_logo {
    display: block
  }

  .navBar-transparent.fixed .navBar_logo-white, .navBar-transparent.fixed .woocommerce-page .navBar_logo-white, .navBar-transparent.open .navBar_logo-white, .navBar-transparent.open .woocommerce-page .navBar_logo-white {
    display: none
  }

  .navBar-transparent .navBar_toggle .icon-bar {
    background-color: #fff
  }

  .navBar_placeholder {
    height: 66px
  }

  .navBar_placeholder-disabled {
    display: none
  }

  .navBar_brand {
    display: inline-block;
    float: left;
    height: 46px;
    width: auto
  }

  .navBar_logo, .woocommerce-page .navBar_logo {
    display: block;
    height: 100%;
    width: auto
  }

  .navBar_logo-white, .woocommerce-page .navBar_logo-white {
    display: none
  }

  .navBar_collapse {
    float: left;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%
  }

  @media (max-height: 1000px) and (max-width: 1300px) {
    .navbar-collapse {
      height: calc(100vh - 66px);
      overflow-y: scroll
    }
  }

  .navBar_menu {
    padding: 2em 0
  }

  .navBar_button {
    font-size: 1.125rem;
    height: 32px
  }

  .give-submit-button-wrap .navBar_button .give-submit, .navBar_button .button, .navBar_button .button-ghost-purple, .navBar_button .button-ghost-white, .navBar_button .button-purple, .navBar_button .give-btn.give-btn-modal, .navBar_button .give-submit-button-wrap .give-submit, .navBar_button .search-form .search-submit, .navBar_button .socialBanner .gform_wrapper .gform_footer input[type=submit], .navBar_button .woocommerce #respond input#submit, .navBar_button .woocommerce a.added_to_cart, .navBar_button .woocommerce a.button, .navBar_button .woocommerce button.button, .navBar_button .woocommerce input.button, .navBar_button [id^=give-user-login-submit] .give-submit, .search-form .navBar_button .search-submit, .socialBanner .gform_wrapper .gform_footer .navBar_button input[type=submit], .woocommerce #respond .navBar_button input#submit, .woocommerce .navBar_button a.added_to_cart, .woocommerce .navBar_button a.button, .woocommerce .navBar_button button.button, .woocommerce .navBar_button input.button, [id^=give-user-login-submit] .navBar_button .give-submit {
    height: 2rem;
    line-height: 2rem;
    padding: 0 8px
  }

  .navBar_toggle {
    background: none;
    border: 0;
    cursor: pointer;
    float: right;
    height: 2em;
    margin-left: 2em;
    padding: 0;
    width: 2em
  }

  .navBar_toggle .icon-bar {
    background-color: #5c5a58;
    display: block;
    height: 4px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }

  .navBar_toggle .icon-bar + .icon-bar {
    margin-top: 7px
  }

  .navBar_toggle[aria-expanded=true] .icon-bar:first-child {
    -webkit-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg)
  }

  .navBar_toggle[aria-expanded=true] .icon-bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: translate(-10px);
    -o-transform: translate(-10px);
    transform: translate(-10px)
  }

  .navBar_toggle[aria-expanded=true] .icon-bar:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg)
  }

  .navBar_toggle:focus {
    outline: none
  }

  .navBar_search {
    display: none;
    margin-left: 1.5em;
    position: relative
  }

  .navBar_searchButton {
    display: block;
    fill: #5c5a58;
    height: 2em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 2em
  }

  .navBar_searchButton:focus, .navBar_searchButton:hover {
    outline: none
  }

  .navBar_searchToggle {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 66px;
    width: 390px
  }

  .navBar_searchForm {
    padding: .625em
  }

  .navBar_search-mobile {
    display: block;
    float: right
  }

  .navBar_search-mobile .navBar_searchButton {
    margin-top: .1041em
  }

  .navBar_search-mobile .navBar_searchToggle {
    max-width: 100%;
    position: fixed;
    width: 390px
  }

  .navBar_cart {
    display: inline-block;
    margin-right: 1.5em;
    position: relative
  }

  .navBar_cart:focus .navBar_cartIcon, .navBar_cart:hover .navBar_cartIcon {
    fill: #670145
  }

  .navBar_cartIcon {
    fill: #9a0167;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 2em
  }

  .navBar_cartNumber {
    color: #fff;
    font-size: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6px;
    width: 27px
  }

  @media (max-width: 767px) {
    .navBar_search-mobile .navBar_searchToggle {
      width: 100%
    }
  }

  @media (min-width: 1300px) {
    .navBar.fixed .navBar_brand {
      margin-top: .25em
    }

    .navBar.fixed .navBar_collapse {
      margin-top: 8px
    }

    .navBar_placeholder {
      height: 112px
    }

    .navBar_placeholder.fixed, .navBar_placeholder.open {
      height: 74px
    }

    .navBar_brand {
      height: 92px;
      width: auto
    }

    .navBar_collapse {
      float: right;
      height: auto;
      margin-top: 28px;
      width: auto
    }

    .navBar_menu {
      padding: 0
    }

    .navBar_search {
      display: block
    }

    .navBar_search-mobile {
      display: none
    }

    .navBar_button {
      margin-left: 2em
    }
  }

  .mainMenu {
    font-size: 1rem;
    list-style-type: none;
    margin: 0;
    padding: 0
  }

  .mainMenu li + li {
    margin-top: 10px
  }

  .mainMenu li a {
    font-size: 1.125em;
    text-transform: uppercase
  }

  .mainMenu li a:focus, .mainMenu li a:hover {
    color: #9a0167
  }

  .mainMenu li .sub-menu {
    list-style-type: none;
    margin-top: .625em;
    padding-left: 2em
  }

  .mainMenu > li > a {
    position: relative
  }

  .mainMenu > li > a:after {
    background-color: currentColor;
    bottom: -4px;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%;
    z-index: 1
  }

  .mainMenu > li.active > a:after, .mainMenu > li.current-lang > a:after {
    opacity: 1
  }

  .navBar_menu-center .mainMenu {
    text-align: center
  }

  .navBar_menu-center .mainMenu li .sub-menu {
    padding: 0
  }

  .navBar_menu-center .mainMenu li .sub-menu a {
    font-size: 16px;
    text-transform: none
  }

  @media (min-width: 1300px) {
    .mainMenu li {
      display: block;
      float: left;
      position: relative
    }

    .mainMenu li + li {
      margin-left: .4375em;
      margin-top: 0;
      padding-left: 1.0625em;
      position: relative
    }

    .mainMenu li + li:before {
      color: #9a0167;
      content: "|";
      left: 0;
      position: absolute;
      top: 0
    }

    .mainMenu li + li .sub-menu {
      left: 8px
    }

    .mainMenu li .sub-menu {
      background-color: #fff;
      left: -8px;
      margin-top: 0;
      min-width: 100%;
      opacity: 0;
      padding: .625em;
      position: absolute;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      visibility: hidden;
      width: 195px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content
    }

    .mainMenu li .sub-menu li {
      float: none
    }

    .mainMenu li .sub-menu li + li {
      margin: 0;
      padding: 0
    }

    .mainMenu li .sub-menu li + li:before {
      display: none
    }

    .mainMenu li.menu-item-has-children:hover .sub-menu {
      opacity: 1;
      visibility: visible
    }
  }

  .navBar-transparent .mainMenu li + li:before, .navBar-transparent .mainMenu li a {
    color: #fff
  }

  .navBar-transparent .mainMenu li .sub-menu {
    background-color: transparent
  }

  .navBar-transparent.fixed .mainMenu li + li:before, .navBar-transparent.fixed .mainMenu li a, .navBar-transparent.open .mainMenu li + li:before, .navBar-transparent.open .mainMenu li a {
    color: #9a0167
  }

  .navBar-transparent.fixed .mainMenu li .sub-menu, .navBar-transparent.open .mainMenu li .sub-menu {
    background-color: #fff
  }

  .footer {
    background-color: #5c5a58;
    font-size: 1rem;
    padding: 1em 0;
    text-align: center;
    text-transform: uppercase
  }

  .footer, .footer a {
    color: #fff
  }

  .footer a:focus, .footer a:hover {
    color: #d0103a
  }

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

  .footer_menu li {
    display: block
  }

  @media (min-width: 768px) {
    .footer {
      padding: 2em 0 calc(2em + 67.5px)
    }

    .footer_menu li {
      display: inline-block
    }

    .footer_menu li + li {
      margin-left: .625em;
      padding-left: 1.125em;
      position: relative
    }

    .footer_menu li + li:before {
      content: "|";
      left: 0;
      position: absolute
    }
  }

  .socialBanner {
    background-color: #a5a39d;
    color: #fff;
    font-size: 1rem;
    padding: 2em;
    text-align: center
  }

  .socialBanner a {
    color: #fff
  }

  .socialBanner_button, .socialBanner_social {
    margin-top: 2em
  }

  .socialBanner_left, .socialBanner_right {
    float: left;
    width: 100%
  }

  .socialBanner_content {
    display: inline-block
  }

  .socialBanner_right {
    margin-top: 2em
  }

  .socialBanner .gform_wrapper {
    margin: 0;
    text-align: center
  }

  .socialBanner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #fff;
    width: 100%
  }

  .socialBanner .gform_wrapper .top_label .gfield_label {
    font-weight: 400;
    width: 100%
  }

  .socialBanner .gform_wrapper .gform_footer {
    margin-top: 1em;
    width: 100%
  }

  .socialBanner .gform_wrapper ul.gform_fields li.gfield {
    margin: 0;
    padding: 0
  }

  .socialBanner .gform_wrapper .top_label div.ginput_container {
    display: inline-block;
    margin: 0
  }

  @media (min-width: 768px) {
    .socialBanner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      margin-right: 1em;
      width: 260px
    }

    .socialBanner .gform_wrapper .top_label .gfield_label {
      margin-right: 1em;
      width: auto
    }

    .socialBanner .gform_wrapper .gform_body {
      float: left;
      width: auto
    }

    .socialBanner .gform_wrapper .gform_footer {
      clear: none;
      float: left;
      margin: 0;
      padding: 0;
      width: auto
    }

    .socialBanner_social {
      float: left;
      margin: 0
    }

    .socialBanner_button {
      float: left;
      margin-left: .5em;
      margin-top: 0
    }
  }

  @media (min-width: 1350px) {
    .socialBanner {
      text-align: center
    }

    .socialBanner_left {
      float: left;
      width: auto
    }

    .socialBanner_right {
      float: right;
      margin-top: 0;
      width: auto
    }
  }

  .socialIcons {
    font-size: 1rem
  }

  .socialIcons_icon {
    background-color: #fff;
    display: inline-block;
    fill: #5c5a58;
    float: left;
    height: 49px;
    margin: .25em .5em .25em 0;
    width: 49px
  }

  .socialIcons_icon:focus, .socialIcons_icon:hover {
    fill: #d0103a
  }

  .socialIcons-onDark .socialIcons_icon {
    border: 1px solid #fff
  }

  @media (min-width: 992px) {
    .socialIcons_icon {
      height: 48px;
      width: 48px
    }
  }

  .socialIcons_website {
    background-color: #5c5a58;
    fill: #fff;
    padding: 7px
  }

  .socialIcons_website:focus, .socialIcons_website:hover {
    background-color: #d0103a;
    fill: #fff
  }

  .socialIcons-inline {
    display: inline-block
  }

  .heroSlider {
    color: #fff;
    font-size: 1rem;
    position: relative;
    text-align: center
  }

  .heroSlider .slick-dots {
    bottom: 2em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10
  }

  .heroSlider .slick-dots button {
    display: none
  }

  .heroSlider .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px
  }

  .heroSlider .slick-dots li:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    width: 12px
  }

  .heroSlider .slick-dots li + li {
    margin-left: .5em
  }

  .heroSlider .slick-dots li.slick-active:before {
    background-color: #9a0167
  }

  .heroSlider_slide:focus {
    outline: none
  }

  .fullPage_section .heroSlider_bg {
    height: 100vh;
    margin: 0;
    padding: 112px 0
  }

  .heroSlider_bg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    margin-top: 0;
    max-height: 100vh;
    min-height: 600px;
    position: relative
  }

  .heroSlider_bg-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .heroSlider_content {
    display: table;
    height: 100%;
    padding: 0 15px;
    width: 100%
  }

  .heroSlider_center {
    display: table-cell;
    vertical-align: middle
  }

  .heroSlider_title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
  }

  .heroSlider_text, .heroSlider_title {
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .7)
  }

  .heroSlider_text {
    font-size: 1.25em
  }

  .heroSlider_text img, img.heroSlider_logo {
    -webkit-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, .7));
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, .7))
  }

  img.heroSlider_logo {
    display: inline-block;
    margin-bottom: 2em;
    max-width: 300px;
    width: auto
  }

  .heroSlider_credit {
    bottom: 2px;
    font-size: .75em;
    position: absolute;
    right: 6px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
    text-transform: uppercase
  }

  @media (min-width: 992px) {
    .heroSlider .slick-dots {
      right: 2em;
      text-align: left;
      width: auto
    }

    .heroSlider .slick-dots li {
      float: left
    }

    .heroSlider_bg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100vh;
      height: calc(100vh - 112px);
      padding-bottom: 0
    }

    .heroSlider_bg-mobile {
      display: none
    }

    .heroSlider_text {
      font-size: 2.875em
    }
  }

  .mediaTile {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1rem;
    position: relative
  }

  .mediaTile_inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 480px
  }

  .col-five .mediaTile_inner {
    min-height: 384px
  }

  .col-six .mediaTile_inner {
    min-height: 287px
  }

  .mediaTile_center {
    padding: 2em 1em;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .7)
  }

  .mediaTile_title {
    color: #fff;
    font-size: 1.563em;
    font-weight: 800;
    line-height: 1
  }

  .mediaTile_subtitle {
    color: #fff;
    font-size: 1.375em;
    font-weight: 800
  }

  .mediaTile_button {
    display: inline-block;
    font-size: 1.188em;
    font-weight: 800;
    margin-top: .6em
  }

  .mediaTile_logo {
    -webkit-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, .7));
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, .7));
    margin-bottom: 1em;
    max-height: 200px;
    max-width: 100%
  }

  @media (min-width: 480px) {
    .mediaTile_title {
      font-size: 2.5em
    }

    .mediaTile_subtitle {
      font-size: 2em
    }

    .mediaTile_button {
      font-size: 1.563em
    }
  }

  @media (min-width: 576px) {
    .mediaTile_title {
      font-size: 1.438em
    }

    .mediaTile_subtitle {
      font-size: 1.188em
    }

    .mediaTile_button {
      font-size: 1.125em
    }
  }

  @media (min-width: 768px) {
    .mediaTile_title {
      font-size: 1.25em
    }

    .mediaTile_subtitle {
      font-size: 1.188em
    }

    .mediaTile_button {
      font-size: 1.063em
    }
  }

  @media (min-width: 1024px) {
    .mediaTile_title {
      font-size: 1.375em
    }

    .mediaTile_subtitle {
      font-size: 1.188em
    }

    .mediaTile_button {
      font-size: 1em
    }
  }

  @media (min-width: 1440px) {
    .mediaTile_title {
      font-size: 1.875em
    }

    .mediaTile_subtitle {
      font-size: 1.625em
    }

    .mediaTile_button {
      font-size: 1.563em
    }
  }

  @media (min-width: 1700px) {
    .mediaTile_title {
      font-size: 2.5em
    }

    .mediaTile_subtitle {
      font-size: 1.875em
    }

    .mediaTile_button {
      font-size: 1.563em
    }
  }

  @media (max-width: 991px) {
    .mediaTile {
      padding-top: 0
    }

    .mediaTile_inner {
      position: static
    }

    .mediaTile_center {
      padding-bottom: 4em;
      padding-top: 4em;
      top: auto;
      -webkit-transform: none;
      -o-transform: none;
      transform: none
    }

    .mediaTile_logo {
      max-height: 150px
    }

    .mediaTile_inner {
      min-height: 324px
    }
  }

  @media (max-width: 767px) {
    .js-slick-mediaTiles .col-sm-6 {
      padding: 0
    }

    .mediaTile_inner {
      min-height: 374px
    }
  }

  .section-mediaTiles {
    position: relative
  }

  .section-mediaTiles .slick-dots {
    bottom: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10
  }

  .section-mediaTiles .slick-dots button {
    display: none
  }

  .section-mediaTiles .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px
  }

  .section-mediaTiles .slick-dots li:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    width: 12px
  }

  .section-mediaTiles .slick-dots li + li {
    margin-left: .5em
  }

  .section-mediaTiles .slick-dots li.slick-active:before {
    background-color: #9a0167
  }

  .mediaTile_next, .mediaTile_prev {
    color: #fff !important;
    top: calc(50% - 1em)
  }

  @media (min-width: 576px) {
    .mediaTile_next, .mediaTile_prev {
      display: none
    }
  }

  .section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 4.125em 0;
    overflow: hidden
  }

  .section-small {
    margin: 1.875em 0
  }

  .section-big {
    margin: 5.25em 0
  }

  .section-gray {
    background-color: #d2d1ce;
    margin: 0;
    padding: 4.125em 0
  }

  .section-gray-dark {
    background-color: #5c5a58
  }

  .section-gray-dark, .section-small.section-gray, .section-small.section-gray-dark {
    margin: 0;
    padding: 1.875em 0
  }

  .section-fullWidthTwoColContent {
    margin: 0;
    padding: 4.125em 0
  }

  .section-postTabs {
    overflow: hidden;
    position: relative
  }

  .section-noPadding {
    margin: 0;
    padding: 0
  }

  .editorContent {
    font-size: 1.125rem;
    font-weight: 300
  }

  .editorContent h4 {
    color: #848484
  }

  .editorContent #reply-title, .editorContent .blockHeader_title-h2, .editorContent .woocommerce div.product .product_title, .editorContent h2, .woocommerce div.product .editorContent .product_title {
    color: #9a0167
  }

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

  .editorContent img.circle {
    border-radius: 50%
  }

  .editorContent a {
    word-wrap: break-word
  }

  .editorContent blockquote {
    font-size: 1.5555em;
    font-style: italic;
    line-height: 1.5em;
    text-align: center
  }

  .editorContent-post {
    line-height: 2.1
  }

  .editorContent-post .alignleft {
    margin: 0 1.125em 0 0
  }

  .editorContent-post .alignright {
    margin: 0 0 0 1.125em
  }

  .editorContent-post .postExcerpt {
    font-weight: 800
  }

  .editorContent-post figure {
    max-width: 100%
  }

  @media (min-width: 768px) {
    .editorContent-post .postExcerpt {
      margin-left: auto;
      margin-right: auto;
      width: 80%
    }
  }

  @media (max-width: 767px) {
    .editorContent-post .alignleft, .editorContent-post .alignright, .editorContent-post > img, .editorContent-post figure {
      float: left;
      margin-bottom: 1em;
      margin-left: 0;
      margin-right: 0;
      max-width: 100%
    }

    .editorContent-post .alignleft img, .editorContent-post .alignright img, .editorContent-post > img img, .editorContent-post figure img {
      display: block;
      width: auto !important
    }

    .editorContent-post .alignleft + ol, .editorContent-post .alignleft + p, .editorContent-post .alignleft + ul, .editorContent-post .alignright + ol, .editorContent-post .alignright + p, .editorContent-post .alignright + ul, .editorContent-post > img + ol, .editorContent-post > img + p, .editorContent-post > img + ul, .editorContent-post figure + ol, .editorContent-post figure + p, .editorContent-post figure + ul {
      clear: both
    }

    .editorContent-post .alignleft, .editorContent-post .alignright, .editorContent-post img {
      display: table;
      float: none
    }

    .editorContent blockquote {
      font-size: 1.25em
    }
  }

  @media (min-width: 992px) {
    .editorContent-post > #reply-title, .editorContent-post > .blockHeader_title-h2, .editorContent-post > div, .editorContent-post > h2, .editorContent-post > h3, .editorContent-post > h4, .editorContent-post > p, .editorContent-post > ul, .single-give_forms .editorContent-post .give-form-wrap, .single-give_forms .postFooter, .woocommerce div.product .editorContent-post > .product_title {
      margin-left: auto;
      margin-right: auto;
      width: 80%
    }
  }

  .blockHeader {
    font-size: 1rem;
    margin-bottom: 3.75em
  }

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

  .blockHeader-padding {
    padding-top: 4.125em
  }

  .logoSlider {
    font-size: 1rem;
    padding: 0 1.875em;
    position: relative
  }

  .logoSlider_slide {
    margin: 0 1.875em;
    text-align: center
  }

  .logoSlider_slide:focus {
    outline: none
  }

  .logoSlider_content {
    display: table;
    height: 100%;
    width: 100%
  }

  .logoSlider_middle {
    display: table-cell;
    vertical-align: middle
  }

  .logoSlider_logo {
    display: inline-block;
    width: 100%
  }

  .logoSlider_logo:focus {
    outline: none
  }

  .logoSlider_logoImg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 80px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%
  }

  .logoSlider-color .logoSlider_logoImg, .logoSlider_logoImg:focus, .logoSlider_logoImg:hover {
    -webkit-filter: none;
    filter: none
  }

  .logoSlider_next, .logoSlider_prev {
    color: #a5a39d;
    cursor: pointer;
    height: 33px;
    left: 0;
    position: absolute;
    top: calc(50% - 16px);
    width: 22px;
    z-index: 100
  }

  .logoSlider_next:after, .logoSlider_prev:after {
    border-color: currentColor;
    border-style: none solid solid none;
    border-width: 0 6px 6px 0;
    content: "";
    display: block;
    height: 23px;
    left: 5px;
    pointer-events: none;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 23px
  }

  .logoSlider_next {
    left: auto;
    right: 0
  }

  .logoSlider_next:after {
    left: -6px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .logoSlider-left .slick-track {
    margin-left: 0
  }

  @media (min-width: 576px) {
    .logoSlider-left {
      margin: 0 -1.875em;
      padding: 0
    }
  }

  .col-xl-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .fullWrap {
    margin: 0 auto;
    max-width: 1920px
  }

  .fullContainer {
    height: 100%;
    padding: 0 15px;
    width: 100%
  }

  .fullContainer.fullContainer-buttons {
    margin-top: -20px;
    text-align: center
  }

  @media (min-width: 1350px) {
    .fullContainer {
      padding: 0 5.625rem
    }
  }

  @media (min-width: 992px) {
    .fullVH {
      min-height: 100vh !important
    }

    .fullVH .fullContainer {
      height: 100vh
    }
  }

  .container-noPadding {
    padding-left: 0;
    padding-right: 0
  }

  .centerCol {
    padding-top: 2.5em;
    text-align: center
  }

  @media (max-width: 1349px) {
    .fullPage_section {
      padding: 0 !important
    }
  }

  @media (min-width: 1300px) {
    .navBar-expand-custom {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start
    }

    .navBar-expand-custom, .navBar-expand-custom .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row
    }

    .navBar-expand-custom .navbar-nav .nav-link {
      padding-left: .5rem;
      padding-right: .5rem
    }

    .navBar-expand-custom .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important
    }

    .navBar-expand-custom .navbar-toggler {
      display: none
    }
  }

  .sideBarGrid {
    font-size: 1.125rem
  }

  .sideBarGrid_unit {
    text-align: center
  }

  .sideBarGrid_unit + .sideBarGrid_unit {
    margin-top: 44px
  }

  .sideBarGrid_unit + .sideBarGrid_unit-border {
    margin-top: 20px
  }

  .sideBarGrid_unit img {
    display: inline-block;
    max-width: 100%
  }

  .sideBarGrid_unit .altList_item img, .sideBarGrid_unit .row img {
    max-height: 100px;
    max-width: 100px
  }

  .sideBarGrid_unitImg {
    margin-bottom: 10px;
    max-height: 150px
  }

  .sideBarGrid_unitImg:last-child {
    margin-bottom: 0
  }

  .sideBarGrid_unitText {
    margin-bottom: 10px
  }

  .sideBarGrid_unitText:last-child {
    margin-bottom: 0
  }

  .sideBarGrid_unit-border {
    border-top: 2px solid #d2d1ce;
    margin-top: 20px;
    padding-top: 20px
  }

  .singleProject_desktop {
    display: none
  }

  @media (min-width: 992px) {
    .singleProject_desktop {
      display: block
    }

    .singleProject_mobile {
      display: none
    }
  }

  .blogHeader {
    background-color: #9a0167;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 1rem;
    position: relative;
    text-align: center
  }

  .blogHeader_content {
    display: table;
    padding: 112px 0;
    width: 100%
  }

  .blogHeader_middle {
    display: table-cell;
    vertical-align: middle
  }

  .blogHeader_title {
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
    text-transform: uppercase
  }

  .blogHeader_subtitle {
    font-size: 1.25em;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .7)
  }

  @media (min-width: 992px) {
    .blogHeader_content {
      height: calc(100vh - 112px)
    }

    .blogHeader_subtitle {
      font-size: 2.875em
    }
  }

  .listTile {
    display: block;
    font-size: 1rem
  }

  .listTile:focus .listTile_title, .listTile:hover .listTile_title {
    color: #9a0167
  }

  .listTile:focus .listTile_image:after, .listTile:hover .listTile_image:after {
    background-color: transparent
  }

  .listTile:focus .listTile_subtitle, .listTile:hover .listTile_subtitle {
    color: #a5a39d
  }

  .listTile_image {
    background-color: #5c5a58;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.875em;
    padding-bottom: 62%;
    position: relative
  }

  .listTile_image, .listTile_image:after {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }

  .listTile_image:after {
    background-color: rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
  }

  .listTile_content {
    margin-bottom: 1.875em;
    padding: 0 1em;
    position: relative
  }

  .listTile_title {
    color: #5c5a58
  }

  .listTile_subtitle {
    color: #a5a39d;
    font-size: 1.125em;
    font-weight: 300
  }

  .listTile_button {
    font-weight: 400;
    margin-top: 1em;
    min-width: 262px
  }

  @media (min-width: 992px) {
    .listTile_button {
      min-width: 280px
    }
  }

  .postFooter {
    font-size: 1rem;
    padding-top: 2em
  }

  .postFooter_share {
    float: left
  }

  .postFooter_back {
    float: right
  }

  .postFooter_tags {
    font-size: 1.25em;
    margin-bottom: 1.75em
  }

  .postFooter_tag {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 18px;
    margin-right: 12px;
    padding: 9px 15px
  }

  .postFooter_tag, .postFooter_tag:focus, .postFooter_tag:hover {
    border-color: #d2d1ce
  }

  .give-page .postFooter .postFooter_back {
    display: none
  }

  .textTile {
    font-size: 1rem;
    margin-bottom: 1em;
    text-align: center
  }

  .textTile.textTile-bg .textTile_header {
    background-color: #5c5a58
  }

  .textTile.textTile-bg .textTile_header .textTile_title {
    color: #fff
  }

  .textTile.textTile-bg .textTile_main {
    background-color: #fff
  }

  .textTile_header {
    padding: .5em 0
  }

  .textTile_title {
    margin: 0
  }

  .textTile_main {
    padding: .5em
  }

  .textTile_iconWrap {
    padding: 1em 0;
    text-align: center
  }

  .textTile_icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 100px;
    width: 100px
  }

  .scrollArrow {
    bottom: 2em;
    position: absolute;
    text-align: center;
    width: 100%
  }

  .scrollArrow_arrow {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 70px
  }

  .scrollArrow_arrow:after {
    border-color: currentColor;
    border-style: none solid solid none;
    border-width: 0 6px 6px 0;
    bottom: 10px;
    content: "";
    display: block;
    height: 50px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px
  }

  .page-template-template-about-summary .scrollArrow {
    display: none
  }

  .page-template-template-about-summary .section:first-child .scrollArrow {
    display: block
  }

  @media (max-width: 1349px) {
    .scrollArrow {
      display: none !important
    }
  }

  .contentBox {
    float: left;
    font-size: 1rem;
    height: 100%;
    padding: 4em 0;
    width: 100%
  }

  .contentBox.white .contentBox_content {
    background-color: hsla(45, 4%, 63%, .8);
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
    padding: 2em
  }

  .contentBox.right {
    float: right
  }

  .contentBox .editorContent {
    font-size: 1.25em
  }

  .contentBox .editorContent #reply-title, .contentBox .editorContent .blockHeader_title-h2, .contentBox .editorContent .woocommerce div.product .product_title, .contentBox .editorContent h2, .contentBox .editorContent h3, .contentBox .editorContent h4, .woocommerce div.product .contentBox .editorContent .product_title {
    color: #fff
  }

  .contentBox_inner {
    display: table;
    height: 100%;
    text-align: center;
    width: 100%
  }

  .contentBox_middle {
    display: table-cell;
    vertical-align: middle
  }

  .contentBox_content {
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .7)
  }

  @media (min-width: 1350px) {
    .contentBox {
      width: 50%
    }

    .contentBox.center {
      float: none;
      margin: 0 auto;
      width: 70%
    }
  }

  .postTabs {
    overflow: hidden;
    position: relative
  }

  .postTabs_left {
    float: left;
    width: 100%
  }

  .postTabs_right {
    float: right;
    width: 100%
  }

  .postTabs_content {
    height: 510px;
    padding: 3.75em 18%;
    text-align: center
  }

  .postTabs_date {
    color: #a5a39d;
    font-size: 1.25em
  }

  .postTabs_link {
    color: #a5a39d;
    float: left;
    font-size: 1.75em;
    font-weight: 700;
    padding: .6428em 1.2857em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 50%;
    z-index: 10
  }

  .postTabs_link.active, .postTabs_link:focus, .postTabs_link:hover {
    background-color: #5c5a58;
    color: #fff;
    text-decoration: none
  }

  .postTabs_link.active:after, .postTabs_link:focus:after, .postTabs_link:hover:after {
    border-color: #5c5a58 transparent transparent
  }

  .postTabs_link:after {
    border: solid transparent;
    border-width: 20px 20px 0;
    bottom: -19px;
    content: "";
    height: 0;
    left: calc(50% - 20px);
    position: absolute;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 0
  }

  .postTabs_main .postTabs_left {
    background-color: #9a0167;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 70%
  }

  .postTabs_title {
    font-size: 2em
  }

  .postTabs_title a:focus {
    outline: none
  }

  .postTabs_excerpt {
    font-size: 1.25em;
    margin-top: 44px;
    max-height: 120px;
    overflow: hidden
  }

  .postTabs_readMore {
    margin-top: 1.1538em
  }

  .mediaTile_next, .mediaTile_prev, .postTabs_next, .postTabs_prev {
    bottom: 239px;
    color: #a5a39d;
    cursor: pointer;
    height: 33px;
    left: 3%;
    position: absolute;
    width: 22px;
    z-index: 100
  }

  .mediaTile_next:after, .mediaTile_prev:after, .postTabs_next:after, .postTabs_prev:after {
    border-color: currentColor;
    border-style: none solid solid none;
    border-width: 0 6px 6px 0;
    content: "";
    display: block;
    height: 23px;
    left: 5px;
    pointer-events: none;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 23px
  }

  .mediaTile_next, .postTabs_next {
    left: auto;
    right: 3%
  }

  .mediaTile_next:after, .postTabs_next:after {
    left: -6px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  @media (min-width: 992px) {
    .postTabs_left {
      width: 42%
    }

    .postTabs_right {
      width: 58%
    }

    .postTabs_link {
      font-size: 2.375em;
      padding: .4736em 2.0526em;
      width: auto
    }

    .postTabs_content {
      background-color: #d2d1ce;
      text-align: left
    }

    .postTabs_main .postTabs_left {
      height: 510px;
      padding: 0
    }
  }

  @media (min-width: 992px) {
    .mediaTile_prev, .postTabs_prev {
      left: 45%
    }
  }

  .listCol {
    margin: 15px 0
  }

  .listCol.listCol-modal {
    cursor: pointer
  }

  .listCol_logoWrap {
    display: block
  }

  .listCol_logo {
    background-size: contain;
    padding-bottom: 60%
  }

  .listCol_image, .listCol_logo {
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%
  }

  .listCol_image {
    background-size: cover;
    margin-bottom: 15px
  }

  .listCol_image:after {
    content: "";
    display: block;
    padding-bottom: 100%
  }

  .projectFacts {
    font-size: 1rem;
    margin-bottom: 3em;
    position: relative
  }

  .projectFacts_logo {
    height: 150px;
    margin-bottom: 3em;
    max-width: 100%;
    width: 300px;
    z-index: 10
  }

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

  .projectFacts_facts {
    float: left;
    width: calc(100% - 640px)
  }

  .projectFacts_map {
    float: left;
    width: 640px
  }

  .projectFacts_map .acf-map {
    height: 670px
  }

  .projectFacts_map img {
    height: auto;
    width: 100%
  }

  .plainList {
    font-size: 1rem;
    list-style-type: none;
    margin: 0;
    padding: 0
  }

  .plainList_title {
    text-transform: uppercase
  }

  .plainList_item + .plainList_item {
    margin-top: 1em
  }

  .projectFilter {
    font-size: 1rem;
    position: relative
  }

  .projectFilter_switch {
    margin-bottom: 2em
  }

  .projectFilter_link {
    color: #5c5a58;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-transform: uppercase
  }

  .projectFilter_link + .projectFilter_link {
    margin-left: .4375em;
    padding-left: 1.0625em
  }

  .projectFilter_link + .projectFilter_link:before {
    bottom: 1px;
    color: #5c5a58;
    content: "|";
    left: 3px;
    position: absolute
  }

  .projectFilter_link:focus, .projectFilter_link:hover {
    color: #9a0167;
    outline: none;
    text-decoration: none
  }

  .projectFilter_link.active {
    color: #9a0167
  }

  .projectFilter_link.active .projectFilter_icon {
    fill: #9a0167
  }

  .projectFilter_tab {
    display: none
  }

  .projectFilter_tab.open {
    display: block
  }

  .projectFilter_filter {
    margin-bottom: 3em
  }

  .projectFilter_filterTitle {
    display: inline-block;
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle
  }

  .projectFilter_select {
    display: block;
    margin-top: 1em;
    position: relative;
    z-index: 0
  }

  .projectFilter_select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid #5c5a58;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 48px 8px 8px;
    text-transform: uppercase;
    width: 100%
  }

  .projectFilter_select select:hover {
    cursor: pointer
  }

  .projectFilter_select select:focus {
    outline: none
  }

  .projectFilter_select select::-ms-expand {
    display: none
  }

  .projectFilter_select:before {
    background-color: #fff;
    border-left: 1px solid #5c5a58;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: -10
  }

  .projectFilter_select:after {
    border-color: currentColor;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    color: #5c5a58;
    content: "";
    display: block;
    height: 14px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px
  }

  .section-gray .projectFilter_select select {
    border: 1px solid #fff
  }

  .section-gray .projectFilter_select:before {
    border-left: 1px solid #fff
  }

  .projectFilter_map .map-legend {
    margin-top: 2em
  }

  .projectFilter_map #rewilding-projects-map {
    padding-bottom: 75%;
    width: 100%
  }

  .projectFilter_icon {
    fill: #5c5a58;
    height: 48px;
    margin: 0 auto;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 48px
  }

  .projectFilter_icon:focus, .projectFilter_icon:hover {
    fill: #9a0167
  }

  .projectFilter_readMore {
    text-align: center
  }

  @media (min-width: 992px) {
    .projectFilter_switch {
      margin-bottom: 0;
      position: absolute;
      right: 0;
      top: 0
    }

    .projectFilter_select {
      display: inline-block;
      margin-right: 3em;
      margin-top: 0;
      vertical-align: middle
    }
  }

  .infowindow {
    font-family: TheSans, Roboto, Helvetica Neue, Arial, sans-serif
  }

  .gm-style .gm-style-iw-c {
    border-radius: 0;
    padding: 16px !important
  }

  .gm-style .gm-style-iw-c button {
    right: 0 !important;
    top: 0 !important
  }

  .gm-style .gm-style-iw-c button img {
    height: 30px !important;
    margin: 0 !important;
    width: 30px !important
  }

  .imageSlider {
    position: relative
  }

  .imageSlider .slick-dots {
    bottom: 2em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10
  }

  .imageSlider .slick-dots button {
    display: none
  }

  .imageSlider .slick-dots li {
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 12px;
    position: relative;
    width: 12px
  }

  .imageSlider .slick-dots li:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 12px;
    position: absolute;
    width: 12px
  }

  .imageSlider .slick-dots li + li {
    margin-left: .5em
  }

  .imageSlider .slick-dots li.slick-active:before {
    background-color: #5c5a58
  }

  .imageSlider_slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 830px;
    position: relative
  }

  .imageSlider_credit {
    bottom: 2px;
    color: #fff;
    font-size: .75em;
    position: absolute;
    right: 6px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
    text-transform: uppercase
  }

  .fullVH .imageSlider_credit {
    bottom: .2vh
  }

  @media (min-width: 768px) {
    .imageSlider .slick-dots {
      right: 2em;
      text-align: left;
      width: auto
    }

    .imageSlider .slick-dots li {
      float: left
    }

    .imageSlider_slide.fullVH {
      max-height: none
    }
  }

  @media (max-width: 991px) {
    .imageSlider_slide.fullVH {
      height: auto
    }
  }

  #fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff
  }

  .postSlider {
    font-size: 1rem;
    position: relative
  }

  .postSlider_left {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    padding-bottom: 70%;
    width: 100%
  }

  .postSlider_right {
    float: right;
    height: 510px;
    width: 100%
  }

  .postSlider_header {
    background-color: #5c5a58;
    padding: 24px 60px
  }

  .postSlider_content {
    padding: 48px 18%
  }

  .postSlider_title {
    color: #fff;
    margin: 0;
    text-transform: uppercase
  }

  .postSlider_postTitle {
    height: 33px;
    overflow: hidden
  }

  .postSlider_date {
    color: #a5a39d;
    font-size: 1.25em
  }

  .postSlider_excerpt {
    font-size: 1.25em;
    margin-top: 28px;
    max-height: 120px;
    overflow: hidden
  }

  .postSlider_readMore {
    margin-top: 1em
  }

  .postSlider_next, .postSlider_prev {
    bottom: 192px;
    color: #a5a39d;
    cursor: pointer;
    height: 33px;
    left: 3%;
    position: absolute;
    width: 22px;
    z-index: 100
  }

  .postSlider_next:after, .postSlider_prev:after {
    border-color: currentColor;
    border-style: none solid solid none;
    border-width: 0 6px 6px 0;
    content: "";
    display: block;
    height: 23px;
    left: 5px;
    pointer-events: none;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 23px
  }

  .postSlider_next {
    left: auto;
    right: 3%
  }

  .postSlider_next:after {
    left: -6px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  @media (min-width: 1350px) {
    .postSlider_left {
      height: 510px;
      padding-bottom: 0;
      width: 42%
    }

    .postSlider_right {
      width: 58%
    }

    .postSlider_prev {
      left: 45%
    }
  }

  .donationBlock {
    font-size: 1rem
  }

  .donationBlock_title {
    font-weight: 500;
    margin-bottom: 32px
  }

  .donationBlock_item + .donationBlock_item {
    margin-top: 32px
  }

  .donationBlock_content {
    font-size: 1.25em;
    margin-top: 32px
  }

  .projectBanner {
    font-size: 1rem;
    text-align: center
  }

  .projectBanner_button, .projectBanner_social {
    display: inline-block
  }

  @media (min-width: 768px) {
    .projectBanner {
      text-align: left
    }

    .projectBanner_left {
      float: left
    }

    .projectBanner_right {
      float: right
    }

    .projectBanner_social {
      margin-top: 0
    }
  }

  .halfContent {
    font-size: 1rem;
    height: 100%;
    position: relative
  }

  .halfContent_row {
    height: 100%
  }

  .halfContent_col {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
  }

  .halfContent_image {
    height: auto;
    width: 100%
  }

  .halfContent_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 3em 15px;
    position: relative;
    z-index: 100
  }

  .halfContent_content .editorContent {
    width: 100%
  }

  .halfContent_full {
    position: relative;
    z-index: 0
  }

  .halfContent_fullCol {
    overflow: hidden;
    position: relative
  }

  .halfContent_fullCol-right {
    right: 0
  }

  .halfContent_creditImage {
    display: inline-block;
    height: auto;
    position: relative;
    width: 100%
  }

  .halfContent_credit {
    bottom: 2px;
    color: #fff;
    font-size: .75em;
    position: absolute;
    right: 6px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .7);
    text-transform: uppercase
  }

  @media (min-width: 1350px) {
    .halfContent_col {
      width: 50%
    }

    .halfContent_col-right {
      float: right
    }

    .halfContent_image {
      padding: 0
    }

    .halfContent_content {
      padding: 3em
    }

    .halfContent_content-left {
      text-align: right
    }

    .halfContent_full {
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%
    }

    .halfContent_full .halfContent_col-right {
      float: none;
      right: 0
    }

    .halfContent_fullCol {
      position: absolute;
      width: 50%
    }
  }

  .give-btn.give-btn-modal {
    font-weight: 400;
    line-height: inherit;
    margin-bottom: 0;
    min-width: 280px
  }

  @media (min-width: 992px) {
    .give-display-modal .give-btn.give-btn-modal {
      min-width: 280px
    }
  }

  #give-recurring-form, form.give-form, form[id*=give-form] {
    margin-bottom: 0
  }

  .give-donation-level-btn {
    background-color: #5c5a58;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 1.25em;
    padding: 12px 0;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    vertical-align: top;
    width: 120px
  }

  .give-donation-level-btn:focus, .give-donation-level-btn:hover {
    background-color: #42413f;
    color: #fff;
    outline: none;
    text-decoration: none
  }

  form[id*=give-form] .give-donation-amount #give-amount, form[id*=give-form] .give-donation-amount #give-amount-text {
    border: 1px solid #5c5a58;
    height: 48px;
    max-width: calc(100% - 46px);
    padding: 16px
  }

  form[id*=give-form] .give-donation-amount #give-amount-text:focus, form[id*=give-form] .give-donation-amount #give-amount:focus {
    outline: none
  }

  form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
    background-color: #5c5a58;
    border: 0;
    color: #fff;
    height: 48px;
    padding: 8px 22px;
    width: 48px
  }

  #give-recurring-form .form-row input[type=email], #give-recurring-form .form-row input[type=password], #give-recurring-form .form-row input[type=tel], #give-recurring-form .form-row input[type=text], #give-recurring-form .form-row input[type=url], #give-recurring-form .form-row select, #give-recurring-form .form-row textarea, form.give-form .form-row input[type=email], form.give-form .form-row input[type=password], form.give-form .form-row input[type=tel], form.give-form .form-row input[type=text], form.give-form .form-row input[type=url], form.give-form .form-row select, form.give-form .form-row textarea, form[id*=give-form] .form-row input[type=email], form[id*=give-form] .form-row input[type=password], form[id*=give-form] .form-row input[type=tel], form[id*=give-form] .form-row input[type=text], form[id*=give-form] .form-row input[type=url], form[id*=give-form] .form-row select, form[id*=give-form] .form-row textarea {
    border-color: #5c5a58
  }

  form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    background-color: #5c5a58;
    border: 0;
    color: #fff;
    height: 48px;
    padding: 8px 22px
  }

  form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    border-color: #5c5a58;
    height: 48px;
    padding: 8px 22px
  }

  .give-submit-button-wrap .give-submit, [id^=give-user-login-submit] .give-submit {
    font-size: 18px;
    height: 48px;
    line-height: inherit
  }

  .editorContent .give-display-modal .give-btn.give-btn-modal {
    margin-top: 32px
  }

  .postPreview {
    font-size: 1rem;
    margin-top: 2em
  }

  .postPreview .col-md-3 {
    position: relative
  }

  .postPreview_image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-bottom: 69%;
    width: 100%
  }

  .postPreview_excerpt {
    margin-top: .5em
  }

  @media (max-width: 767px) {
    .postPreview_content {
      padding-top: 2em
    }
  }

  @media (min-width: 768px) {
    .postPreview_content {
      padding-left: 2em
    }
  }

  .modal {
    padding: 0 !important;
    text-align: center
  }

  .modal:before {
    content: "";
    height: 100%;
    margin-right: -4px
  }

  .modal-dialog, .modal:before {
    display: inline-block;
    vertical-align: middle
  }

  .modal-dialog {
    margin: 140px auto;
    text-align: left
  }

  .modal-content {
    border-radius: 0;
    position: relative
  }

  .modal-body {
    padding: 40px 20px 20px
  }

  .modal-btn {
    background: 0;
    border: 0;
    color: #a5a39d;
    cursor: pointer;
    font-size: 28px;
    height: 44px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 44px
  }

  .modal-btn:focus, .modal-btn:hover {
    color: #5c5a58;
    outline: none
  }

  .modal-backdrop {
    background-color: #0b0b0b
  }

  .modal-backdrop.show {
    opacity: .8
  }

  .modal-img {
    height: auto;
    margin-bottom: 20px;
    width: 100%
  }

  .postPagination {
    text-align: center
  }

  .postPagination .page-numbers {
    border: 1px solid #9a0167;
    color: #9a0167;
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 25px;
    margin-top: 4.125em;
    padding: 5px;
    width: 36px
  }

  .postPagination .page-numbers + .page-numbers {
    margin-left: 4px
  }

  .postPagination .current, .postPagination a:focus, .postPagination a:hover {
    background-color: #9a0167;
    color: #fff;
    text-decoration: none
  }

  .postPagination .next, .postPagination .prev {
    width: auto
  }

  .postPagination_wrap {
    display: inline-block
  }

  .postHeader {
    font-size: 1rem;
    padding-top: 4.125em
  }

  .postHeader_title {
    text-align: center
  }

  .postHeader_main {
    border-bottom: 1px solid #d2d1ce;
    padding: 2em 0
  }

  .postHeader_left {
    color: #a5a39d;
    float: left;
    font-size: 1.25em;
    padding-top: .7em
  }

  .postHeader_right {
    float: right
  }

  .sideImageRow {
    font-size: 1rem
  }

  .sideImageRow + .sideImageRow {
    margin-top: 30px
  }

  .sideImageRow_border {
    border-top: 1px solid #d2d1ce;
    margin-bottom: 30px
  }

  .section-gray .sideImageRow_border {
    border-top-color: #a5a39d
  }

  .sideImageRow_image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    padding-bottom: 64%
  }

  .sideImageRow_image-contain {
    background-position: top;
    background-size: contain
  }

  .sideImageRow_content p:last-child {
    margin-bottom: 0
  }

  @media (min-width: 768px) {
    .sideImageRow_image {
      margin-bottom: 0
    }
  }

  .contentSlider {
    font-size: 1rem;
    position: relative
  }

  .contentSlider_slider {
    opacity: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    visibility: hidden
  }

  .contentSlider_slider.slick-initialized {
    opacity: 1;
    overflow: auto;
    visibility: visible
  }

  .contentSlider_slider .slick-dots {
    bottom: 2em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10
  }

  .contentSlider_slider .slick-dots button {
    display: none
  }

  .contentSlider_slider .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px
  }

  .contentSlider_slider .slick-dots li:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    width: 12px
  }

  .contentSlider_slider .slick-dots li + li {
    margin-left: .5em
  }

  .contentSlider_slider .slick-dots li.slick-active:before {
    background-color: #9a0167
  }

  .contentSlider_slide {
    position: relative
  }

  .contentSlider_image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 830px;
    padding-bottom: 71%
  }

  .contentSlider_next, .contentSlider_prev {
    color: #fff;
    cursor: pointer;
    height: 68px;
    left: 50px;
    position: absolute;
    top: calc(50% - 24px);
    width: 38px;
    z-index: 100
  }

  .contentSlider_next:after, .contentSlider_prev:after {
    border-color: currentColor;
    border-style: none solid solid none;
    border-width: 0 6px 6px 0;
    content: "";
    display: block;
    height: 48px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 48px
  }

  .contentSlider_next {
    left: auto;
    right: 50px
  }

  .contentSlider_next:after {
    left: -20px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .contentSlider-pair {
    margin-bottom: 40px
  }

  .altList {
    font-size: 1.125rem
  }

  .altList_item {
    margin: 0;
    padding-bottom: 4px;
    padding-top: 4px
  }

  .altList_item:nth-child(odd) {
    background-color: #e6e7e8
  }

  .altList_title {
    font-weight: 800;
    max-width: 155px;
    text-align: left
  }

  .altList_text {
    text-align: right
  }

  .contentTabs {
    font-size: 1rem;
    margin-top: 40px
  }

  .contentTabs:first-child {
    margin-top: 0
  }

  .contentTabs_header {
    border-bottom: 1px solid #5c5a58
  }

  .contentTabs_link {
    color: #5c5a58;
    display: inline-block;
    font-size: 22px;
    letter-spacing: .4px;
    padding: 12px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 25%
  }

  .contentTabs_link, .contentTabs_link:after {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }

  .contentTabs_link:after {
    background-color: transparent;
    bottom: -3px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%
  }

  .contentTabs_link.active, .contentTabs_link:focus, .contentTabs_link:hover {
    color: #5c5a58;
    font-weight: 800
  }

  .contentTabs_link.active:after, .contentTabs_link:focus:after, .contentTabs_link:hover:after {
    background-color: #9a0167
  }

  .contentTabs_main {
    padding: 40px 0
  }

  .contentTabs_content {
    color: #5c5a58
  }

  .contentTabs_contentUnit + .contentTabs_contentUnit {
    margin-top: 20px
  }

  .contentTabs_contentTitle {
    font-weight: 800
  }

  .miniSlider {
    font-size: 1rem;
    margin-top: 40px;
    position: relative
  }

  .miniSlider .slick-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .miniSlider_slider {
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    visibility: hidden
  }

  .miniSlider_slider.slick-initialized {
    opacity: 1;
    overflow: auto;
    visibility: visible
  }

  .miniSlider_slide {
    padding: 0 36px;
    text-align: center
  }

  .miniSlider_slide img {
    display: inline-block;
    max-height: 150px;
    max-width: 100%
  }

  .miniSlider_next, .miniSlider_prev {
    color: #d2d1ce;
    cursor: pointer;
    display: none;
    height: 32px;
    left: 0;
    position: absolute;
    top: calc(50% - 16px);
    width: 18px;
    z-index: 100
  }

  .miniSlider_next:after, .miniSlider_prev:after {
    border-color: currentColor;
    border-style: none solid solid none;
    border-width: 0 3px 3px 0;
    content: "";
    display: block;
    height: 22px;
    left: 5px;
    pointer-events: none;
    position: absolute;
    top: 5px;
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 22px
  }

  .miniSlider_next {
    left: auto;
    right: 0
  }

  .miniSlider_next:after {
    left: -9px;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .miniSlider_caption {
    font-size: 1.125em;
    margin-top: .5em
  }

  .singleProject_top {
    border-bottom: 1px solid;
    font-size: 1.125rem;
    margin-bottom: 1em
  }

  .singleProject_topTitle {
    float: left;
    font-weight: 800;
    text-transform: uppercase
  }

  .singleProject_nr {
    float: right
  }

  body#tinymce {
    margin: 12px !important
  }

  div.publication-img {
    -moz-transform: rotate(-4deg);
    -moz-transform-origin: 100% 75%;
    -moz-transition: all ease-in .3s;
    -ms-transform: rotate(-4deg);
    -ms-transform-origin: 100% 75%;
    -ms-transition: all ease-in .3s;
    -o-transform: rotate(-4deg);
    -o-transform-origin: 100% 75%;
    -o-transition: all ease-in .3s;
    -webkit-transform: rotate(-4deg);
    -webkit-transform-origin: 100% 75%;
    -webkit-transition: all .3s ease-in;
    filter: alpha(opacity=75);
    margin-top: 40px;
    opacity: .75;
    position: relative;
    transform-origin: 100% 75%;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
  }

  .publication-img img {
    -webkit-box-shadow: 2px -2px 10px grey;
    box-shadow: 2px -2px 10px grey;
    display: block;
    margin: 0 auto
  }

  div.publication-img:hover {
    -moz-transform: rotate(0deg) scale(1.15);
    -moz-transform-origin: center 100%;
    -ms-transform: rotate(0deg) scale(1.15);
    -ms-transform-origin: center 100%;
    -o-transform: rotate(0deg) scale(1.15);
    -o-transform-origin: center 100%;
    -webkit-transform: rotate(0deg) scale(1.15);
    -webkit-transform-origin: center 100%;
    filter: alpha(opacity=100);
    opacity: 1;
    transform: rotate(0deg) scale(1.15);
    transform-origin: center 100%
  }

  div.publication-name {
    padding: 1em 0
  }

  .textTile-bg div.publication-name, div.publication-name {
    background-color: #fff;
    border: 4px #d3d3d3;
    border-style: solid none none;
    position: relative;
    text-align: center
  }

  .section-gray div.publication-name {
    background-color: #d2d1ce;
    border: 4px #a5a39d;
    border-style: solid none none;
    position: relative;
    text-align: center
  }

  .section-gray .textTile-bg div.publication-name {
    background-color: #fff;
    border: 4px #d3d3d3;
    border-style: solid none none;
    position: relative;
    text-align: center
  }

  .give-submit-button-wrap .woocommerce ul.products li.product .give-submit, .search-form .woocommerce ul.products li.product .search-submit, .socialBanner .gform_wrapper .gform_footer .woocommerce ul.products li.product input[type=submit], .woocommerce #respond ul.products li.product input#submit, .woocommerce ul.products li.product #respond input#submit, .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .button-ghost-purple, .woocommerce ul.products li.product .button-ghost-white, .woocommerce ul.products li.product .button-purple, .woocommerce ul.products li.product .give-btn.give-btn-modal, .woocommerce ul.products li.product .give-submit-button-wrap .give-submit, .woocommerce ul.products li.product .search-form .search-submit, .woocommerce ul.products li.product .socialBanner .gform_wrapper .gform_footer input[type=submit], .woocommerce ul.products li.product [id^=give-user-login-submit] .give-submit, .woocommerce ul.products li.product a.added_to_cart, [id^=give-user-login-submit] .woocommerce ul.products li.product .give-submit {
    display: block
  }

  .woocommerce a.added_to_cart {
    margin-top: .5em
  }

  .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #5c5a58;
    text-align: center
  }

  .woocommerce ul.products li.product .price {
    color: #d0103a;
    text-align: center
  }

  .woocommerce .woocommerce-ordering select {
    border-color: #333;
    border-radius: 0;
    height: 40px;
    padding: .5em
  }

  .woocommerce .woocommerce-ordering select:focus-visible {
    outline: none
  }

  .woocommerce span.onsale {
    background-color: #9a0167
  }

  @media (min-width: 576px) {
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
      font-size: 1.5rem
    }

    .woocommerce ul.products li.product .price {
      font-size: 1.25em
    }
  }

  @media (max-width: 575px) {
    .woocommerce-page .woocommerce-result-count, .woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
      float: none
    }

    .woocommerce .woocommerce-ordering select {
      display: block;
      width: 100%
    }
  }

  #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    height: 48px;
    width: auto
  }

  .woocommerce a.remove {
    color: #d0103a !important
  }

  .woocommerce a.remove:hover {
    background: #d0103a
  }

  #add_payment_method .wc-proceed-to-checkout a.checkout-button, .give-submit-button-wrap .woocommerce a.alt.give-submit, .give-submit-button-wrap .woocommerce button.alt.give-submit, .give-submit-button-wrap .woocommerce input.alt.give-submit, .search-form .woocommerce a.alt.search-submit, .search-form .woocommerce button.alt.search-submit, .search-form .woocommerce input.alt.search-submit, .socialBanner .gform_wrapper .gform_footer .woocommerce input.alt[type=submit], .woocommerce #respond input#submit.alt, .woocommerce #respond input.alt#submit, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce .give-submit-button-wrap a.alt.give-submit, .woocommerce .give-submit-button-wrap button.alt.give-submit, .woocommerce .give-submit-button-wrap input.alt.give-submit, .woocommerce .search-form a.alt.search-submit, .woocommerce .search-form button.alt.search-submit, .woocommerce .search-form input.alt.search-submit, .woocommerce .socialBanner .gform_wrapper .gform_footer input.alt[type=submit], .woocommerce [id^=give-user-login-submit] a.alt.give-submit, .woocommerce [id^=give-user-login-submit] button.alt.give-submit, .woocommerce [id^=give-user-login-submit] input.alt.give-submit, .woocommerce a.alt.added_to_cart, .woocommerce a.alt.button, .woocommerce a.alt.button-ghost-purple, .woocommerce a.alt.button-ghost-white, .woocommerce a.alt.button-purple, .woocommerce a.alt.give-btn.give-btn-modal, .woocommerce button.alt.button, .woocommerce button.alt.button-ghost-purple, .woocommerce button.alt.button-ghost-white, .woocommerce button.alt.button-purple, .woocommerce button.alt.give-btn.give-btn-modal, .woocommerce input.alt.button, .woocommerce input.alt.button-ghost-purple, .woocommerce input.alt.button-ghost-white, .woocommerce input.alt.button-purple, .woocommerce input.alt.give-btn.give-btn-modal, [id^=give-user-login-submit] .woocommerce a.alt.give-submit, [id^=give-user-login-submit] .woocommerce button.alt.give-submit, [id^=give-user-login-submit] .woocommerce input.alt.give-submit {
    background-color: #9a0167;
    margin-bottom: 0;
    padding: .4em .8em
  }

  #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .give-submit-button-wrap .woocommerce a.alt.give-submit:focus, .give-submit-button-wrap .woocommerce a.alt.give-submit:hover, .give-submit-button-wrap .woocommerce button.alt.give-submit:focus, .give-submit-button-wrap .woocommerce button.alt.give-submit:hover, .give-submit-button-wrap .woocommerce input.alt.give-submit:focus, .give-submit-button-wrap .woocommerce input.alt.give-submit:hover, .search-form .woocommerce a.alt.search-submit:focus, .search-form .woocommerce a.alt.search-submit:hover, .search-form .woocommerce button.alt.search-submit:focus, .search-form .woocommerce button.alt.search-submit:hover, .search-form .woocommerce input.alt.search-submit:focus, .search-form .woocommerce input.alt.search-submit:hover, .socialBanner .gform_wrapper .gform_footer .woocommerce input.alt[type=submit]:focus, .socialBanner .gform_wrapper .gform_footer .woocommerce input.alt[type=submit]:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input.alt#submit:focus, .woocommerce #respond input.alt#submit:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce .give-submit-button-wrap a.alt.give-submit:focus, .woocommerce .give-submit-button-wrap a.alt.give-submit:hover, .woocommerce .give-submit-button-wrap button.alt.give-submit:focus, .woocommerce .give-submit-button-wrap button.alt.give-submit:hover, .woocommerce .give-submit-button-wrap input.alt.give-submit:focus, .woocommerce .give-submit-button-wrap input.alt.give-submit:hover, .woocommerce .search-form a.alt.search-submit:focus, .woocommerce .search-form a.alt.search-submit:hover, .woocommerce .search-form button.alt.search-submit:focus, .woocommerce .search-form button.alt.search-submit:hover, .woocommerce .search-form input.alt.search-submit:focus, .woocommerce .search-form input.alt.search-submit:hover, .woocommerce .socialBanner .gform_wrapper .gform_footer input.alt[type=submit]:focus, .woocommerce .socialBanner .gform_wrapper .gform_footer input.alt[type=submit]:hover, .woocommerce [id^=give-user-login-submit] a.alt.give-submit:focus, .woocommerce [id^=give-user-login-submit] a.alt.give-submit:hover, .woocommerce [id^=give-user-login-submit] button.alt.give-submit:focus, .woocommerce [id^=give-user-login-submit] button.alt.give-submit:hover, .woocommerce [id^=give-user-login-submit] input.alt.give-submit:focus, .woocommerce [id^=give-user-login-submit] input.alt.give-submit:hover, .woocommerce a.alt.added_to_cart:focus, .woocommerce a.alt.added_to_cart:hover, .woocommerce a.alt.button-ghost-purple:focus, .woocommerce a.alt.button-ghost-purple:hover, .woocommerce a.alt.button-ghost-white:focus, .woocommerce a.alt.button-ghost-white:hover, .woocommerce a.alt.button-purple:focus, .woocommerce a.alt.button-purple:hover, .woocommerce a.alt.button:focus, .woocommerce a.alt.button:hover, .woocommerce a.alt.give-btn.give-btn-modal:focus, .woocommerce a.alt.give-btn.give-btn-modal:hover, .woocommerce button.alt.button-ghost-purple:focus, .woocommerce button.alt.button-ghost-purple:hover, .woocommerce button.alt.button-ghost-white:focus, .woocommerce button.alt.button-ghost-white:hover, .woocommerce button.alt.button-purple:focus, .woocommerce button.alt.button-purple:hover, .woocommerce button.alt.button:focus, .woocommerce button.alt.button:hover, .woocommerce button.alt.give-btn.give-btn-modal:focus, .woocommerce button.alt.give-btn.give-btn-modal:hover, .woocommerce input.alt.button-ghost-purple:focus, .woocommerce input.alt.button-ghost-purple:hover, .woocommerce input.alt.button-ghost-white:focus, .woocommerce input.alt.button-ghost-white:hover, .woocommerce input.alt.button-purple:focus, .woocommerce input.alt.button-purple:hover, .woocommerce input.alt.button:focus, .woocommerce input.alt.button:hover, .woocommerce input.alt.give-btn.give-btn-modal:focus, .woocommerce input.alt.give-btn.give-btn-modal:hover, [id^=give-user-login-submit] .woocommerce a.alt.give-submit:focus, [id^=give-user-login-submit] .woocommerce a.alt.give-submit:hover, [id^=give-user-login-submit] .woocommerce button.alt.give-submit:focus, [id^=give-user-login-submit] .woocommerce button.alt.give-submit:hover, [id^=give-user-login-submit] .woocommerce input.alt.give-submit:focus, [id^=give-user-login-submit] .woocommerce input.alt.give-submit:hover {
    background-color: #670145;
    border-color: #670145
  }

  .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: none;
    padding: 0
  }

  .woocommerce-input-wrapper {
    display: block;
    width: 100%
  }

  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #d3ced2;
    border-radius: 0;
    padding: 1em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }

  .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
    border-color: #a5a39d;
    -webkit-box-shadow: 0 0 0 .2rem hsla(45, 4%, 63%, .25);
    box-shadow: 0 0 0 .2rem hsla(45, 4%, 63%, .25);
    outline: 0
  }

  .woocommerce form .form-row input.input-text::-webkit-search-cancel-button, .woocommerce form .form-row textarea::-webkit-search-cancel-button {
    display: none
  }

  .woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder {
    color: #a5a39d
  }

  .woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder {
    color: #a5a39d
  }

  .woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder {
    color: #a5a39d
  }

  .woocommerce form .form-row input.input-text:-moz-placeholder, .woocommerce form .form-row textarea:-moz-placeholder {
    color: #a5a39d
  }

  .woocommerce form .form-row input.input-text {
    height: 48px
  }

  .woocommerce form .form-row.woocommerce-invalid label {
    color: #d0103a
  }

  .woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #d0103a;
    -webkit-box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .25);
    box-shadow: 0 0 0 .2rem rgba(208, 16, 58, .25);
    outline: 0
  }

  .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #d3ced2
  }

  .woocommerce form .form-row .required {
    color: #d0103a;
    font-size: 16px;
    font-weight: 300
  }

  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0
  }

  #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    border-radius: 0
  }

  .woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 12px
  }

  .select2-container {
    min-height: 48px
  }

  span.select2-selection.select2-selection--single {
    outline: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }

  span.select2-selection.select2-selection--single:active, span.select2-selection.select2-selection--single:focus {
    border-color: #a5a39d;
    -webkit-box-shadow: 0 0 0 .2rem hsla(45, 4%, 63%, .25);
    box-shadow: 0 0 0 .2rem hsla(45, 4%, 63%, .25);
    outline: 0
  }

  .select2-container--default .select2-selection--single {
    border: 1px solid #d3ced2;
    border-radius: 0;
    height: 48px
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a5a39d;
    line-height: 48px;
    padding-left: 1em
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px
  }

  .select2-dropdown {
    border-color: #d3ced2
  }

  .woocommerce ul.order_details {
    padding: 0
  }

  .woocommerce ul.order_details li strong {
    font-weight: 800
  }

  .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #d0103a
  }

  .woocommerce .quantity .qty {
    border: 1px solid #d3ced2;
    border-radius: 0;
    font-size: 1.25em;
    height: 48px;
    margin-right: .5em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }

  .woocommerce .quantity .qty:focus {
    border-color: #a5a39d;
    -webkit-box-shadow: 0 0 0 .2rem hsla(45, 4%, 63%, .25);
    box-shadow: 0 0 0 .2rem hsla(45, 4%, 63%, .25);
    outline: 0
  }

  .product_meta > span {
    display: block
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    overflow: visible;
    padding: 0
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #a5a39d;
    float: left;
    font-size: 1.25em;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:focus, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background-color: #5c5a58;
    color: #fff
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:focus a:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:after {
    border-color: #5c5a58 transparent transparent;
    color: #fff
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: currentColor;
    position: relative
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    border: solid transparent;
    border-width: 20px 20px 0;
    bottom: -19px;
    content: "";
    height: 0;
    left: calc(50% - 20px);
    position: absolute;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 0
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a:focus, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    background-color: #d2d1ce;
    padding: 2em
  }

  .woocommerce table.shop_attributes {
    border-top: 1px solid
  }

  .woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    border-bottom: 1px solid
  }

  .woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th {
    background: none
  }

  @media (max-width: 575px) {
    .woocommerce .quantity .qty {
      font-size: 1em;
      height: 38px
    }
  }

  @media (max-width: 767px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
      display: block;
      float: none
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      display: block
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
      display: none
    }
  }

  .woocommerce #review_form #respond input[type=email], .woocommerce #review_form #respond input[type=text], .woocommerce #review_form #respond textarea {
    border: 1px solid #d3ced2;
    border-radius: 0;
    padding: 1em;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }

  .woocommerce #review_form #respond input[type=email]:focus, .woocommerce #review_form #respond input[type=text]:focus, .woocommerce #review_form #respond textarea:focus {
    border-color: #a5a39d;
    -webkit-box-shadow: 0 0 0 .2rem hsla(45, 4%, 63%, .25);
    box-shadow: 0 0 0 .2rem hsla(45, 4%, 63%, .25);
    outline: 0
  }

  .woocommerce #review_form #respond input[type=email]::-webkit-search-cancel-button, .woocommerce #review_form #respond input[type=text]::-webkit-search-cancel-button, .woocommerce #review_form #respond textarea::-webkit-search-cancel-button {
    display: none
  }

  .woocommerce #review_form #respond input[type=email]::-webkit-input-placeholder, .woocommerce #review_form #respond input[type=text]::-webkit-input-placeholder, .woocommerce #review_form #respond textarea::-webkit-input-placeholder {
    color: #a5a39d
  }

  .woocommerce #review_form #respond input[type=email]::-moz-placeholder, .woocommerce #review_form #respond input[type=text]::-moz-placeholder, .woocommerce #review_form #respond textarea::-moz-placeholder {
    color: #a5a39d
  }

  .woocommerce #review_form #respond input[type=email]:-ms-input-placeholder, .woocommerce #review_form #respond input[type=text]:-ms-input-placeholder, .woocommerce #review_form #respond textarea:-ms-input-placeholder {
    color: #a5a39d
  }

  .woocommerce #review_form #respond input[type=email]:-moz-placeholder, .woocommerce #review_form #respond input[type=text]:-moz-placeholder, .woocommerce #review_form #respond textarea:-moz-placeholder {
    color: #a5a39d
  }

  .woocommerce #review_form #respond input[type=email], .woocommerce #review_form #respond input[type=text] {
    height: 48px
  }

  .woocommerce #review_form #respond label {
    display: block;
    width: 100%
  }

  .woocommerce #review_form #respond input[type=checkbox] + label {
    display: inline-block;
    width: auto
  }

  .comment-form-rating {
    overflow: hidden
  }

  .comment-form-rating p.stars {
    float: left;
    font-size: 1.25rem;
    height: 1em
  }

  .woocommerce #review_form #respond p {
    margin-bottom: 1em
  }

  .woocommerce #review_form #respond p:last-child {
    margin-bottom: 0
  }

  .woocommerce p.stars a:focus, .woocommerce p.stars a:hover {
    color: #9a0167
  }

  .woocommerce #reviews #comments ol.commentlist {
    padding: 0
  }

  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    background-color: #fff;
    border: 0;
    border-radius: 0
  }

  .woocommerce .star-rating {
    color: #9a0167
  }

  #reply-title {
    display: block
  }

  .woocommerce .woocommerce-breadcrumb a:focus, .woocommerce .woocommerce-breadcrumb a:hover {
    color: #d0103a
  }

  .woocommerce table.shop_table {
    border-collapse: collapse;
    border-radius: 0
  }

  .give-submit-button-wrap .woocommerce a.give-submit, .give-submit-button-wrap .woocommerce button.give-submit, .give-submit-button-wrap .woocommerce input.give-submit, .search-form .woocommerce a.search-submit, .search-form .woocommerce button.search-submit, .search-form .woocommerce input.search-submit, .socialBanner .gform_wrapper .gform_footer .woocommerce input[type=submit], .woocommerce #respond input#submit, .woocommerce .give-submit-button-wrap a.give-submit, .woocommerce .give-submit-button-wrap button.give-submit, .woocommerce .give-submit-button-wrap input.give-submit, .woocommerce .search-form a.search-submit, .woocommerce .search-form button.search-submit, .woocommerce .search-form input.search-submit, .woocommerce .socialBanner .gform_wrapper .gform_footer input[type=submit], .woocommerce [id^=give-user-login-submit] a.give-submit, .woocommerce [id^=give-user-login-submit] button.give-submit, .woocommerce [id^=give-user-login-submit] input.give-submit, .woocommerce a.added_to_cart, .woocommerce a.button, .woocommerce a.button-ghost-purple, .woocommerce a.button-ghost-white, .woocommerce a.button-purple, .woocommerce a.give-btn.give-btn-modal, .woocommerce button.button, .woocommerce button.button-ghost-purple, .woocommerce button.button-ghost-white, .woocommerce button.button-purple, .woocommerce button.give-btn.give-btn-modal, .woocommerce input.button, .woocommerce input.button-ghost-purple, .woocommerce input.button-ghost-white, .woocommerce input.button-purple, .woocommerce input.give-btn.give-btn-modal, [id^=give-user-login-submit] .woocommerce a.give-submit, [id^=give-user-login-submit] .woocommerce button.give-submit, [id^=give-user-login-submit] .woocommerce input.give-submit {
    padding: .4em .8em
  }

  .give-submit-button-wrap .woocommerce a.disabled.give-submit, .give-submit-button-wrap .woocommerce a.give-submit:disabled, .give-submit-button-wrap .woocommerce a.give-submit:disabled[disabled], .give-submit-button-wrap .woocommerce button.disabled.give-submit, .give-submit-button-wrap .woocommerce button.give-submit:disabled, .give-submit-button-wrap .woocommerce button.give-submit:disabled[disabled], .give-submit-button-wrap .woocommerce input.disabled.give-submit, .give-submit-button-wrap .woocommerce input.give-submit:disabled, .give-submit-button-wrap .woocommerce input.give-submit:disabled[disabled], .search-form .woocommerce a.disabled.search-submit, .search-form .woocommerce a.search-submit:disabled, .search-form .woocommerce a.search-submit:disabled[disabled], .search-form .woocommerce button.disabled.search-submit, .search-form .woocommerce button.search-submit:disabled, .search-form .woocommerce button.search-submit:disabled[disabled], .search-form .woocommerce input.disabled.search-submit, .search-form .woocommerce input.search-submit:disabled, .search-form .woocommerce input.search-submit:disabled[disabled], .socialBanner .gform_wrapper .gform_footer .woocommerce input.disabled[type=submit], .socialBanner .gform_wrapper .gform_footer .woocommerce input[type=submit]:disabled, .socialBanner .gform_wrapper .gform_footer .woocommerce input[type=submit]:disabled[disabled], .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input.disabled#submit, .woocommerce .give-submit-button-wrap a.disabled.give-submit, .woocommerce .give-submit-button-wrap a.give-submit:disabled, .woocommerce .give-submit-button-wrap a.give-submit:disabled[disabled], .woocommerce .give-submit-button-wrap button.disabled.give-submit, .woocommerce .give-submit-button-wrap button.give-submit:disabled, .woocommerce .give-submit-button-wrap button.give-submit:disabled[disabled], .woocommerce .give-submit-button-wrap input.disabled.give-submit, .woocommerce .give-submit-button-wrap input.give-submit:disabled, .woocommerce .give-submit-button-wrap input.give-submit:disabled[disabled], .woocommerce .search-form a.disabled.search-submit, .woocommerce .search-form a.search-submit:disabled, .woocommerce .search-form a.search-submit:disabled[disabled], .woocommerce .search-form button.disabled.search-submit, .woocommerce .search-form button.search-submit:disabled, .woocommerce .search-form button.search-submit:disabled[disabled], .woocommerce .search-form input.disabled.search-submit, .woocommerce .search-form input.search-submit:disabled, .woocommerce .search-form input.search-submit:disabled[disabled], .woocommerce .socialBanner .gform_wrapper .gform_footer input.disabled[type=submit], .woocommerce .socialBanner .gform_wrapper .gform_footer input[type=submit]:disabled, .woocommerce .socialBanner .gform_wrapper .gform_footer input[type=submit]:disabled[disabled], .woocommerce [id^=give-user-login-submit] a.disabled.give-submit, .woocommerce [id^=give-user-login-submit] a.give-submit:disabled, .woocommerce [id^=give-user-login-submit] a.give-submit:disabled[disabled], .woocommerce [id^=give-user-login-submit] button.disabled.give-submit, .woocommerce [id^=give-user-login-submit] button.give-submit:disabled, .woocommerce [id^=give-user-login-submit] button.give-submit:disabled[disabled], .woocommerce [id^=give-user-login-submit] input.disabled.give-submit, .woocommerce [id^=give-user-login-submit] input.give-submit:disabled, .woocommerce [id^=give-user-login-submit] input.give-submit:disabled[disabled], .woocommerce a.added_to_cart:disabled, .woocommerce a.added_to_cart:disabled[disabled], .woocommerce a.button-ghost-purple:disabled, .woocommerce a.button-ghost-purple:disabled[disabled], .woocommerce a.button-ghost-white:disabled, .woocommerce a.button-ghost-white:disabled[disabled], .woocommerce a.button-purple:disabled, .woocommerce a.button-purple:disabled[disabled], .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce a.disabled.added_to_cart, .woocommerce a.disabled.button, .woocommerce a.disabled.button-ghost-purple, .woocommerce a.disabled.button-ghost-white, .woocommerce a.disabled.button-purple, .woocommerce a.disabled.give-btn.give-btn-modal, .woocommerce a.give-btn.give-btn-modal:disabled, .woocommerce a.give-btn.give-btn-modal:disabled[disabled], .woocommerce button.button-ghost-purple:disabled, .woocommerce button.button-ghost-purple:disabled[disabled], .woocommerce button.button-ghost-white:disabled, .woocommerce button.button-ghost-white:disabled[disabled], .woocommerce button.button-purple:disabled, .woocommerce button.button-purple:disabled[disabled], .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce button.disabled.button, .woocommerce button.disabled.button-ghost-purple, .woocommerce button.disabled.button-ghost-white, .woocommerce button.disabled.button-purple, .woocommerce button.disabled.give-btn.give-btn-modal, .woocommerce button.give-btn.give-btn-modal:disabled, .woocommerce button.give-btn.give-btn-modal:disabled[disabled], .woocommerce input.button-ghost-purple:disabled, .woocommerce input.button-ghost-purple:disabled[disabled], .woocommerce input.button-ghost-white:disabled, .woocommerce input.button-ghost-white:disabled[disabled], .woocommerce input.button-purple:disabled, .woocommerce input.button-purple:disabled[disabled], .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.disabled.button, .woocommerce input.disabled.button-ghost-purple, .woocommerce input.disabled.button-ghost-white, .woocommerce input.disabled.button-purple, .woocommerce input.disabled.give-btn.give-btn-modal, .woocommerce input.give-btn.give-btn-modal:disabled, .woocommerce input.give-btn.give-btn-modal:disabled[disabled], [id^=give-user-login-submit] .woocommerce a.disabled.give-submit, [id^=give-user-login-submit] .woocommerce a.give-submit:disabled, [id^=give-user-login-submit] .woocommerce a.give-submit:disabled[disabled], [id^=give-user-login-submit] .woocommerce button.disabled.give-submit, [id^=give-user-login-submit] .woocommerce button.give-submit:disabled, [id^=give-user-login-submit] .woocommerce button.give-submit:disabled[disabled], [id^=give-user-login-submit] .woocommerce input.disabled.give-submit, [id^=give-user-login-submit] .woocommerce input.give-submit:disabled, [id^=give-user-login-submit] .woocommerce input.give-submit:disabled[disabled] {
    color: #d799c2;
    padding: .4em .8em
  }

  @media (max-width: 575px) {
    .give-submit-button-wrap .woocommerce a.give-submit, .give-submit-button-wrap .woocommerce button.give-submit, .give-submit-button-wrap .woocommerce input.give-submit, .search-form .woocommerce a.search-submit, .search-form .woocommerce button.search-submit, .search-form .woocommerce input.search-submit, .socialBanner .gform_wrapper .gform_footer .woocommerce input[type=submit], .woocommerce #respond input#submit, .woocommerce .give-submit-button-wrap a.give-submit, .woocommerce .give-submit-button-wrap button.give-submit, .woocommerce .give-submit-button-wrap input.give-submit, .woocommerce .search-form a.search-submit, .woocommerce .search-form button.search-submit, .woocommerce .search-form input.search-submit, .woocommerce .socialBanner .gform_wrapper .gform_footer input[type=submit], .woocommerce [id^=give-user-login-submit] a.give-submit, .woocommerce [id^=give-user-login-submit] button.give-submit, .woocommerce [id^=give-user-login-submit] input.give-submit, .woocommerce a.added_to_cart, .woocommerce a.button, .woocommerce a.button-ghost-purple, .woocommerce a.button-ghost-white, .woocommerce a.button-purple, .woocommerce a.give-btn.give-btn-modal, .woocommerce button.button, .woocommerce button.button-ghost-purple, .woocommerce button.button-ghost-white, .woocommerce button.button-purple, .woocommerce button.give-btn.give-btn-modal, .woocommerce input.button, .woocommerce input.button-ghost-purple, .woocommerce input.button-ghost-white, .woocommerce input.button-purple, .woocommerce input.give-btn.give-btn-modal, [id^=give-user-login-submit] .woocommerce a.give-submit, [id^=give-user-login-submit] .woocommerce button.give-submit, [id^=give-user-login-submit] .woocommerce input.give-submit {
      font-size: 1rem
    }
  }
