@import url(https://pro.fontawesome.com/releases/v5.6.1/css/all.css);
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #FFFFFF;
  --gray: #869AB8;
  --gray-dark: #384C74;
  --primary: #335EEA;
  --secondary: #506690;
  --success: #42BA96;
  --info: #7C69EF;
  --warning: #FAD776;
  --danger: #DF4759;
  --light: #F9FBFD;
  --dark: #1B2A4E;
  --primary-desat: #6C8AEC;
  --black: #161C2D;
  --white: #FFFFFF;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

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

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

body {
  margin: 0;
  font-family: HKGroteskPro,serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #161c2d;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #335eea;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #133bbd;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1.5rem 2rem;
  padding-bottom: 1.5rem 2rem;
  color: #869ab8;
  text-align: left;
  caption-side: bottom;
}

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 {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=checkbox],input[type=radio] {
  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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none!important;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1;
}

.h1,h1 {
  font-size: 2.3125rem;
}

.h2,h2 {
  font-size: 1.9375rem;
}

.h3,h3 {
  font-size: 1.3125rem;
}

.h4,h4 {
  font-size: 1.1875rem;
}

.h5,h5 {
  font-size: 1.0625rem;
}

.h6,h6 {
  font-size: .75rem;
}

.lead {
  font-size: 1.3125rem;
  font-weight: 400;
}

.display-1 {
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 1;
}

.display-2 {
  font-size: 3.8125rem;
  font-weight: 400;
  line-height: 1;
}

.display-3 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.display-4 {
  font-size: 2.6875rem;
  font-weight: 400;
  line-height: 1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #f1f4f8;
}

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: .75rem;
  color: #869ab8;
}

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

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

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #d9e2ef;
  border-radius: .375rem;
  box-shadow: 0 1px 2px rgba(22,28,45,.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 88.2%;
  color: #869ab8;
}

code {
  font-size: .8125rem;
  color: #e83e8c;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: .2rem .4rem;
  font-size: .8125rem;
  color: #fff;
  background-color: #1b2a4e;
  border-radius: .2rem;
  box-shadow: inset 0 -.1rem 0 rgba(22,28,45,.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 400;
  box-shadow: none;
}

pre {
  display: block;
  font-size: .8125rem;
  color: #1b2a4e;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

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

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

@media (min-width:1200px) {
  .container {
    max-width: 1040px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
  -webkit-box-ordinal-group: 13;
  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 {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-sm-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    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 {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-md-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    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 {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

  .col-xl-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    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 {
  width: 100%;
  margin-bottom: 1rem;
  color: #161c2d;
  background-color: #fff;
}

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

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

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

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

.table-bordered {
  border: 1px solid #f1f4f8;
}

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9fbfd;
}

.table-hover tbody tr:hover {
  color: #161c2d;
  background-color: rgba(22,28,45,.075);
}

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

.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th {
  border-color: #95abf4;
}

.table-hover .table-primary:hover {
  background-color: #afc0f7;
}

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

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

.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th {
  border-color: #a4afc5;
}

.table-hover .table-secondary:hover {
  background-color: #bec6d6;
}

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

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

.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th {
  border-color: #9ddbc8;
}

.table-hover .table-success:hover {
  background-color: #b7e5d8;
}

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

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

.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th {
  border-color: #bbb1f7;
}

.table-hover .table-info:hover {
  background-color: #c5bef9;
}

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

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

.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th {
  border-color: #fceab8;
}

.table-hover .table-warning:hover {
  background-color: #fdedc0;
}

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

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

.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th {
  border-color: #ee9fa9;
}

.table-hover .table-danger:hover {
  background-color: #f2b5be;
}

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

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

.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th {
  border-color: #fcfdfe;
}

.table-hover .table-light:hover {
  background-color: #ecf6f6;
}

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

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

.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
  border-color: #8890a3;
}

.table-hover .table-dark:hover {
  background-color: #b1b6c2;
}

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

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

.table-primary-desat tbody+tbody,.table-primary-desat td,.table-primary-desat th,.table-primary-desat thead th {
  border-color: #b3c2f5;
}

.table-hover .table-primary-desat:hover {
  background-color: #bfccf7;
}

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

.table-black,.table-black>td,.table-black>th {
  background-color: #bebfc4;
}

.table-black tbody+tbody,.table-black td,.table-black th,.table-black thead th {
  border-color: #868992;
}

.table-hover .table-black:hover {
  background-color: #b1b2b8;
}

.table-hover .table-black:hover>td,.table-hover .table-black:hover>th {
  background-color: #b1b2b8;
}

.table-white,.table-white>td,.table-white>th {
  background-color: #fff;
}

.table-white tbody+tbody,.table-white td,.table-white th,.table-white thead th {
  border-color: #fff;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover>td,.table-hover .table-white:hover>th {
  background-color: #f2f2f2;
}

.table-active,.table-active>td,.table-active>th {
  background-color: rgba(22,28,45,.075);
}

.table-hover .table-active:hover {
  background-color: rgba(14,17,28,.075);
}

.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
  background-color: rgba(14,17,28,.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #384c74;
  border-color: #445d8e;
}

.table .thead-light th {
  color: #161c2d;
  background-color: #fff;
  border-color: #f1f4f8;
}

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

.table-dark td,.table-dark th,.table-dark thead th {
  border-color: #445d8e;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255,255,255,.075);
}

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 1.625rem + 2px);
  padding: .8125rem 1.25rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #161c2d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f1f4f8;
  border-radius: .375rem;
  box-shadow: none;
  -webkit-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;
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

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

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #161c2d;
}

.form-control:focus {
  color: #161c2d;
  background-color: #fff;
  border-color: #a7b9f6;
  outline: 0;
  box-shadow: none,none;
}

.form-control::-webkit-input-placeholder {
  color: #869ab8;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #869ab8;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #869ab8;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #869ab8;
  opacity: 1;
}

.form-control::placeholder {
  color: #869ab8;
  opacity: 1;
}

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .8125rem 0;
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #161c2d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.3em + 1.125rem + 2px);
  padding: .5625rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.3;
  border-radius: .375rem;
}

.form-control-lg {
  height: calc(1.3em + 2.244rem + 2px);
  padding: 1.122rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.3;
  border-radius: .375rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
  color: #869ab8;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 88.2%;
  color: #42ba96;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .9375rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(66,186,150,.9);
  border-radius: .375rem;
}

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

.form-control.is-valid,.was-validated .form-control:valid {
  border-color: #42ba96;
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
  border-color: #42ba96;
  box-shadow: 0 0 0 0 rgba(66,186,150,.25);
}

.custom-select.is-valid,.was-validated .custom-select:valid {
  border-color: #42ba96;
}

.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus {
  border-color: #42ba96;
  box-shadow: 0 0 0 0 rgba(66,186,150,.25);
}

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

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

.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label {
  color: #42ba96;
}

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

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

.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(66,186,150,.25);
}

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

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

.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #42ba96;
  box-shadow: 0 0 0 0 rgba(66,186,150,.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 88.2%;
  color: #df4759;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .9375rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(223,71,89,.9);
  border-radius: .375rem;
}

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

.form-control.is-invalid,.was-validated .form-control:invalid {
  border-color: #df4759;
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
  border-color: #df4759;
  box-shadow: 0 0 0 0 rgba(223,71,89,.25);
}

.custom-select.is-invalid,.was-validated .custom-select:invalid {
  border-color: #df4759;
}

.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus {
  border-color: #df4759;
  box-shadow: 0 0 0 0 rgba(223,71,89,.25);
}

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

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

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

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

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

.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(223,71,89,.25);
}

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

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

.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #df4759;
  box-shadow: 0 0 0 0 rgba(223,71,89,.25);
}

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

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

  .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }

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

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .custom-select,.form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

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

  .form-inline .custom-control {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #161c2d;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .8125rem 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  border-radius: .375rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #161c2d;
  text-decoration: none;
}

.btn.focus,.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn.disabled,.btn:disabled {
  opacity: .65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
  box-shadow: none;
}

a.btn.disabled,fieldset:disabled a.btn {
  pointer-events: none;
}
/*
.btn-primary {
  color: #fff;
  background-color: #335eea;
  border-color: #335eea;
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1746e0;
  border-color: #1643d4;
}

.btn-primary.focus,.btn-primary:focus {
  color: #fff;
  background-color: #1746e0;
  border-color: #1643d4;
  box-shadow: none,0 0 0 0 rgba(82,118,237,.5);
}

.btn-primary.disabled,.btn-primary:disabled {
  color: #fff;
  background-color: #335eea;
  border-color: #335eea;
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1643d4;
  border-color: #153fc9;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82,118,237,.5);
}

.btn-secondary {
  color: #fff;
  background-color: #506690;
  border-color: #506690;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #425577;
  border-color: #3e4f6f;
}

.btn-secondary.focus,.btn-secondary:focus {
  color: #fff;
  background-color: #425577;
  border-color: #3e4f6f;
  box-shadow: none,0 0 0 0 rgba(106,125,161,.5);
}

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

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3e4f6f;
  border-color: #394967;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(106,125,161,.5);
}
*/
.btn-success {
  color: #fff;
  background-color: #42ba96;
  border-color: #42ba96;
  box-shadow: none;
}

.btn-success:hover {
  color: #fff;
  background-color: #389e7f;
  border-color: #359478;
}

.btn-success.focus,.btn-success:focus {
  color: #fff;
  background-color: #389e7f;
  border-color: #359478;
  box-shadow: none,0 0 0 0 rgba(94,196,166,.5);
}

.btn-success.disabled,.btn-success:disabled {
  color: #fff;
  background-color: #42ba96;
  border-color: #42ba96;
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #359478;
  border-color: #318b70;
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(94,196,166,.5);
}

.btn-info {
  color: #fff;
  background-color: #7c69ef;
  border-color: #7c69ef;
  box-shadow: none;
}

.btn-info:hover {
  color: #fff;
  background-color: #5e46eb;
  border-color: #543bea;
}

.btn-info.focus,.btn-info:focus {
  color: #fff;
  background-color: #5e46eb;
  border-color: #543bea;
  box-shadow: none,0 0 0 0 rgba(144,128,241,.5);
}

.btn-info.disabled,.btn-info:disabled {
  color: #fff;
  background-color: #7c69ef;
  border-color: #7c69ef;
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #543bea;
  border-color: #4a2fe9;
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(144,128,241,.5);
}

.btn-warning {
  color: #1b2a4e;
  background-color: #fad776;
  border-color: #fad776;
  box-shadow: none;
}

.btn-warning:hover {
  color: #1b2a4e;
  background-color: #f9cc51;
  border-color: #f8c945;
}

.btn-warning.focus,.btn-warning:focus {
  color: #1b2a4e;
  background-color: #f9cc51;
  border-color: #f8c945;
  box-shadow: none,0 0 0 0 rgba(217,189,112,.5);
}

.btn-warning.disabled,.btn-warning:disabled {
  color: #1b2a4e;
  background-color: #fad776;
  border-color: #fad776;
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle {
  color: #1b2a4e;
  background-color: #f8c945;
  border-color: #f8c538;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(217,189,112,.5);
}

.btn-danger {
  color: #fff;
  background-color: #df4759;
  border-color: #df4759;
  box-shadow: none;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d9263c;
  border-color: #cf2438;
}

.btn-danger.focus,.btn-danger:focus {
  color: #fff;
  background-color: #d9263c;
  border-color: #cf2438;
  box-shadow: none,0 0 0 0 rgba(228,99,114,.5);
}

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

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cf2438;
  border-color: #c42235;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(228,99,114,.5);
}

.btn-light {
  color: #1b2a4e;
  background-color: #f9fbfd;
  border-color: #f9fbfd;
  box-shadow: none;
}

.btn-light:hover {
  color: #1b2a4e;
  background-color: #dce8f3;
  border-color: #d3e2f0;
}

.btn-light.focus,.btn-light:focus {
  color: #1b2a4e;
  background-color: #dce8f3;
  border-color: #d3e2f0;
  box-shadow: none,0 0 0 0 rgba(216,220,227,.5);
}

.btn-light.disabled,.btn-light:disabled {
  color: #1b2a4e;
  background-color: #f9fbfd;
  border-color: #f9fbfd;
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle {
  color: #1b2a4e;
  background-color: #d3e2f0;
  border-color: #c9dbed;
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216,220,227,.5);
}

.btn-dark {
  color: #fff;
  background-color: #1b2a4e;
  border-color: #1b2a4e;
  box-shadow: none;
}

.btn-dark:hover {
  color: #fff;
  background-color: #111b32;
  border-color: #0e1628;
}

.btn-dark.focus,.btn-dark:focus {
  color: #fff;
  background-color: #111b32;
  border-color: #0e1628;
  box-shadow: none,0 0 0 0 rgba(61,74,105,.5);
}

.btn-dark.disabled,.btn-dark:disabled {
  color: #fff;
  background-color: #1b2a4e;
  border-color: #1b2a4e;
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0e1628;
  border-color: #0b111f;
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(61,74,105,.5);
}

.btn-primary-desat {
  color: #fff;
  background-color: #6c8aec;
  border-color: #6c8aec;
  box-shadow: none;
}

.btn-primary-desat:hover {
  color: #fff;
  background-color: #4a6fe8;
  border-color: #3f66e6;
}

.btn-primary-desat.focus,.btn-primary-desat:focus {
  color: #fff;
  background-color: #4a6fe8;
  border-color: #3f66e6;
  box-shadow: none,0 0 0 0 rgba(130,156,239,.5);
}

.btn-primary-desat.disabled,.btn-primary-desat:disabled {
  color: #fff;
  background-color: #6c8aec;
  border-color: #6c8aec;
}

.btn-primary-desat:not(:disabled):not(.disabled).active,.btn-primary-desat:not(:disabled):not(.disabled):active,.show>.btn-primary-desat.dropdown-toggle {
  color: #fff;
  background-color: #3f66e6;
  border-color: #345de5;
}

.btn-primary-desat:not(:disabled):not(.disabled).active:focus,.btn-primary-desat:not(:disabled):not(.disabled):active:focus,.show>.btn-primary-desat.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130,156,239,.5);
}

.btn-black {
  color: #fff;
  background-color: #161c2d;
  border-color: #161c2d;
  box-shadow: none;
}

.btn-black:hover {
  color: #fff;
  background-color: #090c13;
  border-color: #05070b;
}

.btn-black.focus,.btn-black:focus {
  color: #fff;
  background-color: #090c13;
  border-color: #05070b;
  box-shadow: none,0 0 0 0 rgba(57,62,77,.5);
}

.btn-black.disabled,.btn-black:disabled {
  color: #fff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.btn-black:not(:disabled):not(.disabled).active,.btn-black:not(:disabled):not(.disabled):active,.show>.btn-black.dropdown-toggle {
  color: #fff;
  background-color: #05070b;
  border-color: #010102;
}

.btn-black:not(:disabled):not(.disabled).active:focus,.btn-black:not(:disabled):not(.disabled):active:focus,.show>.btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(57,62,77,.5);
}

.btn-white {
  color: #1b2a4e;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-white:hover {
  color: #1b2a4e;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white.focus,.btn-white:focus {
  color: #1b2a4e;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: none,0 0 0 0 rgba(221,223,228,.5);
}

.btn-white.disabled,.btn-white:disabled {
  color: #1b2a4e;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled).active,.btn-white:not(:disabled):not(.disabled):active,.show>.btn-white.dropdown-toggle {
  color: #1b2a4e;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled).active:focus,.btn-white:not(:disabled):not(.disabled):active:focus,.show>.btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221,223,228,.5);
}

.btn-outline-primary {
  color: #335eea;
  border-color: #335eea;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #335eea;
  border-color: #335eea;
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
  box-shadow: 0 0 0 0 rgba(51,94,234,.5);
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #335eea;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #335eea;
  border-color: #335eea;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(51,94,234,.5);
}

.btn-outline-secondary {
  color: #506690;
  border-color: #506690;
}

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

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0 rgba(80,102,144,.5);
}

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

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #506690;
  border-color: #506690;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(80,102,144,.5);
}

.btn-outline-success {
  color: #42ba96;
  border-color: #42ba96;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #42ba96;
  border-color: #42ba96;
}

.btn-outline-success.focus,.btn-outline-success:focus {
  box-shadow: 0 0 0 0 rgba(66,186,150,.5);
}

.btn-outline-success.disabled,.btn-outline-success:disabled {
  color: #42ba96;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #42ba96;
  border-color: #42ba96;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(66,186,150,.5);
}

.btn-outline-info {
  color: #7c69ef;
  border-color: #7c69ef;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #7c69ef;
  border-color: #7c69ef;
}

.btn-outline-info.focus,.btn-outline-info:focus {
  box-shadow: 0 0 0 0 rgba(124,105,239,.5);
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
  color: #7c69ef;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #7c69ef;
  border-color: #7c69ef;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(124,105,239,.5);
}

.btn-outline-warning {
  color: #fad776;
  border-color: #fad776;
}

.btn-outline-warning:hover {
  color: #1b2a4e;
  background-color: #fad776;
  border-color: #fad776;
}

.btn-outline-warning.focus,.btn-outline-warning:focus {
  box-shadow: 0 0 0 0 rgba(250,215,118,.5);
}

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

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle {
  color: #1b2a4e;
  background-color: #fad776;
  border-color: #fad776;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(250,215,118,.5);
}

.btn-outline-danger {
  color: #df4759;
  border-color: #df4759;
}

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

.btn-outline-danger.focus,.btn-outline-danger:focus {
  box-shadow: 0 0 0 0 rgba(223,71,89,.5);
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #df4759;
  border-color: #df4759;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(223,71,89,.5);
}

.btn-outline-light {
  color: #f9fbfd;
  border-color: #f9fbfd;
}

.btn-outline-light:hover {
  color: #1b2a4e;
  background-color: #f9fbfd;
  border-color: #f9fbfd;
}

.btn-outline-light.focus,.btn-outline-light:focus {
  box-shadow: 0 0 0 0 rgba(249,251,253,.5);
}

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

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle {
  color: #1b2a4e;
  background-color: #f9fbfd;
  border-color: #f9fbfd;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(249,251,253,.5);
}

.btn-outline-dark {
  color: #1b2a4e;
  border-color: #1b2a4e;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #1b2a4e;
  border-color: #1b2a4e;
}

.btn-outline-dark.focus,.btn-outline-dark:focus {
  box-shadow: 0 0 0 0 rgba(27,42,78,.5);
}

.btn-outline-dark.disabled,.btn-outline-dark:disabled {
  color: #1b2a4e;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #1b2a4e;
  border-color: #1b2a4e;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(27,42,78,.5);
}

.btn-outline-primary-desat {
  color: #6c8aec;
  border-color: #6c8aec;
}

.btn-outline-primary-desat:hover {
  color: #fff;
  background-color: #6c8aec;
  border-color: #6c8aec;
}

.btn-outline-primary-desat.focus,.btn-outline-primary-desat:focus {
  box-shadow: 0 0 0 0 rgba(108,138,236,.5);
}

.btn-outline-primary-desat.disabled,.btn-outline-primary-desat:disabled {
  color: #6c8aec;
  background-color: transparent;
}

.btn-outline-primary-desat:not(:disabled):not(.disabled).active,.btn-outline-primary-desat:not(:disabled):not(.disabled):active,.show>.btn-outline-primary-desat.dropdown-toggle {
  color: #fff;
  background-color: #6c8aec;
  border-color: #6c8aec;
}

.btn-outline-primary-desat:not(:disabled):not(.disabled).active:focus,.btn-outline-primary-desat:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary-desat.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108,138,236,.5);
}

.btn-outline-black {
  color: #161c2d;
  border-color: #161c2d;
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.btn-outline-black.focus,.btn-outline-black:focus {
  box-shadow: 0 0 0 0 rgba(22,28,45,.5);
}

.btn-outline-black.disabled,.btn-outline-black:disabled {
  color: #161c2d;
  background-color: transparent;
}

.btn-outline-black:not(:disabled):not(.disabled).active,.btn-outline-black:not(:disabled):not(.disabled):active,.show>.btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.btn-outline-black:not(:disabled):not(.disabled).active:focus,.btn-outline-black:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(22,28,45,.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #1b2a4e;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white.focus,.btn-outline-white:focus {
  box-shadow: 0 0 0 0 rgba(255,255,255,.5);
}

.btn-outline-white.disabled,.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled).active,.btn-outline-white:not(:disabled):not(.disabled):active,.show>.btn-outline-white.dropdown-toggle {
  color: #1b2a4e;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,.btn-outline-white:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255,255,255,.5);
}

.btn-link {
  font-weight: 400;
  color: #335eea;
  text-decoration: none;
}

.btn-link:hover {
  color: #133bbd;
  text-decoration: underline;
}

.btn-link.focus,.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link.disabled,.btn-link:disabled {
  color: #869ab8;
  pointer-events: none;
}

.btn-group-lg>.btn,.btn-lg {
  padding: 1.122rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.3;
  border-radius: .375rem;
}

.btn-group-sm>.btn,.btn-sm {
  padding: .5625rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.3;
  border-radius: .375rem;
}

.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 {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

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

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropdown,.dropleft,.dropright,.dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 14rem;
  padding: 1.625rem 0;
  margin: 0 0 0;
  font-size: .9375rem;
  color: #161c2d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(22,28,45,.15);
  border-radius: .375rem;
  box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.1);
}

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

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

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

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

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

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

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

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

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

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

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0 1.75rem;
  clear: both;
  font-weight: 400;
  color: #506690;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,.dropdown-item:hover {
  color: #335eea;
  text-decoration: none;
  background-color: none;
}

.dropdown-item.active,.dropdown-item:active {
  color: #335eea;
  text-decoration: none;
  background-color: none;
}

.dropdown-item.disabled,.dropdown-item:disabled {
  color: #869ab8;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 1.625rem 1.75rem;
  margin-bottom: 0;
  font-size: .9375rem;
  color: #335eea;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0 1.75rem;
  color: #506690;
}

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

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

.btn-group-vertical>.btn:hover,.btn-group>.btn:hover {
  z-index: 1;
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus {
  z-index: 1;
}

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

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

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

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

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

.dropdown-toggle-split {
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
}

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

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px;
}

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

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

.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

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

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

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control {
  margin-left: -1px;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append,.input-group-prepend {
  display: -webkit-box;
  display: flex;
}

.input-group-append .btn,.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn:focus,.input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: .8125rem 1.25rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #869ab8;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #f1f4f8;
  border-radius: .375rem;
}

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

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

.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text {
  padding: 1.122rem 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.3;
  border-radius: .375rem;
}

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

.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .5625rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.3;
  border-radius: .375rem;
}

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.7rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.35rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #335eea;
  background-color: #335eea;
  box-shadow: none;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none,none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #a7b9f6;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #d5defb;
  border-color: #d5defb;
  box-shadow: none;
}

.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label {
  color: #869ab8;
}

.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before {
  background-color: #f1f4f8;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: .35rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #d9e2ef;
  border: #abbcd5 solid 0;
  box-shadow: none;
}

.custom-control-label::after {
  position: absolute;
  top: .35rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: .375rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #335eea;
  background-color: #335eea;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23FFFFFF' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(51,94,234,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(51,94,234,.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(51,94,234,.5);
}

.custom-switch {
  padding-left: 3rem;
}

.custom-switch .custom-control-label::before {
  left: -3rem;
  width: 2.5rem;
  pointer-events: all;
  border-radius: .5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(.35rem + 0px);
  left: calc(-3rem + 0px);
  width: 1rem;
  height: 1rem;
  background-color: #abbcd5;
  border-radius: .5rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #d9e2ef;
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(51,94,234,.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 1.625rem + 2px);
  padding: .8125rem 2.25rem .8125rem 1.25rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #161c2d;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpolyline fill='none' stroke='%23C6D3E6' stroke-width='2' stroke-linecap='round' points='6 9 12 15 18 9'/%3e%3c/svg%3e") no-repeat right 1.25rem center/24px 24px;
  /*border: 1px solid #f1f4f8;*/
  border-radius: .375rem;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #a7b9f6;
  outline: 0;
  box-shadow: none,none;
}

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

.custom-select[multiple],.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.25rem;
  background-image: none;
}

.custom-select:disabled {
  color: #869ab8;
  background-color: #f1f4f8;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #161c2d;
}

.custom-select-sm {
  height: calc(1.3em + 1.125rem + 2px);
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  padding-left: 1rem;
  font-size: 1.0625rem;
}

.custom-select-lg {
  height: calc(1.3em + 2.244rem + 2px);
  padding-top: 1.122rem;
  padding-bottom: 1.122rem;
  padding-left: 1.5rem;
  font-size: 1.0625rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 1.625rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 1.625rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #a7b9f6;
  box-shadow: none;
}

.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label {
  background-color: #f1f4f8;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 1.625rem + 2px);
  padding: .8125rem 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #161c2d;
  background-color: #fff;
  border: 1px solid #f1f4f8;
  border-radius: .375rem;
  box-shadow: none;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 1.625rem);
  padding: .8125rem 1.25rem;
  line-height: 1.6;
  color: #506690;
  content: "Browse";
  background-color: #f1f4f8;
  border-left: inherit;
  border-radius: 0 .375rem .375rem 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff,none;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff,none;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff,none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #335eea;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 .1rem .25rem rgba(22,28,45,.1);
  -webkit-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-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #d5defb;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d9e2ef;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 .25rem .25rem rgba(22,28,45,.1);
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #335eea;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 .1rem .25rem rgba(22,28,45,.1);
  -moz-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;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #d5defb;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d9e2ef;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 .25rem .25rem rgba(22,28,45,.1);
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #335eea;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 .1rem .25rem rgba(22,28,45,.1);
  -ms-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;
  appearance: none;
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #d5defb;
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
  box-shadow: inset 0 .25rem .25rem rgba(22,28,45,.1);
}

.custom-range::-ms-fill-lower {
  background-color: #d9e2ef;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #d9e2ef;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #abbcd5;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #abbcd5;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #abbcd5;
}

.custom-control-label::before,.custom-file-label,.custom-select {
  -webkit-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;
}

@media (prefers-reduced-motion:reduce) {
  .custom-control-label::before,.custom-file-label,.custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

.nav-link.disabled {
  color: #869ab8;
  pointer-events: none;
  cursor: default;
}

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

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

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

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
  border-color: #f1f4f8 #f1f4f8 #d9e2ef;
}

.nav-tabs .nav-link.disabled {
  color: #869ab8;
  background-color: transparent;
  border-color: transparent;
}

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

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

.nav-pills .nav-link {
  border-radius: .375rem;
}

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

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

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 0;
}

.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-brand {
  color: #335eea;
}

.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
  color: #335eea;
}

.navbar-light .navbar-nav .nav-link {
  color: #506690;
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
  color: #335eea;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(22,28,45,.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: #335eea;
}

.navbar-light .navbar-toggler {
  color: #506690;
  border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23506690' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: #506690;
}

.navbar-light .navbar-text a {
  color: #335eea;
}

.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
  color: #335eea;
}

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

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

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

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

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255,.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 {
  color: #fff;
  border-color: transparent;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: #fff;
}

.navbar-dark .navbar-text a {
  color: #fff;
}

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

.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid #f1f4f8;
  border-radius: .375rem;
}

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

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

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

.card-body {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem;
}

.card-title {
  margin-bottom: 1rem;
}

.card-subtitle {
  margin-top: -.5rem;
  margin-bottom: 0;
}

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

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

.card-link+.card-link {
  margin-left: 2rem;
}

.card-header {
  padding: 1rem 2rem;
  margin-bottom: 0;
  background-color: rgba(22,28,45,.03);
  border-bottom: 0 solid #f1f4f8;
}

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

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

.card-footer {
  padding: 1rem 2rem;
  background-color: rgba(22,28,45,.03);
  border-top: 0 solid #f1f4f8;
}

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

.card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -1rem;
  margin-left: -1rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem;
}

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

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

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

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

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

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

  .card-deck .card {
    -webkit-box-flex: 1;
    flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

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

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

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

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

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

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

  .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1rem;
}

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

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

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 0;
  margin-bottom: 0;
  font-size: .9375rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

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

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

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

.breadcrumb-item.active {
  color: #506690;
}

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

.page-link {
  position: relative;
  display: block;
  padding: .8125rem 1.25rem;
  margin-left: -1px;
  line-height: 1.6;
  color: #335eea;
  background-color: #fff;
  border: 1px solid #d9e2ef;
}

.page-link:hover {
  z-index: 2;
  color: #133bbd;
  text-decoration: none;
  background-color: #f1f4f8;
  border-color: #d9e2ef;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #335eea;
  border-color: #335eea;
}

.page-item.disabled .page-link {
  color: #869ab8;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #d9e2ef;
}

.pagination-lg .page-link {
  padding: 1.122rem 1.5rem;
  font-size: 1.1875rem;
  line-height: 1.3;
}

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

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

.pagination-sm .page-link {
  padding: .5625rem 1rem;
  font-size: .9375rem;
  line-height: 1.3;
}

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

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

.badge {
  display: inline-block;
  padding: .25rem .75rem;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .375rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

a.badge:focus,a.badge:hover {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #335eea;
}

a.badge-primary:focus,a.badge-primary:hover {
  color: #fff;
  background-color: #1643d4;
}

a.badge-primary.focus,a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(51,94,234,.5);
}

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

a.badge-secondary:focus,a.badge-secondary:hover {
  color: #fff;
  background-color: #3e4f6f;
}

a.badge-secondary.focus,a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(80,102,144,.5);
}

.badge-success {
  color: #fff;
  background-color: #42ba96;
}

a.badge-success:focus,a.badge-success:hover {
  color: #fff;
  background-color: #359478;
}

a.badge-success.focus,a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(66,186,150,.5);
}

.badge-info {
  color: #fff;
  background-color: #7c69ef;
}

a.badge-info:focus,a.badge-info:hover {
  color: #fff;
  background-color: #543bea;
}

a.badge-info.focus,a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(124,105,239,.5);
}

.badge-warning {
  color: #1b2a4e;
  background-color: #fad776;
}

a.badge-warning:focus,a.badge-warning:hover {
  color: #1b2a4e;
  background-color: #f8c945;
}

a.badge-warning.focus,a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(250,215,118,.5);
}

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

a.badge-danger:focus,a.badge-danger:hover {
  color: #fff;
  background-color: #cf2438;
}

a.badge-danger.focus,a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(223,71,89,.5);
}

.badge-light {
  color: #1b2a4e;
  background-color: #f9fbfd;
}

a.badge-light:focus,a.badge-light:hover {
  color: #1b2a4e;
  background-color: #d3e2f0;
}

a.badge-light.focus,a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(249,251,253,.5);
}

.badge-dark {
  color: #fff;
  background-color: #1b2a4e;
}

a.badge-dark:focus,a.badge-dark:hover {
  color: #fff;
  background-color: #0e1628;
}

a.badge-dark.focus,a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(27,42,78,.5);
}

.badge-primary-desat {
  color: #fff;
  background-color: #6c8aec;
}

a.badge-primary-desat:focus,a.badge-primary-desat:hover {
  color: #fff;
  background-color: #3f66e6;
}

a.badge-primary-desat.focus,a.badge-primary-desat:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(108,138,236,.5);
}

.badge-black {
  color: #fff;
  background-color: #161c2d;
}

a.badge-black:focus,a.badge-black:hover {
  color: #fff;
  background-color: #05070b;
}

a.badge-black.focus,a.badge-black:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(22,28,45,.5);
}

.badge-white {
  color: #1b2a4e;
  background-color: #fff;
}

a.badge-white:focus,a.badge-white:hover {
  color: #1b2a4e;
  background-color: #e6e6e6;
}

a.badge-white.focus,a.badge-white:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255,255,255,.5);
}

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

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

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

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 400;
}

.alert-dismissible {
  padding-right: 4.09375rem;
}

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

.alert-primary {
  color: #253e8f;
  background-color: #335eea;
  border-color: #335eea;
}

.alert-primary hr {
  border-top-color: #1c4ce8;
}

.alert-primary .alert-link {
  color: #1b2c66;
}

.alert-secondary {
  color: #344260;
  background-color: #506690;
  border-color: #506690;
}

.alert-secondary hr {
  border-top-color: #475a80;
}

.alert-secondary .alert-link {
  color: #222b3f;
}

.alert-success {
  color: #2d6e64;
  background-color: #42ba96;
  border-color: #42ba96;
}

.alert-success hr {
  border-top-color: #3ba787;
}

.alert-success .alert-link {
  color: #1e4a43;
}

.alert-info {
  color: #4b4492;
  background-color: #7c69ef;
  border-color: #7c69ef;
}

.alert-info hr {
  border-top-color: #6852ed;
}

.alert-info .alert-link {
  color: #39346f;
}

.alert-warning {
  color: #8d7d53;
  background-color: #fad776;
  border-color: #fad776;
}

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

.alert-warning .alert-link {
  color: #6d6140;
}

.alert-danger {
  color: #7f3244;
  background-color: #df4759;
  border-color: #df4759;
}

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

.alert-danger .alert-link {
  color: #5a2430;
}

.alert-light {
  color: #8c9099;
  background-color: #f9fbfd;
  border-color: #f9fbfd;
}

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

.alert-light .alert-link {
  color: #727680;
}

.alert-dark {
  color: #19233e;
  background-color: #1b2a4e;
  border-color: #1b2a4e;
}

.alert-dark hr {
  border-top-color: #14203b;
}

.alert-dark .alert-link {
  color: #0a0e1a;
}

.alert-primary-desat {
  color: #435590;
  background-color: #6c8aec;
  border-color: #6c8aec;
}

.alert-primary-desat hr {
  border-top-color: #5578e9;
}

.alert-primary-desat .alert-link {
  color: #33406d;
}

.alert-black {
  color: #161c2d;
  background-color: #161c2d;
  border-color: #161c2d;
}

.alert-black hr {
  border-top-color: #0e111c;
}

.alert-black .alert-link {
  color: #05070b;
}

.alert-white {
  color: #8f929a;
  background-color: #fff;
  border-color: #fff;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #757881;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .79688rem;
  background-color: #f1f4f8;
  border-radius: .375rem;
  box-shadow: inset 0 .1rem .1rem rgba(22,28,45,.1);
}

.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #335eea;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-size: 1rem 1rem;
}

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

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  flex: 1;
}

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

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

.list-group-item-action:focus,.list-group-item-action:hover {
  z-index: 1;
  color: #506690;
  text-decoration: none;
  background-color: #f9fbfd;
}

.list-group-item-action:active {
  color: #161c2d;
  background-color: #f1f4f8;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1.5rem 2rem;
  background-color: #fff;
  border: 1px solid #f1f4f8;
}

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

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

.list-group-item.disabled,.list-group-item:disabled {
  color: #869ab8;
  pointer-events: none;
  background-color: #fff;
}

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

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: .375rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: .375rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: .375rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: .375rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: .375rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: .375rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: .375rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl .list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl .list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

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

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

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

.list-group-item-primary {
  color: #253e8f;
  background-color: #c6d2f9;
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
  color: #253e8f;
  background-color: #afc0f7;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #253e8f;
  border-color: #253e8f;
}

.list-group-item-secondary {
  color: #344260;
  background-color: #ced4e0;
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
  color: #344260;
  background-color: #bec6d6;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #344260;
  border-color: #344260;
}

.list-group-item-success {
  color: #2d6e64;
  background-color: #caece2;
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
  color: #2d6e64;
  background-color: #b7e5d8;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #2d6e64;
  border-color: #2d6e64;
}

.list-group-item-info {
  color: #4b4492;
  background-color: #dad5fb;
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
  color: #4b4492;
  background-color: #c5bef9;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #4b4492;
  border-color: #4b4492;
}

.list-group-item-warning {
  color: #8d7d53;
  background-color: #fef4d9;
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
  color: #8d7d53;
  background-color: #fdedc0;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #8d7d53;
  border-color: #8d7d53;
}

.list-group-item-danger {
  color: #7f3244;
  background-color: #f6cbd1;
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
  color: #7f3244;
  background-color: #f2b5be;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7f3244;
  border-color: #7f3244;
}

.list-group-item-light {
  color: #8c9099;
  background-color: #fdfefe;
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
  color: #8c9099;
  background-color: #ecf6f6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #8c9099;
  border-color: #8c9099;
}

.list-group-item-dark {
  color: #19233e;
  background-color: #bfc3cd;
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
  color: #19233e;
  background-color: #b1b6c2;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #19233e;
  border-color: #19233e;
}

.list-group-item-primary-desat {
  color: #435590;
  background-color: #d6defa;
}

.list-group-item-primary-desat.list-group-item-action:focus,.list-group-item-primary-desat.list-group-item-action:hover {
  color: #435590;
  background-color: #bfccf7;
}

.list-group-item-primary-desat.list-group-item-action.active {
  color: #fff;
  background-color: #435590;
  border-color: #435590;
}

.list-group-item-black {
  color: #161c2d;
  background-color: #bebfc4;
}

.list-group-item-black.list-group-item-action:focus,.list-group-item-black.list-group-item-action:hover {
  color: #161c2d;
  background-color: #b1b2b8;
}

.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.list-group-item-white {
  color: #8f929a;
  background-color: #fff;
}

.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover {
  color: #8f929a;
  background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #8f929a;
  border-color: #8f929a;
}

.close {
  float: right;
  font-size: 1.59375rem;
  font-weight: 400;
  line-height: 1;
  color: #869ab8;
  text-shadow: none;
  opacity: .5;
}

.close:hover {
  color: #869ab8;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 .25rem .75rem rgba(22,28,45,.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem;
}

.toast:not(:last-child) {
  margin-bottom: .75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: .5rem .75rem;
  color: #869ab8;
  background-color: rgba(255,255,255,.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.toast-body {
  padding: .75rem;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(22,28,45,.2);
  border-radius: .5rem;
  box-shadow: 0 .25rem .5rem rgba(22,28,45,.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #161c2d;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .8;
}

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f1f4f8;
  border-top-left-radius: calc(.5rem - 1px);
  border-top-right-radius: calc(.5rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 2.5rem;
}

.modal-footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 2.25rem;
  border-top: 1px solid #f1f4f8;
  border-bottom-right-radius: calc(.5rem - 1px);
  border-bottom-left-radius: calc(.5rem - 1px);
}

.modal-footer>* {
  margin: .25rem;
}

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

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

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-content {
    box-shadow: 0 .5rem 1rem rgba(22,28,45,.5);
  }

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

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

@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: HKGroteskPro,serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .9375rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

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

.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top {
  padding: .4rem 0;
}

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

.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #161c2d;
}

.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #161c2d;
}

.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom {
  padding: .4rem 0;
}

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

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #161c2d;
}

.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left {
  padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #161c2d;
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #161c2d;
  border-radius: .375rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 380px;
  font-family: HKGroteskPro,serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .9375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: .375rem;
  box-shadow: 0 1.5rem 4rem rgba(22,28,45,.1);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1.25rem;
  height: .625rem;
  margin: 0 .375rem;
}

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

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

.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow {
  bottom: calc(-.625rem - 1px);
}

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

.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after {
  bottom: 1px;
  border-width: .625rem .625rem 0;
  border-top-color: #fff;
}

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

.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow {
  left: calc(-.625rem - 1px);
  width: .625rem;
  height: 1.25rem;
  margin: .375rem 0;
}

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

.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after {
  left: 1px;
  border-width: .625rem .625rem .625rem 0;
  border-right-color: #fff;
}

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

.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow {
  top: calc(-.625rem - 1px);
}

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

.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after {
  top: 1px;
  border-width: 0 .625rem .625rem .625rem;
  border-bottom-color: #fff;
}

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

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

.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow {
  right: calc(-.625rem - 1px);
  width: .625rem;
  height: 1.25rem;
  margin: .375rem 0;
}

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

.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after {
  right: 1px;
  border-width: .625rem 0 .625rem .625rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 1.5rem 2rem;
  margin-bottom: 0;
  font-size: 1.0625rem;
  color: #335eea;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  border-top-left-radius: calc(.375rem - 1px);
  border-top-right-radius: calc(.375rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1.5rem 2rem;
  color: #869ab8;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

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

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s .6s;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

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

@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,.carousel-control-prev {
    -webkit-transition: none;
    transition: none;
  }
}

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

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

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

.carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #42ba96!important;
}

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #1b2a4e!important;
}

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

.bg-primary-desat {
  background-color: #6c8aec!important;
}

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

.bg-black {
  background-color: #161c2d!important;
}

a.bg-black:focus,a.bg-black:hover,button.bg-black:focus,button.bg-black:hover {
  background-color: #05070b!important;
}

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #f1f4f8!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: #335eea!important;
}

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

.border-success {
  border-color: #42ba96!important;
}

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

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

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

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

.border-dark {
  border-color: #1b2a4e!important;
}

.border-primary-desat {
  border-color: #6c8aec!important;
}

.border-black {
  border-color: #161c2d!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
  .d-xl-none {
    display: none!important;
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none!important;
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-around {
  justify-content: space-around!important;
}

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between!important;
}

.align-content-around {
  align-content: space-around!important;
}

.align-content-stretch {
  align-content: stretch!important;
}

.align-self-auto {
  align-self: auto!important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch!important;
}

@media (min-width:576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    flex-direction: row!important;
  }

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

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

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

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

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

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

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

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

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

  .flex-sm-shrink-0 {
    flex-shrink: 0!important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1!important;
  }

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

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

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

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

  .justify-content-sm-around {
    justify-content: space-around!important;
  }

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

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

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

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

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

  .align-content-sm-start {
    align-content: flex-start!important;
  }

  .align-content-sm-end {
    align-content: flex-end!important;
  }

  .align-content-sm-center {
    align-content: center!important;
  }

  .align-content-sm-between {
    align-content: space-between!important;
  }

  .align-content-sm-around {
    align-content: space-around!important;
  }

  .align-content-sm-stretch {
    align-content: stretch!important;
  }

  .align-self-sm-auto {
    align-self: auto!important;
  }

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

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

  .align-self-sm-center {
    align-self: center!important;
  }

  .align-self-sm-baseline {
    align-self: baseline!important;
  }

  .align-self-sm-stretch {
    align-self: stretch!important;
  }
}

@media (min-width:768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    flex-direction: row!important;
  }

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

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

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

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

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

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

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

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

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

  .flex-md-shrink-0 {
    flex-shrink: 0!important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1!important;
  }

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

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

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

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

  .justify-content-md-around {
    justify-content: space-around!important;
  }

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

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

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

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

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

  .align-content-md-start {
    align-content: flex-start!important;
  }

  .align-content-md-end {
    align-content: flex-end!important;
  }

  .align-content-md-center {
    align-content: center!important;
  }

  .align-content-md-between {
    align-content: space-between!important;
  }

  .align-content-md-around {
    align-content: space-around!important;
  }

  .align-content-md-stretch {
    align-content: stretch!important;
  }

  .align-self-md-auto {
    align-self: auto!important;
  }

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

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

  .align-self-md-center {
    align-self: center!important;
  }

  .align-self-md-baseline {
    align-self: baseline!important;
  }

  .align-self-md-stretch {
    align-self: stretch!important;
  }
}

@media (min-width:992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    flex-direction: row!important;
  }

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

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

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

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

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

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

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

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

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

  .flex-lg-shrink-0 {
    flex-shrink: 0!important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1!important;
  }

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

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

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

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

  .justify-content-lg-around {
    justify-content: space-around!important;
  }

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

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

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

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

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

  .align-content-lg-start {
    align-content: flex-start!important;
  }

  .align-content-lg-end {
    align-content: flex-end!important;
  }

  .align-content-lg-center {
    align-content: center!important;
  }

  .align-content-lg-between {
    align-content: space-between!important;
  }

  .align-content-lg-around {
    align-content: space-around!important;
  }

  .align-content-lg-stretch {
    align-content: stretch!important;
  }

  .align-self-lg-auto {
    align-self: auto!important;
  }

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

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

  .align-self-lg-center {
    align-self: center!important;
  }

  .align-self-lg-baseline {
    align-self: baseline!important;
  }

  .align-self-lg-stretch {
    align-self: stretch!important;
  }
}

@media (min-width:1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    flex-direction: row!important;
  }

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

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

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

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

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

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

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

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

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

  .flex-xl-shrink-0 {
    flex-shrink: 0!important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1!important;
  }

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

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

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

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

  .justify-content-xl-around {
    justify-content: space-around!important;
  }

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

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

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

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

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

  .align-content-xl-start {
    align-content: flex-start!important;
  }

  .align-content-xl-end {
    align-content: flex-end!important;
  }

  .align-content-xl-center {
    align-content: center!important;
  }

  .align-content-xl-between {
    align-content: space-between!important;
  }

  .align-content-xl-around {
    align-content: space-around!important;
  }

  .align-content-xl-stretch {
    align-content: stretch!important;
  }

  .align-self-xl-auto {
    align-self: auto!important;
  }

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

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

  .align-self-xl-center {
    align-self: center!important;
  }

  .align-self-xl-baseline {
    align-self: baseline!important;
  }

  .align-self-xl-stretch {
    align-self: stretch!important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only-focusable:active,.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
/* 
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(22,28,45,.075)!important;
}

.shadow {
  box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.1)!important;
}

.shadow-lg {
  box-shadow: 0 1.5rem 4rem rgba(22,28,45,.1)!important;
}
 */
.shadow-none {
  box-shadow: none!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: .75rem!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-7 {
  margin: 2.5rem!important;
}

.mt-7,.my-7 {
  margin-top: 2.5rem!important;
}

.mr-7,.mx-7 {
  margin-right: 2.5rem!important;
}

.mb-7,.my-7 {
  margin-bottom: 2.5rem!important;
}

.ml-7,.mx-7 {
  margin-left: 2.5rem!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-11 {
  margin: 6rem!important;
}

.mt-11,.my-11 {
  margin-top: 6rem!important;
}

.mr-11,.mx-11 {
  margin-right: 6rem!important;
}

.mb-11,.my-11 {
  margin-bottom: 6rem!important;
}

.ml-11,.mx-11 {
  margin-left: 6rem!important;
}

.m-12 {
  margin: 8rem!important;
}

.mt-12,.my-12 {
  margin-top: 8rem!important;
}

.mr-12,.mx-12 {
  margin-right: 8rem!important;
}

.mb-12,.my-12 {
  margin-bottom: 8rem!important;
}

.ml-12,.mx-12 {
  margin-left: 8rem!important;
}

.m-13 {
  margin: 10rem!important;
}

.mt-13,.my-13 {
  margin-top: 10rem!important;
}

.mr-13,.mx-13 {
  margin-right: 10rem!important;
}

.mb-13,.my-13 {
  margin-bottom: 10rem!important;
}

.ml-13,.mx-13 {
  margin-left: 10rem!important;
}

.m-14 {
  margin: 12rem!important;
}

.mt-14,.my-14 {
  margin-top: 12rem!important;
}

.mr-14,.mx-14 {
  margin-right: 12rem!important;
}

.mb-14,.my-14 {
  margin-bottom: 12rem!important;
}

.ml-14,.mx-14 {
  margin-left: 12rem!important;
}

.m-15 {
  margin: 16rem!important;
}

.mt-15,.my-15 {
  margin-top: 16rem!important;
}

.mr-15,.mx-15 {
  margin-right: 16rem!important;
}

.mb-15,.my-15 {
  margin-bottom: 16rem!important;
}

.ml-15,.mx-15 {
  margin-left: 16rem!important;
}

.m-16 {
  margin: 25rem!important;
}

.mt-16,.my-16 {
  margin-top: 25rem!important;
}

.mr-16,.mx-16 {
  margin-right: 25rem!important;
}

.mb-16,.my-16 {
  margin-bottom: 25rem!important;
}

.ml-16,.mx-16 {
  margin-left: 25rem!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: .75rem!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-7 {
  padding: 2.5rem!important;
}

.pt-7,.py-7 {
  padding-top: 2.5rem!important;
}

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

.pb-7,.py-7 {
  padding-bottom: 2.5rem!important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-10,.py-10 {
  padding-bottom: 5rem!important;
}

.pl-10,.px-10 {
  padding-left: 5rem!important;
}

.p-11 {
  padding: 6rem!important;
}

.pt-11,.py-11 {
  padding-top: 6rem!important;
}

.pr-11,.px-11 {
  padding-right: 6rem!important;
}

.pb-11,.py-11 {
  padding-bottom: 6rem!important;
}

.pl-11,.px-11 {
  padding-left: 6rem!important;
}

.p-12 {
  padding: 8rem!important;
}

.pt-12,.py-12 {
  padding-top: 8rem!important;
}

.pr-12,.px-12 {
  padding-right: 8rem!important;
}

.pb-12,.py-12 {
  padding-bottom: 8rem!important;
}

.pl-12,.px-12 {
  padding-left: 8rem!important;
}

.p-13 {
  padding: 10rem!important;
}

.pt-13,.py-13 {
  padding-top: 10rem!important;
}

.pr-13,.px-13 {
  padding-right: 10rem!important;
}

.pb-13,.py-13 {
  padding-bottom: 10rem!important;
}

.pl-13,.px-13 {
  padding-left: 10rem!important;
}

.p-14 {
  padding: 12rem!important;
}

.pt-14,.py-14 {
  padding-top: 12rem!important;
}

.pr-14,.px-14 {
  padding-right: 12rem!important;
}

.pb-14,.py-14 {
  padding-bottom: 12rem!important;
}

.pl-14,.px-14 {
  padding-left: 12rem!important;
}

.p-15 {
  padding: 16rem!important;
}

.pt-15,.py-15 {
  padding-top: 16rem!important;
}

.pr-15,.px-15 {
  padding-right: 16rem!important;
}

.pb-15,.py-15 {
  padding-bottom: 16rem!important;
}

.pl-15,.px-15 {
  padding-left: 16rem!important;
}

.p-16 {
  padding: 25rem!important;
}

.pt-16,.py-16 {
  padding-top: 25rem!important;
}

.pr-16,.px-16 {
  padding-right: 25rem!important;
}

.pb-16,.py-16 {
  padding-bottom: 25rem!important;
}

.pl-16,.px-16 {
  padding-left: 25rem!important;
}

.m-n1 {
  margin: -.25rem!important;
}

.mt-n1,.my-n1 {
  margin-top: -.25rem!important;
}

.mr-n1,.mx-n1 {
  margin-right: -.25rem!important;
}

.mb-n1,.my-n1 {
  margin-bottom: -.25rem!important;
}

.ml-n1,.mx-n1 {
  margin-left: -.25rem!important;
}

.m-n2 {
  margin: -.5rem!important;
}

.mt-n2,.my-n2 {
  margin-top: -.5rem!important;
}

.mr-n2,.mx-n2 {
  margin-right: -.5rem!important;
}

.mb-n2,.my-n2 {
  margin-bottom: -.5rem!important;
}

.ml-n2,.mx-n2 {
  margin-left: -.5rem!important;
}

.m-n3 {
  margin: -.75rem!important;
}

.mt-n3,.my-n3 {
  margin-top: -.75rem!important;
}

.mr-n3,.mx-n3 {
  margin-right: -.75rem!important;
}

.mb-n3,.my-n3 {
  margin-bottom: -.75rem!important;
}

.ml-n3,.mx-n3 {
  margin-left: -.75rem!important;
}

.m-n4 {
  margin: -1rem!important;
}

.mt-n4,.my-n4 {
  margin-top: -1rem!important;
}

.mr-n4,.mx-n4 {
  margin-right: -1rem!important;
}

.mb-n4,.my-n4 {
  margin-bottom: -1rem!important;
}

.ml-n4,.mx-n4 {
  margin-left: -1rem!important;
}

.m-n5 {
  margin: -1.5rem!important;
}

.mt-n5,.my-n5 {
  margin-top: -1.5rem!important;
}

.mr-n5,.mx-n5 {
  margin-right: -1.5rem!important;
}

.mb-n5,.my-n5 {
  margin-bottom: -1.5rem!important;
}

.ml-n5,.mx-n5 {
  margin-left: -1.5rem!important;
}

.m-n6 {
  margin: -2rem!important;
}

.mt-n6,.my-n6 {
  margin-top: -2rem!important;
}

.mr-n6,.mx-n6 {
  margin-right: -2rem!important;
}

.mb-n6,.my-n6 {
  margin-bottom: -2rem!important;
}

.ml-n6,.mx-n6 {
  margin-left: -2rem!important;
}

.m-n7 {
  margin: -2.5rem!important;
}

.mt-n7,.my-n7 {
  margin-top: -2.5rem!important;
}

.mr-n7,.mx-n7 {
  margin-right: -2.5rem!important;
}

.mb-n7,.my-n7 {
  margin-bottom: -2.5rem!important;
}

.ml-n7,.mx-n7 {
  margin-left: -2.5rem!important;
}

.m-n8 {
  margin: -3rem!important;
}

.mt-n8,.my-n8 {
  margin-top: -3rem!important;
}

.mr-n8,.mx-n8 {
  margin-right: -3rem!important;
}

.mb-n8,.my-n8 {
  margin-bottom: -3rem!important;
}

.ml-n8,.mx-n8 {
  margin-left: -3rem!important;
}

.m-n9 {
  margin: -4rem!important;
}

.mt-n9,.my-n9 {
  margin-top: -4rem!important;
}

.mr-n9,.mx-n9 {
  margin-right: -4rem!important;
}

.mb-n9,.my-n9 {
  margin-bottom: -4rem!important;
}

.ml-n9,.mx-n9 {
  margin-left: -4rem!important;
}

.m-n10 {
  margin: -5rem!important;
}

.mt-n10,.my-n10 {
  margin-top: -5rem!important;
}

.mr-n10,.mx-n10 {
  margin-right: -5rem!important;
}

.mb-n10,.my-n10 {
  margin-bottom: -5rem!important;
}

.ml-n10,.mx-n10 {
  margin-left: -5rem!important;
}

.m-n11 {
  margin: -6rem!important;
}

.mt-n11,.my-n11 {
  margin-top: -6rem!important;
}

.mr-n11,.mx-n11 {
  margin-right: -6rem!important;
}

.mb-n11,.my-n11 {
  margin-bottom: -6rem!important;
}

.ml-n11,.mx-n11 {
  margin-left: -6rem!important;
}

.m-n12 {
  margin: -8rem!important;
}

.mt-n12,.my-n12 {
  margin-top: -8rem!important;
}

.mr-n12,.mx-n12 {
  margin-right: -8rem!important;
}

.mb-n12,.my-n12 {
  margin-bottom: -8rem!important;
}

.ml-n12,.mx-n12 {
  margin-left: -8rem!important;
}

.m-n13 {
  margin: -10rem!important;
}

.mt-n13,.my-n13 {
  margin-top: -10rem!important;
}

.mr-n13,.mx-n13 {
  margin-right: -10rem!important;
}

.mb-n13,.my-n13 {
  margin-bottom: -10rem!important;
}

.ml-n13,.mx-n13 {
  margin-left: -10rem!important;
}

.m-n14 {
  margin: -12rem!important;
}

.mt-n14,.my-n14 {
  margin-top: -12rem!important;
}

.mr-n14,.mx-n14 {
  margin-right: -12rem!important;
}

.mb-n14,.my-n14 {
  margin-bottom: -12rem!important;
}

.ml-n14,.mx-n14 {
  margin-left: -12rem!important;
}

.m-n15 {
  margin: -16rem!important;
}

.mt-n15,.my-n15 {
  margin-top: -16rem!important;
}

.mr-n15,.mx-n15 {
  margin-right: -16rem!important;
}

.mb-n15,.my-n15 {
  margin-bottom: -16rem!important;
}

.ml-n15,.mx-n15 {
  margin-left: -16rem!important;
}

.m-n16 {
  margin: -25rem!important;
}

.mt-n16,.my-n16 {
  margin-top: -25rem!important;
}

.mr-n16,.mx-n16 {
  margin-right: -25rem!important;
}

.mb-n16,.my-n16 {
  margin-bottom: -25rem!important;
}

.ml-n16,.mx-n16 {
  margin-left: -25rem!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: .75rem!important;
  }

  .mt-sm-3,.my-sm-3 {
    margin-top: .75rem!important;
  }

  .mr-sm-3,.mx-sm-3 {
    margin-right: .75rem!important;
  }

  .mb-sm-3,.my-sm-3 {
    margin-bottom: .75rem!important;
  }

  .ml-sm-3,.mx-sm-3 {
    margin-left: .75rem!important;
  }

  .m-sm-4 {
    margin: 1rem!important;
  }

  .mt-sm-4,.my-sm-4 {
    margin-top: 1rem!important;
  }

  .mr-sm-4,.mx-sm-4 {
    margin-right: 1rem!important;
  }

  .mb-sm-4,.my-sm-4 {
    margin-bottom: 1rem!important;
  }

  .ml-sm-4,.mx-sm-4 {
    margin-left: 1rem!important;
  }

  .m-sm-5 {
    margin: 1.5rem!important;
  }

  .mt-sm-5,.my-sm-5 {
    margin-top: 1.5rem!important;
  }

  .mr-sm-5,.mx-sm-5 {
    margin-right: 1.5rem!important;
  }

  .mb-sm-5,.my-sm-5 {
    margin-bottom: 1.5rem!important;
  }

  .ml-sm-5,.mx-sm-5 {
    margin-left: 1.5rem!important;
  }

  .m-sm-6 {
    margin: 2rem!important;
  }

  .mt-sm-6,.my-sm-6 {
    margin-top: 2rem!important;
  }

  .mr-sm-6,.mx-sm-6 {
    margin-right: 2rem!important;
  }

  .mb-sm-6,.my-sm-6 {
    margin-bottom: 2rem!important;
  }

  .ml-sm-6,.mx-sm-6 {
    margin-left: 2rem!important;
  }

  .m-sm-7 {
    margin: 2.5rem!important;
  }

  .mt-sm-7,.my-sm-7 {
    margin-top: 2.5rem!important;
  }

  .mr-sm-7,.mx-sm-7 {
    margin-right: 2.5rem!important;
  }

  .mb-sm-7,.my-sm-7 {
    margin-bottom: 2.5rem!important;
  }

  .ml-sm-7,.mx-sm-7 {
    margin-left: 2.5rem!important;
  }

  .m-sm-8 {
    margin: 3rem!important;
  }

  .mt-sm-8,.my-sm-8 {
    margin-top: 3rem!important;
  }

  .mr-sm-8,.mx-sm-8 {
    margin-right: 3rem!important;
  }

  .mb-sm-8,.my-sm-8 {
    margin-bottom: 3rem!important;
  }

  .ml-sm-8,.mx-sm-8 {
    margin-left: 3rem!important;
  }

  .m-sm-9 {
    margin: 4rem!important;
  }

  .mt-sm-9,.my-sm-9 {
    margin-top: 4rem!important;
  }

  .mr-sm-9,.mx-sm-9 {
    margin-right: 4rem!important;
  }

  .mb-sm-9,.my-sm-9 {
    margin-bottom: 4rem!important;
  }

  .ml-sm-9,.mx-sm-9 {
    margin-left: 4rem!important;
  }

  .m-sm-10 {
    margin: 5rem!important;
  }

  .mt-sm-10,.my-sm-10 {
    margin-top: 5rem!important;
  }

  .mr-sm-10,.mx-sm-10 {
    margin-right: 5rem!important;
  }

  .mb-sm-10,.my-sm-10 {
    margin-bottom: 5rem!important;
  }

  .ml-sm-10,.mx-sm-10 {
    margin-left: 5rem!important;
  }

  .m-sm-11 {
    margin: 6rem!important;
  }

  .mt-sm-11,.my-sm-11 {
    margin-top: 6rem!important;
  }

  .mr-sm-11,.mx-sm-11 {
    margin-right: 6rem!important;
  }

  .mb-sm-11,.my-sm-11 {
    margin-bottom: 6rem!important;
  }

  .ml-sm-11,.mx-sm-11 {
    margin-left: 6rem!important;
  }

  .m-sm-12 {
    margin: 8rem!important;
  }

  .mt-sm-12,.my-sm-12 {
    margin-top: 8rem!important;
  }

  .mr-sm-12,.mx-sm-12 {
    margin-right: 8rem!important;
  }

  .mb-sm-12,.my-sm-12 {
    margin-bottom: 8rem!important;
  }

  .ml-sm-12,.mx-sm-12 {
    margin-left: 8rem!important;
  }

  .m-sm-13 {
    margin: 10rem!important;
  }

  .mt-sm-13,.my-sm-13 {
    margin-top: 10rem!important;
  }

  .mr-sm-13,.mx-sm-13 {
    margin-right: 10rem!important;
  }

  .mb-sm-13,.my-sm-13 {
    margin-bottom: 10rem!important;
  }

  .ml-sm-13,.mx-sm-13 {
    margin-left: 10rem!important;
  }

  .m-sm-14 {
    margin: 12rem!important;
  }

  .mt-sm-14,.my-sm-14 {
    margin-top: 12rem!important;
  }

  .mr-sm-14,.mx-sm-14 {
    margin-right: 12rem!important;
  }

  .mb-sm-14,.my-sm-14 {
    margin-bottom: 12rem!important;
  }

  .ml-sm-14,.mx-sm-14 {
    margin-left: 12rem!important;
  }

  .m-sm-15 {
    margin: 16rem!important;
  }

  .mt-sm-15,.my-sm-15 {
    margin-top: 16rem!important;
  }

  .mr-sm-15,.mx-sm-15 {
    margin-right: 16rem!important;
  }

  .mb-sm-15,.my-sm-15 {
    margin-bottom: 16rem!important;
  }

  .ml-sm-15,.mx-sm-15 {
    margin-left: 16rem!important;
  }

  .m-sm-16 {
    margin: 25rem!important;
  }

  .mt-sm-16,.my-sm-16 {
    margin-top: 25rem!important;
  }

  .mr-sm-16,.mx-sm-16 {
    margin-right: 25rem!important;
  }

  .mb-sm-16,.my-sm-16 {
    margin-bottom: 25rem!important;
  }

  .ml-sm-16,.mx-sm-16 {
    margin-left: 25rem!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: .75rem!important;
  }

  .pt-sm-3,.py-sm-3 {
    padding-top: .75rem!important;
  }

  .pr-sm-3,.px-sm-3 {
    padding-right: .75rem!important;
  }

  .pb-sm-3,.py-sm-3 {
    padding-bottom: .75rem!important;
  }

  .pl-sm-3,.px-sm-3 {
    padding-left: .75rem!important;
  }

  .p-sm-4 {
    padding: 1rem!important;
  }

  .pt-sm-4,.py-sm-4 {
    padding-top: 1rem!important;
  }

  .pr-sm-4,.px-sm-4 {
    padding-right: 1rem!important;
  }

  .pb-sm-4,.py-sm-4 {
    padding-bottom: 1rem!important;
  }

  .pl-sm-4,.px-sm-4 {
    padding-left: 1rem!important;
  }

  .p-sm-5 {
    padding: 1.5rem!important;
  }

  .pt-sm-5,.py-sm-5 {
    padding-top: 1.5rem!important;
  }

  .pr-sm-5,.px-sm-5 {
    padding-right: 1.5rem!important;
  }

  .pb-sm-5,.py-sm-5 {
    padding-bottom: 1.5rem!important;
  }

  .pl-sm-5,.px-sm-5 {
    padding-left: 1.5rem!important;
  }

  .p-sm-6 {
    padding: 2rem!important;
  }

  .pt-sm-6,.py-sm-6 {
    padding-top: 2rem!important;
  }

  .pr-sm-6,.px-sm-6 {
    padding-right: 2rem!important;
  }

  .pb-sm-6,.py-sm-6 {
    padding-bottom: 2rem!important;
  }

  .pl-sm-6,.px-sm-6 {
    padding-left: 2rem!important;
  }

  .p-sm-7 {
    padding: 2.5rem!important;
  }

  .pt-sm-7,.py-sm-7 {
    padding-top: 2.5rem!important;
  }

  .pr-sm-7,.px-sm-7 {
    padding-right: 2.5rem!important;
  }

  .pb-sm-7,.py-sm-7 {
    padding-bottom: 2.5rem!important;
  }

  .pl-sm-7,.px-sm-7 {
    padding-left: 2.5rem!important;
  }

  .p-sm-8 {
    padding: 3rem!important;
  }

  .pt-sm-8,.py-sm-8 {
    padding-top: 3rem!important;
  }

  .pr-sm-8,.px-sm-8 {
    padding-right: 3rem!important;
  }

  .pb-sm-8,.py-sm-8 {
    padding-bottom: 3rem!important;
  }

  .pl-sm-8,.px-sm-8 {
    padding-left: 3rem!important;
  }

  .p-sm-9 {
    padding: 4rem!important;
  }

  .pt-sm-9,.py-sm-9 {
    padding-top: 4rem!important;
  }

  .pr-sm-9,.px-sm-9 {
    padding-right: 4rem!important;
  }

  .pb-sm-9,.py-sm-9 {
    padding-bottom: 4rem!important;
  }

  .pl-sm-9,.px-sm-9 {
    padding-left: 4rem!important;
  }

  .p-sm-10 {
    padding: 5rem!important;
  }

  .pt-sm-10,.py-sm-10 {
    padding-top: 5rem!important;
  }

  .pr-sm-10,.px-sm-10 {
    padding-right: 5rem!important;
  }

  .pb-sm-10,.py-sm-10 {
    padding-bottom: 5rem!important;
  }

  .pl-sm-10,.px-sm-10 {
    padding-left: 5rem!important;
  }

  .p-sm-11 {
    padding: 6rem!important;
  }

  .pt-sm-11,.py-sm-11 {
    padding-top: 6rem!important;
  }

  .pr-sm-11,.px-sm-11 {
    padding-right: 6rem!important;
  }

  .pb-sm-11,.py-sm-11 {
    padding-bottom: 6rem!important;
  }

  .pl-sm-11,.px-sm-11 {
    padding-left: 6rem!important;
  }

  .p-sm-12 {
    padding: 8rem!important;
  }

  .pt-sm-12,.py-sm-12 {
    padding-top: 8rem!important;
  }

  .pr-sm-12,.px-sm-12 {
    padding-right: 8rem!important;
  }

  .pb-sm-12,.py-sm-12 {
    padding-bottom: 8rem!important;
  }

  .pl-sm-12,.px-sm-12 {
    padding-left: 8rem!important;
  }

  .p-sm-13 {
    padding: 10rem!important;
  }

  .pt-sm-13,.py-sm-13 {
    padding-top: 10rem!important;
  }

  .pr-sm-13,.px-sm-13 {
    padding-right: 10rem!important;
  }

  .pb-sm-13,.py-sm-13 {
    padding-bottom: 10rem!important;
  }

  .pl-sm-13,.px-sm-13 {
    padding-left: 10rem!important;
  }

  .p-sm-14 {
    padding: 12rem!important;
  }

  .pt-sm-14,.py-sm-14 {
    padding-top: 12rem!important;
  }

  .pr-sm-14,.px-sm-14 {
    padding-right: 12rem!important;
  }

  .pb-sm-14,.py-sm-14 {
    padding-bottom: 12rem!important;
  }

  .pl-sm-14,.px-sm-14 {
    padding-left: 12rem!important;
  }

  .p-sm-15 {
    padding: 16rem!important;
  }

  .pt-sm-15,.py-sm-15 {
    padding-top: 16rem!important;
  }

  .pr-sm-15,.px-sm-15 {
    padding-right: 16rem!important;
  }

  .pb-sm-15,.py-sm-15 {
    padding-bottom: 16rem!important;
  }

  .pl-sm-15,.px-sm-15 {
    padding-left: 16rem!important;
  }

  .p-sm-16 {
    padding: 25rem!important;
  }

  .pt-sm-16,.py-sm-16 {
    padding-top: 25rem!important;
  }

  .pr-sm-16,.px-sm-16 {
    padding-right: 25rem!important;
  }

  .pb-sm-16,.py-sm-16 {
    padding-bottom: 25rem!important;
  }

  .pl-sm-16,.px-sm-16 {
    padding-left: 25rem!important;
  }

  .m-sm-n1 {
    margin: -.25rem!important;
  }

  .mt-sm-n1,.my-sm-n1 {
    margin-top: -.25rem!important;
  }

  .mr-sm-n1,.mx-sm-n1 {
    margin-right: -.25rem!important;
  }

  .mb-sm-n1,.my-sm-n1 {
    margin-bottom: -.25rem!important;
  }

  .ml-sm-n1,.mx-sm-n1 {
    margin-left: -.25rem!important;
  }

  .m-sm-n2 {
    margin: -.5rem!important;
  }

  .mt-sm-n2,.my-sm-n2 {
    margin-top: -.5rem!important;
  }

  .mr-sm-n2,.mx-sm-n2 {
    margin-right: -.5rem!important;
  }

  .mb-sm-n2,.my-sm-n2 {
    margin-bottom: -.5rem!important;
  }

  .ml-sm-n2,.mx-sm-n2 {
    margin-left: -.5rem!important;
  }

  .m-sm-n3 {
    margin: -.75rem!important;
  }

  .mt-sm-n3,.my-sm-n3 {
    margin-top: -.75rem!important;
  }

  .mr-sm-n3,.mx-sm-n3 {
    margin-right: -.75rem!important;
  }

  .mb-sm-n3,.my-sm-n3 {
    margin-bottom: -.75rem!important;
  }

  .ml-sm-n3,.mx-sm-n3 {
    margin-left: -.75rem!important;
  }

  .m-sm-n4 {
    margin: -1rem!important;
  }

  .mt-sm-n4,.my-sm-n4 {
    margin-top: -1rem!important;
  }

  .mr-sm-n4,.mx-sm-n4 {
    margin-right: -1rem!important;
  }

  .mb-sm-n4,.my-sm-n4 {
    margin-bottom: -1rem!important;
  }

  .ml-sm-n4,.mx-sm-n4 {
    margin-left: -1rem!important;
  }

  .m-sm-n5 {
    margin: -1.5rem!important;
  }

  .mt-sm-n5,.my-sm-n5 {
    margin-top: -1.5rem!important;
  }

  .mr-sm-n5,.mx-sm-n5 {
    margin-right: -1.5rem!important;
  }

  .mb-sm-n5,.my-sm-n5 {
    margin-bottom: -1.5rem!important;
  }

  .ml-sm-n5,.mx-sm-n5 {
    margin-left: -1.5rem!important;
  }

  .m-sm-n6 {
    margin: -2rem!important;
  }

  .mt-sm-n6,.my-sm-n6 {
    margin-top: -2rem!important;
  }

  .mr-sm-n6,.mx-sm-n6 {
    margin-right: -2rem!important;
  }

  .mb-sm-n6,.my-sm-n6 {
    margin-bottom: -2rem!important;
  }

  .ml-sm-n6,.mx-sm-n6 {
    margin-left: -2rem!important;
  }

  .m-sm-n7 {
    margin: -2.5rem!important;
  }

  .mt-sm-n7,.my-sm-n7 {
    margin-top: -2.5rem!important;
  }

  .mr-sm-n7,.mx-sm-n7 {
    margin-right: -2.5rem!important;
  }

  .mb-sm-n7,.my-sm-n7 {
    margin-bottom: -2.5rem!important;
  }

  .ml-sm-n7,.mx-sm-n7 {
    margin-left: -2.5rem!important;
  }

  .m-sm-n8 {
    margin: -3rem!important;
  }

  .mt-sm-n8,.my-sm-n8 {
    margin-top: -3rem!important;
  }

  .mr-sm-n8,.mx-sm-n8 {
    margin-right: -3rem!important;
  }

  .mb-sm-n8,.my-sm-n8 {
    margin-bottom: -3rem!important;
  }

  .ml-sm-n8,.mx-sm-n8 {
    margin-left: -3rem!important;
  }

  .m-sm-n9 {
    margin: -4rem!important;
  }

  .mt-sm-n9,.my-sm-n9 {
    margin-top: -4rem!important;
  }

  .mr-sm-n9,.mx-sm-n9 {
    margin-right: -4rem!important;
  }

  .mb-sm-n9,.my-sm-n9 {
    margin-bottom: -4rem!important;
  }

  .ml-sm-n9,.mx-sm-n9 {
    margin-left: -4rem!important;
  }

  .m-sm-n10 {
    margin: -5rem!important;
  }

  .mt-sm-n10,.my-sm-n10 {
    margin-top: -5rem!important;
  }

  .mr-sm-n10,.mx-sm-n10 {
    margin-right: -5rem!important;
  }

  .mb-sm-n10,.my-sm-n10 {
    margin-bottom: -5rem!important;
  }

  .ml-sm-n10,.mx-sm-n10 {
    margin-left: -5rem!important;
  }

  .m-sm-n11 {
    margin: -6rem!important;
  }

  .mt-sm-n11,.my-sm-n11 {
    margin-top: -6rem!important;
  }

  .mr-sm-n11,.mx-sm-n11 {
    margin-right: -6rem!important;
  }

  .mb-sm-n11,.my-sm-n11 {
    margin-bottom: -6rem!important;
  }

  .ml-sm-n11,.mx-sm-n11 {
    margin-left: -6rem!important;
  }

  .m-sm-n12 {
    margin: -8rem!important;
  }

  .mt-sm-n12,.my-sm-n12 {
    margin-top: -8rem!important;
  }

  .mr-sm-n12,.mx-sm-n12 {
    margin-right: -8rem!important;
  }

  .mb-sm-n12,.my-sm-n12 {
    margin-bottom: -8rem!important;
  }

  .ml-sm-n12,.mx-sm-n12 {
    margin-left: -8rem!important;
  }

  .m-sm-n13 {
    margin: -10rem!important;
  }

  .mt-sm-n13,.my-sm-n13 {
    margin-top: -10rem!important;
  }

  .mr-sm-n13,.mx-sm-n13 {
    margin-right: -10rem!important;
  }

  .mb-sm-n13,.my-sm-n13 {
    margin-bottom: -10rem!important;
  }

  .ml-sm-n13,.mx-sm-n13 {
    margin-left: -10rem!important;
  }

  .m-sm-n14 {
    margin: -12rem!important;
  }

  .mt-sm-n14,.my-sm-n14 {
    margin-top: -12rem!important;
  }

  .mr-sm-n14,.mx-sm-n14 {
    margin-right: -12rem!important;
  }

  .mb-sm-n14,.my-sm-n14 {
    margin-bottom: -12rem!important;
  }

  .ml-sm-n14,.mx-sm-n14 {
    margin-left: -12rem!important;
  }

  .m-sm-n15 {
    margin: -16rem!important;
  }

  .mt-sm-n15,.my-sm-n15 {
    margin-top: -16rem!important;
  }

  .mr-sm-n15,.mx-sm-n15 {
    margin-right: -16rem!important;
  }

  .mb-sm-n15,.my-sm-n15 {
    margin-bottom: -16rem!important;
  }

  .ml-sm-n15,.mx-sm-n15 {
    margin-left: -16rem!important;
  }

  .m-sm-n16 {
    margin: -25rem!important;
  }

  .mt-sm-n16,.my-sm-n16 {
    margin-top: -25rem!important;
  }

  .mr-sm-n16,.mx-sm-n16 {
    margin-right: -25rem!important;
  }

  .mb-sm-n16,.my-sm-n16 {
    margin-bottom: -25rem!important;
  }

  .ml-sm-n16,.mx-sm-n16 {
    margin-left: -25rem!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: .75rem!important;
  }

  .mt-md-3,.my-md-3 {
    margin-top: .75rem!important;
  }

  .mr-md-3,.mx-md-3 {
    margin-right: .75rem!important;
  }

  .mb-md-3,.my-md-3 {
    margin-bottom: .75rem!important;
  }

  .ml-md-3,.mx-md-3 {
    margin-left: .75rem!important;
  }

  .m-md-4 {
    margin: 1rem!important;
  }

  .mt-md-4,.my-md-4 {
    margin-top: 1rem!important;
  }

  .mr-md-4,.mx-md-4 {
    margin-right: 1rem!important;
  }

  .mb-md-4,.my-md-4 {
    margin-bottom: 1rem!important;
  }

  .ml-md-4,.mx-md-4 {
    margin-left: 1rem!important;
  }

  .m-md-5 {
    margin: 1.5rem!important;
  }

  .mt-md-5,.my-md-5 {
    margin-top: 1.5rem!important;
  }

  .mr-md-5,.mx-md-5 {
    margin-right: 1.5rem!important;
  }

  .mb-md-5,.my-md-5 {
    margin-bottom: 1.5rem!important;
  }

  .ml-md-5,.mx-md-5 {
    margin-left: 1.5rem!important;
  }

  .m-md-6 {
    margin: 2rem!important;
  }

  .mt-md-6,.my-md-6 {
    margin-top: 2rem!important;
  }

  .mr-md-6,.mx-md-6 {
    margin-right: 2rem!important;
  }

  .mb-md-6,.my-md-6 {
    margin-bottom: 2rem!important;
  }

  .ml-md-6,.mx-md-6 {
    margin-left: 2rem!important;
  }

  .m-md-7 {
    margin: 2.5rem!important;
  }

  .mt-md-7,.my-md-7 {
    margin-top: 2.5rem!important;
  }

  .mr-md-7,.mx-md-7 {
    margin-right: 2.5rem!important;
  }

  .mb-md-7,.my-md-7 {
    margin-bottom: 2.5rem!important;
  }

  .ml-md-7,.mx-md-7 {
    margin-left: 2.5rem!important;
  }

  .m-md-8 {
    margin: 3rem!important;
  }

  .mt-md-8,.my-md-8 {
    margin-top: 3rem!important;
  }

  .mr-md-8,.mx-md-8 {
    margin-right: 3rem!important;
  }

  .mb-md-8,.my-md-8 {
    margin-bottom: 3rem!important;
  }

  .ml-md-8,.mx-md-8 {
    margin-left: 3rem!important;
  }

  .m-md-9 {
    margin: 4rem!important;
  }

  .mt-md-9,.my-md-9 {
    margin-top: 4rem!important;
  }

  .mr-md-9,.mx-md-9 {
    margin-right: 4rem!important;
  }

  .mb-md-9,.my-md-9 {
    margin-bottom: 4rem!important;
  }

  .ml-md-9,.mx-md-9 {
    margin-left: 4rem!important;
  }

  .m-md-10 {
    margin: 5rem!important;
  }

  .mt-md-10,.my-md-10 {
    margin-top: 5rem!important;
  }

  .mr-md-10,.mx-md-10 {
    margin-right: 5rem!important;
  }

  .mb-md-10,.my-md-10 {
    margin-bottom: 5rem!important;
  }

  .ml-md-10,.mx-md-10 {
    margin-left: 5rem!important;
  }

  .m-md-11 {
    margin: 6rem!important;
  }

  .mt-md-11,.my-md-11 {
    margin-top: 6rem!important;
  }

  .mr-md-11,.mx-md-11 {
    margin-right: 6rem!important;
  }

  .mb-md-11,.my-md-11 {
    margin-bottom: 6rem!important;
  }

  .ml-md-11,.mx-md-11 {
    margin-left: 6rem!important;
  }

  .m-md-12 {
    margin: 8rem!important;
  }

  .mt-md-12,.my-md-12 {
    margin-top: 8rem!important;
  }

  .mr-md-12,.mx-md-12 {
    margin-right: 8rem!important;
  }

  .mb-md-12,.my-md-12 {
    margin-bottom: 8rem!important;
  }

  .ml-md-12,.mx-md-12 {
    margin-left: 8rem!important;
  }

  .m-md-13 {
    margin: 10rem!important;
  }

  .mt-md-13,.my-md-13 {
    margin-top: 10rem!important;
  }

  .mr-md-13,.mx-md-13 {
    margin-right: 10rem!important;
  }

  .mb-md-13,.my-md-13 {
    margin-bottom: 10rem!important;
  }

  .ml-md-13,.mx-md-13 {
    margin-left: 10rem!important;
  }

  .m-md-14 {
    margin: 12rem!important;
  }

  .mt-md-14,.my-md-14 {
    margin-top: 12rem!important;
  }

  .mr-md-14,.mx-md-14 {
    margin-right: 12rem!important;
  }

  .mb-md-14,.my-md-14 {
    margin-bottom: 12rem!important;
  }

  .ml-md-14,.mx-md-14 {
    margin-left: 12rem!important;
  }

  .m-md-15 {
    margin: 16rem!important;
  }

  .mt-md-15,.my-md-15 {
    margin-top: 16rem!important;
  }

  .mr-md-15,.mx-md-15 {
    margin-right: 16rem!important;
  }

  .mb-md-15,.my-md-15 {
    margin-bottom: 16rem!important;
  }

  .ml-md-15,.mx-md-15 {
    margin-left: 16rem!important;
  }

  .m-md-16 {
    margin: 25rem!important;
  }

  .mt-md-16,.my-md-16 {
    margin-top: 25rem!important;
  }

  .mr-md-16,.mx-md-16 {
    margin-right: 25rem!important;
  }

  .mb-md-16,.my-md-16 {
    margin-bottom: 25rem!important;
  }

  .ml-md-16,.mx-md-16 {
    margin-left: 25rem!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: .75rem!important;
  }

  .pt-md-3,.py-md-3 {
    padding-top: .75rem!important;
  }

  .pr-md-3,.px-md-3 {
    padding-right: .75rem!important;
  }

  .pb-md-3,.py-md-3 {
    padding-bottom: .75rem!important;
  }

  .pl-md-3,.px-md-3 {
    padding-left: .75rem!important;
  }

  .p-md-4 {
    padding: 1rem!important;
  }

  .pt-md-4,.py-md-4 {
    padding-top: 1rem!important;
  }

  .pr-md-4,.px-md-4 {
    padding-right: 1rem!important;
  }

  .pb-md-4,.py-md-4 {
    padding-bottom: 1rem!important;
  }

  .pl-md-4,.px-md-4 {
    padding-left: 1rem!important;
  }

  .p-md-5 {
    padding: 1.5rem!important;
  }

  .pt-md-5,.py-md-5 {
    padding-top: 1.5rem!important;
  }

  .pr-md-5,.px-md-5 {
    padding-right: 1.5rem!important;
  }

  .pb-md-5,.py-md-5 {
    padding-bottom: 1.5rem!important;
  }

  .pl-md-5,.px-md-5 {
    padding-left: 1.5rem!important;
  }

  .p-md-6 {
    padding: 2rem!important;
  }

  .pt-md-6,.py-md-6 {
    padding-top: 2rem!important;
  }

  .pr-md-6,.px-md-6 {
    padding-right: 2rem!important;
  }

  .pb-md-6,.py-md-6 {
    padding-bottom: 2rem!important;
  }

  .pl-md-6,.px-md-6 {
    padding-left: 2rem!important;
  }

  .p-md-7 {
    padding: 2.5rem!important;
  }

  .pt-md-7,.py-md-7 {
    padding-top: 2.5rem!important;
  }

  .pr-md-7,.px-md-7 {
    padding-right: 2.5rem!important;
  }

  .pb-md-7,.py-md-7 {
    padding-bottom: 2.5rem!important;
  }

  .pl-md-7,.px-md-7 {
    padding-left: 2.5rem!important;
  }

  .p-md-8 {
    padding: 3rem!important;
  }

  .pt-md-8,.py-md-8 {
    padding-top: 3rem!important;
  }

  .pr-md-8,.px-md-8 {
    padding-right: 3rem!important;
  }

  .pb-md-8,.py-md-8 {
    padding-bottom: 3rem!important;
  }

  .pl-md-8,.px-md-8 {
    padding-left: 3rem!important;
  }

  .p-md-9 {
    padding: 4rem!important;
  }

  .pt-md-9,.py-md-9 {
    padding-top: 4rem!important;
  }

  .pr-md-9,.px-md-9 {
    padding-right: 4rem!important;
  }

  .pb-md-9,.py-md-9 {
    padding-bottom: 4rem!important;
  }

  .pl-md-9,.px-md-9 {
    padding-left: 4rem!important;
  }

  .p-md-10 {
    padding: 5rem!important;
  }

  .pt-md-10,.py-md-10 {
    padding-top: 5rem!important;
  }

  .pr-md-10,.px-md-10 {
    padding-right: 5rem!important;
  }

  .pb-md-10,.py-md-10 {
    padding-bottom: 5rem!important;
  }

  .pl-md-10,.px-md-10 {
    padding-left: 5rem!important;
  }

  .p-md-11 {
    padding: 6rem!important;
  }

  .pt-md-11,.py-md-11 {
    padding-top: 6rem!important;
  }

  .pr-md-11,.px-md-11 {
    padding-right: 6rem!important;
  }

  .pb-md-11,.py-md-11 {
    padding-bottom: 6rem!important;
  }

  .pl-md-11,.px-md-11 {
    padding-left: 6rem!important;
  }

  .p-md-12 {
    padding: 8rem!important;
  }

  .pt-md-12,.py-md-12 {
    padding-top: 8rem!important;
  }

  .pr-md-12,.px-md-12 {
    padding-right: 8rem!important;
  }

  .pb-md-12,.py-md-12 {
    padding-bottom: 8rem!important;
  }

  .pl-md-12,.px-md-12 {
    padding-left: 8rem!important;
  }

  .p-md-13 {
    padding: 10rem!important;
  }

  .pt-md-13,.py-md-13 {
    padding-top: 10rem!important;
  }

  .pr-md-13,.px-md-13 {
    padding-right: 10rem!important;
  }

  .pb-md-13,.py-md-13 {
    padding-bottom: 10rem!important;
  }

  .pl-md-13,.px-md-13 {
    padding-left: 10rem!important;
  }

  .p-md-14 {
    padding: 12rem!important;
  }

  .pt-md-14,.py-md-14 {
    padding-top: 12rem!important;
  }

  .pr-md-14,.px-md-14 {
    padding-right: 12rem!important;
  }

  .pb-md-14,.py-md-14 {
    padding-bottom: 12rem!important;
  }

  .pl-md-14,.px-md-14 {
    padding-left: 12rem!important;
  }

  .p-md-15 {
    padding: 16rem!important;
  }

  .pt-md-15,.py-md-15 {
    padding-top: 16rem!important;
  }

  .pr-md-15,.px-md-15 {
    padding-right: 16rem!important;
  }

  .pb-md-15,.py-md-15 {
    padding-bottom: 16rem!important;
  }

  .pl-md-15,.px-md-15 {
    padding-left: 16rem!important;
  }

  .p-md-16 {
    padding: 25rem!important;
  }

  .pt-md-16,.py-md-16 {
    padding-top: 25rem!important;
  }

  .pr-md-16,.px-md-16 {
    padding-right: 25rem!important;
  }

  .pb-md-16,.py-md-16 {
    padding-bottom: 25rem!important;
  }

  .pl-md-16,.px-md-16 {
    padding-left: 25rem!important;
  }

  .m-md-n1 {
    margin: -.25rem!important;
  }

  .mt-md-n1,.my-md-n1 {
    margin-top: -.25rem!important;
  }

  .mr-md-n1,.mx-md-n1 {
    margin-right: -.25rem!important;
  }

  .mb-md-n1,.my-md-n1 {
    margin-bottom: -.25rem!important;
  }

  .ml-md-n1,.mx-md-n1 {
    margin-left: -.25rem!important;
  }

  .m-md-n2 {
    margin: -.5rem!important;
  }

  .mt-md-n2,.my-md-n2 {
    margin-top: -.5rem!important;
  }

  .mr-md-n2,.mx-md-n2 {
    margin-right: -.5rem!important;
  }

  .mb-md-n2,.my-md-n2 {
    margin-bottom: -.5rem!important;
  }

  .ml-md-n2,.mx-md-n2 {
    margin-left: -.5rem!important;
  }

  .m-md-n3 {
    margin: -.75rem!important;
  }

  .mt-md-n3,.my-md-n3 {
    margin-top: -.75rem!important;
  }

  .mr-md-n3,.mx-md-n3 {
    margin-right: -.75rem!important;
  }

  .mb-md-n3,.my-md-n3 {
    margin-bottom: -.75rem!important;
  }

  .ml-md-n3,.mx-md-n3 {
    margin-left: -.75rem!important;
  }

  .m-md-n4 {
    margin: -1rem!important;
  }

  .mt-md-n4,.my-md-n4 {
    margin-top: -1rem!important;
  }

  .mr-md-n4,.mx-md-n4 {
    margin-right: -1rem!important;
  }

  .mb-md-n4,.my-md-n4 {
    margin-bottom: -1rem!important;
  }

  .ml-md-n4,.mx-md-n4 {
    margin-left: -1rem!important;
  }

  .m-md-n5 {
    margin: -1.5rem!important;
  }

  .mt-md-n5,.my-md-n5 {
    margin-top: -1.5rem!important;
  }

  .mr-md-n5,.mx-md-n5 {
    margin-right: -1.5rem!important;
  }

  .mb-md-n5,.my-md-n5 {
    margin-bottom: -1.5rem!important;
  }

  .ml-md-n5,.mx-md-n5 {
    margin-left: -1.5rem!important;
  }

  .m-md-n6 {
    margin: -2rem!important;
  }

  .mt-md-n6,.my-md-n6 {
    margin-top: -2rem!important;
  }

  .mr-md-n6,.mx-md-n6 {
    margin-right: -2rem!important;
  }

  .mb-md-n6,.my-md-n6 {
    margin-bottom: -2rem!important;
  }

  .ml-md-n6,.mx-md-n6 {
    margin-left: -2rem!important;
  }

  .m-md-n7 {
    margin: -2.5rem!important;
  }

  .mt-md-n7,.my-md-n7 {
    margin-top: -2.5rem!important;
  }

  .mr-md-n7,.mx-md-n7 {
    margin-right: -2.5rem!important;
  }

  .mb-md-n7,.my-md-n7 {
    margin-bottom: -2.5rem!important;
  }

  .ml-md-n7,.mx-md-n7 {
    margin-left: -2.5rem!important;
  }

  .m-md-n8 {
    margin: -3rem!important;
  }

  .mt-md-n8,.my-md-n8 {
    margin-top: -3rem!important;
  }

  .mr-md-n8,.mx-md-n8 {
    margin-right: -3rem!important;
  }

  .mb-md-n8,.my-md-n8 {
    margin-bottom: -3rem!important;
  }

  .ml-md-n8,.mx-md-n8 {
    margin-left: -3rem!important;
  }

  .m-md-n9 {
    margin: -4rem!important;
  }

  .mt-md-n9,.my-md-n9 {
    margin-top: -4rem!important;
  }

  .mr-md-n9,.mx-md-n9 {
    margin-right: -4rem!important;
  }

  .mb-md-n9,.my-md-n9 {
    margin-bottom: -4rem!important;
  }

  .ml-md-n9,.mx-md-n9 {
    margin-left: -4rem!important;
  }

  .m-md-n10 {
    margin: -5rem!important;
  }

  .mt-md-n10,.my-md-n10 {
    margin-top: -5rem!important;
  }

  .mr-md-n10,.mx-md-n10 {
    margin-right: -5rem!important;
  }

  .mb-md-n10,.my-md-n10 {
    margin-bottom: -5rem!important;
  }

  .ml-md-n10,.mx-md-n10 {
    margin-left: -5rem!important;
  }

  .m-md-n11 {
    margin: -6rem!important;
  }

  .mt-md-n11,.my-md-n11 {
    margin-top: -6rem!important;
  }

  .mr-md-n11,.mx-md-n11 {
    margin-right: -6rem!important;
  }

  .mb-md-n11,.my-md-n11 {
    margin-bottom: -6rem!important;
  }

  .ml-md-n11,.mx-md-n11 {
    margin-left: -6rem!important;
  }

  .m-md-n12 {
    margin: -8rem!important;
  }

  .mt-md-n12,.my-md-n12 {
    margin-top: -8rem!important;
  }

  .mr-md-n12,.mx-md-n12 {
    margin-right: -8rem!important;
  }

  .mb-md-n12,.my-md-n12 {
    margin-bottom: -8rem!important;
  }

  .ml-md-n12,.mx-md-n12 {
    margin-left: -8rem!important;
  }

  .m-md-n13 {
    margin: -10rem!important;
  }

  .mt-md-n13,.my-md-n13 {
    margin-top: -10rem!important;
  }

  .mr-md-n13,.mx-md-n13 {
    margin-right: -10rem!important;
  }

  .mb-md-n13,.my-md-n13 {
    margin-bottom: -10rem!important;
  }

  .ml-md-n13,.mx-md-n13 {
    margin-left: -10rem!important;
  }

  .m-md-n14 {
    margin: -12rem!important;
  }

  .mt-md-n14,.my-md-n14 {
    margin-top: -12rem!important;
  }

  .mr-md-n14,.mx-md-n14 {
    margin-right: -12rem!important;
  }

  .mb-md-n14,.my-md-n14 {
    margin-bottom: -12rem!important;
  }

  .ml-md-n14,.mx-md-n14 {
    margin-left: -12rem!important;
  }

  .m-md-n15 {
    margin: -16rem!important;
  }

  .mt-md-n15,.my-md-n15 {
    margin-top: -16rem!important;
  }

  .mr-md-n15,.mx-md-n15 {
    margin-right: -16rem!important;
  }

  .mb-md-n15,.my-md-n15 {
    margin-bottom: -16rem!important;
  }

  .ml-md-n15,.mx-md-n15 {
    margin-left: -16rem!important;
  }

  .m-md-n16 {
    margin: -25rem!important;
  }

  .mt-md-n16,.my-md-n16 {
    margin-top: -25rem!important;
  }

  .mr-md-n16,.mx-md-n16 {
    margin-right: -25rem!important;
  }

  .mb-md-n16,.my-md-n16 {
    margin-bottom: -25rem!important;
  }

  .ml-md-n16,.mx-md-n16 {
    margin-left: -25rem!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: .75rem!important;
  }

  .mt-lg-3,.my-lg-3 {
    margin-top: .75rem!important;
  }

  .mr-lg-3,.mx-lg-3 {
    margin-right: .75rem!important;
  }

  .mb-lg-3,.my-lg-3 {
    margin-bottom: .75rem!important;
  }

  .ml-lg-3,.mx-lg-3 {
    margin-left: .75rem!important;
  }

  .m-lg-4 {
    margin: 1rem!important;
  }

  .mt-lg-4,.my-lg-4 {
    margin-top: 1rem!important;
  }

  .mr-lg-4,.mx-lg-4 {
    margin-right: 1rem!important;
  }

  .mb-lg-4,.my-lg-4 {
    margin-bottom: 1rem!important;
  }

  .ml-lg-4,.mx-lg-4 {
    margin-left: 1rem!important;
  }

  .m-lg-5 {
    margin: 1.5rem!important;
  }

  .mt-lg-5,.my-lg-5 {
    margin-top: 1.5rem!important;
  }

  .mr-lg-5,.mx-lg-5 {
    margin-right: 1.5rem!important;
  }

  .mb-lg-5,.my-lg-5 {
    margin-bottom: 1.5rem!important;
  }

  .ml-lg-5,.mx-lg-5 {
    margin-left: 1.5rem!important;
  }

  .m-lg-6 {
    margin: 2rem!important;
  }

  .mt-lg-6,.my-lg-6 {
    margin-top: 2rem!important;
  }

  .mr-lg-6,.mx-lg-6 {
    margin-right: 2rem!important;
  }

  .mb-lg-6,.my-lg-6 {
    margin-bottom: 2rem!important;
  }

  .ml-lg-6,.mx-lg-6 {
    margin-left: 2rem!important;
  }

  .m-lg-7 {
    margin: 2.5rem!important;
  }

  .mt-lg-7,.my-lg-7 {
    margin-top: 2.5rem!important;
  }

  .mr-lg-7,.mx-lg-7 {
    margin-right: 2.5rem!important;
  }

  .mb-lg-7,.my-lg-7 {
    margin-bottom: 2.5rem!important;
  }

  .ml-lg-7,.mx-lg-7 {
    margin-left: 2.5rem!important;
  }

  .m-lg-8 {
    margin: 3rem!important;
  }

  .mt-lg-8,.my-lg-8 {
    margin-top: 3rem!important;
  }

  .mr-lg-8,.mx-lg-8 {
    margin-right: 3rem!important;
  }

  .mb-lg-8,.my-lg-8 {
    margin-bottom: 3rem!important;
  }

  .ml-lg-8,.mx-lg-8 {
    margin-left: 3rem!important;
  }

  .m-lg-9 {
    margin: 4rem!important;
  }

  .mt-lg-9,.my-lg-9 {
    margin-top: 4rem!important;
  }

  .mr-lg-9,.mx-lg-9 {
    margin-right: 4rem!important;
  }

  .mb-lg-9,.my-lg-9 {
    margin-bottom: 4rem!important;
  }

  .ml-lg-9,.mx-lg-9 {
    margin-left: 4rem!important;
  }

  .m-lg-10 {
    margin: 5rem!important;
  }

  .mt-lg-10,.my-lg-10 {
    margin-top: 5rem!important;
  }

  .mr-lg-10,.mx-lg-10 {
    margin-right: 5rem!important;
  }

  .mb-lg-10,.my-lg-10 {
    margin-bottom: 5rem!important;
  }

  .ml-lg-10,.mx-lg-10 {
    margin-left: 5rem!important;
  }

  .m-lg-11 {
    margin: 6rem!important;
  }

  .mt-lg-11,.my-lg-11 {
    margin-top: 6rem!important;
  }

  .mr-lg-11,.mx-lg-11 {
    margin-right: 6rem!important;
  }

  .mb-lg-11,.my-lg-11 {
    margin-bottom: 6rem!important;
  }

  .ml-lg-11,.mx-lg-11 {
    margin-left: 6rem!important;
  }

  .m-lg-12 {
    margin: 8rem!important;
  }

  .mt-lg-12,.my-lg-12 {
    margin-top: 8rem!important;
  }

  .mr-lg-12,.mx-lg-12 {
    margin-right: 8rem!important;
  }

  .mb-lg-12,.my-lg-12 {
    margin-bottom: 8rem!important;
  }

  .ml-lg-12,.mx-lg-12 {
    margin-left: 8rem!important;
  }

  .m-lg-13 {
    margin: 10rem!important;
  }

  .mt-lg-13,.my-lg-13 {
    margin-top: 10rem!important;
  }

  .mr-lg-13,.mx-lg-13 {
    margin-right: 10rem!important;
  }

  .mb-lg-13,.my-lg-13 {
    margin-bottom: 10rem!important;
  }

  .ml-lg-13,.mx-lg-13 {
    margin-left: 10rem!important;
  }

  .m-lg-14 {
    margin: 12rem!important;
  }

  .mt-lg-14,.my-lg-14 {
    margin-top: 12rem!important;
  }

  .mr-lg-14,.mx-lg-14 {
    margin-right: 12rem!important;
  }

  .mb-lg-14,.my-lg-14 {
    margin-bottom: 12rem!important;
  }

  .ml-lg-14,.mx-lg-14 {
    margin-left: 12rem!important;
  }

  .m-lg-15 {
    margin: 16rem!important;
  }

  .mt-lg-15,.my-lg-15 {
    margin-top: 16rem!important;
  }

  .mr-lg-15,.mx-lg-15 {
    margin-right: 16rem!important;
  }

  .mb-lg-15,.my-lg-15 {
    margin-bottom: 16rem!important;
  }

  .ml-lg-15,.mx-lg-15 {
    margin-left: 16rem!important;
  }

  .m-lg-16 {
    margin: 25rem!important;
  }

  .mt-lg-16,.my-lg-16 {
    margin-top: 25rem!important;
  }

  .mr-lg-16,.mx-lg-16 {
    margin-right: 25rem!important;
  }

  .mb-lg-16,.my-lg-16 {
    margin-bottom: 25rem!important;
  }

  .ml-lg-16,.mx-lg-16 {
    margin-left: 25rem!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: .75rem!important;
  }

  .pt-lg-3,.py-lg-3 {
    padding-top: .75rem!important;
  }

  .pr-lg-3,.px-lg-3 {
    padding-right: .75rem!important;
  }

  .pb-lg-3,.py-lg-3 {
    padding-bottom: .75rem!important;
  }

  .pl-lg-3,.px-lg-3 {
    padding-left: .75rem!important;
  }

  .p-lg-4 {
    padding: 1rem!important;
  }

  .pt-lg-4,.py-lg-4 {
    padding-top: 1rem!important;
  }

  .pr-lg-4,.px-lg-4 {
    padding-right: 1rem!important;
  }

  .pb-lg-4,.py-lg-4 {
    padding-bottom: 1rem!important;
  }

  .pl-lg-4,.px-lg-4 {
    padding-left: 1rem!important;
  }

  .p-lg-5 {
    padding: 1.5rem!important;
  }

  .pt-lg-5,.py-lg-5 {
    padding-top: 1.5rem!important;
  }

  .pr-lg-5,.px-lg-5 {
    padding-right: 1.5rem!important;
  }

  .pb-lg-5,.py-lg-5 {
    padding-bottom: 1.5rem!important;
  }

  .pl-lg-5,.px-lg-5 {
    padding-left: 1.5rem!important;
  }

  .p-lg-6 {
    padding: 2rem!important;
  }

  .pt-lg-6,.py-lg-6 {
    padding-top: 2rem!important;
  }

  .pr-lg-6,.px-lg-6 {
    padding-right: 2rem!important;
  }

  .pb-lg-6,.py-lg-6 {
    padding-bottom: 2rem!important;
  }

  .pl-lg-6,.px-lg-6 {
    padding-left: 2rem!important;
  }

  .p-lg-7 {
    padding: 2.5rem!important;
  }

  .pt-lg-7,.py-lg-7 {
    padding-top: 2.5rem!important;
  }

  .pr-lg-7,.px-lg-7 {
    padding-right: 2.5rem!important;
  }

  .pb-lg-7,.py-lg-7 {
    padding-bottom: 2.5rem!important;
  }

  .pl-lg-7,.px-lg-7 {
    padding-left: 2.5rem!important;
  }

  .p-lg-8 {
    padding: 3rem!important;
  }

  .pt-lg-8,.py-lg-8 {
    padding-top: 3rem!important;
  }

  .pr-lg-8,.px-lg-8 {
    padding-right: 3rem!important;
  }

  .pb-lg-8,.py-lg-8 {
    padding-bottom: 3rem!important;
  }

  .pl-lg-8,.px-lg-8 {
    padding-left: 3rem!important;
  }

  .p-lg-9 {
    padding: 4rem!important;
  }

  .pt-lg-9,.py-lg-9 {
    padding-top: 4rem!important;
  }

  .pr-lg-9,.px-lg-9 {
    padding-right: 4rem!important;
  }

  .pb-lg-9,.py-lg-9 {
    padding-bottom: 4rem!important;
  }

  .pl-lg-9,.px-lg-9 {
    padding-left: 4rem!important;
  }

  .p-lg-10 {
    padding: 5rem!important;
  }

  .pt-lg-10,.py-lg-10 {
    padding-top: 5rem!important;
  }

  .pr-lg-10,.px-lg-10 {
    padding-right: 5rem!important;
  }

  .pb-lg-10,.py-lg-10 {
    padding-bottom: 5rem!important;
  }

  .pl-lg-10,.px-lg-10 {
    padding-left: 5rem!important;
  }

  .p-lg-11 {
    padding: 6rem!important;
  }

  .pt-lg-11,.py-lg-11 {
    padding-top: 6rem!important;
  }

  .pr-lg-11,.px-lg-11 {
    padding-right: 6rem!important;
  }

  .pb-lg-11,.py-lg-11 {
    padding-bottom: 6rem!important;
  }

  .pl-lg-11,.px-lg-11 {
    padding-left: 6rem!important;
  }

  .p-lg-12 {
    padding: 8rem!important;
  }

  .pt-lg-12,.py-lg-12 {
    padding-top: 8rem!important;
  }

  .pr-lg-12,.px-lg-12 {
    padding-right: 8rem!important;
  }

  .pb-lg-12,.py-lg-12 {
    padding-bottom: 8rem!important;
  }

  .pl-lg-12,.px-lg-12 {
    padding-left: 8rem!important;
  }

  .p-lg-13 {
    padding: 10rem!important;
  }

  .pt-lg-13,.py-lg-13 {
    padding-top: 10rem!important;
  }

  .pr-lg-13,.px-lg-13 {
    padding-right: 10rem!important;
  }

  .pb-lg-13,.py-lg-13 {
    padding-bottom: 10rem!important;
  }

  .pl-lg-13,.px-lg-13 {
    padding-left: 10rem!important;
  }

  .p-lg-14 {
    padding: 12rem!important;
  }

  .pt-lg-14,.py-lg-14 {
    padding-top: 12rem!important;
  }

  .pr-lg-14,.px-lg-14 {
    padding-right: 12rem!important;
  }

  .pb-lg-14,.py-lg-14 {
    padding-bottom: 12rem!important;
  }

  .pl-lg-14,.px-lg-14 {
    padding-left: 12rem!important;
  }

  .p-lg-15 {
    padding: 16rem!important;
  }

  .pt-lg-15,.py-lg-15 {
    padding-top: 16rem!important;
  }

  .pr-lg-15,.px-lg-15 {
    padding-right: 16rem!important;
  }

  .pb-lg-15,.py-lg-15 {
    padding-bottom: 16rem!important;
  }

  .pl-lg-15,.px-lg-15 {
    padding-left: 16rem!important;
  }

  .p-lg-16 {
    padding: 25rem!important;
  }

  .pt-lg-16,.py-lg-16 {
    padding-top: 25rem!important;
  }

  .pr-lg-16,.px-lg-16 {
    padding-right: 25rem!important;
  }

  .pb-lg-16,.py-lg-16 {
    padding-bottom: 25rem!important;
  }

  .pl-lg-16,.px-lg-16 {
    padding-left: 25rem!important;
  }

  .m-lg-n1 {
    margin: -.25rem!important;
  }

  .mt-lg-n1,.my-lg-n1 {
    margin-top: -.25rem!important;
  }

  .mr-lg-n1,.mx-lg-n1 {
    margin-right: -.25rem!important;
  }

  .mb-lg-n1,.my-lg-n1 {
    margin-bottom: -.25rem!important;
  }

  .ml-lg-n1,.mx-lg-n1 {
    margin-left: -.25rem!important;
  }

  .m-lg-n2 {
    margin: -.5rem!important;
  }

  .mt-lg-n2,.my-lg-n2 {
    margin-top: -.5rem!important;
  }

  .mr-lg-n2,.mx-lg-n2 {
    margin-right: -.5rem!important;
  }

  .mb-lg-n2,.my-lg-n2 {
    margin-bottom: -.5rem!important;
  }

  .ml-lg-n2,.mx-lg-n2 {
    margin-left: -.5rem!important;
  }

  .m-lg-n3 {
    margin: -.75rem!important;
  }

  .mt-lg-n3,.my-lg-n3 {
    margin-top: -.75rem!important;
  }

  .mr-lg-n3,.mx-lg-n3 {
    margin-right: -.75rem!important;
  }

  .mb-lg-n3,.my-lg-n3 {
    margin-bottom: -.75rem!important;
  }

  .ml-lg-n3,.mx-lg-n3 {
    margin-left: -.75rem!important;
  }

  .m-lg-n4 {
    margin: -1rem!important;
  }

  .mt-lg-n4,.my-lg-n4 {
    margin-top: -1rem!important;
  }

  .mr-lg-n4,.mx-lg-n4 {
    margin-right: -1rem!important;
  }

  .mb-lg-n4,.my-lg-n4 {
    margin-bottom: -1rem!important;
  }

  .ml-lg-n4,.mx-lg-n4 {
    margin-left: -1rem!important;
  }

  .m-lg-n5 {
    margin: -1.5rem!important;
  }

  .mt-lg-n5,.my-lg-n5 {
    margin-top: -1.5rem!important;
  }

  .mr-lg-n5,.mx-lg-n5 {
    margin-right: -1.5rem!important;
  }

  .mb-lg-n5,.my-lg-n5 {
    margin-bottom: -1.5rem!important;
  }

  .ml-lg-n5,.mx-lg-n5 {
    margin-left: -1.5rem!important;
  }

  .m-lg-n6 {
    margin: -2rem!important;
  }

  .mt-lg-n6,.my-lg-n6 {
    margin-top: -2rem!important;
  }

  .mr-lg-n6,.mx-lg-n6 {
    margin-right: -2rem!important;
  }

  .mb-lg-n6,.my-lg-n6 {
    margin-bottom: -2rem!important;
  }

  .ml-lg-n6,.mx-lg-n6 {
    margin-left: -2rem!important;
  }

  .m-lg-n7 {
    margin: -2.5rem!important;
  }

  .mt-lg-n7,.my-lg-n7 {
    margin-top: -2.5rem!important;
  }

  .mr-lg-n7,.mx-lg-n7 {
    margin-right: -2.5rem!important;
  }

  .mb-lg-n7,.my-lg-n7 {
    margin-bottom: -2.5rem!important;
  }

  .ml-lg-n7,.mx-lg-n7 {
    margin-left: -2.5rem!important;
  }

  .m-lg-n8 {
    margin: -3rem!important;
  }

  .mt-lg-n8,.my-lg-n8 {
    margin-top: -3rem!important;
  }

  .mr-lg-n8,.mx-lg-n8 {
    margin-right: -3rem!important;
  }

  .mb-lg-n8,.my-lg-n8 {
    margin-bottom: -3rem!important;
  }

  .ml-lg-n8,.mx-lg-n8 {
    margin-left: -3rem!important;
  }

  .m-lg-n9 {
    margin: -4rem!important;
  }

  .mt-lg-n9,.my-lg-n9 {
    margin-top: -4rem!important;
  }

  .mr-lg-n9,.mx-lg-n9 {
    margin-right: -4rem!important;
  }

  .mb-lg-n9,.my-lg-n9 {
    margin-bottom: -4rem!important;
  }

  .ml-lg-n9,.mx-lg-n9 {
    margin-left: -4rem!important;
  }

  .m-lg-n10 {
    margin: -5rem!important;
  }

  .mt-lg-n10,.my-lg-n10 {
    margin-top: -5rem!important;
  }

  .mr-lg-n10,.mx-lg-n10 {
    margin-right: -5rem!important;
  }

  .mb-lg-n10,.my-lg-n10 {
    margin-bottom: -5rem!important;
  }

  .ml-lg-n10,.mx-lg-n10 {
    margin-left: -5rem!important;
  }

  .m-lg-n11 {
    margin: -6rem!important;
  }

  .mt-lg-n11,.my-lg-n11 {
    margin-top: -6rem!important;
  }

  .mr-lg-n11,.mx-lg-n11 {
    margin-right: -6rem!important;
  }

  .mb-lg-n11,.my-lg-n11 {
    margin-bottom: -6rem!important;
  }

  .ml-lg-n11,.mx-lg-n11 {
    margin-left: -6rem!important;
  }

  .m-lg-n12 {
    margin: -8rem!important;
  }

  .mt-lg-n12,.my-lg-n12 {
    margin-top: -8rem!important;
  }

  .mr-lg-n12,.mx-lg-n12 {
    margin-right: -8rem!important;
  }

  .mb-lg-n12,.my-lg-n12 {
    margin-bottom: -8rem!important;
  }

  .ml-lg-n12,.mx-lg-n12 {
    margin-left: -8rem!important;
  }

  .m-lg-n13 {
    margin: -10rem!important;
  }

  .mt-lg-n13,.my-lg-n13 {
    margin-top: -10rem!important;
  }

  .mr-lg-n13,.mx-lg-n13 {
    margin-right: -10rem!important;
  }

  .mb-lg-n13,.my-lg-n13 {
    margin-bottom: -10rem!important;
  }

  .ml-lg-n13,.mx-lg-n13 {
    margin-left: -10rem!important;
  }

  .m-lg-n14 {
    margin: -12rem!important;
  }

  .mt-lg-n14,.my-lg-n14 {
    margin-top: -12rem!important;
  }

  .mr-lg-n14,.mx-lg-n14 {
    margin-right: -12rem!important;
  }

  .mb-lg-n14,.my-lg-n14 {
    margin-bottom: -12rem!important;
  }

  .ml-lg-n14,.mx-lg-n14 {
    margin-left: -12rem!important;
  }

  .m-lg-n15 {
    margin: -16rem!important;
  }

  .mt-lg-n15,.my-lg-n15 {
    margin-top: -16rem!important;
  }

  .mr-lg-n15,.mx-lg-n15 {
    margin-right: -16rem!important;
  }

  .mb-lg-n15,.my-lg-n15 {
    margin-bottom: -16rem!important;
  }

  .ml-lg-n15,.mx-lg-n15 {
    margin-left: -16rem!important;
  }

  .m-lg-n16 {
    margin: -25rem!important;
  }

  .mt-lg-n16,.my-lg-n16 {
    margin-top: -25rem!important;
  }

  .mr-lg-n16,.mx-lg-n16 {
    margin-right: -25rem!important;
  }

  .mb-lg-n16,.my-lg-n16 {
    margin-bottom: -25rem!important;
  }

  .ml-lg-n16,.mx-lg-n16 {
    margin-left: -25rem!important;
  }

  .m-lg-auto {
    margin: auto!important;
  }

  .mt-lg-auto,.my-lg-auto {
    margin-top: auto!important;
  }

  .mr-lg-auto,.mx-lg-auto {
    margin-right: auto!important;
  }

  .mb-lg-auto,.my-lg-auto {
    margin-bottom: auto!important;
  }

  .ml-lg-auto,.mx-lg-auto {
    margin-left: auto!important;
  }
}

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0!important;
  }

  .mt-xl-0,.my-xl-0 {
    margin-top: 0!important;
  }

  .mr-xl-0,.mx-xl-0 {
    margin-right: 0!important;
  }

  .mb-xl-0,.my-xl-0 {
    margin-bottom: 0!important;
  }

  .ml-xl-0,.mx-xl-0 {
    margin-left: 0!important;
  }

  .m-xl-1 {
    margin: .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: .75rem!important;
  }

  .mt-xl-3,.my-xl-3 {
    margin-top: .75rem!important;
  }

  .mr-xl-3,.mx-xl-3 {
    margin-right: .75rem!important;
  }

  .mb-xl-3,.my-xl-3 {
    margin-bottom: .75rem!important;
  }

  .ml-xl-3,.mx-xl-3 {
    margin-left: .75rem!important;
  }

  .m-xl-4 {
    margin: 1rem!important;
  }

  .mt-xl-4,.my-xl-4 {
    margin-top: 1rem!important;
  }

  .mr-xl-4,.mx-xl-4 {
    margin-right: 1rem!important;
  }

  .mb-xl-4,.my-xl-4 {
    margin-bottom: 1rem!important;
  }

  .ml-xl-4,.mx-xl-4 {
    margin-left: 1rem!important;
  }

  .m-xl-5 {
    margin: 1.5rem!important;
  }

  .mt-xl-5,.my-xl-5 {
    margin-top: 1.5rem!important;
  }

  .mr-xl-5,.mx-xl-5 {
    margin-right: 1.5rem!important;
  }

  .mb-xl-5,.my-xl-5 {
    margin-bottom: 1.5rem!important;
  }

  .ml-xl-5,.mx-xl-5 {
    margin-left: 1.5rem!important;
  }

  .m-xl-6 {
    margin: 2rem!important;
  }

  .mt-xl-6,.my-xl-6 {
    margin-top: 2rem!important;
  }

  .mr-xl-6,.mx-xl-6 {
    margin-right: 2rem!important;
  }

  .mb-xl-6,.my-xl-6 {
    margin-bottom: 2rem!important;
  }

  .ml-xl-6,.mx-xl-6 {
    margin-left: 2rem!important;
  }

  .m-xl-7 {
    margin: 2.5rem!important;
  }

  .mt-xl-7,.my-xl-7 {
    margin-top: 2.5rem!important;
  }

  .mr-xl-7,.mx-xl-7 {
    margin-right: 2.5rem!important;
  }

  .mb-xl-7,.my-xl-7 {
    margin-bottom: 2.5rem!important;
  }

  .ml-xl-7,.mx-xl-7 {
    margin-left: 2.5rem!important;
  }

  .m-xl-8 {
    margin: 3rem!important;
  }

  .mt-xl-8,.my-xl-8 {
    margin-top: 3rem!important;
  }

  .mr-xl-8,.mx-xl-8 {
    margin-right: 3rem!important;
  }

  .mb-xl-8,.my-xl-8 {
    margin-bottom: 3rem!important;
  }

  .ml-xl-8,.mx-xl-8 {
    margin-left: 3rem!important;
  }

  .m-xl-9 {
    margin: 4rem!important;
  }

  .mt-xl-9,.my-xl-9 {
    margin-top: 4rem!important;
  }

  .mr-xl-9,.mx-xl-9 {
    margin-right: 4rem!important;
  }

  .mb-xl-9,.my-xl-9 {
    margin-bottom: 4rem!important;
  }

  .ml-xl-9,.mx-xl-9 {
    margin-left: 4rem!important;
  }

  .m-xl-10 {
    margin: 5rem!important;
  }

  .mt-xl-10,.my-xl-10 {
    margin-top: 5rem!important;
  }

  .mr-xl-10,.mx-xl-10 {
    margin-right: 5rem!important;
  }

  .mb-xl-10,.my-xl-10 {
    margin-bottom: 5rem!important;
  }

  .ml-xl-10,.mx-xl-10 {
    margin-left: 5rem!important;
  }

  .m-xl-11 {
    margin: 6rem!important;
  }

  .mt-xl-11,.my-xl-11 {
    margin-top: 6rem!important;
  }

  .mr-xl-11,.mx-xl-11 {
    margin-right: 6rem!important;
  }

  .mb-xl-11,.my-xl-11 {
    margin-bottom: 6rem!important;
  }

  .ml-xl-11,.mx-xl-11 {
    margin-left: 6rem!important;
  }

  .m-xl-12 {
    margin: 8rem!important;
  }

  .mt-xl-12,.my-xl-12 {
    margin-top: 8rem!important;
  }

  .mr-xl-12,.mx-xl-12 {
    margin-right: 8rem!important;
  }

  .mb-xl-12,.my-xl-12 {
    margin-bottom: 8rem!important;
  }

  .ml-xl-12,.mx-xl-12 {
    margin-left: 8rem!important;
  }

  .m-xl-13 {
    margin: 10rem!important;
  }

  .mt-xl-13,.my-xl-13 {
    margin-top: 10rem!important;
  }

  .mr-xl-13,.mx-xl-13 {
    margin-right: 10rem!important;
  }

  .mb-xl-13,.my-xl-13 {
    margin-bottom: 10rem!important;
  }

  .ml-xl-13,.mx-xl-13 {
    margin-left: 10rem!important;
  }

  .m-xl-14 {
    margin: 12rem!important;
  }

  .mt-xl-14,.my-xl-14 {
    margin-top: 12rem!important;
  }

  .mr-xl-14,.mx-xl-14 {
    margin-right: 12rem!important;
  }

  .mb-xl-14,.my-xl-14 {
    margin-bottom: 12rem!important;
  }

  .ml-xl-14,.mx-xl-14 {
    margin-left: 12rem!important;
  }

  .m-xl-15 {
    margin: 16rem!important;
  }

  .mt-xl-15,.my-xl-15 {
    margin-top: 16rem!important;
  }

  .mr-xl-15,.mx-xl-15 {
    margin-right: 16rem!important;
  }

  .mb-xl-15,.my-xl-15 {
    margin-bottom: 16rem!important;
  }

  .ml-xl-15,.mx-xl-15 {
    margin-left: 16rem!important;
  }

  .m-xl-16 {
    margin: 25rem!important;
  }

  .mt-xl-16,.my-xl-16 {
    margin-top: 25rem!important;
  }

  .mr-xl-16,.mx-xl-16 {
    margin-right: 25rem!important;
  }

  .mb-xl-16,.my-xl-16 {
    margin-bottom: 25rem!important;
  }

  .ml-xl-16,.mx-xl-16 {
    margin-left: 25rem!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: .75rem!important;
  }

  .pt-xl-3,.py-xl-3 {
    padding-top: .75rem!important;
  }

  .pr-xl-3,.px-xl-3 {
    padding-right: .75rem!important;
  }

  .pb-xl-3,.py-xl-3 {
    padding-bottom: .75rem!important;
  }

  .pl-xl-3,.px-xl-3 {
    padding-left: .75rem!important;
  }

  .p-xl-4 {
    padding: 1rem!important;
  }

  .pt-xl-4,.py-xl-4 {
    padding-top: 1rem!important;
  }

  .pr-xl-4,.px-xl-4 {
    padding-right: 1rem!important;
  }

  .pb-xl-4,.py-xl-4 {
    padding-bottom: 1rem!important;
  }

  .pl-xl-4,.px-xl-4 {
    padding-left: 1rem!important;
  }

  .p-xl-5 {
    padding: 1.5rem!important;
  }

  .pt-xl-5,.py-xl-5 {
    padding-top: 1.5rem!important;
  }

  .pr-xl-5,.px-xl-5 {
    padding-right: 1.5rem!important;
  }

  .pb-xl-5,.py-xl-5 {
    padding-bottom: 1.5rem!important;
  }

  .pl-xl-5,.px-xl-5 {
    padding-left: 1.5rem!important;
  }

  .p-xl-6 {
    padding: 2rem!important;
  }

  .pt-xl-6,.py-xl-6 {
    padding-top: 2rem!important;
  }

  .pr-xl-6,.px-xl-6 {
    padding-right: 2rem!important;
  }

  .pb-xl-6,.py-xl-6 {
    padding-bottom: 2rem!important;
  }

  .pl-xl-6,.px-xl-6 {
    padding-left: 2rem!important;
  }

  .p-xl-7 {
    padding: 2.5rem!important;
  }

  .pt-xl-7,.py-xl-7 {
    padding-top: 2.5rem!important;
  }

  .pr-xl-7,.px-xl-7 {
    padding-right: 2.5rem!important;
  }

  .pb-xl-7,.py-xl-7 {
    padding-bottom: 2.5rem!important;
  }

  .pl-xl-7,.px-xl-7 {
    padding-left: 2.5rem!important;
  }

  .p-xl-8 {
    padding: 3rem!important;
  }

  .pt-xl-8,.py-xl-8 {
    padding-top: 3rem!important;
  }

  .pr-xl-8,.px-xl-8 {
    padding-right: 3rem!important;
  }

  .pb-xl-8,.py-xl-8 {
    padding-bottom: 3rem!important;
  }

  .pl-xl-8,.px-xl-8 {
    padding-left: 3rem!important;
  }

  .p-xl-9 {
    padding: 4rem!important;
  }

  .pt-xl-9,.py-xl-9 {
    padding-top: 4rem!important;
  }

  .pr-xl-9,.px-xl-9 {
    padding-right: 4rem!important;
  }

  .pb-xl-9,.py-xl-9 {
    padding-bottom: 4rem!important;
  }

  .pl-xl-9,.px-xl-9 {
    padding-left: 4rem!important;
  }

  .p-xl-10 {
    padding: 5rem!important;
  }

  .pt-xl-10,.py-xl-10 {
    padding-top: 5rem!important;
  }

  .pr-xl-10,.px-xl-10 {
    padding-right: 5rem!important;
  }

  .pb-xl-10,.py-xl-10 {
    padding-bottom: 5rem!important;
  }

  .pl-xl-10,.px-xl-10 {
    padding-left: 5rem!important;
  }

  .p-xl-11 {
    padding: 6rem!important;
  }

  .pt-xl-11,.py-xl-11 {
    padding-top: 6rem!important;
  }

  .pr-xl-11,.px-xl-11 {
    padding-right: 6rem!important;
  }

  .pb-xl-11,.py-xl-11 {
    padding-bottom: 6rem!important;
  }

  .pl-xl-11,.px-xl-11 {
    padding-left: 6rem!important;
  }

  .p-xl-12 {
    padding: 8rem!important;
  }

  .pt-xl-12,.py-xl-12 {
    padding-top: 8rem!important;
  }

  .pr-xl-12,.px-xl-12 {
    padding-right: 8rem!important;
  }

  .pb-xl-12,.py-xl-12 {
    padding-bottom: 8rem!important;
  }

  .pl-xl-12,.px-xl-12 {
    padding-left: 8rem!important;
  }

  .p-xl-13 {
    padding: 10rem!important;
  }

  .pt-xl-13,.py-xl-13 {
    padding-top: 10rem!important;
  }

  .pr-xl-13,.px-xl-13 {
    padding-right: 10rem!important;
  }

  .pb-xl-13,.py-xl-13 {
    padding-bottom: 10rem!important;
  }

  .pl-xl-13,.px-xl-13 {
    padding-left: 10rem!important;
  }

  .p-xl-14 {
    padding: 12rem!important;
  }

  .pt-xl-14,.py-xl-14 {
    padding-top: 12rem!important;
  }

  .pr-xl-14,.px-xl-14 {
    padding-right: 12rem!important;
  }

  .pb-xl-14,.py-xl-14 {
    padding-bottom: 12rem!important;
  }

  .pl-xl-14,.px-xl-14 {
    padding-left: 12rem!important;
  }

  .p-xl-15 {
    padding: 16rem!important;
  }

  .pt-xl-15,.py-xl-15 {
    padding-top: 16rem!important;
  }

  .pr-xl-15,.px-xl-15 {
    padding-right: 16rem!important;
  }

  .pb-xl-15,.py-xl-15 {
    padding-bottom: 16rem!important;
  }

  .pl-xl-15,.px-xl-15 {
    padding-left: 16rem!important;
  }

  .p-xl-16 {
    padding: 25rem!important;
  }

  .pt-xl-16,.py-xl-16 {
    padding-top: 25rem!important;
  }

  .pr-xl-16,.px-xl-16 {
    padding-right: 25rem!important;
  }

  .pb-xl-16,.py-xl-16 {
    padding-bottom: 25rem!important;
  }

  .pl-xl-16,.px-xl-16 {
    padding-left: 25rem!important;
  }

  .m-xl-n1 {
    margin: -.25rem!important;
  }

  .mt-xl-n1,.my-xl-n1 {
    margin-top: -.25rem!important;
  }

  .mr-xl-n1,.mx-xl-n1 {
    margin-right: -.25rem!important;
  }

  .mb-xl-n1,.my-xl-n1 {
    margin-bottom: -.25rem!important;
  }

  .ml-xl-n1,.mx-xl-n1 {
    margin-left: -.25rem!important;
  }

  .m-xl-n2 {
    margin: -.5rem!important;
  }

  .mt-xl-n2,.my-xl-n2 {
    margin-top: -.5rem!important;
  }

  .mr-xl-n2,.mx-xl-n2 {
    margin-right: -.5rem!important;
  }

  .mb-xl-n2,.my-xl-n2 {
    margin-bottom: -.5rem!important;
  }

  .ml-xl-n2,.mx-xl-n2 {
    margin-left: -.5rem!important;
  }

  .m-xl-n3 {
    margin: -.75rem!important;
  }

  .mt-xl-n3,.my-xl-n3 {
    margin-top: -.75rem!important;
  }

  .mr-xl-n3,.mx-xl-n3 {
    margin-right: -.75rem!important;
  }

  .mb-xl-n3,.my-xl-n3 {
    margin-bottom: -.75rem!important;
  }

  .ml-xl-n3,.mx-xl-n3 {
    margin-left: -.75rem!important;
  }

  .m-xl-n4 {
    margin: -1rem!important;
  }

  .mt-xl-n4,.my-xl-n4 {
    margin-top: -1rem!important;
  }

  .mr-xl-n4,.mx-xl-n4 {
    margin-right: -1rem!important;
  }

  .mb-xl-n4,.my-xl-n4 {
    margin-bottom: -1rem!important;
  }

  .ml-xl-n4,.mx-xl-n4 {
    margin-left: -1rem!important;
  }

  .m-xl-n5 {
    margin: -1.5rem!important;
  }

  .mt-xl-n5,.my-xl-n5 {
    margin-top: -1.5rem!important;
  }

  .mr-xl-n5,.mx-xl-n5 {
    margin-right: -1.5rem!important;
  }

  .mb-xl-n5,.my-xl-n5 {
    margin-bottom: -1.5rem!important;
  }

  .ml-xl-n5,.mx-xl-n5 {
    margin-left: -1.5rem!important;
  }

  .m-xl-n6 {
    margin: -2rem!important;
  }

  .mt-xl-n6,.my-xl-n6 {
    margin-top: -2rem!important;
  }

  .mr-xl-n6,.mx-xl-n6 {
    margin-right: -2rem!important;
  }

  .mb-xl-n6,.my-xl-n6 {
    margin-bottom: -2rem!important;
  }

  .ml-xl-n6,.mx-xl-n6 {
    margin-left: -2rem!important;
  }

  .m-xl-n7 {
    margin: -2.5rem!important;
  }

  .mt-xl-n7,.my-xl-n7 {
    margin-top: -2.5rem!important;
  }

  .mr-xl-n7,.mx-xl-n7 {
    margin-right: -2.5rem!important;
  }

  .mb-xl-n7,.my-xl-n7 {
    margin-bottom: -2.5rem!important;
  }

  .ml-xl-n7,.mx-xl-n7 {
    margin-left: -2.5rem!important;
  }

  .m-xl-n8 {
    margin: -3rem!important;
  }

  .mt-xl-n8,.my-xl-n8 {
    margin-top: -3rem!important;
  }

  .mr-xl-n8,.mx-xl-n8 {
    margin-right: -3rem!important;
  }

  .mb-xl-n8,.my-xl-n8 {
    margin-bottom: -3rem!important;
  }

  .ml-xl-n8,.mx-xl-n8 {
    margin-left: -3rem!important;
  }

  .m-xl-n9 {
    margin: -4rem!important;
  }

  .mt-xl-n9,.my-xl-n9 {
    margin-top: -4rem!important;
  }

  .mr-xl-n9,.mx-xl-n9 {
    margin-right: -4rem!important;
  }

  .mb-xl-n9,.my-xl-n9 {
    margin-bottom: -4rem!important;
  }

  .ml-xl-n9,.mx-xl-n9 {
    margin-left: -4rem!important;
  }

  .m-xl-n10 {
    margin: -5rem!important;
  }

  .mt-xl-n10,.my-xl-n10 {
    margin-top: -5rem!important;
  }

  .mr-xl-n10,.mx-xl-n10 {
    margin-right: -5rem!important;
  }

  .mb-xl-n10,.my-xl-n10 {
    margin-bottom: -5rem!important;
  }

  .ml-xl-n10,.mx-xl-n10 {
    margin-left: -5rem!important;
  }

  .m-xl-n11 {
    margin: -6rem!important;
  }

  .mt-xl-n11,.my-xl-n11 {
    margin-top: -6rem!important;
  }

  .mr-xl-n11,.mx-xl-n11 {
    margin-right: -6rem!important;
  }

  .mb-xl-n11,.my-xl-n11 {
    margin-bottom: -6rem!important;
  }

  .ml-xl-n11,.mx-xl-n11 {
    margin-left: -6rem!important;
  }

  .m-xl-n12 {
    margin: -8rem!important;
  }

  .mt-xl-n12,.my-xl-n12 {
    margin-top: -8rem!important;
  }

  .mr-xl-n12,.mx-xl-n12 {
    margin-right: -8rem!important;
  }

  .mb-xl-n12,.my-xl-n12 {
    margin-bottom: -8rem!important;
  }

  .ml-xl-n12,.mx-xl-n12 {
    margin-left: -8rem!important;
  }

  .m-xl-n13 {
    margin: -10rem!important;
  }

  .mt-xl-n13,.my-xl-n13 {
    margin-top: -10rem!important;
  }

  .mr-xl-n13,.mx-xl-n13 {
    margin-right: -10rem!important;
  }

  .mb-xl-n13,.my-xl-n13 {
    margin-bottom: -10rem!important;
  }

  .ml-xl-n13,.mx-xl-n13 {
    margin-left: -10rem!important;
  }

  .m-xl-n14 {
    margin: -12rem!important;
  }

  .mt-xl-n14,.my-xl-n14 {
    margin-top: -12rem!important;
  }

  .mr-xl-n14,.mx-xl-n14 {
    margin-right: -12rem!important;
  }

  .mb-xl-n14,.my-xl-n14 {
    margin-bottom: -12rem!important;
  }

  .ml-xl-n14,.mx-xl-n14 {
    margin-left: -12rem!important;
  }

  .m-xl-n15 {
    margin: -16rem!important;
  }

  .mt-xl-n15,.my-xl-n15 {
    margin-top: -16rem!important;
  }

  .mr-xl-n15,.mx-xl-n15 {
    margin-right: -16rem!important;
  }

  .mb-xl-n15,.my-xl-n15 {
    margin-bottom: -16rem!important;
  }

  .ml-xl-n15,.mx-xl-n15 {
    margin-left: -16rem!important;
  }

  .m-xl-n16 {
    margin: -25rem!important;
  }

  .mt-xl-n16,.my-xl-n16 {
    margin-top: -25rem!important;
  }

  .mr-xl-n16,.mx-xl-n16 {
    margin-right: -25rem!important;
  }

  .mb-xl-n16,.my-xl-n16 {
    margin-bottom: -25rem!important;
  }

  .ml-xl-n16,.mx-xl-n16 {
    margin-left: -25rem!important;
  }

  .m-xl-auto {
    margin: auto!important;
  }

  .mt-xl-auto,.my-xl-auto {
    margin-top: auto!important;
  }

  .mr-xl-auto,.mx-xl-auto {
    margin-right: auto!important;
  }

  .mb-xl-auto,.my-xl-auto {
    margin-bottom: auto!important;
  }

  .ml-xl-auto,.mx-xl-auto {
    margin-left: auto!important;
  }
}

.text-monospace {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important;
}

.text-justify {
  text-align: justify!important;
}

.text-wrap {
  white-space: normal!important;
}

.text-nowrap {
  white-space: nowrap!important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left!important;
}

.text-right {
  text-align: right!important;
}

.text-center {
  text-align: center!important;
}

@media (min-width:576px) {
  .text-sm-left {
    text-align: left!important;
  }

  .text-sm-right {
    text-align: right!important;
  }

  .text-sm-center {
    text-align: center!important;
  }
}

@media (min-width:768px) {
  .text-md-left {
    text-align: left!important;
  }

  .text-md-right {
    text-align: right!important;
  }

  .text-md-center {
    text-align: center!important;
  }
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left!important;
  }

  .text-lg-right {
    text-align: right!important;
  }

  .text-lg-center {
    text-align: center!important;
  }
}

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left!important;
  }

  .text-xl-right {
    text-align: right!important;
  }

  .text-xl-center {
    text-align: center!important;
  }
}

.text-lowercase {
  text-transform: lowercase!important;
}

.text-uppercase {
  text-transform: uppercase!important;
}

.text-capitalize {
  text-transform: capitalize!important;
}

.font-weight-light {
  font-weight: 300!important;
}

.font-weight-lighter {
  font-weight: lighter!important;
}

.font-weight-normal {
  font-weight: 400!important;
}

.font-weight-bold {
  font-weight: 600!important;
}

.font-weight-bolder {
  font-weight: bolder!important;
}

.font-italic {
  font-style: italic!important;
}

.text-white {
  color: #fff!important;
}

.text-primary {
  color: #335eea!important;
}

a.text-primary:focus,a.text-primary:hover {
  color: !important;
}

.text-secondary {
  color: #506690!important;
}

a.text-secondary:focus,a.text-secondary:hover {

}

.text-success {
  color: #42ba96!important;
}

a.text-success:focus,a.text-success:hover {
  color: #2e8268!important;
}

.text-info {
  color: #7c69ef!important;
}

a.text-info:focus,a.text-info:hover {
  color: #4024e8!important;
}

.text-warning {
  color: #fad776!important;
}

a.text-warning:focus,a.text-warning:hover {
  color: #f7c12c!important;
}

.text-danger {
  color: #df4759!important;
}

a.text-danger:focus,a.text-danger:hover {
  color: #b92032!important;
}

.text-light {
  color: #f9fbfd!important;
}

a.text-light:focus,a.text-light:hover {
  color: #c0d5ea!important;
}

.text-dark {
  color: #1b2a4e!important;
}

a.text-dark:focus,a.text-dark:hover {
  color: #070b15!important;
}

.text-primary-desat {
  color: #6c8aec!important;
}

a.text-primary-desat:focus,a.text-primary-desat:hover {
  color: #2854e3!important;
}

.text-black {
  color: #161c2d!important;
}

a.text-black:focus,a.text-black:hover {
  color: #000!important;
}

.text-white {
  color: #fff!important;
}

a.text-white:focus,a.text-white:hover {
  color: #d9d9d9!important;
}

.text-body {
  color: #161c2d!important;
}

.text-muted {
  color: #869ab8!important;
}

.text-black-50 {
  color: rgba(22,28,45,.5)!important;
}

.text-white-50 {
  color: rgba(255,255,255,.5)!important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none!important;
}

.text-break {
  word-break: break-word!important;
  overflow-wrap: break-word!important;
}

.text-reset {
  color: inherit!important;
}

.visible {
  visibility: visible!important;
}

.invisible {
  visibility: hidden!important;
}

@media print {
  *,::after,::before {
    text-shadow: none!important;
    box-shadow: none!important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap!important;
  }

  blockquote,pre {
    border: 1px solid #abbcd5;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,tr {
    page-break-inside: avoid;
  }

  h2,h3,p {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }@  page {
    size: a3;
  }

  body {
    min-width: 992px!important;
  }

  .container {
    min-width: 992px!important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #161c2d;
  }

  .table {
    border-collapse: collapse!important;
  }

  .table td,.table th {
    background-color: #fff!important;
  }

  .table-bordered td,.table-bordered th {
    border: 1px solid #d9e2ef!important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th {
    border-color: #f1f4f8;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #f1f4f8;
  }
}

.alert-primary {
  color: #fff;
  background-color: #335eea;
  border-color: #335eea;
}

.alert-primary hr {
  border-top-color: #1c4ce8;
}

.alert-primary .alert-link {
  color: #e6e6e6;
}

.alert-primary .alert-link,.alert-primary .close {
  color: #fff;
}

.alert-secondary {
  color: #fff;
  background-color: #506690;
  border-color: #506690;
}

.alert-secondary hr {
  border-top-color: #475a80;
}

.alert-secondary .alert-link {
  color: #e6e6e6;
}

.alert-secondary .alert-link,.alert-secondary .close {
  color: #fff;
}

.alert-success {
  color: #fff;
  background-color: #42ba96;
  border-color: #42ba96;
}

.alert-success hr {
  border-top-color: #3ba787;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-success .alert-link,.alert-success .close {
  color: #fff;
}

.alert-info {
  color: #fff;
  background-color: #7c69ef;
  border-color: #7c69ef;
}

.alert-info hr {
  border-top-color: #6852ed;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-info .alert-link,.alert-info .close {
  color: #fff;
}

.alert-warning {
  color: #1b2a4e;
  background-color: #fad776;
  border-color: #fad776;
}

.alert-warning hr {
  border-top-color: #f9d05d;
}

.alert-warning .alert-link {
  color: #0e1628;
}

.alert-warning .alert-link,.alert-warning .close {
  color: #1b2a4e;
}

.alert-danger {
  color: #fff;
  background-color: #df4759;
  border-color: #df4759;
}

.alert-danger hr {
  border-top-color: #db3145;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

.alert-danger .alert-link,.alert-danger .close {
  color: #fff;
}

.alert-light {
  color: #1b2a4e;
  background-color: #f9fbfd;
  border-color: #f9fbfd;
}

.alert-light hr {
  border-top-color: #e6eef7;
}

.alert-light .alert-link {
  color: #0e1628;
}

.alert-light .alert-link,.alert-light .close {
  color: #1b2a4e;
}

.alert-dark {
  color: #fff;
  background-color: #1b2a4e;
  border-color: #1b2a4e;
}

.alert-dark hr {
  border-top-color: #14203b;
}

.alert-dark .alert-link {
  color: #e6e6e6;
}

.alert-dark .alert-link,.alert-dark .close {
  color: #fff;
}

.alert-primary-desat {
  color: #fff;
  background-color: #6c8aec;
  border-color: #6c8aec;
}

.alert-primary-desat hr {
  border-top-color: #5578e9;
}

.alert-primary-desat .alert-link {
  color: #e6e6e6;
}

.alert-primary-desat .alert-link,.alert-primary-desat .close {
  color: #fff;
}

.alert-black {
  color: #fff;
  background-color: #161c2d;
  border-color: #161c2d;
}

.alert-black hr {
  border-top-color: #0e111c;
}

.alert-black .alert-link {
  color: #e6e6e6;
}

.alert-black .alert-link,.alert-black .close {
  color: #fff;
}

.alert-white {
  color: #1b2a4e;
  background-color: #fff;
  border-color: #fff;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #0e1628;
}

.alert-white .alert-link,.alert-white .close {
  color: #1b2a4e;
}

.badge-primary-soft {
  background-color: rgba(51,94,234,.1);
  color: #335eea;
}

a.badge-primary-soft:focus,a.badge-primary-soft:hover {
  background-color: rgba(51,94,234,.2);
  color: #335eea;
}

.badge-secondary-soft {
  background-color: rgba(80,102,144,.1);
  color: #506690;
}

a.badge-secondary-soft:focus,a.badge-secondary-soft:hover {
  background-color: rgba(80,102,144,.2);
  color: #506690;
}

.badge-success-soft {
  background-color: rgba(66,186,150,.1);
  color: #42ba96;
}

a.badge-success-soft:focus,a.badge-success-soft:hover {
  background-color: rgba(66,186,150,.2);
  color: #42ba96;
}

.badge-info-soft {
  background-color: rgba(124,105,239,.1);
  color: #7c69ef;
}

a.badge-info-soft:focus,a.badge-info-soft:hover {
  background-color: rgba(124,105,239,.2);
  color: #7c69ef;
}

.badge-warning-soft {
  background-color: rgba(250,215,118,.1);
  color: #fad776;
}

a.badge-warning-soft:focus,a.badge-warning-soft:hover {
  background-color: rgba(250,215,118,.2);
  color: #fad776;
}

.badge-danger-soft {
  background-color: rgba(223,71,89,.1);
  color: #df4759;
}

a.badge-danger-soft:focus,a.badge-danger-soft:hover {
  background-color: rgba(223,71,89,.2);
  color: #df4759;
}

.badge-light-soft {
  background-color: rgba(249,251,253,.1);
  color: #f9fbfd;
}

a.badge-light-soft:focus,a.badge-light-soft:hover {
  background-color: rgba(249,251,253,.2);
  color: #f9fbfd;
}

.badge-dark-soft {
  background-color: rgba(27,42,78,.1);
  color: #1b2a4e;
}

a.badge-dark-soft:focus,a.badge-dark-soft:hover {
  background-color: rgba(27,42,78,.2);
  color: #1b2a4e;
}

.badge-primary-desat-soft {
  background-color: rgba(108,138,236,.1);
  color: #6c8aec;
}

a.badge-primary-desat-soft:focus,a.badge-primary-desat-soft:hover {
  background-color: rgba(108,138,236,.2);
  color: #6c8aec;
}

.badge-black-soft {
  background-color: rgba(22,28,45,.1);
  color: #161c2d;
}

a.badge-black-soft:focus,a.badge-black-soft:hover {
  background-color: rgba(22,28,45,.2);
  color: #161c2d;
}

.badge-white-soft {
  background-color: rgba(255,255,255,.1);
  color: #fff;
}

a.badge-white-soft:focus,a.badge-white-soft:hover {
  background-color: rgba(255,255,255,.2);
  color: #fff;
}

.badge-gray-700-soft {
  background-color: rgba(80,102,144,.1);
  color: #506690;
}

a.badge-gray-700-soft:focus,a.badge-gray-700-soft:hover {
  background-color: rgba(80,102,144,.2);
  color: #506690;
}

.badge-gray-600 {
  background-color: #869ab8;
  color: #fff;
}

.badge-lg {
  padding: .7em 1.15em;
}

.badge-rounded-circle {
  height: calc(1em + .5rem);
  padding-left: .25rem;
  padding-right: .25rem;
  border-radius: 10rem;
}

.badge-rounded-circle>* {
  display: block;
  width: 1em;
}

.badge-rounded-circle.badge-lg {
  height: calc(1em + 1.4em);
  padding-left: .7em;
  padding-right: .7em;
}

.badge-float {
  position: absolute;
  z-index: 1000;
}

.badge-float-outside {
  top: -.5rem;
  right: -.5rem;
}

.badge-float-inside {
  top: 1rem;
  right: 1rem;
}

.badge-white-soft.active {
  background-color: #fff;
  color: #335eea;
}

.badge-white-soft.active:focus,.badge-white-soft.active:hover {
  background-color: #f2f2f2;
  color: #335eea;
}

.badge-secondary-soft.active {
  background-color: #335eea;
  color: #fff;
}

.badge-secondary-soft.active:focus,.badge-secondary-soft.active:hover {
  background-color: #1c4ce8;
  color: #fff;
}

.breadcrumb-item {
  font-size: .9375rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\e930";
  font-family: Feather;
}

.breadcrumb-scroll {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: auto;
}

.breadcrumb-scroll .breadcrumb-item {
  white-space: nowrap;
}

.breadcrumb-scroll::-webkit-scrollbar {
  display: none;
}

.btn>img {
  max-height: 1em;
  width: auto;
}

/* .btn:not([class*=btn-outline]) {
  border-color: transparent!important;
} */

.btn-white {
  background-color: #fff;
  color: #335eea;
}

.btn-white:focus,.btn-white:hover {
  background-color: #fff;
  color: #1c4ce8;
}

.btn-white.active {
  background-color: #f2f2f2;
  color: #1c4ce8;
}

.btn-group .btn-white {
  border-color: #d9e2ef!important;
  color: #869ab8;
}

.btn-group .btn-white.active {
  background-color: #f2f2f2;
  color: #768daf;
  box-shadow: none;
}

.btn-gray-400 {
  background-color: #c6d3e6;
  color: #fff;
}

.btn-gray-400:focus,.btn-gray-400:hover {
  background-color: #b4c5de;
  color: #f2f2f2;
}

.btn-gray-400.active {
  background-color: #b4c5de;
  color: #f2f2f2;
}

.btn-outline-gray-300 {
  border-color: #d9e2ef;
  color: #335eea;
}

.btn-outline-gray-300:focus,.btn-outline-gray-300:hover {
  background-color: #335eea;
  border-color: #335eea;
  color: #fff;
}

.btn-outline-gray-300.active {
  background-color: #335eea;
  border-color: #335eea;
  color: #fff;
}

.btn-primary-soft {
  background-color: rgba(51,94,234,.1);
  color: #335eea;
}

.btn-primary-soft:focus,.btn-primary-soft:hover {
  background-color: rgba(51,94,234,.15);
  color: #335eea;
}

.btn-primary-soft.active {
  background-color: rgba(51,94,234,.15);
  color: #335eea;
}

.btn-secondary-soft {
  background-color: rgba(80,102,144,.1);
  color: #506690;
}

.btn-secondary-soft:focus,.btn-secondary-soft:hover {
  background-color: rgba(80,102,144,.15);
  color: #506690;
}

.btn-secondary-soft.active {
  background-color: rgba(80,102,144,.15);
  color: #506690;
}

.btn-success-soft {
  background-color: rgba(66,186,150,.1);
  color: #42ba96;
}

.btn-success-soft:focus,.btn-success-soft:hover {
  background-color: rgba(66,186,150,.15);
  color: #42ba96;
}

.btn-success-soft.active {
  background-color: rgba(66,186,150,.15);
  color: #42ba96;
}

.btn-info-soft {
  background-color: rgba(124,105,239,.1);
  color: #7c69ef;
}

.btn-info-soft:focus,.btn-info-soft:hover {
  background-color: rgba(124,105,239,.15);
  color: #7c69ef;
}

.btn-info-soft.active {
  background-color: rgba(124,105,239,.15);
  color: #7c69ef;
}

.btn-warning-soft {
  background-color: rgba(250,215,118,.1);
  color: #fad776;
}

.btn-warning-soft:focus,.btn-warning-soft:hover {
  background-color: rgba(250,215,118,.15);
  color: #fad776;
}

.btn-warning-soft.active {
  background-color: rgba(250,215,118,.15);
  color: #fad776;
}

.btn-danger-soft {
  background-color: rgba(223,71,89,.1);
  color: #df4759;
}

.btn-danger-soft:focus,.btn-danger-soft:hover {
  background-color: rgba(223,71,89,.15);
  color: #df4759;
}

.btn-danger-soft.active {
  background-color: rgba(223,71,89,.15);
  color: #df4759;
}

.btn-light-soft {
  background-color: rgba(249,251,253,.1);
  color: #f9fbfd;
}

.btn-light-soft:focus,.btn-light-soft:hover {
  background-color: rgba(249,251,253,.15);
  color: #f9fbfd;
}

.btn-light-soft.active {
  background-color: rgba(249,251,253,.15);
  color: #f9fbfd;
}

.btn-dark-soft {
  background-color: rgba(27,42,78,.1);
  color: #1b2a4e;
}

.btn-dark-soft:focus,.btn-dark-soft:hover {
  background-color: rgba(27,42,78,.15);
  color: #1b2a4e;
}

.btn-dark-soft.active {
  background-color: rgba(27,42,78,.15);
  color: #1b2a4e;
}

.btn-primary-desat-soft {
  background-color: rgba(108,138,236,.1);
  color: #6c8aec;
}

.btn-primary-desat-soft:focus,.btn-primary-desat-soft:hover {
  background-color: rgba(108,138,236,.15);
  color: #6c8aec;
}

.btn-primary-desat-soft.active {
  background-color: rgba(108,138,236,.15);
  color: #6c8aec;
}

.btn-black-soft {
  background-color: rgba(22,28,45,.1);
  color: #161c2d;
}

.btn-black-soft:focus,.btn-black-soft:hover {
  background-color: rgba(22,28,45,.15);
  color: #161c2d;
}

.btn-black-soft.active {
  background-color: rgba(22,28,45,.15);
  color: #161c2d;
}

.btn-white-soft {
  background-color: rgba(255,255,255,.1);
  color: #fff;
}

.btn-white-soft:focus,.btn-white-soft:hover {
  background-color: rgba(255,255,255,.15);
  color: #fff;
}

.btn-white-soft.active {
  background-color: rgba(255,255,255,.15);
  color: #fff;
}

.btn-pill {
  border-radius: 50rem;
}

.btn-rounded-circle {
  padding-left: .8125rem;
  padding-right: .8125rem;
  border-radius: 50rem;
}

.btn-rounded-circle>* {
  display: block;
  line-height: 1;
  width: 1em;
}

.btn-group-lg>.btn-rounded-circle.btn,.btn-rounded-circle.btn-lg {
  padding-left: 1.122rem;
  padding-right: 1.122rem;
}

.btn-group-sm>.btn-rounded-circle.btn,.btn-rounded-circle.btn-sm {
  padding-left: .5625rem;
  padding-right: .5625rem;
}

.card {
  position: relative;
  width: 100%;
}

.card-body {
  display: block;
  -webkit-box-flex: 0;
  flex-grow: 0;
}

.card-footer {
  background-color: unset;
}

.card-body,.card-footer,.card-img,.card-img-left,.card-img-right,.card-img-top,.card-meta {
  position: relative;
  min-height: 1px;
}

a.card,a.card-body,a.card-footer,a.card-meta {
  color: inherit;
}

a.card-body:hover,a.card-footer:hover,a.card-meta:hover,a.card:hover {
  text-decoration: none;
}

.card-flush {
  background-color: unset;
}

.card-flush>:not(.card-btn) {
  padding-left: 0;
  padding-right: 0;
}

.card-border {
  position: relative;
}

.card-border::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-top-width: 2px;
  border-bottom-width: calc(.375rem - 2px);
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: inherit;
  border-bottom-color: transparent;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
}

.card-border-lg::after {
  border-top-width: 3px;
  border-bottom-width: calc(.375rem - 3px);
}

.card-border-xl::after {
  border-top-width: 4px;
  border-bottom-width: calc(.375rem - 3px);
}

@media (min-width:768px) {
  .card-row .card-body {
    padding: 4rem 2.5rem;
  }
}

@media (min-width:768px) {
  .card-row .card-meta {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.card-img-right {
  border-radius: .375rem .375rem 0 0;
}

@media (min-width:768px) {
  .card-img-right {
    border-radius: 0 .375rem .375rem 0;
  }
}

.card-img-left {
  border-radius: .375rem .375rem 0 0;
}

@media (min-width:768px) {
  .card-img-left {
    border-radius: .375rem 0 0 .375rem;
  }
}

@media (min-width:768px) {
  .card-img-slider {
    height: 100%;
    width: 100%;
  }

  .card-img-slider * {
    height: inherit!important;
    width: inherit!important;
  }
}

.card-img-overlay {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 2rem;
}

.card-img-overlay .card-body {
  margin: -2rem;
  margin-top: auto;
  border-bottom-right-radius: calc(.375rem - 0px);
  border-bottom-left-radius: calc(.375rem - 0px);
}

.card-img-overlay-hover {
  overflow: hidden;
}

.card-img-overlay-hover .card-body {
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.card-img-overlay-hover:hover .card-body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width:576px) and (max-width:767.98px) {
  .card-group {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important;
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    flex: auto;
  }
}

.card-meta {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 2rem 1.5rem;
}

.card-meta-divider {
  width: 100%;
  margin: 0 0 1.5rem;
}

.card-btn:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.card-zoom {
  overflow: hidden!important;
  border-radius: inherit;
}

.card-zoom>[class*=card-img] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.card:hover>.card-zoom>[class*=card-img] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.close:focus,.close:hover {
  outline: 0;
}

.custom-switch {
  min-height: 1.375rem;
}

.custom-switch .custom-control-label::before {
  top: .1625rem;
  height: 1.375rem;
  border-radius: .6875rem;
}

.custom-switch .custom-control-label::after {
  top: .35rem;
  left: -2.8125rem;
  background-color: #fff;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.125rem);
  transform: translateX(1.125rem);
}

.custom-switch-dark .custom-control-label::before {
  background-color: rgba(255,255,255,.2);
}

.custom-switch-dark .custom-control-label::after {
  background-color: #fff;
}

.custom-switch-dark .custom-control-input:checked~.custom-control-label::before {
  background-color: #fff;
}

.custom-switch-dark .custom-control-input:checked~.custom-control-label::after {
  background-color: #335eea;
}

.dropdown-menu {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.dropdown-item {
  width: auto;
  min-width: 100%;
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.dropdown-item:focus,.dropdown-item:hover {
  outline: 0;
}

.dropdown-item+.dropdown-item {
  margin-top: .45rem;
}

.dropdown-link {
  color: inherit;
}

.dropdown-link:hover {
  text-decoration: inherit;
}

.dropdown-link:focus,.dropdown-link:hover {
  outline: 0;
}

.dropdown-header {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  padding-top: 0;
  padding-bottom: .5rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.55;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.dropdown-toggle::after {
  font-family: Feather;
  vertical-align: middle;
  border: none!important;
  content: "\e92e";
}

.dropright>.dropdown-toggle::after {
  content: "\e930";
}

.dropdown-menu-md {
  min-width: 22rem;
}

.dropdown-menu-lg {
  min-width: 35rem;
}

.dropdown-menu-xl {
  min-width: 42rem;
}

.dropdown-menu-lg,.dropdown-menu-xl {
  padding: 2.375rem 2.5rem;
}

.dropdown-menu-lg .dropdown-header,.dropdown-menu-lg .dropdown-item,.dropdown-menu-xl .dropdown-header,.dropdown-menu-xl .dropdown-item {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.dropright>.dropdown-menu {
  top: -1.625rem;
}

.form-control-flush {
  padding-left: 0;
  padding-right: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.custom-file-label::after {
  font-weight: 400;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(1.6em + 1.625rem + 2px);
  padding: .8125rem 1.25rem;
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 1.0625rem;
  color: #869ab8;
  pointer-events: none;
  cursor: text;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.form-label-group>.form-control-flush~label {
  padding-left: 0;
  padding-right: 0;
}

.form-label-group>.form-control::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group>.form-control::-moz-placeholder {
  color: transparent;
}

.form-label-group>.form-control:-ms-input-placeholder {
  color: transparent;
}

.form-label-group>.form-control::-ms-input-placeholder {
  color: transparent;
}

.form-label-group>.form-control::placeholder {
  color: transparent;
}

.form-label-group>.form-control:not(:placeholder-shown) {
  padding-top: 1.21875rem;
  padding-bottom: .40625rem;
}

.form-label-group>.form-control:not(:placeholder-shown)~label {
  padding-top: .00937rem;
  padding-bottom: .00937rem;
  font-size: .75rem;
}

@supports (-ms-ime-align:auto) {
  .form-label-group>label {
    display: none;
  }

  .form-label-group .form-control::-webkit-input-placeholder {
    color: #869ab8;
  }

  .form-label-group .form-control::-moz-placeholder {
    color: #869ab8;
  }

  .form-label-group .form-control:-ms-input-placeholder {
    color: #869ab8;
  }

  .form-label-group .form-control::-ms-input-placeholder {
    color: #869ab8;
  }

  .form-label-group .form-control::placeholder {
    color: #869ab8;
  }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .form-label-group>label {
    display: none;
  }

  .form-label-group .form-control::-webkit-input-placeholder {
    color: #869ab8;
  }

  .form-label-group .form-control::-moz-placeholder {
    color: #869ab8;
  }

  .form-label-group .form-control:-ms-input-placeholder {
    color: #869ab8;
  }

  .form-label-group .form-control::-ms-input-placeholder {
    color: #869ab8;
  }

  .form-label-group .form-control::placeholder {
    color: #869ab8;
  }
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
  position: relative;
  z-index: 1;
}

.img-cover {
  width: 100vw;
  height: auto;
  margin-left: calc(50% - 50vw);
}

.img-fluid>img,.img-fluid>svg {
  max-width: inherit;
  height: inherit;
}

.figure {
  display: block;
}

.figure-img {
  margin-bottom: 1rem;
}

.list-group-flush .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.list-group-flush .list-group-item:first-child {
  padding-top: 0!important;
  border-top: 0;
}

.list-group-flush .list-group-item:last-child {
  padding-bottom: 0!important;
  border-bottom: 0;
}

.modal-open {
  padding-right: 0!important;
}

.modal-open .navbar {
  padding-right: 0!important;
}

.modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
}

.navbar {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
  z-index: 1030;
}

@media (max-width:991.98px) {
  .navbar-dark .navbar-nav .nav-item .nav-link {
    color: #506690;
  }

  .navbar-dark .navbar-nav .nav-item .nav-link:focus,.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #335eea;
  }

  .navbar-dark .navbar-nav .nav-item .nav-link.active,.navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: #335eea;
  }

  .navbar-dark .navbar-collapse .navbar-toggler {
    color: #506690;
  }
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl {
  padding-left: 20px!important;
  padding-right: 20px!important;
}

.navbar-brand {
  font-weight: 400;
}

.navbar-brand-img {
/*   max-height: 1.7rem; */
  max-height: 2.5rem;
  width: auto;
}

.navbar-dark .navbar-brand {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

@media (max-width:991.98px) {
  .navbar-btn {
    width: 100%;
    padding: .8125rem 1.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 1.0625rem;
  }
}

.navbar-nav .nav-link {
  font-weight: 400;
}

.navbar-nav .nav-link:focus,.navbar-nav .nav-link:hover {
  outline: 0;
}

.navbar-dark.fixed-top>.container {
  position: relative;
}

.navbar-dark.fixed-top>.container::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1.25rem;
  left: 0;
  border-top: 1px solid rgba(255,255,255,.2);
}

@media (max-width:991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    height: auto!important;
    max-height: calc(100vh - 2rem);
    background-color: #fff;
    border-radius: .375rem;
    box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .navbar-collapse.collapsing,.navbar-collapse.show {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }

  .navbar-collapse.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .navbar-collapse.collapsing {
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
}

.navbar-collapse .navbar-toggler {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}

@media (min-width:992px) {
  .navbar-collapse .navbar-toggler {
    display: none;
  }
}

@media (max-width:991.98px) {
  .navbar-nav .nav-item {
    padding: 1.5rem;
  }

  .navbar-nav .nav-item+.nav-item {
    border-top: 1px solid #f1f4f8;
  }
}

@media (max-width:991.98px) {
  .navbar-nav .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar-nav .dropdown-menu {
  box-shadow: none;
}

@media (max-width:991.98px) {
  .navbar-nav .dropdown-menu {
    min-width: 0;
    padding: 0;
  }
}

@media (min-width:992px) {
  .navbar-nav .dropdown-menu {
    box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
  }
}

.navbar-nav .dropdown>.dropdown-menu {
  display: block!important;
}

@media (max-width:991.98px) {
  .navbar-nav .dropright>.dropdown-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: .5rem;
  }
}

@media (max-width:991.98px) {
  .navbar-nav .dropdown-header,.navbar-nav .dropdown-item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-nav .dropdown>.dropdown-toggle::after {
  display: none;
}

@media (max-width:991.98px) {
  .navbar-nav .dropdown>.dropdown-toggle {
    margin-bottom: 1.5rem;
    pointer-events: none;
  }
}

.navbar-nav .dropright>.dropdown-toggle {
  display: -webkit-box;
  display: flex;
}

.navbar-nav .dropright>.dropdown-toggle::after {
  margin-left: auto;
}

@media (max-width:991.98px) {
  .navbar-nav .dropright>.dropdown-toggle::after {
    content: "\e92e";
  }

  .navbar-nav .dropright>.dropdown-toggle[aria-expanded=true]::after {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.navbar-nav .dropdown-img-left {
  height: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 1.625rem 1.75rem;
  background: no-repeat center center/cover;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

@media (min-width:992px) {
  .navbar-nav .dropdown-img-left {
    display: -webkit-box;
    display: flex;
  }
}

.navbar-nav .dropdown-img-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(51,94,234,.8);
  border-radius: inherit;
}

.navbar-nav .dropdown-img-left * {
  position: relative;
}

@media (min-width:992px) {
  .navbar-nav .dropdown-menu-lg .dropdown-img-left,.navbar-nav .dropdown-menu-xl .dropdown-img-left {
    padding: 2.375rem 2.5rem;
  }
}

@media (min-width:992px) {
  .navbar-nav .dropdown-body {
    padding: 1.625rem 1.75rem;
  }
}

@media (min-width:992px) {
  .navbar-nav .dropdown-menu-lg .dropdown-body,.navbar-nav .dropdown-menu-xl .dropdown-body {
    padding: 2.375rem 2.5rem;
  }
}

.navbar-nav .dropdown-menu .list-group-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: inherit;
}

.navbar-nav .dropdown-menu .list-group-item:hover {
  text-decoration: none;
}

@media (min-width:992px) {
  .navbar-nav .dropdown-menu {
    z-index: 1030;
    display: block!important;
    visibility: hidden;
    opacity: 0;
  }

  .navbar-nav .hovered>.dropdown-menu {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transition-property: opacity,visibility,transform,-webkit-transform;
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }

  .navbar-nav .dropdown>.dropdown-menu {
    left: 50%;
    -webkit-transform: translate3d(-50%,10px,0);
    transform: translate3d(-50%,10px,0);
  }

  .navbar-nav .dropright>.dropdown-menu {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }

  .navbar-nav .dropdown.show>.dropdown-menu,.navbar-nav .dropright.show>.dropdown-menu {
    visibility: visible;
    opacity: 1;
  }

  .navbar-nav .dropdown.show>.dropdown-menu {
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
  }

  .navbar-nav .dropright.show>.dropdown-menu {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.pagination-sm .page-link {
  line-height: 1.3;
  font-size: 1.0625rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.pagination-lg .page-link {
  line-height: 1.3;
  font-size: 1.0625rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .375rem;
  border-bottom-right-radius: .375rem;
}

.popover-header {
  padding-bottom: 0;
  margin-bottom: .5rem;
  font-size: .75rem;
  color: #335eea;
}

.popover-header:not(:empty)~.popover-body {
  padding-top: 0;
}

html {
  height: 100%;
}

body,html {
  overflow-x: hidden;
}

body {
  min-height: 100%;
  overflow-y: hidden;
}

.table thead>tr>th {
  border-top-width: 0;
  border-bottom-width: 1px;
}

.table-align-middle tbody>tr>td,.table-align-middle thead>tr>th {
  vertical-align: middle;
}

@font-face{
  font-family:HKGroteskPro;
  font-weight:400;
  src: url() format("woff2"),
       url() format("woff")
}
@font-face{
  font-family:HKGroteskPro;
  font-weight:600;
  src: url() format("woff2"),
       url() format("woff")
}

.h1,.h2,h1,h2 {
  margin-bottom: 1rem;
}

.h1,.h2,.h3,.h4,h1,h2,h3,h4 {
  letter-spacing: -.01em;
}

.h1,h1 {
  line-height: 1.3;
}

@media (max-width:991.98px) {
  .h1,h1 {
    font-size: 1.875rem;
  }
}

.h2,h2 {
  line-height: 1.35;
}

@media (max-width:991.98px) {
  .h2,h2 {
    font-size: 1.5rem;
  }
}

.h3,h3 {
  line-height: 1.4;
}

@media (max-width:991.98px) {
  .h3,h3 {
    font-size: 1.125rem;
  }
}

.h4,h4 {
  line-height: 1.45;
}

@media (max-width:991.98px) {
  .h4,h4 {
    font-size: 1.0625rem;
  }
}

.h5,h5 {
  line-height: 1.5;
}

.h6,h6 {
  line-height: 1.55;
}

.h6.text-uppercase,h6.text-uppercase {
  letter-spacing: .08em;
}

.display-1,.display-2,.display-3,.display-4 {
  letter-spacing: -.02em;
}

.display-1 {
  line-height: 1.2;
}

@media (max-width:991.98px) {
  .display-1 {
    font-size: 3.125rem;
  }
}

.display-2 {
  line-height: 1.2;
}

@media (max-width:991.98px) {
  .display-2 {
    font-size: 2.5rem;
  }
}

.display-3 {
  line-height: 1.2;
}

@media (max-width:991.98px) {
  .display-3 {
    font-size: 2.25rem;
  }
}

.display-4 {
  line-height: 1.2;
}

@media (max-width:991.98px) {
  .display-4 {
    font-size: 2rem;
  }
}

@media (max-width:991.98px) {
  .lead {
    font-size: 1.1875rem;
  }
}

.blockquote-img {
  max-height: 2.5rem;
  max-width: 100%;
  width: auto;
}

.blockquote-footer::before {
  display: none;
}

.list-social-icon {
  max-width: 1.25rem;
  height: auto;
}

.hr-sm {
  width: 60px;
  border-top-width: 2px;
}

.hr-md {
  width: 100px;
  border-top-width: 2px;
}

code {
  line-height: 1.35;
}

.bg-cover {
  background: no-repeat center center/cover;
}

@media (max-width:991.98px) {
  .bg-between {
    background-image: none!important;
  }
}

@media (min-width:768px) {
  .bg-between {
    background-repeat: no-repeat;
    background-position: left center,right center;
    background-size: auto 70%;
  }
}

.bg-gradient-light {
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f9fbfd),to(#fff));
  background-image: linear-gradient(to bottom,#f9fbfd 0,#fff 100%);
}

.bg-gray-200 {
  background-color: #f1f4f8!important;
}

.bg-gray-300 {
  background-color: #d9e2ef!important;
}

.bg-gray-800 {
  background-color: #384c74!important;
}

.bg-gray-900 {
  background-color: #1b2a4e!important;
}

.bg-black {
  background-color: #161c2d!important;
}

@media (min-width:576px) {
  .border-sm {
    border: 1px solid #f1f4f8!important;
    color: rose;
  }

  .border-top-sm {
    border-top: 1px solid #f1f4f8!important;
  }

  .border-right-sm {
    border-right: 1px solid #f1f4f8!important;
  }

  .border-bottom-sm {
    border-bottom: 1px solid #f1f4f8!important;
  }

  .border-left-sm {
    border-left: 1px solid #f1f4f8!important;
  }

  .border-sm-0 {
    border: 0!important;
  }

  .border-top-sm-0 {
    border-top: 0!important;
  }

  .border-right-sm-0 {
    border-right: 0!important;
  }

  .border-bottom-sm-0 {
    border-bottom: 0!important;
  }

  .border-left-sm-0 {
    border-left: 0!important;
  }
}

@media (min-width:768px) {
  .border-md {
    border: 1px solid #f1f4f8!important;
    color: rose;
  }

  .border-top-md {
    border-top: 1px solid #f1f4f8!important;
  }

  .border-right-md {
    border-right: 1px solid #f1f4f8!important;
  }

  .border-bottom-md {
    border-bottom: 1px solid #f1f4f8!important;
  }

  .border-left-md {
    border-left: 1px solid #f1f4f8!important;
  }

  .border-md-0 {
    border: 0!important;
  }

  .border-top-md-0 {
    border-top: 0!important;
  }

  .border-right-md-0 {
    border-right: 0!important;
  }

  .border-bottom-md-0 {
    border-bottom: 0!important;
  }

  .border-left-md-0 {
    border-left: 0!important;
  }
}

@media (min-width:992px) {
  .border-lg {
    border: 1px solid #f1f4f8!important;
    color: rose;
  }

  .border-top-lg {
    border-top: 1px solid #f1f4f8!important;
  }

  .border-right-lg {
    border-right: 1px solid #f1f4f8!important;
  }

  .border-bottom-lg {
    border-bottom: 1px solid #f1f4f8!important;
  }

  .border-left-lg {
    border-left: 1px solid #f1f4f8!important;
  }

  .border-lg-0 {
    border: 0!important;
  }

  .border-top-lg-0 {
    border-top: 0!important;
  }

  .border-right-lg-0 {
    border-right: 0!important;
  }

  .border-bottom-lg-0 {
    border-bottom: 0!important;
  }

  .border-left-lg-0 {
    border-left: 0!important;
  }
}

@media (min-width:1200px) {
  .border-xl {
    border: 1px solid #f1f4f8!important;
    color: rose;
  }

  .border-top-xl {
    border-top: 1px solid #f1f4f8!important;
  }

  .border-right-xl {
    border-right: 1px solid #f1f4f8!important;
  }

  .border-bottom-xl {
    border-bottom: 1px solid #f1f4f8!important;
  }

  .border-left-xl {
    border-left: 1px solid #f1f4f8!important;
  }

  .border-xl-0 {
    border: 0!important;
  }

  .border-top-xl-0 {
    border-top: 0!important;
  }

  .border-right-xl-0 {
    border-right: 0!important;
  }

  .border-bottom-xl-0 {
    border-bottom: 0!important;
  }

  .border-left-xl-0 {
    border-left: 0!important;
  }
}

.border-white-20 {
  border-color: rgba(255,255,255,.2)!important;
}

.border-gray-300 {
  border-color: #d9e2ef!important;
}

.border-gray-800 {
  border-color: #384c74!important;
}

.border-gray-800-50 {
  border-color: rgba(56,76,116,.5)!important;
}

.img-skewed {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.img-skewed-left {
  -webkit-perspective-origin: left center;
  perspective-origin: left center;
}

.img-skewed-left .img-skewed-item {
  -webkit-transform: rotateY(-35deg) rotateX(15deg);
  transform: rotateY(-35deg) rotateX(15deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.img-skewed-right {
  -webkit-perspective-origin: right center;
  perspective-origin: right center;
}

.img-skewed-right .img-skewed-item {
  -webkit-transform: rotateY(35deg) rotateX(15deg);
  transform: rotateY(35deg) rotateX(15deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overlay {
  position: relative;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.overlay-primary::before {
  background-color: #335eea;
}

.overlay-gradient-primary-right::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#335eea));
  background-image: linear-gradient(to bottom,transparent,#335eea);
}

@media (min-width:768px) {
  .overlay-gradient-primary-right::before {
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#335eea),to(#335eea));
    background-image: linear-gradient(to right,transparent,#335eea 50%,#335eea);
  }
}

.overlay-gradient-primary-down::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#335eea));
  background-image: linear-gradient(to bottom,transparent,#335eea);
}

.overlay-gradient-primary-left::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#335eea));
  background-image: linear-gradient(to bottom,transparent,#335eea);
}

@media (min-width:768px) {
  .overlay-gradient-primary-left::before {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(50%,#335eea),to(#335eea));
    background-image: linear-gradient(to left,transparent,#335eea 50%,#335eea);
  }
}

.overlay-secondary::before {
  background-color: #506690;
}

.overlay-gradient-secondary-right::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#506690));
  background-image: linear-gradient(to bottom,transparent,#506690);
}

@media (min-width:768px) {
  .overlay-gradient-secondary-right::before {
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#506690),to(#506690));
    background-image: linear-gradient(to right,transparent,#506690 50%,#506690);
  }
}

.overlay-gradient-secondary-down::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#506690));
  background-image: linear-gradient(to bottom,transparent,#506690);
}

.overlay-gradient-secondary-left::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#506690));
  background-image: linear-gradient(to bottom,transparent,#506690);
}

@media (min-width:768px) {
  .overlay-gradient-secondary-left::before {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(50%,#506690),to(#506690));
    background-image: linear-gradient(to left,transparent,#506690 50%,#506690);
  }
}

.overlay-success::before {
  background-color: #42ba96;
}

.overlay-gradient-success-right::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#42ba96));
  background-image: linear-gradient(to bottom,transparent,#42ba96);
}

@media (min-width:768px) {
  .overlay-gradient-success-right::before {
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#42ba96),to(#42ba96));
    background-image: linear-gradient(to right,transparent,#42ba96 50%,#42ba96);
  }
}

.overlay-gradient-success-down::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#42ba96));
  background-image: linear-gradient(to bottom,transparent,#42ba96);
}

.overlay-gradient-success-left::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#42ba96));
  background-image: linear-gradient(to bottom,transparent,#42ba96);
}

@media (min-width:768px) {
  .overlay-gradient-success-left::before {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(50%,#42ba96),to(#42ba96));
    background-image: linear-gradient(to left,transparent,#42ba96 50%,#42ba96);
  }
}

.overlay-info::before {
  background-color: #7c69ef;
}

.overlay-gradient-info-right::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#7c69ef));
  background-image: linear-gradient(to bottom,transparent,#7c69ef);
}

@media (min-width:768px) {
  .overlay-gradient-info-right::before {
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#7c69ef),to(#7c69ef));
    background-image: linear-gradient(to right,transparent,#7c69ef 50%,#7c69ef);
  }
}

.overlay-gradient-info-down::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#7c69ef));
  background-image: linear-gradient(to bottom,transparent,#7c69ef);
}

.overlay-gradient-info-left::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#7c69ef));
  background-image: linear-gradient(to bottom,transparent,#7c69ef);
}

@media (min-width:768px) {
  .overlay-gradient-info-left::before {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(50%,#7c69ef),to(#7c69ef));
    background-image: linear-gradient(to left,transparent,#7c69ef 50%,#7c69ef);
  }
}

.overlay-warning::before {
  background-color: #fad776;
}

.overlay-gradient-warning-right::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#fad776));
  background-image: linear-gradient(to bottom,transparent,#fad776);
}

@media (min-width:768px) {
  .overlay-gradient-warning-right::before {
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#fad776),to(#fad776));
    background-image: linear-gradient(to right,transparent,#fad776 50%,#fad776);
  }
}

.overlay-gradient-warning-down::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#fad776));
  background-image: linear-gradient(to bottom,transparent,#fad776);
}

.overlay-gradient-warning-left::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#fad776));
  background-image: linear-gradient(to bottom,transparent,#fad776);
}

@media (min-width:768px) {
  .overlay-gradient-warning-left::before {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(50%,#fad776),to(#fad776));
    background-image: linear-gradient(to left,transparent,#fad776 50%,#fad776);
  }
}

.overlay-danger::before {
  background-color: #df4759;
}

.overlay-gradient-danger-right::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#df4759));
  background-image: linear-gradient(to bottom,transparent,#df4759);
}

@media (min-width:768px) {
  .overlay-gradient-danger-right::before {
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#df4759),to(#df4759));
    background-image: linear-gradient(to right,transparent,#df4759 50%,#df4759);
  }
}

.overlay-gradient-danger-down::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#df4759));
  background-image: linear-gradient(to bottom,transparent,#df4759);
}

.overlay-gradient-danger-left::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#df4759));
  background-image: linear-gradient(to bottom,transparent,#df4759);
}

@media (min-width:768px) {
  .overlay-gradient-danger-left::before {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(50%,#df4759),to(#df4759));
    background-image: linear-gradient(to left,transparent,#df4759 50%,#df4759);
  }
}

.overlay-light::before {
  background-color: #f9fbfd;
}

.overlay-gradient-light-right::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#f9fbfd));
  background-image: linear-gradient(to bottom,transparent,#f9fbfd);
}

@media (min-width:768px) {
  .overlay-gradient-light-right::before {
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#f9fbfd),to(#f9fbfd));
    background-image: linear-gradient(to right,transparent,#f9fbfd 50%,#f9fbfd);
  }
}

.overlay-gradient-light-down::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#f9fbfd));
  background-image: linear-gradient(to bottom,transparent,#f9fbfd);
}

.overlay-gradient-light-left::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#f9fbfd));
  background-image: linear-gradient(to bottom,transparent,#f9fbfd);
}

@media (min-width:768px) {
  .overlay-gradient-light-left::before {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(50%,#f9fbfd),to(#f9fbfd));
    background-image: linear-gradient(to left,transparent,#f9fbfd 50%,#f9fbfd);
  }
}

.overlay-dark::before {
  background-color: #1b2a4e;
}

.overlay-gradient-dark-right::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#1b2a4e));
  background-image: linear-gradient(to bottom,transparent,#1b2a4e);
}

@media (min-width:768px) {
  .overlay-gradient-dark-right::before {
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#1b2a4e),to(#1b2a4e));
    background-image: linear-gradient(to right,transparent,#1b2a4e 50%,#1b2a4e);
  }
}

.overlay-gradient-dark-down::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#1b2a4e));
  background-image: linear-gradient(to bottom,transparent,#1b2a4e);
}

.overlay-gradient-dark-left::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#1b2a4e));
  background-image: linear-gradient(to bottom,transparent,#1b2a4e);
}

@media (min-width:768px) {
  .overlay-gradient-dark-left::before {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(50%,#1b2a4e),to(#1b2a4e));
    background-image: linear-gradient(to left,transparent,#1b2a4e 50%,#1b2a4e);
  }
}

.overlay-primary-desat::before {
  background-color: #6c8aec;
}

.overlay-gradient-primary-desat-right::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#6c8aec));
  background-image: linear-gradient(to bottom,transparent,#6c8aec);
}

@media (min-width:768px) {
  .overlay-gradient-primary-desat-right::before {
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#6c8aec),to(#6c8aec));
    background-image: linear-gradient(to right,transparent,#6c8aec 50%,#6c8aec);
  }
}

.overlay-gradient-primary-desat-down::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#6c8aec));
  background-image: linear-gradient(to bottom,transparent,#6c8aec);
}

.overlay-gradient-primary-desat-left::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#6c8aec));
  background-image: linear-gradient(to bottom,transparent,#6c8aec);
}

@media (min-width:768px) {
  .overlay-gradient-primary-desat-left::before {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(50%,#6c8aec),to(#6c8aec));
    background-image: linear-gradient(to left,transparent,#6c8aec 50%,#6c8aec);
  }
}

.overlay-black::before {
  background-color: #161c2d;
}

.overlay-gradient-black-right::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#161c2d));
  background-image: linear-gradient(to bottom,transparent,#161c2d);
}

@media (min-width:768px) {
  .overlay-gradient-black-right::before {
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#161c2d),to(#161c2d));
    background-image: linear-gradient(to right,transparent,#161c2d 50%,#161c2d);
  }
}

.overlay-gradient-black-down::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#161c2d));
  background-image: linear-gradient(to bottom,transparent,#161c2d);
}

.overlay-gradient-black-left::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#161c2d));
  background-image: linear-gradient(to bottom,transparent,#161c2d);
}

@media (min-width:768px) {
  .overlay-gradient-black-left::before {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(50%,#161c2d),to(#161c2d));
    background-image: linear-gradient(to left,transparent,#161c2d 50%,#161c2d);
  }
}

.overlay-white::before {
  background-color: #fff;
}

.overlay-gradient-white-right::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));
  background-image: linear-gradient(to bottom,transparent,#fff);
}

@media (min-width:768px) {
  .overlay-gradient-white-right::before {
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(50%,#fff),to(#fff));
    background-image: linear-gradient(to right,transparent,#fff 50%,#fff);
  }
}

.overlay-gradient-white-down::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));
  background-image: linear-gradient(to bottom,transparent,#fff);
}

.overlay-gradient-white-left::before {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#fff));
  background-image: linear-gradient(to bottom,transparent,#fff);
}

@media (min-width:768px) {
  .overlay-gradient-white-left::before {
    background-image: -webkit-gradient(linear,right top,left top,from(transparent),color-stop(50%,#fff),to(#fff));
    background-image: linear-gradient(to left,transparent,#fff 50%,#fff);
  }
}

.overlay-10::before {
  opacity: .1;
}

.overlay-20::before {
  opacity: .2;
}

.overlay-30::before {
  opacity: .3;
}

.overlay-40::before {
  opacity: .4;
}

.overlay-50::before {
  opacity: .5;
}

.overlay-60::before {
  opacity: .6;
}

.overlay-70::before {
  opacity: .7;
}

.overlay-80::before {
  opacity: .8;
}

.overlay-90::before {
  opacity: .9;
}

/* .lift {
  -webkit-transition: box-shadow .25s ease,-webkit-transform .25s ease;
  transition: box-shadow .25s ease,-webkit-transform .25s ease;
  transition: box-shadow .25s ease,transform .25s ease;
  transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;
}

.lift:focus,.lift:hover {
  box-shadow: 0 1rem 2.5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.1)!important;
  -webkit-transform: translate3d(0,-3px,0);
  transform: translate3d(0,-3px,0);
}

.lift-lg:focus,.lift-lg:hover {
  box-shadow: 0 2rem 5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.05)!important;
  -webkit-transform: translate3d(0,-5px,0);
  transform: translate3d(0,-5px,0);
} */

.top-0 {
  top: 0!important;
}

.right-0 {
  right: 0!important;
}

.bottom-0 {
  bottom: 0!important;
}

.left-0 {
  left: 0!important;
}

.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

@media (min-width:576px) {
  .position-sm-static {
    position: static!important;
  }

  .position-sm-relative {
    position: relative!important;
  }

  .position-sm-absolute {
    position: absolute!important;
  }

  .position-sm-fixed {
    position: fixed!important;
  }

  .position-sm-sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
  }
}

@media (min-width:768px) {
  .position-md-static {
    position: static!important;
  }

  .position-md-relative {
    position: relative!important;
  }

  .position-md-absolute {
    position: absolute!important;
  }

  .position-md-fixed {
    position: fixed!important;
  }

  .position-md-sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
  }
}

@media (min-width:992px) {
  .position-lg-static {
    position: static!important;
  }

  .position-lg-relative {
    position: relative!important;
  }

  .position-lg-absolute {
    position: absolute!important;
  }

  .position-lg-fixed {
    position: fixed!important;
  }

  .position-lg-sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
  }
}

@media (min-width:1200px) {
  .position-xl-static {
    position: static!important;
  }

  .position-xl-relative {
    position: relative!important;
  }

  .position-xl-absolute {
    position: absolute!important;
  }

  .position-xl-fixed {
    position: fixed!important;
  }

  .position-xl-sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
  }
}

.shadow-light {
  box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.05)!important;
}

.shadow-light-lg {
  box-shadow: 0 1.5rem 4rem rgba(22,28,45,.05)!important;
}

.shadow-dark {
  box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.15)!important;
}

.shadow-dark-lg {
  box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15)!important;
}

.shadow-lift {
  box-shadow: 0 1rem 2.5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.1)!important;
}

.mw-25 {
  max-width: 25%!important;
}

.vw-25 {
  width: 25vw!important;
}

.mw-50 {
  max-width: 50%!important;
}

.vw-50 {
  width: 50vw!important;
}

.mw-75 {
  max-width: 75%!important;
}

.vw-75 {
  width: 75vw!important;
}

.mw-100 {
  max-width: 100%!important;
}

.vw-100 {
  width: 100vw!important;
}

.mw-auto {
  max-width: auto!important;
}

.vw-auto {
  width: autovw!important;
}

.mw-110 {
  max-width: 110%!important;
}

.vw-110 {
  width: 110vw!important;
}

.mw-120 {
  max-width: 120%!important;
}

.vw-120 {
  width: 120vw!important;
}

.mw-130 {
  max-width: 130%!important;
}

.vw-130 {
  width: 130vw!important;
}

.mw-140 {
  max-width: 140%!important;
}

.vw-140 {
  width: 140vw!important;
}

.mw-150 {
  max-width: 150%!important;
}

.vw-150 {
  width: 150vw!important;
}

@media (min-width:576px) {
  .h-sm-25 {
    height: 25%!important;
  }

  .w-sm-25 {
    width: 25%!important;
  }

  .mw-sm-25 {
    max-width: 25%!important;
  }

  .vh-sm-25 {
    height: 25vh;
  }

  .vw-sm-25 {
    width: 25vw;
  }

  .h-sm-50 {
    height: 50%!important;
  }

  .w-sm-50 {
    width: 50%!important;
  }

  .mw-sm-50 {
    max-width: 50%!important;
  }

  .vh-sm-50 {
    height: 50vh;
  }

  .vw-sm-50 {
    width: 50vw;
  }

  .h-sm-75 {
    height: 75%!important;
  }

  .w-sm-75 {
    width: 75%!important;
  }

  .mw-sm-75 {
    max-width: 75%!important;
  }

  .vh-sm-75 {
    height: 75vh;
  }

  .vw-sm-75 {
    width: 75vw;
  }

  .h-sm-100 {
    height: 100%!important;
  }

  .w-sm-100 {
    width: 100%!important;
  }

  .mw-sm-100 {
    max-width: 100%!important;
  }

  .vh-sm-100 {
    height: 100vh;
  }

  .vw-sm-100 {
    width: 100vw;
  }

  .h-sm-auto {
    height: auto!important;
  }

  .w-sm-auto {
    width: auto!important;
  }

  .mw-sm-auto {
    max-width: auto!important;
  }

  .vh-sm-auto {
    height: autovh;
  }

  .vw-sm-auto {
    width: autovw;
  }

  .h-sm-110 {
    height: 110%!important;
  }

  .w-sm-110 {
    width: 110%!important;
  }

  .mw-sm-110 {
    max-width: 110%!important;
  }

  .vh-sm-110 {
    height: 110vh;
  }

  .vw-sm-110 {
    width: 110vw;
  }

  .h-sm-120 {
    height: 120%!important;
  }

  .w-sm-120 {
    width: 120%!important;
  }

  .mw-sm-120 {
    max-width: 120%!important;
  }

  .vh-sm-120 {
    height: 120vh;
  }

  .vw-sm-120 {
    width: 120vw;
  }

  .h-sm-130 {
    height: 130%!important;
  }

  .w-sm-130 {
    width: 130%!important;
  }

  .mw-sm-130 {
    max-width: 130%!important;
  }

  .vh-sm-130 {
    height: 130vh;
  }

  .vw-sm-130 {
    width: 130vw;
  }

  .h-sm-140 {
    height: 140%!important;
  }

  .w-sm-140 {
    width: 140%!important;
  }

  .mw-sm-140 {
    max-width: 140%!important;
  }

  .vh-sm-140 {
    height: 140vh;
  }

  .vw-sm-140 {
    width: 140vw;
  }

  .h-sm-150 {
    height: 150%!important;
  }

  .w-sm-150 {
    width: 150%!important;
  }

  .mw-sm-150 {
    max-width: 150%!important;
  }

  .vh-sm-150 {
    height: 150vh;
  }

  .vw-sm-150 {
    width: 150vw;
  }
}

@media (min-width:768px) {
  .h-md-25 {
    height: 25%!important;
  }

  .w-md-25 {
    width: 25%!important;
  }

  .mw-md-25 {
    max-width: 25%!important;
  }

  .vh-md-25 {
    height: 25vh;
  }

  .vw-md-25 {
    width: 25vw;
  }

  .h-md-50 {
    height: 50%!important;
  }

  .w-md-50 {
    width: 50%!important;
  }

  .mw-md-50 {
    max-width: 50%!important;
  }

  .vh-md-50 {
    height: 50vh;
  }

  .vw-md-50 {
    width: 50vw;
  }

  .h-md-75 {
    height: 75%!important;
  }

  .w-md-75 {
    width: 75%!important;
  }

  .mw-md-75 {
    max-width: 75%!important;
  }

  .vh-md-75 {
    height: 75vh;
  }

  .vw-md-75 {
    width: 75vw;
  }

  .h-md-100 {
    height: 100%!important;
  }

  .w-md-100 {
    width: 100%!important;
  }

  .mw-md-100 {
    max-width: 100%!important;
  }

  .vh-md-100 {
    height: 100vh;
  }

  .vw-md-100 {
    width: 100vw;
  }

  .h-md-auto {
    height: auto!important;
  }

  .w-md-auto {
    width: auto!important;
  }

  .mw-md-auto {
    max-width: auto!important;
  }

  .vh-md-auto {
    height: autovh;
  }

  .vw-md-auto {
    width: autovw;
  }

  .h-md-110 {
    height: 110%!important;
  }

  .w-md-110 {
    width: 110%!important;
  }

  .mw-md-110 {
    max-width: 110%!important;
  }

  .vh-md-110 {
    height: 110vh;
  }

  .vw-md-110 {
    width: 110vw;
  }

  .h-md-120 {
    height: 120%!important;
  }

  .w-md-120 {
    width: 120%!important;
  }

  .mw-md-120 {
    max-width: 120%!important;
  }

  .vh-md-120 {
    height: 120vh;
  }

  .vw-md-120 {
    width: 120vw;
  }

  .h-md-130 {
    height: 130%!important;
  }

  .w-md-130 {
    width: 130%!important;
  }

  .mw-md-130 {
    max-width: 130%!important;
  }

  .vh-md-130 {
    height: 130vh;
  }

  .vw-md-130 {
    width: 130vw;
  }

  .h-md-140 {
    height: 140%!important;
  }

  .w-md-140 {
    width: 140%!important;
  }

  .mw-md-140 {
    max-width: 140%!important;
  }

  .vh-md-140 {
    height: 140vh;
  }

  .vw-md-140 {
    width: 140vw;
  }

  .h-md-150 {
    height: 150%!important;
  }

  .w-md-150 {
    width: 150%!important;
  }

  .mw-md-150 {
    max-width: 150%!important;
  }

  .vh-md-150 {
    height: 150vh;
  }

  .vw-md-150 {
    width: 150vw;
  }
}

@media (min-width:992px) {
  .h-lg-25 {
    height: 25%!important;
  }

  .w-lg-25 {
    width: 25%!important;
  }

  .mw-lg-25 {
    max-width: 25%!important;
  }

  .vh-lg-25 {
    height: 25vh;
  }

  .vw-lg-25 {
    width: 25vw;
  }

  .h-lg-50 {
    height: 50%!important;
  }

  .w-lg-50 {
    width: 50%!important;
  }

  .mw-lg-50 {
    max-width: 50%!important;
  }

  .vh-lg-50 {
    height: 50vh;
  }

  .vw-lg-50 {
    width: 50vw;
  }

  .h-lg-75 {
    height: 75%!important;
  }

  .w-lg-75 {
    width: 75%!important;
  }

  .mw-lg-75 {
    max-width: 75%!important;
  }

  .vh-lg-75 {
    height: 75vh;
  }

  .vw-lg-75 {
    width: 75vw;
  }

  .h-lg-100 {
    height: 100%!important;
  }

  .w-lg-100 {
    width: 100%!important;
  }

  .mw-lg-100 {
    max-width: 100%!important;
  }

  .vh-lg-100 {
    height: 100vh;
  }

  .vw-lg-100 {
    width: 100vw;
  }

  .h-lg-auto {
    height: auto!important;
  }

  .w-lg-auto {
    width: auto!important;
  }

  .mw-lg-auto {
    max-width: auto!important;
  }

  .vh-lg-auto {
    height: autovh;
  }

  .vw-lg-auto {
    width: autovw;
  }

  .h-lg-110 {
    height: 110%!important;
  }

  .w-lg-110 {
    width: 110%!important;
  }

  .mw-lg-110 {
    max-width: 110%!important;
  }

  .vh-lg-110 {
    height: 110vh;
  }

  .vw-lg-110 {
    width: 110vw;
  }

  .h-lg-120 {
    height: 120%!important;
  }

  .w-lg-120 {
    width: 120%!important;
  }

  .mw-lg-120 {
    max-width: 120%!important;
  }

  .vh-lg-120 {
    height: 120vh;
  }

  .vw-lg-120 {
    width: 120vw;
  }

  .h-lg-130 {
    height: 130%!important;
  }

  .w-lg-130 {
    width: 130%!important;
  }

  .mw-lg-130 {
    max-width: 130%!important;
  }

  .vh-lg-130 {
    height: 130vh;
  }

  .vw-lg-130 {
    width: 130vw;
  }

  .h-lg-140 {
    height: 140%!important;
  }

  .w-lg-140 {
    width: 140%!important;
  }

  .mw-lg-140 {
    max-width: 140%!important;
  }

  .vh-lg-140 {
    height: 140vh;
  }

  .vw-lg-140 {
    width: 140vw;
  }

  .h-lg-150 {
    height: 150%!important;
  }

  .w-lg-150 {
    width: 150%!important;
  }

  .mw-lg-150 {
    max-width: 150%!important;
  }

  .vh-lg-150 {
    height: 150vh;
  }

  .vw-lg-150 {
    width: 150vw;
  }
}

@media (min-width:1200px) {
  .h-xl-25 {
    height: 25%!important;
  }

  .w-xl-25 {
    width: 25%!important;
  }

  .mw-xl-25 {
    max-width: 25%!important;
  }

  .vh-xl-25 {
    height: 25vh;
  }

  .vw-xl-25 {
    width: 25vw;
  }

  .h-xl-50 {
    height: 50%!important;
  }

  .w-xl-50 {
    width: 50%!important;
  }

  .mw-xl-50 {
    max-width: 50%!important;
  }

  .vh-xl-50 {
    height: 50vh;
  }

  .vw-xl-50 {
    width: 50vw;
  }

  .h-xl-75 {
    height: 75%!important;
  }

  .w-xl-75 {
    width: 75%!important;
  }

  .mw-xl-75 {
    max-width: 75%!important;
  }

  .vh-xl-75 {
    height: 75vh;
  }

  .vw-xl-75 {
    width: 75vw;
  }

  .h-xl-100 {
    height: 100%!important;
  }

  .w-xl-100 {
    width: 100%!important;
  }

  .mw-xl-100 {
    max-width: 100%!important;
  }

  .vh-xl-100 {
    height: 100vh;
  }

  .vw-xl-100 {
    width: 100vw;
  }

  .h-xl-auto {
    height: auto!important;
  }

  .w-xl-auto {
    width: auto!important;
  }

  .mw-xl-auto {
    max-width: auto!important;
  }

  .vh-xl-auto {
    height: autovh;
  }

  .vw-xl-auto {
    width: autovw;
  }

  .h-xl-110 {
    height: 110%!important;
  }

  .w-xl-110 {
    width: 110%!important;
  }

  .mw-xl-110 {
    max-width: 110%!important;
  }

  .vh-xl-110 {
    height: 110vh;
  }

  .vw-xl-110 {
    width: 110vw;
  }

  .h-xl-120 {
    height: 120%!important;
  }

  .w-xl-120 {
    width: 120%!important;
  }

  .mw-xl-120 {
    max-width: 120%!important;
  }

  .vh-xl-120 {
    height: 120vh;
  }

  .vw-xl-120 {
    width: 120vw;
  }

  .h-xl-130 {
    height: 130%!important;
  }

  .w-xl-130 {
    width: 130%!important;
  }

  .mw-xl-130 {
    max-width: 130%!important;
  }

  .vh-xl-130 {
    height: 130vh;
  }

  .vw-xl-130 {
    width: 130vw;
  }

  .h-xl-140 {
    height: 140%!important;
  }

  .w-xl-140 {
    width: 140%!important;
  }

  .mw-xl-140 {
    max-width: 140%!important;
  }

  .vh-xl-140 {
    height: 140vh;
  }

  .vw-xl-140 {
    width: 140vw;
  }

  .h-xl-150 {
    height: 150%!important;
  }

  .w-xl-150 {
    width: 150%!important;
  }

  .mw-xl-150 {
    max-width: 150%!important;
  }

  .vh-xl-150 {
    height: 150vh;
  }

  .vw-xl-150 {
    width: 150vw;
  }
}

@media (min-width:576px) {
  .w-cover {
    width: calc(100% + (100vw - 540px)/ 2 + 40px);
  }
}

@media (min-width:768px) {
  .w-cover {
    width: calc(100% + (100vw - 720px)/ 2 + 40px);
  }
}

@media (min-width:992px) {
  .w-cover {
    width: calc(100% + (100vw - 960px)/ 2 + 40px);
  }
}

@media (min-width:1200px) {
  .w-cover {
    width: calc(100% + (100vw - 1040px)/ 2 + 40px);
  }
}

.font-size-sm {
  font-size: .9375rem!important;
}

.font-size-lg {
  font-size: 1.1875rem!important;
}

@media (max-width:991.98px) {
  .font-size-lg {
    font-size: 1.0625rem!important;
  }
}

.text-gray-100 {
  color: #f9fbfd!important;
}

.text-gray-200 {
  color: #f1f4f8!important;
}

.text-gray-300 {
  color: #d9e2ef!important;
}

.text-gray-400 {
  color: #c6d3e6!important;
}

.text-gray-500 {
  color: #abbcd5!important;
}

.text-gray-600 {
  color: #869ab8!important;
}

.text-gray-700 {
  color: #506690!important;
}

.text-gray-800 {
  color: #384c74!important;
}

.text-gray-900 {
  color: #1b2a4e!important;
}

.text-white-70 {
  color: rgba(255,255,255,.7)!important;
}

.text-white-75 {
  color: rgba(255,255,255,.75)!important;
}

.text-white-80 {
  color: rgba(255,255,255,.8)!important;
}

.letter-spacing-lg {
  letter-spacing: .08em!important;
}

.opacity-0 {
  opacity: 0!important;
}

.opacity-1 {
  opacity: 1!important;
}

[data-aos=img-skewed-item-left],[data-aos=img-skewed-item-right] {
  opacity: 0;
  transition-property: opacity,transform,-webkit-transform;
  will-change: opacity,transform,-webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[data-aos=img-skewed-item-left].aos-animate,[data-aos=img-skewed-item-right].aos-animate {
  opacity: 1;
}

[data-aos=img-skewed-item-left] {
  -webkit-transform: rotateY(-20deg) rotateX(5deg) translate3d(0,100px,0);
  transform: rotateY(-20deg) rotateX(5deg) translate3d(0,100px,0);
}

[data-aos=img-skewed-item-left].aos-animate {
  -webkit-transform: rotateY(-35deg) rotateX(15deg) translate3d(0,0,0);
  transform: rotateY(-35deg) rotateX(15deg) translate3d(0,0,0);
}

[data-aos=img-skewed-item-right] {
  -webkit-transform: rotateY(20deg) rotateX(5deg) translate3d(0,100px,0);
  transform: rotateY(20deg) rotateX(5deg) translate3d(0,100px,0);
}

[data-aos=img-skewed-item-right].aos-animate {
  -webkit-transform: rotateY(35deg) rotateX(15deg) translate3d(0,0,0);
  transform: rotateY(35deg) rotateX(15deg) translate3d(0,0,0);
}

.avatar {
  position: relative;
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  font-size: .625rem;
}

.avatar:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  background-image: url(../img/masks/avatar-status.svg),url(../img/masks/avatar-group.svg),url(../img/masks/avatar-group-hover.svg),url(../img/masks/avatar-group-hover-last.svg);
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #abbcd5;
  color: #fff;
}

.avatar-offline::before,.avatar-online::before {
  content: '';
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
}

.avatar-offline .avatar-img,.avatar-online .avatar-img {
  -webkit-mask-image: url(../img/masks/avatar-status.svg);
  mask-image: url(../img/masks/avatar-status.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.avatar-online::before {
  background-color: #42ba96;
}

.avatar-offline::before {
  background-color: #abbcd5;
}

.avatar-xs {
  width: 1rem;
  height: 1rem;
  font-size: .33333rem;
}

.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
  font-size: .5rem;
}

.avatar-lg {
  width: 2.25rem;
  height: 2.25rem;
  font-size: .75rem;
}

.avatar-xl {
  width: 4rem;
  height: 4rem;
  font-size: 1.33333rem;
}

.avatar-xxl {
  width: 4rem;
  height: 4rem;
  font-size: 1.33333rem;
}

@media (min-width:768px) {
  .avatar-xxl {
    width: 5rem;
    height: 5rem;
    font-size: 1.66667rem;
  }
}

.avatar.avatar-4by3 {
  width: 2.5rem;
}

.avatar-xs.avatar-4by3 {
  width: 1.33333rem;
}

.avatar-sm.avatar-4by3 {
  width: 2rem;
}

.avatar-lg.avatar-4by3 {
  width: 3rem;
}

.avatar-xl.avatar-4by3 {
  width: 5.33333rem;
}

.avatar-xxl.avatar-4by3 {
  width: 6.66667rem;
}

.avatar-group {
  display: -webkit-inline-box;
  display: inline-flex;
}

.avatar-group .avatar+.avatar {
  margin-left: -.46875rem;
}

.avatar-group .avatar-xs+.avatar-xs {
  margin-left: -.25rem;
}

.avatar-group .avatar-sm+.avatar-sm {
  margin-left: -.375rem;
}

.avatar-group .avatar-lg+.avatar-lg {
  margin-left: -.5625rem;
}

.avatar-group .avatar-xl+.avatar-xl {
  margin-left: -1rem;
}

.avatar-group .avatar-xxl+.avatar-xxl {
  margin-left: -1.25rem;
}

.avatar-group .avatar:not(:last-child) {
  -webkit-mask-image: url(../img/masks/avatar-group.svg);
  mask-image: url(../img/masks/avatar-group.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.avatar-group .avatar:hover {
  -webkit-mask-image: none;
  mask-image: none;
  z-index: 1;
}

.avatar-group .avatar:hover+.avatar {
  -webkit-mask-image: url(../img/masks/avatar-group-hover.svg);
  mask-image: url(../img/masks/avatar-group-hover.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.avatar-group .avatar:hover+.avatar:last-child {
  -webkit-mask-image: url(../img/masks/avatar-group-hover-last.svg);
  mask-image: url(../img/masks/avatar-group-hover-last.svg);
}

.collapse-chevron {
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

[aria-expanded=true] .collapse-chevron {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.device {
  position: relative;
}

.device>.img-fluid {
  position: relative;
}

.device::before {
  content: "";
  background-color: #f9fbfd;
}

.device-screen,.device::before {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

.device-iphonex::before,.device-iphonex>.device-screen {
  top: 7.784431138%;
  left: 16.4021164%;
  width: 66.137566137%;
  height: 80.838323353%;
}

.device-macbook::before,.device-macbook>.device-screen {
  top: 11.53846154%;
  left: 13.38709677%;
  width: 73.548387096%;
  height: 73.076923076%;
}

.device-combo {
  position: relative;
}

.device-combo>.device {
  position: absolute;
}

.device-combo-iphonex-iphonex {
  padding-bottom: 130.250482%;
}

.device-combo-iphonex-iphonex>.device-iphonex:first-child {
  bottom: 0;
  left: 0;
  width: 65.5260116%;
  z-index: 1;
}

.device-combo-iphonex-iphonex>.device-iphonex:last-child {
  top: 0;
  right: 0;
  width: 72.8323699%;
}

.device-combo-iphonex-macbook,.device-combo-macbook-iphonex {
  padding-bottom: 62.4260355%;
}

.device-combo-iphonex-macbook>.device-macbook,.device-combo-macbook-iphonex>.device-macbook {
  width: 91.7159763%;
}

.device-combo-iphonex-macbook>.device-iphonex,.device-combo-macbook-iphonex>.device-iphonex {
  width: 27.9585799%;
  z-index: 1;
}

.device-combo-macbook-iphonex>.device-macbook {
  top: 0;
  left: 0;
}

.device-combo-iphonex-macbook>.device-macbook {
  top: 0;
  right: 0;
}

.device-combo-macbook-iphonex>.device-iphonex {
  bottom: 0;
  right: 0;
}

.device-combo-iphonex-macbook>.device-iphonex {
  bottom: 0;
  left: 0;
}

body.compensate-for-scrollbar {
  margin-right: 0!important;
}

.fancybox-container .fancybox-bg {
  background-color: rgba(255,255,255,.97);
}

.fe-lg {
  font-size: 1.3125rem;
}

@media (min-width:768px) {
  .fe-lg {
    font-size: 1.125rem;
  }
}

.footer-brand {
/*   max-height: 1.2rem; */
  max-height: 5rem;
}

.bg-dark .footer-brand {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.flickity-button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: calc(1.6em + 1.625rem + 2px);
  height: calc(1.6em + 1.625rem + 2px);
  padding: 10px;
  background-color: #335eea;
  box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.05);
  color: #fff;
}

.flickity-button::after,.flickity-button::before {
  font-family: Feather;
}

.flickity-button:focus,.flickity-button:hover {
  background-color: #335eea;
  box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.1);
}

.flickity-button.previous {
  left: 0;
  -webkit-transform: translate(calc(-50% + 10px),-50%);
  transform: translate(calc(-50% + 10px),-50%);
}

@media (min-width:768px) {
  .flickity-button.previous {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}

.flickity-button.previous::before {
  content: "\e910";
}

.flickity-button.next {
  right: 0;
  -webkit-transform: translate(calc(50% - 10px),-50%);
  transform: translate(calc(50% - 10px),-50%);
}

@media (min-width:768px) {
  .flickity-button.next {
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
  }
}

.flickity-button.next::before {
  content: "\e912";
}

.flickity-button-icon {
  display: none;
}

.flickity-button-white .flickity-button {
  background-color: #fff;
  color: #335eea;
}

.flickity-button-bottom .flickity-button {
  top: auto;
  bottom: 1.5rem;
  -webkit-transform: none;
  transform: none;
}

.flickity-button-bottom .flickity-button.previous {
  left: auto;
  right: 6.375rem;
}

.flickity-button-bottom .flickity-button.next {
  left: auto;
  right: 2.5rem;
}

.flickity-button-inset .flickity-button {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-button-inset .flickity-button.previous {
  left: 1.5rem;
}

.flickity-button-inset .flickity-button.next {
  right: 1.5rem;
}

.flickity-viewport-visible .flickity-viewport {
  overflow: visible;
}

[data-flickity*='"adaptiveHeight": true'] .flickity-viewport {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.hljs {
  background-color: transparent;
}

.icon>svg {
  width: 3rem;
  height: 3rem;
}

.icon[class*=text-]>svg [fill]:not([fill=none]) {
  fill: currentColor!important;
}

.icon-xs>svg {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-sm>svg {
  width: 2.25rem;
  height: 2.25rem;
}

.icon-lg>svg {
  width: 4rem;
  height: 4rem;
}

.icon-xl>svg {
  width: 5rem;
  height: 5rem;
}

.icon-circle {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 4.1875rem;
  height: 4.1875rem;
  border-radius: 50%;
}

.icon-circle>.fe {
  font-size: 1.875rem;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.list-item+.list-item {
  margin-top: .35rem;
}

.list-link {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  font-size: .9375rem;
  color: #506690;
}

.list-link:focus,.list-link:hover {
  text-decoration: none;
  color: #335eea;
}

.screenshot {
  border-radius: .625rem;
  box-shadow: 25px 60px 125px -25px rgba(80,102,144,.1),16px 40px 75px -40px rgba(0,0,0,.2);
}

.section-border {
  position: relative;
}

.section-border::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-width: 2px 0 0 0;
  border-style: solid;
  border-color: inherit;
  content: "";
}

.shape {
  position: absolute;
  pointer-events: none;
}

.shape>* {
  display: block;
}

.shape:not([class*=shape-blur]) {
  overflow: hidden;
}

.shape:not([class*=shape-blur])>* {
  -webkit-transform: scale(2);
  transform: scale(2);
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
  .shape>svg {
    display: none;
  }
}

.shape-top {
  top: 0;
  right: 0;
  left: 0;
}

.shape-top>* {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.shape-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.shape-right>* {
  position: inherit;
  top: inherit;
  bottom: inherit;
  right: inherit;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.shape-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}

.shape-bottom>* {
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.shape-bottom-100 {
  right: 0;
  bottom: 100%;
  left: 0;
}

.shape-bottom-100>* {
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.shape-left {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.shape-left>* {
  position: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.shape-fluid-x>* {
  width: 100%;
  height: auto;
}

.shape-fluid-y>* {
  width: auto;
  height: 100%;
}

.shape-blur-1 {
  top: 0;
  right: 0;
  left: 0;
}

@media (min-width:768px) {
  .shape-blur-1 {
    bottom: 0;
    left: 50%;
    right: auto;
  }
}

.shape-blur-1>* {
  width: 100%;
  height: auto;
}

@media (min-width:768px) {
  .shape-blur-1>* {
    width: auto;
    height: 100%;
  }
}

.shape-blur-2 {
  top: 0;
  right: 0;
  left: 0;
}

@media (min-width:768px) {
  .shape-blur-2 {
    bottom: 0;
    right: 50%;
    left: auto;
  }
}

.shape-blur-2>* {
  width: 100%;
  height: auto;
}

@media (min-width:768px) {
  .shape-blur-2>* {
    width: auto;
    height: 100%;
    float: right;
  }
}

.shape-blur-3 {
  top: 0;
  right: 0;
  left: 0;
}

.shape-blur-3>* {
  width: 100%;
  height: auto;
}

.shape-blur-4 {
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1.3);
  transform: translateX(-50%) scale(1.3);
}

.shape-blur-4>* {
  width: auto;
  height: 100%;
}

@media (min-width:992px) {
  .sidenav {
    position: fixed;
    top: 84px;
    height: calc(100vh - 84px);
    overflow: auto;
  }
}

@media (min-width:992px) {
  .sidenav-left {
    left: 0;
  }
}

@media (min-width:992px) {
  .sidenav-right {
    right: 0;
  }
}
/**
 * @license
 * MyFonts Webfont Build ID 4026054, 2021-03-11T17:44:46-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed 
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FranklinGothicURWExtComD-Boo by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/d-book-extra-compressed/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURWExtComD-Dem by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/d-demi-extra-compressed/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURW-Boo by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-book/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURW-BooIta by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-book-italic/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURW-Dem by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-demi/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURW-DemIta by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-demi-italic/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURW-Hea by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-heavy/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURW-HeaIta by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-heavy-italic/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURW-Lig by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-light/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURW-Med by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-medium/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURW-MedIta by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-medium-italic/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURWCnSC-Boo by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/sc-t-book-condensed/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURWCnSC-Med by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/sc-t-medium-condensed/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURWCom-Boo by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-book-compressed/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURWCom-BooIta by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-book-compressed-italic/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURWCom-Dem by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-demi-compressed/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURWCom-DemIta by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-demi-compressed-italic/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURWCon-Boo by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-book-condensed/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURWCon-BooIta by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-book-condensed-italic/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURWCon-DemIta by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-demi-condensed-italic/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURWCon-Med by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-medium-condensed/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: FranklinGothicURWCon-MedIta by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-medium-condensed-italic/
 * Copyright: Copyright 2010 URW++ Design &amp;amp; Development Hamburg
 * 
 * Webfont: ClarendonLTStd-Light by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/clarendon/std-light/
 * Copyright: Copyright &amp;#x00A9; 2015 Monotype GmbH. All rights reserved.
 * 
 * Webfont: ClarendonLTStd by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/clarendon/std/
 * Copyright: Copyright &amp;#x00A9; 2015 Monotype GmbH. All rights reserved.
 * 
 * Webfont: ClarendonLTStd-Bold by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/clarendon/std-bold/
 * Copyright: Copyright &amp;#x00A9; 2015 Monotype GmbH. All rights reserved.
 * 
 * Webfont: FranklinGothicURWCon-Dem by URW Type Foundry
 * URL: https://www.myfonts.com/fonts/urw/franklin-gothic/t-demi-condensed/
 * Copyright: Copyright 2018 by URW Type Foundry GmbH
 * 
 * 
 * 
 * © 2021 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3d6ec6");
  
@font-face {
  font-family: "FranklinGothicURW-Dem";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWDem/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWDem/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWExtComD-Boo";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWExtComDBoo/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWExtComDBoo/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURW-Boo";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWBoo/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWBoo/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURW-BooIta";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWBooIta/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWBooIta/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWExtComD-Dem";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWExtComDDem/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWExtComDDem/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWCon-Dem";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWConDem/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWConDem/font.woff') format('woff');
}
@font-face {
  font-family: "ClarendonLTStd";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/ClarendonLTStd/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/ClarendonLTStd/font.woff') format('woff');
}
@font-face {
  font-family: "ClarendonLTStd-Bold";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/ClarendonLTStdBold/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/ClarendonLTStdBold/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWCon-DemIta";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWConDemIta/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWConDemIta/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWCon-Med";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWConMed/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWConMed/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWCon-MedIta";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWConMedIta/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWConMedIta/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWCon-Boo";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWConBoo/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWConBoo/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWCom-DemIta";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWComDemIta/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWComDemIta/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWCom-Dem";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWComDem/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWComDem/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWCon-BooIta";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWConBooIta/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWConBooIta/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWCom-BooIta";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWComBooIta/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWComBooIta/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWCnSC-Boo";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWCnSCBoo/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWCnSCBoo/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWCom-Boo";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWComBoo/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWComBoo/font.woff') format('woff');
}
@font-face {
  font-family: "ClarendonLTStd-Light";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/ClarendonLTStdLight/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/ClarendonLTStdLight/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURWCnSC-Med";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWCnSCMed/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWCnSCMed/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURW-MedIta";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWMedIta/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWMedIta/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURW-Med";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWMed/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWMed/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURW-HeaIta";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWHeaIta/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWHeaIta/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURW-Lig";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWLig/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWLig/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURW-Hea";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWHea/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWHea/font.woff') format('woff');
}
@font-face {
  font-family: "FranklinGothicURW-DemIta";
  src: url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWDemIta/font.woff2') format('woff2'), url('https://21099556.fs1.hubspotusercontent-na2.net/hubfs/21099556/raw_assets/public/theme/commercial/assets/fonts/webFonts/FranklinGothicURWDemIta/font.woff') format('woff');
}
/* --------------- Config --------------- */
/* Breakpoints */





/* Containers */






/* Spacing */







/* Typography */



























/* Colors */




















/* Backgrounds */





/* Buttons */























/* Form */











/* Site Header */

















/* Site footer */










/* Borders */





/* Effects */





/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */





*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #024dbc;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  white-space: normal;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}


.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: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
::after {
  display: block;
  content: "";
  clear: both;
}
.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}

@media (min-width: 768px) {
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.left-0 {
  left: 0 !important;
}

.left-50 {
  left: 50% !important;
}

.left-100 {
  left: 100% !important;
}

.right-0 {
  right: 0 !important;
}

.right-50 {
  right: 50% !important;
}

.right-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translateX(-50%) translateY(-50%) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}
/* --------------- Config --------------- */
/* Breakpoints */





/* Containers */






/* Spacing */







/* Typography */



























/* Colors */




















/* Backgrounds */





/* Buttons */























/* Form */











/* Site Header */

















/* Site footer */










/* Borders */





/* Effects */





/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */






/* 1h. Horizontal Rule */



/* 1i. Blockquote */




.m-0 { margin: 0.0rem !important; }.m-1 { margin: 0.5rem !important; }.m-2 { margin: 1.0rem !important; }.m-3 { margin: 1.5rem !important; }.m-4 { margin: 2.0rem !important; }.m-5 { margin: 2.5rem !important; }.m-6 { margin: 3.0rem !important; }.m-7 { margin: 3.5rem !important; }.m-8 { margin: 4.0rem !important; }.m-9 { margin: 4.5rem !important; }.m-10 { margin: 5.0rem !important; }.m-11 { margin: 5.5rem !important; }.m-12 { margin: 6.0rem !important; }.m-13 { margin: 6.5rem !important; }.m-14 { margin: 7.0rem !important; }.m-15 { margin: 7.5rem !important; }.m-16 { margin: 8.0rem !important; }.m-auto { margin: auto !important; }

.mx-0 { margin-left: 0.0rem !important; margin-right: 0.0rem !important; }
.mx-1 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-2 { margin-left: 1.0rem !important; margin-right: 1.0rem !important; }
.mx-3 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-4 { margin-left: 2.0rem !important; margin-right: 2.0rem !important; }
.mx-5 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
.mx-6 { margin-left: 3.0rem !important; margin-right: 3.0rem !important; }
.mx-7 { margin-left: 3.5rem !important; margin-right: 3.5rem !important; }
.mx-8 { margin-left: 4.0rem !important; margin-right: 4.0rem !important; }
.mx-9 { margin-left: 4.5rem !important; margin-right: 4.5rem !important; }
.mx-10 { margin-left: 5.0rem !important; margin-right: 5.0rem !important; }
.mx-11 { margin-left: 5.5rem !important; margin-right: 5.5rem !important; }
.mx-12 { margin-left: 6.0rem !important; margin-right: 6.0rem !important; }
.mx-13 { margin-left: 6.5rem !important; margin-right: 6.5rem !important; }
.mx-14 { margin-left: 7.0rem !important; margin-right: 7.0rem !important; }
.mx-15 { margin-left: 7.5rem !important; margin-right: 7.5rem !important; }
.mx-16 { margin-left: 8.0rem !important; margin-right: 8.0rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }

.my-0 { margin-top: 0.0rem !important; margin-bottom: 0.0rem !important; }
.my-1 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-2 { margin-top: 1.0rem !important; margin-bottom: 1.0rem !important; }
.my-3 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-4 { margin-top: 2.0rem !important; margin-bottom: 2.0rem !important; }
.my-5 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
.my-6 { margin-top: 3.0rem !important; margin-bottom: 3.0rem !important; }
.my-7 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; }
.my-8 { margin-top: 4.0rem !important; margin-bottom: 4.0rem !important; }
.my-9 { margin-top: 4.5rem !important; margin-bottom: 4.5rem !important; }
.my-10 { margin-top: 5.0rem !important; margin-bottom: 5.0rem !important; }
.my-11 { margin-top: 5.5rem !important; margin-bottom: 5.5rem !important; }
.my-12 { margin-top: 6.0rem !important; margin-bottom: 6.0rem !important; }
.my-13 { margin-top: 6.5rem !important; margin-bottom: 6.5rem !important; }
.my-14 { margin-top: 7.0rem !important; margin-bottom: 7.0rem !important; }
.my-15 { margin-top: 7.5rem !important; margin-bottom: 7.5rem !important; }
.my-16 { margin-top: 8.0rem !important; margin-bottom: 8.0rem !important; }
.my-auto { margin-top: auto !important; margin-bottom: auto !important; }

.mt-0 { margin-top: 0.0rem !important; }
.mt-1 { margin-top: 0.5rem !important; }
.mt-2 { margin-top: 1.0rem !important; }
.mt-3 { margin-top: 1.5rem !important; }
.mt-4 { margin-top: 2.0rem !important; }
.mt-5 { margin-top: 2.5rem !important; }
.mt-6 { margin-top: 3.0rem !important; }
.mt-7 { margin-top: 3.5rem !important; }
.mt-8 { margin-top: 4.0rem !important; }
.mt-9 { margin-top: 4.5rem !important; }
.mt-10 { margin-top: 5.0rem !important; }
.mt-11 { margin-top: 5.5rem !important; }
.mt-12 { margin-top: 6.0rem !important; }
.mt-13 { margin-top: 6.5rem !important; }
.mt-14 { margin-top: 7.0rem !important; }
.mt-15 { margin-top: 7.5rem !important; }
.mt-16 { margin-top: 8.0rem !important; }
.mt-auto { margin-top: auto !important; }

.mb-0 { margin-bottom: 0.0rem !important; }
.mb-1 { margin-bottom: 0.5rem !important; }
.mb-2 { margin-bottom: 1.0rem !important; }
.mb-3 { margin-bottom: 1.5rem !important; }
.mb-4 { margin-bottom: 2.0rem !important; }
.mb-5 { margin-bottom: 2.5rem !important; }
.mb-6 { margin-bottom: 3.0rem !important; }
.mb-7 { margin-bottom: 3.5rem !important; }
.mb-8 { margin-bottom: 4.0rem !important; }
.mb-9 { margin-bottom: 4.5rem !important; }
.mb-10 { margin-bottom: 5.0rem !important; }
.mb-11 { margin-bottom: 5.5rem !important; }
.mb-12 { margin-bottom: 6.0rem !important; }
.mb-13 { margin-bottom: 6.5rem !important; }
.mb-14 { margin-bottom: 7.0rem !important; }
.mb-15 { margin-bottom: 7.5rem !important; }
.mb-16 { margin-bottom: 8.0rem !important; }
.mb-auto { margin-bottom: auto !important; }

.ml-0 { margin-left: 0.0rem !important; }
.ml-1 { margin-left: 0.5rem !important; }
.ml-2 { margin-left: 1.0rem !important; }
.ml-3 { margin-left: 1.5rem !important; }
.ml-4 { margin-left: 2.0rem !important; }
.ml-5 { margin-left: 2.5rem !important; }
.ml-6 { margin-left: 3.0rem !important; }
.ml-7 { margin-left: 3.5rem !important; }
.ml-8 { margin-left: 4.0rem !important; }
.ml-9 { margin-left: 4.5rem !important; }
.ml-10 { margin-left: 5.0rem !important; }
.ml-11 { margin-left: 5.5rem !important; }
.ml-12 { margin-left: 6.0rem !important; }
.ml-13 { margin-left: 6.5rem !important; }
.ml-14 { margin-left: 7.0rem !important; }
.ml-15 { margin-left: 7.5rem !important; }
.ml-16 { margin-left: 8.0rem !important; }
.ml-auto { margin-left: auto !important; }

.mr-0 { margin-right: 0.0rem !important; }
.mr-1 { margin-right: 0.5rem !important; }
.mr-2 { margin-right: 1.0rem !important; }
.mr-3 { margin-right: 1.5rem !important; }
.mr-4 { margin-right: 2.0rem !important; }
.mr-5 { margin-right: 2.5rem !important; }
.mr-6 { margin-right: 3.0rem !important; }
.mr-7 { margin-right: 3.5rem !important; }
.mr-8 { margin-right: 4.0rem !important; }
.mr-9 { margin-right: 4.5rem !important; }
.mr-10 { margin-right: 5.0rem !important; }
.mr-11 { margin-right: 5.5rem !important; }
.mr-12 { margin-right: 6.0rem !important; }
.mr-13 { margin-right: 6.5rem !important; }
.mr-14 { margin-right: 7.0rem !important; }
.mr-15 { margin-right: 7.5rem !important; }
.mr-16 { margin-right: 8.0rem !important; }
.mr-auto { margin-right: auto !important; }
.p-0 { padding: 0.0rem !important; }.p-1 { padding: 0.5rem !important; }.p-2 { padding: 1.0rem !important; }.p-3 { padding: 1.5rem !important; }.p-4 { padding: 2.0rem !important; }.p-5 { padding: 2.5rem !important; }.p-6 { padding: 3.0rem !important; }.p-7 { padding: 3.5rem !important; }.p-8 { padding: 4.0rem !important; }.p-9 { padding: 4.5rem !important; }.p-10 { padding: 5.0rem !important; }.p-11 { padding: 5.5rem !important; }.p-12 { padding: 6.0rem !important; }.p-13 { padding: 6.5rem !important; }.p-14 { padding: 7.0rem !important; }.p-15 { padding: 7.5rem !important; }.p-16 { padding: 8.0rem !important; }

.px-0 { padding-left: 0.0rem !important; padding-right: 0.0rem !important; }
.px-1 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-2 { padding-left: 1.0rem !important; padding-right: 1.0rem !important; }
.px-3 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-4 { padding-left: 2.0rem !important; padding-right: 2.0rem !important; }
.px-5 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
.px-6 { padding-left: 3.0rem !important; padding-right: 3.0rem !important; }
.px-7 { padding-left: 3.5rem !important; padding-right: 3.5rem !important; }
.px-8 { padding-left: 4.0rem !important; padding-right: 4.0rem !important; }
.px-9 { padding-left: 4.5rem !important; padding-right: 4.5rem !important; }
.px-10 { padding-left: 5.0rem !important; padding-right: 5.0rem !important; }
.px-11 { padding-left: 5.5rem !important; padding-right: 5.5rem !important; }
.px-12 { padding-left: 6.0rem !important; padding-right: 6.0rem !important; }
.px-13 { padding-left: 6.5rem !important; padding-right: 6.5rem !important; }
.px-14 { padding-left: 7.0rem !important; padding-right: 7.0rem !important; }
.px-15 { padding-left: 7.5rem !important; padding-right: 7.5rem !important; }
.px-16 { padding-left: 8.0rem !important; padding-right: 8.0rem !important; }

.py-0 { padding-top: 0.0rem !important; padding-bottom: 0.0rem !important; }
.py-1 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-2 { padding-top: 1.0rem !important; padding-bottom: 1.0rem !important; }
.py-3 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-4 { padding-top: 2.0rem !important; padding-bottom: 2.0rem !important; }
.py-5 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.py-6 { padding-top: 3.0rem !important; padding-bottom: 3.0rem !important; }
.py-7 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
.py-8 { padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }
.py-9 { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
.py-10 { padding-top: 5.0rem !important; padding-bottom: 5.0rem !important; }
.py-11 { padding-top: 5.5rem !important; padding-bottom: 5.5rem !important; }
.py-12 { padding-top: 6.0rem !important; padding-bottom: 6.0rem !important; }
.py-13 { padding-top: 6.5rem !important; padding-bottom: 6.5rem !important; }
.py-14 { padding-top: 7.0rem !important; padding-bottom: 7.0rem !important; }
.py-15 { padding-top: 7.5rem !important; padding-bottom: 7.5rem !important; }
.py-16 { padding-top: 8.0rem !important; padding-bottom: 8.0rem !important; }

.pt-0 { padding-top: 0.0rem !important; }
.pt-1 { padding-top: 0.5rem !important; }
.pt-2 { padding-top: 1.0rem !important; }
.pt-3 { padding-top: 1.5rem !important; }
.pt-4 { padding-top: 2.0rem !important; }
.pt-5 { padding-top: 2.5rem !important; }
.pt-6 { padding-top: 3.0rem !important; }
.pt-7 { padding-top: 3.5rem !important; }
.pt-8 { padding-top: 4.0rem !important; }
.pt-9 { padding-top: 4.5rem !important; }
.pt-10 { padding-top: 5.0rem !important; }
.pt-11 { padding-top: 5.5rem !important; }
.pt-12 { padding-top: 6.0rem !important; }
.pt-13 { padding-top: 6.5rem !important; }
.pt-14 { padding-top: 7.0rem !important; }
.pt-15 { padding-top: 7.5rem !important; }
.pt-16 { padding-top: 8.0rem !important; }

.pb-0 { padding-bottom: 0.0rem !important; }
.pb-1 { padding-bottom: 0.5rem !important; }
.pb-2 { padding-bottom: 1.0rem !important; }
.pb-3 { padding-bottom: 1.5rem !important; }
.pb-4 { padding-bottom: 2.0rem !important; }
.pb-5 { padding-bottom: 2.5rem !important; }
.pb-6 { padding-bottom: 3.0rem !important; }
.pb-7 { padding-bottom: 3.5rem !important; }
.pb-8 { padding-bottom: 4.0rem !important; }
.pb-9 { padding-bottom: 4.5rem !important; }
.pb-10 { padding-bottom: 5.0rem !important; }
.pb-11 { padding-bottom: 5.5rem !important; }
.pb-12 { padding-bottom: 6.0rem !important; }
.pb-13 { padding-bottom: 6.5rem !important; }
.pb-14 { padding-bottom: 7.0rem !important; }
.pb-15 { padding-bottom: 7.5rem !important; }
.pb-16 { padding-bottom: 8.0rem !important; }

.pl-0 { padding-left: 0.0rem !important; }
.pl-1 { padding-left: 0.5rem !important; }
.pl-2 { padding-left: 1.0rem !important; }
.pl-3 { padding-left: 1.5rem !important; }
.pl-4 { padding-left: 2.0rem !important; }
.pl-5 { padding-left: 2.5rem !important; }
.pl-6 { padding-left: 3.0rem !important; }
.pl-7 { padding-left: 3.5rem !important; }
.pl-8 { padding-left: 4.0rem !important; }
.pl-9 { padding-left: 4.5rem !important; }
.pl-10 { padding-left: 5.0rem !important; }
.pl-11 { padding-left: 5.5rem !important; }
.pl-12 { padding-left: 6.0rem !important; }
.pl-13 { padding-left: 6.5rem !important; }
.pl-14 { padding-left: 7.0rem !important; }
.pl-15 { padding-left: 7.5rem !important; }
.pl-16 { padding-left: 8.0rem !important; }

.pr-0 { padding-right: 0.0rem !important; }
.pr-1 { padding-right: 0.5rem !important; }
.pr-2 { padding-right: 1.0rem !important; }
.pr-3 { padding-right: 1.5rem !important; }
.pr-4 { padding-right: 2.0rem !important; }
.pr-5 { padding-right: 2.5rem !important; }
.pr-6 { padding-right: 3.0rem !important; }
.pr-7 { padding-right: 3.5rem !important; }
.pr-8 { padding-right: 4.0rem !important; }
.pr-9 { padding-right: 4.5rem !important; }
.pr-10 { padding-right: 5.0rem !important; }
.pr-11 { padding-right: 5.5rem !important; }
.pr-12 { padding-right: 6.0rem !important; }
.pr-13 { padding-right: 6.5rem !important; }
.pr-14 { padding-right: 7.0rem !important; }
.pr-15 { padding-right: 7.5rem !important; }
.pr-16 { padding-right: 8.0rem !important; }

  @media (min-width: 576px) {
  .m-sm-0 { margin: 0.0rem !important; }.m-sm-1 { margin: 0.5rem !important; }.m-sm-2 { margin: 1.0rem !important; }.m-sm-3 { margin: 1.5rem !important; }.m-sm-4 { margin: 2.0rem !important; }.m-sm-5 { margin: 2.5rem !important; }.m-sm-6 { margin: 3.0rem !important; }.m-sm-7 { margin: 3.5rem !important; }.m-sm-8 { margin: 4.0rem !important; }.m-sm-9 { margin: 4.5rem !important; }.m-sm-10 { margin: 5.0rem !important; }.m-sm-11 { margin: 5.5rem !important; }.m-sm-12 { margin: 6.0rem !important; }.m-sm-13 { margin: 6.5rem !important; }.m-sm-14 { margin: 7.0rem !important; }.m-sm-15 { margin: 7.5rem !important; }.m-sm-16 { margin: 8.0rem !important; }.m-sm-auto { margin: auto !important; }
  
.mx-sm-0 { margin-left: 0.0rem !important; margin-right: 0.0rem !important; }
.mx-sm-1 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-sm-2 { margin-left: 1.0rem !important; margin-right: 1.0rem !important; }
.mx-sm-3 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-sm-4 { margin-left: 2.0rem !important; margin-right: 2.0rem !important; }
.mx-sm-5 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
.mx-sm-6 { margin-left: 3.0rem !important; margin-right: 3.0rem !important; }
.mx-sm-7 { margin-left: 3.5rem !important; margin-right: 3.5rem !important; }
.mx-sm-8 { margin-left: 4.0rem !important; margin-right: 4.0rem !important; }
.mx-sm-9 { margin-left: 4.5rem !important; margin-right: 4.5rem !important; }
.mx-sm-10 { margin-left: 5.0rem !important; margin-right: 5.0rem !important; }
.mx-sm-11 { margin-left: 5.5rem !important; margin-right: 5.5rem !important; }
.mx-sm-12 { margin-left: 6.0rem !important; margin-right: 6.0rem !important; }
.mx-sm-13 { margin-left: 6.5rem !important; margin-right: 6.5rem !important; }
.mx-sm-14 { margin-left: 7.0rem !important; margin-right: 7.0rem !important; }
.mx-sm-15 { margin-left: 7.5rem !important; margin-right: 7.5rem !important; }
.mx-sm-16 { margin-left: 8.0rem !important; margin-right: 8.0rem !important; }
.mx-sm-auto { margin-left: auto !important; margin-right: auto !important; }
  
.my-sm-0 { margin-top: 0.0rem !important; margin-bottom: 0.0rem !important; }
.my-sm-1 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-sm-2 { margin-top: 1.0rem !important; margin-bottom: 1.0rem !important; }
.my-sm-3 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-sm-4 { margin-top: 2.0rem !important; margin-bottom: 2.0rem !important; }
.my-sm-5 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
.my-sm-6 { margin-top: 3.0rem !important; margin-bottom: 3.0rem !important; }
.my-sm-7 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; }
.my-sm-8 { margin-top: 4.0rem !important; margin-bottom: 4.0rem !important; }
.my-sm-9 { margin-top: 4.5rem !important; margin-bottom: 4.5rem !important; }
.my-sm-10 { margin-top: 5.0rem !important; margin-bottom: 5.0rem !important; }
.my-sm-11 { margin-top: 5.5rem !important; margin-bottom: 5.5rem !important; }
.my-sm-12 { margin-top: 6.0rem !important; margin-bottom: 6.0rem !important; }
.my-sm-13 { margin-top: 6.5rem !important; margin-bottom: 6.5rem !important; }
.my-sm-14 { margin-top: 7.0rem !important; margin-bottom: 7.0rem !important; }
.my-sm-15 { margin-top: 7.5rem !important; margin-bottom: 7.5rem !important; }
.my-sm-16 { margin-top: 8.0rem !important; margin-bottom: 8.0rem !important; }
.my-sm-auto { margin-top: auto !important; margin-bottom: auto !important; }
  
.mt-sm-0 { margin-top: 0.0rem !important; }
.mt-sm-1 { margin-top: 0.5rem !important; }
.mt-sm-2 { margin-top: 1.0rem !important; }
.mt-sm-3 { margin-top: 1.5rem !important; }
.mt-sm-4 { margin-top: 2.0rem !important; }
.mt-sm-5 { margin-top: 2.5rem !important; }
.mt-sm-6 { margin-top: 3.0rem !important; }
.mt-sm-7 { margin-top: 3.5rem !important; }
.mt-sm-8 { margin-top: 4.0rem !important; }
.mt-sm-9 { margin-top: 4.5rem !important; }
.mt-sm-10 { margin-top: 5.0rem !important; }
.mt-sm-11 { margin-top: 5.5rem !important; }
.mt-sm-12 { margin-top: 6.0rem !important; }
.mt-sm-13 { margin-top: 6.5rem !important; }
.mt-sm-14 { margin-top: 7.0rem !important; }
.mt-sm-15 { margin-top: 7.5rem !important; }
.mt-sm-16 { margin-top: 8.0rem !important; }
.mt-sm-auto { margin-top: auto !important; }
  
.mb-sm-0 { margin-bottom: 0.0rem !important; }
.mb-sm-1 { margin-bottom: 0.5rem !important; }
.mb-sm-2 { margin-bottom: 1.0rem !important; }
.mb-sm-3 { margin-bottom: 1.5rem !important; }
.mb-sm-4 { margin-bottom: 2.0rem !important; }
.mb-sm-5 { margin-bottom: 2.5rem !important; }
.mb-sm-6 { margin-bottom: 3.0rem !important; }
.mb-sm-7 { margin-bottom: 3.5rem !important; }
.mb-sm-8 { margin-bottom: 4.0rem !important; }
.mb-sm-9 { margin-bottom: 4.5rem !important; }
.mb-sm-10 { margin-bottom: 5.0rem !important; }
.mb-sm-11 { margin-bottom: 5.5rem !important; }
.mb-sm-12 { margin-bottom: 6.0rem !important; }
.mb-sm-13 { margin-bottom: 6.5rem !important; }
.mb-sm-14 { margin-bottom: 7.0rem !important; }
.mb-sm-15 { margin-bottom: 7.5rem !important; }
.mb-sm-16 { margin-bottom: 8.0rem !important; }
.mb-sm-auto { margin-bottom: auto !important; }
  
.ml-sm-0 { margin-left: 0.0rem !important; }
.ml-sm-1 { margin-left: 0.5rem !important; }
.ml-sm-2 { margin-left: 1.0rem !important; }
.ml-sm-3 { margin-left: 1.5rem !important; }
.ml-sm-4 { margin-left: 2.0rem !important; }
.ml-sm-5 { margin-left: 2.5rem !important; }
.ml-sm-6 { margin-left: 3.0rem !important; }
.ml-sm-7 { margin-left: 3.5rem !important; }
.ml-sm-8 { margin-left: 4.0rem !important; }
.ml-sm-9 { margin-left: 4.5rem !important; }
.ml-sm-10 { margin-left: 5.0rem !important; }
.ml-sm-11 { margin-left: 5.5rem !important; }
.ml-sm-12 { margin-left: 6.0rem !important; }
.ml-sm-13 { margin-left: 6.5rem !important; }
.ml-sm-14 { margin-left: 7.0rem !important; }
.ml-sm-15 { margin-left: 7.5rem !important; }
.ml-sm-16 { margin-left: 8.0rem !important; }
.ml-sm-auto { margin-left: auto !important; }
  
.mr-sm-0 { margin-right: 0.0rem !important; }
.mr-sm-1 { margin-right: 0.5rem !important; }
.mr-sm-2 { margin-right: 1.0rem !important; }
.mr-sm-3 { margin-right: 1.5rem !important; }
.mr-sm-4 { margin-right: 2.0rem !important; }
.mr-sm-5 { margin-right: 2.5rem !important; }
.mr-sm-6 { margin-right: 3.0rem !important; }
.mr-sm-7 { margin-right: 3.5rem !important; }
.mr-sm-8 { margin-right: 4.0rem !important; }
.mr-sm-9 { margin-right: 4.5rem !important; }
.mr-sm-10 { margin-right: 5.0rem !important; }
.mr-sm-11 { margin-right: 5.5rem !important; }
.mr-sm-12 { margin-right: 6.0rem !important; }
.mr-sm-13 { margin-right: 6.5rem !important; }
.mr-sm-14 { margin-right: 7.0rem !important; }
.mr-sm-15 { margin-right: 7.5rem !important; }
.mr-sm-16 { margin-right: 8.0rem !important; }
.mr-sm-auto { margin-right: auto !important; }
  .p-sm-0 { padding: 0.0rem !important; }.p-sm-1 { padding: 0.5rem !important; }.p-sm-2 { padding: 1.0rem !important; }.p-sm-3 { padding: 1.5rem !important; }.p-sm-4 { padding: 2.0rem !important; }.p-sm-5 { padding: 2.5rem !important; }.p-sm-6 { padding: 3.0rem !important; }.p-sm-7 { padding: 3.5rem !important; }.p-sm-8 { padding: 4.0rem !important; }.p-sm-9 { padding: 4.5rem !important; }.p-sm-10 { padding: 5.0rem !important; }.p-sm-11 { padding: 5.5rem !important; }.p-sm-12 { padding: 6.0rem !important; }.p-sm-13 { padding: 6.5rem !important; }.p-sm-14 { padding: 7.0rem !important; }.p-sm-15 { padding: 7.5rem !important; }.p-sm-16 { padding: 8.0rem !important; }
  
.px-sm-0 { padding-left: 0.0rem !important; padding-right: 0.0rem !important; }
.px-sm-1 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-sm-2 { padding-left: 1.0rem !important; padding-right: 1.0rem !important; }
.px-sm-3 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-sm-4 { padding-left: 2.0rem !important; padding-right: 2.0rem !important; }
.px-sm-5 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
.px-sm-6 { padding-left: 3.0rem !important; padding-right: 3.0rem !important; }
.px-sm-7 { padding-left: 3.5rem !important; padding-right: 3.5rem !important; }
.px-sm-8 { padding-left: 4.0rem !important; padding-right: 4.0rem !important; }
.px-sm-9 { padding-left: 4.5rem !important; padding-right: 4.5rem !important; }
.px-sm-10 { padding-left: 5.0rem !important; padding-right: 5.0rem !important; }
.px-sm-11 { padding-left: 5.5rem !important; padding-right: 5.5rem !important; }
.px-sm-12 { padding-left: 6.0rem !important; padding-right: 6.0rem !important; }
.px-sm-13 { padding-left: 6.5rem !important; padding-right: 6.5rem !important; }
.px-sm-14 { padding-left: 7.0rem !important; padding-right: 7.0rem !important; }
.px-sm-15 { padding-left: 7.5rem !important; padding-right: 7.5rem !important; }
.px-sm-16 { padding-left: 8.0rem !important; padding-right: 8.0rem !important; }
  
.py-sm-0 { padding-top: 0.0rem !important; padding-bottom: 0.0rem !important; }
.py-sm-1 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-sm-2 { padding-top: 1.0rem !important; padding-bottom: 1.0rem !important; }
.py-sm-3 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-sm-4 { padding-top: 2.0rem !important; padding-bottom: 2.0rem !important; }
.py-sm-5 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.py-sm-6 { padding-top: 3.0rem !important; padding-bottom: 3.0rem !important; }
.py-sm-7 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
.py-sm-8 { padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }
.py-sm-9 { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
.py-sm-10 { padding-top: 5.0rem !important; padding-bottom: 5.0rem !important; }
.py-sm-11 { padding-top: 5.5rem !important; padding-bottom: 5.5rem !important; }
.py-sm-12 { padding-top: 6.0rem !important; padding-bottom: 6.0rem !important; }
.py-sm-13 { padding-top: 6.5rem !important; padding-bottom: 6.5rem !important; }
.py-sm-14 { padding-top: 7.0rem !important; padding-bottom: 7.0rem !important; }
.py-sm-15 { padding-top: 7.5rem !important; padding-bottom: 7.5rem !important; }
.py-sm-16 { padding-top: 8.0rem !important; padding-bottom: 8.0rem !important; }
  
.pt-sm-0 { padding-top: 0.0rem !important; }
.pt-sm-1 { padding-top: 0.5rem !important; }
.pt-sm-2 { padding-top: 1.0rem !important; }
.pt-sm-3 { padding-top: 1.5rem !important; }
.pt-sm-4 { padding-top: 2.0rem !important; }
.pt-sm-5 { padding-top: 2.5rem !important; }
.pt-sm-6 { padding-top: 3.0rem !important; }
.pt-sm-7 { padding-top: 3.5rem !important; }
.pt-sm-8 { padding-top: 4.0rem !important; }
.pt-sm-9 { padding-top: 4.5rem !important; }
.pt-sm-10 { padding-top: 5.0rem !important; }
.pt-sm-11 { padding-top: 5.5rem !important; }
.pt-sm-12 { padding-top: 6.0rem !important; }
.pt-sm-13 { padding-top: 6.5rem !important; }
.pt-sm-14 { padding-top: 7.0rem !important; }
.pt-sm-15 { padding-top: 7.5rem !important; }
.pt-sm-16 { padding-top: 8.0rem !important; }
  
.pb-sm-0 { padding-bottom: 0.0rem !important; }
.pb-sm-1 { padding-bottom: 0.5rem !important; }
.pb-sm-2 { padding-bottom: 1.0rem !important; }
.pb-sm-3 { padding-bottom: 1.5rem !important; }
.pb-sm-4 { padding-bottom: 2.0rem !important; }
.pb-sm-5 { padding-bottom: 2.5rem !important; }
.pb-sm-6 { padding-bottom: 3.0rem !important; }
.pb-sm-7 { padding-bottom: 3.5rem !important; }
.pb-sm-8 { padding-bottom: 4.0rem !important; }
.pb-sm-9 { padding-bottom: 4.5rem !important; }
.pb-sm-10 { padding-bottom: 5.0rem !important; }
.pb-sm-11 { padding-bottom: 5.5rem !important; }
.pb-sm-12 { padding-bottom: 6.0rem !important; }
.pb-sm-13 { padding-bottom: 6.5rem !important; }
.pb-sm-14 { padding-bottom: 7.0rem !important; }
.pb-sm-15 { padding-bottom: 7.5rem !important; }
.pb-sm-16 { padding-bottom: 8.0rem !important; }
  
.pl-sm-0 { padding-left: 0.0rem !important; }
.pl-sm-1 { padding-left: 0.5rem !important; }
.pl-sm-2 { padding-left: 1.0rem !important; }
.pl-sm-3 { padding-left: 1.5rem !important; }
.pl-sm-4 { padding-left: 2.0rem !important; }
.pl-sm-5 { padding-left: 2.5rem !important; }
.pl-sm-6 { padding-left: 3.0rem !important; }
.pl-sm-7 { padding-left: 3.5rem !important; }
.pl-sm-8 { padding-left: 4.0rem !important; }
.pl-sm-9 { padding-left: 4.5rem !important; }
.pl-sm-10 { padding-left: 5.0rem !important; }
.pl-sm-11 { padding-left: 5.5rem !important; }
.pl-sm-12 { padding-left: 6.0rem !important; }
.pl-sm-13 { padding-left: 6.5rem !important; }
.pl-sm-14 { padding-left: 7.0rem !important; }
.pl-sm-15 { padding-left: 7.5rem !important; }
.pl-sm-16 { padding-left: 8.0rem !important; }
  
.pr-sm-0 { padding-right: 0.0rem !important; }
.pr-sm-1 { padding-right: 0.5rem !important; }
.pr-sm-2 { padding-right: 1.0rem !important; }
.pr-sm-3 { padding-right: 1.5rem !important; }
.pr-sm-4 { padding-right: 2.0rem !important; }
.pr-sm-5 { padding-right: 2.5rem !important; }
.pr-sm-6 { padding-right: 3.0rem !important; }
.pr-sm-7 { padding-right: 3.5rem !important; }
.pr-sm-8 { padding-right: 4.0rem !important; }
.pr-sm-9 { padding-right: 4.5rem !important; }
.pr-sm-10 { padding-right: 5.0rem !important; }
.pr-sm-11 { padding-right: 5.5rem !important; }
.pr-sm-12 { padding-right: 6.0rem !important; }
.pr-sm-13 { padding-right: 6.5rem !important; }
.pr-sm-14 { padding-right: 7.0rem !important; }
.pr-sm-15 { padding-right: 7.5rem !important; }
.pr-sm-16 { padding-right: 8.0rem !important; }
}

@media (min-width: 768px) {
  .m-md-0 { margin: 0.0rem !important; }.m-md-1 { margin: 0.5rem !important; }.m-md-2 { margin: 1.0rem !important; }.m-md-3 { margin: 1.5rem !important; }.m-md-4 { margin: 2.0rem !important; }.m-md-5 { margin: 2.5rem !important; }.m-md-6 { margin: 3.0rem !important; }.m-md-7 { margin: 3.5rem !important; }.m-md-8 { margin: 4.0rem !important; }.m-md-9 { margin: 4.5rem !important; }.m-md-10 { margin: 5.0rem !important; }.m-md-11 { margin: 5.5rem !important; }.m-md-12 { margin: 6.0rem !important; }.m-md-13 { margin: 6.5rem !important; }.m-md-14 { margin: 7.0rem !important; }.m-md-15 { margin: 7.5rem !important; }.m-md-16 { margin: 8.0rem !important; }.m-md-auto { margin: auto !important; }
  
.mx-md-0 { margin-left: 0.0rem !important; margin-right: 0.0rem !important; }
.mx-md-1 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-md-2 { margin-left: 1.0rem !important; margin-right: 1.0rem !important; }
.mx-md-3 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-md-4 { margin-left: 2.0rem !important; margin-right: 2.0rem !important; }
.mx-md-5 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
.mx-md-6 { margin-left: 3.0rem !important; margin-right: 3.0rem !important; }
.mx-md-7 { margin-left: 3.5rem !important; margin-right: 3.5rem !important; }
.mx-md-8 { margin-left: 4.0rem !important; margin-right: 4.0rem !important; }
.mx-md-9 { margin-left: 4.5rem !important; margin-right: 4.5rem !important; }
.mx-md-10 { margin-left: 5.0rem !important; margin-right: 5.0rem !important; }
.mx-md-11 { margin-left: 5.5rem !important; margin-right: 5.5rem !important; }
.mx-md-12 { margin-left: 6.0rem !important; margin-right: 6.0rem !important; }
.mx-md-13 { margin-left: 6.5rem !important; margin-right: 6.5rem !important; }
.mx-md-14 { margin-left: 7.0rem !important; margin-right: 7.0rem !important; }
.mx-md-15 { margin-left: 7.5rem !important; margin-right: 7.5rem !important; }
.mx-md-16 { margin-left: 8.0rem !important; margin-right: 8.0rem !important; }
.mx-md-auto { margin-left: auto !important; margin-right: auto !important; }
  
.my-md-0 { margin-top: 0.0rem !important; margin-bottom: 0.0rem !important; }
.my-md-1 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-md-2 { margin-top: 1.0rem !important; margin-bottom: 1.0rem !important; }
.my-md-3 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-md-4 { margin-top: 2.0rem !important; margin-bottom: 2.0rem !important; }
.my-md-5 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
.my-md-6 { margin-top: 3.0rem !important; margin-bottom: 3.0rem !important; }
.my-md-7 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; }
.my-md-8 { margin-top: 4.0rem !important; margin-bottom: 4.0rem !important; }
.my-md-9 { margin-top: 4.5rem !important; margin-bottom: 4.5rem !important; }
.my-md-10 { margin-top: 5.0rem !important; margin-bottom: 5.0rem !important; }
.my-md-11 { margin-top: 5.5rem !important; margin-bottom: 5.5rem !important; }
.my-md-12 { margin-top: 6.0rem !important; margin-bottom: 6.0rem !important; }
.my-md-13 { margin-top: 6.5rem !important; margin-bottom: 6.5rem !important; }
.my-md-14 { margin-top: 7.0rem !important; margin-bottom: 7.0rem !important; }
.my-md-15 { margin-top: 7.5rem !important; margin-bottom: 7.5rem !important; }
.my-md-16 { margin-top: 8.0rem !important; margin-bottom: 8.0rem !important; }
.my-md-auto { margin-top: auto !important; margin-bottom: auto !important; }
  
.mt-md-0 { margin-top: 0.0rem !important; }
.mt-md-1 { margin-top: 0.5rem !important; }
.mt-md-2 { margin-top: 1.0rem !important; }
.mt-md-3 { margin-top: 1.5rem !important; }
.mt-md-4 { margin-top: 2.0rem !important; }
.mt-md-5 { margin-top: 2.5rem !important; }
.mt-md-6 { margin-top: 3.0rem !important; }
.mt-md-7 { margin-top: 3.5rem !important; }
.mt-md-8 { margin-top: 4.0rem !important; }
.mt-md-9 { margin-top: 4.5rem !important; }
.mt-md-10 { margin-top: 5.0rem !important; }
.mt-md-11 { margin-top: 5.5rem !important; }
.mt-md-12 { margin-top: 6.0rem !important; }
.mt-md-13 { margin-top: 6.5rem !important; }
.mt-md-14 { margin-top: 7.0rem !important; }
.mt-md-15 { margin-top: 7.5rem !important; }
.mt-md-16 { margin-top: 8.0rem !important; }
.mt-md-auto { margin-top: auto !important; }
  
.mb-md-0 { margin-bottom: 0.0rem !important; }
.mb-md-1 { margin-bottom: 0.5rem !important; }
.mb-md-2 { margin-bottom: 1.0rem !important; }
.mb-md-3 { margin-bottom: 1.5rem !important; }
.mb-md-4 { margin-bottom: 2.0rem !important; }
.mb-md-5 { margin-bottom: 2.5rem !important; }
.mb-md-6 { margin-bottom: 3.0rem !important; }
.mb-md-7 { margin-bottom: 3.5rem !important; }
.mb-md-8 { margin-bottom: 4.0rem !important; }
.mb-md-9 { margin-bottom: 4.5rem !important; }
.mb-md-10 { margin-bottom: 5.0rem !important; }
.mb-md-11 { margin-bottom: 5.5rem !important; }
.mb-md-12 { margin-bottom: 6.0rem !important; }
.mb-md-13 { margin-bottom: 6.5rem !important; }
.mb-md-14 { margin-bottom: 7.0rem !important; }
.mb-md-15 { margin-bottom: 7.5rem !important; }
.mb-md-16 { margin-bottom: 8.0rem !important; }
.mb-md-auto { margin-bottom: auto !important; }
  
.ml-md-0 { margin-left: 0.0rem !important; }
.ml-md-1 { margin-left: 0.5rem !important; }
.ml-md-2 { margin-left: 1.0rem !important; }
.ml-md-3 { margin-left: 1.5rem !important; }
.ml-md-4 { margin-left: 2.0rem !important; }
.ml-md-5 { margin-left: 2.5rem !important; }
.ml-md-6 { margin-left: 3.0rem !important; }
.ml-md-7 { margin-left: 3.5rem !important; }
.ml-md-8 { margin-left: 4.0rem !important; }
.ml-md-9 { margin-left: 4.5rem !important; }
.ml-md-10 { margin-left: 5.0rem !important; }
.ml-md-11 { margin-left: 5.5rem !important; }
.ml-md-12 { margin-left: 6.0rem !important; }
.ml-md-13 { margin-left: 6.5rem !important; }
.ml-md-14 { margin-left: 7.0rem !important; }
.ml-md-15 { margin-left: 7.5rem !important; }
.ml-md-16 { margin-left: 8.0rem !important; }
.ml-md-auto { margin-left: auto !important; }
  
.mr-md-0 { margin-right: 0.0rem !important; }
.mr-md-1 { margin-right: 0.5rem !important; }
.mr-md-2 { margin-right: 1.0rem !important; }
.mr-md-3 { margin-right: 1.5rem !important; }
.mr-md-4 { margin-right: 2.0rem !important; }
.mr-md-5 { margin-right: 2.5rem !important; }
.mr-md-6 { margin-right: 3.0rem !important; }
.mr-md-7 { margin-right: 3.5rem !important; }
.mr-md-8 { margin-right: 4.0rem !important; }
.mr-md-9 { margin-right: 4.5rem !important; }
.mr-md-10 { margin-right: 5.0rem !important; }
.mr-md-11 { margin-right: 5.5rem !important; }
.mr-md-12 { margin-right: 6.0rem !important; }
.mr-md-13 { margin-right: 6.5rem !important; }
.mr-md-14 { margin-right: 7.0rem !important; }
.mr-md-15 { margin-right: 7.5rem !important; }
.mr-md-16 { margin-right: 8.0rem !important; }
.mr-md-auto { margin-right: auto !important; }
  .p-md-0 { padding: 0.0rem !important; }.p-md-1 { padding: 0.5rem !important; }.p-md-2 { padding: 1.0rem !important; }.p-md-3 { padding: 1.5rem !important; }.p-md-4 { padding: 2.0rem !important; }.p-md-5 { padding: 2.5rem !important; }.p-md-6 { padding: 3.0rem !important; }.p-md-7 { padding: 3.5rem !important; }.p-md-8 { padding: 4.0rem !important; }.p-md-9 { padding: 4.5rem !important; }.p-md-10 { padding: 5.0rem !important; }.p-md-11 { padding: 5.5rem !important; }.p-md-12 { padding: 6.0rem !important; }.p-md-13 { padding: 6.5rem !important; }.p-md-14 { padding: 7.0rem !important; }.p-md-15 { padding: 7.5rem !important; }.p-md-16 { padding: 8.0rem !important; }
  
.px-md-0 { padding-left: 0.0rem !important; padding-right: 0.0rem !important; }
.px-md-1 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-md-2 { padding-left: 1.0rem !important; padding-right: 1.0rem !important; }
.px-md-3 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-md-4 { padding-left: 2.0rem !important; padding-right: 2.0rem !important; }
.px-md-5 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
.px-md-6 { padding-left: 3.0rem !important; padding-right: 3.0rem !important; }
.px-md-7 { padding-left: 3.5rem !important; padding-right: 3.5rem !important; }
.px-md-8 { padding-left: 4.0rem !important; padding-right: 4.0rem !important; }
.px-md-9 { padding-left: 4.5rem !important; padding-right: 4.5rem !important; }
.px-md-10 { padding-left: 5.0rem !important; padding-right: 5.0rem !important; }
.px-md-11 { padding-left: 5.5rem !important; padding-right: 5.5rem !important; }
.px-md-12 { padding-left: 6.0rem !important; padding-right: 6.0rem !important; }
.px-md-13 { padding-left: 6.5rem !important; padding-right: 6.5rem !important; }
.px-md-14 { padding-left: 7.0rem !important; padding-right: 7.0rem !important; }
.px-md-15 { padding-left: 7.5rem !important; padding-right: 7.5rem !important; }
.px-md-16 { padding-left: 8.0rem !important; padding-right: 8.0rem !important; }
  
.py-md-0 { padding-top: 0.0rem !important; padding-bottom: 0.0rem !important; }
.py-md-1 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-md-2 { padding-top: 1.0rem !important; padding-bottom: 1.0rem !important; }
.py-md-3 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-md-4 { padding-top: 2.0rem !important; padding-bottom: 2.0rem !important; }
.py-md-5 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.py-md-6 { padding-top: 3.0rem !important; padding-bottom: 3.0rem !important; }
.py-md-7 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
.py-md-8 { padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }
.py-md-9 { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
.py-md-10 { padding-top: 5.0rem !important; padding-bottom: 5.0rem !important; }
.py-md-11 { padding-top: 5.5rem !important; padding-bottom: 5.5rem !important; }
.py-md-12 { padding-top: 6.0rem !important; padding-bottom: 6.0rem !important; }
.py-md-13 { padding-top: 6.5rem !important; padding-bottom: 6.5rem !important; }
.py-md-14 { padding-top: 7.0rem !important; padding-bottom: 7.0rem !important; }
.py-md-15 { padding-top: 7.5rem !important; padding-bottom: 7.5rem !important; }
.py-md-16 { padding-top: 8.0rem !important; padding-bottom: 8.0rem !important; }
  
.pt-md-0 { padding-top: 0.0rem !important; }
.pt-md-1 { padding-top: 0.5rem !important; }
.pt-md-2 { padding-top: 1.0rem !important; }
.pt-md-3 { padding-top: 1.5rem !important; }
.pt-md-4 { padding-top: 2.0rem !important; }
.pt-md-5 { padding-top: 2.5rem !important; }
.pt-md-6 { padding-top: 3.0rem !important; }
.pt-md-7 { padding-top: 3.5rem !important; }
.pt-md-8 { padding-top: 4.0rem !important; }
.pt-md-9 { padding-top: 4.5rem !important; }
.pt-md-10 { padding-top: 5.0rem !important; }
.pt-md-11 { padding-top: 5.5rem !important; }
.pt-md-12 { padding-top: 6.0rem !important; }
.pt-md-13 { padding-top: 6.5rem !important; }
.pt-md-14 { padding-top: 7.0rem !important; }
.pt-md-15 { padding-top: 7.5rem !important; }
.pt-md-16 { padding-top: 8.0rem !important; }
  
.pb-md-0 { padding-bottom: 0.0rem !important; }
.pb-md-1 { padding-bottom: 0.5rem !important; }
.pb-md-2 { padding-bottom: 1.0rem !important; }
.pb-md-3 { padding-bottom: 1.5rem !important; }
.pb-md-4 { padding-bottom: 2.0rem !important; }
.pb-md-5 { padding-bottom: 2.5rem !important; }
.pb-md-6 { padding-bottom: 3.0rem !important; }
.pb-md-7 { padding-bottom: 3.5rem !important; }
.pb-md-8 { padding-bottom: 4.0rem !important; }
.pb-md-9 { padding-bottom: 4.5rem !important; }
.pb-md-10 { padding-bottom: 5.0rem !important; }
.pb-md-11 { padding-bottom: 5.5rem !important; }
.pb-md-12 { padding-bottom: 6.0rem !important; }
.pb-md-13 { padding-bottom: 6.5rem !important; }
.pb-md-14 { padding-bottom: 7.0rem !important; }
.pb-md-15 { padding-bottom: 7.5rem !important; }
.pb-md-16 { padding-bottom: 8.0rem !important; }
  
.pl-md-0 { padding-left: 0.0rem !important; }
.pl-md-1 { padding-left: 0.5rem !important; }
.pl-md-2 { padding-left: 1.0rem !important; }
.pl-md-3 { padding-left: 1.5rem !important; }
.pl-md-4 { padding-left: 2.0rem !important; }
.pl-md-5 { padding-left: 2.5rem !important; }
.pl-md-6 { padding-left: 3.0rem !important; }
.pl-md-7 { padding-left: 3.5rem !important; }
.pl-md-8 { padding-left: 4.0rem !important; }
.pl-md-9 { padding-left: 4.5rem !important; }
.pl-md-10 { padding-left: 5.0rem !important; }
.pl-md-11 { padding-left: 5.5rem !important; }
.pl-md-12 { padding-left: 6.0rem !important; }
.pl-md-13 { padding-left: 6.5rem !important; }
.pl-md-14 { padding-left: 7.0rem !important; }
.pl-md-15 { padding-left: 7.5rem !important; }
.pl-md-16 { padding-left: 8.0rem !important; }
  
.pr-md-0 { padding-right: 0.0rem !important; }
.pr-md-1 { padding-right: 0.5rem !important; }
.pr-md-2 { padding-right: 1.0rem !important; }
.pr-md-3 { padding-right: 1.5rem !important; }
.pr-md-4 { padding-right: 2.0rem !important; }
.pr-md-5 { padding-right: 2.5rem !important; }
.pr-md-6 { padding-right: 3.0rem !important; }
.pr-md-7 { padding-right: 3.5rem !important; }
.pr-md-8 { padding-right: 4.0rem !important; }
.pr-md-9 { padding-right: 4.5rem !important; }
.pr-md-10 { padding-right: 5.0rem !important; }
.pr-md-11 { padding-right: 5.5rem !important; }
.pr-md-12 { padding-right: 6.0rem !important; }
.pr-md-13 { padding-right: 6.5rem !important; }
.pr-md-14 { padding-right: 7.0rem !important; }
.pr-md-15 { padding-right: 7.5rem !important; }
.pr-md-16 { padding-right: 8.0rem !important; }
}

@media (min-width: 992px) {
  .m-lg-0 { margin: 0.0rem !important; }.m-lg-1 { margin: 0.5rem !important; }.m-lg-2 { margin: 1.0rem !important; }.m-lg-3 { margin: 1.5rem !important; }.m-lg-4 { margin: 2.0rem !important; }.m-lg-5 { margin: 2.5rem !important; }.m-lg-6 { margin: 3.0rem !important; }.m-lg-7 { margin: 3.5rem !important; }.m-lg-8 { margin: 4.0rem !important; }.m-lg-9 { margin: 4.5rem !important; }.m-lg-10 { margin: 5.0rem !important; }.m-lg-11 { margin: 5.5rem !important; }.m-lg-12 { margin: 6.0rem !important; }.m-lg-13 { margin: 6.5rem !important; }.m-lg-14 { margin: 7.0rem !important; }.m-lg-15 { margin: 7.5rem !important; }.m-lg-16 { margin: 8.0rem !important; }.m-lg-auto { margin: auto !important; }
  
.mx-lg-0 { margin-left: 0.0rem !important; margin-right: 0.0rem !important; }
.mx-lg-1 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-lg-2 { margin-left: 1.0rem !important; margin-right: 1.0rem !important; }
.mx-lg-3 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-lg-4 { margin-left: 2.0rem !important; margin-right: 2.0rem !important; }
.mx-lg-5 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
.mx-lg-6 { margin-left: 3.0rem !important; margin-right: 3.0rem !important; }
.mx-lg-7 { margin-left: 3.5rem !important; margin-right: 3.5rem !important; }
.mx-lg-8 { margin-left: 4.0rem !important; margin-right: 4.0rem !important; }
.mx-lg-9 { margin-left: 4.5rem !important; margin-right: 4.5rem !important; }
.mx-lg-10 { margin-left: 5.0rem !important; margin-right: 5.0rem !important; }
.mx-lg-11 { margin-left: 5.5rem !important; margin-right: 5.5rem !important; }
.mx-lg-12 { margin-left: 6.0rem !important; margin-right: 6.0rem !important; }
.mx-lg-13 { margin-left: 6.5rem !important; margin-right: 6.5rem !important; }
.mx-lg-14 { margin-left: 7.0rem !important; margin-right: 7.0rem !important; }
.mx-lg-15 { margin-left: 7.5rem !important; margin-right: 7.5rem !important; }
.mx-lg-16 { margin-left: 8.0rem !important; margin-right: 8.0rem !important; }
.mx-lg-auto { margin-left: auto !important; margin-right: auto !important; }
  
.my-lg-0 { margin-top: 0.0rem !important; margin-bottom: 0.0rem !important; }
.my-lg-1 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-lg-2 { margin-top: 1.0rem !important; margin-bottom: 1.0rem !important; }
.my-lg-3 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-lg-4 { margin-top: 2.0rem !important; margin-bottom: 2.0rem !important; }
.my-lg-5 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
.my-lg-6 { margin-top: 3.0rem !important; margin-bottom: 3.0rem !important; }
.my-lg-7 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; }
.my-lg-8 { margin-top: 4.0rem !important; margin-bottom: 4.0rem !important; }
.my-lg-9 { margin-top: 4.5rem !important; margin-bottom: 4.5rem !important; }
.my-lg-10 { margin-top: 5.0rem !important; margin-bottom: 5.0rem !important; }
.my-lg-11 { margin-top: 5.5rem !important; margin-bottom: 5.5rem !important; }
.my-lg-12 { margin-top: 6.0rem !important; margin-bottom: 6.0rem !important; }
.my-lg-13 { margin-top: 6.5rem !important; margin-bottom: 6.5rem !important; }
.my-lg-14 { margin-top: 7.0rem !important; margin-bottom: 7.0rem !important; }
.my-lg-15 { margin-top: 7.5rem !important; margin-bottom: 7.5rem !important; }
.my-lg-16 { margin-top: 8.0rem !important; margin-bottom: 8.0rem !important; }
.my-lg-auto { margin-top: auto !important; margin-bottom: auto !important; }
  
.mt-lg-0 { margin-top: 0.0rem !important; }
.mt-lg-1 { margin-top: 0.5rem !important; }
.mt-lg-2 { margin-top: 1.0rem !important; }
.mt-lg-3 { margin-top: 1.5rem !important; }
.mt-lg-4 { margin-top: 2.0rem !important; }
.mt-lg-5 { margin-top: 2.5rem !important; }
.mt-lg-6 { margin-top: 3.0rem !important; }
.mt-lg-7 { margin-top: 3.5rem !important; }
.mt-lg-8 { margin-top: 4.0rem !important; }
.mt-lg-9 { margin-top: 4.5rem !important; }
.mt-lg-10 { margin-top: 5.0rem !important; }
.mt-lg-11 { margin-top: 5.5rem !important; }
.mt-lg-12 { margin-top: 6.0rem !important; }
.mt-lg-13 { margin-top: 6.5rem !important; }
.mt-lg-14 { margin-top: 7.0rem !important; }
.mt-lg-15 { margin-top: 7.5rem !important; }
.mt-lg-16 { margin-top: 8.0rem !important; }
.mt-lg-auto { margin-top: auto !important; }
  
.mb-lg-0 { margin-bottom: 0.0rem !important; }
.mb-lg-1 { margin-bottom: 0.5rem !important; }
.mb-lg-2 { margin-bottom: 1.0rem !important; }
.mb-lg-3 { margin-bottom: 1.5rem !important; }
.mb-lg-4 { margin-bottom: 2.0rem !important; }
.mb-lg-5 { margin-bottom: 2.5rem !important; }
.mb-lg-6 { margin-bottom: 3.0rem !important; }
.mb-lg-7 { margin-bottom: 3.5rem !important; }
.mb-lg-8 { margin-bottom: 4.0rem !important; }
.mb-lg-9 { margin-bottom: 4.5rem !important; }
.mb-lg-10 { margin-bottom: 5.0rem !important; }
.mb-lg-11 { margin-bottom: 5.5rem !important; }
.mb-lg-12 { margin-bottom: 6.0rem !important; }
.mb-lg-13 { margin-bottom: 6.5rem !important; }
.mb-lg-14 { margin-bottom: 7.0rem !important; }
.mb-lg-15 { margin-bottom: 7.5rem !important; }
.mb-lg-16 { margin-bottom: 8.0rem !important; }
.mb-lg-auto { margin-bottom: auto !important; }
  
.ml-lg-0 { margin-left: 0.0rem !important; }
.ml-lg-1 { margin-left: 0.5rem !important; }
.ml-lg-2 { margin-left: 1.0rem !important; }
.ml-lg-3 { margin-left: 1.5rem !important; }
.ml-lg-4 { margin-left: 2.0rem !important; }
.ml-lg-5 { margin-left: 2.5rem !important; }
.ml-lg-6 { margin-left: 3.0rem !important; }
.ml-lg-7 { margin-left: 3.5rem !important; }
.ml-lg-8 { margin-left: 4.0rem !important; }
.ml-lg-9 { margin-left: 4.5rem !important; }
.ml-lg-10 { margin-left: 5.0rem !important; }
.ml-lg-11 { margin-left: 5.5rem !important; }
.ml-lg-12 { margin-left: 6.0rem !important; }
.ml-lg-13 { margin-left: 6.5rem !important; }
.ml-lg-14 { margin-left: 7.0rem !important; }
.ml-lg-15 { margin-left: 7.5rem !important; }
.ml-lg-16 { margin-left: 8.0rem !important; }
.ml-lg-auto { margin-left: auto !important; }
  
.mr-lg-0 { margin-right: 0.0rem !important; }
.mr-lg-1 { margin-right: 0.5rem !important; }
.mr-lg-2 { margin-right: 1.0rem !important; }
.mr-lg-3 { margin-right: 1.5rem !important; }
.mr-lg-4 { margin-right: 2.0rem !important; }
.mr-lg-5 { margin-right: 2.5rem !important; }
.mr-lg-6 { margin-right: 3.0rem !important; }
.mr-lg-7 { margin-right: 3.5rem !important; }
.mr-lg-8 { margin-right: 4.0rem !important; }
.mr-lg-9 { margin-right: 4.5rem !important; }
.mr-lg-10 { margin-right: 5.0rem !important; }
.mr-lg-11 { margin-right: 5.5rem !important; }
.mr-lg-12 { margin-right: 6.0rem !important; }
.mr-lg-13 { margin-right: 6.5rem !important; }
.mr-lg-14 { margin-right: 7.0rem !important; }
.mr-lg-15 { margin-right: 7.5rem !important; }
.mr-lg-16 { margin-right: 8.0rem !important; }
.mr-lg-auto { margin-right: auto !important; }
  .p-lg-0 { padding: 0.0rem !important; }.p-lg-1 { padding: 0.5rem !important; }.p-lg-2 { padding: 1.0rem !important; }.p-lg-3 { padding: 1.5rem !important; }.p-lg-4 { padding: 2.0rem !important; }.p-lg-5 { padding: 2.5rem !important; }.p-lg-6 { padding: 3.0rem !important; }.p-lg-7 { padding: 3.5rem !important; }.p-lg-8 { padding: 4.0rem !important; }.p-lg-9 { padding: 4.5rem !important; }.p-lg-10 { padding: 5.0rem !important; }.p-lg-11 { padding: 5.5rem !important; }.p-lg-12 { padding: 6.0rem !important; }.p-lg-13 { padding: 6.5rem !important; }.p-lg-14 { padding: 7.0rem !important; }.p-lg-15 { padding: 7.5rem !important; }.p-lg-16 { padding: 8.0rem !important; }
  
.px-lg-0 { padding-left: 0.0rem !important; padding-right: 0.0rem !important; }
.px-lg-1 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-lg-2 { padding-left: 1.0rem !important; padding-right: 1.0rem !important; }
.px-lg-3 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-lg-4 { padding-left: 2.0rem !important; padding-right: 2.0rem !important; }
.px-lg-5 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
.px-lg-6 { padding-left: 3.0rem !important; padding-right: 3.0rem !important; }
.px-lg-7 { padding-left: 3.5rem !important; padding-right: 3.5rem !important; }
.px-lg-8 { padding-left: 4.0rem !important; padding-right: 4.0rem !important; }
.px-lg-9 { padding-left: 4.5rem !important; padding-right: 4.5rem !important; }
.px-lg-10 { padding-left: 5.0rem !important; padding-right: 5.0rem !important; }
.px-lg-11 { padding-left: 5.5rem !important; padding-right: 5.5rem !important; }
.px-lg-12 { padding-left: 6.0rem !important; padding-right: 6.0rem !important; }
.px-lg-13 { padding-left: 6.5rem !important; padding-right: 6.5rem !important; }
.px-lg-14 { padding-left: 7.0rem !important; padding-right: 7.0rem !important; }
.px-lg-15 { padding-left: 7.5rem !important; padding-right: 7.5rem !important; }
.px-lg-16 { padding-left: 8.0rem !important; padding-right: 8.0rem !important; }
  
.py-lg-0 { padding-top: 0.0rem !important; padding-bottom: 0.0rem !important; }
.py-lg-1 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-lg-2 { padding-top: 1.0rem !important; padding-bottom: 1.0rem !important; }
.py-lg-3 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-lg-4 { padding-top: 2.0rem !important; padding-bottom: 2.0rem !important; }
.py-lg-5 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.py-lg-6 { padding-top: 3.0rem !important; padding-bottom: 3.0rem !important; }
.py-lg-7 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
.py-lg-8 { padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }
.py-lg-9 { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
.py-lg-10 { padding-top: 5.0rem !important; padding-bottom: 5.0rem !important; }
.py-lg-11 { padding-top: 5.5rem !important; padding-bottom: 5.5rem !important; }
.py-lg-12 { padding-top: 6.0rem !important; padding-bottom: 6.0rem !important; }
.py-lg-13 { padding-top: 6.5rem !important; padding-bottom: 6.5rem !important; }
.py-lg-14 { padding-top: 7.0rem !important; padding-bottom: 7.0rem !important; }
.py-lg-15 { padding-top: 7.5rem !important; padding-bottom: 7.5rem !important; }
.py-lg-16 { padding-top: 8.0rem !important; padding-bottom: 8.0rem !important; }
  
.pt-lg-0 { padding-top: 0.0rem !important; }
.pt-lg-1 { padding-top: 0.5rem !important; }
.pt-lg-2 { padding-top: 1.0rem !important; }
.pt-lg-3 { padding-top: 1.5rem !important; }
.pt-lg-4 { padding-top: 2.0rem !important; }
.pt-lg-5 { padding-top: 2.5rem !important; }
.pt-lg-6 { padding-top: 3.0rem !important; }
.pt-lg-7 { padding-top: 3.5rem !important; }
.pt-lg-8 { padding-top: 4.0rem !important; }
.pt-lg-9 { padding-top: 4.5rem !important; }
.pt-lg-10 { padding-top: 5.0rem !important; }
.pt-lg-11 { padding-top: 5.5rem !important; }
.pt-lg-12 { padding-top: 6.0rem !important; }
.pt-lg-13 { padding-top: 6.5rem !important; }
.pt-lg-14 { padding-top: 7.0rem !important; }
.pt-lg-15 { padding-top: 7.5rem !important; }
.pt-lg-16 { padding-top: 8.0rem !important; }
  
.pb-lg-0 { padding-bottom: 0.0rem !important; }
.pb-lg-1 { padding-bottom: 0.5rem !important; }
.pb-lg-2 { padding-bottom: 1.0rem !important; }
.pb-lg-3 { padding-bottom: 1.5rem !important; }
.pb-lg-4 { padding-bottom: 2.0rem !important; }
.pb-lg-5 { padding-bottom: 2.5rem !important; }
.pb-lg-6 { padding-bottom: 3.0rem !important; }
.pb-lg-7 { padding-bottom: 3.5rem !important; }
.pb-lg-8 { padding-bottom: 4.0rem !important; }
.pb-lg-9 { padding-bottom: 4.5rem !important; }
.pb-lg-10 { padding-bottom: 5.0rem !important; }
.pb-lg-11 { padding-bottom: 5.5rem !important; }
.pb-lg-12 { padding-bottom: 6.0rem !important; }
.pb-lg-13 { padding-bottom: 6.5rem !important; }
.pb-lg-14 { padding-bottom: 7.0rem !important; }
.pb-lg-15 { padding-bottom: 7.5rem !important; }
.pb-lg-16 { padding-bottom: 8.0rem !important; }
  
.pl-lg-0 { padding-left: 0.0rem !important; }
.pl-lg-1 { padding-left: 0.5rem !important; }
.pl-lg-2 { padding-left: 1.0rem !important; }
.pl-lg-3 { padding-left: 1.5rem !important; }
.pl-lg-4 { padding-left: 2.0rem !important; }
.pl-lg-5 { padding-left: 2.5rem !important; }
.pl-lg-6 { padding-left: 3.0rem !important; }
.pl-lg-7 { padding-left: 3.5rem !important; }
.pl-lg-8 { padding-left: 4.0rem !important; }
.pl-lg-9 { padding-left: 4.5rem !important; }
.pl-lg-10 { padding-left: 5.0rem !important; }
.pl-lg-11 { padding-left: 5.5rem !important; }
.pl-lg-12 { padding-left: 6.0rem !important; }
.pl-lg-13 { padding-left: 6.5rem !important; }
.pl-lg-14 { padding-left: 7.0rem !important; }
.pl-lg-15 { padding-left: 7.5rem !important; }
.pl-lg-16 { padding-left: 8.0rem !important; }
  
.pr-lg-0 { padding-right: 0.0rem !important; }
.pr-lg-1 { padding-right: 0.5rem !important; }
.pr-lg-2 { padding-right: 1.0rem !important; }
.pr-lg-3 { padding-right: 1.5rem !important; }
.pr-lg-4 { padding-right: 2.0rem !important; }
.pr-lg-5 { padding-right: 2.5rem !important; }
.pr-lg-6 { padding-right: 3.0rem !important; }
.pr-lg-7 { padding-right: 3.5rem !important; }
.pr-lg-8 { padding-right: 4.0rem !important; }
.pr-lg-9 { padding-right: 4.5rem !important; }
.pr-lg-10 { padding-right: 5.0rem !important; }
.pr-lg-11 { padding-right: 5.5rem !important; }
.pr-lg-12 { padding-right: 6.0rem !important; }
.pr-lg-13 { padding-right: 6.5rem !important; }
.pr-lg-14 { padding-right: 7.0rem !important; }
.pr-lg-15 { padding-right: 7.5rem !important; }
.pr-lg-16 { padding-right: 8.0rem !important; }
}

@media (min-width: 1200px) {
  .m-xl-0 { margin: 0.0rem !important; }.m-xl-1 { margin: 0.5rem !important; }.m-xl-2 { margin: 1.0rem !important; }.m-xl-3 { margin: 1.5rem !important; }.m-xl-4 { margin: 2.0rem !important; }.m-xl-5 { margin: 2.5rem !important; }.m-xl-6 { margin: 3.0rem !important; }.m-xl-7 { margin: 3.5rem !important; }.m-xl-8 { margin: 4.0rem !important; }.m-xl-9 { margin: 4.5rem !important; }.m-xl-10 { margin: 5.0rem !important; }.m-xl-11 { margin: 5.5rem !important; }.m-xl-12 { margin: 6.0rem !important; }.m-xl-13 { margin: 6.5rem !important; }.m-xl-14 { margin: 7.0rem !important; }.m-xl-15 { margin: 7.5rem !important; }.m-xl-16 { margin: 8.0rem !important; }.m-xl-auto { margin: auto !important; }
  
.mx-xl-0 { margin-left: 0.0rem !important; margin-right: 0.0rem !important; }
.mx-xl-1 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; }
.mx-xl-2 { margin-left: 1.0rem !important; margin-right: 1.0rem !important; }
.mx-xl-3 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; }
.mx-xl-4 { margin-left: 2.0rem !important; margin-right: 2.0rem !important; }
.mx-xl-5 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; }
.mx-xl-6 { margin-left: 3.0rem !important; margin-right: 3.0rem !important; }
.mx-xl-7 { margin-left: 3.5rem !important; margin-right: 3.5rem !important; }
.mx-xl-8 { margin-left: 4.0rem !important; margin-right: 4.0rem !important; }
.mx-xl-9 { margin-left: 4.5rem !important; margin-right: 4.5rem !important; }
.mx-xl-10 { margin-left: 5.0rem !important; margin-right: 5.0rem !important; }
.mx-xl-11 { margin-left: 5.5rem !important; margin-right: 5.5rem !important; }
.mx-xl-12 { margin-left: 6.0rem !important; margin-right: 6.0rem !important; }
.mx-xl-13 { margin-left: 6.5rem !important; margin-right: 6.5rem !important; }
.mx-xl-14 { margin-left: 7.0rem !important; margin-right: 7.0rem !important; }
.mx-xl-15 { margin-left: 7.5rem !important; margin-right: 7.5rem !important; }
.mx-xl-16 { margin-left: 8.0rem !important; margin-right: 8.0rem !important; }
.mx-xl-auto { margin-left: auto !important; margin-right: auto !important; }
  
.my-xl-0 { margin-top: 0.0rem !important; margin-bottom: 0.0rem !important; }
.my-xl-1 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; }
.my-xl-2 { margin-top: 1.0rem !important; margin-bottom: 1.0rem !important; }
.my-xl-3 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; }
.my-xl-4 { margin-top: 2.0rem !important; margin-bottom: 2.0rem !important; }
.my-xl-5 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; }
.my-xl-6 { margin-top: 3.0rem !important; margin-bottom: 3.0rem !important; }
.my-xl-7 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; }
.my-xl-8 { margin-top: 4.0rem !important; margin-bottom: 4.0rem !important; }
.my-xl-9 { margin-top: 4.5rem !important; margin-bottom: 4.5rem !important; }
.my-xl-10 { margin-top: 5.0rem !important; margin-bottom: 5.0rem !important; }
.my-xl-11 { margin-top: 5.5rem !important; margin-bottom: 5.5rem !important; }
.my-xl-12 { margin-top: 6.0rem !important; margin-bottom: 6.0rem !important; }
.my-xl-13 { margin-top: 6.5rem !important; margin-bottom: 6.5rem !important; }
.my-xl-14 { margin-top: 7.0rem !important; margin-bottom: 7.0rem !important; }
.my-xl-15 { margin-top: 7.5rem !important; margin-bottom: 7.5rem !important; }
.my-xl-16 { margin-top: 8.0rem !important; margin-bottom: 8.0rem !important; }
.my-xl-auto { margin-top: auto !important; margin-bottom: auto !important; }
  
.mt-xl-0 { margin-top: 0.0rem !important; }
.mt-xl-1 { margin-top: 0.5rem !important; }
.mt-xl-2 { margin-top: 1.0rem !important; }
.mt-xl-3 { margin-top: 1.5rem !important; }
.mt-xl-4 { margin-top: 2.0rem !important; }
.mt-xl-5 { margin-top: 2.5rem !important; }
.mt-xl-6 { margin-top: 3.0rem !important; }
.mt-xl-7 { margin-top: 3.5rem !important; }
.mt-xl-8 { margin-top: 4.0rem !important; }
.mt-xl-9 { margin-top: 4.5rem !important; }
.mt-xl-10 { margin-top: 5.0rem !important; }
.mt-xl-11 { margin-top: 5.5rem !important; }
.mt-xl-12 { margin-top: 6.0rem !important; }
.mt-xl-13 { margin-top: 6.5rem !important; }
.mt-xl-14 { margin-top: 7.0rem !important; }
.mt-xl-15 { margin-top: 7.5rem !important; }
.mt-xl-16 { margin-top: 8.0rem !important; }
.mt-xl-auto { margin-top: auto !important; }
  
.mb-xl-0 { margin-bottom: 0.0rem !important; }
.mb-xl-1 { margin-bottom: 0.5rem !important; }
.mb-xl-2 { margin-bottom: 1.0rem !important; }
.mb-xl-3 { margin-bottom: 1.5rem !important; }
.mb-xl-4 { margin-bottom: 2.0rem !important; }
.mb-xl-5 { margin-bottom: 2.5rem !important; }
.mb-xl-6 { margin-bottom: 3.0rem !important; }
.mb-xl-7 { margin-bottom: 3.5rem !important; }
.mb-xl-8 { margin-bottom: 4.0rem !important; }
.mb-xl-9 { margin-bottom: 4.5rem !important; }
.mb-xl-10 { margin-bottom: 5.0rem !important; }
.mb-xl-11 { margin-bottom: 5.5rem !important; }
.mb-xl-12 { margin-bottom: 6.0rem !important; }
.mb-xl-13 { margin-bottom: 6.5rem !important; }
.mb-xl-14 { margin-bottom: 7.0rem !important; }
.mb-xl-15 { margin-bottom: 7.5rem !important; }
.mb-xl-16 { margin-bottom: 8.0rem !important; }
.mb-xl-auto { margin-bottom: auto !important; }
  
.ml-xl-0 { margin-left: 0.0rem !important; }
.ml-xl-1 { margin-left: 0.5rem !important; }
.ml-xl-2 { margin-left: 1.0rem !important; }
.ml-xl-3 { margin-left: 1.5rem !important; }
.ml-xl-4 { margin-left: 2.0rem !important; }
.ml-xl-5 { margin-left: 2.5rem !important; }
.ml-xl-6 { margin-left: 3.0rem !important; }
.ml-xl-7 { margin-left: 3.5rem !important; }
.ml-xl-8 { margin-left: 4.0rem !important; }
.ml-xl-9 { margin-left: 4.5rem !important; }
.ml-xl-10 { margin-left: 5.0rem !important; }
.ml-xl-11 { margin-left: 5.5rem !important; }
.ml-xl-12 { margin-left: 6.0rem !important; }
.ml-xl-13 { margin-left: 6.5rem !important; }
.ml-xl-14 { margin-left: 7.0rem !important; }
.ml-xl-15 { margin-left: 7.5rem !important; }
.ml-xl-16 { margin-left: 8.0rem !important; }
.ml-xl-auto { margin-left: auto !important; }
  
.mr-xl-0 { margin-right: 0.0rem !important; }
.mr-xl-1 { margin-right: 0.5rem !important; }
.mr-xl-2 { margin-right: 1.0rem !important; }
.mr-xl-3 { margin-right: 1.5rem !important; }
.mr-xl-4 { margin-right: 2.0rem !important; }
.mr-xl-5 { margin-right: 2.5rem !important; }
.mr-xl-6 { margin-right: 3.0rem !important; }
.mr-xl-7 { margin-right: 3.5rem !important; }
.mr-xl-8 { margin-right: 4.0rem !important; }
.mr-xl-9 { margin-right: 4.5rem !important; }
.mr-xl-10 { margin-right: 5.0rem !important; }
.mr-xl-11 { margin-right: 5.5rem !important; }
.mr-xl-12 { margin-right: 6.0rem !important; }
.mr-xl-13 { margin-right: 6.5rem !important; }
.mr-xl-14 { margin-right: 7.0rem !important; }
.mr-xl-15 { margin-right: 7.5rem !important; }
.mr-xl-16 { margin-right: 8.0rem !important; }
.mr-xl-auto { margin-right: auto !important; }
  .p-xl-0 { padding: 0.0rem !important; }.p-xl-1 { padding: 0.5rem !important; }.p-xl-2 { padding: 1.0rem !important; }.p-xl-3 { padding: 1.5rem !important; }.p-xl-4 { padding: 2.0rem !important; }.p-xl-5 { padding: 2.5rem !important; }.p-xl-6 { padding: 3.0rem !important; }.p-xl-7 { padding: 3.5rem !important; }.p-xl-8 { padding: 4.0rem !important; }.p-xl-9 { padding: 4.5rem !important; }.p-xl-10 { padding: 5.0rem !important; }.p-xl-11 { padding: 5.5rem !important; }.p-xl-12 { padding: 6.0rem !important; }.p-xl-13 { padding: 6.5rem !important; }.p-xl-14 { padding: 7.0rem !important; }.p-xl-15 { padding: 7.5rem !important; }.p-xl-16 { padding: 8.0rem !important; }
  
.px-xl-0 { padding-left: 0.0rem !important; padding-right: 0.0rem !important; }
.px-xl-1 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; }
.px-xl-2 { padding-left: 1.0rem !important; padding-right: 1.0rem !important; }
.px-xl-3 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.px-xl-4 { padding-left: 2.0rem !important; padding-right: 2.0rem !important; }
.px-xl-5 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; }
.px-xl-6 { padding-left: 3.0rem !important; padding-right: 3.0rem !important; }
.px-xl-7 { padding-left: 3.5rem !important; padding-right: 3.5rem !important; }
.px-xl-8 { padding-left: 4.0rem !important; padding-right: 4.0rem !important; }
.px-xl-9 { padding-left: 4.5rem !important; padding-right: 4.5rem !important; }
.px-xl-10 { padding-left: 5.0rem !important; padding-right: 5.0rem !important; }
.px-xl-11 { padding-left: 5.5rem !important; padding-right: 5.5rem !important; }
.px-xl-12 { padding-left: 6.0rem !important; padding-right: 6.0rem !important; }
.px-xl-13 { padding-left: 6.5rem !important; padding-right: 6.5rem !important; }
.px-xl-14 { padding-left: 7.0rem !important; padding-right: 7.0rem !important; }
.px-xl-15 { padding-left: 7.5rem !important; padding-right: 7.5rem !important; }
.px-xl-16 { padding-left: 8.0rem !important; padding-right: 8.0rem !important; }
  
.py-xl-0 { padding-top: 0.0rem !important; padding-bottom: 0.0rem !important; }
.py-xl-1 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-xl-2 { padding-top: 1.0rem !important; padding-bottom: 1.0rem !important; }
.py-xl-3 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; }
.py-xl-4 { padding-top: 2.0rem !important; padding-bottom: 2.0rem !important; }
.py-xl-5 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.py-xl-6 { padding-top: 3.0rem !important; padding-bottom: 3.0rem !important; }
.py-xl-7 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
.py-xl-8 { padding-top: 4.0rem !important; padding-bottom: 4.0rem !important; }
.py-xl-9 { padding-top: 4.5rem !important; padding-bottom: 4.5rem !important; }
.py-xl-10 { padding-top: 5.0rem !important; padding-bottom: 5.0rem !important; }
.py-xl-11 { padding-top: 5.5rem !important; padding-bottom: 5.5rem !important; }
.py-xl-12 { padding-top: 6.0rem !important; padding-bottom: 6.0rem !important; }
.py-xl-13 { padding-top: 6.5rem !important; padding-bottom: 6.5rem !important; }
.py-xl-14 { padding-top: 7.0rem !important; padding-bottom: 7.0rem !important; }
.py-xl-15 { padding-top: 7.5rem !important; padding-bottom: 7.5rem !important; }
.py-xl-16 { padding-top: 8.0rem !important; padding-bottom: 8.0rem !important; }
  
.pt-xl-0 { padding-top: 0.0rem !important; }
.pt-xl-1 { padding-top: 0.5rem !important; }
.pt-xl-2 { padding-top: 1.0rem !important; }
.pt-xl-3 { padding-top: 1.5rem !important; }
.pt-xl-4 { padding-top: 2.0rem !important; }
.pt-xl-5 { padding-top: 2.5rem !important; }
.pt-xl-6 { padding-top: 3.0rem !important; }
.pt-xl-7 { padding-top: 3.5rem !important; }
.pt-xl-8 { padding-top: 4.0rem !important; }
.pt-xl-9 { padding-top: 4.5rem !important; }
.pt-xl-10 { padding-top: 5.0rem !important; }
.pt-xl-11 { padding-top: 5.5rem !important; }
.pt-xl-12 { padding-top: 6.0rem !important; }
.pt-xl-13 { padding-top: 6.5rem !important; }
.pt-xl-14 { padding-top: 7.0rem !important; }
.pt-xl-15 { padding-top: 7.5rem !important; }
.pt-xl-16 { padding-top: 8.0rem !important; }
  
.pb-xl-0 { padding-bottom: 0.0rem !important; }
.pb-xl-1 { padding-bottom: 0.5rem !important; }
.pb-xl-2 { padding-bottom: 1.0rem !important; }
.pb-xl-3 { padding-bottom: 1.5rem !important; }
.pb-xl-4 { padding-bottom: 2.0rem !important; }
.pb-xl-5 { padding-bottom: 2.5rem !important; }
.pb-xl-6 { padding-bottom: 3.0rem !important; }
.pb-xl-7 { padding-bottom: 3.5rem !important; }
.pb-xl-8 { padding-bottom: 4.0rem !important; }
.pb-xl-9 { padding-bottom: 4.5rem !important; }
.pb-xl-10 { padding-bottom: 5.0rem !important; }
.pb-xl-11 { padding-bottom: 5.5rem !important; }
.pb-xl-12 { padding-bottom: 6.0rem !important; }
.pb-xl-13 { padding-bottom: 6.5rem !important; }
.pb-xl-14 { padding-bottom: 7.0rem !important; }
.pb-xl-15 { padding-bottom: 7.5rem !important; }
.pb-xl-16 { padding-bottom: 8.0rem !important; }
  
.pl-xl-0 { padding-left: 0.0rem !important; }
.pl-xl-1 { padding-left: 0.5rem !important; }
.pl-xl-2 { padding-left: 1.0rem !important; }
.pl-xl-3 { padding-left: 1.5rem !important; }
.pl-xl-4 { padding-left: 2.0rem !important; }
.pl-xl-5 { padding-left: 2.5rem !important; }
.pl-xl-6 { padding-left: 3.0rem !important; }
.pl-xl-7 { padding-left: 3.5rem !important; }
.pl-xl-8 { padding-left: 4.0rem !important; }
.pl-xl-9 { padding-left: 4.5rem !important; }
.pl-xl-10 { padding-left: 5.0rem !important; }
.pl-xl-11 { padding-left: 5.5rem !important; }
.pl-xl-12 { padding-left: 6.0rem !important; }
.pl-xl-13 { padding-left: 6.5rem !important; }
.pl-xl-14 { padding-left: 7.0rem !important; }
.pl-xl-15 { padding-left: 7.5rem !important; }
.pl-xl-16 { padding-left: 8.0rem !important; }
  
.pr-xl-0 { padding-right: 0.0rem !important; }
.pr-xl-1 { padding-right: 0.5rem !important; }
.pr-xl-2 { padding-right: 1.0rem !important; }
.pr-xl-3 { padding-right: 1.5rem !important; }
.pr-xl-4 { padding-right: 2.0rem !important; }
.pr-xl-5 { padding-right: 2.5rem !important; }
.pr-xl-6 { padding-right: 3.0rem !important; }
.pr-xl-7 { padding-right: 3.5rem !important; }
.pr-xl-8 { padding-right: 4.0rem !important; }
.pr-xl-9 { padding-right: 4.5rem !important; }
.pr-xl-10 { padding-right: 5.0rem !important; }
.pr-xl-11 { padding-right: 5.5rem !important; }
.pr-xl-12 { padding-right: 6.0rem !important; }
.pr-xl-13 { padding-right: 6.5rem !important; }
.pr-xl-14 { padding-right: 7.0rem !important; }
.pr-xl-15 { padding-right: 7.5rem !important; }
.pr-xl-16 { padding-right: 8.0rem !important; }
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-style: normal !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}


/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}

/* BS Table */

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #bbd6fe;
  --bs-table-striped-bg: #b2cbf1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #a8c1e5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #adc6eb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #a8c1e5;
}

.table-secondary {
  --bs-table-bg: #d6d8db;
  --bs-table-striped-bg: #cbcdd0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c1c2c5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c6c8cb;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c1c2c5;
}

.table-success {
  --bs-table-bg: #bfddcf;
  --bs-table-striped-bg: #b5d2c5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #acc7ba;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #b1ccbf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #acc7ba;
}

.table-info {
  --bs-table-bg: #bbf0fb;
  --bs-table-striped-bg: #b2e4ee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #a8d8e2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #addee8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #a8d8e2;
}

.table-warning {
  --bs-table-bg: #ffeeba;
  --bs-table-striped-bg: #f2e2b1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d6a7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecdcac;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6d6a7;
}

.table-danger {
  --bs-table-bg: #f5c6cb;
  --bs-table-striped-bg: #e9bcc1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #ddb2b7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e3b7bc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #ddb2b7;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #343a40;
  --bs-table-striped-bg: #3e444a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #484e53;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #43494e;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #484e53;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: red;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Bootstrap Forms */

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
/*   min-height: calc(1.5em + 0.75rem + 2px); */
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, 
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, 
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-color {
  max-width: 3rem;
  padding: 0.375rem;
}

.form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-select[multiple], 
.form-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.form-check-input[disabled] ~ .form-check-label, 
.form-check-input:disabled ~ .form-check-label {
  opacity: .5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238bbafe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.form-file {
  --bs-form-file-height: calc(1.5em + 0.75rem + 2px);
  position: relative;
}

.form-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: var(--bs-form-file-height);
  margin: 0;
  opacity: 0;
}

.form-file-input:focus-within ~ .form-file-label {
  border-color: #8bbafe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-file-input[disabled] ~ .form-file-label .form-file-text,
.form-file-input:disabled ~ .form-file-label .form-file-text {
  background-color: #e9ecef;
}

.form-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: flex;
  height: var(--bs-form-file-height);
  border-color: #ced4da;
  border-radius: 0.25rem;
}

.form-file-text {
  display: block;
  flex-grow: 1;
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.form-file-button {
  display: block;
  flex-shrink: 0;
  padding: 0.375rem 0.75rem;
  margin-left: -1px;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.form-file-sm {
  --bs-form-file-height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
}

.form-file-sm .form-file-text,
.form-file-sm .form-file-button {
  padding: 0.25rem 0.5rem;
}

.form-file-lg {
  --bs-form-file-height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}

.form-file-lg .form-file-text,
.form-file-lg .form-file-button {
  padding: 0.5rem 1rem;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: none;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #bed8fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #bed8fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.form-range::-ms-thumb:active {
  background-color: #bed8fe;
}

.form-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.form-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.form-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-file .form-file-input:focus ~ .form-file-label {
  z-index: 3;
}

.input-group > .form-file > .form-file-input:focus {
  z-index: 4;
}

.input-group > .form-file:not(:last-child) > .form-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-file:not(:first-child) > .form-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control {
  min-height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem;
}

.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, 
.form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, 
.form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, 
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, 
.form-select.is-valid {
  border-color: #198754;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus, 
.form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, 
.form-check-input.is-valid {
  border-color: #198754;
}

.was-validated .form-check-input:valid:checked, 
.form-check-input.is-valid:checked {
  background-color: #198754;
}

.was-validated .form-check-input:valid:focus, 
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, 
.form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

.was-validated .form-file-input:valid ~ .form-file-label, 
.form-file-input.is-valid ~ .form-file-label {
  border-color: #198754;
}

.was-validated .form-file-input:valid:focus ~ .form-file-label, 
.form-file-input.is-valid:focus ~ .form-file-label {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, 
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, 
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, 
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, 
.form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus, 
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, 
.form-check-input.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-check-input:invalid:checked, 
.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

.was-validated .form-check-input:invalid:focus, 
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, 
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

.was-validated .form-file-input:invalid ~ .form-file-label, 
.form-file-input.is-invalid ~ .form-file-label {
  border-color: #dc3545;
}

.was-validated .form-file-input:invalid:focus ~ .form-file-label, 
.form-file-input.is-invalid:focus ~ .form-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], 
.dropdown-menu[x-placement^="right"], 
.dropdown-menu[x-placement^="bottom"], 
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, 
.dropdown-item:focus {
  color: #16181b;
  background-color: #f8f9fa;
}

.dropdown-item.active, 
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled, 
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover, 
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, 
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled, 
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  align-items: center;
  /*width: 100%;*/
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #024dbc;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #024dbc;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #073984;
  background-color: #cfe2ff;
  border-color: #bbd6fe;
}

.alert-primary .alert-link {
  color: #042454;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #0d462c;
  background-color: #d1e7dd;
  border-color: #bfddcf;
}

.alert-success .alert-link {
  color: #051b11;
}

.alert-info {
  color: #07697d;
  background-color: #cff4fc;
  border-color: #bbf0fb;
}

.alert-info .alert-link {
  color: #04404d;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, 
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #073984;
  background-color: #bbd6fe;
}

.list-group-item-primary.list-group-item-action:hover, 
.list-group-item-primary.list-group-item-action:focus {
  color: #073984;
  background-color: #a2c7fe;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #073984;
  border-color: #073984;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, 
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #0d462c;
  background-color: #bfddcf;
}

.list-group-item-success.list-group-item-action:hover, 
.list-group-item-success.list-group-item-action:focus {
  color: #0d462c;
  background-color: #aed4c3;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0d462c;
  border-color: #0d462c;
}

.list-group-item-info {
  color: #07697d;
  background-color: #bbf0fb;
}

.list-group-item-info.list-group-item-action:hover, 
.list-group-item-info.list-group-item-action:focus {
  color: #07697d;
  background-color: #a3ebfa;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #07697d;
  border-color: #07697d;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, 
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, 
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, 
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, 
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") no-repeat center center/1em auto;
  background-clip: content-box;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, 
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, 
.bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, 
.bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, 
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .tooltip-arrow, 
.bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .tooltip-arrow::before, 
.bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, 
.bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, 
.bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, 
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .tooltip-arrow, 
.bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .tooltip-arrow::before, 
.bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .popover-arrow::before, 
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, 
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .popover-arrow, 
.bs-popover-auto[x-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, 
.bs-popover-auto[x-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .popover-arrow::after, 
.bs-popover-auto[x-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, 
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .popover-arrow, 
.bs-popover-auto[x-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .popover-arrow::before, 
.bs-popover-auto[x-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .popover-arrow::after, 
.bs-popover-auto[x-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, 
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .popover-arrow, 
.bs-popover-auto[x-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, 
.bs-popover-auto[x-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .popover-arrow::after, 
.bs-popover-auto[x-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, 
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, 
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .popover-arrow, 
.bs-popover-auto[x-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .popover-arrow::before, 
.bs-popover-auto[x-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .popover-arrow::after, 
.bs-popover-auto[x-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators li {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.mls :after {
  display: none;
}

.mls [id^="MBBv3"] {
  font-size: 16px;
  line-height: 20px;
}

.mls [id^="MBBv3"] [class^="bfg-"] {
  margin: 0;
  padding: 0;
  color: var(--color-primary);
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  line-height: 1.3em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mls [id^="MBBv3"] [class^="bfg-"] li:before {
  content: none;
}

.mls [id^="MBBv3"] [class^="bfg-"] a.icon {
  text-decoration: none;
}

.mls [id^="MBBv3"] strong {
  font-weight: bold;
}

.mls [id^="MBBv3"] img {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  border: none;
  max-width: 100%;
  vertical-align: middle;
  display: inline;
}

.mls [id^="MBBv3"] [class^="bfg-"] ul {
  margin: 0;
  padding: 0;
}

.mls [id^="MBBv3"] ul [class^="bfg-"] li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mls [id^="MBBv3"] table {
  padding: 0;
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mls [id^="MBBv3"] tr,
.mls [id^="MBBv3"] th,
.mls [id^="MBBv3"] td {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

.mls [id^="MBBv3"] input[type="number"]::-webkit-outer-spin-button,
.mls [id^="MBBv3"] input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mls [id^="MBBv3"] input[type="number"] {
  -moz-appearance: textfield;
}

.mls [id^="MBBv3"] .bfg-color {
  color: #4e4e4e;
}

.mls [id^="MBBv3"] .bfg-color2 {
  color: #222222;
}

.mls [id^="MBBv3"] small {
  display: inline;
  font-size: .856em;
}

.bfg-smaller {
  font-size: 0.9em !important;
}

.bfg-xsmall {
  font-size: 0.75em !important;
}

.mls [id^="MBBv3"] a.bfg-color {
  color: var(--color-primary);
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .875em;
  text-decoration: none;
  border: none;
  background: none;
}

.mls [id^="MBBv3"] a.bfg-color2 {
  color: #4e4e4e;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .875em;
  text-decoration: underline;
  border: none;
  background: none;
}

.mls [id^="MBBv3"] a.bfg-color:hover {
  color: #222222;
  text-decoration: none;
  border: none;
}

.mls [id^="MBBv3"] a.bfg-color2:hover {
  color: #222222;
  text-decoration: underline;
  border: none;
}

.mls [id^="MBBv3"] .bfg-bg1 {
  background-color: transparent;
}

.mls [id^="MBBv3"] .bfg-bg2 {
  background-color: #ffffff;
}

.mls [id^="MBBv3"] .bfg-bg3 {
  background-color: #f7f7f7;
}

.mls [id^="MBBv3"] .bfg-bg4 {
  background-color: #ffffff;
}

.mls [id^="MBBv3"] .bfg-section {
  padding: 25px 0;
}

.mls [id^="MBBv3"] form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.mls [id^="MBBv3"] .bfg-form-padded {
  padding: 0 150px 20px 150px;
}

.mls [id^="MBBv3"] .bfg-form-row-wrap {
  padding: 10px 10px 0;
}

.mls [id^="MBBv3"] .bfg-input-label {
  font-size: .93em;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-weight: normal;
  margin-bottom: 1px;
  text-align: left;
}

.mls [id^="MBBv3"] .bfg-input-label-to {
  font-size: .8125em;
  line-height: 2em;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-weight: bold;
}

.mls [id^="MBBv3"] .bfg-input-help {
  font-size: .6875em;
  font-weight: normal;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.mls [id^="MBBv3"] .bfg-input-wrap {
  margin-bottom: 16px;
  position: relative;
}

.mls [id^="MBBv3"] .bfg-input-item {
  margin-bottom: 2px;
}

.mls [id^="MBBv3"] .bfg-input-field {
  background: transparent;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-size: .8125em;
  height: 32px;
  line-height: 30px;
  padding: 6px 8px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
    
  border: 0;
  border-bottom: 1px solid var(--color-primary);
  border-radius: 0;
  box-shadow: none;
  color: var(--color-primary);
  outline: none;
}

.mls [id^="MBBv3"] textarea.bfg-input-field {
  font-size: 13px;
  height: auto;
  line-height: 18px;
}

.mls [id^="MBBv3"] select.bfg-input-field {
  background: transparent !important;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #888;
  display: block;
  font-size: .8125em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  height: 32px;
  line-height: 32px;
  padding: 0px 5px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
    
  border: 0;
  border-bottom: 1px solid var(--color-primary);
  border-radius: 0;
  box-shadow: none;
  color: var(--color-primary);
  outline: none;
}

.mls [id^="MBBv3"] .bfg-form-error {
  color: #505050;
  background: #f7f7f7;
  border-color: #b01d18;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 8px rgba(238, 117, 117, 0.7);
}

.mls [id^="MBBv3"] select.bfg-form-error {
  color: #505050;
  background: #f7f7f7;
  border-color: #b01d18;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset, 0 0 8px rgba(238, 117, 117, 0.7);
}

.mls [id^="MBBv3"] .bfg-input-field:hover,
.mls [id^="MBBv3"] .bfg-input-field:focus,
.mls [id^="MBBv3"] .bfg-input-helper-field:hover,
.mls [id^="MBBv3"] .bfg-input-helper-field:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}

.mls [id^="MBBv3"] input.bfg-input-field::placeholder,
.mls [id^="MBBv3"] input.bfg-input-field::-webkit-input-placeholder {
  color: #aaa;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
}

.mls [id^="MBBv3"] .select2-container-multi .select2-choices {
  margin: 0 !important;
/*   background: url("https://d2w6u17ngtanmy.cloudfront.net/gfx/down-arrow_20.png") #fefefe no-repeat right center !important; */
  background: transparent !important;
    
  border: 0;
  border-bottom: 1px solid var(--color-primary);
  border-radius: 0;
  box-shadow: none;
  color: var(--color-primary);
  outline: none;
}

.mls [id^="MBBv3"] .select2-results .select2-highlighted {
  background: #1085ec;
}

.mls [id^="MBBv3"] .select2-container-multi .select2-choices .select2-search-choice {
  color: #fafafa;
  border: 1px solid #2f6aa9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #2f6aa9;
  background-color: #4883c2;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(40%, #4883c2), color-stop(100%, #1e65af));
  background-image: -webkit-linear-gradient(top, #4883c2 40%, #1e65af 100%);
  background-image: -moz-linear-gradient(top, #4883c2 40%, #1e65af 100%);
  background-image: linear-gradient(to bottom, #4883c2 40%, #1e65af 100%);
  background: var(--color-primary);
}

.mls [id^="MBBv3"] .bfg-menu-btn {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

.mls [id^="MBBv3"] [class^="bfg-"] .bfg-menu-btn {
  list-style-image: none !important;
}

.mls [id^="MBBv3"] [class^="bfg-"] .bfg-menu-btn li {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-indent: 0;
}

.mls [id^="MBBv3"] .bfg-menu-btn li a {
  color: #4e4e4e;
  display: inline-block;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 0 5px;
  height: 40px;
  margin: 0;
  border-radius: 0;
  border-width: 0 0 0 1px;
  border-color: #bcbcbc;
  border-style: solid;
}

.mls [id^="MBBv3"] .bfg-menu-btn li a i {
  top: 0px;
  line-height: 40px;
}

.mls [id^="MBBv3"] .bfg-menu-btn li a:hover {
  color: #ffffff;
  background: #555555;
}

.mls .mls #MBBv3Form .bfg-btn,
.mls [id^="MBBv3"] .bfg-btn {
  background-color: var(--color-primary);
  color: rgb(239, 230, 207);
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  border: 1px solid var(--color-accent_3) !important;
}

.mls [id^="MBBv3"] .btn-auto {
  width: 100%;
  text-align: center;
}

.mls [id^="MBBv3"] .btn-sm {
  font-size: .72em;
  line-height: 1.1em;
  padding: 4px 7px;
}

.mls [id^="MBBv3"] .btn-med {
  font-size: .8125em;
  line-height: 1.5em;
  padding: 5px 12px;
  min-width: 165px;
}

.mls [id^="MBBv3"] .btn-lg {
  font-size: .875em;
  line-height: 1em;
  padding: 10px 20px;
}

.mls [id^="MBBv3"] .btn-xlg {
  padding: 10px 0 9px;
  font-size: 1em;
  line-height: 1em;
  width: 100%;
}

.mls [id^="MBBv3"] .bfg-btn i {
  position: relative;
  margin-right: 5px;
  font-size: 1.2em;
  line-height: 1.2em;
  top: 0;
}

.mls [id^="MBBv3"] .btn-lg i {
  top: 0px;
}

.mls #MBBv3Form .btn-bg2,
.mls [id^="MBBv3"] .btn-bg2 {
  background-color: var(--color-primary) !important;
  color: var(--color-accent_3);
}

.mls #MBBv3Form .btn-bg3,
.mls [id^="MBBv3"] .btn-bg3 {
  color: #ffffff !important;
  background: #555555;
}

.mls #MBBv3Form .btn-disabled,
.mls [id^="MBBv3"] .btn-disabled {
  color: #fff !important;
  background: #ccc;
}

.mls #MBBv3Form .bfg-btn:hover,
.mls [id^="MBBv3"] .bfg-btn:hover {
  color: #ffffff !important;
  background: var(--color-primary);
}

.mls #MBBv3Form .bfg-btn2:hover,
.mls [id^="MBBv3"] .btn-bg2:hover {
  color: #ffffff !important;
  background: #333333;
}

.mls #MBBv3Form .bfg-btn3:hover,
.mls [id^="MBBv3"] .btn-bg3:hover {
  color: #ffffff !important;
  background: #333333;
}

.mls #MBBv3Form .bfg-disabled:hover,
.mls [id^="MBBv3"] .btn-disabled:hover {
  color: #fff !important;
  background: #ccc;
}

.mls [id^="MBBv3"] .bfg-dashboard-btn {
  padding: 10px;
  background: #444;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.mls [id^="MBBv3"] .bfg-db-alt {
  background: #d35215;
}

.mls [id^="MBBv3"] .bfg-dashboard-btn:hover {
  background: #777;
}

.mls [id^="MBBv3"] .bfg-dashboard-count {
  display: inline-block;
  color: #fff;
  font-size: 2.125em;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-weight: normal;
  margin-right: 10px;
}

.mls [id^="MBBv3"] .bfg-dashboard-btn i {
  color: #f7f7f7;
  font-size: 1.875em;
}

.mls [id^="MBBv3"] .bfg-dashboard-desc {
  color: #f7f7f7;
  font-size: .8125em;
}

.mls [id^="MBBv3"] .bfg-dashboard-msg {
  padding: 10px;
  background: #008c0f;
  color: #fff;
  font-size: .8125em;
  font-weight: bold;
}

.mls [id^="MBBv3"] .bfg-dashboard-msg small {
  color: #fff;
  font-size: .8125em;
  font-weight: normal;
}

.mls [id^="MBBv3"] .bfg-dashboard-msg2 {
  padding: 10px;
  background: #3399ff;
  color: #fff;
  font-size: .8125em;
  font-weight: bold;
}

.mls [id^="MBBv3"] .bfg-dashboard-msg2 small {
  color: #000;
  font-size: .8125em;
  font-weight: normal;
}

.mls [id^="MBBv3"] .bfg-cp-link {
  color: #222222;
  text-decoration: underline;
  font-size: .843em;
  padding: 0 5px;
}
.mls .bfg-checkmark {
  left: calc(100% + 5px);
}
.mls [id^="MBBv3"] label.bfg-checkbox-label:hover:not(.bfg-checkmark) {
  color: var(--color-primary);
}

.mls [id^="MBBv3"] .login-panel-link,
.mls [id^="MBBv3"] .login-panel-logout,
.mls [id^="MBBv3"] .bfg-logout-link,
.mls [id^="MBBv3"] .my-account-link,
.mls [id^="MBBv3"] .bfg-account-link-wrap a {
  line-height: 20px;
}

.mls [id^="MBBv3"] ul.bfg-list {
  margin: 20px 0;
}

.mls [id^="MBBv3"] ul.bfg-list li {
  font-size: .875em;
  line-height: 1em;
  margin-bottom: 15px;
  margin-left: 30px;
}

.mls [id^="MBBv3"] ul.bfg-list-circle li {
  list-style-type: circle;
}

.mls [id^="MBBv3"] ul.bfg-list-decimal li {
  list-style-type: decimal;
}

.mls [id^="MBBv3"] ul.bfg-list-alpha li {
  list-style-type: lower-alpha;
}

.mls [id^="MBBv3"] ul.bfg-list-roman li {
  list-style-type: lower-roman;
}

.mls [id^="MBBv3"] .bfg-list-dl {
  margin: 0;
  padding: 0;
  text-align: left;
}

.mls [id^="MBBv3"] .bfg-list-dl dt {
  position: relative;
  color: #222222;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 20px;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 30px;
}

.mls [id^="MBBv3"] .bfg-list-dl dt i {
  position: absolute;
  left: 5px;
  top: 0;
  color: #008c0f;
}

.mls [id^="MBBv3"] .bfg-list-dl dd {
  color: #222222;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .875em;
  margin: 0 0 10px 30px;
  padding: 0;
}

.mls [id^="MBBv3"] .bfg-why-signup {
  color: #666;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .875em;
  margin: 0;
  padding: 0;
}

.mls [id^="MBBv3"] table.bfg-responsive th {
  line-height: 1em;
  margin: 0;
  white-space: nowrap;
  background: #dcdcdc;
  color: #4e4e4e;
}

.mls [id^="MBBv3"] table.bfg-responsive th.center {
  text-align: center;
}

.mls [id^="MBBv3"] table.bfg-responsive thead tr th {
  font-size: 0.92em;
  font-weight: bold;
}

.mls [id^="MBBv3"] table.bfg-responsive thead tr th {
  padding: 8px 4px 4px;
}

.mls [id^="MBBv3"] table.bfg-responsive thead tr.bfg-small {
  font-size: 0.7rem;
  font-weight: normal;
}

.mls [id^="MBBv3"] table.bfg-responsive thead tr.bfg-small th {
  padding: 2px 4px 4px;
}

.mls [id^="MBBv3"] table.bfg-responsive tbody td {
  padding: 7px 4px;
}

.mls [id^="MBBv3"] table.bfg-responsive tfoot td {
  padding: 10px 5px;
}

.mls [id^="MBBv3"] table.bfg-responsive td div {
  font-size: 0.92em;
  font-weight: bold;
}

.mls [id^="MBBv3"] table.bfg-responsive td div~div {
  font-size: 0.75em;
  font-weight: normal;
}

.mls [id^="MBBv3"] table.bfg-striped tbody tr:nth-child(n+1) {
  background: #f7f7f7;
}

.mls [id^="MBBv3"] table.bfg-striped tbody tr:nth-child(2n+1) {
  background: #fff;
}

.mls [id^="MBBv3"] .bfg-bg-success {
  color: #fff;
  background: #008c0f;
}

.mls [id^="MBBv3"] i.bfg-success {
  color: #008c0f;
}

.mls [id^="MBBv3"] .bfg-bg-info {
  color: #666;
  background: #d9edf7;
}

.mls [id^="MBBv3"] i.bfg-info {
  color: #d9edf7;
}

.mls [id^="MBBv3"] .bfg-bg-caution {
  color: #666;
  background: #f6f3ea;
}

.mls [id^="MBBv3"] i.bfg-caution {
  color: #f6f3ea;
}

.mls [id^="MBBv3"] .bfg-bg-error {
  color: #fefefe;
  background: #b01d18;
  text-indent: 5px;
}

.mls [id^="MBBv3"] i.bfg-error {
  color: #b01d18;
}

.mls [id^="MBBv3"] .bfg-banner {
  position: absolute;
  top: .75rem;
  left: .75rem;
  z-index: 7;
  width: auto;
  max-width: 100%;
  padding: 4px 10px 2px 10px;
  font-size: 0.75rem;
  text-align: left;
  text-transform: uppercase;
  opacity: 1;
  border: 0;
  border-radius: 30px;
}
.mls [id^="MBBv3"] .bfg-banner small {
  font-size: 0.75rem;
}

.mls [id^="MBBv3"] .bfg-banner-lg {
  top: 7px;
  font-size: 14px;
  padding: 7px 0 5px 15px;
  width: 190px;
}

.mls [id^="MBBv3"] .bfg-banner.new {
  color: #f0fdf4;
  background: #14532d;
}

.mls [id^="MBBv3"] .bfg-banner.reduced {
  color: #7f1d1d;
  background: #f87171;
}

.mls [id^="MBBv3"] .bfg-banner.featured {
  color: #ecfdf5;
  background: #064e3b;
}

.mls [id^="MBBv3"] .bfg-banner.uc {
  color: #78350f;
  background: #fcd34d;
}

.mls [id^="MBBv3"] .bfg-banner.comingsoon {
  color: #eff6ff;
  background: #1e3a8a;
}

.mls [id^="MBBv3"] .bfg-banner.sold {
  color: #ecfdf5;
  background: #064e3b;
}

.mls [id^="MBBv3"] .bfg-banner.openhouse {
  color: #22d3ee;
  background: #164e63;
}

.mls [id^="MBBv3"] .bfg-banner i {
  position: relative;
}

.mls [id^="MBBv3"] .bfg-mls-thumb-logo {
  position: absolute;
  max-width: 30px;
  bottom: 5px;
  right: 5px;
  z-index: 10;
}

.mls [id^="MBBv3"] .bfg-gallery-thumb-wrap {
  position: relative;
  height: 235px;
  max-width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}

.mls [id^="MBBv3"] .bfg-gallery-thumb {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.mls [id^="MBBv3"] .bfg-map-list-props>div:nth-child(odd) {
  background: #fff;
}

.mls [id^="MBBv3"] .bfg-map-list-props>div:hover {
  background: #97c5e3;
}

.mls [id^="MBBv3"] .bfg-map-out-bounds {
  display: none;
}

.mls [id^="MBBv3"] .bfg-list-container>div:nth-child(even),
.mls [id^="MBBv3"] .bfg-results-container>div:nth-child(even) {
  background: var(--color-accent_3);
}

.mls [id^="MBBv3"] .bfg-listing-thumb-wrap {
  position: relative;
  height: 175px;
  max-width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}

.mls [id^="MBBv3"] .bfg-listing-no-thumb {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-image: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/admin_no_photo.jpg);
}

.mls [id^="MBBv3"] .bfg-listing-thumb {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.mls [id^="MBBv3"] .bfg-listing-address {
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-size: 1.375em;
  font-weight: normal;
  text-decoration: none;
  color: #222222;
}

.mls [id^="MBBv3"] .bfg-listing-address2 {
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-size: .9375em;
  font-weight: normal;
  color: #222222;
  text-decoration: none;
}

.mls [id^="MBBv3"] .bfg-listing-price {
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-size: 1.5em;
  font-weight: normal;
  color: #222222;
}

.mls [id^="MBBv3"] .bfg-listing-mls-num {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .75em;
  line-height: 1.6em;
  font-weight: normal;
  color: #4e4e4e;
}

.mls [id^="MBBv3"] .bfg-listing-office {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .813em;
  font-weight: normal;
  color: #4e4e4e;
  overflow: hidden;
  white-space: nowrap;
}

.mls [id^="MBBv3"] .bfg-listing-desc {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .89em;
  line-height: 1.1em;
  font-weight: normal;
  color: #4e4e4e;
  max-width: 680px;
}

.mls [id^="MBBv3"] .bfg-listing-features {
  padding-right: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .8125em;
  color: #4e4e4e;
}

.mls [id^="MBBv3"] .bfg-listing-office {
  font-size: .89em;
  font-weight: 500;
  line-height: 2em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #4e4e4e;
  opacity: 0.9;
}

.mls [id^="MBBv3"] .bfg-gallery-item {
  position: relative;
}

.mls [id^="MBBv3"] .bfg-gallery-item-container {
  position: relative;
  -webkit-box-shadow: 0 3px 4px -1px rgba(102, 102, 102, 0.1), 0 1px 2px 1px rgba(102, 102, 102, 0.1);
  -moz-box-shadow: 0 3px 4px -1px rgba(102, 102, 102, 0.1), 0 1px 2px 1px rgba(102, 102, 102, 0.1);
  box-shadow: 0 3px 4px -1px rgba(102, 102, 102, 0.1), 0 1px 2px 1px rgba(102, 102, 102, 0.1);
}

.mls [id^="MBBv3"] .bfg-gallery-price-wrap {
  position: absolute;
  top: 0.75rem;
  left: auto;
  right: 0.75rem;
  z-index: 11;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

.mls [id^="MBBv3"] .bfg-gallery-price {
  color: #222222;
  font-size: 1.375em;
  font-weight: normal;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  line-height: 25px;
  display: inline-block;
  padding: 5px 10px;
  background: #fefefe;
  border-radius: 2px;
  opacity: 1;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.17);
  -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.17);
  box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.17);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 1%, rgba(255, 255, 255, 0.65) 29%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 1%, rgba(255, 255, 255, 0.65) 29%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 1%, rgba(255, 255, 255, 0.65) 29%, rgba(255, 255, 255, 1) 92%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffff', endColorstr='#ffffff', GradientType=0);
}

.mls [id^="MBBv3"] .bfg-gallery-price span {
  display: block;
  font-size: 0.625rem;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.mls [id^="MBBv3"] .bfg-gallery-desc {
  margin-bottom: 2rem;
  padding: 1rem;
  text-align: center;
}

.mls [id^="MBBv3"] .bfg-gallery-desc > div+div {
  margin-top: 0.25rem;
}

.mls [id^="MBBv3"] .bfg-gallery-address {
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-size: 1.2em;
  font-weight: 500;
  color: #222222;
  white-space: nowrap;
  text-decoration: none;
  overflow: hidden;
}

.mls [id^="MBBv3"] .bfg-gallery-address2 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .75em;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.mls [id^="MBBv3"] .bfg-gallery-features {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .75em;
  color: #4e4e4e;
  white-space: nowrap;
  overflow: hidden;
}

.mls [id^="MBBv3"] .bfg-gallery-mls {
  font-size: .75em;
  line-height: 1em;
  color: #4e4e4e;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 8px;
}

.mls [id^="MBBv3"] .bfg-gallery-status {
  font-size: .81em;
  line-height: 1.5em;
  color: #4e4e4e;
  position: absolute;
  top: 22px;
  right: 5px;
}

.mls [id^="MBBv3"] .bfg-gallery-office {
  font-size: .625em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #4e4e4e;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.85;
  overflow: hidden;
}

.mls [id^="MBBv3"] .bfg-prop-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 17px;
  z-index: 700005;
  opacity: .9;
  -webkit-box-shadow: 0 8px 6px -6px #888;
  -moz-box-shadow: 0 8px 6px -6px #888;
  box-shadow: 0 8px 6px -6px #888;
}

.mls [id^="MBBv3"] .bfg-header-address {
  color: #4e4e4e;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  padding: 0 0 5px;
}

.mls [id^="MBBv3"] .bfg-prop-spacer {
  height: 65px;
}

.mls [id^="MBBv3"] .bfg-prop-title {
  color: #222222;
  font-size: 1.5em;
  font-weight: normal;
  font-family: 'Open Sans', 'Open Sans', Helvetica, Arial, sans-serif;
}

.mls [id^="MBBv3"] .bfg-prop-address {
  color: #222222;
  font-size: 2.4em;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  line-height: 50px;
}

.mls [id^="MBBv3"] .bfg-prop-address2 {
  color: #222222;
  font-size: 1.875em;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  line-height: 40px;
}

.mls [id^="MBBv3"] .bfg-prop-features {
  font-size: 1.375em;
  color: #4e4e4e;
}

.mls [id^="MBBv3"] .bfg-prop-features span {
  color: #4e4e4e;
  display: inline-block;
  padding: 0 10px;
}

.mls [id^="MBBv3"] .bfg-prop-desc {
  font-size: .915em;
  font-weight: normal;
  margin-bottom: 15px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.mls [id^="MBBv3"] .bfg-prop-desc a {
  font-size: .915em;
  font-weight: normal;
  margin-bottom: 15px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.mls [id^="MBBv3"] .bfg-prop-label {
  font-size: .91em;
  font-weight: bold;
  margin-bottom: 2px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.mls [id^="MBBv3"] .bfg-prop-map-wrap {
  height: 300px;
}

.mls [id^="MBBv3"] .bfg-prop-streetview-wrap {
  height: 300px;
}

.mls [id^="MBBv3"] .bfg-details-save-listing i {
  color: #ccc;
  font-size: 45px;
  line-height: 45px;
}

.mls [id^="MBBv3"] .bfg-details-save-listing i:hover {
  color: #888888;
}

.mls [id^="MBBv3"] .bfg-details-photo-wrap {
  margin: 0 auto;
  width: 600px;
  height: 400px;
  max-width: 90%;
  overflow: hidden;
}

.mls [id^="MBBv3"] .bfg-details-photo {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.mls [id^="MBBv3"] .bfg-details2-price {
  font-size: 19px;
  font-weight: bold;
  color: #222222;
}

.mls [id^="MBBv3"] .bfg-details2-address {
  font-size: 16px;
}

.mls [id^="MBBv3"] .bfg-details2-city {
  font-size: 20px;
  line-height: 25px;
}

.mls [id^="MBBv3"] .bfg-details2-mlsnum {
  font-size: 14px;
}

.mls [id^="MBBv3"] .bfg-details2-wrap {
  width: 90%;
  display: table;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 5px;
  padding: 3px 0;
}

.mls [id^="MBBv3"] .bfg-details2-label {
  font-weight: bold;
  font-size: 13px;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.mls [id^="MBBv3"] .bfg-details2-formtitle {
  font-weight: bold;
  color: #222222;
}

.mls [id^="MBBv3"] .bfg-details2-desc {
  font-weight: normal;
  font-size: 13px;
  display: table-cell;
  width: 50%;
}

.mls [id^="MBBv3"] .bfg-details2-remarks {
  font-size: 12px;
  line-height: 14px;
}

.mls [id^="MBBv3"] .bfg-details2-media {
  color: #888888;
}

.mls [id^="MBBv3"] .bfg-user-social a {
  text-decoration: none;
  border: none;
}

.mls [id^="MBBv3"] .bfg-user-social img {
  width: 24px;
}

#bfg-details-agent-img img {
  max-width: 115px !important;
}

.mls [id^="MBBv3"] .bfg-details2-sociallink {
  border: none;
  text-decoration: none;
}

.mls [id^="MBBv3"] .bfg-photo-count {
  background: #444;
  color: #fff;
  position: absolute;
  z-index: 2;
  opacity: .9;
  top: 7px;
  right: 7px;
  width: 55px;
  font-size: 13px;
  text-align: center;
  padding: 5px 0 3px;
}

.mls [id^="MBBv3"] .bfg-photo-count i {
  color: #9f9f9f;
}

.lSSlideWrapper {
  max-height: 500px;
  cursor: pointer;
}

ul[id^="imageGallery"]>li {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#MBBv3_SearchDetails .lSGallery li {
  margin: 0;
  padding: 0;
}

.mls [id^="MBBv3"] .bfg-results-totals {
  font-size: 1.125em;
  line-height: 40px;
  font-weight: 400;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  display: inline-block;
  height: 40px;
}

.mls [id^="MBBv3"] .results-sort-container {
  font-size: 1.125em;
  line-height: 2.25em;
  font-weight: bold;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 5px 20px;
  text-align: center;
  border-width: 0 1px 1px;
  border-color: #ccc;
  border-style: solid;
  width: 280px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 0 0 4px 4px;
}

.mls [id^="MBBv3"] ul.bfg-criteria-list {
  margin: 0 !important;
}

.mls [id^="MBBv3"] ul.bfg-search-criteria-list li:before {
  content: none !important;
}

.mls [id^="MBBv3"] ul.bfg-criteria-list li {
  font-size: 14px;
  line-height: 1.1em;
  color: #ffffff;
  background: var(--color-primary);
  display: inline-block;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 2px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  margin: 0 5px 5px 0 !important;
  position: relative;
}

.mls [id^="MBBv3"] ul.bfg-criteria-list li i {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 5px 5px;
}

.mls [id^="MBBv3"] .bfg-criteria-list li:hover {
  color: #ffffff;
  background: var(--color-primary);
}

.mls [id^="MBBv3"] ul.bfg-search-criteria-list li {
  cursor: auto;
}

.mls [id^="MBBv3"] ul.bfg-criteria-list li .bfg-label {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  display: block;
  line-height: 12px;
  font-style: italic;
  font-weight: 400;
}

.mls [id^="MBBv3"] ul.bfg-criteria-list li .bfg-criteria-wrap {
  color: #fff;
  margin-left: 15px;
  line-height: normal;
}

.mls [id^="MBBv3"] .interactive-map,
.mls [id^="MBBv3"] .bfg-interactive-map {
  height: 500px;
  position: relative;
}

.mls [id^="MBBv3"] .bfg-imap-control-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  margin: 0 0 0 -115px;
  padding: 5px;
  z-index: 4;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 5px 5px;
}

.mls [id^="MBBv3"] .bfg-imap-control-wrap .bfg-btn {
  margin: 0 2px;
}

.mls [id^="MBBv3"] .bfg-map-info-panel {
  position: absolute;
  display: none;
  right: 0;
  top: 5px;
  z-index: 500;
  background: #fff;
  border-color: #c1c1c1;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  background: #eeeeee;
}

#bfg-map-info-box {
  position: absolute;
  background: #fff;
  width: 280px;
  height: 150px;
  z-index: 800;
  left: 35%;
  top: 35%;
  padding: 0;
  margin: 0;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 9px 0px rgba(23, 69, 39, 0.3);
  -moz-box-shadow: 0px 1px 9px 0px rgba(23, 69, 39, 0.3);
  box-shadow: 0px 1px 9px 0px rgba(23, 69, 39, 0.3);
}

#bfg-map-info-box:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#bfg-map-info-box.tip-top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #fff;
  top: -20px;
  bottom: auto;
}

#bfg-map-info-box.tip-left:after {
  left: 22px;
  margin: 0;
}

#bfg-map-info-box.tip-right:after {
  right: 28px;
  left: auto;
  margin: 0;
}

[id^="MBBv3"] .bfg-infobox-img-wrap,
.mls [id^="MBBv3"] .bfg-infobox-img-wrap {
  position: relative;
  width: 100px;
  width: 40px;
  height: 80px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}

.mls [id^="MBBv3"] .bfg-infobox-mls-logo {
  position: absolute;
  top: -5px;
  left: -5px;
  height: 20px !important;
  z-index: 10;
}

.mls [id^="MBBv3"] .bfg-map-list-panel {
  width: 0;
  display: inline-block;
  overflow-x: auto;
  background: #eeeeee;
}

.mls [id^="MBBv3"] .bfg-map-image-panel {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  z-index: 600;
  background: #eeeeee;
}

.mls [id^="MBBv3"] .bfg-info-panel-btn {
  position: absolute;
  top: 1px;
  left: 1px;
  cursor: pointer;
  z-index: 603;
}

.mls [id^="MBBv3"] .bfg-imap-photos li {
  display: inline-block;
  margin: 5px;
}

.mls [id^="MBBv3"] .bfg-map-list-selected {
  background: #97c5e3;
}

.mls [id^="MBBv3"] .bfg-map-list-thumb-wrap,
.mls [id^="MBBv3"] .bfg-imap-thumb-wrap {
  position: relative;
  height: 120px;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.mls [id^="MBBv3"] .bfg-imap-no-thumb {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-image: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/admin_no_photo.jpg);
}

.mls [id^="MBBv3"] .bfg-map-list-thumb,
.mls [id^="MBBv3"] .bfg-imap-thumb {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.mls [id^="MBBv3"] .bfg-imap-address {
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-size: .875em;
  font-weight: bold;
  color: #222222;
  text-transform: uppercase;
  text-decoration: none;
}

.mls [id^="MBBv3"] .bfg-imap-address2 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: .75em;
  font-weight: 700;
  color: #222222;
  text-decoration: none;
}

.mls [id^="MBBv3"] .bfg-imap-price {
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-size: 1.125em;
  font-weight: bold;
  color: #222222;
  margin-bottom: 5px;
}

.mls [id^="MBBv3"] .bfg-imap-mls {
  font-size: .6875em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  float: right;
}

.mls [id^="MBBv3"] .bfg-imap-desc {
  font-size: .6875em;
  margin-bottom: 3px;
}

.mls [id^="MBBv3"] .bfg-imap-btn-wrap {
  margin-top: 10px;
}

.mls [id^="MBBv3"] .bfg-map-photo-gallery li {
  display: inline-block;
}

.mls [id^="MBBv3"] .bfg-map-photo-gallery li img {
  margin: 4px;
  border: 2px solid #fff;
  border-radius: 4px;
  cursor: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/zoom-in.cur) 0 0, auto;
}

.mls [id^="MBBv3"] .ui-slider-handle {
  background: var(--color-primary) !important;
  text-align: center;
}

.mls [id^="MBBv3"] .bfg-slider-tip {
  font-size: 11px;
  color: #f7f7f7;
  width: 55px;
  position: absolute;
  top: -35px;
  left: -20px;
  border-radius: 3px;
  padding: 2px 8px;
  border: 2px solid #fff;
  background-color: var(--color-primary);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 8000;
}

.bfg-slider-tip:after,
.bfg-slider-tip:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.bfg-slider-tip:after {
  border-color: rgba(246, 162, 29, 0);
  border-top-color: #f6a21d;
  border-width: 7px;
  margin-left: -7px;
}

.bfg-slider-tip:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.ui-slider-handle:hover span.bfg-slider-tip {
  display: inline-block;
}

.mls [id^="MBBv3"] .bfg-loading-wrap {
  padding: 40px;
  text-align: center;
  background: transparent;
}

.mls [id^="MBBv3"] .bfg-loading-wrap img {
  max-width: 64px;
} 

.mls [id^="MBBv3"] .bfg-imap-mask {
  position: absolute;
  opacity: .75;
  background: #444;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.mls [id^="MBBv3"] .bfg-imap-block {
  color: #4e4e4e;
  font-size: 17px;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  position: relative;
  margin: 80px 100px;
  padding: 20px;
  border: 1px solid #ccc;
  z-index: 2;
}

.mls [id^="MBBv3"] .gmnoprint img {
  max-width: none;
}

.mls [id^="MBBv3"] .bfg-user-name {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}

.mls [id^="MBBv3"] .bfg-user-office {
  font-size: .9em;
  margin: 5px 0;
  font-weight: bold;
}

.mls [id^="MBBv3"] .bfg-user-title {
  font-size: .9em;
  margin: 5px 0;
}

.mls [id^="MBBv3"] .bfg-user-accreditation {
  font-size: .9em;
  font-style: italic;
  font-weight: normal;
  margin: 5px 0;
}

.mls [id^="MBBv3"] .bfg-user-tagline {
  font-size: .9em;
  font-weight: bold;
  margin: 10px 0;
}

.mls [id^="MBBv3"] .bfg-user-address {
  font-size: .9em;
  margin-bottom: 15px;
}

.mls [id^="MBBv3"] .bfg-user-phone {
  font-size: .9em;
  font-weight: bold;
  margin-bottom: 10px;
}

.mls [id^="MBBv3"] .bfg-user-photo {
  padding-right: 10px;
}

.mls [id^="MBBv3"] .bfg-user-photo img {
  max-width: 100%;
  max-height: 250px;
}

.mls [id^="MBBv3"] .bfg-office-wrap {
  height: 500px;
}

.mls [id^="MBBv3"] .bfg-office-photo-wrap img {
  max-height: 230px;
  max-width: 100%;
}

.mls [id^="MBBv3"] .bfg-office-index {
  float: left;
  background: #888888;
  color: #fff;
  margin-right: 10px;
  padding: 1px 9px;
  border: 2px solid #fff;
}

.mls [id^="MBBv3"] .bfg-office-label {
  font-size: 20px;
  margin-bottom: 10px;
}

.mls [id^="MBBv3"] .bfg-office-address {
  font-size: 14px;
  margin-bottom: 5px;
}

.mls [id^="MBBv3"] .bfg-office-phone {
  font-size: 14px;
  margin-bottom: 15px;
}

.mls [id^="MBBv3"] .bfg-office-hours {
  font-size: 14px;
  margin-bottom: 5px;
}

.mls [id^="MBBv3"] .bfg-map-office-address {
  font-size: 12px;
}

.mls [id^="MBBv3"] .bfg-map-office-phone {
  font-size: 13px;
  margin-bottom: 10px;
}

.mls [id^="MBBv3"] .bfg-map-office-hours {
  font-size: 12px;
  margin-bottom: 5px;
}

.mls [id^="MBBv3"] .bfg-zillow-rating {
  text-align: center;
  line-height: 1;
  height: 36px;
}

.mls [id^="MBBv3"] .bfg-zillow-rating span {
  font-size: 12px;
  display: block;
  color: #444;
}

.mls [id^="MBBv3"] .bfg-zillow-rating i {
  font-size: 18px;
  margin-right: 2px;
  color: #74bf03;
}

.mls [id^="MBBv3"] .roster-search-field {
  font-size: 1.25em;
  line-height: 1.4em;
  height: auto;
  font-weight: normal;
}

.mls [id^="MBBv3"] select.roster-search-field {
  font-size: 1.25em;
  line-height: 1.3em;
  height: auto;
  font-weight: normal;
  padding: 6px 8px;
}

.mls [id^="MBBv3"] .bfg-roster-name {
  font-size: 22px;
  font-weight: normal;
}

.mls [id^="MBBv3"] .bfg-roster-company-name {
  font-size: 14px;
  font-weight: bold;
}

.mls [id^="MBBv3"] .bfg-roster-title {
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 5px;
}

.mls [id^="MBBv3"] .bfg-roster-photo-wrap {
  text-align: center;
  height: 287px;
}

.mls [id^="MBBv3"] .bfg-roster-photo-wrap>.bfg-photo-filler {
  text-align: center;
  height: 287px;
  width: 210px;
  background: #dcdcdc;
  margin: 0 auto;
}

.mls [id^="MBBv3"] .bfg-roster-photo-wrap img {
  height: 287px;
  max-width: 215px;
  border: 2px solid #fff;
}

.mls [id^="MBBv3"] .bfg-roster-details-wrap {
  height: 287px;
}

.mls [id^="MBBv3"] .bfg-roster-details a {
  text-decoration: underline;
}

.mls [id^="MBBv3"] .bfg-roster-details {
  font-size: 13px;
}

.mls [id^="MBBv3"] .bfg-profile-name {
  font-size: 34px;
  font-weight: normal;
}

.mls [id^="MBBv3"] .bfg-profile-company-name {
  font-size: 16px;
  font-weight: bold;
}

.mls [id^="MBBv3"] .bfg-profile-title {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
}

.mls [id^="MBBv3"] .bfg-profile-photo-wrap {
  height: 350px;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
}

.mls [id^="MBBv3"] .bfg-profile-photo-wrap img {
  border: 4px solid #f5f5f5;
  max-height: 350px;
  max-width: 100%;
}

.mls [id^="MBBv3"] .bfg-profile-details a {
  text-decoration: underline;
}

.mls [id^="MBBv3"] .bfg-profile-details {
  font-size: 15px;
}

.mls [id^="MBBv3"] .bfg-profile-label {
  display: inline-block;
  width: 75px;
}

.mls [id^="MBBv3"] .bfg-profile-social-links img {
  margin-right: 15px;
}

#bfg-profile-aboutme ul {
  margin-bottom: 20px;
}

#bfg-profile-aboutme ul li {
  margin-left: 30px;
  list-style: circle !important;
  display: list-item !important;
  margin-bottom: 5px;
}

.mls [id^="MBBv3"] .bfg-profile-aboutme {
  font-size: 1.2em;
  line-height: 1.7em;
}

.mls [id^="MBBv3"] .bfg-profile-btn {
  width: 200px;
}

.mls [id^="MBBv3"] .bfg-roster-letter-link {
  font-size: 1.4em;
  color: #222222;
  text-align: center;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-weight: bold;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mls [id^="MBBv3"] .bfg-sf-found-label {
  font-size: .8125em;
  line-height: 1.125em;
}

.mls [id^="MBBv3"] .bfg-sf-found-wrap {
  display: inline-block;
  position: relative;
  top: 8px;
  padding: 5px 15px;
}

.mls [id^="MBBv3"] .bfg-sf-found {
  display: inline-block;
  font-size: 1.6875em;
  line-height: 1.5em;
}

.mls [id^="MBBv3"] .bfg-modal-title {
  color: #222222;
  font-size: 1.5em;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-weight: bold;
}

.mls [id^="MBBv3"] .bfg-modal-subtitle {
  color: #4e4e4e;
  font-size: 1.125em;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-weight: bold;
}

.mls [id^="MBBv3"] .bfg-modal-text {
  color: #4e4e4e;
  font-size: .8125em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.mls [id^="MBBv3"] .bfg-disclaimer-section,
.mls [id^="MBBv3"] .bfg-widget-disclaimer {
  padding-top: 60px;
  margin: 1rem auto;
  text-align: center;
  max-width: 920px;
}

.mls [id^="MBBv3"] .bfg-disclaimer-section {
  padding-top: 0;
  color: inherit;
}

.mls [id^="MBBv3"] .bfg-disclaimer-section .mls-logo,
.mls [id^="MBBv3"] .bfg-widget-disclaimer .mls-logo {
  float: left;
  margin-right: 0.5rem;
}

.mls [id^="MBBv3"] .bfg-disclaimer-section>*,
.mls [id^="MBBv3"] .bfg-widget-disclaimer>* {
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-size: max(0.875rem, 12px);
  line-height: 1.4;
  text-align: center;
  color: inherit;
}

.mls [id^="MBBv3"] .bfg-disclaimer-section a,
.mls [id^="MBBv3"] .bfg-widget-disclaimer a {
  text-decoration: underline !important;
  color: inherit;
}

.mls [id^="MBBv3"] .bfg-disclaimer-section p,
.mls [id^="MBBv3"] .bfg-widget-disclaimer p {
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-size: max(0.875rem, 12px);
  text-align: justify;
}

.mls [id^="MBBv3"] .bfg-widget-disclaimer small,
.mls [id^="MBBv3"] .bfg-widget-disclaimer .bfg-small,
#MBBv3_Disclaimer small,
#MBBv3_Disclaimer .bfg-small {
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.mls [id^="MBBv3"] .bfg-widget-disclaimer small img,
#MBBv3_Disclaimer small img {
  float: left;
  padding: 0 5px 5px 0;
}

.mls [id^="MBBv3"] .bfg-disclaimer-link {
  text-decoration: underline;
  color: inherit;
}

.mls [id^="MBBv3"] .bfg-disclaimer-link img {
  margin-right: 5px;
  height: 16px;
  position: relative;
  top: -2px;
}

.mls [id^="MBBv3"] .bfg-disclaimer-panel {
  display: none;
  font-size: .71em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #505050;
  position: absolute;
  padding: 5px;
  background: #ffffff;
  width: 350px;
  border: 2px solid #dcdcdc;
  z-index: 100;
}

.mls [id^="MBBv3"] .bfg-hidden {
  display: none;
}

.mls [id^="MBBv3"] .bfg-block {
  display: block;
}

.mls [id^="MBBv3"] .bfg-iblock {
  display: inline-block;
}

.mls [id^="MBBv3"] .bfg-inline {
  display: inline;
}

.mls [id^="MBBv3"] .bfg-flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

.mls [id^="MBBv3"] .bfg-pointer {
  cursor: pointer;
}

.mls [id^="MBBv3"] .bfg-relative {
  position: relative;
}

.mls [id^="MBBv3"] .bfg-nowrap {
  white-space: nowrap;
}

.mls [id^="MBBv3"] .bfg-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.mls [id^="MBBv3"] .bfg-small {
  font-size: 12px;
}

.mls [id^="MBBv3"] .bfg-small-bold {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}

.mls [id^="MBBv3"] .bfg-italic {
  font-style: italic;
}

.mls [id^="MBBv3"] .bfg-alignl {
  text-align: left !important;
}

.mls [id^="MBBv3"] .bfg-alignr {
  text-align: right !important;
}

.mls [id^="MBBv3"] .bfg-floatl {
  float: left;
}

.mls [id^="MBBv3"] .bfg-floatr {
  float: right;
}

.mls [id^="MBBv3"] .bfg-table {
  display: table;
  width: 100%;
}

.mls [id^="MBBv3"] .bfg-table-cell {
  display: table-cell;
}

.mls [id^="MBBv3"] .bfg-round {
  border-radius: 7px;
}

.mls [id^="MBBv3"] .bfg-underline {
  border-bottom: 1px solid #ccc;
}

.mls [id^="MBBv3"] .bfg-mb0 {
  margin-bottom: 0px !important;
}

.mls [id^="MBBv3"] .bfg-mb5 {
  margin-bottom: 5px;
}

.mls [id^="MBBv3"] .bfg-mb10 {
  margin-bottom: 10px;
}

.mls [id^="MBBv3"] .bfg-mb15 {
  margin-bottom: 15px;
}

.mls [id^="MBBv3"] .bfg-mb20 {
  margin-bottom: 20px;
}

.mls [id^="MBBv3"] .bfg-mb30 {
  margin-bottom: 30px;
}

.mls [id^="MBBv3"] .bfg-mb40 {
  margin-bottom: 40px;
}

.mls [id^="MBBv3"] .bfg-mb60 {
  margin-bottom: 60px;
}

.mls [id^="MBBv3"] .bfg-mt5 {
  margin-top: 5px;
}

.mls [id^="MBBv3"] .bfg-mt10 {
  margin-top: 10px;
}

.mls [id^="MBBv3"] .bfg-mt20 {
  margin-top: 20px;
}

.mls [id^="MBBv3"] .bfg-mt40 {
  margin-top: 40px;
}

.mls [id^="MBBv3"] .bfg-indent5 {
  margin-left: 5px;
}

.mls [id^="MBBv3"] .bfg-indent10 {
  margin-left: 10px;
}

.mls [id^="MBBv3"] .bfg-indent20 {
  margin-left: 20px;
}

.mls [id^="MBBv3"] .bfg-indent30 {
  margin-left: 30px;
}

.mls [id^="MBBv3"] .bfg-indent40 {
  margin-left: 40px;
}

.mls [id^="MBBv3"] .bfg-p5 {
  padding: 5px;
}

.mls [id^="MBBv3"] .bfg-p10 {
  padding: 10px;
}

.mls [id^="MBBv3"] .bfg-p20 {
  padding: 20px;
}

.mls [id^="MBBv3"] .bfg-p30 {
  padding: 30px;
}

.mls [id^="MBBv3"] .bfg-pb5 {
  padding-bottom: 5px;
}

.mls [id^="MBBv3"] .bfg-pb10 {
  padding-bottom: 10px;
}

.mls [id^="MBBv3"] .bfg-pb20 {
  padding-bottom: 20px;
}

.mls [id^="MBBv3"] .bfg-pb30 {
  padding-bottom: 30px;
}

.mls [id^="MBBv3"] .bfg-pt5 {
  padding-top: 5px;
}

.mls [id^="MBBv3"] .bfg-pt10 {
  padding-top: 10px;
}

.mls [id^="MBBv3"] .bfg-pt15 {
  padding-top: 15px;
}

.mls [id^="MBBv3"] .bfg-pt20 {
  padding-top: 20px;
}

.mls [id^="MBBv3"] .bfg-pt40 {
  padding-top: 40px;
}

.mls [id^="MBBv3"] .bfg-pl5 {
  padding-left: 5px;
}

.mls [id^="MBBv3"] .bfg-pl10 {
  padding-left: 10px;
}

.mls [id^="MBBv3"] .bfg-pl20 {
  padding-left: 20px;
}

.mls [id^="MBBv3"] .bfg-pr5 {
  padding-right: 5px;
}

.mls [id^="MBBv3"] .bfg-pr10 {
  padding-right: 10px;
}

.mls [id^="MBBv3"] .bfg-pr20 {
  padding-right: 20px;
}

.mls [id^="MBBv3"] .bfg-border {
  border: 1px solid #eaeaea;
}

.mls [id^="MBBv3"] .bfg-border-bottom {
  min-height: 1px;
  border-bottom: 1px solid #eaeaea;
}

.mls [id^="MBBv3"] .bfg-border-top {
  border-top: 1px solid #eaeaea;
}

.mls [id^="MBBv3"] .bfg-border-left {
  border-left: 1px solid #eaeaea;
}

.mls [id^="MBBv3"] .bfg-border-right {
  border-right: 1px solid #eaeaea;
}

.mls [id^="MBBv3"] .bfg-area-search-wrap {
  position: relative;
}

.mls [id^="MBBv3"] .bfg-input-price-field,
.mls [id^="MBBv3"] .bfg-input-option-list li {
  cursor: pointer;
}

.mls [id^="MBBv3"] .bfg-price-sub-input {
  border: 1px solid #e4e4e4;
  background: #fcfcfc;
  font-size: 14px;
  height: 30px;
  padding: 8px 4px;
}

.mls [id^="MBBv3"] .bfg-price-sub-input:hover,
.mls [id^="MBBv3"] .bfg-price-sub-input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}

.mls [id^="MBBv3"] .bfg-price-sub-input::placeholder {
  color: #ccc;
  opacity: 1;
}

.mls [id^="MBBv3"] .bfg-price-sub-input:-ms-input-placeholder {
  color: #ccc;
}

.mls [id^="MBBv3"] .bfg-price-sub-input::-ms-input-placeholder {
  color: #ccc;
}

.mls [id^="MBBv3"] .bfg-input-options-wrap {
  position: absolute;
  background: var(--color-accent_2);
  border: 0;
  padding: 0;
  width: 100%;
  display: none;
  z-index: 100;
  text-align: left;
}

.mls [id^="MBBv3"] .bfg-input-option-list {
  margin: 0;
  padding: 0 !important;
  max-height: 200px;
  overflow-x: auto;
  font-size: 13px;
}

.mls [id^="MBBv3"] .bfg-input-option-list li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 5px 10px 0px;
  color: var(--color-primary);
}

.mls [id^="MBBv3"] .bfg-input-option-list li:hover {
  background: var(--color-primary);
  color: var(--color-accent_3);
}

.mls [id^="MBBv3"] .bfg-option-list-area {
  border: 1px solid var(--color-primary);
}
.mls [id^="MBBv3"] .bfg-option-list-area:empty:before {
  display: block;
  content: 'No properties matched.';
  padding: 5px 10px;
}
.mls [id^="MBBv3"] .bfg-option-list-area li:hover {}

.mls [id^="MBBv3"] .bfg-input-option-list li strong {
  pointer-events: none;
}

.mls [id^="MBBv3"] .bfg-input-field-min,
.mls [id^="MBBv3"] .bfg-input-field-max {
  width: 100%;
}

.mls [id^="MBBv3"] .bfg-option-list-max {
  text-align: right;
}

.mls [id^="MBBv3"] .bfg-input-loading {
  background: url("https://www.leadsandcontacts.com/gfx/modal/loading_sm.gif") center right no-repeat;
}


#MBBv3Form .simple .bfg-area-search-wrap {
  border: 0;
}
#MBBv3Form .simple .bfg-input-field {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  border-bottom: 3px solid var(--color-primary);
}
#MBBv3Form .simple .bfg-input-price-field,
#MBBv3Form .simple .bfg-btn {
  font-family: ClarendonLTStd-Light, Georgia, serif;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border: 2px solid var(--color-primary) !important;
  background-color: transparent !important;
  color: var(--color-primary) !important;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#MBBv3Form .simple .bfg-dropdown {
  position: relative;
}
#MBBv3Form .simple .bfg-dropdown > svg {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
#MBBv3Form .simple .bfg-btn:hover {
  background-color: var(--color-primary) !important;
}
#MBBv3Form .simple .bfg-btn i {
  font-size: 0.75rem;
  line-height: 1;
}

.bfg-popup-mask {
  position: fixed;
  background: #555;
  opacity: .45;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 690000;
}

.bfg-popup-loading {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -75px;
  z-index: 690100;
}

[id^="MBBv3"].bfg-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 690200;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

[id^="MBBv3"].bfg-popup .bfg-popup-content-wrap {
	background: #fff;
	position: relative;
	z-index: 690210;
	width: 100%;
	max-width: 100% !important;
  height: auto;
	margin: 0 auto !important;
	border-left: 0px none;
	border-right: 0px none;
}

[id^="MBBv3"].bfg-popup .prop-controls-top {
  background: var(--color-primary);
  position: fixed;
  top: 0;
  height: 44px;
  z-index: 690250;
  width: 100%;
  max-width: 100%;
  padding: 0.25rem 0;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 34%);
}

[id^="MBBv3"].bfg-popup .bfg-popup-content {
  background: #fff;
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-top: 60px;
}

[id^="MBBv3"].bfg-popup .prop-controls-bot {
  background: #eee;
  position: fixed;
  bottom: 0;
  height: 35px;
  z-index: 690250;
  width: 100%;
  max-width: 1300px;
}

[id^="MBBv3"].bfg-popup .bfg-prop-controls {
  height: 35px;
  display: block;
}

[id^="MBBv3"].bfg-popup .prop-controls-top ul,
.mls [id^="MBBv3"] .prop-controls-bot ul {
  font-size: 0;
}

[id^="MBBv3"].bfg-popup .prop-controls-top li,
[id^="MBBv3"].bfg-popup .prop-controls-bot li {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  background: #435071;
  border-right: 1px solid rgba(255,255,255,0.24);
  text-indent: 0;
}

[id^="MBBv3"].bfg-popup .prop-controls-bot li {
  width: 100%;
  text-align: center;
}

[id^="MBBv3"].bfg-popup li.bfg-popup-close {
  border: none;
}

[id^="MBBv3"].bfg-popup .bfg-popup-myaccount-bot>ul {
  position: absolute;
  bottom: 35px;
  right: 2px;
  font-size: 0;
}

[id^="MBBv3"].bfg-popup .bfg-popup-myaccount-top>ul {
  position: absolute;
  top: 35px;
  left: 0;
  font-size: 0;
}

[id^="MBBv3"].bfg-popup .bfg-popup-content-wrap li>ul>li {
  display: block;
  width: 175px;
  border-right: none;
  border-top: 1px solid #fff;
  cursor: pointer;
  margin: 0;
  padding: 0 10px;
  text-align: left;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  background: #435071;
}

[id^="MBBv3"].bfg-popup .bfg-details-save-listing i {
  font-size: 24px;
  line-height: 24px;
}

.mls [id^="MBBv3"] .bfg-nav-left {
  position: absolute;
  top: 50%;
  left: -1px;
  width: 40px;
  height: 83px;
  cursor: pointer;
  z-index: 20;
  margin-top: -45px;
  opacity: .75;
  background: url(https://s3.amazonaws.com/bluefiregroup/widget-images/bfg-carousel-right.png) center left no-repeat #cdcdcd;
}

.mls [id^="MBBv3"] .bfg-nav-left:hover {
  opacity: .98;
}

.mls [id^="MBBv3"] .bfg-nav-right {
  position: absolute;
  top: 50%;
  right: -1px;
  width: 40px;
  height: 83px;
  cursor: pointer;
  z-index: 20;
  margin-top: -45px;
  opacity: .75;
  background: url(https://s3.amazonaws.com/bluefiregroup/widget-images/bfg-carousel-left.png) center right no-repeat #cdcdcd;
}

.mls [id^="MBBv3"] .bfg-nav-right:hover {
  opacity: .98;
}

.mls [id^="MBBv3"] .bfg-carousel {
  padding: 0;
  margin: 0 0 20px 0;
  position: relative;
  overflow: hidden;
}

.mls [id^="MBBv3"] .bfg-carousel ul {
  padding: 0;
  margin: 0;
  width: 99999px;
}

.mls [id^="MBBv3"] .bfg-carousel ul li {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
  display: block;
  float: left;
  min-width: 350px;
}

.mls [id^="MBBv3"] .bfg-photo-carousel {
  position: relative;
  width: 99%;
  margin: 0 auto;
  height: 420px;
  overflow: hidden;
}

.mls [id^="MBBv3"] .bfg-photo-carousel ul {
  position: relative;
  width: 50000px;
}

.mls [id^="MBBv3"] .bfg-photo-carousel ul li {
  height: 380px;
  display: block;
  float: left;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
  padding: 0;
}

.mls [id^="MBBv3"] .bfg-photo-carousel ul li.bfg-current {
  margin-top: 0;
  height: 400px;
  z-index: 2;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .20);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, .20);
}

.mls [id^="MBBv3"] .bfg-photo-carousel ul li>div {
  height: 100%;
  width: 100%;
  transform: scale(1.2);
  background-size: cover;
  background-position: center;
}

.mls [id^="MBBv3"] .bfg-carousel-container {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
}

.mls [id^="MBBv3"] .bfg-photocar-wrap {
  height: 400px;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.mls [id^="MBBv3"] .bfg-photocar-nextprev {
  height: 400px;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  background: #fff;
  opacity: .75;
  cursor: pointer;
}

.mls [id^="MBBv3"] .bfg-photocar-prev {
  background-image: url(https://s3.amazonaws.com/bluefiregroup/widget-images/photo-carousel-prev.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.mls [id^="MBBv3"] .bfg-photocar-next {
  background-image: url(https://s3.amazonaws.com/bluefiregroup/widget-images/photo-carousel-next.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.mls [id^="MBBv3"].bfg-mask {
  background: #000000;
  height: 100%;
  left: 0;
  opacity: 0.73;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 69000;
}

.mls [id^="MBBv3"].bfg-loading-mask {
  left: 50%;
  position: fixed;
  top: 30%;
  z-index: 9999999;
}

.mls [id^="MBBv3"] .bfg-mask-container {
  background: #111111;
  border-radius: 3px;
  height: 125px;
  margin: -70px 0 0 -140px;
  opacity: 0.90;
  padding: 10px;
  width: 280px;
  text-align: center;
  border: 2px solid #000;
}

.mls [id^="MBBv3"] .bfg-mask-container button {
  border-radius: 3px;
  border: 1px solid #919191;
  font-size: 15px;
  color: #dcdcdc;
  padding: 3px 15px;
  margin: 20px 5px 0 5px;
  cursor: pointer;
  font-weight: 400;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  background-image: -webkit-linear-gradient(top, #7d7e7d, #0e0e0e);
  background-image: -moz-linear-gradient(top, #7d7e7d, #0e0e0e);
  background-image: -ms-linear-gradient(top, #7d7e7d, #0e0e0e);
  background-image: -o-linear-gradient(top, #7d7e7d, #0e0e0e);
}

.mls [id^="MBBv3"] .bfg-mask-container button:hover {
  background: #303030;
}

.mls [id^="MBBv3"] .bfg-mask-img {
  margin-top: 10px;
}

.mls [id^="MBBv3"] .bfg-mask-confirm {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #ccc;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
}

.mls [id^="MBBv3"] .mbb-mask-message {
  color: #f7f7f7;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.mls [id^="MBBv3"].bfg-slidepanel-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #f7f7f7;
  -webkit-overflow-scrolling: touch;
}

.mls [id^="MBBv3"] .bfg-panel-close-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 6px;
  background: #888888;
  cursor: pointer;
}

.mls [id^="MBBv3"] .bfg-panel-close-txt {
  color: #f7f7f7;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  font-family: 'ClarendonLTStd-Light', Georgia, serif;
  font-weight: 500;
}

.mls [id^="MBBv3"] .bfg-slidepanel-content {
  display: block;
  position: relative;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.mls [id^="MBBv3"] .bfg-tabs {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mls [id^="MBBv3"] .bfg-tabs>ul {
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mls [id^="MBBv3"] .bfg-tabs>ul>li:before {
  content: none !important;
}

.mls [id^="MBBv3"] .bfg-tabs>ul>li {
  display: inline-block;
  padding: 0;
  margin: 0 5px 0 0;
}

.mls [id^="MBBv3"] .bfg-tabs>ul>li>a {
  display: block;
  padding: 10px 15px;
  margin: 0;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  text-decoration: none;
  background: #ddd;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: none;
  text-transform: uppercase;
}

.mls [id^="MBBv3"] .bfg-tabs>ul>li>a:hover {
  background: #bbb;
}

.mls [id^="MBBv3"] .bfg-tabs ul>li>a.bfg-tabs-active {
  position: relative;
  top: 1px;
  z-index: 2;
  background-image: url(https://s3.amazonaws.com/bluefiregroup/widget-images/bfg-tabs-arrow-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #fff;
}

.mls [id^="MBBv3"] .bfg-tabs-content {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mls [id^="MBBv3"] .bfg-tabs-content>div {
  display: none;
}

.mls [id^="MBBv3"] .bfg-tabs-content>div:first {
  left: 0;
}

.mls [id^="MBBv3"] .tab-ajax-loader {
  height: 150px;
  width: 250px;
  background: url(https://d2w6u17ngtanmy.cloudfront.net/gfx/loading.gif) no-repeat center;
  padding: 10px;
  margin: 20px;
}

.mls [id^="MBBv3"].bfg-slideshow-wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  z-index: 1000000;
  background: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mls [id^="MBBv3"] .bfg-slideshow-container {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mls [id^="MBBv3"] .bfg-slideshow-image-panel {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mls [id^="MBBv3"] .bfg-slideshow-image-panel li {
  padding: 20px;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mls [id^="MBBv3"] .bfg-slideshow-image-panel img {
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mls [id^="MBBv3"] .bfg-slideshow-close {
  position: fixed;
  top: 5px;
  right: 10px;
  height: 42px;
  width: 42px;
  cursor: pointer;
  opacity: .9;
  background: url(https://s3.amazonaws.com/bluefiregroup/widget-images/bfg-slideshow-close-btn-wh.png);
  z-index: 1000005;
}

.mls [id^="MBBv3"] .bfg-slideshow-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  cursor: pointer;
  z-index: 1000001;
}

.mls [id^="MBBv3"] .bfg-slideshow-next:hover {
  background: url(http://s3.amazonaws.com/bluefiregroup/widget-images/bfg-slideshow-next-btn-wh.png) right 10px center no-repeat;
}

.mls [id^="MBBv3"] .bfg-slideshow-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  cursor: pointer;
  z-index: 1000001;
  max-height: 100%;
}

.mls [id^="MBBv3"] .bfg-slideshow-prev:hover {
  background: url(http://s3.amazonaws.com/bluefiregroup/widget-images/bfg-slideshow-prev-btn-wh.png) left 10px center no-repeat;
}

.mls [id^="MBBv3"] .bfg-slideshow-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000001;
  background: #333;
  border-bottom: 2px solid #000;
  opacity: .90;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mls [id^="MBBv3"] .bfg-slideshow-title {
  font-size: 14px;
  font-weight: normal;
  color: #f7f7f7;
  text-align: center;
}

.mls #MBBv3_LcForm {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 15px;
}

[id^="MBBv3"] .prop-controls-top li, 
[id^="MBBv3"] .prop-controls-bot li {
  background: var(--color-primary) !important;
}

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc;
  border-radius: 0 0 3px 3px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice>.select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir="rtl"] .select2-container .select2-choice>.select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9999998;
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999999 !important;
  top: 100%;
  background: #fff;
  color: #757575;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
  border: 1px solid #7a9cd3;
  border-top: none;
  background-color: #fcfcfc;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
  border-top: 1px solid #ccc;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 1000000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') no-repeat 100% -22px;
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') no-repeat -37px -22px;
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2-spinner.gif') no-repeat 100%;
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-results {
  max-height: 200px;
  padding: 0 0 0 0;
  margin: 4px 0 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  margin: 0;
  padding: 0;
}

.select2-results li.select2-result-with-children>.select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 0 7px;
  margin: 0;
  cursor: pointer;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #1085ec;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #cc0000;
  color: #ffffff;
  display: list-item;
  padding-left: 5px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, .2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  cursor: text;
  overflow: hidden;
  background-color: #fcfcfc;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 30px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-search-field:before {
  content: none !important;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 14px;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2-spinner.gif') no-repeat 100% !important;
}

.select2-input,
.select2-default {
  color: #999 !important;
  margin-bottom: 0px !important;
  border: none !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 4px 5px 4px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  font-size: 13px;
  color: #fafafa;
  border: 1px solid #2f6aa9;
  cursor: default;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #4883c2;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4883c2', endColorstr='#1e65af', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(40%, #4883c2), color-stop(100%, #1e65af));
  background-image: -webkit-linear-gradient(top, #4883c2 40%, #1e65af 100%);
  background-image: -moz-linear-gradient(top, #4883c2 40%, #1e65af 100%);
  background-image: linear-gradient(to bottom, #4883c2 40%, #1e65af 100%);
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2.png') right top no-repeat;
}

li .select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2-white.png') right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #2c5f96;
  background-image: none;
  background-color: #2c5f96;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 2dppx) {

  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('https://d2w6u17ngtanmy.cloudfront.net/gfx/select2/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important
  }

  .select2-search input {
    background-position: 100% -21px !important
  };
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.4;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 10px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #949494 url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-bg_highlight-soft_50_949494_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #444;
  background: #f59c0e url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-bg_highlight-soft_50_f59c0e_1x100.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #444;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #444;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #444 url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-bg_glass_75_444_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #f7f7f7;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #f7f7f7;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #444 url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-bg_glass_65_444_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #f7f7f7;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #f7f7f7;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcf4a1;
  background: #fbf9ee url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  background-image: none;
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-icons_f7f7f7_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-icons_f7f7f7_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #aaaaaa url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
}

.mls [id^="MBBv3"] .ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("https://d2w6u17ngtanmy.cloudfront.net/scripts/jquery/themes/mbb/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  border-radius: 8px;
}

.lslide {
  width: 650px;
  max-height: 450px;
  text-align: center;
  background: #eee;
}

.lslide img {
  max-height: 475px;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper>.lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg>li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

.lSAction>a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('https://www.mbb2.com/gfx/light-slider/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction>a:hover {
  opacity: 1;
}

.lSAction>.lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction>.lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction>a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction>a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0
  }

  50% {
    left: -15px
  }

  100% {
    left: 0
  };
}

@keyframes rightEnd {
  0% {
    left: 0
  }

  50% {
    left: -15px
  }

  100% {
    left: 0
  };
}

@-webkit-keyframes topEnd {
  0% {
    top: 0
  }

  50% {
    top: -15px
  }

  100% {
    top: 0
  };
}

@keyframes topEnd {
  0% {
    top: 0
  }

  50% {
    top: -15px
  }

  100% {
    top: 0
  };
}

@-webkit-keyframes leftEnd {
  0% {
    left: 0
  }

  50% {
    left: 15px
  }

  100% {
    left: 0
  };
}

@keyframes leftEnd {
  0% {
    left: 0
  }

  50% {
    left: 15px
  }

  100% {
    left: 0
  };
}

@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0
  }

  50% {
    bottom: -15px
  }

  100% {
    bottom: 0
  };
}

@keyframes bottomEnd {
  0% {
    bottom: 0
  }

  50% {
    bottom: -15px
  }

  100% {
    bottom: 0
  };
}

.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab>* {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing>* {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, .5);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, .25, 1);
  transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}

.fotorama__caption__wrap {
  box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(https://s3.amazonaws.com/lacstorage.leadsandcontacts.com/fotorama/fotorama.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:2dppx) {

  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(https://s3.amazonaws.com/lacstorage.leadsandcontacts.com/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat
  };
}

.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, .2);
}

@media print {

  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important
  };
}

.fotorama {
  min-width: 1px;
  overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child) {
  display: none;
}

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap !important;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
  white-space: inherit !important;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1));
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', 'Open Sans', Helvetica, Arial, sans-serif, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, .5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, .5);
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  padding: 5px 10px;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  };
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  };
}

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: .3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__select {
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent
  };
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: .3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

.mls [id^="MBBv3"] .bfg-grid-container:before,
.mls [id^="MBBv3"] .bfg-grid-container-sm:before,
.mls [id^="MBBv3"] .bfg-grid-container-lg:before,
.mls [id^="MBBv3"] .clearfix:before,
.mls [id^="MBBv3"] .bfg-grid-container:after,
.mls [id^="MBBv3"] .bfg-grid-container-sm:after,
.mls [id^="MBBv3"] .bfg-grid-container-lg:after,
.mls [id^="MBBv3"] .clearfix:after {
  content: ".";
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.mls [id^="MBBv3"] .bfg-grid-container:after,
.mls [id^="MBBv3"] .bfg-grid-container-sm:after,
.mls [id^="MBBv3"] .bfg-grid-container-lg:after,
.mls [id^="MBBv3"] .clearfix:after {
  clear: both;
}

.mls [id^="MBBv3"] .bfg-grid-container-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px !important;
}

.mls [id^="MBBv3"] .bfg-grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px !important;
}

.mls [id^="MBBv3"] .bfg-grid-container-lg {
  margin-left: auto;
  margin-right: auto;
}

.mls [id^="MBBv3"] .bfg-grid-5,
.mls [id^="MBBv3"] .bfg-grid-10,
.mls [id^="MBBv3"] .bfg-grid-15,
.mls [id^="MBBv3"] .bfg-grid-20,
.mls [id^="MBBv3"] .bfg-grid-25,
.mls [id^="MBBv3"] .bfg-grid-30,
.mls [id^="MBBv3"] .bfg-grid-33,
.mls [id^="MBBv3"] .bfg-grid-35,
.mls [id^="MBBv3"] .bfg-grid-40,
.mls [id^="MBBv3"] .bfg-grid-45,
.mls [id^="MBBv3"] .bfg-grid-50,
.mls [id^="MBBv3"] .bfg-grid-55,
.mls [id^="MBBv3"] .bfg-grid-60,
.mls [id^="MBBv3"] .bfg-grid-65,
.mls [id^="MBBv3"] .bfg-grid-66,
.mls [id^="MBBv3"] .bfg-grid-70,
.mls [id^="MBBv3"] .bfg-grid-75,
.mls [id^="MBBv3"] .bfg-grid-80,
.mls [id^="MBBv3"] .bfg-grid-90,
.mls [id^="MBBv3"] .bfg-grid-95,
.mls [id^="MBBv3"] .bfg-grid-100,
.mls [id^="MBBv3"] .bfg-tablet-grid-5,
.mls [id^="MBBv3"] .bfg-tablet-grid-10,
.mls [id^="MBBv3"] .bfg-tablet-grid-15,
.mls [id^="MBBv3"] .bfg-tablet-grid-20,
.mls [id^="MBBv3"] .bfg-tablet-grid-25,
.mls [id^="MBBv3"] .bfg-tablet-grid-30,
.mls [id^="MBBv3"] .bfg-tablet-grid-33,
.mls [id^="MBBv3"] .bfg-tablet-grid-35,
.mls [id^="MBBv3"] .bfg-tablet-grid-40,
.mls [id^="MBBv3"] .bfg-tablet-grid-45,
.mls [id^="MBBv3"] .bfg-tablet-grid-50,
.mls [id^="MBBv3"] .bfg-tablet-grid-55,
.mls [id^="MBBv3"] .bfg-tablet-grid-60,
.mls [id^="MBBv3"] .bfg-tablet-grid-65,
.mls [id^="MBBv3"] .bfg-tablet-grid-66,
.mls [id^="MBBv3"] .bfg-tablet-grid-70,
.mls [id^="MBBv3"] .bfg-tablet-grid-75,
.mls [id^="MBBv3"] .bfg-tablet-grid-80,
.mls [id^="MBBv3"] .bfg-tablet-grid-90,
.mls [id^="MBBv3"] .bfg-tablet-grid-95,
.mls [id^="MBBv3"] .bfg-tablet-grid-100,
.mls [id^="MBBv3"] .bfg-mobile-grid-5,
.mls [id^="MBBv3"] .bfg-mobile-grid-10,
.mls [id^="MBBv3"] .bfg-mobile-grid-15,
.mls [id^="MBBv3"] .bfg-mobile-grid-20,
.mls [id^="MBBv3"] .bfg-mobile-grid-25,
.mls [id^="MBBv3"] .bfg-mobile-grid-30,
.mls [id^="MBBv3"] .bfg-mobile-grid-33,
.mls [id^="MBBv3"] .bfg-mobile-grid-35,
.mls [id^="MBBv3"] .bfg-mobile-grid-40,
.mls [id^="MBBv3"] .bfg-mobile-grid-45,
.mls [id^="MBBv3"] .bfg-mobile-grid-50,
.mls [id^="MBBv3"] .bfg-mobile-grid-55,
.mls [id^="MBBv3"] .bfg-mobile-grid-60,
.mls [id^="MBBv3"] .bfg-mobile-grid-65,
.mls [id^="MBBv3"] .bfg-mobile-grid-66,
.mls [id^="MBBv3"] .bfg-mobile-grid-70,
.mls [id^="MBBv3"] .bfg-mobile-grid-75,
.mls [id^="MBBv3"] .bfg-mobile-grid-80,
.mls [id^="MBBv3"] .bfg-mobile-grid-90,
.mls [id^="MBBv3"] .bfg-mobile-grid-95,
.mls [id^="MBBv3"] .bfg-mobile-grid-100 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}

.mls [id^="MBBv3"] .bfg-grid-parent {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 600px) {

  .mls [id^="MBBv3"] .bfg-mobile-grid-100:before,
  .mls [id^="MBBv3"] .bfg-mobile-grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-parent {
    padding-left: 0;
    padding-right: 0
  }

  .mls [id^="MBBv3"] .bfg-mobile-center {
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mls [id^="MBBv3"] .bfg-mobile-right {
    text-align: right !important;
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mls [id^="MBBv3"] .bfg-mobile-hidden {
    display: none !important
  }

  .mls [id^="MBBv3"] .bfg-mobile-show {
    display: block !important
  }

  .mls [id^="MBBv3"] .bfg-mobile-iblock {
    display: inline-block !important
  }

  .mls [id^="MBBv3"] .bfg-mobile-block {
    display: block !important
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-100:after {
    clear: both
  }

  .mls [id^="MBBv3"] [class*="bfg-mobile-pull-"],
  .mls [id^="MBBv3"] [class*="bfg-mobile-push-"] {
    position: relative
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-5 {
    width: 5%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-10 {
    width: 10%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-15 {
    width: 15%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-20 {
    width: 20%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-25 {
    width: 25%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-30 {
    width: 30%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-33 {
    width: 33.333333%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-35 {
    width: 35%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-40 {
    width: 40%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-45 {
    width: 45%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-50 {
    width: 50%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-55 {
    width: 55%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-60 {
    width: 60%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-65 {
    width: 65%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-66 {
    width: 66.66667%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-70 {
    width: 70%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-75 {
    width: 75%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-80 {
    width: 80%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-85 {
    width: 85%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-90 {
    width: 90%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-95 {
    width: 95%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-mobile-grid-100 {
    width: 100%;
    clear: both
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-5 {
    margin-left: 5%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-10 {
    margin-left: 10%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-15 {
    margin-left: 15%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-20 {
    margin-left: 20%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-25 {
    margin-left: 25%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-30 {
    margin-left: 30%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-33 {
    margin-left: 33.333333%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-35 {
    margin-left: 35%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-40 {
    margin-left: 40%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-45 {
    margin-left: 45%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-50 {
    margin-left: 50%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-55 {
    margin-left: 55%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-60 {
    margin-left: 60%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-65 {
    margin-left: 65%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-66 {
    margin-left: 66.66667%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-70 {
    margin-left: 70%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-75 {
    margin-left: 75%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-80 {
    margin-left: 80%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-85 {
    margin-left: 85%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-90 {
    margin-left: 90%
  }

  .mls [id^="MBBv3"] .bfg-mobile-prefix-95 {
    margin-left: 95%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-5 {
    margin-right: 5%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-10 {
    margin-right: 10%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-15 {
    margin-right: 15%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-20 {
    margin-right: 20%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-25 {
    margin-right: 25%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-30 {
    margin-right: 30%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-33 {
    margin-right: 33.333333%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-35 {
    margin-right: 35%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-40 {
    margin-right: 40%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-45 {
    margin-right: 45%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-50 {
    margin-right: 50%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-55 {
    margin-right: 55%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-60 {
    margin-right: 60%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-65 {
    margin-right: 65%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-66 {
    margin-right: 66.66667%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-70 {
    margin-right: 70%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-75 {
    margin-right: 75%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-80 {
    margin-right: 80%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-85 {
    margin-right: 85%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-90 {
    margin-right: 90%
  }

  .mls [id^="MBBv3"] .bfg-mobile-suffix-95 {
    margin-right: 95%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-5 {
    left: 5%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-10 {
    left: 10%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-15 {
    left: 15%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-20 {
    left: 20%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-25 {
    left: 25%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-30 {
    left: 30%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-33 {
    left: 33.333333%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-35 {
    left: 35%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-40 {
    left: 40%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-45 {
    left: 45%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-50 {
    left: 50%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-55 {
    left: 55%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-60 {
    left: 60%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-65 {
    left: 65%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-66 {
    left: 66.66667%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-70 {
    left: 70%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-75 {
    left: 75%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-80 {
    left: 80%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-85 {
    left: 85%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-90 {
    left: 90%
  }

  .mls [id^="MBBv3"] .bfg-mobile-push-95 {
    left: 95%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-5 {
    left: -5%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-10 {
    left: -10%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-15 {
    left: -15%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-20 {
    left: -20%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-25 {
    left: -25%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-30 {
    left: -30%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-33 {
    left: -33.333333%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-35 {
    left: -35%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-40 {
    left: -40%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-45 {
    left: -45%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-50 {
    left: -50%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-55 {
    left: -55%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-60 {
    left: -60%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-65 {
    left: -65%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-66 {
    left: -66.66667%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-70 {
    left: -70%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-75 {
    left: -75%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-80 {
    left: -80%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-85 {
    left: -85%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-90 {
    left: -90%
  }

  .mls [id^="MBBv3"] .bfg-mobile-pull-95 {
    left: -95%
  };
}

@media screen and (min-width: 600px) and (max-width: 1024px) {

  .mls [id^="MBBv3"] .bfg-tablet-grid-100:before,
  .mls [id^="MBBv3"] .bfg-tablet-grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
  }

  .mls [id^="MBBv3"] .bfg-tablet-center {
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .mls [id^="MBBv3"] .bfg-tablet-block {
    display: block !important
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-100:after {
    clear: both
  }

  .mls [id^="MBBv3"] .bfg-tablet-show {
    display: block !important
  }

  .mls [id^="MBBv3"] .bfg-tablet-hidden {
    display: none !important
  }

  .mls [id^="MBBv3"] [class*="bfg-tablet-pull-"],
  .mls [id^="MBBv3"] [class*="bfg-tablet-push-"] {
    position: relative
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-5 {
    width: 5%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-10 {
    width: 10%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-15 {
    width: 15%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-20 {
    width: 20%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-25 {
    width: 25%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-30 {
    width: 30%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-33 {
    width: 33.333333%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-35 {
    width: 35%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-40 {
    width: 40%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-45 {
    width: 45%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-50 {
    width: 50%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-55 {
    width: 55%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-60 {
    width: 60%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-65 {
    width: 65%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-66 {
    width: 66.66667%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-70 {
    width: 70%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-75 {
    width: 75%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-80 {
    width: 80%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-85 {
    width: 85%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-90 {
    width: 90%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-95 {
    width: 95%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-tablet-grid-100 {
    width: 100%;
    clear: both
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-5 {
    margin-left: 5%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-10 {
    margin-left: 10%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-15 {
    margin-left: 15%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-20 {
    margin-left: 20%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-25 {
    margin-left: 25%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-30 {
    margin-left: 30%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-33 {
    margin-left: 33.333333%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-35 {
    margin-left: 35%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-40 {
    margin-left: 40%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-45 {
    margin-left: 45%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-50 {
    margin-left: 50%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-55 {
    margin-left: 55%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-60 {
    margin-left: 60%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-65 {
    margin-left: 65%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-66 {
    margin-left: 66.66667%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-70 {
    margin-left: 70%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-75 {
    margin-left: 75%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-80 {
    margin-left: 80%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-85 {
    margin-left: 85%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-90 {
    margin-left: 90%
  }

  .mls [id^="MBBv3"] .bfg-tablet-prefix-95 {
    margin-left: 95%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-5 {
    margin-right: 5%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-10 {
    margin-right: 10%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-15 {
    margin-right: 15%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-20 {
    margin-right: 20%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-25 {
    margin-right: 25%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-30 {
    margin-right: 30%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-33 {
    margin-right: 33.333333%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-35 {
    margin-right: 35%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-40 {
    margin-right: 40%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-45 {
    margin-right: 45%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-50 {
    margin-right: 50%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-55 {
    margin-right: 55%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-60 {
    margin-right: 60%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-65 {
    margin-right: 65%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-66 {
    margin-right: 66.66667%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-70 {
    margin-right: 70%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-75 {
    margin-right: 75%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-80 {
    margin-right: 80%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-85 {
    margin-right: 85%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-90 {
    margin-right: 90%
  }

  .mls [id^="MBBv3"] .bfg-tablet-suffix-95 {
    margin-right: 95%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-5 {
    left: 5%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-10 {
    left: 10%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-15 {
    left: 15%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-20 {
    left: 20%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-25 {
    left: 25%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-30 {
    left: 30%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-33 {
    left: 33.333333%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-35 {
    left: 35%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-40 {
    left: 40%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-45 {
    left: 45%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-50 {
    left: 50%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-55 {
    left: 55%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-60 {
    left: 60%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-65 {
    left: 65%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-66 {
    left: 66.66667%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-70 {
    left: 70%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-75 {
    left: 75%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-80 {
    left: 80%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-85 {
    left: 85%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-90 {
    left: 90%
  }

  .mls [id^="MBBv3"] .bfg-tablet-push-95 {
    left: 95%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-5 {
    left: -5%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-10 {
    left: -10%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-15 {
    left: -15%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-20 {
    left: -20%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-25 {
    left: -25%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-30 {
    left: -30%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-33 {
    left: -33.333333%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-35 {
    left: -35%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-40 {
    left: -40%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-45 {
    left: -45%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-50 {
    left: -50%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-55 {
    left: -55%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-60 {
    left: -60%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-65 {
    left: -65%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-66 {
    left: -66.66667%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-70 {
    left: -70%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-75 {
    left: -75%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-80 {
    left: -80%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-85 {
    left: -85%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-90 {
    left: -90%
  }

  .mls [id^="MBBv3"] .bfg-tablet-pull-95 {
    left: -95%
  };
}

@media screen and (min-width: 1024px) {

  .mls [id^="MBBv3"] .bfg-grid-100:before,
  .mls [id^="MBBv3"] .bfg-grid-100:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
  }

  .mls [id^="MBBv3"] .bfg-grid-100:after {
    clear: both
  }

  .mls [id^="MBBv3"] .bfg-grid-5 {
    width: 5%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-10 {
    width: 10%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-15 {
    width: 15%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-20 {
    width: 20%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-25 {
    width: 25%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-30 {
    width: 30%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-33 {
    width: 33.333333%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-35 {
    width: 35%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-40 {
    width: 40%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-45 {
    width: 45%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-50 {
    width: 50%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-55 {
    width: 55%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-60 {
    width: 60%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-65 {
    width: 65%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-66 {
    width: 66.66667%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-70 {
    width: 70%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-75 {
    width: 75%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-80 {
    width: 80%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-85 {
    width: 85%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-90 {
    width: 90%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-95 {
    width: 95%;
    float: left
  }

  .mls [id^="MBBv3"] .bfg-grid-100 {
    width: 100%;
    clear: both
  }

  .mls [id^="MBBv3"] .bfg-prefix-5 {
    margin-left: 5%
  }

  .mls [id^="MBBv3"] .bfg-prefix-10 {
    margin-left: 10%
  }

  .mls [id^="MBBv3"] .bfg-prefix-15 {
    margin-left: 15%
  }

  .mls [id^="MBBv3"] .bfg-prefix-20 {
    margin-left: 20%
  }

  .mls [id^="MBBv3"] .bfg-prefix-25 {
    margin-left: 25%
  }

  .mls [id^="MBBv3"] .bfg-prefix-30 {
    margin-left: 30%
  }

  .mls [id^="MBBv3"] .bfg-prefix-33 {
    margin-left: 33.333333%
  }

  .mls [id^="MBBv3"] .bfg-prefix-35 {
    margin-left: 35%
  }

  .mls [id^="MBBv3"] .bfg-prefix-40 {
    margin-left: 40%
  }

  .mls [id^="MBBv3"] .bfg-prefix-45 {
    margin-left: 45%
  }

  .mls [id^="MBBv3"] .bfg-prefix-50 {
    margin-left: 50%
  }

  .mls [id^="MBBv3"] .bfg-prefix-55 {
    margin-left: 55%
  }

  .mls [id^="MBBv3"] .bfg-prefix-60 {
    margin-left: 60%
  }

  .mls [id^="MBBv3"] .bfg-prefix-65 {
    margin-left: 65%
  }

  .mls [id^="MBBv3"] .bfg-prefix-66 {
    margin-left: 66.66667%
  }

  .mls [id^="MBBv3"] .bfg-prefix-70 {
    margin-left: 70%
  }

  .mls [id^="MBBv3"] .bfg-prefix-75 {
    margin-left: 75%
  }

  .mls [id^="MBBv3"] .bfg-prefix-80 {
    margin-left: 80%
  }

  .mls [id^="MBBv3"] .bfg-prefix-85 {
    margin-left: 85%
  }

  .mls [id^="MBBv3"] .bfg-prefix-90 {
    margin-left: 90%
  }

  .mls [id^="MBBv3"] .bfg-prefix-95 {
    margin-left: 95%
  }

  .mls [id^="MBBv3"] .bfg-suffix-5 {
    margin-right: 5%
  }

  .mls [id^="MBBv3"] .bfg-suffix-10 {
    margin-right: 10%
  }

  .mls [id^="MBBv3"] .bfg-suffix-15 {
    margin-right: 15%
  }

  .mls [id^="MBBv3"] .bfg-suffix-20 {
    margin-right: 20%
  }

  .mls [id^="MBBv3"] .bfg-suffix-25 {
    margin-right: 25%
  }

  .mls [id^="MBBv3"] .bfg-suffix-30 {
    margin-right: 30%
  }

  .mls [id^="MBBv3"] .bfg-suffix-33 {
    margin-right: 33.333333%
  }

  .mls [id^="MBBv3"] .bfg-suffix-35 {
    margin-right: 35%
  }

  .mls [id^="MBBv3"] .bfg-suffix-40 {
    margin-right: 40%
  }

  .mls [id^="MBBv3"] .bfg-suffix-45 {
    margin-right: 45%
  }

  .mls [id^="MBBv3"] .bfg-suffix-50 {
    margin-right: 50%
  }

  .mls [id^="MBBv3"] .bfg-suffix-55 {
    margin-right: 55%
  }

  .mls [id^="MBBv3"] .bfg-suffix-60 {
    margin-right: 60%
  }

  .mls [id^="MBBv3"] .bfg-suffix-65 {
    margin-right: 65%
  }

  .mls [id^="MBBv3"] .bfg-suffix-66 {
    margin-right: 66.66667%
  }

  .mls [id^="MBBv3"] .bfg-suffix-70 {
    margin-right: 70%
  }

  .mls [id^="MBBv3"] .bfg-suffix-75 {
    margin-right: 75%
  }

  .mls [id^="MBBv3"] .bfg-suffix-80 {
    margin-right: 80%
  }

  .mls [id^="MBBv3"] .bfg-suffix-85 {
    margin-right: 85%
  }

  .mls [id^="MBBv3"] .bfg-suffix-90 {
    margin-right: 90%
  }

  .mls [id^="MBBv3"] .bfg-suffix-95 {
    margin-right: 95%
  }

  .mls [id^="MBBv3"] .bfg-push-5 {
    left: 5%
  }

  .mls [id^="MBBv3"] .bfg-push-10 {
    left: 10%
  }

  .mls [id^="MBBv3"] .bfg-push-15 {
    left: 15%
  }

  .mls [id^="MBBv3"] .bfg-push-20 {
    left: 20%
  }

  .mls [id^="MBBv3"] .bfg-push-25 {
    left: 25%
  }

  .mls [id^="MBBv3"] .bfg-push-30 {
    left: 30%
  }

  .mls [id^="MBBv3"] .bfg-push-33 {
    left: 33.333333%
  }

  .mls [id^="MBBv3"] .bfg-push-35 {
    left: 35%
  }

  .mls [id^="MBBv3"] .bfg-push-40 {
    left: 40%
  }

  .mls [id^="MBBv3"] .bfg-push-45 {
    left: 45%
  }

  .mls [id^="MBBv3"] .bfg-push-50 {
    left: 50%
  }

  .mls [id^="MBBv3"] .bfg-push-55 {
    left: 55%
  }

  .mls [id^="MBBv3"] .bfg-push-60 {
    left: 60%
  }

  .mls [id^="MBBv3"] .bfg-push-65 {
    left: 65%
  }

  .mls [id^="MBBv3"] .bfg-push-66 {
    left: 66.66667%
  }

  .mls [id^="MBBv3"] .bfg-push-70 {
    left: 70%
  }

  .mls [id^="MBBv3"] .bfg-push-75 {
    left: 75%
  }

  .mls [id^="MBBv3"] .bfg-push-80 {
    left: 80%
  }

  .mls [id^="MBBv3"] .bfg-push-85 {
    left: 85%
  }

  .mls [id^="MBBv3"] .bfg-push-90 {
    left: 90%
  }

  .mls [id^="MBBv3"] .bfg-push-95 {
    left: 95%
  }

  .mls [id^="MBBv3"] .bfg-pull-5 {
    left: -5%
  }

  .mls [id^="MBBv3"] .bfg-pull-10 {
    left: -10%
  }

  .mls [id^="MBBv3"] .bfg-pull-15 {
    left: -15%
  }

  .mls [id^="MBBv3"] .bfg-pull-20 {
    left: -20%
  }

  .mls [id^="MBBv3"] .bfg-pull-25 {
    left: -25%
  }

  .mls [id^="MBBv3"] .bfg-pull-30 {
    left: -30%
  }

  .mls [id^="MBBv3"] .bfg-pull-33 {
    left: -33.333333%
  }

  .mls [id^="MBBv3"] .bfg-pull-35 {
    left: -35%
  }

  .mls [id^="MBBv3"] .bfg-pull-40 {
    left: -40%
  }

  .mls [id^="MBBv3"] .bfg-pull-45 {
    left: -45%
  }

  .mls [id^="MBBv3"] .bfg-pull-50 {
    left: -50%
  }

  .mls [id^="MBBv3"] .bfg-pull-55 {
    left: -55%
  }

  .mls [id^="MBBv3"] .bfg-pull-60 {
    left: -60%
  }

  .mls [id^="MBBv3"] .bfg-pull-65 {
    left: -65%
  }

  .mls [id^="MBBv3"] .bfg-pull-66 {
    left: -66.66667%
  }

  .mls [id^="MBBv3"] .bfg-pull-70 {
    left: -70%
  }

  .mls [id^="MBBv3"] .bfg-pull-75 {
    left: -75%
  }

  .mls [id^="MBBv3"] .bfg-pull-80 {
    left: -80%
  }

  .mls [id^="MBBv3"] .bfg-pull-85 {
    left: -85%
  }

  .mls [id^="MBBv3"] .bfg-pull-90 {
    left: -90%
  }

  .mls [id^="MBBv3"] .bfg-pull-95 {
    left: -95%
  };
}

@media only screen and (min-width: 1300px) {
  .mls [id^="MBBv3"] {
    font-size: 16px;
    line-height: 1.3em
  }

  .mls [id^="MBBv3"] a.bfg-results-details {
    margin-top: 0
  }

  .mls [id^="MBBv3"] .bfg-listing-thumb-wrap {
    height: 200px
  }

  .mls [id^="MBBv3"] .bfg-listing-office span {
    display: inline-block;
    margin-top: 0
  }

  .mls [id^="MBBv3"] .bfg-listing-desc {
    height: 80px;
    line-height: 1.3em
  };
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  .mls [id^="MBBv3"] {
    font-size: 16px;
    line-height: 1.3em
  }

  .mls [id^="MBBv3"] .bfg-listing-thumb-wrap {
    height: 200px
  }

  .mls [id^="MBBv3"] .bfg-listing-desc {
    height: 80px;
    line-height: 1.3em
  };
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .mls [id^="MBBv3"] {
    font-size: 15px;
    line-height: 1.3em
  }

  .mls [id^="MBBv3"] .bfg-form-padded {
    padding: 0 75px 20px
  }

  .mls [id^="MBBv3"] .bfg-listing-thumb-wrap {
    height: 190px
  }

  .mls [id^="MBBv3"] .bfg-listing-desc {
    height: 80px;
    line-height: 1.1em;
    overflow: hidden
  };
}

@media only screen and (max-width: 767px) {
  .mls [id^="MBBv3"] .bfg-input-field {
    font-size: 1em
  }

  .mls [id^="MBBv3"] select.bfg-input-field {
    font-size: 1em
  };
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .mls [id^="MBBv3"] {
    font-size: 15px;
    line-height: 1.3em
  }

  .mls [id^="MBBv3"] .bfg-form-padded {
    padding: 0 50px 20px
  }

  .mls [id^="MBBv3"] .bfg-listing-desc {
    height: 60px;
    line-height: 1.1em;
    overflow: hidden
  };
}

@media only screen and (max-width: 600px) {
  .mls [id^="MBBv3"] .bfg-mobile-p0 {
    padding: 0
  }

  .mls [id^="MBBv3"] .bfg-mobile-p5 {
    padding: 5px
  }

  .mls [id^="MBBv3"] .bfg-mobile-mb0 {
    margin-bottom: 0
  }

  .mls [id^="MBBv3"] .bfg-mobile-mb5 {
    margin-bottom: 5px
  }

  .mls [id^="MBBv3"] .bfg-mobile-mb10 {
    margin-bottom: 10px
  }

  .mls [id^="MBBv3"] .bfg-mobile-mb20 {
    margin-bottom: 20px
  }

  .mls [id^="MBBv3"] .bfg-mobile-smaller {
    font-size: 0.9em !important
  }

  .mls [id^="MBBv3"] .bfg-mobile-small {
    font-size: 0.84em !important
  }

  .mls [id^="MBBv3"] .bfg-mobile-xsmall {
    font-size: 0.73em !important
  }

  .mls [id^="MBBv3"] .bfg-mobile-border-none {
    border: none
  }

  .mls [id^="MBBv3"] .bfg-tabs>ul>li>a.bfg-showing-form {
    padding: 10px
  };
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
  .mls [id^="MBBv3"] {
    font-size: 15px;
    line-height: 1.3em
  }

  .mls [id^="MBBv3"] table.bfg-responsive th {
    display: none
  }

  .mls [id^="MBBv3"] .bfg-form-padded {
    padding: 0 25px 20px
  }

  .mls [id^="MBBv3"] .bfg-listing-thumb-wrap {
    height: 250px
  }

  .mls [id^="MBBv3"] table.bfg-responsive tbody td {
    position: relative;
    padding-left: 40% !important;
    display: block;
    text-align: left !important;
    clear: both
  }

  .mls [id^="MBBv3"] table.bfg-responsive tbody td div:before {
    color: #666;
    position: absolute;
    content: attr(data-label);
    left: 10px
  }

  .mls [id^="MBBv3"] .bfg-photo-carousel ul li {
    height: 290px
  }

  .mls [id^="MBBv3"] .bfg-photo-carousel {
    height: 310px
  }

  .mls [id^="MBBv3"] .bfg-photo-carousel ul li.bfg-current {
    height: 310px
  }

  .mls [id^="MBBv3"] .bfg-photocar-wrap {
    height: 300px
  }

  .mls [id^="MBBv3"] .bfg-photocar-nextprev {
    height: 300px
  }

  .bfg-slidepanel-wrap.mls [id^="MBBv3"] {
    padding-top: 25px
  }

  .mls [id^="MBBv3"] .my-account-link,
  .mls [id^="MBBv3"] .login-panel-link {
    display: inline-block;
    margin-bottom: 10px !important
  }

  .mls [id^="MBBv3"] .my-account-link i,
  .mls [id^="MBBv3"] .login-panel-link i {
    top: -1px
  }

  .mls [id^="MBBv3"] .bfg-btn.bfg-my-account-register,
  .mls [id^="MBBv3"] .bfg-btn.my-account-link,
  .mls [id^="MBBv3"] .bfg-btn.bfg-login-link,
  .mls [id^="MBBv3"] .bfg-btn.bfg-logout-link,
  .mls [id^="MBBv3"] .bfg-details-btn {
    width: 40%;
    padding-top: 8px;
    padding-bottom: 9px
  }

  #MBBv3_SearchDetails .bfg-p20 {
    padding: 5px !important
  };
}

@media only screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px
  }

  .mls [id^="MBBv3"] {
    font-size: 15px;
    line-height: 1.3em
  }

  .mls [id^="MBBv3"] .bfg-form-padded {
    padding: 0 0 20px
  }

  .mls [id^="MBBv3"] .bfg-photo-carousel ul li {
    height: 190px
  }

  .mls [id^="MBBv3"] .bfg-photo-carousel {
    height: 210px
  }

  .mls [id^="MBBv3"] .bfg-photo-carousel ul li.bfg-current {
    height: 210px
  }

  .mls [id^="MBBv3"] .bfg-photocar-wrap {
    height: 200px
  }

  .mls [id^="MBBv3"] .bfg-photocar-nextprev {
    height: 200px
  }

  .mls [id^="MBBv3"] .bfg-menu-btn i {
    display: none
  }

  .mls [id^="MBBv3"] .bfg-action-btn-wrap i {
    display: none
  }

  .bfg-slidepanel-wrap.mls [id^="MBBv3"] {
    padding-top: 25px
  }

  .mls [id^="MBBv3"] .login-panel-link {
    display: inline-block;
    margin-bottom: 10px !important
  }

  .mls [id^="MBBv3"] .bfg-carousel ul li {
    max-width: 300px
  }

  .mls [id^="MBBv3"] .bfg-gallery-address {
    font-size: 1.5em
  }

  .mls [id^="MBBv3"] .bfg-gallery-address2 {}

  .mls [id^="MBBv3"] .bfg-gallery-mls,
  .mls [id^="MBBv3"] .bfg-gallery-features {
    font-size: .85em
  }

  .mls [id^="MBBv3"] .bfg-gallery-office {
    font-size: .81em
  }

  .mls [id^="MBBv3"] .bfg-btn.bfg-my-account-register,
  .mls [id^="MBBv3"] .bfg-btn.my-account-link,
  .mls [id^="MBBv3"] .bfg-btn.bfg-login-link,
  .mls [id^="MBBv3"] .bfg-btn.bfg-logout-link,
  .mls [id^="MBBv3"] .bfg-details-btn {
    width: 40%;
    padding-top: 8px;
    padding-bottom: 9px
  }

  .mls [id^="MBBv3"] .bfg-slideshow-overlay {
    display: none
  }

  .mls [id^="MBBv3"] .lSSlideWrapper {
    max-height: 250px
  }

  #MBBv3_SearchDetails .bfg-p20 {
    padding: 0px !important
  };
}

/* NWLS Specific */
#MBBv3_FeaturedList .bfg-grid-45>div,
#MBBv3_ListingResults .bfg-grid-45>div,
#MBBv3_Brokers .bfg-grid-45>div {
    padding-right: 3rem;
    background: url(https://f.hubspotusercontent00.net/hubfs/8561653/web/brand/ico-nwmls.png) 100% 0.25rem no-repeat;
    background-size: 2rem;
}


/* WebFonts */
.FranklinGothicURWExtComDBoo {
	font-family: "FranklinGothicURWExtComD-Boo";
}.FranklinGothicURWExtComDDem {
	font-family: "FranklinGothicURWExtComD-Dem";
}.FranklinGothicURWBoo {
	font-family: "FranklinGothicURW-Boo";
}.FranklinGothicURWBooIta {
	font-family: "FranklinGothicURW-BooIta";
}.FranklinGothicURWDem {
	font-family: "FranklinGothicURW-Dem";
}.FranklinGothicURWDemIta {
	font-family: "FranklinGothicURW-DemIta";
}.FranklinGothicURWHea {
	font-family: "FranklinGothicURW-Hea";
}.FranklinGothicURWHeaIta {
	font-family: "FranklinGothicURW-HeaIta";
}.FranklinGothicURWLig {
	font-family: "FranklinGothicURW-Lig";
}.FranklinGothicURWMed {
	font-family: "FranklinGothicURW-Med";
}.FranklinGothicURWMedIta {
	font-family: "FranklinGothicURW-MedIta";
}.FranklinGothicURWCnSCBoo {
	font-family: "FranklinGothicURWCnSC-Boo";
}.FranklinGothicURWCnSCMed {
	font-family: "FranklinGothicURWCnSC-Med";
}.FranklinGothicURWComBoo {
	font-family: "FranklinGothicURWCom-Boo";
}.FranklinGothicURWComBooIta {
	font-family: "FranklinGothicURWCom-BooIta";
}.FranklinGothicURWComDem {
	font-family: "FranklinGothicURWCom-Dem";
}.FranklinGothicURWComDemIta {
	font-family: "FranklinGothicURWCom-DemIta";
}.FranklinGothicURWConBoo {
	font-family: "FranklinGothicURWCon-Boo";
}.FranklinGothicURWConBooIta {
	font-family: "FranklinGothicURWCon-BooIta";
}.FranklinGothicURWConDemIta {
	font-family: "FranklinGothicURWCon-DemIta";
}.FranklinGothicURWConMed {
	font-family: "FranklinGothicURWCon-Med";
}.FranklinGothicURWConMedIta {
	font-family: "FranklinGothicURWCon-MedIta";
}.ClarendonLTStdLight {
	font-family: "ClarendonLTStd-Light";
}.ClarendonLTStd {
	font-family: ClarendonLTStd;
}.ClarendonLTStdBold {
	font-family: "ClarendonLTStd-Bold";
}.FranklinGothicURWConDem {
	font-family: "FranklinGothicURWCon-Dem";
}



.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


/* additional utility */

.split-cols h3 {
  font-size: 24px; 
}

.font-weight-medium { font-weight:500; }
.split-cols ul { margin-bottom:1rem; columns: 2;  -webkit-columns: 2;  -moz-columns: 2;}
.split-cols ul li {
  padding: .25rem 0 0.25rem 1rem !important;
  margin: 0 !important;
}
.split-cols ul li p {
  margin:0;
  padding:0;
}

/** OVerrite Bootstrap Button Utilities with Theme Settings **/
.cta-primary .cta_button,
.btn-primary { 
  background-color: ;
  color: #29513B;
  border-radius: 0px;
  border-color: #29513B;
  border-style: solid;
  border-width: 2px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.cta-primary .cta_button:hover,
.btn-primary:hover { 
  background-color: #29513B;
  color: #EFE6CF;
  border-color: #29513B;
  border-style: solid;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.cta-secondary .cta_button,
.btn-secondary { 
  background-color: #29513B;
  color: #29513B;
  border-radius: 0px;
  border-color: #29513B;
  border-style: solid;
  border-width: 1px;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.cta-secondary .cta_button:hover,
.btn-secondary:hover { 
  background-color: #29513B;
  color: #EFE6CF;
  border-color: #29513B;
  border-style: solid;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.cta-simple .cta_button,
.btn-simple { 
  background-color: ;
  color: #29513B;
  border-radius: px;
  border-color: ;
  border-style: ;
  font-weight: 900;
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.cta-simple .cta_button:hover,
.btn-simple:hover { 
  background-color: ;
  color: #EFE6CF;
  border-color: ;
  border-style: ;
  border-width: px;
  font-weight: 900;
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.btn-primary,.btn-secondary,.btn-simple {
  transition:all 300ms ease;
}




.body-dnd-wrapper {
  padding: 0;
}
.dnd-section {
  padding: 0;
}
.container,
.dnd-section > .container {
  max-width: 1140px;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1270px;
  }
}

/* Section */
section {
  padding: 120px 0;
}
.space-sm {
  padding: 60px 0;
}
.space-sm-b {
  padding: 20px 60px;
}
.space-md {
  padding: 120px 0;
}
.space-md-b {
  padding: 20px 120px;
}
.space-lg {
  padding: 180px 0;
}
.space-lg-b {
  padding: 20px 180px;
}




:root {
  --color-primary: #29513B;
  --color-secondary: #EFE6CF;
  --color-link: #29513B;
  --color-link_hover: #29513B;
  --color-accent_1: #29513B;
  --color-accent_2: #EFE6CF;
  --color-accent_3: #F7F3EA;
  --color-accent_4: #f7f3ea;
  --color-accent_5: #ff0000;
  --color-light_gray: #f1f1f1;
  --color-dark_gray: #a2a4a7;
  
}
html {
  font-size: 14px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
/*   background-color: #29513B; */
  color: #29513b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "ClarendonLTStd-Light";
}

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #29513b;
  font-size: 14px;
  font-family: "ClarendonLTStd-Light";
}

/* Anchors */

a {
  color: #29513B;
}

a:hover, a:focus {
  color: #29513B;
}

a.button:disabled {
  background-color: #a2a4a7;
  pointer-events: none;
}
.arrow a:after {
  content: ' ↗';
  display: inline;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #29513b;
}
h1 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
/*   font-weight: 900; */
  font-weight: 400;
  line-height: 1.2;
  font-family: "ClarendonLTStd-Light";
}

h2 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
/*   font-weight: 900; */
  font-weight: 400;
  line-height: 1.2;
  font-family: "ClarendonLTStd-Light";
}

h3 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
/*   font-weight: 900; */
  font-weight: 400;
  line-height: 1.2;
  font-family: "ClarendonLTStd-Light";
}

h4 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
/*   font-weight: 900; */
  font-weight: 400;
  line-height: 1.2;
  font-family: "FranklinGothicURWExtComD-Boo";
}

h5 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
/*   font-weight: 900; */
  font-weight: 400;
  line-height: 1.2;
  font-family: "FranklinGothicURWExtComD-Boo";
}

h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
/*   font-weight: 900; */
  font-weight: 400;
  line-height: 1.2;
  font-family: "FranklinGothicURWExtComD-Boo";
}

.display-1,
.display-2,
.display-3,
.display-4 {
  font-family: 'EB Garamond'; font-style: normal; font-weight: 800; text-decoration: none;
  /*font-weight: 900;*/
  line-height: 1.2;
  font-family: "FranklinGothicURW-Boo";
}

/* Lists */

ul,
ol {
  padding-left: 2.5rem;
  margin: 1.5rem 0;
}

ul li,
ol li {
  margin: 0.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Blockquote */

blockquote:not(.blockquote) {
  border-left: 7px solid ;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  background-color: ;
}

/* Text */
.text-primary { color: #29513B !important; }
.text-secondary { color: #EFE6CF !important; }
.text-link { color: #29513B !important; }
.text-accent1 { color: #29513B !important; }
.text-accent2 { color: #EFE6CF !important; }
.text-accent3 { color: #F7F3EA !important; }
.text-accent4 { color: #f7f3ea !important; }
.text-accent5 { color: #ff0000 !important; }
.text-gray-light { color: #f1f1f1 !important; }
.text-gray-dark { color: #a2a4a7 !important; }

/* Background */
.bg-primary { background-color: #29513B !important; }
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { background-color: #29513B !important; }
.bg-secondary { background-color: #EFE6CF !important; }
.bg-link { background-color: #29513B !important; }
.bg-accent1 { background-color: #29513B !important; }
.bg-accent2 { background-color: #EFE6CF !important; }
.bg-accent3 { background-color: #F7F3EA !important; }
.bg-accent4 { background-color: #f7f3ea !important; }
.bg-accent5 { background-color: #ff0000 !important; }
.bg-gray-light { background-color: #f1f1f1 !important; }
.bg-gray-dark { background-color: #a2a4a7 !important; }
.bg-light { background-color: #F7F3EA !important; }
.bg-dark { background-color: #29513B !important; }
.bg-gradient1 { 
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff); 
}
.bg-gradient2 { 
  background-image: linear-gradient(to bottom right, #ffffff, #ffffff); 
}


.bg-primary { background-color:#29513B !important; }
.bg-secondary { background-color:#EFE6CF !important; }
.bg-link { background-color:#29513B !important; }
.bg-link_hover { background-color:#29513B !important; }
.bg-accent_1 { background-color:#29513B !important; }
.bg-accent_2 { background-color:#EFE6CF !important; }
.bg-accent_3 { background-color:#F7F3EA !important; }
.bg-accent_4 { background-color:#f7f3ea !important; }
.bg-accent_5 { background-color:#ff0000 !important; }
.bg-gradient_1 { background-color:#ffffff !important; }
.bg-gradient_2 { background-color:#ffffff !important; }
.bg-light_gray { background-color:#f1f1f1 !important; }
.bg-dark_gray { background-color:#a2a4a7 !important; }
.bg-background_light { background-color:#F7F3EA !important; }
.bg-background_dark { background-color:#29513B !important; }
.bg-primary-half {
  background-image: linear-gradient(rgba(0,0,0,0) 50%, #29513B 50%) !important;
}





/* Primary Button */

button,
.button,
.button-primary .cta_button {
  display: inline-block;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: ;
  border: 2px solid #29513B;
  border-radius: 0px;
  color: #29513B;
  font-size: 16px;
}

button:disabled,
.button:disabled,
.button-primary .cta_button:disabled {
  background-color: ;
  border-color: ;
  color: ;
}

button:hover,
.button:hover,
.button-primary .cta_button:hover,
button:focus,
.button:focus,
.button-primary .cta_button:focus,
button:active,
.button:active
.button-primary .cta_button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: #29513B;
  border-style: solid;
  border-color: #29513B;
  color: #EFE6CF;
}

button:active,
.button:active
.button-primary .cta_button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: rgba(121, 161, 139, 0.7);
  border-color: #79a18b;
  border-style: solid;
}

/* Secondary Buttons */

.button-secondary .cta_button {
  display: inline-block;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #29513B;
  background-color: #29513B;
  border: 1px solid #29513B;
  border-radius: 0px;
  font-size: 16px;
}

.button-secondary .cta_button:hover,
.button-secondary .cta_button:focus,
.button-secondary .cta_button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: #29513B;
  border-style: solid;
  border-color: #29513B;
  color: #EFE6CF;
}

.button-secondary .cta_button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(121, 161, 139, 0.7);
  border-color: #79a18b;
  border-style: solid;
}

/* Simple Buttons */

.button-simple .cta_button {
  display: inline-block;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: transparent;
  border: 0;
  color: #29513B;
}

.button-simple .cta_button:hover,
.button-simple .cta_button:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  border: none;
  color: #EFE6CF;
}

.button-simple .cta_button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  border: none;
  color: #ffffff;
}

/* Button Sizing */

.button-small .cta_button {
  font-size: 14px;
}

.button-large .cta_button {
  font-size: 18px;
}

/* Button Details - Lift */
.button-lift .cta_button {
  -webkit-transition: box-shadow .25s ease,-webkit-transform .25s ease;
  transition: box-shadow .25s ease,-webkit-transform .25s ease;
  transition: box-shadow .25s ease,transform .25s ease;
  transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;
}
.button-lift .cta_button:focus,
.button-lift .cta_button:hover {
  -webkit-transform: translate3d(0,-3px,0);
  transform: translate3d(0,-3px,0);
}
.button-lift-lg .cta_button:focus,
.button-lift-lg .cta_button:hover {
  -webkit-transform: translate3d(0,-5px,0);
  transform: translate3d(0,-5px,0);
}

/* Button Details - Shadow */
.button-shadow-sm .cta_button {
  box-shadow: 0 .125rem .25rem rgba(22,28,45,.075)!important;
}
.button-shadow .cta_button {
  box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.1)!important;
}
.button-shadow-lg .cta_button {
  box-shadow: 0 1.5rem 4rem rgba(22,28,45,.1)!important;
}

/* Button Details - Arrow */
.button-arrow .cta_button:after {
  content: "\e912";
  font-family: 'Feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 0.5rem;
}






form {}
.submitted-message {}

/* Form Title */

.form-title {}
.form-title:empty {
  display: none;
}

/* Labels */

.hs-form-field > label {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 16px;
  color: #f7f3ea;
}

/* Help Text - Legends */

.hs-form-field legend {}

/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea
/*.input */{
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: #EFE6CF;
  color: #f7f3ea;
  font-size: 16px;
  width: 100% !important;
  outline: none;
  border: 0;
  
  border-radius: 0px;
  transition: all 300ms ease;
  padding: 10px 20px;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=file]:hover,
select:hover,
textarea:hover,
input[type=text]:active,
input[type=email]:active,
input[type=password]:active,
input[type=tel]:active,
input[type=number]:active,
input[type=file]:active,
select:active,
textarea:active {
  border-color: ;
}


textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #29513B;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #29513B;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #29513B;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #29513B;
}

textarea::placeholder,
input::placeholder {
  color: #29513B;
}

form .in-focus select {
  color: ;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #f7f3ea;
  font-size: 16px;
}

form ul.inputs-list li input + span:before {
  border: 1px solid #CBE8F8;
  border-radius: 0px;
}

form .input ul.invalid.error > li input + span:before {
  border-color: #29513B;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid #29513B;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button:hover {
  background-color: #29513B !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #0b331d !important;
}

.hs-datepicker .is-today button.pika-button {
  color: #0b331d;
}

/* Form Rich Text */

form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {}

/* GDPR Text */

.legal-consent-container
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {}

/* Validation */

.hs-input.invalid.error {
  border-color: ;
}
.hs-error-msgs {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.hs-error-msgs li,
.hs-error-msgs li label {
  color:  !important;
}

.hs-error-msgs li a {
  ;
}

/* Submit secondary */



  form input[type=submit],
  form .hs-button {
    background-color: #29513B;
    color: #29513B;
    border-radius: 0px;
    border-color: #29513B;
    border-style: solid;
    border-width: 1px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    font-style: normal;
    text-decoration: none;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    background-color: #29513B;
    color: #EFE6CF;
    border-color: #29513B;
    border-style: solid;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    font-style: normal;
    text-decoration: none;
  }

  form input[type=submit]:active,
  form .hs-button:active {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: rgba(121, 161, 139, 0.7);
    border-color: #79a18b;
    border-style: solid;
  }





  form input[type=submit],
  form .hs-button {
    font-size: 16px;
  }








table {
  background-color: ;
  border: ;
}

th,
td {
  border: ;
  color: ;
  padding: ;
}

tr:nth-child(odd) {
  background-color: rgba(, .35);
}

thead th,
thead td {
  background-color: ;
  border-bottom: ;
  color: ;
}

tbody + tbody {
  border-top: ;
}




/* Primary header  */
.header {
  background-color: #F7F3EA;
}



.navbar-brand-img { max-height:60px; }
.header--sticky {
  position: fixed;
  width: 100%;
  z-index: 10;
}

/* Suppliment Menu */
.nav-supplement {
  list-style:none;
  font-size:12px;
  margin:0;
  padding-top:2.85rem;
}
.nav-supplement > li {
  margin:6px;
}

.navbar-scrolled ul { list-style:none; }
.navbar-scrolled a { text-decoration:none; }
.navbar-scrolled a,
.nav-supplement > li >a {
  text-decoration:none;
  color: #29513B;
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 14px;
}
.nav-supplement > li >a { font-size:12px; }


/* Site Navigation - Primary */
.header .navbar .nav-item { margin:0px;}
.header .navbar .nav-item > .nav-link {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 14px;color: #29513B;
}

.header .navbar .nav-item > .nav-link:hover,
.header .navbar .nav-item > .nav-link:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  
  color: #29513B;
}

.header .navbar .nav-item > .nav-link:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  
  color: #29513B;
}
.header .navbar .dropdown {
  position:relative;
}

.header .navbar .dropdown::after {
  content:"";
  border:5px solid transparent;
  border-left-color:#29513B;
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-25%) rotate(90deg);
}


.header .navbar .dropdown-item { padding:0; margin:0; }
.header .navbar .dropdown > a.nav-link {
  padding-right:15px;
}

/* Site Navigation - Child */
.header .dropdown-menu {
  margin:0;
  padding:0;
}
.header .navbar .dropdown-menu .dropdown-item > .nav-link {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; 
  font-size: 14px;
  color: #29513B;    
  padding: .5rem 1rem 0.25rem;
}

.header .navbar .dropdown-menu .dropdown-item > .nav-link:hover,
.header .navbar .dropdown-menu .dropdown-item > .nav-link:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: ;
  color: #29513B;
}

.header .navbar .dropdown-menu .dropdown-item > .nav-link:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  
  color: #29513B;
}

.navbar-toggler {
  padding:10px;
}
.navbar-light .navbar-toggler {
}
.toggle-collapse {
  max-width:50px;
}
.toggle-collapse .navbar-toggler {
  position:static;
}
.toggle-collapse .animated-icon2 span { background-color: #29513B }

@media only screen and (max-width:1199px) {
}

@media only screen and (max-width:991px) {
  .header .navbar .dropdown::after {
    top:20px;
    right:10px;
  }
  .navbar-nav .dropdown > .dropdown-toggle { pointer-events:all; margin:0; }
  .dropdown-menu {
    transition: all 600ms cubic-bezier(1,0,0,1);
    border:none;
    padding:0;
    margin:0;
  }
  .dropdown-menu.show {
    max-height:100vh;
  }
  .dropdown-menu:not(.show) {
    max-height:0;
    overflow:hidden;
    opacity:0;
  }

  .header .navbar .dropdown-menu .dropdown-item > .nav-link {
    padding:0.5rem;
  }
}

.animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.animated-icon2 span {
  background: #e3f2fd;
}

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2), 
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.navbar-toggler:not(.collapsed) .animated-icon2 span:nth-child(1),
.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.navbar-toggler:not(.collapsed) .animated-icon2 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .animated-icon2 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-toggler:not(.collapsed) .animated-icon2 span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}


.navbar-fixed { position:fixed; width:100%; top:0; }
.navbar-scrolled .navbar-brand-img { max-height:65px; }

.navbar-search-input { display:flex; align-items:center; width:250px;  }
.navbar-search-input input[type=text] { background:transparent; color:inherit; font-size:12px; padding:0.5rem; margin:0; border:0; }

.navbar-hidden,
.on-scroll-navbar { transition:all 200ms ease; }
.on-scroll-navbar:not(.navbar-visible) { transform:translateY(-100%); opacity:0; }

@media only screen and (min-width:1200px) {
  .navbar-hidden { opacity:0; }
  .navbar-hidden { transform:translateY(-100%); }
}

@media only screen and (max-width:1199px)  {
  .header .navbar .nav-item .nav-link { font-size:12px;  }
  .navbar-search-input { width:210px; }
  .navbar-brand-img { max-height:50px; }
}


@media only screen and (min-width:1200px){
}

@media only screen and (max-width:1199px){
  .navbar-nav .nav-item {
    padding-top:0;
    padding-bottom:0;
  }
  .navbar-nav .nav-item > a {
    padding-top:0.8rem;
    padding-bottom:0.8rem;
  }
}

@media only screen and (max-width:991px) {
  .navbar-collapse {

  }
  .nav-supplement>li {
    margin: 0;
    flex: 1;
    text-align: center;
    border-left: 1px solid rgba(0,0,0,0.1);
  }
  .nav-supplement>li:first-child {
    border-left: none;    
  }
  .nav-supplement>li>a {
    padding: 10px;
    display: block;
  }
  /*avbar-collapse:not(.show) {
    transform:translateX(-1rem);
  }*/
}



.language-switcher__label {
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(155, 158, 184, 0.22);
  border-radius: 4px;
  transition: all 200ms ease;
  color: #20355a;
  margin: 0.5rem 0;
}





.footer {
  background-color: #EFE6CF;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.hs-button),
.footer div,
.footer span {
  color: #f1f1f1;
}

.footer .list-unstyled a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 14px;
  background-color: ;
  color: #EFE6CF;
}

.footer .list-unstyled a:hover {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 14px;
  background-color: ;
  color: #EFE6CF;
}

.footer .list-unstyled a:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 14px;
  background-color: ;
  color: #EFE6CF;
}





/* Blog Meta - Author/Avatar/Timestamp */

.blog-author__name {
  ;
}

.blog-index__post__date {
  ;
}

/* Tags/Topics */
.blog-tag {
  ;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  ;
  color: ;
}

/* Blog Pagination */

.blog-pagination__link {
  ;
}

/* Blog Post */

.blog-post__title {
  ;
  color: ;
  font-weight: 700;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: ;
  font-family: , ;
  font-weight: 700;
}
.blog-post__image {
  width: 100%;
    height: 40vw;
    max-height: 600px;
    object-fit: cover;
    object-position: 50% 0;
    border-radius: 6px;
    box-shadow: 0 0 8px 4px #ddd;
}
.post-body__time {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 300;
    color: #576784;
}
.post-body__time-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-left: -4px;
}
.post-author__bio {
    color: #576784;
    font-size: 13px;
}

.hs-blog-post * img {
  max-width: 100%; 
}

/* Recent Posts */

.blog-recent-posts .content-wrapper > h2 {
  ;
  font-weight: 700;
}





/* Error Pages - Global */

.error-page:before {
  ;
}

/* System Pages - Global */

.hs-search-results__title {
  ;
  color: ;
}

.hs-search-results__title:hover {
  ;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: ;
}

/* Password Prompt */

.password-prompt input[type=password] {
  margin-bottom: ;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type=email] {
  margin-bottom: ;
  padding:  !important;
}


/* border colors */

.border-primary { border-color:#29513B !important; }

.border-secondary { border-color:#EFE6CF !important; }

.border-link { border-color:#29513B !important; }

.border-link_hover { border-color:#29513B !important; }

.border-accent_1 { border-color:#29513B !important; }

.border-accent_2 { border-color:#EFE6CF !important; }

.border-accent_3 { border-color:#F7F3EA !important; }

.border-accent_4 { border-color:#f7f3ea !important; }

.border-accent_5 { border-color:#ff0000 !important; }

.border-light_gray { border-color:#f1f1f1 !important; }

.border-dark_gray { border-color:#a2a4a7 !important; }







.agent-info-photo, .avatar-photo img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.agent-info-photo img {
  max-width:100%;
  height:390px;
  object-fit:cover;
}

.info-wrapper {
  position:relative;
}

.info-wrapper h2{
  font-size:53px;
  font-weight:400;
  letter-spacing:-0.4px;
}
.info-wrapper h6{
  font-weight:400;
  font-size:1.25rem;
}
.info-thumb-logo {
  width: auto;
  margin-right: 30px;
}
.info-thumb-logo img {
  object-fit:contain;
  max-width:150px;
  max-height:60px;
}
.info-team-name {
  font-style: italic;
  font-weight: 200;
}
.info-team-logo {
  position:absolute;
  bottom: -65px;
  right:0;
  height:100%;
  width:100%;
  object-fit: contain;
  z-index:-1;
  max-width: 560px;
}


.info-details {
  font-size:0.9rem;
  margin-bottom:0.1rem;
}
.info-label {
  min-width: 80px;
  font-size: 0.9rem;
  text-transform:uppercase;
}

.agent-infio-nav {
}

.agent-infio-nav a {
  position:relative;
  display: inline-block;
  border-radius: 30px;
  padding: 5px 1rem 0 2rem;
  text-decoration: none;
  font-size: .9rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  background:rgba(255,255,255,0);
  color:#29513b;
  transition:all 300ms ease;
}
.agent-infio-nav a:not(:last-child){
  margin-right:0.5rem;
}

.agent-infio-nav a:hover {
  color:#fff;
  background:#29513b;
}
.agent-infio-nav a svg {
  position:absolute;
  top:50%;
  left:0.6rem;
  transform:translateY(-50%);
  max-width:12px;
}
@media only screen and (min-width:768px) {
.team-secondary-sidebar {
  transform:translateY(-5rem);
}
}

.team-banner { 
  margin-bottom:0.5rem;
}
.team-video {
  margin-bottom:0.5rem;
}
[data-playvideo] { position:relative; display:block; }
[data-playvideo]:before { content:""; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(255,255,255,0.25) }
[data-playvideo] svg {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.team-secondary-sidebar img, .team-banner img{
  max-width:100%;
  width:100%;
}

.team-gallery .col-thumb-wrap .col-thumb img {
  max-width: 145px;
  width:100%;
}
 
.col-thumb-wrap { margin: 0 -0.25rem 0.5rem; }
.col-thumb { margin:0 0.25rem; }
.more-photo { text-decoration:none; }

.social-media-list { list-style:none; margin:0; padding:0; display:flex; }
.social-media-list > li {  }
.social-media-list a { text-decoration:none; color:inherit; font-size: 40px; }

.team-secondary-body { font-size:0.9rem; }

.team-secondary-body p { color:inherit; font-size:0.9rem; }
.team-secondary-body ul {
  list-style:none;
  margin:0;
  padding:0;
}
.team-secondary-body ul > li {
  position:relative;
  padding-left:1rem;
  margin:0.5rem 0;
  display: flex;
  break-inside: avoid;
}
.team-secondary-body ul > li:before {
  content:"—";
  position:relative ;
  left: -5px;
  top: 7px;
  height: 1px;
  line-height: 0;
}
.agent-lead-head {
}

.agent-lead-head h3 {
  font-size: 62px;
  font-weight: 400;
}
.agent-lead-head h6 {
  font-size: 11px;
  font-weight: 400;
}

.team-member-avatar {
  max-width:145px;
  width:100%;
}
.team-member-avatar img {
  max-width:100%;
  height:180px;
  object-fit:cover;
}

@media only screen and (min-width:992px) {
  .team-member-avatar img {
    margin-top:-5rem;
  }
}
.team-member-name { }
.team-member-name h4 { line-height:1;  font-family: "ClarendonLTStd-Light"; }
.team-member-name h4 span { font-size:0.9rem; text-transform:uppercase; text-transform:uppercase; display:block; font-family: "FranklinGothicURWCom-Boo"; letter-spacing: 3px; }
.team-member-name a { transition:all 300ms ease; display:inline-block; border-radius:10px; font-size:0.65rem; text-decoration:none; padding:0.2rem 1rem; text-transform:uppercase; }
.team-member-name a:hover {  }
.tertiary-team-info {
  
}

.tertiary-team-info h3 {
  font-size:1.3rem;
}

.search-area select {
  background: transparent; 
  color: 
}

.search-input {
  position: relative; 
}

.search-input #search-icon {
  position: absolute;
  top: 12px;
  left: 10px;
  font-size: 1.5rem;
}

.search-input input {
  background: transparent; 
  padding-left: 45px; 
  color: #222;
  border: none;
}

.search-input .btn {
  width: 180px;
  padding: 9px 50px;
}


.agent-listing-name {
}

.agent-listing-name span {
  text-transform:uppercase;
  display:block;
  font-size:1rem;
  font-family: 'FranklinGothicURWCnSC-Med';
  letter-spacing: 3px;
}

.social-afi ul {
  margin: 0; 
}

.social-afi ul li {
  z-index:9;
}
.social-afi ul li a {
  width: 32px;
  height: 32px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align: center; 
  text-decoration:none;
  border-style:solid;
  transition:all 300ms ease;
  color:#29513B;
}
.social-afi ul li a:hover {
  color:#f7f3ea;
  background-color:#29513B;  
}

.tabber-list-wrap ul li {
  margin-top: 0;
  margin-bottom: 0;
}

.tabber-list-wrap ul li a {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  border-top: 2px solid transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tabber-list-wrap ul li.active a, .tabber-list-wrap ul li a:hover {
  border-top: 2px solid #43694e;
  color: #43694e;
}

.property-item {
  border-width: 2px !important; 
}

.meta-property  {
  position: absolute;
  top: 5px;
  left: 5px;
}

.meta-property span {
  padding: 0.25rem;
  border: 1px solid #29513b;
  background: #efe6cf;
  font-size: 10px;
  font-weight: bold;
}

.property.pagination .pg-item a {
  text-decoration: none; 
  font-weight: bold;
}

.property-content .p-details {
  font-size: 11px; 
}

.property-item .bottom-content p {
  font-size: 10px; 
}
.testi-author { font-size:1.4rem; }
.testi-static .fas {
  font-size: 3rem; 
}

.testi-static p.testi-text {
  font-size: 1.8rem; 
}

.testimonial-listing .btn-wrap a, .event-listing .btn-wrap a, .blog-area .btn-wrap a {
  width: 180px;
  position: relative;
  text-decoration: none;
  padding-top: 13px !important;
}

.testimonial-listing .btn-wrap a .fa, .event-listing .btn-wrap a .fa, .blog-author .btn-wrap a .fa {
  top: 0px; 
}

.testi-list-item {
}
.profile-photo {
}
.testi-list-item img {
  width:100px;
  height:100px;
  object-fit:cover;
}

.blog-area .blog-item a {
  text-decoration: none; 
}

.event-tab ul {
  width: 300px; 
}

.event-tab ul li a {
  text-decoration: none; 
  padding-right: 40px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  font-size:0.8rem;
  font-weight:500;
  padding-bottom:0.2rem;
}

.event-content .event-host {
  font-size: 12px; 
}

.event-img-profile { }
.event-img-profile img { max-height:200px; object-fit:cover; width:100%; }

.event-list .fb-area a {
  border-radius: 100px; 
  font-size: 12px;
  text-decoration: none;
}

.event-list .fb-area span {
  font-size: 10px;
  position: relative;
  top: 10px;
}

.event-list .meta-property {
  left: 15px; 
}

.meeting-btn a {
  text-decoration: none; 
  font-weight: 500;
}

.agent-item-photo{
  position:relative;
}

.agent-item-photo::before,
.agent-item-photo::after {
  content:"";
  background: linear-gradient(0deg, rgba(229,214,176,0) 0%, rgba(229,214,176,1) 100%);
  position:absolute; 
  left:15px;
  right:15px;
  top:50px;
  bottom:0;
  z-index:-1;
}

.agent-item-photo::after{
  transition:all 300ms ease;
  opacity:0;
  background: linear-gradient(0deg, rgba(152,179,138,0) 0%, rgba(152,179,138,1) 100%);
}

.agent-item a { text-decoration:none; font-family: ClarendonLTStd; }

.agent-item:hover .agent-item-photo::after {
  opacity:1;
}


.right_download_text a {
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
}

.extended-border { height:2px; background:#29513B; position:relative; }
.extended-border::after { content:""; background:#29513B; display:block; position:absolute; width:100%; top:0; bottom:0; width:100%; left:100%; }


.form-convo-section { margin:5rem 0; }
.form-convo-inner { background:#29513b; position:relative; padding:0 4rem; }
.form-convo-inner:before,
.form-convo-inner:after { content:""; left:0; height:5rem; position:absolute; width:100%; background:#29513b; }
.form-convo-inner:before { bottom:100%; }
.form-convo-inner:after { top:100%; }
@media only screen and (min-width:992px) {
  .form-convo-inner .large-font { font-size:60px; line-height: 1; }
}

.form-convo-inner form { }

.form-convo-inner form .hs-input[type=text],
.form-convo-inner form .hs-input[type=number],
.form-convo-inner form .hs-input[type=phone],
.form-convo-inner form .hs-input[type=tel],
.form-convo-inner form .hs-input[type=password],
.form-convo-inner form .hs-input[type=email],
.form-convo-inner form textarea.hs-input { border:0; padding:0; color:#EFE6CF; border-bottom: 1px solid #efe6cf; background: transparent; }
.form-convo-inner form .hs-form-field { position:relative; margin-bottom:2.25rem; }
.form-convo-inner form .hs-form-field>label { transition:all 300ms ease; z-index:4; font-weight:400; color:#EFE6CF; position:absolute; top:50%; left:0; transform:translateY(-50%); pointer-events:none; }
.form-convo-inner form .hs-form-field.active_input>label { transform:translateY(-100%); top:0; font-size:11px; }

.form-convo-inner form .hs-submit input { border: 1px solid #efe6cf; color: #efe6cf; background: transparent; position: relative; }
.form-convo-inner form .hs-submit input:hover { color: #29513b !important; background-color: #efe6cf; }

.form-convo-inner form .hs-submit:after, .form-convo-inner form .hs-submit input:after {
  display: none; 
}

.form-convo-inner form textarea::-webkit-input-placeholder,
.form-convo-inner form input::-webkit-input-placeholder {
  color: #EFE6CF;
}

.form-convo-inner form textarea::-moz-placeholder,
.form-convo-inner form input::-moz-placeholder {
  color: #EFE6CF;
}

.form-convo-inner form textarea:-ms-input-placeholder,
.form-convo-inner forminput:-ms-input-placeholder {
  color: #EFE6CF;
}

.form-convo-inner form textarea:-moz-placeholder,
.form-convo-inner form input:-moz-placeholder {
  color: #EFE6CF;
}

.form-convo-inner form textarea::placeholder,
.form-convo-inner form input::placeholder {
  color: #EFE6CF;
}


.form-convo-inner form textarea.hs-input { border: 1px solid #efe6cf; height: 180px; padding: 15px; }

@media (max-width: 480px) {
  
  .form-convo-inner {
    padding:0 1rem;
  }
  
  .search-area select {
    margin-bottom: 30px; 
  }

  .search-input .btn {
    width: 140px;
    padding: 8px 10px;
    background: transparent;
  }
}

/* Social Icons */
.social a {
  /* border: 2px solid #29513B; */
  padding: 5px 5px 0px;
  font-size: 20px;
}
/* End of Social Icons */

/* Listing Filter */
.filter {
  max-width: 200px;
}
.filter .dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: 1.5px solid;
  display: inline-block;
  width: 100%;
  user-select: none;
}
.filter__title {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.75rem 1rem;
}
.filter__title .state {
  margin-left: auto;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  pointer-events: none;
}
.filter__title svg {
  pointer-events: none;
  transition: transform 300ms ease;
}
.open .filter__title svg {
  transform: rotate(180deg);
}
.filter .controls {
  display: none;
  padding: 1rem;
}
.filter .open .controls {
  display: block;
}
.filter__sort {
  display: flex;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
  text-align: center;
}
.filter__sort-item {
  flex: 1;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.filter__sort-item.mixitup-control-active {
  border-color: #43694e;
}
.filter__item {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
  cursor: pointer;
}
.filter__item:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.75rem;
  color: #f7f3ea;
  width: 20px;
  height: 20px;
  border: 1px solid #43694e;
  border-radius: 6px;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -4px;
}
.filter__item.mixitup-control-active:before {
  background-color: #43694e;
}
/* End of Listing Filter */

/* Modal */

.property-evaluation-form form .hs-form-field .hs-form-required, .modal .hs-form-required {
  display: none; 
}

/*
.modal.show {
  display: flex !important; 
}
*/

.modal .modal__content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 40px 40px 0 40px;
  border-radius: 0;
  z-index: 151;
}

.modal .modal__inner {
  padding-right: 15%;
  color: #EFE6CF;
}

#modalA.modal, #modalB.modal, .modal {
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 150;
}

.modal .modal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 70px;
  height: 60px;
  display: block;
  background-size: contain;
  z-index: 1;
}

.modal .modal__close::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
/*   background: url(https://dev.truudigital.com/hubfs/site/greene/icons/close-button.svg) 50% no-repeat;  */
  background: url(https://f.hubspotusercontent00.net/hubfs/8561653/web/images/Home/close-button.svg) 50% no-repeat; 
  background-size: 25px;
  z-index: 2;
}

.modal h3, .modal p {
  color: #EFE6CF;
}

.modal form .inputs-list:not(.no-list) label>span {
  color: #EFE6CF;
  font-style: italic;
}

.modal form .hs-submit .hs-button {
  border: 1px solid #EFE6CF !important;
  color: #EFE6CF;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.modal .modal__content {
  width: 750px;
  max-width: 90%;
  height: 100%;
  padding: 60px 60px;
  border-radius: 10px;
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 30%);
  background: #43694E;
}

.modal .modal__close {
  height: 50px;
  width: 60px;
}

@media (max-width: 480px) {
 .modal .modal__content {
   max-width: 50%;
  }
}