@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;500;600;700&family=Roboto+Slab&display=swap);
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff;
  background: transparent url(images/loading.gif) top left no-repeat;
  border: none;
}

.rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.rating-container .rating-input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  background: none;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.rating-container.is-display-only .rating-input,
.rating-container.is-display-only .rating-stars {
  cursor: default;
}

.rating-disabled .rating-input, .rating-disabled .rating-stars {
  cursor: not-allowed;
}

.rating-container .star {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}

.rating-container .empty-stars {
  color: #aaa;
}

.rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #fde16d;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-stroke: 1px #777;
  text-shadow: 1px 1px #999;
}

.rating-rtl {
  float: right;
}

.rating-animate .filled-stars {
  transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
  left: auto;
  right: 0;
  transition: none;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.rating-rtl.is-star .filled-stars {
  right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em;
}

.rating-container .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
}

.clear-rating-active {
  cursor: pointer !important;
}

.clear-rating-active:hover {
  color: #843534;
}

.rating-container .clear-rating {
  padding-right: 5px;
}

.rating-container .caption .label {
  display: inline-block;
  padding: .25em .4em;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25rem;
}

.rating-container .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.rating-container .caption {
  margin-left: 5px;
  margin-right: 0;
}

.rating-rtl .caption {
  margin-right: 5px;
  margin-left: 0;
}

.rating-xl  {
  font-size: 48px;
}
.rating-lg  {
  font-size: 40px;
}
.rating-md  {
  font-size: 32px;
}
.rating-sm  {
  font-size: 24px;
}
.rating-xs  {
  font-size: 16px;
}

.rating-xl .caption {
  font-size: 20px;
}
.rating-lg .caption {
  font-size: 18px;
}
.rating-md .caption {
  font-size: 16px;
}
.rating-sm .caption {
  font-size: 14px;
}
.rating-xs .caption {
  font-size: 12px;
}

.theme-krajee-fa .star {
  font-size: 1.1em;
}
*,*::before,*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.57;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
}

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

[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[title],abbr[data-original-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;
}


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: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}


a:hover {
  text-decoration: none;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .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: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

small,.small {
  font-size: 1.2rem;
  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: 80%;
  color: #6c757d;
}

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

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

.img-thumbnail {
  padding: .25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-inactive,.table-inactive>th,.table-inactive>td {
  background-color: #e2e2e2;
}

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

.table-hover .table-inactive:hover {
  background-color: #d5d5d5;
}

.table-hover .table-inactive:hover>td,.table-hover .table-inactive:hover>th {
  background-color: #d5d5d5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}

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

.table-dark {
  color: #ffffff;
  background-color: #343a40;
}

.table-dark th,.table-dark td,.table-dark thead th {
  border-color: #454d55;
}

.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: #ffffff;
  background-color: rgba(255, 255, 255, .075);
}

.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: 5rem;
  padding: 1.2rem 2.5rem !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #d8d8d8;
  border-radius: .5rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

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

.form-control:focus {
  color: #444;
  background-color: #ffffff;
  border-color: #004ACC;
  outline: 0;
}

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

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

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

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

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

select.form-control:focus::-ms-value {
  color: #000000;
  background-color: #ffffff;
}

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

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

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

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

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

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

.form-control-sm {
  height: 3.5rem;
  padding: .25rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: .5rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

.form-check-inline {
  display: inline-flex;
  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: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .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: #28a745;
  padding-right: calc(1.5em + .75rem);
  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='%2328a745' 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(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .custom-select:valid,.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cpath fill='%234a8dff' d='M478.050 762.961l-388.68-388.7c-18.74-18.74-18.74-49.14 0-67.88l45.34-45.34c18.72-18.72 49.040-18.74 67.8-0.080l309.48 308.060 309.5-308.040c18.76-18.68 49.080-18.64 67.8 0.080l45.34 45.34c18.74 18.74 18.74 49.14 0 67.88l-388.7 388.68c-18.74 18.74-49.14 18.74-67.88 0z'/%3e%3c/svg%3e") no-repeat right .75rem center/15px 20px, 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='%2328a745' 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") #ffffff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

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

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

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

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

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

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

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .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 + .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(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

.was-validated .custom-select:invalid,.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cpath fill='%234a8dff' d='M478.050 762.961l-388.68-388.7c-18.74-18.74-18.74-49.14 0-67.88l45.34-45.34c18.72-18.72 49.040-18.74 67.8-0.080l309.48 308.060 309.5-308.040c18.76-18.68 49.080-18.64 67.8 0.080l45.34 45.34c18.74 18.74 18.74 49.14 0 67.88l-388.7 388.68c-18.74 18.74-49.14 18.74-67.88 0z'/%3e%3c/svg%3e") no-repeat right .75rem center/15px 20px, 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") #ffffff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

.btn {
  display: inline-block;
  font-weight: 500;
  color: #000000;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.2rem 2.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 5rem !important;
}

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

.btn:focus,.btn.focus {
  outline: 0;
}

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #ffffff !important;
  background-color: #004ACC !important;
  border-color: #004ACC !important;
}


.btn-primary.disabled,.btn-primary:disabled {
  color: #ffffff;
  background-color: #004ACC;
  border-color: #004ACC;
}

.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #9f7826;
  border-color: #957024;
}


.btn-secondary {
  color: #ffffff;
  background-color: #004ACC;
  border-color: #004ACC;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color:black;
  border-color: black;
}

.btn-secondary:focus,.btn-secondary.focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
}

.btn-secondary.disabled,.btn-secondary:disabled {
  color: #ffffff;
  background-color: #004ACC;
  border-color: #004ACC;
}

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


.btn-inactive {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.btn-inactive:hover {
  color: #ffffff;
  background-color: #868686;
  border-color: gray;
}

.btn-inactive:focus,.btn-inactive.focus {
  color: #ffffff;
  background-color: #868686;
  border-color: gray;
}

.btn-inactive.disabled,.btn-inactive:disabled {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.btn-inactive:not(:disabled):not(.disabled):active,.btn-inactive:not(:disabled):not(.disabled).active,.show>.btn-inactive.dropdown-toggle {
  color: #ffffff;
  background-color: gray;
  border-color: #797979;
}


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

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

.btn-success:focus,.btn-success.focus {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}

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

.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}


.btn-info {
  color: #ffffff;
  background-color: #7c7c9c;
  border-color: #7c7c9c;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #68688a;
  border-color: #636382;
}

.btn-info:focus,.btn-info.focus {
  color: #ffffff;
  background-color: #68688a;
  border-color: #636382;
}

.btn-info.disabled,.btn-info:disabled {
  color: #ffffff;
  background-color: #7c7c9c;
  border-color: #7c7c9c;
}

.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #636382;
  border-color: #5d5d7b;
}


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

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

.btn-warning:focus,.btn-warning.focus {
  color: #ffffff;
  background-color: #e0a800;
  border-color: #d39e00;
}

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

.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled).active,.show>.btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #d39e00;
  border-color: #c69500;
}


.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,.btn-danger.focus {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}

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

.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}


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

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

.btn-light:focus,.btn-light.focus {
  color: #000000;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

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

.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle {
  color: #000000;
  background-color: #dae0e5;
  border-color: #d3d9df;
}


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

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

.btn-dark:focus,.btn-dark.focus {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}

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

.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}


.btn-outline-primary {
  color: #004ACC;
  border-color: #004ACC;
}

.btn-outline-primary:hover {
  color: #ffffff !important;
  background-color: #004ACC;
  border-color: #004ACC;
}


.btn-outline-primary.disabled,.btn-outline-primary:disabled {
  color: #004ACC;
  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: #ffffff !important;
  background-color: #004ACC;
  border-color: #004ACC;
}


.btn-outline-primary:hover{
  color: #FFFFFF !important;
  border-color: #004ACC;
}



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

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #004ACC;
  border-color: #004ACC;
}


.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
  color: #004ACC;
  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: #ffffff;
  background-color: #004ACC;
  border-color: #004ACC;
}


.btn-outline-inactive {
  color: #999999;
  border-color: #999999;
}

.btn-outline-inactive:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}


.btn-outline-inactive.disabled,.btn-outline-inactive:disabled {
  color: #999999;
  background-color: transparent;
}

.btn-outline-inactive:not(:disabled):not(.disabled):active,.btn-outline-inactive:not(:disabled):not(.disabled).active,.show>.btn-outline-inactive.dropdown-toggle {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}


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

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


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

.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}


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

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #7c7c9c;
  border-color: #7c7c9c;
}


.btn-outline-info.disabled,.btn-outline-info:disabled {
  color: #7c7c9c;
  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: #ffffff;
  background-color: #7c7c9c;
  border-color: #7c7c9c;
}


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

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


.btn-outline-warning.disabled,.btn-outline-warning:disabled {
  color: #ffc107;
  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: #000000;
  background-color: #ffc107;
  border-color: #ffc107;
}


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

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}


.btn-outline-danger.disabled,.btn-outline-danger:disabled {
  color: #dc3545;
  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: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}


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

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


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

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


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

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


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

.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled).active,.show>.btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}


.btn-link {
  font-weight: 400;
  text-decoration: underline;
}

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

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

.btn-link:disabled,.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,.btn-group-lg>.btn {
  padding: 1.4rem 3.2rem;
  font-size: 2rem;
  line-height: 1;
  border-radius: 2.5rem;
}

.btn-sm,.btn-group-sm>.btn {
  padding: .7rem 3.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 2rem;
}

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

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

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

.fade {
  transition: opacity .15s linear;
}

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

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

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

.dropup,.dropright,.dropdown,.dropleft {
  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: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

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

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

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

.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: .125rem;
}

.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: .125rem;
}

.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^="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: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  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;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bff;
}

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

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

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

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}

.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:hover,.btn-group-vertical>.btn:hover {
  z-index: 1;
}

.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.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:not(:first-child),.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.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: 2.4rem;
  padding-left: 2.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 1.2rem 2.5rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #004ACC;
  text-align: center;
  white-space: nowrap;
  background-color: none;
  border: 1px solid none;
  border-radius: .5rem;
}

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

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

.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select {
  height: 3.5rem;
}

.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn {
  padding: .25rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: .5rem;
}

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.198rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

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

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

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #007bff;
  background-color: #007bff;
}


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

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

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

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

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

.custom-control-label::before {
  position: absolute;
  top: .599rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #adb5bd solid 1px;
}

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

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

.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='%23fff' 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: #007bff;
  background-color: #007bff;
}

.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .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='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}

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

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

.custom-switch .custom-control-label::after {
  top: calc(.599rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #999999;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'%3e%3cpath fill='%234a8dff' d='M478.050 762.961l-388.68-388.7c-18.74-18.74-18.74-49.14 0-67.88l45.34-45.34c18.72-18.72 49.040-18.74 67.8-0.080l309.48 308.060 309.5-308.040c18.76-18.68 49.080-18.64 67.8 0.080l45.34 45.34c18.74 18.74 18.74 49.14 0 67.88l-388.7 388.68c-18.74 18.74-49.14 18.74-67.88 0z'/%3e%3c/svg%3e") no-repeat right .75rem center/15px 20px;
  border: 1px solid #d8d8d8;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.custom-select:focus::-ms-value {
  color: #000000;
  background-color: #ffffff;
}

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

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

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

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

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 4rem;
  margin: 0;
  opacity: 0;
}

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

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

.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: 4rem;
  padding: 1.2rem 2.5rem 1.2rem 0;
  font-weight: 400;
  line-height: 1.5;
  color: #999999;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: .5rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: 1.2rem 2.5rem 1.2rem 0;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: none;
  border-left: inherit;
  border-radius: 0 .5rem .5rem 0;
}

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

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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;
}

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

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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;
}

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

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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;
}

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

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}

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

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

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

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

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

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

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

.custom-control-label::before,.custom-file-label,.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

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

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

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

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

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

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .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: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

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

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

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
  color: #ffffff;
  background-color: #007bff;
}

.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: .5rem 1rem;
}

.navbar .container,.navbar .container-fluid,.navbar .container-sm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

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

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

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

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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='rgba%280,0,0,0.5%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, .5);
}

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

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}

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

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

.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='rgba%28255,255,255,0.5%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, .5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .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(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
  border-top: 0;
}

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

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

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  margin-top:20px;
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 20px;
  margin-bottom: -20px;
}

.breadcrumb ul  {
  margin-top:12px;
}
.breadcrumb ul li a {
font-size: 14px;
 color: #666;
  text-decoration:none;
}

.breadcrumb ul { 
padding-left:5px;
} 

.breadcrumb ul li {
  list-style:none;
  display: inline-block;
} 

.breadcrumb  li:first-child:before{ 
  content: "";
}
.breadcrumb ul li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

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

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

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

.breadcrumb-item.active {
  color: #007bff;
}

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

.page-link {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #007bff;
}

.page-link:hover {
  z-index: 2;
  text-decoration: none;
  border-color: #007bff;
background-color:black;
  color:white;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0;
}

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

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

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

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

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

.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: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a.badge:hover,a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #ffffff;
  background-color: #004ACC;
}

a.badge-primary:hover,a.badge-primary:focus {
  color: #ffffff;
  background-color: #9f7826;
}

a.badge-primary:focus,a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(200, 151, 48, .5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #004ACC;
}

a.badge-secondary:hover,a.badge-secondary:focus {
  color: #ffffff;
  background-color: #000000;
}

a.badge-secondary:focus,a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(186, 150, 67, .5);
}

.badge-inactive {
  color: #ffffff;
  background-color: #999999;
}

a.badge-inactive:hover,a.badge-inactive:focus {
  color: #ffffff;
  background-color: gray;
}

a.badge-inactive:focus,a.badge-inactive.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(153, 153, 153, .5);
}

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

a.badge-success:hover,a.badge-success:focus {
  color: #ffffff;
  background-color: #1e7e34;
}

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

.badge-info {
  color: #ffffff;
  background-color: #7c7c9c;
}

a.badge-info:hover,a.badge-info:focus {
  color: #ffffff;
  background-color: #636382;
}

a.badge-info:focus,a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(124, 124, 156, .5);
}

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

a.badge-warning:hover,a.badge-warning:focus {
  color: #000000;
  background-color: #d39e00;
}

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

.badge-danger {
  color: #ffffff;
  background-color: #dc3545;
}

a.badge-danger:hover,a.badge-danger:focus {
  color: #ffffff;
  background-color: #bd2130;
}

a.badge-danger:focus,a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

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

a.badge-light:hover,a.badge-light:focus {
  color: #000000;
  background-color: #dae0e5;
}

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

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

a.badge-dark:hover,a.badge-dark:focus {
  color: #ffffff;
  background-color: #1d2124;
}

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

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

.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: .25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #684f19;
  background-color: #f4ead6;
  border-color: #f0e2c5;
}

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

.alert-primary .alert-link {
  color: #3f300f;
}

.alert-secondary {
  color: #614e23;
  background-color: #f1ead9;
  border-color: #ece2ca;
}

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

.alert-secondary .alert-link {
  color: #3c3015;
}

.alert-inactive {
  color: #505050;
  background-color: #ebebeb;
  border-color: #e2e2e2;
}

.alert-inactive hr {
  border-top-color: #d5d5d5;
}

.alert-inactive .alert-link {
  color: #373737;
}

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

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

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

.alert-info {
  color: #404051;
  background-color: #e5e5eb;
  border-color: #dadae3;
}

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

.alert-info .alert-link {
  color: #292935;
}

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

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

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

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #491217;
}

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

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

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

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

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

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

@-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: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}

.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 {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .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: .75rem 1.25rem;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(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: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.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: .25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .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;
}

.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: #684f19;
  background-color: #f0e2c5;
}

.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus {
  color: #684f19;
  background-color: #ebd8b1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #684f19;
  border-color: #684f19;
}

.list-group-item-secondary {
  color: #614e23;
  background-color: #ece2ca;
}

.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus {
  color: #614e23;
  background-color: #e5d8b7;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #614e23;
  border-color: #614e23;
}

.list-group-item-inactive {
  color: #505050;
  background-color: #e2e2e2;
}

.list-group-item-inactive.list-group-item-action:hover,.list-group-item-inactive.list-group-item-action:focus {
  color: #505050;
  background-color: #d5d5d5;
}

.list-group-item-inactive.list-group-item-action.active {
  color: #ffffff;
  background-color: #505050;
  border-color: #505050;
}

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

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

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #404051;
  background-color: #dadae3;
}

.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus {
  color: #404051;
  background-color: #cbcbd8;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #404051;
  border-color: #404051;
}

.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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

.close:hover {
  color: #000000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  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(0, 0, 0, .1);
  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: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.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 {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem 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;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer>* {
  margin: .25rem;
}

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

[dir="ltr"] .tooltip {
  text-align: left;
}

[dir="rtl"] .tooltip {
  text-align: right;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
  text-align: left;
  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: .875rem;
  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-top,.bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0;
}

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

.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem;
}

.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"] {
  padding: .4rem 0;
}

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

.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem;
}

.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: .25rem;
}

[dir="ltr"] .popover {
  text-align: left;
}

[dir="rtl"] .popover {
  text-align: right;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
  text-align: left;
  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: .875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

.popover .arrow::before,.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: .5rem;
}

.bs-popover-top>.arrow,.bs-popover-auto[x-placement^="top"]>.arrow {
  bottom: calc(-.5rem - 1px);
}

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

.bs-popover-top>.arrow::after,.bs-popover-auto[x-placement^="top"]>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #ffffff;
}

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

.bs-popover-right>.arrow,.bs-popover-auto[x-placement^="right"]>.arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

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

.bs-popover-right>.arrow::after,.bs-popover-auto[x-placement^="right"]>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #ffffff;
}

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

.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^="bottom"]>.arrow {
  top: calc(-.5rem - 1px);
}

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

.bs-popover-bottom>.arrow::after,.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #ffffff;
}

.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: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

.bs-popover-left>.arrow,.bs-popover-auto[x-placement^="left"]>.arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}

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

.bs-popover-left>.arrow::after,.bs-popover-auto[x-placement^="left"]>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #ffffff;
}

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

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: .5rem .75rem;
  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 .6s ease-in-out;
}

.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 .6s;
}

.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: #ffffff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

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

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,.carousel-control-next-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='%23fff' 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='%23fff' 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: 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: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

.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: #ffffff;
  text-align: center;
}

@-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: .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% {
  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 .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: #004ACC !important;
}

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

.bg-secondary {
  background-color: #004ACC !important;
}

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

.bg-inactive {
  background-color: #999999 !important;
}

a.bg-inactive:hover,a.bg-inactive:focus,button.bg-inactive:hover,button.bg-inactive:focus {
  background-color: gray !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #004ACC !important;
}

.border-inactive {
  border-color: #999999 !important;
}

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

.border-info {
  border-color: #7c7c9c !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: #ffffff !important;
}

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

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

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

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

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

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

.rounded-lg {
  border-radius: .3rem !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: flex !important;
}

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.flex-row {
  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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-25 {
  margin: 2.5rem !important;
}

.mt-25,.my-25 {
  margin-top: 2.5rem !important;
}

.mr-25,.mx-25 {
  margin-right: 2.5rem !important;
}

.mb-25,.my-25 {
  margin-bottom: 2.5rem !important;
}

.ml-25,.mx-25 {
  margin-left: 2.5rem !important;
}

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

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

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

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

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

.m-35 {
  margin: 3.5rem !important;
}

.mt-35,.my-35 {
  margin-top: 3.5rem !important;
}

.mr-35,.mx-35 {
  margin-right: 3.5rem !important;
}

.mb-35,.my-35 {
  margin-bottom: 3.5rem !important;
}

.ml-35,.mx-35 {
  margin-left: 3.5rem !important;
}

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

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

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

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

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

.m-45 {
  margin: 4.5rem !important;
}

.mt-45,.my-45 {
  margin-top: 4.5rem !important;
}

.mr-45,.mx-45 {
  margin-right: 4.5rem !important;
}

.mb-45,.my-45 {
  margin-bottom: 4.5rem !important;
}

.ml-45,.mx-45 {
  margin-left: 4.5rem !important;
}

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

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

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

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

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

.m-55 {
  margin: 5.5rem !important;
}

.mt-55,.my-55 {
  margin-top: 5.5rem !important;
}

.mr-55,.mx-55 {
  margin-right: 5.5rem !important;
}

.mb-55,.my-55 {
  margin-bottom: 5.5rem !important;
}

.ml-55,.mx-55 {
  margin-left: 5.5rem !important;
}

.m-60 {
  margin: 6rem !important;
}

.mt-60,.my-60 {
  margin-top: 6rem !important;
}

.mr-60,.mx-60 {
  margin-right: 6rem !important;
}

.mb-60,.my-60 {
  margin-bottom: 6rem !important;
}

.ml-60,.mx-60 {
  margin-left: 6rem !important;
}

.m-65 {
  margin: 6.5rem !important;
}

.mt-65,.my-65 {
  margin-top: 6.5rem !important;
}

.mr-65,.mx-65 {
  margin-right: 6.5rem !important;
}

.mb-65,.my-65 {
  margin-bottom: 6.5rem !important;
}

.ml-65,.mx-65 {
  margin-left: 6.5rem !important;
}

.m-70 {
  margin: 7rem !important;
}

.mt-70,.my-70 {
  margin-top: 7rem !important;
}

.mr-70,.mx-70 {
  margin-right: 7rem !important;
}

.mb-70,.my-70 {
  margin-bottom: 7rem !important;
}

.ml-70,.mx-70 {
  margin-left: 7rem !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-5 {
  padding: .5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-25 {
  padding: 2.5rem !important;
}

.pt-25,.py-25 {
  padding-top: 2.5rem !important;
}

.pr-25,.px-25 {
  padding-right: 2.5rem !important;
}

.pb-25,.py-25 {
  padding-bottom: 2.5rem !important;
}

.pl-25,.px-25 {
  padding-left: 2.5rem !important;
}

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

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

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

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

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

.p-35 {
  padding: 3.5rem !important;
}

.pt-35,.py-35 {
  padding-top: 3.5rem !important;
}

.pr-35,.px-35 {
  padding-right: 3.5rem !important;
}

.pb-35,.py-35 {
  padding-bottom: 3.5rem !important;
}

.pl-35,.px-35 {
  padding-left: 3.5rem !important;
}

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

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

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

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

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

.p-45 {
  padding: 4.5rem !important;
}

.pt-45,.py-45 {
  padding-top: 4.5rem !important;
}

.pr-45,.px-45 {
  padding-right: 4.5rem !important;
}

.pb-45,.py-45 {
  padding-bottom: 4.5rem !important;
}

.pl-45,.px-45 {
  padding-left: 4.5rem !important;
}

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

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

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

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

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

.p-55 {
  padding: 5.5rem !important;
}

.pt-55,.py-55 {
  padding-top: 5.5rem !important;
}

.pr-55,.px-55 {
  padding-right: 5.5rem !important;
}

.pb-55,.py-55 {
  padding-bottom: 5.5rem !important;
}

.pl-55,.px-55 {
  padding-left: 5.5rem !important;
}

.p-60 {
  padding: 6rem !important;
}

.pt-60,.py-60 {
  padding-top: 6rem !important;
}

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

.pb-60,.py-60 {
  padding-bottom: 6rem !important;
}

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

.p-65 {
  padding: 6.5rem !important;
}

.pt-65,.py-65 {
  padding-top: 6.5rem !important;
}

.pr-65,.px-65 {
  padding-right: 6.5rem !important;
}

.pb-65,.py-65 {
  padding-bottom: 6.5rem !important;
}

.pl-65,.px-65 {
  padding-left: 6.5rem !important;
}

.p-70 {
  padding: 7rem !important;
}

.pt-70,.py-70 {
  padding-top: 7rem !important;
}

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

.pb-70,.py-70 {
  padding-bottom: 7rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n25 {
  margin: -2.5rem !important;
}

.mt-n25,.my-n25 {
  margin-top: -2.5rem !important;
}

.mr-n25,.mx-n25 {
  margin-right: -2.5rem !important;
}

.mb-n25,.my-n25 {
  margin-bottom: -2.5rem !important;
}

.ml-n25,.mx-n25 {
  margin-left: -2.5rem !important;
}

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

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

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

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

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

.m-n35 {
  margin: -3.5rem !important;
}

.mt-n35,.my-n35 {
  margin-top: -3.5rem !important;
}

.mr-n35,.mx-n35 {
  margin-right: -3.5rem !important;
}

.mb-n35,.my-n35 {
  margin-bottom: -3.5rem !important;
}

.ml-n35,.mx-n35 {
  margin-left: -3.5rem !important;
}

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

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

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

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

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

.m-n45 {
  margin: -4.5rem !important;
}

.mt-n45,.my-n45 {
  margin-top: -4.5rem !important;
}

.mr-n45,.mx-n45 {
  margin-right: -4.5rem !important;
}

.mb-n45,.my-n45 {
  margin-bottom: -4.5rem !important;
}

.ml-n45,.mx-n45 {
  margin-left: -4.5rem !important;
}

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

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

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

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

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

.m-n55 {
  margin: -5.5rem !important;
}

.mt-n55,.my-n55 {
  margin-top: -5.5rem !important;
}

.mr-n55,.mx-n55 {
  margin-right: -5.5rem !important;
}

.mb-n55,.my-n55 {
  margin-bottom: -5.5rem !important;
}

.ml-n55,.mx-n55 {
  margin-left: -5.5rem !important;
}

.m-n60 {
  margin: -6rem !important;
}

.mt-n60,.my-n60 {
  margin-top: -6rem !important;
}

.mr-n60,.mx-n60 {
  margin-right: -6rem !important;
}

.mb-n60,.my-n60 {
  margin-bottom: -6rem !important;
}

.ml-n60,.mx-n60 {
  margin-left: -6rem !important;
}

.m-n65 {
  margin: -6.5rem !important;
}

.mt-n65,.my-n65 {
  margin-top: -6.5rem !important;
}

.mr-n65,.mx-n65 {
  margin-right: -6.5rem !important;
}

.mb-n65,.my-n65 {
  margin-bottom: -6.5rem !important;
}

.ml-n65,.mx-n65 {
  margin-left: -6.5rem !important;
}

.m-n70 {
  margin: -7rem !important;
}

.mt-n70,.my-n70 {
  margin-top: -7rem !important;
}

.mr-n70,.mx-n70 {
  margin-right: -7rem !important;
}

.mb-n70,.my-n70 {
  margin-bottom: -7rem !important;
}

.ml-n70,.mx-n70 {
  margin-left: -7rem !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;
}

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

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

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

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

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

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

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

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

.text-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: 700 !important;
}

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

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

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

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

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

.text-secondary {
  color: #004ACC !important;
}

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

.text-inactive {
  color: #999999 !important;
}

a.text-inactive:hover,a.text-inactive:focus {
  color: #737373 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-black-50 {
  color: rgba(0, 0, 0, .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;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@font-face {
  font-family: "icomoon";
  src: url(fonts/icomoon.ttf) format("truetype"), url(fonts/icomoon.woff) format("woff"), url(fonts/icomoon.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],[class*=" icon-"],.form-frame .custom-file-input ~ .custom-file-label[data-browse]:after,.check-list li:before,.slick-arrow:before,.timepicker .btn[title='Increment Hour']:before,.timepicker .btn[title='Decrement Hour']:before,.timepicker .btn[title='Increment Minute']:before,.timepicker .btn[title='Decrement Minute']:before,.product-content .collapse-opener:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye-blocked:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-new-paper:before {
  content: "";
}

.icon-user-plus:before {
  content: "";
}

.icon-user-plus-alt:before {
  content: "";
}

.icon-disable:before {
  content: "";
}

.icon-download-paper:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-message:before {
  content: "";
}

.icon-net:before {
  content: "";
}

.icon-note:before {
  content: "";
}

.icon-options:before {
  content: "";
}

.icon-paper-money:before {
  content: "";
}

.icon-percent:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-phone-right:before {
  content: "";
}

.icon-picture:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-time:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-user-circle:before {
  content: "";
}

.icon-viadeo:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-bank-card:before {
  content: "";
}

.icon-bank-card-arrow:before {
  content: "";
}

.icon-big-arrow-l:before {
  content: "";
}

.icon-big-arrow-r:before {
  content: "";
}

.icon-board:before {
  content: "";
}

.icon-chevron-down1:before {
  content: "";
}

.icon-chevron-up1:before {
  content: "";
}

.icon-calendar-clock:before {
  content: "";
}

.icon-del:before {
  content: "";
}

.icon-card-security:before {
  content: "";
}

.icon-language:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-study:before {
  content: "";
}

.icon-arrow-back:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-card:before {
  content: "";
}

.icon-label:before {
  content: "";
}

.icon-calendar-regular:before {
  content: "";
}

.icon-certificate-solid:before {
  content: "";
}

.icon-check-circle-regular:before {
  content: "";
}

.icon-check-solid:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-chevron-left-solid:before {
  content: "";
}

.icon-chevron-right-solid:before {
  content: "";
}

.icon-clock-regular:before {
  content: "";
}

.icon-envelope-regular:before {
  content: "";
}

.icon-euro-sign-solid:before {
  content: "";
}

.icon-eye-regular:before {
  content: "";
}

.icon-facebook-f-brands:before {
  content: "";
}

.icon-google-brands:before {
  content: "";
}

.icon-graduation-cap-solid:before {
  content: "";
}

.icon-instagram-brands:before {
  content: "";
}

.icon-linkedin-in-brands:before {
  content: "";
}

.icon-map-marker-alt-solid:before {
  content: "";
}

.icon-phone-alt-solid:before {
  content: "";
}

.icon-spinner-solid:before {
  content: "";
}

.icon-star-solid:before {
  content: "";
}

.icon-user-circle-regular:before {
  content: "";
}

.icon-user-regular:before {
  content: "";
}

.icon-arrow-l:before {
  content: "";
}

.icon-arrow-r:before {
  content: "";
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, .2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.old,.datepicker table tr td.new {
  color: #999999;
}

.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000000;
}

.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today[disabled],.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000000;
}

.datepicker table tr td.today.active:hover {
  color: #ffffff;
}

.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}

.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(to bottom, #b3b3b3, gray);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,.datepicker table tr td span.focused {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}

.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}

.datepicker table tr td span.old,.datepicker table tr td span.new {
  color: #999999;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,.datepicker .prev,.datepicker .next,.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,.datepicker .prev:hover,.datepicker .next:hover,.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .prev.disabled,.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-append.date .add-on,.input-prepend.date .add-on {
  cursor: pointer;
}

.input-append.date .add-on i,.input-prepend.date .add-on i {
  margin-top: 3px;
}

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  margin-left: -5px;
  margin-right: -5px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,.fancybox-toolbar,.fancybox-caption,.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption,.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #cccccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #ffffff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #ffffff;
}

.fancybox-video,.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #ffffff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,.fancybox-button:visited,.fancybox-button:link {
  color: #cccccc;
}

.fancybox-button:hover {
  color: #ffffff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],.fancybox-button[disabled]:hover {
  color: #888888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #cccccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #ffffff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eeeeee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited {
  color: #cccccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888888;
  border-bottom-color: #ffffff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
  transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
  transform: rotate(360deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,.fancybox-share__button:link {
  color: #ffffff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #ffffff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #dddddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

.sr-only,.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after,.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after,.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after,.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after,.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after,.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after,.bootstrap-datetimepicker-widget .btn[data-action="today"]::after,.bootstrap-datetimepicker-widget .picker-switch::after,.bootstrap-datetimepicker-widget table th.prev::after,.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, .2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, .2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: .25rem;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #868e96;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #868e96;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new {
  color: #868e96;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, .2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #ffffff;
}

.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #868e96;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: .25rem;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #868e96;
}

.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #868e96;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-append {
  cursor: pointer;
}

.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbbbbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888888;
  height: 1px;
  width: 14px;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbbbbb;
  height: 14px;
  width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888888;
  height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

.jcf-disabled {
  background: #dddddd !important;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaaaaa;
  border-top: 0;
  background: #ffffff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background-color: #ffffff;
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, .1);
  color: #444444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaaaaa;
  background: url(images/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
  color: #444444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #cccccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #ffffff;
}

.chosen-container .chosen-results li.no-results {
  color: #777777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaaaaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, .05);
  color: #333333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #cccccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #cccccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaaaaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #ffffff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222222 !important;
}

.chosen-disabled {
  opacity: .5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(images/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before,.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, .2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: auto;
  top: initial;
  bottom: -7px;
  border-bottom: 0;
  border-bottom: initial;
  border-top: 7px solid #cccccc;
}

.daterangepicker.drop-up:after {
  top: auto;
  top: initial;
  bottom: -6px;
  border-bottom: 0;
  border-bottom: initial;
  border-top: 6px solid #ffffff;
}

.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span {
  color: #ffffff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th,.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover,.daterangepicker th.available:hover {
  background-color: #eeeeee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week,.daterangepicker th.week {
  font-size: 80%;
  color: #cccccc;
}

.daterangepicker td.off,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date,.daterangepicker td.off.end-date {
  background-color: #ffffff;
  border-color: transparent;
  color: #999999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active,.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #ffffff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled,.daterangepicker option.disabled {
  color: #999999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect,.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect,.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #cccccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #dddddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #dddddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #dddddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #dddddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #dddddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eeeeee;
}

.daterangepicker .ranges li.active {
  background-color: #0088cc;
  color: #ffffff;
}

.rating-container {
  display: inline-block;
  position: relative;
}

.rating-stars {
  font-size: 1.6rem;
}

.rating-container .filled-stars {
  color: #004ACC;
  -webkit-text-stroke: transparent;
  text-shadow: none;
}

.rating-container .filled-stars .fa-star {
  font-size: 1.205em;
  padding-top: .205em;
}

.rating-container .empty-stars {
  color: #004ACC;
}

html {
  box-sizing: border-box;
}

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

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.header .user-menu-list,.header .links-list,.menu-nav,.ui-autocomplete,.fields-list,.footer-list,.footer-bottom-list,.social-list,.breadcrumbs,.brand-list,.check-list,.coach-list,.slick-dots,.research-categories,.sub-categories-list,.card-faq-list,.sidebar-faq-list,.recap-list,.recap-list .details,.order-choose-list,.btn-log-in-list,.registration-block .tabset,.filter-block .filters-list,.product-card .info-list,.product-card .categories-list,.product-head .info-list,.product-head .btn-list,.main-categories,.categories-list,.properties-list,.location-section .zone-list,.calendar-options-list,.calendar-slider .calendar-item-time,.summary-block .summary-options,.sidebar-menu,.client-info-block .contact-list,.seances-list,.notes-list,.event-item .avatars-list,.event-item .items-list,.options-menu,.clients-list,.factures-list,.rating-list,.my-activity-section .hours-list,.schedule-list,.services-list,.input-list,.photos-list,.social-inputs-list,.messages-list,.options-buttons,.documents-list,.offer-contact-list,.circle-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.resetButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

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

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

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

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

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

html {
  font-size: 10px;
font-family:verdana;
}

body {
  color: #000000;
  background-color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: 400;
}

a {
  transition: color .3s;
  font-weight: 600;
}

a:hover {
  text-decoration: none;
}

ul,ol,dl,p {
  margin: 0 0 1rem;
}

.form-control-sm {
  outline: none;
}

label {
  font-weight: 500;
}

.form-frame .form-control {
  height: 6rem;
  padding: 4px 15px; 
  border-bottom: 1px solid #d8d8d8;
  margin: 10px 0 0;
}

.form-frame .form-control.textarea {
  border: none !important;
  resize: none;
}

.form-frame .form-control:focus {
  box-shadow: none;
  border-color: #d8d8d8;
}

.form-frame textarea.form-control {
  height: auto;
}

.form-frame [type='checkbox'] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.form-frame [type='checkbox']:checked+.fake-input {
  background: linear-gradient(#bdbdc2, #000000);
  border-color: #999999;
}

.form-frame [type='checkbox']:checked+.fake-input:before {
  opacity: 1;
}

.form-frame [type='checkbox']:checked ~ .fake-label {
  color: #000000;
  font-weight: normal;
}

.form-frame .checkbox-field {
  border-top: 1px solid #d8d8d8;
  width: 100%;
  margin: -1px 0 0;
  height: 4rem;
  padding: 1.2rem 0;
  line-height: 1;
  display: flex;
  align-items: center;
}

.form-frame .fake-input {
  display: inline-block;
  vertical-align: top;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  margin: 0 .5rem 0 0;
}

.form-frame .fake-input:before {
  transition: opacity .3s;
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #ffffff;
  opacity: 0;
  transform: rotate(-45deg);
  margin: -3px 0 0 -4px;
}

.form-frame .fake-label {
  color: #999999;
  font-weight: normal;
}

.form-frame .custom-select {
 padding: 3px 15px;
  height: 5rem;
  margin: 10px 0 10px 0;
  color: #000;
  font-size: 14px;
}


.form-frame .custom-file-input,.form-frame .custom-file-label,.form-frame .custom-file {
  cursor: pointer;
}

.form-frame .custom-file-input ~ .custom-file-label[data-browse]:after {
  content: "";
  color: #705bed;
  border-radius: 0;
  border: 0;
  height: 4rem;
  line-height: 1.6rem;
  padding: 1.2rem .5rem 1.2rem 0;
}

.form-frame .custom-file-label {
  line-height: 1.6rem;
  border-left: 0;
  border-right: 0;
  margin: 0;
  font-size: 1rem;
}

.form-frame .custom-file {
  margin: -1px 0 0;
}

.input-group-prepend {
  width: 100%;
  margin: -1px 0 0;
}

.input-group-text {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}


.textarea-block .form-control:focus {
  box-shadow: none;
}

.textarea-block .counter {
  display: block;
  text-align: right;
  color: #999999;
}

body {
  margin: 0;
}

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

img {
  vertical-align: top;
}

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

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

figure {
  margin: 0;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.header {
  transition: background-color;
  background-color: #ffffff;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .2);
  z-index: 150;
  padding: 1.2rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.header:before {
  transition: opacity .3s visibility .3s;
}

.header .container {
  max-width: 1510px;
}

.header .user-menu-holder {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.logined .header .user-menu-holder {
  display: block;
}

.header .user-menu {
  transition: opacity .3s, visibility .3s, transform .3s;
  background-color: #ffffff;
  border-radius: .5rem;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 21.5rem;
  z-index: 55;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
  margin: 1.7rem 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(25px);

margin-top: 23px;
  margin-right: -16px;
}

.header .user-menu .disconnect {
  padding: 1.5rem 2rem;
  color: #000000;
  text-decoration: none;
  font-size: 1.2rem;
  display: block;
  font-weight: 500;
  border-top: 1px solid #f5f3f8;
}

.header .user-menu .disconnect:hover {
  color: #004ACC;
}

.header .user-menu .notifications {
  color: #ffffff;
  background-color: #004ACC;
  font-weight: bold;
  border-radius: 2rem;
  display: inline-block;
  vertical-align: top;
  padding: 0 .5rem;
  position: absolute;
  right: 0;
  top: .5rem;
}

.header .user-menu-list {
  font-size: 1.2rem;
  padding: 1rem 2rem;
  font-weight: 500;
}

.header .user-menu-list a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: .7rem 0;
}

.header .user-menu-list a:hover {
  color: #004ACC;
}

.header .messages {
  display: block;
  position: relative;
  padding: 0 3.5rem 0 0;
}

.header .user-frame {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .25);
  width: 2.8rem;
  height: 2.8rem;
}

.header .user-frame:hover {
  box-shadow: 0 3px 10px 0 rgba(200, 151, 48, .8);
}

.header .logo {
  transition: width .3s;
  max-width: 20rem;
  display: block;
}


.logined .header .logo {
  margin: 0 0 0 3.5rem;
}

.header .links-list {
  transition: font-size .3s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: normal;
  padding: 1.5rem 1.5rem 1.5rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.logined .header .links-list a.btn {
display:none;
}


.header .log-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header .log-in [class^='icon-'],.header .log-in [class*=' icon-'] {
  font-size: 2.4rem;
  margin: 0;
}

.header .log-in .link-text {
  margin: 0 0 0 1.6rem;
}

.header .log-in:hover .link-text {
  text-decoration: none;
}

.header .log-in.btn {
  margin: 0 10px;
  min-width: auto;
}

.header .log-in.btn .link-text {
  text-decoration: none;
}

.header .log-in.btn-outline-secondary [class^='icon-'],.header .log-in.btn-outline-secondary [class*=' icon-'],.header .log-in.btn-outline-secondary .link-text {
  color: #004ACC;
  font-size: 1.6rem;
  position: relative;
  z-index: 10;
}

.header .log-in.btn-outline-secondary:hover [class^='icon-'],.header .log-in.btn-outline-secondary:hover [class*=' icon-'],.header .log-in.btn-outline-secondary:hover .link-text {
  color: #ffffff;
}

.user-menu-active .user-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu {
  font-weight: 500;
  display: flex;
}

.menu .wrap-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu a, #breadcrumb a, .footer-list a {
  transition: color .3s;
  color: #000000;
  text-decoration: none;
  font-size:18px;
  font-family: 'League Spartan', sans-serif !important;
}
#breadcrumb a {
  color: #999;
  font-weight:normal;
}
.footer-list a {
  font-weight:normal;
}

.menu a{
  font-weight: normal;
}
.menu a:hover , .menu a.active{
  text-decoration: none;
  color: #004ACC;
}
.menu a.active{
  padding-bottom:10px;
  border-bottom:1px solid #004ACC;
}


.menu .btn {
  transition: min-width .3s, padding .3s, box-shadow .3s;
  color: #ffffff;
  font-size: 1.6rem;
  padding: .4rem 2rem;
  min-width: 21.4rem;
}

.menu .btn:hover {
  color: #ffffff;
}

.menu .btn-area {
  padding: 1rem 0;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}

.menu .social-list {
  background-color: #f5f3f8;
  justify-content: center;
  font-size: 1.8rem;
}

.menu .social-list li {
  padding: 0 2rem 1rem;
}

.menu .social-list a {
  width: 36px;
  height: 36px;
}

.menu .social-list a:hover {
  color: inherit;
}

.menu .footer-widget {
  border-bottom: 1px solid #eeeeee;
  background-color: #f5f3f8;
  margin: 0;
}

.menu .footer-title {
  padding: 1.5rem 2.5rem 1.5rem 7rem;
  margin: 0;
}

.menu .accordion-block {
  padding: 0 1.5rem 0 7rem !important;
  background-color: #ffffff;
}

.menu-nav {
  font-size: 1.6rem;
}

.menu-nav li {
  padding: 1.5rem 1.5rem 1.5rem 7rem;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 -1px;
}

.nav-opener {
    display: block;
  position: absolute;
  right: 27px;
  top: 43px;
  width: 42px;
  height: 39px;
  padding: 24px;
  text-indent: -9999px;
  z-index: 9999;
}

.logined .nav-opener {
  right: auto;
  left: 12px;
}

.nav-opener:after,.nav-opener:before,.nav-opener span {
  transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s;
  content: '';
  position: absolute;
  background: #000000;
  height: 2px;
  left: 0;
  right: 0;
  border-radius: 2px;
}

.nav-opener:after {
  top: 0;
}

.nav-opener span {
  transition: opacity background;
  top: -12px;
}

.nav-opener:before {
  top: 12px;
}

.nav-opener:hover:after,.nav-opener:hover:before,.nav-opener:hover span {
  background: #004ACC;
}

.nav-active body {
  overflow: hidden !important;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before,.nav-active .nav-opener:after {
  top: 7px;
  transition: background .3s ease-in-out, top .25s, transform .3s ease .3s;
  background-color: #ffffff;
}

.nav-active .nav-opener:before {
  transform: rotatez(45deg) scale(1.05);
}

.nav-active .nav-opener:after {
  transform: rotatez(-45deg) scale(1.05);
  left: 0;
}

.menu--opened body {
  overflow: hidden;
}

.container.sm {
  max-width: 1078px;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  display: block;
  margin: 0;
  margin-bottom: 1em;
}


.wrapper {
  width: 100%;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f7f7FF;
}

.touchevents .wrapper {
  min-height: var(--full-viewport);
}

.wrapper:before {
  transition: opacity .3s visibility .3s;
}

main {
  padding: 3.8rem 0 0;
}

.home main {
  padding: 0;
}

.page-holder {
  flex-grow: 1;
  overflow: hidden;
  width: 100%;
}

.heading-block {
  margin: 0 0 1.7rem;
}

.heading-block h1,.heading-block .h1 {
  font-weight: 200;
  margin-bottom: .5rem;
  font-size: 2.4rem;
}

.heading-block .subtitle {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
}

.user-frame {
  transition: box-shadow .3s;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
  width: 3.2rem;
  height: 3.2rem;
}

.user-frame:hover {
  box-shadow: 0 3px 10px 0 rgba(200, 151, 48, .8);
}

.user-frame img {
  width: 100%;
}

.white-block,.colored-block {
  overflow: hidden;
}

.white-block .area-title,.colored-block .area-title {
  display: block;
  margin: 0 0 1rem;
  font-weight: 600;
  font-size: 1.4rem;
}

.colored-block {
  color: #ffffff;
}

.white-block {
  background-color: #ffffff;
}

.add-btn {
  color: #004ACC;
}

.white-content-block {
  padding: 2.5rem;
}

.main-content-block {
  padding: 2.5rem;
}

.img-holder.circle-image {
  width: 65px;
  height: 65px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
}

.base-section {
  padding: 2rem 0;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.ui-autocomplete {
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  border-radius: 0 0 1rem 1rem;
  position: absolute !important;
  z-index: 50;
  padding: 1.5rem;
}

.avatar-block .plus {
  transition: background .3s;
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  border-radius: 50%;
}

.edit-btn {
  right: 1.5rem;
}

.client-add-form {
  padding: 2rem;
}

.client-add-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client-add-holder input,.client-add-holder select {
  width: 60%;
}

.client-add-holder .popup-opener {
  color: #004ACC;
}

.collapse-opener {
  color: #004ACC;
  font-weight: 600;
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: top;
}

.collapse-opener:hover {
  color: #004ACC;
}

.fields-list li {
  border-bottom: 1px solid #d8d8d8;
}

.fields-list li:last-child {
  border: 0;
}

.fields-list input {
  border: 0;
  text-align: right;
  height: 4rem;
  padding: 1.2rem 0;
  outline: none;
  width: 100%;
}

.fields-list label {
  font-weight: 600;
  margin: 0;
}

.fields-list .form-group {
  margin: 0;
}

.popup-form {
  min-width: 30vw;
}

.footer {
  background-color:white;
  font-size: 1.4rem;
  font-weight: 500;
}

.footer .logo {
  display: block;
}

.footer .logo a {
  display: block;
  text-decoration: none;
}

.footer .footer-widget .accordion-block {
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  padding: 0 5rem;
  color: #5c5c5c;
}

.footer-top {
  padding: 2.4rem 0 0;
}

.footer-bottom {
  background-color: #004ACC;
  padding: 2rem 0;
}

.footer-widget {
  border-bottom: 1px solid #cccccc;
}

.footer-widget address,.footer-widget .address {
  margin-bottom: 0;
  padding-bottom: 1.4rem;
}

.footer-widget address p:last-of-type,.footer-widget .address p:last-of-type {
  margin-bottom: 0;
}

.footer-title {
  display: block;
  padding: 1.5rem 5rem;
  font-size: 1.8rem;
  line-height: 1.34;
  font-weight: 500;
  position: relative;
}

.footer-title:before,.footer-title:after {
  content: '';
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  width: 14px;
  height: 2px;
}

.footer-title:after {
  transition: transform, .3s;
  transform: translateY(-50%) rotate(90deg);
}

.footer-title[aria-expanded='true']:after {
  transform: translateY(-50%) rotate(0);
}

.footer-list {
  line-height: 1;
  padding: 1.4rem 0;
}

.footer-list li {
  margin-bottom: 1.4rem;
}

.footer-list li:last-of-type {
  margin-bottom: 0;
}

.footer-list a {
  color: inherit;
  text-decoration: none;
}

.footer-list a:hover {
  text-decoration: underline;
}

.footer-bottom-list li:last-of-type:after {
  display: none;
}

.footer-bottom-list a {
  color: inherit;
  text-decoration: none;
}

.footer-bottom-list a:hover {
  text-decoration: underline;
}

.social-list {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin: 0 -2rem -1rem;
  padding: .9rem 0;
  font-size: 1.8rem;
}

.social-list li {
  padding: 0 2rem 1rem;
}

.social-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color:#205ef2;
  color: inherit;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.social-list a:before {
  transition: opacity, .3s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #205ef2;
  opacity: 0;
}

.social-list a:hover:before {
  opacity: 1;
}

.social-list [class*='icon-'] {
  position: relative;
  z-index: 2;
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner .header {
  -ms-grid-row: 1;
  grid-row: 1;
}

.wrapper-inner .main {
  -ms-grid-row: 2;
  grid-row: 2;
}

.wrapper-inner .footer {
  -ms-grid-row: 3;
  grid-row: 3;
}

.btn {
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
}

.btn .text {
  position: relative;
  z-index: 2;
}

.btn.disabled {
  background-color: #999999;
  opacity: 1;
  pointer-events: none;
}

.btn [class^='icon-'],.btn [class*=' icon-'] {
  font-size: 1.4rem;
  line-height: 1.5;
  display: inline-block;
  vertical-align: top;
  margin: 0 1rem 0 0;
}

.btn-primary {
  background:#004ACC;
  border: 0;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
  border-color: #004ACC;
}

.btn-primary.disabled {
  background: #999999;
  border-color: #999999;
  opacity: 1;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  border-color: #004ACC;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: #004ACC;
  border-color: #004ACC;
  color: #ffffff !important;
}

.btn-outline-secondary {
  background-color: #ffffff;
}

.btn-outline-secondary:hover,.btn-outline-secondary:focus,.btn-outline-secondary:active {
  border-color: #004ACC;
}

.btn-outline-secondary:hover:before,.btn-outline-secondary:focus:before,.btn-outline-secondary:active:before {
  opacity: 1;
}

.btn-outline-secondary:hover .text,.btn-outline-secondary:focus .text,.btn-outline-secondary:active .text {
  color: #ffffff;
}

.btn-outline-secondary:before {
  transition: opacity .3s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.btn-outline-primary {
  background-color: #ffffff;
}

.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active {
  background-color: #004ACC;
  border-color: #004ACC;
  color: #FFFFFF !important;
}

.btn-outline-primary:hover:before,.btn-outline-primary:focus:before,.btn-outline-primary:active:before {
  opacity: 1;
}

.btn-outline-primary:before {
  transition: opacity .3s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#004ACC; 
  color:white;
  opacity: 0;
}

.btn-circle {
  transition: background-color .3s;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  width: 3.4rem;
  height: 3.4rem;
  background-color: rgba(255, 255, 255, .3);
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.6rem;
  position: absolute;
  z-index: 10;
  top: 1.5rem;
}

.btn-circle:hover {
  color: #ffffff;
  background-color: #004ACC;
}

.base-form form,.base-form .form {
  margin: 0 0 3rem;
}

.base-form form:last-child,.base-form .form:last-child {
  margin-bottom: 0;
}

.base-form .form-group {
  margin-bottom: 1.4rem;
}

.base-form label,.base-form .label {
  font-weight: 400;
  display: block;
  margin: 0 0 .7rem;
}

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

.base-form [type=submit] {
  width: 100%;
}

.base-form .submit-holder {
  padding-top: 1.7rem;
}

.base-form .bottom-block {
  color: #000000;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
}

.base-form .bottom-block a {
  text-decoration: underline;
  color: inherit;
}

.base-form .bottom-block a:hover {
  text-decoration: none;
}

.form-control {
  transition: box-shadow .3s, border-color .3s;
}

[type='checkbox'] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}


[type='checkbox']:checked+.fake-input:before {
  opacity: 1;
}

[type='checkbox']:checked ~ .fake-label {
  font-weight: 600;
}

[type='radio'] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

[type='radio']:checked+.fake-input {
  background: linear-gradient(#bdbdc2, #000000);
  border-color: #cccccc;
}

[type='radio']:checked+.fake-input:before {
  opacity: 1;
}

[type='radio']:checked ~ .fake-label {
  font-weight: 600;
}

.fake-input {
  display: inline-block;
  vertical-align: top;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #cccccc;
  position: relative;
  margin: 0 1rem 0 0;
}

.fake-input:before {
  transition: opacity .3s;
  content: '';
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #ffffff;
  border-width: 0 0 3px 3px;
  opacity: 0;
  transform: rotate(-45deg);
  margin: -4px 0 0 -5px;
}

.fileupload [type='file'] {
  display: none;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  color: #000000;
  font-weight: 600;
  counter-reset: breadcrumbs-counter;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 3.1rem;
}

.breadcrumbs li {
  counter-increment: breadcrumbs-counter;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: .4rem;
}

.breadcrumbs li:after {
  content: '>';
  display: block;
  margin: 0 1.2rem;
  color: #999999;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a {
  transition: color .3s;
  color: inherit;
  text-decoration: none;
}

.breadcrumbs a:before {
  content: counter(breadcrumbs-counter) ".";
  margin: 0 .3rem 0 0;
}

.breadcrumbs a:hover {
  color: #004ACC;
}

.breadcrumbs .disabled {
  color: #999999;
  font-weight: 300;
}

.breadcrumbs .disabled a {
  pointer-events: none;
}

.cta-block {
  padding: 2.8rem 1.6rem 4rem;
  position: relative;
  overflow: hidden;
}

.cta-block .decor-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 125vw;
  transform: translate(42%, 12%);
}

.cta-block .decor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left bottom;
  object-position: left bottom;
}

.cta-block .img-holder {
  max-width: 640px;
  width: 88%;
  margin: auto;
}

.cta-block .img-holder img {
  width: 100%;
}

.cta-block .btn-holder {
  margin-bottom: 4.4rem;
}

.cta-block .btn-holder .btn {
  padding: 1.2rem 3.5rem;
}

.cta-block h2,.cta-block .h2 {
  line-height: 1.12;
  margin-bottom: 3rem;
}

.cta-block.enterprise-cta .content-holder {
  margin: auto;
}

.cta-block.enterprise-cta .btn-holder {
  margin-bottom: 3rem;
}

.brand-list-holder .list-text {
  padding-right: 2rem;
  font-weight: 500;
}

.brand-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -1rem -1rem;
  padding: 1rem 0 3rem;
}

.brand-list li {
  padding: 0 1rem 1rem;
  width: 25%;
}

.check-list {
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: 3.4rem;
}

.check-list.large-indent li:last-of-type {
  margin-bottom: 0;
}

.check-list.primary li:before {
  color: #004ACC;
}

.check-list li {
  padding-left: 3.6rem;
  margin-bottom: 1rem;
  position: relative;
}

.check-list li:before {
  content: "";
  color: #004ACC;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
}

.coach-list-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  padding: 1.2rem 1rem;
  background-color: #ffffff;
  box-shadow: 0 5px 26px rgba(204, 195, 218, .69);
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 4rem;
}

.coach-list-holder .list-text {
  padding-right: .6rem;
  font-size: 1rem;
}

.coach-list {
  display: flex;
  align-items: center;
  color: #ffffff;
}

.coach-list li {
  width: 30px;
}

.coach-list a {
  transition: background, .3s;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
  background-color: #bdb1fa;
  display: block;
  position: relative;
}

.coach-list a:hover {
  background-color: #004ACC;
  text-decoration: none;
}

.coach-list a:hover img {
  transform: scale(1.1);
}

.coach-list a img {
  transition: transform, .3s;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.coach-list .show-more:before {
  content: '...';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 1px;
  transform: translate(-50%, -70%);
}


.video-block {
  height: 100%;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.video-block:before {
  background-color: rgba(124, 83, 12, .7);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.video-block video {
  height: 100%;
}

.coach-search-block .block-title {
  display: block;
  font-size: 3rem;
  margin: 0 0 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}

.coach-search-block .block-title mark {
  background: none;
  color: #004ACC;
  padding: 0;
}

.coach-search-block .block-title strong {
  text-transform: uppercase;
}

.coach-search-block .info-area .title {
  display: block;
  font-size: 2rem;
  margin: 0 0 1.5rem;
  font-weight: 500;
}

.coach-search-block .info-area .btn-outline-secondary {
  transition: box-shadow .3s background .3s color .3s;
  border-width: 2px;
  box-shadow: 0 7px 19px 0 rgba(186, 150, 67, .5);
}

.coach-search-block .info-area .btn-outline-secondary:hover {
  box-shadow: 0 7px 5px 0 rgba(200, 151, 48, .5);
}

.coach-search-block .holder-block {
  max-width: 55rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 2;
}

.home-search-form {
  margin: 0 0 2.2rem;
}

.home-search-form input {
  border-color: transparent;
}

.home-search-form label {
  font-size: 1.4rem;
  margin: 0 0 5px 15px;
}

.home-search-form .button-holder {
  padding: 1rem 0 0;
}

.home-search-form button {
  font-size: 1.6rem;
  min-width: 20rem;
  padding: .3rem 2.5rem;
}

.three-points-block {
  padding: 2.5rem 0;
}

.info-frame {
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 5px 26px 0 rgba(242, 242, 242, .69);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 3rem 1.5rem 1rem;
}

.info-frame .img-block {
  font-size: 3.5rem;
  color: #004ACC;
}

.info-frame .icon-card {
  font-size: 3rem;
}

.info-frame .block {
  padding: 0 .5rem;
}

.card-item {
  background-color:white;
  box-shadow: 0 5px 25px 0 rgba(242, 242, 242, .69);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.card-item .card-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 1.5rem;
  width: 100%;
}

.card-item .card-text {
  width: 100%;
  text-align: justify;
  color: #999999;
  line-height: 1.29;
  margin-bottom: 1rem;
}

.card-item .btn {
  font-size: 1.4rem;
  padding: .5rem 2.5rem;
}

.card-item .img-area {
  position: relative;
  margin: 0 0 1rem;
  width: 100%;
}

.card-item .img-wrap {
  overflow: hidden;
  width: 100%;
  height: 10.8rem;
  position: relative;
  margin: 0 auto;
}

.card-item .img-wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.card-item .img-block {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 10rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.card-item .img-block time {
  background: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding: 5px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 10px;
  width: 60px;
  z-index: 2;
}

.card-item .img-block time strong {
  font-weight: 500;
  text-transform: uppercase;
}

.card-item .img-block>a:not(.circle-plus) {
  border: 0;
  display: flex;
  height: 100%;
  width: 100%;
}

.card-item .img-block>a:not(.circle-plus):focus {
  outline: none;
}

.card-item .img-block>a:not(.circle-plus):hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.card-item .img-block img {
  height: calc(100% - 1rem);
  margin: 0 auto 1rem;
  -o-object-fit: contain;
  object-fit: contain;
  width: 60%;
}

.card-item .img-block:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.8rem;
  height: 10.8rem;
  z-index: -1;
}

.card-item .circle-plus {
  transition: background-color .3s, box-shadow .3s;
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #004ACC;
  box-shadow: 0 2px 3px 0 rgba(186, 150, 67, .4);
  outline: none;
}

.card-item .circle-plus:hover {
  background-color: #004ACC;
  box-shadow: 0 6px 10px 0 rgba(200, 151, 48, .4);
}

.card-item .circle-plus:before,.card-item .circle-plus:after {
  content: '';
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card-item .circle-plus:before {
  width: 2px;
  height: 11px;
}

.card-item .circle-plus:after {
  width: 11px;
  height: 2px;
}

.card-item .content-block {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
}

.card-item .content-block a {
  color: #000000;
  text-decoration: none;
}

.card-item .content-block time {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 .5rem;
  display: block;
}

.card-item .content-block .text-area {
  line-height: 1.42;
}

.card-item .content-block .text-area a {
  font-weight: 300;
}

.card-item .content-block .card-title {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 .5rem;
}

.card-item .content-block .read-more {
  text-decoration: underline;
  color: #004ACC;
  font-weight: 500;
}

.card-item .content-block .read-more:hover {
  text-decoration: none;
}

.category-slider-block {
  padding: 2rem 0 0;
}

.category-slider-block h2,.category-slider-block .h2 {
  margin-bottom: 1rem;
}

.category-slider-block .text-block {
  color: #7c7c9c;
  font-size: 1.6rem;
}

.category-slider-block .container {
  max-width: 1420px;
}

.category-slider .slick-list {
  padding: 2.5rem 0;
}

.category-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.category-slider .card-item {
  width: 100%;
}

.category-slider .slide {
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}

.slick-arrow {
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  text-decoration: none;
}

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

.slick-arrow.slick-disabled {
  display: none;
}

.slick-arrow:before {
  transition: color .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #abcbff!important;
  font-size: 2.4rem;
}

.slick-arrow:hover:before {
  color: #004ACC;
}

.slick-prev {
  left: 0;
}

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

.slick-next {
  right: 0;
}

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

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.5rem 0 0;
}

.slick-dots li {
  padding: 0 .3rem;
}

.slick-dots .slick-active button {
  background-color: #004ACC;
}

.slick-dots button {
  transition: background-color .3s;
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background-color: #abcbff;
}

.slick-dots button:hover {
  background-color: #004ACC;
}

.slick-dots button:focus {
  outline: none;
}

.review-slider-holder {
  padding: 5rem;
}

.review-slider-holder h2,.review-slider-holder .h2 {
  margin-bottom: 2rem;
}

.review-slider .slick-list {
  margin: 0 -1rem;
  overflow: visible;
  padding: 0 20% 0 2rem;
}

.review-slider .slider-wrapper {
  padding: 1.5rem 1rem;
}

.review-slider .slider-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.review-slider .slick-arrow {
  transition: opacity, .3s;
  top: calc(50% - 56px);
  border: 0;
  outline: none;
  font-size: 3rem;
  opacity: 1;
}

.review-slider .slick-arrow.slick-disabled {
  opacity: 0;
}

.review-slider .slick-arrow.slick-prev {
  left: -25px;
}

.review-slider .slick-arrow.slick-next {
  right: -25px;
}

.review-slider .slick-dots {
  padding: .5rem 0 0;
}

.review-card .review-text {
  font-size: 1.4rem;
  padding: 1rem 2rem;
  margin-bottom: 1.1rem;
  display: flex;
  align-items: center;
  border-radius: 2rem;
}

.review-card .review-text:before {
  content: '';
  display: block;
  min-height: 130px;
}

.review-card .img-holder {
  margin-right: 2rem;
}

.review-card .info-holder {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.25;
}

.review-card .info-holder .name {
  font-size: 1.6rem;
}

.news-section {
  position: relative;
  padding: 2rem 0 4.5rem;
}

.news-section .decor-block {
  bottom: 0;
  position: absolute;
  top: auto;
  left: -300px;
  z-index: -1;
  width: 450px;
}

.news-section .decor-block img {
  height: auto;
}

.news-section .card-item {
  padding: 1.5rem 2.9rem 2.9rem;
  margin-bottom: 20px;
  min-height:200px !important;
  border:1px solid #CCCCCC !important;
}

.news-section.page .decor,.news-section.detail .decor {
  position: absolute;
  top: -3.8rem;
  left: 0;
  right: 0;
  z-index: -1;
  height: 24.5rem;
}

.news-section.page .decor img,.news-section.detail .decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: -1;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.news-section.detail .row {
  margin: 0;
}

.news-section.detail a {
  color: #004ACC;
}

.news-slider {
  padding: 0 0 2.2rem;
}

.contact-section {
  position: relative;
  padding: 3rem 0;
}

.contact-section .decor {
  position: absolute;
  top: -3.8rem;
  left: 0;
  right: 0;
  z-index: -1;
  height: 24.5rem;
}

.contact-section .decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: -1;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.contact-page-block {
  padding: 1.5rem 1.5rem 12rem;
  position: relative;
  z-index: 2;
}

.contact-page-block .img-block {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 50%;
  text-align: right;
}

.contacts-form label {
  margin: 0 0 1rem;
  font-weight: 400;
}

.contacts-form .form-group {
  margin: 0 0 1.4rem;
}

.contacts-form .btn-holder {
  padding-top: 1.5rem;
}

.contacts-form textarea,.contacts-form .textarea {
  resize: none;
  height: 11rem;
}

.research-section {
  position: relative;
  padding: 3rem 0;
}

.research-section .decor {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.research-section .text-frame {
  margin: 0 0 3.5rem;
}

.research-categories-block .block-title {
  font-weight: 500;
  display: block;
  margin: 0 0 0 1rem;
}

.research-block {
  position: relative;
  margin: 0 0 3.5rem;
  padding: 2.5rem 2rem;
}

.research-block .img-decor-1 {
  display: none;
}

.research-block .img-decor-2 {
  display: none;
}

.research-form {
  margin: 0 0 3.5rem;
}

.research-form [type='checkbox'] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.research-form .form-holder {
  padding: 0 1rem;
}

.research-form .form-row {
  margin: 0;
}

.research-form .form-area {
  margin: 0 0 1.5rem;
}

.research-form .input-group-prepend,.research-form .input-group-append {
  width: auto;
  margin: 0;
}

.research-form .input-group-prepend>.input-group-text,.research-form .input-group-append>.input-group-text {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #004ACC;
  background: #f5f3f8;
  border-left: 1px solid #d8d8d8;
}

.research-form .input-group-prepend+.form-control,.research-form .input-group-append+.form-control {
  border-left: 0;
}

.research-form .input-group-prepend+.form-control:focus,.research-form .input-group-append+.form-control:focus {
  border-color: #d8d8d8;
}

.research-form .input-group-text {
  border-right: 0;
  padding: .5rem 1.5rem;
}

.research-form .contact-area .form-control {
  font-size: 1.4rem;
}

.research-form .input-holder {
  margin: 0 0 2rem;
}

.research-form label {
  display: block;
  width: 100%;
}

.research-form .note {
  display: block;
  font-size: 1.2rem;
  padding: .5rem 0 0;
  width: 100%;
}

.research-form .btn-wrap {
  width: 100%;
}

.research-form .row .row {
  flex: 1;
}

.research-form [type="submit"] {
  font-size: 1.8rem;
  min-width: 29.5rem;
}

.research-categories {
  margin: -0.5rem;
}

.research-categories li {
  padding: .5rem;
}

.research-categories [type='checkbox']:checked+.item-holder {
  border-color: #004ACC;
  box-shadow: 0 0 0 1px #004ACC;
}

.research-categories [type='checkbox']:checked+.item-holder .check-title {
  color: #004ACC;
}

.research-categories .category-item {
  width: 100%;
}

.research-categories .item-holder {
  transition: border-color .3s, box-shadow .3s;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #cccccc;
  border-radius: 1rem;
  padding: 0 1rem 0 2.5rem;
}

.research-categories .item-holder:before {
  content: '';
  width: 0;
  display: block;
  min-height: 11rem;
}

.research-categories .item-holder:hover {
  border-color: #004ACC;
  box-shadow: 0 0 0 1px #004ACC;
}

.research-categories .item-holder:hover .check-title {
  color: #004ACC;
}

.research-categories .item-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}

.research-categories .img-block {
  position: relative;
  z-index: 2;
  width: 9.5rem;
  height: 9.5rem;
  margin: 0 1.5rem 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.research-categories .img-block:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #f5f3f8;
  width: 9.5rem;
  height: 9.5rem;
  z-index: -1;
}

.research-categories .img-block img {
  height: inherit;
}

.research-categories .check-title {
  transition: color .3s;
  display: block;
  font-weight: 500;
}

.sub-categories .block-title {
  font-weight: 500;
  display: block;
  margin: 0 0 1rem 1rem;
}

.sub-categories-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 2rem .5rem;
}

.sub-categories-list li {
  padding: .4rem;
}

.sub-categories-list .item-holder {
  transition: background-color .3s;
  border-radius: 3rem;
  background-color: #f5f3f8;
  font-weight: normal;
  cursor: pointer;
  padding: .3rem 1.5rem;
}

.sub-categories-list .item-holder .item-text {
  transition: color .3s;
}

.sub-categories-list .item-holder:hover {
  background-color: #004ACC;
}

.sub-categories-list .item-holder:hover .item-text {
  color: #ffffff;
}

.sub-categories-list [type='checkbox']:checked+.item-holder {
  background-color: #004ACC;
}

.sub-categories-list [type='checkbox']:checked+.item-holder .item-text {
  color: #ffffff;
}

.need-help-block {
  background: linear-gradient(127deg, #8fbaff, rgba(0, 0, 255, 0) 70.71%), linear-gradient(217deg, #004ACC, rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, #205ef2, rgba(255, 0, 0, 0) 70.71%);
  border-radius: 1rem;
  box-shadow: 0 5px 25px 0 rgba(242, 242, 242, .69);
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 3rem 2rem 1rem;
}

.need-help-block .decor-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.need-help-block .decor-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  transform: translateY(-13%) scale(1.6);
}

.need-help-block .text-block {
  color: #ffffff;
  max-width: 42rem;
}

.need-help-block .btn {
  padding: .8rem 2.5rem;
}

.need-help-block .img-block {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: -1;
}

.need-help-block .img-block img {
  height: auto;
  width: 100%;
}

.need-help-block.alt .text-block {
  max-width: 51rem;
}

.categories-section {
  background-image: url(images/category-bg.png);
  background-size: 100% auto;
  position: relative;
  padding-top: 3.4rem;
}

.categories-section .decor {
  position: absolute;
  top: -3.8rem;
  left: 0;
  right: 0;
  z-index: -1;
  height: 24.5rem;
}

.categories-section .decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: -1;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.categories-section .section-heading h2,.categories-section .section-heading .h2 {
  margin-bottom: 1.3rem;
}

.categories-section .section-heading strong,.categories-section .section-heading span {
  font-weight: 700;
}

.categories-section .category-list-wrapper:first-of-type .category-title {
  margin: 0 0 2rem;
}

.categories-section .category-title {
  color: #7c7c9c;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  margin: 0 0 2rem;
}

.categories-list {
  margin-bottom: 1rem;
}

.categories-list .card-item {
  height: 100%;
  padding-bottom: 3.5rem;
}

.categories-list .card-item .img-block {
  margin-bottom: 1.3rem;
}

.categories-list .card-item .card-title {
  margin-bottom: .7rem;
  line-height: 1;
}

.categories-list .card-item .btn {
  margin-top: auto;
}

.gift-section {
  padding: 3rem 0;
}

.gift-section .section-heading {
  margin-bottom: 3rem;
}

.gift-section .section-heading h2,.gift-section .section-heading .h2 {
  margin-bottom: 1.5rem;
}

.gift-section .section-heading .subtitle {
  font-size: 1.6rem;
  line-height: 1.2;
}

.gift-list {
  position: relative;
  margin-bottom: 2rem;
}

.gift-list .list-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  transform: translate(49%, 17%);
}

.gift-card {
  margin-bottom: 4.5rem;
}

.gift-card.bg-yellow .visual-block {
  background-color: #ffc107;
}

.gift-card.bg-orange .visual-block {
  background-color: #c0993d;
}

.gift-card.bg-red .visual-block {
  background-color: #004ACC;
}

.gift-card.bg-purple .visual-block {
  background-color: #004ACC;
}

.gift-card.bg-purple .form-group .submit-btn {
  color: #004ACC;
}

.gift-card .visual-block {
  background-color: #999999;
  position: relative;
  border-radius: 1rem;
  padding: 4rem 2rem 7.5rem;
  color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 27, 47, .1);
  line-height: 1.2;
  overflow: hidden;
  min-height: 282px;
  max-width: 460px;
  margin: 0 auto 2.5rem;
  display: flex;
}

.gift-card .visual-block:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .15) 0%, rgba(255, 255, 255, .15) 60%);
}

.gift-card .content-holder {
  max-width: 260px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.gift-card .card-heading {
  margin-bottom: 2.5rem;
}

.gift-card .card-title {
  margin-bottom: .5rem;
  line-height: 1;
  display: block;
  font-size: 3.6rem;
}

.gift-card .card-subtitle {
  font-size: 2.9rem;
  line-height: 1;
  font-weight: 500;
}

.gift-card .card-price {
  font-size: 6rem;
  line-height: 1;
  font-weight: 500;
}

.gift-card .card-price sup {
  font-size: 3.8rem;
}

.gift-card .form-group {
  position: relative;
}

.gift-card .form-group .submit-btn {
  transition: opacity, .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  border-radius: .5rem;
  padding: 0 1rem;
  background-color: #ffffff;
  color: #000000;
  font-weight: 500;
  font-size: 1.4rem;
  outline: none;
}

.gift-card .form-group .submit-btn:hover {
  opacity: .75;
}

.gift-card .form-control-sm {
  background-color: rgba(255, 255, 255, .3);
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  padding-right: 5.5rem;
}

.gift-card .logo-holder {
  width: 48px;
  z-index: 2;
  position: absolute;
  bottom: 2.5rem;
  left: 2rem;
}

.gift-card .btn {
  min-width: 220px;
}

.gift-card .decor {
  position: absolute;
  bottom: -7.6%;
  right: -2.2%;
  width: 57.3%;
}

.faq-section {
  position: relative;
  padding-bottom: 4rem;
}

.faq-section .white-block {
  box-shadow: 0 5px 26px rgba(204, 195, 218, .69);
}

.faq-search-block {
  padding: 4rem 0 0;
  position: relative;
  margin-bottom: 6.5rem;
}

.faq-search-block .decor {
  position: absolute;
  top: -3.8rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-height: 24.5rem;
}

.faq-search-block .decor img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: -1;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.faq-search-block h2,.faq-search-block .h2 {
  margin-bottom: 2rem;
}

.faq-search-block .search-block-holder {
  max-width: 610px;
  margin: 0 auto;
  transform: translateY(2rem);
}

.faq-search-block .form-group {
  position: relative;
}

.faq-search-block .form-control {
  height: 5rem;
  border: #ffffff;
  box-shadow: 0 5px 26px rgba(204, 195, 218, .69);
  padding-right: 5rem;
}

.faq-search-block .form-control:focus {
  border: #004ACC;
}

.faq-search-block .search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .8rem;
  overflow: hidden;
  font-size: 2rem;
}

.faq-search-block .search-submit .icon-search {
  margin: 0;
}

.faq-search-block .search-submit:hover:before {
  opacity: 1;
}

.faq-search-block .search-submit:before {
  transition: opacity, .3s;
  content: '';
  position: absolute;
  background-color:#205ef2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.faq-search-block .search-submit [class*='icon-'] {
  position: relative;
  z-index: 2;
}

.faq-block>.row>[class*='col-'] {
  margin-bottom: 2rem;
}

.faq-card {
  padding: 3rem 2rem;
  line-height: 1.2;
  height: 100%;
  min-height: 200px;
}

.faq-card .card-title {
  font-weight: 500;
  margin-bottom: 2.4rem;
}

.card-faq-list {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
}

.card-faq-list li {
  margin-bottom: 1.1rem;
}

.card-faq-list a {
  transition: color, .3s;
  color: inherit;
  text-decoration: none;
}

.card-faq-list a:hover {
  color: #004ACC;
}

.single-faq-section {
  margin-bottom: 4rem;
}

.faq-sidebar {
  padding: 3rem 1.5rem 2rem;
}

.faq-sidebar h3,.faq-sidebar .h3 {
  margin-bottom: 2.5rem;
}

.faq-content-wrapper {
  padding: 3rem 1.5rem 2rem;
  margin-bottom: 3rem;
}

.faq-content-wrapper .faq-content-title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: .7rem;
}

.faq-content-wrapper .single-faq-block {
  font-size: 1.4rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2rem;
  min-height: 260px;
  padding-bottom: 1rem;
}

.faq-content-wrapper .single-faq-block .title {
  margin-bottom: 1.5rem;
}

.sidebar-faq-list {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
}

.sidebar-faq-list li {
  border-top: 1px solid #cccccc;
  padding: 1.5rem 0 1.6rem;
}

.sidebar-faq-list a {
  transition: color, .3s;
  color: inherit;
}

.sidebar-faq-list a:hover {
  text-decoration: none;
  color: #004ACC;
}

.register-section {
  position: relative;
  padding: 3rem 0;
}

.register-section .container {
  max-width: 1170px;
}

.register-section .decor {
  position: absolute;
  max-width: 740px;
  width: 100%;
  left: 0;
  bottom: 3rem;
  transform: translateX(-48%);
}

.register-section .section-heading {
  margin-bottom: 5.8rem;
}

.register-block>.row>[class*='col-'] {
  margin-bottom: 3rem;
}

.register-block .card-item {
  max-width: 300px;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 2rem;
  justify-content: flex-start;
}

.register-block .card-item .img-block {
  margin-bottom: .5rem;
  justify-content: center;
}

.register-block .card-item img {
  max-width: none;
  max-width: initial;
  margin: 0 auto;
}

.register-block .card-item .card-text {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.125;
}

.decor-section {
  position: relative;
  padding: 3rem 0;
}

.decor-section .decor {
  position: absolute;
  top: -3.8rem;
  left: 0;
  right: 0;
  z-index: -1;
  height: 24.5rem;
}

.decor-section .decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: -1;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.order-section {
  background: linear-gradient(127deg, #8fbaff, rgba(0, 0, 255, 0) 70.71%), linear-gradient(217deg, #004ACC, rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, #205ef2, rgba(255, 0, 0, 0) 70.71%);
}

.order-section h1,.order-section .h1 {
  font-size: 3rem;
}

.order-section .section-heading {
  margin-bottom: 1.7rem;
}

.order-section .section-heading h1:last-child,.order-section .section-heading .h1:last-child,.order-section .section-heading h2:last-child,.order-section .section-heading .h2:last-child,.order-section .section-heading h3:last-child,.order-section .section-heading .h3:last-child,.order-section .section-heading h4:last-child,.order-section .section-heading .h4:last-child,.order-section .section-heading h5:last-child,.order-section .section-heading .h5:last-child,.order-section .section-heading h6:last-child,.order-section .section-heading .h6:last-child {
  margin-bottom: 0;
}

.order-section .base-form {
  margin-bottom: 4rem;
}

.recap-sidebar {
  padding: 3.3rem 2rem 3rem;
}

.recap-sidebar .top-block {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 2.4rem;
}

.recap-sidebar .top-block .img-holder {
  width: 7.1rem;
  height: 7.1rem;
  border-radius: 50%;
  box-shadow: 0 3px 20px rgba(204, 195, 218, .75);
  flex: 0 0 auto;
  margin: 0 2.2rem 0 0;
}

.recap-sidebar .top-block img {
  border-radius: 50%;
}

.recap-sidebar .top-block .title {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}

.recap-sidebar .top-block .subtitle {
  display: block;
  font-weight: 400;
}

.recap-sidebar .total {
  padding: 2.8rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recap-sidebar .total .title {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}

.recap-sidebar .total .price {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
}

.recap-sidebar .bottom-block a {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}

.recap-sidebar .bottom-block a:hover {
  text-decoration: none;
}

.recap-list {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.375;
  border-top: 1px solid #e5e5e5;
}

.recap-list>li {
  display: flex;
  padding: 1.9rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.recap-list>li [class*=icon-] {
  flex: 0 0 auto;
  width: 1.7rem;
  margin: 0 1.4rem 0 0;
  font-size: 1.9rem;
  line-height: 1;
}

.order-confirmation .title {
  display: flex;
  align-items: center;
  margin-bottom: 2.2rem;
}

.order-confirmation .title [class*='icon-'] {
  font-size: 2.4rem;
  margin-right: .8rem;
  background: linear-gradient(to bottom, #004ACC, #205ef2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #004ACC;
}

.order-confirmation .text-holder {
  line-height: 1.4;
}

.order-choose-list {
  font-size: 1.6rem;
  font-weight: 600;
}

.order-choose-list [type='radio'] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.order-choose-list li {
  margin-bottom: 2.2rem;
}

.order-choose-list li:last-of-type {
  margin-bottom: 0;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox .fake-input {
  transition: background .3s, border-color .3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 4px;
  border: 1px solid #cccccc;
  margin: 0 1.4rem 0 0;
}

.custom-checkbox .fake-input [class*='icon-'] {
  transition: opacity .3s;
  opacity: 0;
  color: #ffffff;
  font-size: 1rem;
}

[type='radio']:checked+.fake-input,[type='checkbox']:checked+.fake-input {
  background-color: #004ACC;
  border-color: #004ACC;
}

[type='radio']:checked+.fake-input [class*='icon-'],[type='checkbox']:checked+.fake-input [class*='icon-'] {
  opacity: 1;
}

.credit-card-block .base-form {
  padding: 2rem 0;
}

.credit-card-block .base-form .img-holder {
  padding: 1rem 0;
}

.credit-card-block .base-form label {
  font-size: 1.2rem;
}

.credit-card-block .base-form a {
  color: inherit;
  text-decoration: underline;
}

.credit-card-block .base-form a:hover {
  text-decoration: none;
}

.lead-form-block {
  position: relative;
  padding: 3rem 2rem 4rem;
  overflow: hidden;
}

.lead-form-block .decor {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 36%;
}

.lead-form-block .decor img {
  height: 100%;
  max-width: none;
  max-width: initial;
}

.lead-form-block h2,.lead-form-block .h2 {
  margin-bottom: 3rem;
}

.lead-form-block .content-holder .info-text {
  display: inline-block;
  font-size: 1.2rem;
}

.lead-form-block .form-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.lead-form-block .form-holder {
  max-width: 560px;
  margin: auto;
}

.lead-form-block .form-holder .form-group {
  margin-bottom: 2rem;
}

.lead-form-block .decor-img-holder {
  padding: 3rem 0 4rem;
  text-align: center;
}

.lead-form-block .decor-img-holder img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.lead-form-block .check-list {
  margin-bottom: 1.8rem;
}

.lead-form-block.services-form {
  text-align: center;
}

.lead-form-block.services-form .decor {
  position: absolute;
  bottom: 0;
  right: -1.7%;
  height: 101%;
  width: 36%;
}

.lead-form-block.services-form .decor img {
  height: 100%;
  max-width: none;
  max-width: initial;
}

.lead-form-block.services-form .decor-img-holder {
  padding-top: 1rem;
  max-width: 75%;
  margin: auto;
}

.lead-form-block.services-form .form-title {
  padding: 0;
}

.lead-form-block.company-intro .decor,.lead-form-block.client-intro .decor {
  bottom: 0;
  right: 0;
  width: 28%;
  height: 90%;
}

.lead-form-block.company-intro .form-holder,.lead-form-block.client-intro .form-holder {
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}

.lead-form-block.company-intro .form-holder textarea,.lead-form-block.company-intro .form-holder .textarea,.lead-form-block.client-intro .form-holder textarea,.lead-form-block.client-intro .form-holder .textarea {
  height: 10rem;
  resize: none;
}

.lead-form-block.company-intro .brand-list-holder,.lead-form-block.client-intro .brand-list-holder {
  padding: 3rem 0 0;
  border-top: 1px solid #cccccc;
}

.lead-form-block.company-intro .brand-list,.lead-form-block.client-intro .brand-list {
  padding-bottom: 0;
}

.lead-form-block.company-intro .brand-list li,.lead-form-block.client-intro .brand-list li {
  text-align: center;
}

.lead-form-block.client-intro .content-holder {
  padding-bottom: 2rem;
}

.lead-info-block {
  background: linear-gradient(127deg, #8fbaff, rgba(0, 0, 255, 0) 70.71%), linear-gradient(217deg, #004ACC, rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, #205ef2, rgba(255, 0, 0, 0) 70.71%);
  padding: 3rem 2rem 4rem;
}

.lead-info-block .check-list {
  margin-bottom: 4.8rem;
}

.lead-info-block .check-list.primary li:before,.lead-info-block .check-list.primary .text-primary {
  color: #ffffff !important;
}

.lead-info-block h2 .text-primary {
  color: #ffffff !important;
}

.lead-info-block h5,.lead-info-block .h5 {
  font-size: 1.8rem;
  font-weight: 500;
}

.lead-info-block .content-holder.right {
  margin-bottom: 4rem;
}

.lead-info-block .img-decor-holder {
  max-width: 90%;
}

.lead-info-block-alt {
  position: relative;
  padding: 3rem 2rem 4rem;
}

.lead-info-block-alt .content-holder.left {
  margin-bottom: 4rem;
}

.lead-info-block-alt .decor {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
}

.lead-info-block-alt .decor img {
  height: 100%;
  max-width: none;
  max-width: initial;
}

.lead-info-block-alt.lead-3-block .check-list {
  margin-bottom: 2.7rem;
}

.lead-info-block-alt.lead-3-block .decor-img-holder {
  max-width: 90%;
}

.lead-info-block-alt.lead-3-block .content-holder.right {
  height: 100%;
}

.lead-info-block-alt.lead-3-block .circle-list {
  height: 100%;
  display: flex;
}

.lead-info-block-alt.company-2-block .decor-img-holder,.lead-info-block-alt.client-2-block .decor-img-holder {
  width: 100%;
  position: relative;
  padding: 1rem 10% 4rem;
}

.lead-info-block-alt.company-2-block .decor-img-holder img,.lead-info-block-alt.client-2-block .decor-img-holder img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.lead-info-block-alt.company-2-block .check-list,.lead-info-block-alt.client-2-block .check-list {
  margin-bottom: 2.6rem;
}

.lead-info-block-alt.client-2-block {
  position: relative;
}

.datapicker-section {
  margin-bottom: 2.8rem;
}

.datepiker-block {
  position: relative;
}

.datepiker-block .icon-calendar {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
}

.datepicker {
  font-size: 1.6rem;
  padding: 1rem;
  z-index: 100005 !important;
}

.datepicker .datepicker-switch {
  background-color: #004ACC;
  color: #ffffff;
}

.datepicker.dropdown-menu {
  border-color: #004ACC;
}

.datepicker table tr td.active:hover.active {
  background-color: #004ACC;
}

.datepicker table tr td.active.active {
  background-color: #004ACC;
  background-image: none;
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #004ACC;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  border-bottom: 7px solid #004ACC;
}

.log-in-form .block-title {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 2.5rem;
  font-weight: 500;
}

.log-in-form label {
  font-weight: normal;
  margin: 0 0 1.2rem;
}

.log-in-form .form-group {
  text-align: left;
  margin: 0 0 1.5rem;
}

.log-in-form .btn {
  font-size: 1.8rem;
  width: 100%;
}

.log-in-form .btn-holder {
  padding: 2rem 0;
}

.log-in-form .form-control:focus {
  box-shadow: 0 7px 19px 0 rgba(186, 150, 67, .29);
}

.log-in-form .forgot-password {
  color: #999999;
  text-decoration: underline;
}

.log-in-form .forgot-password:hover {
  text-decoration: none;
}

.block-separator {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  padding: 3.7rem 0;
}

.block-separator:before,.block-separator:after {
  content: '';
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  min-width: 10%;
  background-color: #cccccc;
}

.block-separator .text-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.8rem;
  padding: 0 2rem;
}

.btn-log-in-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-log-in-list .btn-facebook {
  background-color: #3d5c97;
}

.btn-log-in-list .btn-google {
  background-color: #db4639;
}

.btn-log-in-list li {
  padding: 0 0 1.5rem;
}

.btn-log-in-list .btn {
  transition: opacity .3s;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.4rem;
  outline: none;
  box-shadow: none;
  line-height: 2;
}

.btn-log-in-list .btn:hover {
  opacity: .8;
}

.btn-log-in-list [class^='icon-'],.btn-log-in-list [class*='icon-'] {
  font-size: 1.8rem;
  margin: 0 1.2rem 0 0;
  display: inline-block;
  vertical-align: top;
}

.popup-block {
  padding: 4.5rem 2.5rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  border: 1px solid #004ACC;
  overflow: hidden;
  min-width: 25.6rem;
  margin: 0 0 1rem;
}

.timepicker .timepicker-hour,.timepicker .timepicker-minute {
  transition: background-color .3s, color .3s;
  font-weight: 500;
  border-radius: 1rem;
}

.timepicker .timepicker-hour:hover,.timepicker .timepicker-minute:hover {
  background-color: #004ACC;
  color: #ffffff;
}

.timepicker .separator {
  font-size: 1.8rem;
}

.timepicker .btn {
  color: #ffffff;
  padding: .6rem !important;
}

.timepicker .btn .fa,.timepicker .btn:after {
  display: none;
}

.timepicker .btn[title='Increment Hour'],.timepicker .btn[title='Decrement Hour'],.timepicker .btn[title='Increment Minute'],.timepicker .btn[title='Decrement Minute'] {
  transition: box-shadow .3s;
  background-color: #004ACC;
  box-shadow: 0 7px 19px 0 rgba(200, 151, 48, .5);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  position: relative;
}

.timepicker .btn[title='Increment Hour']:hover,.timepicker .btn[title='Decrement Hour']:hover,.timepicker .btn[title='Increment Minute']:hover,.timepicker .btn[title='Decrement Minute']:hover {
  box-shadow: 0 7px 5px 0 rgba(200, 151, 48, .5);
}

.timepicker .btn[title='Increment Hour']:before,.timepicker .btn[title='Decrement Hour']:before,.timepicker .btn[title='Increment Minute']:before,.timepicker .btn[title='Decrement Minute']:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timepicker .btn[title='Increment Hour']:before,.timepicker .btn[title='Increment Minute']:before {
  content: "";
}

.timepicker .btn[title='Decrement Hour']:before,.timepicker .btn[title='Decrement Minute']:before {
  content: "";
}

.registration-block .tabset {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  overflow: hidden;
}

.registration-block .tabset li {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.registration-block .tabset a {
  transition: background-color .3s, color .3s;
  color: #7c7c9c;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 2rem;
  box-shadow: inset 0 -2px 6px 1px rgba(0, 27, 47, .1);
  width: 100%;
  text-decoration: none;
}

.registration-block .tabset a:hover {
  text-decoration: none;
}

.registration-block .tabset .active {
  color: #000000;
  background-color: #ffffff;
  box-shadow: 0 -4px 6px 1px rgba(0, 27, 47, .07);
}

.registration-block .log-in-form {
  margin: 0 0 3rem;
}

.registration-block .tab-block {
  padding: 2.8rem 2.4rem;
}

.registration-block .note {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  padding: 0 2.4rem 2rem;
}

.registration-block .note a {
  color: #000000;
  text-decoration: underline;
}

.registration-block .note a:hover {
  text-decoration: none;
}

.registration-block .block-separator {
  padding: 2.5rem 0;
}

.registration-block .text-block {
  padding: 2.5rem 0 0;
  line-height: 1.2;
  margin: 0 auto;
}

.registration-block .text-block p {
  margin: 0;
}

.registration-block .tab-title {
  display: block;
  text-align: center;
  margin: 0 0 2rem;
  font-weight: 600;
}

.registration-block label {
  font-weight: normal;
}

.registration-block .text-note {
  font-size: 1.2rem;
  color: #999999;
}

.registration-block .text-frame {
  margin: 0 0 3rem;
}

.registration-block .text-frame a {
  color: #000000;
  text-decoration: underline;
}

.registration-block .text-frame a:hover {
  text-decoration: none;
}

.registration-block .btn-holder {
  margin: 0 0 2.5rem;
}

.registration-block .input-holder {
  position: relative;
}

.registration-block .show-password {
  transition: color .3s;
  color: #000000;
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 1.5rem;
  text-decoration: none;
}

.registration-block .show-password:hover {
  text-decoration: none;
  color: #004ACC;
}

.registration-option {
  border-radius: 1rem;
  border: 1px solid #cccccc;
  padding: 6.6rem 2.5rem 3.5rem;
  margin: 0 0 2.5rem;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.registration-option .img-decor {
  position: absolute;
  top: -35%;
  left: 0;
  z-index: -1;
  width: 100%;
}

.registration-option .img-decor-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
}

.registration-option:last-child {
  margin: 0;
}

.registration-option .block-title {
  display: block;
  font-weight: 600;
  margin: 0 0 2rem;
  font-size: 1.8rem;
}

.registration-option .btn {
  min-width: 19rem;
  padding: .7rem 2.5rem;
}

.search-header {
  position: relative;
  margin: 0 0 4.5rem;
}

.search-header .container {
  position: relative;
}

.search-header .heading-block {
  padding: 1.7rem 0 0;
}

.search-header .decor-img-left,.search-header .decor-img-right {
  display: none;
}

.search-header .decor-img-right {
  right: -2rem;
  bottom: -3rem;
}

.search-header .decor-img-left {
  left: 2rem;
  bottom: 0;
}

.search-header .decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-height: 13rem;
}

.search-header .decor img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: -1;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.search-header h2,.search-header .h2 {
  color: #ffffff;
  margin-bottom: 2rem;
}

.search-header p {
}

.search-header .search-block-holder {
  max-width: 32rem;
  margin: 0 auto;
  position: relative;
}

.search-header .search-block-holder .autocomplete-holder-js+.search-submit {
  width: 10rem;
  height: 4rem;
}

.search-header [type='submit'] {
  position: absolute;
  right: 4px;
  top: 3px;
  border-radius: 20px ;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 2.8rem;
  z-index: 5;
}

.search-header [type='submit'] .icon-search {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin: 0;
}

.search-header .input-group {
  border-radius: 6rem;
}

.search-header .input-group>.form-control:not(:last-child) {
  border-top-left-radius: 20px; 
  border-bottom-left-radius: 20px; 
}

.search-header .input-group>.form-control:not(:first-child) {
  border-top-right-radius: 20px; 
  border-bottom-right-radius: 20px; 
  padding: 1.2rem 6.5rem 1.2rem 2.5rem;
}

.products-section {
  position: relative;
  padding: 0 0 3.5rem;
}

.products-section .decor-imaage {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  right: -10px;
  z-index: -2;
}

.products-section .gift-card {
  background: #004ACC;
  border-radius: 10px;
  width: 100%;
}

.search-title-block .locations {
  color: #004ACC;
}

.btn-more {
  transition: background-color .3s, color .3s;
  display: block;
  border: 2px solid #004ACC;
  color: #004ACC;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: .5rem;
  width: 100%;
}

.btn-more:hover {
  color: #ffffff;
  background-color: #004ACC;
}

.filter-block .filter-opener {
  color: #000000;
  font-weight: 600;
  font-size: 1.6rem;
  display: block;
  pointer-events: none;
  margin: 0 0 1.1rem;
  text-decoration: none;
}

.filter-block .filter-opener .icon-filter:before {
  margin: 0 .3rem 0 0;
  display: inline-block;
  vertical-align: middle;
}

.filter-block .counter {
  color: #999999;
}

.filter-block [type='checkbox'] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}


.filter-block [type='checkbox']:checked+.fake-input:before {
  opacity: 1;
}

.filter-block [type='checkbox']:checked ~ .fake-label {
  font-weight: 600;
}

.filter-block [type='radio'] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.filter-block [type='radio']:checked+.fake-input {
  background: linear-gradient(#bdbdc2, #000000);
  border-color: #cccccc;
}

.filter-block [type='radio']:checked+.fake-input:before {
  opacity: 1;
}

.filter-block [type='radio']:checked ~ .fake-label {
  font-weight: 600;
}

.filter-block label {
  cursor: pointer;
  font-weight: normal;
}

.filter-area .area-title {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0 0 .5rem;
}

.filter-area .btn-back {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  background: #f5f3f8;
  padding: 1.4rem 2rem;
  border-bottom: 1px solid #cccccc;
  color: #000000;
  text-decoration: none;
}

.filter-area .btn-back .icon-arrow-back {
  font-size: 2.7rem;
  margin: -6px 1.5rem 0 0;
  display: inline-block;
  vertical-align: middle;
}

.filter-frame {
  left: 12% !important;
}

.filters-drop:before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  left: 12%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.filters-drop .filter-opener.btn-cross {
  background: none;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  position: absolute;
  left: 2%;
  top: 0;
  width: 4rem;
  height: 4rem;
  display: block;
  margin: 0;
}

.filters-drop .filter-opener.btn-cross:before,.filters-drop .filter-opener.btn-cross:after {
  content: '';
  position: absolute;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.filters-drop .filter-opener.btn-cross:before {
  width: 25px;
  height: 3px;
}

.filters-drop .filter-opener.btn-cross:after {
  height: 25px;
  width: 3px;
}

.filters-drop .drop-title {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  background: #f5f3f8;
  padding: 1.4rem 2rem;
  border-bottom: 1px solid #cccccc;
}

.filters-drop .drop-title .icon-filter {
  font-size: 2rem;
}

.filters-drop .drop-title .icon-filter:before {
  margin: 0 1.5rem 0 0;
  display: inline-block;
  vertical-align: middle;
}

.filters-drop [type='submit'] {
  font-size: 1.7rem;
}

.filters-drop .btn-collapse {
  transition: color .3s;
  color: #000000;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 3.2rem;
  text-decoration: none;
}

.filters-drop .btn-collapse .counter {
  transition: color .3s;
  color: #000000;
}

.filters-drop .btn-collapse:hover {
  text-decoration: none;
  color: #004ACC;
}

.filters-drop .btn-collapse:hover .counter {
  color: #004ACC;
}

.filters-drop .collapse-holder {
  padding: 1.5rem 0;
}

.filter-frame-active .filter-frame {
  transform: translateX(0);
}

.pagination {
  font-weight: 600;
}

.pagination li {
  padding: 0 .5rem;
}

.pagination .icon-chevron-left-solid,.pagination .icon-chevron-right-solid {
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0;
}

.pagination .icon-chevron-left-solid:before,.pagination .icon-chevron-right-solid:before {
  border-color: #004ACC;
}

.pagination .page-link {
  transition: background .3s, color .3s;
  border-radius: 0;
}

.pagination .page-link:hover {
  border-color: #007bff;
}

.pagination .page-item.active .page-link {
  border-color: #007bff;
}

.product-card {
  margin: 0 0 2.4rem;
  min-height: 23.2rem;
  padding: 2rem;
  align-items: normal;
  justify-content: flex-start;
  width: 100%;
  background-color:white;
}

.product-card .img-wrap a img{
  box-shadow: 5px 3px 20px 0 rgba(202, 202, 202, 0.74);
}

.product-card .img-area {
  margin: 0;
}

.product-card .content-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 0 0;
}

.product-card .content-block .card-title {
  font-weight: 600;
  margin: 0;
}

.product-card .card-title a {
  transition: color .3s;
  color: #000000;
  text-decoration: none;
}

.product-card .card-title a:hover {
  text-decoration: none;
  color: #004ACC;
}

.product-card .position {
  display: block;
  font-weight: 500;
  margin: 0 0 1rem;
}

.product-card .rating {
  display: block;
  color: #004ACC;
  font-weight: 500;
  font-size: 1.5rem;
}

.product-card .rating .counter {
  font-weight: normal;
}

.product-card .rating .icon-star-solid {
  font-size: 1.3rem;
  line-height: 1.8;
  display: inline-block;
  vertical-align: top;
  margin: 0 .5rem 0 0;
}

.product-card .heading {
  margin: 0 0 1rem;
}

.products-holder .product-card .info-list {
 /* margin: 0 0 1.8rem 3em;*/
  text-align: left;
  font-size: 0.8em;
}

.listing-annonce .info-list {
  margin: 0 0 1.8rem 3em;
  text-align: left;
  font-size: 1.3em;
  margin-left: 38px;
}
.product-card .info-list [class^='icon-'],.product-card .info-list [class*=' icon-'] {
  color: #004ACC;
  margin: 0 0.4rem 0 0;
}

.icon-map-marker-alt-solid:before{
 font-size: 25px;
}
.product-card .info-list address {
  margin: 0;
  max-width: 150px;
}

.product-card .info-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-card .category-holder {
  width: 100%;
}

.product-card .categories-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem -1rem;
  font-size: 1.3rem;
  line-height: 1;
}

.product-card .categories-list li {
  padding: 0 .5rem 1rem;
}

.product-card .categories-list .cat-item {
  display: block;
  border-radius: 2.5rem;
  padding: .6rem 1.5rem;
  background-color: #f5f3f8;
}

.product-card .btn-collapse {
  transition: background-color .3s, color .3s;
  border-radius: 2.5rem;
  color: #000000;
  font-weight: bold;
  font-size: 1.3rem;
  background-color: #e5e5e5;
  padding: .6rem 1.5rem;
  display: block;
  text-decoration: none;
}

.product-card .btn-collapse:hover {
  text-decoration: none;
  background-color: #004ACC;
  color: #ffffff;
}

.product-card .collapse-holder {
  padding: 1rem 0 0;
}

.product-card.alt {
  padding: 0;
  overflow: hidden;
}

.product-card.alt .content-block {
  padding: 2rem;
}

.product-card .img-area {
  width: 100%;
}

.product-card .img-area img {
  width: 100%;
}

.gift-card {
  overflow: hidden;
  min-height: 23.2rem;
  margin: 0 0 2.4rem;
}

.gift-card .card-title {
  color: #ffffff;
  display: block;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1.2;
}

.gift-card .btn {
  font-size: 1.6rem;
  padding: .7rem 2.5rem;
}

.product-head {
  position: relative;
  padding: 1.2rem;
  margin: 0 -1.5rem 1.5rem;
  overflow: hidden;
}

.product-head .decor-image {
  position: absolute;
  right: -10px;
  bottom: 47%;
}

.product-head .img-block {
  border-radius: 50%;
  overflow: hidden;
  width: 200px; 
  max-height: 200px; 
  height: 200px; 
  margin: 0 auto 1.5rem;
  box-shadow: 5px 3px 20px 0 rgba(202, 202, 202, 0.74);
}

.product-head .img-block img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.product-head .heading-block {
  flex-direction: column;
  align-items: flex-start;
}

.product-head .heading-block:before {
  content: none;
}

.product-head .title {
  display: block;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.4;
}

.product-head .subtitle {
  display: block;
  font-size: 1.2rem;
}

.product-head .location {
  color: #000000;
}

.product-head .info-list {
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -0.5rem;
}

.product-head .info-list [class^='icon-'],.product-head .info-list [class*=' icon-'] {
  color: #004ACC;
  padding:5px;
  text-align:right;
}

.product-head .info-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 .5rem 2rem;
}

.product-head .info-list a {
  color: #000000;
  text-decoration: underline;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 .5rem;
}

.product-head .info-list a:hover {
  text-decoration: none;
}

.product-head .btn-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -0.7rem;
  flex: 1;
}

.product-head .btn-list li {
  padding: 0 .7rem 1rem;
}

.product-head .btn-list .btn {
  box-shadow: 0 4px 15px 0 rgba(242, 242, 242, .69);
  padding: .5rem 1.5rem;
}

.product-page-holder {
  margin: 0 0 3rem;
}

.product-content {
  margin: 0 0 1.5rem;
}

.product-content .sidebar-opener-block {
  box-shadow: 0 0 20px 0 rgba(0, 27, 47, .1);
  padding: 1.5rem 0;
  margin: 0 -23rem;
}

.product-content .sidebar-opener-block .title {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 .5rem;
}

.product-content hr {
  margin: 2rem -0.7rem;
}

.product-content .product-description a {
  color: #004ACC;
}

.product-content .slide-wrap {
  padding: 1.5rem 0 .5rem;
}

.product-content .collapse-opener {
  transition: color .3s;
  position: relative;
  color: #004ACC;
  padding: 0 1.5rem 0 0;
  text-decoration: none;
}

.product-content .collapse-opener:hover {
  color: #004ACC;
}

.product-content .collapse-opener:after {
  content: "";
  position: absolute;
  right: 0;
  top: .3rem;
}

.content-block {
  padding: 1rem 2rem 2rem;
}

.main-categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.1rem 1.7rem;
}

.main-categories li {
  width: 50%;
  padding: 0 1.1rem 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main-categories .category-box {
  transition: border-color .3s, box-shadow .3s;
  border-radius: 1rem;
  border: 1px solid #e3e3e3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none;
  color: #000000;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  padding: 1rem;
  width: 100%;
  max-width: 14.7rem;
}

.main-categories .category-box:hover {
  border-color: #004ACC;
  box-shadow: inset 0 0 0 1px #004ACC;
}

.main-categories .img-block {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 0 1rem;
  min-height: 10.9rem;
}

.main-categories .img-block:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 8.6rem;
  height: 8.6rem;
  background-color: #f5f3f8;
  z-index: -1;
}

.main-categories .img-block img {
  max-height: 110px;
  max-width: 110px;
}

.categories-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem -0.5rem;
  font-weight: 500;
  font-size: 1rem;
}

.categories-list li {
  padding: 0 .5rem 1rem;
}

.categories-list a:not(.btn) {
  transition: color .3s, background-color .3s, border-color .3s;
  display: block;
  color: #000000;
  border: 1px solid #e3e3e3;
  padding: .5rem 1rem;
  border-radius: 3rem;
  text-decoration: none;
}


.properties-list {
  font-size: 1rem;
}

.properties-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 1rem;
}

.properties-list [class^='icon-'],.properties-list [class*=' icon-'] {
  color: #004ACC;
  font-size: 2rem;
}

.properties-list [class^='icon-']:before,.properties-list [class*=' icon-']:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.properties-list .img-block {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #f5f3f8;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 1.2rem 0 0;
}

.properties-list .title {
  display: block;
  font-weight: 600;
}

.properties-list .text-block {
  width: calc(100% - 5.2rem);
}

.location-section.white-block {
  margin: 0 0 2.5rem;
  padding: 1.5rem 2rem;
}

.location-section .distance {
  display: inline-block;
  vertical-align: top;
  background-color: #004ACC;
  border-radius: 3rem;
  color: #ffffff;
  padding: .2rem 1.2rem;
  font-weight: 400;
  font-size: 1.1rem;
  margin: 0 0 1.2rem;
}

.location-section .distance [class^='icon-'],.location-section .distance [class*=' icon-'] {
  color: #ffffff;
}

.location-section .zone-list li {
  margin: 0 0 .3rem;
}

.location-section .taxt-block {
  font-size: 1rem;
  margin: 0 0 2rem;
}

.location-section .taxt-block p {
  margin: 0;
}

.location-section .map-area {
  height: 100%;
}

.location-section .map-area .CoMap {
  border-radius: 10px;
  height: 100%;
}

.medias-section .media-block,.medias-section .blocks-holder,.medias-section .media-block,.medias-section .small-blocks,.medias-section .meadia-item {
  display: flex;
  flex-wrap: wrap;
}

.medias-section .blocks-holder {
  margin: -1rem;
}

.medias-section .meadia-item {
  transition: opacity .3s;
  display: inline-block;
  position: relative;
}

.medias-section .meadia-item:hover {
  opacity: .7;
}

.medias-section .meadia-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.medias-section .meadia-item .btn-opener {
  transition: color .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: .7rem;
  text-align: center;
  text-decoration: underline;
  color: #5c5c5c;
}

.medias-section .meadia-item .btn-opener:hover {
  text-decoration: none;
}

.medias-section .meadia-item .plus {
  display: block;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  background: linear-gradient(#000000, #bdbdc2);
  margin: 0 auto;
  position: relative;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .4);
}

.medias-section .meadia-item .plus:before,.medias-section .meadia-item .plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.medias-section .meadia-item .plus:before {
  height: 1px;
  width: 10px;
}

.medias-section .meadia-item .plus:after {
  width: 1px;
  height: 10px;
}

.medias-section .media-block {
  width: 50%;
  padding: .4rem;
}

.small-blocks {
  width: 50%;
}

.small-blocks .media-block {
  height: 50%;
  overflow: hidden;
}

.small-blocks .media-block:nth-child(4) .meadia-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .8);
}

.product-reviews {
  margin: 0 0 2.5rem;
  padding: 1.5rem 2rem;
}

.product-reviews .heading-block {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 1rem;
  margin: 0 0 1.5rem;
}

.product-reviews .rating {
  display: block;
  font-size: 1.6rem;
}

.product-reviews .rating .counter {
  font-size: 1.4rem;
}

.product-reviews .rating .icon-star-solid {
  color: #004ACC;
}

.review-item {
  padding: 0 0 .5rem;
}

.review-item .title-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 .5rem;
}

.review-item .name,.review-item .date {
  display: block;
}

.review-item .name {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1;
}

.review-item .date {
  font-size: 1rem;
}

.review-item .image-block {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ffffff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .15);
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 1.2rem 0 0;
}

.review-item .image-block img {
  width: 100%;
}

.review-collapse {
  padding: 2.5rem 0 0;
}

.reservation-block {
  padding: 2rem;
  position: relative;
  margin: 0 0 1.5rem;
}

.reservation-block .calendar-block {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 2.5rem;
}

.reservation-block .custom-scroll {
  overflow-x: hidden;
}

.reservation-block .sidebar-opener {
  position: absolute;
  left: 2rem;
  top: 2rem;
}

.reservation-block .sidebar-opener:before,.reservation-block .sidebar-opener:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #000000;
}

.reservation-block .sidebar-opener:before {
  height: 2px;
  width: 12px;
}

.reservation-block .sidebar-opener:after {
  width: 2px;
  height: 12px;
}

.reservation-block .title-block {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 0 0 1.5rem;
}

.reservation-block [type="submit"] {
  width: 100%;
}

.nicescroll-rails-vr {
  margin: 0 0 0 1.2rem;
  z-index: 106 !important;
}

.calendar-options-list {
  padding: 0 0 2rem;
  margin: 0 0 2.5rem;
  border-bottom: 1px solid #e5e5e5;
}

.calendar-options-list li {
  margin: 0 0 .7rem;
}

.calendar-options-list .option-item {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  cursor: pointer;
  font-weight: normal;
  line-height: 1.2;
}

.calendar-options-list .fake-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2.8rem);
}

.calendar-options-list .label-text {
  width: 70%;
}

.calendar-options-list .text-value {
  font-weight: 600;
  width: 30%;
  text-align: right;
}

.calendar-options-list [type='checkbox']:checked+.fake-input {
  background: #004ACC;
}

.calendar-options-list [type='checkbox']:checked ~ .fake-label .text-value {
  color: #004ACC;
}

.calendar-slider {
  max-height: 27.5rem;
  padding: 0 1rem;
}

.calendar-slider .day {
  display: block;
  font-weight: 600;
  margin: 0 0 .5rem;
}

.calendar-slider .date {
  white-space: nowrap;
}

.calendar-slider .slide {
  text-align: center;
  font-size: 1.4rem;
}

.calendar-slider .slick-arrow {
  top: 2.7rem;
  width: 1rem;
  height: 1.8rem;
  text-decoration: none;
}

.calendar-slider .slick-arrow:before {
  color: #004ACC;
  font-size: 1.8rem;
}

.calendar-slider .calendar-date {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 1rem;
  margin: 0 0 1.5rem;
  line-height: 1;
}

.calendar-slider .calendar-item-time li {
  margin: 0 0 .5rem;
}

.calendar-slider .calendar-item-time label {
  margin: 0;
}

.calendar-slider [type='checkbox'] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.calendar-slider [type='checkbox']:checked+.btn-time {
  background-color: #004ACC;
  color: #ffffff;
  border-color: #004ACC;
}

.calendar-slider [type='checkbox']:checked+.btn-time:hover {
  border-color: #004ACC;
}

.calendar-slider .btn-time {
  transition: color .3s, background-color .3s, background-color .3s;
  color: #5c5c5c;
  background-color: #f5f3f8;
  display: inline-block;
  vertical-align: top;
  border-radius: .5rem;
  font-weight: 600;
  font-size: 1.2rem;
  padding: .6rem 1rem;
  cursor: pointer;
  border: 1px solid #f5f3f8;
}

.calendar-slider .btn-time.disabled {
  background: none;
  border: 0;
  pointer-events: none;
  color: #999999;
}

.calendar-slider .btn-time:hover {
  border-color: #004ACC;
  background-color: #ffffff;
}

.summary-block {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 2rem;
  margin: 0 0 2.5rem;
}

.summary-block .title-area {
  display: block;
}

.summary-block .summary-options {
  font-weight: 600;
  width: 75%;
}

.summary-block .holder-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.summary-block .summary-value {
  width: 25%;
  text-align: right;
  line-height: 1;
}

.product-sidebar {
  margin: 0 0 2.5rem;
}

.product-sidebar .calendar-block {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.product-sidebar .gift-card {
  background: #004ACC;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
}

.product-sidebar .gift-card .card-title {
  position: relative;
  z-index: 10;
}

.product-sidebar .gift-card .btn-outline-secondary {
  box-shadow: 0 7px 19px 0 rgba(255, 102, 0, .5);
}

.place-header .intro-image img {
  width: 100%;
}

.place-header .info-content {
  padding: 2.5rem;
}

.add-user-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  padding-bottom: .3rem;
}

.sidebar {
  padding: 0 0 5rem;
}

.sidebar .img-block {
  position: relative;
}

.sidebar .img-frame {
  position: absolute;
  top: 12px;
  right: 73px;
}

.sidebar .decor-img img {
  width: 100%;
}

.sidebar-menu-opener {
  left: 1.5rem;
}

.sidebar-menu {
  padding: .5rem 0 0 1.2rem;
}

.sidebar-menu a {
  color: #000000;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: normal;
}

.sidebar-menu a:hover {
  color: #004ACC;
}

.sidebar-menu li:last-child .link-text {
  border: 0;
}

.sidebar-menu .link-text {
  line-height: 1;
  padding: 2.5rem 1.5rem 2.5rem 0;
  font-size: 1.4rem;
}
.sidebar-menu [class^='icon-'],.sidebar-menu [class*='icon-'] {
  width: 14%;
  font-size: 2.4rem;
}

.client-single-section h3,.client-single-section .h3 {
  font-weight: 300;
  font-size: 2rem;
  letter-spacing: .025em;
  margin-bottom: 1.8rem;
}

.sidebar-menu .link-text i{
  margin-right: 10px !important;
}


.client-info-block {
  text-align: center;
  padding: 2rem 2.6rem;
  margin-bottom: 2.6rem;
}

.client-info-block a {
  font-weight: normal;
}

.client-info-block .img-holder {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1rem;
}

.client-info-block .img-holder img {
  width: 100%;
}

.client-info-block .name {
  font-size: 1.6rem;
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
}

.client-info-block .contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.7rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}

.client-info-block .contact-list li {
  padding: 0 1.2rem;
}

.client-info-block .contact-list [class*='icon'] {
  position: relative;
  z-index: 2;
}

.client-info-block .contact-list a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:#205ef2;
  text-decoration: none;
  color: #ffffff;
  position: relative;
}

.client-info-block .contact-list a:before {
  transition: opacity, .3s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #205ef2;
  opacity: 0;
}

.client-info-block .contact-list a:hover:before {
  opacity: 1;
}

.client-info-block .text-holder {
  text-align: left;
  font-size: 1.25rem;
}

.client-info-block .text-holder p {
  margin-bottom: .6rem;
}

.client-info-block .text-holder a {
  color: inherit;
  text-decoration: none;
}

.client-info-block .text-holder a:hover {
  color: #004ACC;
}

.client-info-block .text-holder address,.client-info-block .text-holder .address {
  margin-bottom: .6rem;
}

.seances-history {
  margin-bottom: 1.2rem;
}

.seances-list .event-item {
  margin-bottom: 1rem;
}

.seances-list .event-item .time {
  padding: 1rem .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  font-size: 1.2rem;
  font-weight: 600;
}

.seances-list .event-item .wrap-block {
  width: 100%;
}

.seances-list .event-item .event-content {
  width: auto;
  flex: 1 0;
  padding: 2rem;
}

.seances-list .event-item .title {
  font-weight: 400;
}

.seances-list .btn-holder {
  padding-top: .5rem;
}

.notes-list {
  font-size: 1rem;
}

.notes-list .note-item {
  padding: 1.4rem 2.6rem;
  margin-bottom: 1.6rem;
}

.notes-list .title {
  font-size: 1.4rem;
  display: block;
  margin-bottom: .8rem;
}

.events-holder {
  margin: 0 0 3.5rem;
}

.events-holder a:hover {
  color: #004ACC;
}

.event-item {
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 9px 0 rgba(242, 242, 242, .69);
  margin: 0 0 1.5rem;
  background-color: #ffffff;
}

.event-item .event-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
}

.event-item.orange .time,.event-item.orange .more-items {
  background-color: #004ACC;
}

.event-item.orange .items-list a {
  color: #004ACC;
}

.event-item.yellow .time,.event-item.yellow .more-items {
  background-color: #ffc107;
}

.event-item.red .time,.event-item.red .more-items {
  background-color: #f97272;
}

.event-item.dark-blue .time,.event-item.dark-blue .more-items {
  background-color: #6ea2e8;
}

.event-item.blue .time,.event-item.blue .more-items {
  background-color: #55d2dd;
}

.event-item.blue .items-list a {
  color: #55d2dd;
}

.event-item.indigo .time,.event-item.indigo .more-items {
  background-color: #004ACC;
}

.event-item.indigo .items-list a {
  color: #004ACC;
}

.event-item .wrap-block {
  width: 60%;
}

.event-item .time {
  color: #ffffff;
  font-size: 1rem;
  width: 15%;
  padding: 1.5rem 1rem 1rem;
  text-align: center;
}

.event-item .user-frame {
  width: 3.2rem;
  height: 3.2rem;
}

.event-item .avatars-list {
  display: flex;
}

.event-item .avatars-list li {
  margin: 0 0 0 -1rem;
}

.event-item .avatars-list li:only-child {
  margin: 0;
}

.event-item .more-items {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  line-height: 2.5rem;
}

.event-item .more-items a {
  color: #ffffff;
  text-decoration: none;
}

.event-item .title {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}

.event-item .text-block,.event-item .frame-block {
  font-weight: 500;
  color: #999999;
  font-size: 1rem;
  line-height: 1;
}

.event-item .text-block {
  margin: 0 0 1.7rem;
  display: block;
}

.event-item .frame-block {
  display: flex;
}

.event-item .items-list {
  margin: 0 0 0 .3rem;
  display: flex;
}

.event-item .items-list li {
  padding: 0 .5rem 0 0;
}

.event-item .items-list a {
  text-decoration: underline;
}

.event-item .items-list a:hover {
  text-decoration: none;
}

.event-block {
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 2px 9px 0 rgba(242, 242, 242, .69);
  margin: 0 0 1.5rem;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}

.event-block.link-block {
  border-radius: 1rem;
}

.event-block.link-block .block-content {
  min-height: 7rem;
}

.event-block.link-block .block-title {
  font-size: 1.4rem;
  font-weight: 600;
}

.event-block.orange .img-icon {
  background-color: #004ACC;
}

.event-block.red .img-icon {
  background-color: #f97272;
}

.event-block.blue .img-icon {
  background-color: #6ea2e8;
}

.event-block.light-blue .img-icon {
  background-color: #55d2dd;
}

.event-block.yellow .img-icon {
  background-color: #ffc107;
}

.event-block .img-icon {
  width: 15%;
  text-align: center;
  padding: 1.3rem 1rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-block .block-title {
  font-weight: normal;
  display: block;
  font-size: 1.2rem;
  width: 100%;
}

.event-block .block-title .counter {
  font-size: 2.4rem;
  font-weight: 200;
}

.event-block .subtext {
  display: block;
  color: #999999;
  font-size: 1rem;
}

.event-block .block-content {
  width: 85%;
  position: relative;
  padding: .7rem 4rem .7rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.event-block .icon-big-arrow-r {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.options-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -0.7rem 2.5rem;
  font-size: 1rem;
  justify-content: center;
}

.options-menu li {
  display: flex;
  flex-wrap: wrap;
  padding: 0 .7rem;
  flex: 1;
}

.options-menu a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 1rem;
  color: #000000;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  padding: 1rem 0;
  box-shadow: 0 2px 9px 0 rgba(242, 242, 242, .69);
  height: 10rem;
  flex: 1;
}

.options-menu a:hover {
  color: #004ACC;
}

.options-menu .frame-icon {
  position: relative;
  margin: 0 0 1rem;
}

.options-menu .link-text {
  display: block;
  width: 100%;
}

.options-menu .notifications {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  font-size: 1rem;
  background-color: #004ACC;
  border-radius: 1.6rem;
  padding: .1rem .6rem;
  position: absolute;
  right: 8px;
  top: -4px;
}

.popup-wrap {
  position: relative;
  overflow: hidden;
  height: 0;
}

.statistics-holder {
  display: flex;
  flex-wrap: wrap;
  margin: -0.6rem -0.6rem 3.5rem;
}

.statistics-holder .column {
  padding: .6rem;
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;
}

.statistics-item {
  border-radius: 1.5rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 1.2rem 1rem;
  width: 100%;
}

.statistics-item:before {
  content: '';
  display: block;
  width: 0;
  min-height: 7.6rem;
}

.statistics-item .counter {
  display: block;
  font-weight: 200;
  font-size: 3.4rem;
}

.statistics-item .title {
  font-weight: 500;
  display: block;
  line-height: 1;
  font-size: 1.1rem;
}

.statistics-item.orange {
  background-color: #004ACC;
}

.statistics-item.light-blue {
  background-color: #55d2dd;
}

.statistics-item.indigo {
  background-color: #004ACC;
}

.statistics-item.blue {
  background-color: #6ea2e8;
}

.statistics-item.yellow {
  background-color: #ffc107;
}

.statistics-item.red {
  background-color: #f97272;
}

.clients-section .collapse-opener {
  margin: 0 0 2rem;
}

.clients-section .event-facture .img-icon {
  font-size: 2rem;
}

.clients-section .event-facture .block-content {
  align-items: center;
  padding-right: 5.5rem;
  min-height: 7.5rem;
}

.clients-section .event-facture .block-title {
  font-size: 1.5rem;
  font-weight: 600;
}

.clients-section .event-facture .more-info-link {
  right: 2.4rem;
  font-size: 2.2rem;
  font-weight: 400;
}

.clients-list {
  margin-bottom: 2rem;
}

.client-card {
  transition: box-shadow .3s;
  display: flex;
  align-items: center;
  padding: 1.4rem 1.6rem;
  margin-bottom: 1.1rem;
  text-decoration: none;
}

.client-card:hover {
  box-shadow: 0 8px 35px #ccc3da;
}

.client-card:hover .more-info-link {
  color: #004ACC;
}

.client-card .img-holder {
  position: relative;
  flex-shrink: 0;
  margin-right: 2.2rem;
}

.client-card .img-holder .img-wrapper {
  border-radius: 50%;
  width: 5.2rem;
  height: 5.2rem;
  border: 2px solid #ffffff;
  overflow: hidden;
}

.client-card .img-holder .img-beacon {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  transform: translate(40%, -25%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to bottom, #004ACC, #205ef2);
  color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 7px 10px 0 rgba(200, 151, 48, .5);
}

.client-card .name {
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
  color: #000000;
}

.client-card .code,.client-card .info-text {
  display: block;
  color: #999999;
  font-size: 1rem;
}

.client-card .rating-block {
  color: #004ACC;
  font-size: 1.1rem;
  font-weight: 600;
}

.client-card .rating-block [class*='icon-'] {
  margin-right: .3rem;
}

.client-card .more-info-link {
  transition: color .3s;
  margin-left: auto;
  text-decoration: none;
  font-size: 2rem;
  color: #000000;
}

.factures-block {
  padding: 1.5rem 2.6rem;
  margin-bottom: 1.8rem;
}

.factures-block>.factures-list {
  border-top: 1px solid #f5f3f8;
}

.factures-block .link-holder {
  padding-top: 1rem;
}

.factures-block .collapse-opener {
  margin: 0;
}

.factures-block .list-title {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 1.2rem;
}

.factures-list {
  font-size: 1.25rem;
  font-weight: 600;
}

.factures-list li {
  align-items: center;
  border-bottom: 1px solid #f5f3f8;
  display: flex;
}

.factures-list a {
  display: flex;
  align-items: center;
  padding: 1.1rem 0;
  text-decoration: none;
  color: inherit;
}

.factures-list a:hover {
  color: #004ACC;
}

.factures-list [class*='icon-'] {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.8rem;
  margin-right: .8rem;
}


.account-section.new-facture-section .notes-block:last-child {
  padding-bottom: 0;
}

.account-section.new-facture-section .notes-block .title {
  font-weight: 400;
}

.account-section.new-facture-section .notes-block .notification {
  color: #999999;
}

.account-section.new-facture-section .rating-list {
  justify-content: flex-end;
}


.account-section .fake-input {
  float: left;
}

.account-section [type='checkbox']:checked+.fake-input {
  background: linear-gradient(#bdbdc2, #000000);
  border-color: #999999;
}

.account-section [type='checkbox']:checked+.fake-input:before {
  opacity: 1;
}

.account-section [type='checkbox']:checked ~ .fake-label {
  color: #000000;
  font-weight: normal;
}

.account-section .fake-label {
  font-weight: normal;
  display: block;
  overflow: hidden;
}

.rating-list {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 -0.25rem;
  color: #cccccc;
}

.rating-list li {
  padding: 0 .25rem;
}

.rating-list a {
  color: inherit;
  text-decoration: none;
}

.rating-list .filled {
  color: #004ACC;
}

.user-heading {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 0 0 0 2.5rem;
}

.user-heading .btn-back {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  text-decoration: none;
}

.user-heading .btn-back:hover {
  color: #004ACC;
}

.user-heading .user-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}

.user-heading .user-title:hover {
  color: #004ACC;
}

.user-heading .title {
  font-weight: 500;
  margin: 0 0 0 1.5rem;
}

.messenger-area {
  padding: 1.7rem;
  min-height: 70vh;
}

.messenger-area .message-date {
  display: block;
  width: 100%;
  text-align: center;
  color: #646464;
  margin: 0 0 1rem;
}

.messenger-area .message-block {
  border-radius: 1rem;
  background-color: #666;
    color:white;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 1.2rem;
  display: block;
  max-width: 80%;
  margin: 0 0 1.5rem;
}

.messenger-area .message-block.your-message {
  color: #ffffff;
  background-color: #004ACC;
  margin: 0 0 1.5rem auto;
}

.my-activity-section {
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

.my-activity-section .message-frame {
  font-weight: 500;
  padding: 1.4rem;
  margin: 0 0 1.5rem;
}

.my-activity-section .message-frame p {
  margin: 0;
}

.my-activity-section .working-hours-block {
  background-color: #f97272;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  min-height: 10rem;
}

.my-activity-section .content-block {
  padding: 1.5rem 1rem;
  width: 84%;
  margin: 0;
}

.my-activity-section .content-block p {
  margin: 0;
}

.my-activity-section .content-block .title {
  display: block;
  font-size: 1.4rem;
}

.my-activity-section .hours-list {
  font-weight: 600;
  border-right: 1px solid rgba(255, 255, 255, .5);
  padding: 1.5rem .5rem;
  width: 16%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.my-activity-section .events-holder {
  height: 440px;
  overflow: auto;
  padding: 2rem 1.7rem 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.my-activity-section .events-holder::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.my-activity-section .event-item .event-content {
  padding: 1.5rem;
}

.schedule-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.2rem 0;
  border-bottom: 1px solid #f5f3f8;
}

.schedule-list li:last-of-type {
  border-bottom: 0;
}

.schedule-list .time {
  font-weight: 600;
}

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

.schedule-list .form-control-sm {
  padding: .25rem 0;
  margin-right: .25rem;
}

.calendar-block {
  position: relative;
  z-index: 2;
  padding: 1.4rem 2rem 0;
  box-shadow: 0 5px 25px 0 rgba(242, 242, 242, .69);
  border-radius: 1rem;
}

.calendar-block .calendar-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.calendar-block .calendar-heading .current-month {
  font-size: 2rem;
}

.calendar-block .calendar-heading .add-btn {
  text-decoration: none;
  font-size: 1.5rem;
}

.calendar-block .calendar-heading .icon-plus {
  font-weight: 700;
}

.calendar-date-list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  border: 0;
  font-size: 1.6rem;
  font-weight: 600;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 0 0 2rem;
}

.calendar-date-list .nav-item {
  padding: .4rem 1.1rem;
}

.calendar-date-list .nav-link {
  width: 4rem;
  height: 4rem;
  padding: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: inherit;
  border: 2px solid transparent;
  outline: none;
}

.calendar-date-list .nav-link:hover {
  border-color: transparent;
}

.calendar-date-list .nav-link.active {
  border-color: #004ACC;
  color: #000000;
}

.schedule-block {
  margin: 0 0 2rem;
}

.schedule-block h3 {
  margin: 0;
  font-size: 1.75rem;
}

.schedule-block .headeing-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.5rem;
}

.schedule-block .headeing-block button {
  background-color: transparent;
  border: 0;
  color: #004ACC;
  font-weight: 600;
  text-decoration: underline;
}

.schedule-block .headeing-block button:hover {
  text-decoration: none;
}

.schedule-block .headeing-block button:focus {
  outline: none;
}

.schedule-block .schedule-list {
  padding: 1rem 2rem;
  margin: 0 0 1rem;
}

.schedule-block h3,.schedule-block .h3 {
  font-weight: 200;
}

.schedule-block .edit-link {
  color: #004ACC;
  font-weight: 600;
}

.services-block .headeing-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.5rem;
}

.services-block h3,.services-block .h3 {
  font-weight: 200;
  margin: 0;
  font-size: 1.75rem;
}

.services-block .add-btn {
  text-decoration: none;
}

.services-block .add-btn .icon-plus {
  font-weight: 700;
}

.services-list li {
  margin: 0 0 1.2rem;
}

.services-item {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 2px 9px 0 rgba(242, 242, 242, .69);
  color: #000000;
  text-decoration: none;
  overflow: hidden;
}

.services-item .title {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
}

.services-item .info-text {
  display: block;
  color: #999999;
  font-size: 1.2rem;
}

.services-item .price {
  display: block;
  font-weight: 600;
  color: #004ACC;
  font-size: 1.4rem;
}

.services-item .marker-block {
  width: 13%;
  background: #004ACC;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem 1rem;
}

.services-item .marker-block .text-on,.services-item .marker-block .text-off {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  padding: 0 .2rem 0 .1rem;
}

.services-item .marker-block.marker-off {
  background-color: #999999;
}

.services-item .marker-block.marker-off .marker {
  padding: .1rem .1rem .1rem 1.2rem;
}

.services-item .marker-block.marker-off .marker:before {
  left: 2px;
  right: auto;
}

.services-item .marker-block.marker-off .text-off {
  display: block;
}

.services-item .marker-block.marker-off .text-on {
  display: none;
}

.services-item .marker-block .text-off {
  display: none;
}

.services-item .marker {
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 3rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding: .1rem 1.2rem .1rem .1rem;
  display: inline-block;
  vertical-align: top;
}

.services-item .marker:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #ffffff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.services-item .marker a {
  text-decoration: none;
}

.services-item .info-area {
  width: 71%;
  padding: 1rem 2rem;
}

.services-item .item-icon [class^='icon-'],.services-item .item-icon [class*=' icon-'] {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  border: 1px solid #004ACC;
  width: 3.4rem;
  height: 3.4rem;
  color: #004ACC;
  position: relative;
  font-size: 2rem;
}

.services-item .item-icon [class^='icon-']:before,.services-item .item-icon [class*=' icon-']:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services-item .del-btn {
  transition: opacity .3s, visibility .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8fbaff;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.hover-js .services-item .del-btn {
  opacity: 1;
  visibility: visible;
}

.services-item .del-btn [class^='icon-'],.services-item .del-btn [class*=' icon-'] {
  color: #ffffff;
  display: block;
  font-size: 2rem;
}

.services-item .area-icon {
  width: 16%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.coach-sheet-section .white-block {
  position: relative;
  margin: 0 0 1.6rem;
  padding: 2rem 2.5rem 1rem;
}

.chosen-area {
  width: 100%;
  margin: 0 0 1.5rem;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container .chosen-results li.highlighted {
  background: #004ACC;
}

.chosen-container-multi .chosen-choices {
  border: 0;
  border-bottom: 1px solid #d8d8d8;
  background: none;
  padding: 0;
}

.chosen-container-multi .chosen-choices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  width: 100% !important;
  margin: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 3rem;
  background: #004ACC;
  border: 0;
  color: #ffffff;
  padding: 5px 30px 5px 5px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  border-radius: 50%;
  background-color: #ffffff;
  width: 1.4rem;
  height: 1.4rem;
  top: 5px;
  right: 4px;
  background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after,.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #bdbdc2;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  width: 8px;
  height: 2px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  height: 8px;
  width: 2px;
}

.chosen-container-active .chosen-choices {
  box-shadow: none;
}

.ranges-block label {
  color: #004ACC;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
  display: block;
}

.ranges-block .description {
  display: block;
  margin: 0 0 1rem;
}

.ranges-block .ranges-holder {
  margin: 0 0 4rem;
}

.ranges-block .inputs-holder {
  padding: 1.5rem 0;
  border-top: 1px solid #d8d8d8;
}

.ranges-block .inputs-holder input {
  height: 2.5rem;
  border: 1px solid #d8d8d8;
  border-radius: .5rem;
  padding: .5rem 1rem;
}

.nouisiler-wrap {
  margin: 0 0 3rem;
}

.noUi-marker {
  display: none;
}

.noUi-handle {
  background-color: #004ACC;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
}

.noUi-handle:after,.noUi-handle:before {
  display: none;
}

.noUi-target {
  border: 0;
  box-shadow: none;
  background-color: #f5f3f8;
  border-radius: 6px;
}

.noUi-horizontal {
  height: .6rem;
}

.noUi-horizontal .noUi-handle {
  width: 1.6rem;
  height: 1.6rem;
  top: -5px;
}

.noUi-horizontal .noUi-tooltip {
  bottom: auto;
  top: 100%;
  border: 0;
  color: #004ACC;
  font-size: 1.2rem;
  font-weight: 600;
  background: none;
  padding: 0;
}

.noUi-pips-horizontal {
  padding: 0;
  height: auto;
}

.noUi-connect {
  background-color: #004ACC;
}

.noUi-touch-area:focus,.noUi-handle:focus {
  outline: none !important;
}

.input-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.9rem;
}

.input-list li {
  width: 50%;
  padding: 0 .9rem;
}

.input-list input {
  width: 100%;
  outline: none;
}

.input-list input:focus {
  border: 1px solid #d8d8d8;
}

.photos-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

.photos-list li {
  padding: .5rem;
  width: 50%;
}

.photos-list li a {
  transition: opacity .3s;
}

.photos-list li a:hover {
  opacity: .7;
}

.photos-list li .btn {
  margin-top: 10px;
}

.photos-list img {
  width: 100%;
}

.cover-photo-add .btn-add {
  padding-top: 40%;
  margin: 0 0 1.5rem;
}

.btn-add {
  display: block;
  background-color: #f5f3f8;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 100%;
}

.btn-add:hover {
  opacity: 1;
}

.btn-add:hover .plus {
  background: linear-gradient(to bottom, #004ACC, #205ef2);
}

.btn-add .plus {
  transition: background .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: block;
  width: 2rem;
  height: 2rem;
  background: linear-gradient(to top, #bdbdc2, #000000);
  box-shadow: 0 2px 3px 0 rgba(186, 150, 67, .4);
}

.btn-add .plus:before,.btn-add .plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
}

.btn-add .plus:before {
  width: 10px;
  height: 1px;
}

.btn-add .plus:after {
  height: 10px;
  width: 1px;
}

.social-inputs-list li:last-child .input-group-text,.social-inputs-list li:last-child .form-control {
  border-bottom: 0;
}

.social-inputs-list .input-group-text {
  font-size: 1.8rem;
  min-width: 4rem;
  border-radius: 0;
  padding: .5rem;
}

.social-inputs-list .form-control {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  padding: 1.2rem 0;
  height: 4rem;
}

.social-inputs-list .form-control:focus {
  box-shadow: none;
  border-color: #d8d8d8;
}

.messages-list li {
  border-bottom: 1px solid #AAA;
}

.messages-list li:last-child {
  border: 0;
}

.message-item {
  display: flex;
  flex-wrap: wrap;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  padding: 1rem 1.5rem;
}

.message-item .title {
  line-height: 38px;
  font-size:16px;
  display: block;
  margin: 0 0 0.5rem;
  float: left;
}

.message-item .img-block {
  width: 25%;
  padding: 0 1.5rem 0 0;
}

.message-item .text-block {
  width: 75%;
  padding: .5rem 1rem 0 0;
}

.message-item .text-block p {
  margin: 0;
}

.message-item .area-frame {
  float: left;
  line-height: 45px;
padding: 2px 10px;
}

.message-item .text-frame {
  width: 100%;
}

.message-item .text-frame a{
float:right;
margin:5px;
}

.message-item .heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sharing-block .custom-file-label {
  color: #004ACC;
  font-weight: 600;
}

.sharing-block .options-buttons {
  transition: opacity .3s, visibility .3s;
  margin: 0 -2.5rem 0 0;
}

.options-buttons {
  display: flex;
  flex-wrap: wrap;
}

.options-buttons li {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.options-buttons a {
  transition: background-color .3s;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: .5rem;
  width: 100%;
}

.options-buttons a [class^='icon-'],.options-buttons a [class*=' icon-'] {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  margin: 0;
}

.options-buttons .btn-option {
  background-color: #d8d8d8;
}

.options-buttons .btn-option:hover {
  background-color: #004ACC;
}

.options-buttons .btn-del {
  background-color: #004ACC;
}

.options-buttons .btn-del:hover {
  background-color: #205ef2;
}

.file-add-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #004ACC;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 1.2rem 0;
  font-size: 1.2rem;
}

.file-add-link:hover {
  color: #004ACC;
}

.documents-list {
  margin: 0 0 1rem;
}

.documents-list>li {
  border-bottom: 1px solid #d8d8d8;
}

.documents-list>li:last-child {
  border: 0;
}

.document-item {
  display: flex;
  justify-content: space-between;
}

.document-item [class^='icon-'],.document-item [class*=' icon-'] {
  font-size: 2rem;
  margin: .5rem 1rem 0 0;
  align-self: flex-start;
}

.document-item .heading-wrap {
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem 1rem 0;
  width: 70%;
}

.document-item .title {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.document-item .title a {
  color: #000000;
  text-decoration: none;
}

.document-item .title a:hover {
  color: #004ACC;
}

.offer-item {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.offer-item .img-holder {
  border-radius: 50%;
  margin: 0 auto 1rem;
  position: relative;
  width: 11rem;
  height: 11rem;
}

.offer-item .img-holder:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f2f2f2;
}

.offer-item .img-holder img {
  max-width: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 120%;
}

.offer-item .title {
  margin-bottom: .5rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.offer-item .content-wrapper {
  padding: 2rem 2.5rem 1rem;
  font-size: 1.1rem;
  min-height: 240px;
}

.offer-contact-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.3rem 0;
  font-weight: 600;
  font-size: 1.3rem;
  border-top: 1px solid #d8d8d8;
}

.offer-contact-list [class*='icon-'] {
  font-size: 1.6rem;
  margin-right: .5rem;
}

.offer-contact-list a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #004ACC;
}

.offer-contact-list a:hover {
  color: #004ACC;
}

.offer-contact-list li {
  width: 50%;
  padding: 0 1rem;
  border-left: 1px solid #d8d8d8;
}

.offer-contact-list li:first-of-type {
  border-left: 0;
}

.offers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 -1rem;
}

.offers-list .item-wrapper {
  width: 100%;
  max-width: 400px;
  padding: 0 1rem;
  margin-bottom: 2rem;
}

.appointment-popup {
  padding: 4rem 2rem;
  background: none;
  width: 100%;
  max-width: 75rem;
}

.appointment-popup .fancybox-close-small {
  left: 13px;
  top: -10px;
  right: auto;
  opacity: 1;
}

.appointment-popup .fancybox-close-small:before,.appointment-popup .fancybox-close-small:after {
  transition: background-color;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #ffffff;
}

.appointment-popup .fancybox-close-small:before {
  width: 25px;
  height: 2px;
}

.appointment-popup .fancybox-close-small:after {
  width: 2px;
  height: 25px;
}

.appointment-popup .fancybox-close-small:hover:before,.appointment-popup .fancybox-close-small:hover:after {
  background-color: #004ACC;
}

.appointment-popup .fancybox-close-small svg {
  display: none;
}

.appointment-popup .event-block {
  box-shadow: none;
  border-radius: 1rem;
}

.appointment-popup .event-block .block-title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 200;
}

.appointment-popup .event-block .img-icon {
  font-size: 2.2rem;
  width: 20%;
}

.appointment-popup .event-block .block-content {
  width: 80%;
  padding: 4rem 4rem 4rem 1.5rem;
}

.ui-autocomplete {
  background-color: #ffffff;
  border: 1px solid #004ACC;
  padding: 1.5rem;
  overflow: hidden;
  padding-left: 25px;
  width: 90%;
}

.ui-autocomplete .ui-menu-item {
  padding: .5rem 1.5rem .5rem 25px;
  margin: 0 -1.5rem 0 -25px;
  transition: all .3s ease-in-out;
  text-align:left;
}

.ui-autocomplete .ui-menu-item:hover {
  background: #004ACC;
  color: #ffffff;
}

.ui-autocomplete .ui-menu-item-wrapper {
  white-space: nowrap;
}

.ui-autocomplete .ui-menu-item-wrapper hr {
  width: 100%;
}

.ui-autocomplete .ui-menu-item-wrapper span {
  display: inline-block;
  margin-right: 5px;
}

.ui-autocomplete .ui-menu-item-wrapper strong {
  font-size: 1.2em;
  font-weight: bold;
}

.ui-autocomplete .ui-menu-item-wrapper .lib {
  margin: 0 5px 0 0;
}

.ui-autocomplete .ui-menu-item-wrapper .visuel {
  border-radius: 50%;
  display: flex;
  float: left;
  height: 30px;
  margin-right: 15px;
  overflow: hidden;
  width: 30px;
}

.home .ui-autocomplete {
  width: calc(100% - 2rem) !important;
}

.daterangepicker {
  border-color: #004ACC;
}

.daterangepicker.opensright:after,.daterangepicker.opensright:before {
  right: 15px;
  left: auto;
}

.daterangepicker.opensright:after {
  right: 16px;
}

.daterangepicker:before {
  border-bottom: 7px solid #004ACC;
}

.daterangepicker .calendar-table,.daterangepicker .drp-selected {
  display: none;
}

.daterangepicker select.hourselect,.daterangepicker select.minuteselect {
  background: #004ACC;
  color: #ffffff;
  border-radius: .5rem;
}

.my-tpe-page .heading-area {
  flex-wrap: nowrap;
}

.my-tpe-section.account-section .white-block {
  padding: 1.5rem 2.5rem;
}

.my-tpe-section .checkbox-field {
  align-items: flex-start;
  border-top: 0;
  height: auto;
}

.my-tpe-section .checkbox-field .fake-input {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1rem 0 0;
}

.my-tpe-section .checkbox-field .fake-label {
  line-height: 1.25;
}

.sub-categories-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 .5rem;
  margin: 0 -0.4rem;
}

.sub-categories-list li {
  padding: .4rem;
}

.sub-categories-list .item-holder {
  transition: background-color .3s;
  border-radius: 3rem;
  background-color: #f5f3f8;
  font-weight: normal;
  cursor: pointer;
  padding: .3rem 1.5rem;
}

.sub-categories-list .item-holder .item-text {
  transition: color .3s;
}

.sub-categories-list .item-holder:hover {
  background-color: #004ACC;
}

.sub-categories-list .item-holder:hover .item-text {
  color: #ffffff;
}

.sub-categories-list [type='checkbox']:checked+.item-holder {
  background-color: #004ACC;
}

.sub-categories-list [type='checkbox']:checked+.item-holder .item-text {
  color: #ffffff;
}

.lead-page .base-section:first-child {
  padding-top: 4rem;
}

.lead-page .base-section:last-child {
  padding-bottom: 4rem;
}

.circle-list {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}

.circle-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.circle-list .img-holder {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #ffffff;
  margin-right: 1.5rem;
  box-shadow: 0 5px 20px rgba(204, 195, 218, .7);
}


main {
  margin: 0 auto;
  max-width: 1860px;
  padding-top: 0;
  width: calc(100% - 40px);
}

.btn {
  border-radius: 20px;
  transition: all .3s ease-in-out;
}

.btn-primary {
  background: #004ACC;
  box-shadow: none;
  color: #ffffff;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
  background: #000000;
  box-shadow: none;
  color: #ffffff;
}

.header {
  box-shadow: none !important;
  padding-bottom: 0;
  position: relative;
}

.header:before,.header:after {
  content: '';
  display: block;
  position: absolute;
}

.header:before {
  background-color: #ffffff !important;
  bottom: 0;
  left: 0;
  opacity: 1 !important;
  right: 0;
  top: 0;
  visibility: visible !important;
  z-index: -1;
}

.header:after {
  bottom: 0;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px #565656;
  height: 50px;
  left: 5%;
  width: 90%;
  z-index: -10;
}

.header .container {
  max-width: none !important;
}


.header .logo a {
  display: block;
}

.header .logo img {
  margin-bottom:10px;
}

.header .user-menu-holder {
  top: 10px;
  transform: translateY(0);
  z-index: 10;
}

.header .user-menu-holder a {
  display: block;
}

.nav-active .nav-opener:before,.nav-active .nav-opener:after {
  background-color: #004ACC;
}

.home main {
  padding-top: 105px;
}

.home .header {
  position: fixed;
}

.home-annonces-list-slide strong {
  font-size: 12px !important;
}

.home-annonces-list-slide ul {
  margin-top: 10px;
}

.home-annonces-list-slide li {
  font-size: 1.1rem !important;
  list-style: none;
  vertical-align: left;
}

.home-annonces-list-slide .card-item {
  border: 2px solid #004ACC;
}

.home-annonces-list-slide .card-item:hover {
  border-color: #004ACC;
  background-color: #ffffff;
}

.fixed-position-js .logo,.home .fixed-position-js .logo {
  width: 250px;
}


.menu {
  transition: all .8s ease-in-out;
}

.menu-left {
  align-items: center;
  display: flex;
  justify-content: center;
}

.menu-nav li {
  align-items: center;
  display: flex;
  min-height: 38px;
  padding: 1.5rem;
}

.menu .wrap-block {
  justify-content: space-between;
  width: 100%;
}



.news-section .card-item {
  border: 1px solid #e5e5e5;
  padding: 1.5rem;
}

.home .news-section {
  margin-bottom: 20px;
}

.home .news-section .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 725px;
  padding: 0;
}

.home .news-section .card-item {
  border: 0;
}

.discover-offer-section {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  padding: 20px 0;
}

.discover-offer-section h2 {
  margin-left: 0 !important;
}

.discover-offer-section .container {
  max-width: none !important;
}

.discover-offer-section .coach-list {
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.discover-offer-section .coach-list li {
  width: 100px;
  margin: 10px;
}

.discover-offer-section .coach-list a {
  background-color: #ffffff;
  height: 100px;
  transition: all .3s ease-in-out;
  transform: scale(1);
  width: 100px;
}

.discover-offer-section .coach-list a:hover {
  transform: scale(1.1);
}

.discover-offer-section .coach-list a:hover img {
  filter: grayscale(0);
  transform: scale(1);
}

.discover-offer-section .coach-list a img {
  filter: grayscale(1);
}

.discover-offer-section .coach-list-holder {
  background: none;
  box-shadow: none;
  margin: 0 auto;
  max-width: none !important;
  padding: 0;
}

.news-animate {
  height: calc(30% - 20px);
}

.news-animate .card-item {
  height: 100%;
  padding: 0;
  box-shadow: none;
  position: relative;
}

.news-animate .card-item a {
  color: #000000;
  text-decoration: none;
}

.news-animate .img-area,.news-animate .img-wrap {
  height: 100% !important;
  margin-bottom: 0;
}

.news-animate .content-block {
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all .3s ease-in-out;
  width: 100%;
}

.news-animate .content-block .card-title {
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
  position: relative;
}

.news-animate .content-block .card-title:after {
  background-color: #000000;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  max-width: 0;
  position: absolute;
  transition: all .3s ease-in-out;
  width: 50%;
}

.news-animate .content-block .text-area {
  display: flex;
  flex-direction: column;
  height: 0;
  justify-content: space-between;
  overflow: hidden;
}

.news-animate .content-block .read-more {
  color: #ffffff;
  display: block;
  text-align: right;
  width: 100%;
}

.news-animate:hover .content-block {
  top: 0;
}

.news-animate:hover .content-block .card-title {
  color: #000000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.news-animate:hover .content-block .card-title:after {
  max-width: 265px;
}

.news-animate:hover .content-block .text-area {
  height: auto;
  flex: 1 1 auto;
}

.categories-section h2 {
  margin-left: -15px !important;
}

.product-card,.product-head {
  position: relative;
}

.product-card.certified,.product-head.certified{
  overflow: inherit;
}
.product-card.cast_member,.product-head.cast_member{
  overflow: inherit;
}

.product-card.certified:before,.product-head.certified:before {
  background: url(fonts/first-place.svg) no-repeat top center;
  content: '';
  display: block;
  height: 70px;
  position: absolute;
  right: 0;
  top: -10px;
  transform: translateX(50%);
  width: 50px;
}

.product-card.cast_member:before,.product-head.cast_member:before {
 
  content: '';
  display: block;
  height: 70px;
  position: absolute;
  right: 0;
  top: -10px;
  transform: translateX(50%);
  width: 50px;
}
.cast_member .img_area img{
 border: 1px solid #004ACC !important;
}

.product-card .decor-image,.product-head .decor-image {
  display: none;
}

.product-card, .product-head , .location-section, .product-reviews,  .content-block, .lead-form-block{
  border: 1px solid #e5e5e5;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius : 20px;
}

.product-card .img-area {
  margin: 1.5rem auto 1rem;
  transition: all .3s ease-in-out;
  width: 200px;
}


.product-card .img-area a {
  display: block;
}

.product-card .img-area img {
  filter: grayscale(1);
}

.cast_member .img-area img {
  filter: grayscale(0) !important;
    border: 2px solid #004ACC !important;
}

.product-card:hover .img-area img {
  filter: grayscale(0);
}

.product-card .categories-list {
  font-size: 1.1rem;
}

.product-page-holder {
  padding-top: 40px;
}


.white-block .tab-content {
  border-color: #004ACC;
  border-style: solid;
  border-width: 0 1px 1px;
}

.white-block .tabset a {
  border-color: #004ACC;
  border-style: solid;
  border-width: 0 0 1px;
}

.white-block .tabset .active {
  border-width: 1px 1px 0;
}

.action {
  margin: 0;
  padding-top: 20px;
  text-align: right;
}

.action-link {
  color: #000000;
  text-transform: uppercase;
}

.action-link:hover {
  color: #004ACC;
}

.footer-bottom {
  background-color: #004ACC;
  color: #ffffff;
}

.footer-bottom a {
  color: #ffffff;
}

.categories-list .card-item {
  border-color: rgba(0, 0, 0, .5);
}

.footer .logo {
  height: auto;
  width: 140px;
}

.heading-section {
  color: #000000;
}

.heading-section .container {
  max-width: none;
  padding: 0;
}

.heading-section .container .justify-content-center {
  justify-content: flex-start !important;
}

.heading-section .heading-area {
  justify-content: flex-start;
}

.heading-section .heading-area [type='submit'],.heading-section .heading-area [type='reset'],.heading-section .heading-area a {
  margin: 0 20px;
}

.heading-section .heading-area button {
  position: absolute;
  bottom: -10px;
}

.heading-section .heading-area [type='submit'] {
  right: 0;
}

.heading-section .heading-area [type='reset'] {
  left: 0;
}


.section-heading .container {
  max-width: none;
  padding: 0;
}


.order-section {
  background: none;
}

.categories-section {
  background-image: none;
}

.need-help-block {
  border-radius: 0;
}

.need-help-block .img-block {
  bottom: auto;
  top: 0;
}

.search-header .container {
  max-width: none;
  padding: 0;
}

.search-header .heading-block {
  margin-top: 40px;
  padding: 0 !important;
  flex-wrap: wrap;
}

.search-header .heading-block .justify-content-center {
  justify-content: flex-start !important;
}

.search-header .heading-block h3 {
  width: 100%;
}

.search-header .decor-img-left {
  display: block;
  height: 40px;
  left: auto;
  right: 0;
  top: 0;
  position: absolute;
}

.search-header .decor-img-left img {
  height: 40px;
  width: auto;
}

.search-header .decor-img-right {
  display: none !important;
}

.search-header h2,.search-header .h2 {
  color: #000000;
}

.main-categories .img-block {
  align-items: center;
  display: flex;
  justify-content: center;
}

.main-categories .img-block:before {
  height: 7.6rem;
  width: 7.6rem;
}

.main-categories .img-block img {
  max-height: 85px;
  max-width: 85px;
  width: 100%;
}

.categories-section.base-section .categories-list a:not(.btn) {
  border: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
}

.categories-section.base-section .card-item {
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}

.categories-section.base-section .card-item .card-text,.categories-section.base-section .card-item p {
  margin-bottom: 0;
}


@media screen and (min-width: 0\0) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .order-confirmation .title [class*='icon-'] {
  background: transparent;
  }
}


@media (min-width: 564px) {
  .daterangepicker {
  width: auto;
  }
.links-list ul li{
border:1px solid red;
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  font-size: 11px;
}
  .daterangepicker .ranges ul {
  width: 140px;
  }

  .daterangepicker.single .ranges ul {
  width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
  clear: none;
  }

  .daterangepicker.single .ranges,.daterangepicker.single .drp-calendar {
  float: left;
  }

  .daterangepicker {
  direction: ltr;
  text-align: left;
  }

  .daterangepicker .drp-calendar.left {
  clear: left;
  margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
  margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
  padding-right: 8px;
  }

  .daterangepicker .ranges,.daterangepicker .drp-calendar {
  float: left;
  }
}

@media (min-width: 576px) {


  .container,.container-sm {
  max-width: 1330px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
  order: -1;
  }

  .order-sm-last {
  order: 13;
  }

  .order-sm-0 {
  order: 0;
  }

  .order-sm-1 {
  order: 1;
  }

  .order-sm-2 {
  order: 2;
  }

  .order-sm-3 {
  order: 3;
  }

  .order-sm-4 {
  order: 4;
  }

  .order-sm-5 {
  order: 5;
  }

  .order-sm-6 {
  order: 6;
  }

  .order-sm-7 {
  order: 7;
  }

  .order-sm-8 {
  order: 8;
  }

  .order-sm-9 {
  order: 9;
  }

  .order-sm-10 {
  order: 10;
  }

  .order-sm-11 {
  order: 11;
  }

  .order-sm-12 {
  order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .form-inline label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  }

  .form-inline .form-group {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0;
  }

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

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

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

  .form-inline .form-check {
  display: flex;
  align-items: 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 {
  align-items: center;
  justify-content: center;
  }

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

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

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

  .navbar-expand-sm {
  flex-flow: row 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: .5rem;
  padding-left: .5rem;
  }

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

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

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

  .card-deck {
  display: flex;
  flex-flow: row wrap;
  margin-right: -15px;
  margin-left: -15px;
  }

  .card-deck .card {
  flex: 1 0 0%;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
  }

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

  .card-columns {
  -moz-column-count: 3;
  column-count: 3;
  grid-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%;
  }

  .jumbotron {
  padding: 4rem 2rem;
  }

  .list-group-horizontal-sm {
  flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
  border-top-right-radius: .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;
  }

  .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);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  }

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

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

  .d-sm-inline-flex {
  display: inline-flex !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-wrap {
  flex-wrap: wrap !important;
  }

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

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

  .flex-sm-fill {
  flex: 1 1 auto !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;
  }

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

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

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

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

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

  .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-5 {
  margin: .5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-25 {
  margin: 2.5rem !important;
  }

  .mt-sm-25,.my-sm-25 {
  margin-top: 2.5rem !important;
  }

  .mr-sm-25,.mx-sm-25 {
  margin-right: 2.5rem !important;
  }

  .mb-sm-25,.my-sm-25 {
  margin-bottom: 2.5rem !important;
  }

  .ml-sm-25,.mx-sm-25 {
  margin-left: 2.5rem !important;
  }

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

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

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

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

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

  .m-sm-35 {
  margin: 3.5rem !important;
  }

  .mt-sm-35,.my-sm-35 {
  margin-top: 3.5rem !important;
  }

  .mr-sm-35,.mx-sm-35 {
  margin-right: 3.5rem !important;
  }

  .mb-sm-35,.my-sm-35 {
  margin-bottom: 3.5rem !important;
  }

  .ml-sm-35,.mx-sm-35 {
  margin-left: 3.5rem !important;
  }

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

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

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

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

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

  .m-sm-45 {
  margin: 4.5rem !important;
  }

  .mt-sm-45,.my-sm-45 {
  margin-top: 4.5rem !important;
  }

  .mr-sm-45,.mx-sm-45 {
  margin-right: 4.5rem !important;
  }

  .mb-sm-45,.my-sm-45 {
  margin-bottom: 4.5rem !important;
  }

  .ml-sm-45,.mx-sm-45 {
  margin-left: 4.5rem !important;
  }

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

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

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

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

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

  .m-sm-55 {
  margin: 5.5rem !important;
  }

  .mt-sm-55,.my-sm-55 {
  margin-top: 5.5rem !important;
  }

  .mr-sm-55,.mx-sm-55 {
  margin-right: 5.5rem !important;
  }

  .mb-sm-55,.my-sm-55 {
  margin-bottom: 5.5rem !important;
  }

  .ml-sm-55,.mx-sm-55 {
  margin-left: 5.5rem !important;
  }

  .m-sm-60 {
  margin: 6rem !important;
  }

  .mt-sm-60,.my-sm-60 {
  margin-top: 6rem !important;
  }

  .mr-sm-60,.mx-sm-60 {
  margin-right: 6rem !important;
  }

  .mb-sm-60,.my-sm-60 {
  margin-bottom: 6rem !important;
  }

  .ml-sm-60,.mx-sm-60 {
  margin-left: 6rem !important;
  }

  .m-sm-65 {
  margin: 6.5rem !important;
  }

  .mt-sm-65,.my-sm-65 {
  margin-top: 6.5rem !important;
  }

  .mr-sm-65,.mx-sm-65 {
  margin-right: 6.5rem !important;
  }

  .mb-sm-65,.my-sm-65 {
  margin-bottom: 6.5rem !important;
  }

  .ml-sm-65,.mx-sm-65 {
  margin-left: 6.5rem !important;
  }

  .m-sm-70 {
  margin: 7rem !important;
  }

  .mt-sm-70,.my-sm-70 {
  margin-top: 7rem !important;
  }

  .mr-sm-70,.mx-sm-70 {
  margin-right: 7rem !important;
  }

  .mb-sm-70,.my-sm-70 {
  margin-bottom: 7rem !important;
  }

  .ml-sm-70,.mx-sm-70 {
  margin-left: 7rem !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-5 {
  padding: .5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-25 {
  padding: 2.5rem !important;
  }

  .pt-sm-25,.py-sm-25 {
  padding-top: 2.5rem !important;
  }

  .pr-sm-25,.px-sm-25 {
  padding-right: 2.5rem !important;
  }

  .pb-sm-25,.py-sm-25 {
  padding-bottom: 2.5rem !important;
  }

  .pl-sm-25,.px-sm-25 {
  padding-left: 2.5rem !important;
  }

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

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

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

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

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

  .p-sm-35 {
  padding: 3.5rem !important;
  }

  .pt-sm-35,.py-sm-35 {
  padding-top: 3.5rem !important;
  }

  .pr-sm-35,.px-sm-35 {
  padding-right: 3.5rem !important;
  }

  .pb-sm-35,.py-sm-35 {
  padding-bottom: 3.5rem !important;
  }

  .pl-sm-35,.px-sm-35 {
  padding-left: 3.5rem !important;
  }

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

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

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

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

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

  .p-sm-45 {
  padding: 4.5rem !important;
  }

  .pt-sm-45,.py-sm-45 {
  padding-top: 4.5rem !important;
  }

  .pr-sm-45,.px-sm-45 {
  padding-right: 4.5rem !important;
  }

  .pb-sm-45,.py-sm-45 {
  padding-bottom: 4.5rem !important;
  }

  .pl-sm-45,.px-sm-45 {
  padding-left: 4.5rem !important;
  }

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

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

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

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

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

  .p-sm-55 {
  padding: 5.5rem !important;
  }

  .pt-sm-55,.py-sm-55 {
  padding-top: 5.5rem !important;
  }

  .pr-sm-55,.px-sm-55 {
  padding-right: 5.5rem !important;
  }

  .pb-sm-55,.py-sm-55 {
  padding-bottom: 5.5rem !important;
  }

  .pl-sm-55,.px-sm-55 {
  padding-left: 5.5rem !important;
  }

  .p-sm-60 {
  padding: 6rem !important;
  }

  .pt-sm-60,.py-sm-60 {
  padding-top: 6rem !important;
  }

  .pr-sm-60,.px-sm-60 {
  padding-right: 6rem !important;
  }

  .pb-sm-60,.py-sm-60 {
  padding-bottom: 6rem !important;
  }

  .pl-sm-60,.px-sm-60 {
  padding-left: 6rem !important;
  }

  .p-sm-65 {
  padding: 6.5rem !important;
  }

  .pt-sm-65,.py-sm-65 {
  padding-top: 6.5rem !important;
  }

  .pr-sm-65,.px-sm-65 {
  padding-right: 6.5rem !important;
  }

  .pb-sm-65,.py-sm-65 {
  padding-bottom: 6.5rem !important;
  }

  .pl-sm-65,.px-sm-65 {
  padding-left: 6.5rem !important;
  }

  .p-sm-70 {
  padding: 7rem !important;
  }

  .pt-sm-70,.py-sm-70 {
  padding-top: 7rem !important;
  }

  .pr-sm-70,.px-sm-70 {
  padding-right: 7rem !important;
  }

  .pb-sm-70,.py-sm-70 {
  padding-bottom: 7rem !important;
  }

  .pl-sm-70,.px-sm-70 {
  padding-left: 7rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-n25 {
  margin: -2.5rem !important;
  }

  .mt-sm-n25,.my-sm-n25 {
  margin-top: -2.5rem !important;
  }

  .mr-sm-n25,.mx-sm-n25 {
  margin-right: -2.5rem !important;
  }

  .mb-sm-n25,.my-sm-n25 {
  margin-bottom: -2.5rem !important;
  }

  .ml-sm-n25,.mx-sm-n25 {
  margin-left: -2.5rem !important;
  }

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

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

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

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

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

  .m-sm-n35 {
  margin: -3.5rem !important;
  }

  .mt-sm-n35,.my-sm-n35 {
  margin-top: -3.5rem !important;
  }

  .mr-sm-n35,.mx-sm-n35 {
  margin-right: -3.5rem !important;
  }

  .mb-sm-n35,.my-sm-n35 {
  margin-bottom: -3.5rem !important;
  }

  .ml-sm-n35,.mx-sm-n35 {
  margin-left: -3.5rem !important;
  }

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

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

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

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

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

  .m-sm-n45 {
  margin: -4.5rem !important;
  }

  .mt-sm-n45,.my-sm-n45 {
  margin-top: -4.5rem !important;
  }

  .mr-sm-n45,.mx-sm-n45 {
  margin-right: -4.5rem !important;
  }

  .mb-sm-n45,.my-sm-n45 {
  margin-bottom: -4.5rem !important;
  }

  .ml-sm-n45,.mx-sm-n45 {
  margin-left: -4.5rem !important;
  }

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

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

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

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

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

  .m-sm-n55 {
  margin: -5.5rem !important;
  }

  .mt-sm-n55,.my-sm-n55 {
  margin-top: -5.5rem !important;
  }

  .mr-sm-n55,.mx-sm-n55 {
  margin-right: -5.5rem !important;
  }

  .mb-sm-n55,.my-sm-n55 {
  margin-bottom: -5.5rem !important;
  }

  .ml-sm-n55,.mx-sm-n55 {
  margin-left: -5.5rem !important;
  }

  .m-sm-n60 {
  margin: -6rem !important;
  }

  .mt-sm-n60,.my-sm-n60 {
  margin-top: -6rem !important;
  }

  .mr-sm-n60,.mx-sm-n60 {
  margin-right: -6rem !important;
  }

  .mb-sm-n60,.my-sm-n60 {
  margin-bottom: -6rem !important;
  }

  .ml-sm-n60,.mx-sm-n60 {
  margin-left: -6rem !important;
  }

  .m-sm-n65 {
  margin: -6.5rem !important;
  }

  .mt-sm-n65,.my-sm-n65 {
  margin-top: -6.5rem !important;
  }

  .mr-sm-n65,.mx-sm-n65 {
  margin-right: -6.5rem !important;
  }

  .mb-sm-n65,.my-sm-n65 {
  margin-bottom: -6.5rem !important;
  }

  .ml-sm-n65,.mx-sm-n65 {
  margin-left: -6.5rem !important;
  }

  .m-sm-n70 {
  margin: -7rem !important;
  }

  .mt-sm-n70,.my-sm-n70 {
  margin-top: -7rem !important;
  }

  .mr-sm-n70,.mx-sm-n70 {
  margin-right: -7rem !important;
  }

  .mb-sm-n70,.my-sm-n70 {
  margin-bottom: -7rem !important;
  }

  .ml-sm-n70,.mx-sm-n70 {
  margin-left: -7rem !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;
  }

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

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

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

  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
  width: 38em;
  }

  .container,.container-sm {
  max-width: 1510px;
  }

  .base-form [type=submit] {
  width: auto;
  min-width: 32rem;
  }

  .cta-block {
  padding: 4rem;
  }

  .check-list {
  font-size: 1.6rem;
  }

  .coach-list-holder {
  padding: 1.2rem 3.5rem;
  max-width: 480px;
  }

  .coach-list-holder .list-text {
  padding-right: 1.5rem;
  font-size: 1.4rem;
  }

  .coach-list li {
  width: 53px;
  }

  .coach-list a {
  border-width: 4px;
  width: 65px;
  height: 65px;
  }

  .coach-list .show-more:before {
  font-size: 2.8rem;
  letter-spacing: 2px;
  transform: translate(-50%, -75%);
  }

  .review-card .review-text {
  padding: 2rem 3rem;
  }

  .faq-sidebar {
  padding: 4rem 3rem 3rem;
  }

  .faq-content-wrapper {
  padding: 4rem 3rem 3rem;
  }

  .lead-form-block {
  padding: 4rem;
  }

  .lead-info-block {
  padding: 4rem;
  }

  .lead-info-block-alt {
  padding: 4rem;
  }

  .log-in-form .btn {
  min-width: 27.5rem;
  }

  .options-menu li {
  flex: none;
  }

  .options-menu a {
  width: 10rem;
  flex: none;
  }

  .message-item .img-block {
  width: 20%;
  }

  .message-item .text-block {
  width: 80%;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
  width: auto;
  }

  .daterangepicker .ranges {
  float: left;
  }

  .daterangepicker.rtl .ranges {
  float: right;
  }

  .daterangepicker .drp-calendar.left {
  clear: none !important;
  }
}

@media (min-width: 768px) {
  .col-md {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
  order: -1;
  }

  .order-md-last {
  order: 13;
  }

  .order-md-0 {
  order: 0;
  }

  .order-md-1 {
  order: 1;
  }

  .order-md-2 {
  order: 2;
  }

  .order-md-3 {
  order: 3;
  }

  .order-md-4 {
  order: 4;
  }

  .order-md-5 {
  order: 5;
  }

  .order-md-6 {
  order: 6;
  }

  .order-md-7 {
  order: 7;
  }

  .order-md-8 {
  order: 8;
  }

  .order-md-9 {
  order: 9;
  }

  .order-md-10 {
  order: 10;
  }

  .order-md-11 {
  order: 11;
  }

  .order-md-12 {
  order: 12;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-9 {
  margin-left: 75%;
  }

  .offset-md-10 {
  margin-left: 83.33333%;
  }

  .offset-md-11 {
  margin-left: 91.66667%;
  }

  .dropdown-menu-md-left {
  right: auto;
  left: 0;
  }

  .dropdown-menu-md-right {
  right: 0;
  left: auto;
  }

  .navbar-expand-md {
  flex-flow: row 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: .5rem;
  padding-left: .5rem;
  }

  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm {
  flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
  display: none;
  }

  .list-group-horizontal-md {
  flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
  border-top-right-radius: .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;
  }

  .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: flex !important;
  }

  .d-md-inline-flex {
  display: inline-flex !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-wrap {
  flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
  flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
  flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }

  .float-md-left {
  float: left !important;
  }

  .float-md-right {
  float: right !important;
  }

  .float-md-none {
  float: none !important;
  }

  .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-5 {
  margin: .5rem !important;
  }

  .mt-md-5,.my-md-5 {
  margin-top: .5rem !important;
  }

  .mr-md-5,.mx-md-5 {
  margin-right: .5rem !important;
  }

  .mb-md-5,.my-md-5 {
  margin-bottom: .5rem !important;
  }

  .ml-md-5,.mx-md-5 {
  margin-left: .5rem !important;
  }

  .m-md-10 {
  margin: 1rem !important;
  }

  .mt-md-10,.my-md-10 {
  margin-top: 1rem !important;
  }

  .mr-md-10,.mx-md-10 {
  margin-right: 1rem !important;
  }

  .mb-md-10,.my-md-10 {
  margin-bottom: 1rem !important;
  }

  .ml-md-10,.mx-md-10 {
  margin-left: 1rem !important;
  }

  .m-md-15 {
  margin: 1.5rem !important;
  }

  .mt-md-15,.my-md-15 {
  margin-top: 1.5rem !important;
  }

  .mr-md-15,.mx-md-15 {
  margin-right: 1.5rem !important;
  }

  .mb-md-15,.my-md-15 {
  margin-bottom: 1.5rem !important;
  }

  .ml-md-15,.mx-md-15 {
  margin-left: 1.5rem !important;
  }

  .m-md-20 {
  margin: 2rem !important;
  }

  .mt-md-20,.my-md-20 {
  margin-top: 2rem !important;
  }

  .mr-md-20,.mx-md-20 {
  margin-right: 2rem !important;
  }

  .mb-md-20,.my-md-20 {
  margin-bottom: 2rem !important;
  }

  .ml-md-20,.mx-md-20 {
  margin-left: 2rem !important;
  }

  .m-md-25 {
  margin: 2.5rem !important;
  }

  .mt-md-25,.my-md-25 {
  margin-top: 2.5rem !important;
  }

  .mr-md-25,.mx-md-25 {
  margin-right: 2.5rem !important;
  }

  .mb-md-25,.my-md-25 {
  margin-bottom: 2.5rem !important;
  }

  .ml-md-25,.mx-md-25 {
  margin-left: 2.5rem !important;
  }

  .m-md-30 {
  margin: 3rem !important;
  }

  .mt-md-30,.my-md-30 {
  margin-top: 3rem !important;
  }

  .mr-md-30,.mx-md-30 {
  margin-right: 3rem !important;
  }

  .mb-md-30,.my-md-30 {
  margin-bottom: 3rem !important;
  }

  .ml-md-30,.mx-md-30 {
  margin-left: 3rem !important;
  }

  .m-md-35 {
  margin: 3.5rem !important;
  }

  .mt-md-35,.my-md-35 {
  margin-top: 3.5rem !important;
  }

  .mr-md-35,.mx-md-35 {
  margin-right: 3.5rem !important;
  }

  .mb-md-35,.my-md-35 {
  margin-bottom: 3.5rem !important;
  }

  .ml-md-35,.mx-md-35 {
  margin-left: 3.5rem !important;
  }

  .m-md-40 {
  margin: 4rem !important;
  }

  .mt-md-40,.my-md-40 {
  margin-top: 4rem !important;
  }

  .mr-md-40,.mx-md-40 {
  margin-right: 4rem !important;
  }

  .mb-md-40,.my-md-40 {
  margin-bottom: 4rem !important;
  }

  .ml-md-40,.mx-md-40 {
  margin-left: 4rem !important;
  }

  .m-md-45 {
  margin: 4.5rem !important;
  }

  .mt-md-45,.my-md-45 {
  margin-top: 4.5rem !important;
  }

  .mr-md-45,.mx-md-45 {
  margin-right: 4.5rem !important;
  }

  .mb-md-45,.my-md-45 {
  margin-bottom: 4.5rem !important;
  }

  .ml-md-45,.mx-md-45 {
  margin-left: 4.5rem !important;
  }

  .m-md-50 {
  margin: 5rem !important;
  }

  .mt-md-50,.my-md-50 {
  margin-top: 5rem !important;
  }

  .mr-md-50,.mx-md-50 {
  margin-right: 5rem !important;
  }

  .mb-md-50,.my-md-50 {
  margin-bottom: 5rem !important;
  }

  .ml-md-50,.mx-md-50 {
  margin-left: 5rem !important;
  }

  .m-md-55 {
  margin: 5.5rem !important;
  }

  .mt-md-55,.my-md-55 {
  margin-top: 5.5rem !important;
  }

  .mr-md-55,.mx-md-55 {
  margin-right: 5.5rem !important;
  }

  .mb-md-55,.my-md-55 {
  margin-bottom: 5.5rem !important;
  }

  .ml-md-55,.mx-md-55 {
  margin-left: 5.5rem !important;
  }

  .m-md-60 {
  margin: 6rem !important;
  }

  .mt-md-60,.my-md-60 {
  margin-top: 6rem !important;
  }

  .mr-md-60,.mx-md-60 {
  margin-right: 6rem !important;
  }

  .mb-md-60,.my-md-60 {
  margin-bottom: 6rem !important;
  }

  .ml-md-60,.mx-md-60 {
  margin-left: 6rem !important;
  }

  .m-md-65 {
  margin: 6.5rem !important;
  }

  .mt-md-65,.my-md-65 {
  margin-top: 6.5rem !important;
  }

  .mr-md-65,.mx-md-65 {
  margin-right: 6.5rem !important;
  }

  .mb-md-65,.my-md-65 {
  margin-bottom: 6.5rem !important;
  }

  .ml-md-65,.mx-md-65 {
  margin-left: 6.5rem !important;
  }

  .m-md-70 {
  margin: 7rem !important;
  }

  .mt-md-70,.my-md-70 {
  margin-top: 7rem !important;
  }

  .mr-md-70,.mx-md-70 {
  margin-right: 7rem !important;
  }

  .mb-md-70,.my-md-70 {
  margin-bottom: 7rem !important;
  }

  .ml-md-70,.mx-md-70 {
  margin-left: 7rem !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-5 {
  padding: .5rem !important;
  }

  .pt-md-5,.py-md-5 {
  padding-top: .5rem !important;
  }

  .pr-md-5,.px-md-5 {
  padding-right: .5rem !important;
  }

  .pb-md-5,.py-md-5 {
  padding-bottom: .5rem !important;
  }

  .pl-md-5,.px-md-5 {
  padding-left: .5rem !important;
  }

  .p-md-10 {
  padding: 1rem !important;
  }

  .pt-md-10,.py-md-10 {
  padding-top: 1rem !important;
  }

  .pr-md-10,.px-md-10 {
  padding-right: 1rem !important;
  }

  .pb-md-10,.py-md-10 {
  padding-bottom: 1rem !important;
  }

  .pl-md-10,.px-md-10 {
  padding-left: 1rem !important;
  }

  .p-md-15 {
  padding: 1.5rem !important;
  }

  .pt-md-15,.py-md-15 {
  padding-top: 1.5rem !important;
  }

  .pr-md-15,.px-md-15 {
  padding-right: 1.5rem !important;
  }

  .pb-md-15,.py-md-15 {
  padding-bottom: 1.5rem !important;
  }

  .pl-md-15,.px-md-15 {
  padding-left: 1.5rem !important;
  }

  .p-md-20 {
  padding: 2rem !important;
  }

  .pt-md-20,.py-md-20 {
  padding-top: 2rem !important;
  }

  .pr-md-20,.px-md-20 {
  padding-right: 2rem !important;
  }

  .pb-md-20,.py-md-20 {
  padding-bottom: 2rem !important;
  }

  .pl-md-20,.px-md-20 {
  padding-left: 2rem !important;
  }

  .p-md-25 {
  padding: 2.5rem !important;
  }

  .pt-md-25,.py-md-25 {
  padding-top: 2.5rem !important;
  }

  .pr-md-25,.px-md-25 {
  padding-right: 2.5rem !important;
  }

  .pb-md-25,.py-md-25 {
  padding-bottom: 2.5rem !important;
  }

  .pl-md-25,.px-md-25 {
  padding-left: 2.5rem !important;
  }

  .p-md-30 {
  padding: 3rem !important;
  }

  .pt-md-30,.py-md-30 {
  padding-top: 3rem !important;
  }

  .pr-md-30,.px-md-30 {
  padding-right: 3rem !important;
  }

  .pb-md-30,.py-md-30 {
  padding-bottom: 3rem !important;
  }

  .pl-md-30,.px-md-30 {
  padding-left: 3rem !important;
  }

  .p-md-35 {
  padding: 3.5rem !important;
  }

  .pt-md-35,.py-md-35 {
  padding-top: 3.5rem !important;
  }

  .pr-md-35,.px-md-35 {
  padding-right: 3.5rem !important;
  }

  .pb-md-35,.py-md-35 {
  padding-bottom: 3.5rem !important;
  }

  .pl-md-35,.px-md-35 {
  padding-left: 3.5rem !important;
  }

  .p-md-40 {
  padding: 4rem !important;
  }

  .pt-md-40,.py-md-40 {
  padding-top: 4rem !important;
  }

  .pr-md-40,.px-md-40 {
  padding-right: 4rem !important;
  }

  .pb-md-40,.py-md-40 {
  padding-bottom: 4rem !important;
  }

  .pl-md-40,.px-md-40 {
  padding-left: 4rem !important;
  }

  .p-md-45 {
  padding: 4.5rem !important;
  }

  .pt-md-45,.py-md-45 {
  padding-top: 4.5rem !important;
  }

  .pr-md-45,.px-md-45 {
  padding-right: 4.5rem !important;
  }

  .pb-md-45,.py-md-45 {
  padding-bottom: 4.5rem !important;
  }

  .pl-md-45,.px-md-45 {
  padding-left: 4.5rem !important;
  }

  .p-md-50 {
  padding: 5rem !important;
  }

  .pt-md-50,.py-md-50 {
  padding-top: 5rem !important;
  }

  .pr-md-50,.px-md-50 {
  padding-right: 5rem !important;
  }

  .pb-md-50,.py-md-50 {
  padding-bottom: 5rem !important;
  }

  .pl-md-50,.px-md-50 {
  padding-left: 5rem !important;
  }

  .p-md-55 {
  padding: 5.5rem !important;
  }

  .pt-md-55,.py-md-55 {
  padding-top: 5.5rem !important;
  }

  .pr-md-55,.px-md-55 {
  padding-right: 5.5rem !important;
  }

  .pb-md-55,.py-md-55 {
  padding-bottom: 5.5rem !important;
  }

  .pl-md-55,.px-md-55 {
  padding-left: 5.5rem !important;
  }

  .p-md-60 {
  padding: 6rem !important;
  }

  .pt-md-60,.py-md-60 {
  padding-top: 6rem !important;
  }

  .pr-md-60,.px-md-60 {
  padding-right: 6rem !important;
  }

  .pb-md-60,.py-md-60 {
  padding-bottom: 6rem !important;
  }

  .pl-md-60,.px-md-60 {
  padding-left: 6rem !important;
  }

  .p-md-65 {
  padding: 6.5rem !important;
  }

  .pt-md-65,.py-md-65 {
  padding-top: 6.5rem !important;
  }

  .pr-md-65,.px-md-65 {
  padding-right: 6.5rem !important;
  }

  .pb-md-65,.py-md-65 {
  padding-bottom: 6.5rem !important;
  }

  .pl-md-65,.px-md-65 {
  padding-left: 6.5rem !important;
  }

  .p-md-70 {
  padding: 7rem !important;
  }

  .pt-md-70,.py-md-70 {
  padding-top: 7rem !important;
  }

  .pr-md-70,.px-md-70 {
  padding-right: 7rem !important;
  }

  .pb-md-70,.py-md-70 {
  padding-bottom: 7rem !important;
  }

  .pl-md-70,.px-md-70 {
  padding-left: 7rem !important;
  }

  .m-md-n5 {
  margin: -.5rem !important;
  }

  .mt-md-n5,.my-md-n5 {
  margin-top: -.5rem !important;
  }

  .mr-md-n5,.mx-md-n5 {
  margin-right: -.5rem !important;
  }

  .mb-md-n5,.my-md-n5 {
  margin-bottom: -.5rem !important;
  }

  .ml-md-n5,.mx-md-n5 {
  margin-left: -.5rem !important;
  }

  .m-md-n10 {
  margin: -1rem !important;
  }

  .mt-md-n10,.my-md-n10 {
  margin-top: -1rem !important;
  }

  .mr-md-n10,.mx-md-n10 {
  margin-right: -1rem !important;
  }

  .mb-md-n10,.my-md-n10 {
  margin-bottom: -1rem !important;
  }

  .ml-md-n10,.mx-md-n10 {
  margin-left: -1rem !important;
  }

  .m-md-n15 {
  margin: -1.5rem !important;
  }

  .mt-md-n15,.my-md-n15 {
  margin-top: -1.5rem !important;
  }

  .mr-md-n15,.mx-md-n15 {
  margin-right: -1.5rem !important;
  }

  .mb-md-n15,.my-md-n15 {
  margin-bottom: -1.5rem !important;
  }

  .ml-md-n15,.mx-md-n15 {
  margin-left: -1.5rem !important;
  }

  .m-md-n20 {
  margin: -2rem !important;
  }

  .mt-md-n20,.my-md-n20 {
  margin-top: -2rem !important;
  }

  .mr-md-n20,.mx-md-n20 {
  margin-right: -2rem !important;
  }

  .mb-md-n20,.my-md-n20 {
  margin-bottom: -2rem !important;
  }

  .ml-md-n20,.mx-md-n20 {
  margin-left: -2rem !important;
  }

  .m-md-n25 {
  margin: -2.5rem !important;
  }

  .mt-md-n25,.my-md-n25 {
  margin-top: -2.5rem !important;
  }

  .mr-md-n25,.mx-md-n25 {
  margin-right: -2.5rem !important;
  }

  .mb-md-n25,.my-md-n25 {
  margin-bottom: -2.5rem !important;
  }

  .ml-md-n25,.mx-md-n25 {
  margin-left: -2.5rem !important;
  }

  .m-md-n30 {
  margin: -3rem !important;
  }

  .mt-md-n30,.my-md-n30 {
  margin-top: -3rem !important;
  }

  .mr-md-n30,.mx-md-n30 {
  margin-right: -3rem !important;
  }

  .mb-md-n30,.my-md-n30 {
  margin-bottom: -3rem !important;
  }

  .ml-md-n30,.mx-md-n30 {
  margin-left: -3rem !important;
  }

  .m-md-n35 {
  margin: -3.5rem !important;
  }

  .mt-md-n35,.my-md-n35 {
  margin-top: -3.5rem !important;
  }

  .mr-md-n35,.mx-md-n35 {
  margin-right: -3.5rem !important;
  }

  .mb-md-n35,.my-md-n35 {
  margin-bottom: -3.5rem !important;
  }

  .ml-md-n35,.mx-md-n35 {
  margin-left: -3.5rem !important;
  }

  .m-md-n40 {
  margin: -4rem !important;
  }

  .mt-md-n40,.my-md-n40 {
  margin-top: -4rem !important;
  }

  .mr-md-n40,.mx-md-n40 {
  margin-right: -4rem !important;
  }

  .mb-md-n40,.my-md-n40 {
  margin-bottom: -4rem !important;
  }

  .ml-md-n40,.mx-md-n40 {
  margin-left: -4rem !important;
  }

  .m-md-n45 {
  margin: -4.5rem !important;
  }

  .mt-md-n45,.my-md-n45 {
  margin-top: -4.5rem !important;
  }

  .mr-md-n45,.mx-md-n45 {
  margin-right: -4.5rem !important;
  }

  .mb-md-n45,.my-md-n45 {
  margin-bottom: -4.5rem !important;
  }

  .ml-md-n45,.mx-md-n45 {
  margin-left: -4.5rem !important;
  }

  .m-md-n50 {
  margin: -5rem !important;
  }

  .mt-md-n50,.my-md-n50 {
  margin-top: -5rem !important;
  }

  .mr-md-n50,.mx-md-n50 {
  margin-right: -5rem !important;
  }

  .mb-md-n50,.my-md-n50 {
  margin-bottom: -5rem !important;
  }

  .ml-md-n50,.mx-md-n50 {
  margin-left: -5rem !important;
  }

  .m-md-n55 {
  margin: -5.5rem !important;
  }

  .mt-md-n55,.my-md-n55 {
  margin-top: -5.5rem !important;
  }

  .mr-md-n55,.mx-md-n55 {
  margin-right: -5.5rem !important;
  }

  .mb-md-n55,.my-md-n55 {
  margin-bottom: -5.5rem !important;
  }

  .ml-md-n55,.mx-md-n55 {
  margin-left: -5.5rem !important;
  }

  .m-md-n60 {
  margin: -6rem !important;
  }

  .mt-md-n60,.my-md-n60 {
  margin-top: -6rem !important;
  }

  .mr-md-n60,.mx-md-n60 {
  margin-right: -6rem !important;
  }

  .mb-md-n60,.my-md-n60 {
  margin-bottom: -6rem !important;
  }

  .ml-md-n60,.mx-md-n60 {
  margin-left: -6rem !important;
  }

  .m-md-n65 {
  margin: -6.5rem !important;
  }

  .mt-md-n65,.my-md-n65 {
  margin-top: -6.5rem !important;
  }

  .mr-md-n65,.mx-md-n65 {
  margin-right: -6.5rem !important;
  }

  .mb-md-n65,.my-md-n65 {
  margin-bottom: -6.5rem !important;
  }

  .ml-md-n65,.mx-md-n65 {
  margin-left: -6.5rem !important;
  }

  .m-md-n70 {
  margin: -7rem !important;
  }

  .mt-md-n70,.my-md-n70 {
  margin-top: -7rem !important;
  }

  .mr-md-n70,.mx-md-n70 {
  margin-right: -7rem !important;
  }

  .mb-md-n70,.my-md-n70 {
  margin-bottom: -7rem !important;
  }

  .ml-md-n70,.mx-md-n70 {
  margin-left: -7rem !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;
  }

  .text-md-left {
  text-align: left !important;
  }

  .text-md-right {
  text-align: right !important;
  }

  .text-md-center {
  text-align: center !important;
  }

  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
  width: 38em;
  }

  .rating-container {
  top: -0.5rem;
  }

  .rating-stars {
  font-size: 2.4rem;
  }

  .form-frame .fake-input {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 5px;
  margin: 0 1rem 0 0;
  }

  .form-frame .fake-input:before {
  width: 10px;
  height: 6px;
  border-width: 0 0 3px 3px;
  margin: -4px 0 0 -5px;
  }

  
  .form-frame .custom-file-input,.form-frame .custom-file-label,.form-frame .custom-file {
  }

  .header {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .2);
  }

  .header .user-menu-holder {
  margin: 0 0 0 1rem;
  }

  .header .user-menu .disconnect {
  font-size: 1.6rem;
  }

  .header .user-menu-list {
  font-size: 1.6rem;
  }

  .header .user-frame {
  width: 4.5rem;
  height: 4.5rem;
  }

  .header .logo {
  max-width: 25rem;
  width: 100%;
  }

  .logined .header .logo {
  margin: 0 0 0 5rem;
  }

  .menu .footer-bottom-list li {
  margin-left: 1rem;
  }

  .menu .footer-bottom-list li:after {
  padding-left: 1rem;
  }

  .nav-opener {
  top: 45px;
  right: 25px;
  }

  .logined .nav-opener {
  left: 25px;
  }

  h2,.h2 {
  font-size: 2.8rem;
  }

  h3,.h3 {
  font-size: 2.5rem;
  }

  h4,.h4 {
  font-size: 2.2rem;
  }

  h5,.h5 {
  font-size: 2rem;
  }

  main {
  padding: 6.2rem 0 0;
  }

  .heading-block h1,.heading-block .h1 {
  font-size: 3.6rem;
  }

  .user-frame {
  width: 6.2rem;
  height: 6.2rem;
  }

  .white-block .area-title,.colored-block .area-title {
  font-size: 2rem;
  }

  .base-section {
  padding: 4rem 0;
  }

  .collapse-opener {
  font-size: 1.5rem;
  }

  .fields-list input {
  height: 6rem;
  }

  .footer .footer-widget .accordion-block {
  display: block !important;
  height: auto !important;
  background-color: transparent;
  padding: 0;
  border-top: 0;
  color: inherit;
  }

  .footer .footer-title:before,.footer .footer-title:after {
  top: 100%;
  right: auto;
  left: 0;
  transform: none;
  width: 16px;
  }

  .footer .footer-title:after {
  display: none;
  }

  .footer-bottom {
  padding: 3.5rem 0;
  }

  .footer-widget {
  margin-bottom: 2rem;
  border-bottom: 0;
  }

  .footer-title {
  padding: 1.1rem 0;
  margin-bottom: 1.3rem;
  }

  .footer-bottom-list li {
  margin-left: 1.5rem;
  }

  .footer-bottom-list li:after {
  content: '|';
  padding-left: 1.5rem;
  }

  .social-list {
  justify-content: flex-start;
  margin: 0 -0.5rem -1rem;
  font-size: 1.4rem;
  padding: 1.2rem 0;
  }

  .social-list li {
  padding: 0 .5rem 1rem;
  }

  .social-list a {
  width: 30px;
  height: 30px;
  }

  .btn [class^='icon-'],.btn [class*=' icon-'] {
  font-size: 1.6rem;
  line-height: 1.5;
  }

  .cta-block {
  padding: 4rem 6rem;
  }

  .brand-list li {
  width: 12.5%;
  }

    .coach-search-block .block-title {
  font-size: 4.8rem;
  margin: 0 0 3.5rem;
  }

  .coach-search-block .info-area .title {
  font-size: 3.6rem;
  }

  .coach-search-block .holder-block {
  max-width: 45rem;
  }

  .home-search-form {
  margin: 0 0 5rem;
  }

  .home-search-form input {
  }

  .home-search-form label {
  font-size: 1.8rem;
  margin: 0 0 1.5rem 2rem;
  }

  .home-search-form button {
  font-size: 2rem;
  min-width: 29rem;
  padding: 1rem 2.5rem;
  }

  .three-points-block {
  padding: 6.5rem 0 4.5rem;
  }

  .info-frame {
  font-size: 1.4rem;
  padding: 4rem 2rem;
  }

  .info-frame .img-block {
  font-size: 5rem;
  }

  .info-frame .icon-card {
  font-size: 4.5rem;
  }

  .info-frame .block {
  padding: 0 2rem;
  }

  .card-item .card-title {
  font-size: 2.4rem;
  margin: 0 0 2rem;
  }

  .card-item .btn {
  font-size: 1.6rem;
  padding: .7rem 2.5rem;
  }

  .card-item .img-wrap {
  height: 16rem;
  }

  .card-item .img-block {
  height: 17rem;
  }

  .card-item .img-block:before {
  width: 16rem;
  height: 16rem;
  }

  .card-item .circle-plus {
  width: 3.6rem;
  height: 3.6rem;
  box-shadow: 0 6px 10px 0 rgba(186, 150, 67, .4);
  }

  .card-item .circle-plus:before {
  height: 16px;
  }

  .card-item .circle-plus:after {
  width: 16px;
  }

  .card-item .content-block time {
  font-size: 1.4rem;
  }

  .card-item .content-block .card-title {
  font-size: 1.4rem;
  }

  .category-slider-block .text-block {
  font-size: 2.4rem;
  }

  .category-slider .slick-track {
  margin: 0;
  }

  .category-slider .slide {
  padding: 0 1.5rem;
  }

  .slick-arrow:before {
  font-size: 3.4rem;
  }

  .slick-dots li {
  padding: 0 .5rem;
  }

  .slick-dots button {
  width: 1rem;
  height: 1rem;
  }

  .review-slider-holder h2,.review-slider-holder .h2 {
  margin-bottom: 2.9rem;
  }

  .review-slider .slick-list {
  overflow: hidden;
  margin: 0 -2.5rem;
  padding: 0;
  }

  .review-slider .slider-wrapper {
  padding: 2.5rem;
  }

  .news-section .decor-block {
  left: -45%;
  width: 85%;
  }

  .news-section.page .decor,.news-section.detail .decor {
  top: -6.2rem;
  }

  .contact-section .decor {
  top: -6.2rem;
  }

  .contact-page-block {
  padding: 2.5rem 2.5rem 18rem;
  }

  .contact-page-block .text-block {
  font-size: 1.8rem;
  margin: 0 0 3rem;
  }

  .contacts-form .btn {
  min-width: 29.5rem;
  }

  .research-form .form-area {
  margin: 0 0 3rem;
  }

  .research-form .input-group-text {
  padding: 1.2rem 1.5rem;
  }

  .research-form .input-group-text:before {
  font-size: 1.8rem;
  }

  .research-form .contact-area .form-control {
  padding: 1.2rem 1.5rem;
  }

  .research-categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  }

  .research-categories li {
  width: 50%;
  padding: 1rem;
  }

  .need-help-block {
  padding: 2.5rem 3rem;
  }

  .need-help-block .decor-image img {
  transform: translateY(-20%) scale(1.2);
  }

  .categories-section {
  padding-top: 5.4rem;
  }

  .categories-section .decor {
  top: -6.2rem;
  }

  .categories-section .category-list-wrapper:first-of-type .category-title {
  margin: 0 0 3.5rem;
  }

  .categories-section .category-title {
  font-size: 2.4rem;
  margin: -0.9rem 0 4.5rem;
  }

  .categories-list {
  margin-bottom: 2rem;
  }

  .gift-section {
  padding: 6rem 0;
  }

  .gift-section .section-heading {
  margin-bottom: 5rem;
  }

  .gift-section .section-heading h2,.gift-section .section-heading .h2 {
  margin-bottom: 2.5rem;
  }

  .gift-section .section-heading .subtitle {
  font-size: 1.8em;
  }

  .gift-list {
  margin-bottom: 4rem;
  }

  .gift-card {
  margin-bottom: 7.5rem;
  }

  .gift-card .visual-block {
  margin: 0 auto 4rem;
  }

  .faq-section {
  padding-bottom: 8rem;
  }

  .faq-search-block {
  background-size: 100% 100%;
  padding: 6.4rem 0 0;
  margin-bottom: 8.5rem;
  }

  .faq-search-block .decor {
  top: -6.2rem;
  }

  .faq-search-block h2,.faq-search-block .h2 {
  margin-bottom: 3rem;
  }

  .faq-search-block .form-control {
  height: 6rem;
  padding-right: 5.8rem;
  }

  .faq-search-block .search-submit {
  width: 4.6rem;
  height: 4.6rem;
  right: 1rem;
  font-size: 2.2rem;
  }

  .faq-search-block .search-submit .icon-search {
  font-size: 2.2rem;
  }

  .faq-block>.row>[class*='col-'] {
  margin-bottom: 4rem;
  }

  .faq-card {
  padding: 4rem 3rem 3rem;
  min-height: 300px;
  }

  .faq-card .card-title {
  margin-bottom: 3.4rem;
  }

  .card-faq-list {
  font-size: 1.8rem;
  }

  .faq-content-wrapper .faq-content-title {
  font-size: 1.8rem;
  }

  .faq-content-wrapper .single-faq-block {
  font-size: 1.6rem;
  }

  .register-section {
  padding: 6rem 0;
  }

  .register-section .decor {
  bottom: 6rem;
  width: 50%;
  }

  .register-block .card-item .card-title {
  margin-bottom: 1.3rem;
  }

  .decor-section .decor {
  top: -6.2rem;
  }

  .recap-sidebar {
  max-width: 40rem;
  margin-left: auto;
  margin-top: .8rem;
  }

  .order-confirmation {
  min-height: 50vh;
  }

  .order-confirmation .title [class*='icon-'] {
  font-size: 3.4rem;
  margin-right: 1.3rem;
  }

  .order-confirmation .text-holder {
  padding-right: 5rem;
  }

  .lead-form-block .form-title {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  padding: 0 2rem;
  }

  .lead-form-block .form-holder .form-control {
  font-size: 1.4rem;
  padding: 1.2rem 1.8rem;
  }

  .lead-form-block .form-holder .btn-holder {
  padding-top: 1.6rem;
  }

  .lead-form-block .form-holder .btn {
  min-width: 295px;
  font-size: 1.8rem;
  padding: 1rem 2.5rem;
  }

  .lead-form-block.company-intro .form-title,.lead-form-block.client-intro .form-title {
  padding: 0;
  margin-bottom: 2.5rem;
  }

  .lead-info-block h5,.lead-info-block .h5 {
  font-size: 2rem;
  }

  .lead-info-block-alt.company-2-block .decor-img-holder,.lead-info-block-alt.client-2-block .decor-img-holder {
  padding: 1rem 15% 4rem;
  }

  .btn-log-in-list {
  margin: 0 -1rem;
  }

  .btn-log-in-list li {
  padding: 0 1rem;
  }

  .btn-log-in-list .btn {
  font-size: 1.6rem;
  }

  .btn-log-in-list [class^='icon-'],.btn-log-in-list [class*='icon-'] {
  font-size: 2.2rem;
  }

  .popup-block {
  min-width: 64.8rem;
  padding: 4.4rem;
  }

  .timepicker .timepicker-hour,.timepicker .timepicker-minute {
  font-size: 1.8rem;
  }

  .registration-block .tabset {
  font-size: 1.4rem;
  }

  .registration-block .tabset a {
  padding: 2.5rem 2rem;
  }

  .registration-block .tab-block {
  padding: 3.8rem 3.4rem;
  }

  .registration-block .text-block {
  max-width: 45rem;
  }

  .registration-block .tab-title {
  font-size: 1.8rem;
  }

  .registration-block .show-password {
  position: absolute;
  right: -3.7rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.2rem;
  }

  .registration-option {
  margin: 0 0 4rem;
  }

  .registration-option .img-decor {
  top: -35%;
  }

  .registration-option .block-title {
  font-size: 3rem;
  line-height: 1.3;
  margin: 0 0 4rem;
  }

  .search-header .heading-block {
  padding: 5rem 0 .7rem;
  }

  .search-header .decor {
  min-height: 22rem;
  }

  .search-header h2,.search-header .h2 {
  margin-bottom: 3rem;
  }

  .search-header .search-block-holder {
  max-width: 70rem;
  }

  .search-header [type='submit'] {
  width: 6.5rem;
  height: 4.5rem;
  font-size: 2.4rem;
  line-height: 4.5rem;
  right: 11px;
  top: 10px;
  }

  .search-header [type='submit'] .icon-search {
  font-size: 2.4rem;
  line-height: 4.2rem;
  }

  .search-header .form-control {
  height: 6rem;
  }

  .products-section {
  padding: 0 0 7.5rem;
  }

  .products-section .products-holder {
  margin: 0 0 1rem;
  }

  .filter-block .filter-opener .icon-filter:before {
  display: none;
  }

  .product-card {
  margin: 0 0 5rem;
  padding: 3rem;
  }

  .product-card .img-wrap {
  }

  .product-card .circle-plus {
  bottom: .5rem;
  }

  .product-card.alt .content-block {
  padding: 1.8rem 3rem 3rem;
  }

  .product-card.alt .circle-plus {
  bottom: -1.5rem;
  left: calc(50% + 8.1rem);
  }

  .gift-card {
  margin: 0 0 5rem;
  min-height: 43.7rem;
  }

  .product-head {
  padding: 4.5rem 4.5rem 3.3rem 3.3rem;
  margin: 0 0 4rem;
  }

  .product-head .decor-image {
  right: -55%;
  top: 0;
  bottom: auto;
  }

  .product-head .img-block {
  text-align: center;
  }
  

  .product-head .heading-block {
  margin: 0 0 1.6rem;
  }

  .product-head .title {
  font-size: 3rem;
  }

  .product-head .subtitle {
  font-size: 1.8rem;
  }

  .product-head .info-list {
  font-size: 1.4rem;
  display: block;
  margin: 0;
  }

  .product-head .info-list [class^='icon-'],.product-head .info-list [class*=' icon-'] {
  font-size: 2rem;
  }

  .product-head .info-list [class^='icon-'],.product-head .info-list [class*=' icon-'] span{
    width :30px !important;
  }

  .product-head .info-list li {
  padding: 0 0 .2rem;
  }

  .product-head .btn-list {
  margin: 0 0 -1.5rem;
  }

  .product-head .btn-list li {
  padding: 0 0 1.5rem;
  }

  .product-head .btn-list .btn {
  min-width: 22.5rem;
  padding: .7rem 2rem;
  }

  .product-page-holder {
  margin: 0 0 6rem;
  }

  .product-content {
  margin: 0 0 5.5rem;
  }

  .main-categories li {
  width: 25%;
  }

  .main-categories .category-box {
  font-size: 1.4rem;
  }

  .categories-list {
  font-size: 1.4rem;
  }

  .properties-list {
  font-size: 1.4rem;
  }

  .properties-list li {
  margin: 0 0 1.5rem;
  }

  .properties-list [class^='icon-'],.properties-list [class*=' icon-'] {
  font-size: 3.5rem;
  }

  .properties-list .img-block {
  height: 6rem;
  width: 6rem;
  margin: 0 2rem 0 0;
  }

  .properties-list .text-block {
  width: calc(100% - 8rem);
  }

  .location-section.white-block {
  padding: 3.5rem 4.5rem;
  margin: 0 0 5rem;
  }

  .location-section .distance {
  font-size: 1.6rem;
  padding: .3rem 1.7rem;
  }

  .location-section .taxt-block {
  line-height: 1.4;
  font-size: 1.4rem;
  margin: 0;
  }

  .location-section .map-area {
  min-height: 180px;
  padding: .5rem 0 0 1.5rem;
  }

  .medias-section .meadia-item .btn-opener {
  font-size: 1.6rem;
  }

  .medias-section .meadia-item .plus {
  width: 3.6rem;
  height: 3.6rem;
  }

  .medias-section .meadia-item .plus:before {
  height: 2px;
  width: 18px;
  }

  .medias-section .meadia-item .plus:after {
  width: 2px;
  height: 18px;
  }

  .medias-section .media-block {
  padding: 1rem;
  }

  .product-reviews {
  padding: 3.5rem 4.5rem;
  margin: 0 0 5rem;
  }

  .product-reviews .heading-block {
  padding: 0 0 2.5rem 2rem;
  margin: 0 0 3.5rem;
  }

  .product-reviews .rating {
  font-size: 2.4rem;
  }

  .product-reviews .rating .counter {
  font-size: 2rem;
  }

  .product-reviews .rating .icon-star-solid {
  font-size: 2rem;
  margin: 0 1.5rem 0 0;
  }

  .review-item {
  padding: 0 2.5rem 3rem;
  }

  .review-item .title-block {
  margin: 0 0 1.5rem;
  }

  .review-item .name {
  font-size: 1.6rem;
  }

  .review-item .date {
  font-size: 1.4rem;
  }

  .review-item .image-block {
  width: 6.6rem;
  height: 6.6rem;
  margin: 0 2rem 0 0;
  }

  .reservation-block {
  padding: 2rem 4rem 3.5rem;
  margin: 0 0 3rem;
  }

  .reservation-block .title-block {
  font-size: 1.8rem;
  margin: 0 0 1.5rem;
  }

  .reservation-block [type="submit"] {
  font-size: 2rem;
  }

  .calendar-options-list .label-text {
  font-size: 1.4rem;
  }

  .calendar-options-list .text-value {
  font-size: 1.8rem;
  }

  .calendar-options-list .text-value.alt-value {
  font-size: 1.4rem;
  }

  .calendar-slider .calendar-item-time li {
  margin: 0 0 1rem;
  }

  .calendar-slider .btn-time {
  font-size: 1.4rem;
  padding: .7rem 1.3rem;
  }

  .summary-block .summary-options {
  font-size: 1.6rem;
  }

  .summary-block .summary-value {
  font-size: 2.4rem;
  }

  .place-header {
  padding: 0;
  }

  .place-header .info-content {
  padding: 2.5em 3rem;
  }

  .place-header .info-content {
  padding: 2.5rem 6rem;
  }

  .place-header .info-list {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  }

  .heading-section h1,.heading-section .h1 {
  font-size: 3.6rem;
  }

  .heading-section .heading-area [type='submit'],.heading-section .heading-area [type='reset'],.heading-section .heading-area a {
  font-size: 1.6rem;
  }

  .heading-section .heading-area .back-btn {
  font-size: 2.4rem;
  }

  .client-single-section {
  padding: 3rem;
  }

  .client-single-section h3,.client-single-section .h3 {
  font-size: 2.4rem;
  }

  .client-info-block .name {
  font-size: 1.8rem;
  }

  .client-info-block .text-holder {
  font-size: 1.6rem;
  }

  .notes-list {
  font-size: 1.4rem;
  }

  .notes-list .title {
  font-size: 1.6rem;
  }

  .clients-section {
  padding: 3rem;
  }

  .clients-section .event-facture .img-icon {
  min-height: 2.4rem;
  }

  .clients-section .event-facture .block-content {
  min-height: 9rem;
  }

  .client-card {
  margin-bottom: 2.6rem;
  }

  .client-card .img-holder .img-beacon {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.2rem;
  }

  .client-card .name {
  font-size: 1.6rem;
  }

  .client-card .code,.client-card .info-text {
  font-size: 1.4rem;
  }

  .client-card .rating-block {
  font-size: 1.4rem;
  }

  .factures-block {
  margin-bottom: 2.6rem;
  }

  .factures-block .list-title {
  font-size: 1.6rem;
  }

  .factures-list {
  font-size: 1.5rem;
  }

  .account-section.new-facture-section .notes-block {
  font-size: 1.6rem;
  }

  .rating-list {
  font-size: 2rem;
  }

  .my-activity-section .content-block .title {
  font-size: 1.8rem;
  }

  .chosen-area {
  margin: 0 0 2.5rem;
  }

  .chosen-container-multi .chosen-choices {
  font-size: 1.6rem;
  }

  .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 6rem;
  }

  .chosen-container-multi .chosen-choices li.search-choice {
  padding: 10px 30px 10px 10px;
  }

  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  width: 2rem;
  height: 2rem;
  top: 6px;
  right: 5px;
  background-image: none;
  }

  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
  width: 10px;
  }

  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  height: 10px;
  }

  .photos-list li {
  width: 33.33%;
  }

  .photos-list li .btn {
  margin-top: -105px;
  }

  .btn-add .plus {
  width: 3rem;
  height: 3rem;
  }

  .btn-add .plus:before {
  width: 15px;
  height: 2px;
  }

  .btn-add .plus:after {
  height: 15px;
  width: 2px;
  }

  .message-item .img-block {
  width: 11%;
  }

  .message-item .text-block {
  width: 89%;
  }

  .offer-item .title {
  font-size: 1.8rem;
  }

  .offer-item .content-wrapper {
  font-size: 1.4rem;
  }

  .offer-contact-list {
  font-size: 1.4rem;
  }

  .offers-list .item-wrapper {
  width: 50%;
  }

  .daterangepicker.opensright:after,.daterangepicker.opensright:before {
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  }

  .daterangepicker select.hourselect,.daterangepicker select.minuteselect {
  font-size: 1.8rem;
  }

  .lead-page .base-section {
  padding: 3.5rem 0;
  }

  .lead-page .base-section:first-child {
  padding-top: 7rem;
  }

  .lead-page .base-section:last-child {
  padding-bottom: 7rem;
  }

  .circle-list {
  font-size: 1.8rem;
  }

  .circle-list li {
  margin-bottom: 2rem;
  }

  .circle-list .img-holder {
  width: 10rem;
  height: 10rem;
  margin-right: 3rem;
  }


  main {
  padding-top: 0;
  width: calc(100% - 80px);
  }

  .header .logo {
  width: 250px;
  }

  .home main {
/*  padding-top: 68px;*/
  }

  .home .header .logo {
  width: 250px;
  }

  .fixed-position-js .logo,.home .fixed-position-js .logo {
  width: 250px;
  }


  .wording-section .wording-text {
  -moz-columns: 2;
  columns: 2;
  margin-bottom: 40px;
  }

  .wording-section .key-list {
  flex-wrap: nowrap;
  }

  .wording-section .key-list li {
  width: 20%;
  }

  .home .news-section {
  margin-bottom: 40px;
  }

  .discover-offer-section {
  margin-bottom: 40px;
  padding: 40px 0;
  }

  .discover-offer-section .coach-list {
  flex-wrap: nowrap;
  }

  .discover-offer-section .coach-list li {
  width: 100px;
  margin: 0;
  }

  .discover-offer-section .coach-list a {
  height: 125px;
  width: 125px;
  }

  .news-animate .content-block .card-title {
  font-size: 18px;
  }

  

  .search-header .decor-img-left {
  left: calc(50% - 20px);
  right: auto;
  }

  .search-header h2,.search-header .h2 {
  width: 50%;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
  width: 38em;
  }
}

@media (min-width: 1024px) {
  .col-lg {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  }

  .row-cols-lg-1>* {
  flex: 0 0 100%;
  max-width: 100%;
  }

  .row-cols-lg-2>* {
  flex: 0 0 50%;
  max-width: 50%;
  }

  .row-cols-lg-3>* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  }

  .row-cols-lg-4>* {
  flex: 0 0 25%;
  max-width: 25%;
  }

  .row-cols-lg-5>* {
  flex: 0 0 20%;
  max-width: 20%;
  }

  .row-cols-lg-6>* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  }

  .col-lg-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  }

  .col-lg-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  }

  .col-lg-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  }

  .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
  }

  .col-lg-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  }

  .col-lg-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  }

  .col-lg-6 {
  flex: 0 0 50%;
  max-width: 50%;
  }

  .col-lg-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  }

  .col-lg-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  }

  .col-lg-9 {
  flex: 0 0 75%;
  max-width: 75%;
  }

  .col-lg-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  }

  .col-lg-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  }

  .col-lg-12 {
  flex: 0 0 100%;
  max-width: 100%;
  }

  .order-lg-first {
  order: -1;
  }

  .order-lg-last {
  order: 13;
  }

  .order-lg-0 {
  order: 0;
  }

  .order-lg-1 {
  order: 1;
  }

  .order-lg-2 {
  order: 2;
  }

  .order-lg-3 {
  order: 3;
  }

  .order-lg-4 {
  order: 4;
  }

  .order-lg-5 {
  order: 5;
  }

  .order-lg-6 {
  order: 6;
  }

  .order-lg-7 {
  order: 7;
  }

  .order-lg-8 {
  order: 8;
  }

  .order-lg-9 {
  order: 9;
  }

  .order-lg-10 {
  order: 10;
  }

  .order-lg-11 {
  order: 11;
  }

  .order-lg-12 {
  order: 12;
  }

  .offset-lg-0 {
  margin-left: 0;
  }

  .offset-lg-1 {
  margin-left: 8.33333%;
  }

  .offset-lg-2 {
  margin-left: 16.66667%;
  }

  .offset-lg-3 {
  margin-left: 25%;
  }

  .offset-lg-4 {
  margin-left: 33.33333%;
  }

  .offset-lg-5 {
  margin-left: 41.66667%;
  }

  .offset-lg-6 {
  margin-left: 50%;
  }

  .offset-lg-7 {
  margin-left: 58.33333%;
  }

  .offset-lg-8 {
  margin-left: 66.66667%;
  }

  .offset-lg-9 {
  margin-left: 75%;
  }

  .offset-lg-10 {
  margin-left: 83.33333%;
  }

  .offset-lg-11 {
  margin-left: 91.66667%;
  }

  .dropdown-menu-lg-left {
  right: auto;
  left: 0;
  }

  .dropdown-menu-lg-right {
  right: 0;
  left: auto;
  }

  .navbar-expand-lg {
  flex-flow: row 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: .5rem;
  padding-left: .5rem;
  }

  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm {
  flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
  display: none;
  }

  .list-group-horizontal-lg {
  flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
  border-top-right-radius: .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;
  }

  .modal-lg,.modal-xl {
  max-width: 800px;
  }

  .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: flex !important;
  }

  .d-lg-inline-flex {
  display: inline-flex !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-wrap {
  flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
  flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
  flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }

  .float-lg-left {
  float: left !important;
  }

  .float-lg-right {
  float: right !important;
  }

  .float-lg-none {
  float: none !important;
  }

  .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-5 {
  margin: .5rem !important;
  }

  .mt-lg-5,.my-lg-5 {
  margin-top: .5rem !important;
  }

  .mr-lg-5,.mx-lg-5 {
  margin-right: .5rem !important;
  }

  .mb-lg-5,.my-lg-5 {
  margin-bottom: .5rem !important;
  }

  .ml-lg-5,.mx-lg-5 {
  margin-left: .5rem !important;
  }

  .m-lg-10 {
  margin: 1rem !important;
  }

  .mt-lg-10,.my-lg-10 {
  margin-top: 1rem !important;
  }

  .mr-lg-10,.mx-lg-10 {
  margin-right: 1rem !important;
  }

  .mb-lg-10,.my-lg-10 {
  margin-bottom: 1rem !important;
  }

  .ml-lg-10,.mx-lg-10 {
  margin-left: 1rem !important;
  }

  .m-lg-15 {
  margin: 1.5rem !important;
  }

  .mt-lg-15,.my-lg-15 {
  margin-top: 1.5rem !important;
  }

  .mr-lg-15,.mx-lg-15 {
  margin-right: 1.5rem !important;
  }

  .mb-lg-15,.my-lg-15 {
  margin-bottom: 1.5rem !important;
  }

  .ml-lg-15,.mx-lg-15 {
  margin-left: 1.5rem !important;
  }

  .m-lg-20 {
  margin: 2rem !important;
  }

  .mt-lg-20,.my-lg-20 {
  margin-top: 2rem !important;
  }

  .mr-lg-20,.mx-lg-20 {
  margin-right: 2rem !important;
  }

  .mb-lg-20,.my-lg-20 {
  margin-bottom: 2rem !important;
  }

  .ml-lg-20,.mx-lg-20 {
  margin-left: 2rem !important;
  }

  .m-lg-25 {
  margin: 2.5rem !important;
  }

  .mt-lg-25,.my-lg-25 {
  margin-top: 2.5rem !important;
  }

  .mr-lg-25,.mx-lg-25 {
  margin-right: 2.5rem !important;
  }

  .mb-lg-25,.my-lg-25 {
  margin-bottom: 2.5rem !important;
  }

  .ml-lg-25,.mx-lg-25 {
  margin-left: 2.5rem !important;
  }

  .m-lg-30 {
  margin: 3rem !important;
  }

  .mt-lg-30,.my-lg-30 {
  margin-top: 3rem !important;
  }

  .mr-lg-30,.mx-lg-30 {
  margin-right: 3rem !important;
  }

  .mb-lg-30,.my-lg-30 {
  margin-bottom: 3rem !important;
  }

  .ml-lg-30,.mx-lg-30 {
  margin-left: 3rem !important;
  }

  .m-lg-35 {
  margin: 3.5rem !important;
  }

  .mt-lg-35,.my-lg-35 {
  margin-top: 3.5rem !important;
  }

  .mr-lg-35,.mx-lg-35 {
  margin-right: 3.5rem !important;
  }

  .mb-lg-35,.my-lg-35 {
  margin-bottom: 3.5rem !important;
  }

  .ml-lg-35,.mx-lg-35 {
  margin-left: 3.5rem !important;
  }

  .m-lg-40 {
  margin: 4rem !important;
  }

  .mt-lg-40,.my-lg-40 {
  margin-top: 4rem !important;
  }

  .mr-lg-40,.mx-lg-40 {
  margin-right: 4rem !important;
  }

  .mb-lg-40,.my-lg-40 {
  margin-bottom: 4rem !important;
  }

  .ml-lg-40,.mx-lg-40 {
  margin-left: 4rem !important;
  }

  .m-lg-45 {
  margin: 4.5rem !important;
  }

  .mt-lg-45,.my-lg-45 {
  margin-top: 4.5rem !important;
  }

  .mr-lg-45,.mx-lg-45 {
  margin-right: 4.5rem !important;
  }

  .mb-lg-45,.my-lg-45 {
  margin-bottom: 4.5rem !important;
  }

  .ml-lg-45,.mx-lg-45 {
  margin-left: 4.5rem !important;
  }

  .m-lg-50 {
  margin: 5rem !important;
  }

  .mt-lg-50,.my-lg-50 {
  margin-top: 5rem !important;
  }

  .mr-lg-50,.mx-lg-50 {
  margin-right: 5rem !important;
  }

  .mb-lg-50,.my-lg-50 {
  margin-bottom: 5rem !important;
  }

  .ml-lg-50,.mx-lg-50 {
  margin-left: 5rem !important;
  }

  .m-lg-55 {
  margin: 5.5rem !important;
  }

  .mt-lg-55,.my-lg-55 {
  margin-top: 5.5rem !important;
  }

  .mr-lg-55,.mx-lg-55 {
  margin-right: 5.5rem !important;
  }

  .mb-lg-55,.my-lg-55 {
  margin-bottom: 5.5rem !important;
  }

  .ml-lg-55,.mx-lg-55 {
  margin-left: 5.5rem !important;
  }

  .m-lg-60 {
  margin: 6rem !important;
  }

  .mt-lg-60,.my-lg-60 {
  margin-top: 6rem !important;
  }

  .mr-lg-60,.mx-lg-60 {
  margin-right: 6rem !important;
  }

  .mb-lg-60,.my-lg-60 {
  margin-bottom: 6rem !important;
  }

  .ml-lg-60,.mx-lg-60 {
  margin-left: 6rem !important;
  }

  .m-lg-65 {
  margin: 6.5rem !important;
  }

  .mt-lg-65,.my-lg-65 {
  margin-top: 6.5rem !important;
  }

  .mr-lg-65,.mx-lg-65 {
  margin-right: 6.5rem !important;
  }

  .mb-lg-65,.my-lg-65 {
  margin-bottom: 6.5rem !important;
  }

  .ml-lg-65,.mx-lg-65 {
  margin-left: 6.5rem !important;
  }

  .m-lg-70 {
  margin: 7rem !important;
  }

  .mt-lg-70,.my-lg-70 {
  margin-top: 7rem !important;
  }

  .mr-lg-70,.mx-lg-70 {
  margin-right: 7rem !important;
  }

  .mb-lg-70,.my-lg-70 {
  margin-bottom: 7rem !important;
  }

  .ml-lg-70,.mx-lg-70 {
  margin-left: 7rem !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-5 {
  padding: .5rem !important;
  }

  .pt-lg-5,.py-lg-5 {
  padding-top: .5rem !important;
  }

  .pr-lg-5,.px-lg-5 {
  padding-right: .5rem !important;
  }

  .pb-lg-5,.py-lg-5 {
  padding-bottom: .5rem !important;
  }

  .pl-lg-5,.px-lg-5 {
  padding-left: .5rem !important;
  }

  .p-lg-10 {
  padding: 1rem !important;
  }

  .pt-lg-10,.py-lg-10 {
  padding-top: 1rem !important;
  }

  .pr-lg-10,.px-lg-10 {
  padding-right: 1rem !important;
  }

  .pb-lg-10,.py-lg-10 {
  padding-bottom: 1rem !important;
  }

  .pl-lg-10,.px-lg-10 {
  padding-left: 1rem !important;
  }

  .p-lg-15 {
  padding: 1.5rem !important;
  }

  .pt-lg-15,.py-lg-15 {
  padding-top: 1.5rem !important;
  }

  .pr-lg-15,.px-lg-15 {
  padding-right: 1.5rem !important;
  }

  .pb-lg-15,.py-lg-15 {
  padding-bottom: 1.5rem !important;
  }

  .pl-lg-15,.px-lg-15 {
  padding-left: 1.5rem !important;
  }

  .p-lg-20 {
  padding: 2rem !important;
  }

  .pt-lg-20,.py-lg-20 {
  padding-top: 2rem !important;
  }

  .pr-lg-20,.px-lg-20 {
  padding-right: 2rem !important;
  }

  .pb-lg-20,.py-lg-20 {
  padding-bottom: 2rem !important;
  }

  .pl-lg-20,.px-lg-20 {
  padding-left: 2rem !important;
  }

  .p-lg-25 {
  padding: 2.5rem !important;
  }

  .pt-lg-25,.py-lg-25 {
  padding-top: 2.5rem !important;
  }

  .pr-lg-25,.px-lg-25 {
  padding-right: 2.5rem !important;
  }

  .pb-lg-25,.py-lg-25 {
  padding-bottom: 2.5rem !important;
  }

  .pl-lg-25,.px-lg-25 {
  padding-left: 2.5rem !important;
  }

  .p-lg-30 {
  padding: 3rem !important;
  }

  .pt-lg-30,.py-lg-30 {
  padding-top: 3rem !important;
  }

  .pr-lg-30,.px-lg-30 {
  padding-right: 3rem !important;
  }

  .pb-lg-30,.py-lg-30 {
  padding-bottom: 3rem !important;
  }

  .pl-lg-30,.px-lg-30 {
  padding-left: 3rem !important;
  }

  .p-lg-35 {
  padding: 3.5rem !important;
  }

  .pt-lg-35,.py-lg-35 {
  padding-top: 3.5rem !important;
  }

  .pr-lg-35,.px-lg-35 {
  padding-right: 3.5rem !important;
  }

  .pb-lg-35,.py-lg-35 {
  padding-bottom: 3.5rem !important;
  }

  .pl-lg-35,.px-lg-35 {
  padding-left: 3.5rem !important;
  }

  .p-lg-40 {
  padding: 4rem !important;
  }

  .pt-lg-40,.py-lg-40 {
  padding-top: 4rem !important;
  }

  .pr-lg-40,.px-lg-40 {
  padding-right: 4rem !important;
  }

  .pb-lg-40,.py-lg-40 {
  padding-bottom: 4rem !important;
  }

  .pl-lg-40,.px-lg-40 {
  padding-left: 4rem !important;
  }

  .p-lg-45 {
  padding: 4.5rem !important;
  }

  .pt-lg-45,.py-lg-45 {
  padding-top: 4.5rem !important;
  }

  .pr-lg-45,.px-lg-45 {
  padding-right: 4.5rem !important;
  }

  .pb-lg-45,.py-lg-45 {
  padding-bottom: 4.5rem !important;
  }

  .pl-lg-45,.px-lg-45 {
  padding-left: 4.5rem !important;
  }

  .p-lg-50 {
  padding: 5rem !important;
  }

  .pt-lg-50,.py-lg-50 {
  padding-top: 5rem !important;
  }

  .pr-lg-50,.px-lg-50 {
  padding-right: 5rem !important;
  }

  .pb-lg-50,.py-lg-50 {
  padding-bottom: 5rem !important;
  }

  .pl-lg-50,.px-lg-50 {
  padding-left: 5rem !important;
  }

  .p-lg-55 {
  padding: 5.5rem !important;
  }

  .pt-lg-55,.py-lg-55 {
  padding-top: 5.5rem !important;
  }

  .pr-lg-55,.px-lg-55 {
  padding-right: 5.5rem !important;
  }

  .pb-lg-55,.py-lg-55 {
  padding-bottom: 5.5rem !important;
  }

  .pl-lg-55,.px-lg-55 {
  padding-left: 5.5rem !important;
  }

  .p-lg-60 {
  padding: 6rem !important;
  }

  .pt-lg-60,.py-lg-60 {
  padding-top: 6rem !important;
  }

  .pr-lg-60,.px-lg-60 {
  padding-right: 6rem !important;
  }

  .pb-lg-60,.py-lg-60 {
  padding-bottom: 6rem !important;
  }

  .pl-lg-60,.px-lg-60 {
  padding-left: 6rem !important;
  }

  .p-lg-65 {
  padding: 6.5rem !important;
  }

  .pt-lg-65,.py-lg-65 {
  padding-top: 6.5rem !important;
  }

  .pr-lg-65,.px-lg-65 {
  padding-right: 6.5rem !important;
  }

  .pb-lg-65,.py-lg-65 {
  padding-bottom: 6.5rem !important;
  }

  .pl-lg-65,.px-lg-65 {
  padding-left: 6.5rem !important;
  }

  .p-lg-70 {
  padding: 7rem !important;
  }

  .pt-lg-70,.py-lg-70 {
  padding-top: 7rem !important;
  }

  .pr-lg-70,.px-lg-70 {
  padding-right: 7rem !important;
  }

  .pb-lg-70,.py-lg-70 {
  padding-bottom: 7rem !important;
  }

  .pl-lg-70,.px-lg-70 {
  padding-left: 7rem !important;
  }

  .m-lg-n5 {
  margin: -.5rem !important;
  }

  .mt-lg-n5,.my-lg-n5 {
  margin-top: -.5rem !important;
  }

  .mr-lg-n5,.mx-lg-n5 {
  margin-right: -.5rem !important;
  }

  .mb-lg-n5,.my-lg-n5 {
  margin-bottom: -.5rem !important;
  }

  .ml-lg-n5,.mx-lg-n5 {
  margin-left: -.5rem !important;
  }

  .m-lg-n10 {
  margin: -1rem !important;
  }

  .mt-lg-n10,.my-lg-n10 {
  margin-top: -1rem !important;
  }

  .mr-lg-n10,.mx-lg-n10 {
  margin-right: -1rem !important;
  }

  .mb-lg-n10,.my-lg-n10 {
  margin-bottom: -1rem !important;
  }

  .ml-lg-n10,.mx-lg-n10 {
  margin-left: -1rem !important;
  }

  .m-lg-n15 {
  margin: -1.5rem !important;
  }

  .mt-lg-n15,.my-lg-n15 {
  margin-top: -1.5rem !important;
  }

  .mr-lg-n15,.mx-lg-n15 {
  margin-right: -1.5rem !important;
  }

  .mb-lg-n15,.my-lg-n15 {
  margin-bottom: -1.5rem !important;
  }

  .ml-lg-n15,.mx-lg-n15 {
  margin-left: -1.5rem !important;
  }

  .m-lg-n20 {
  margin: -2rem !important;
  }

  .mt-lg-n20,.my-lg-n20 {
  margin-top: -2rem !important;
  }

  .mr-lg-n20,.mx-lg-n20 {
  margin-right: -2rem !important;
  }

  .mb-lg-n20,.my-lg-n20 {
  margin-bottom: -2rem !important;
  }

  .ml-lg-n20,.mx-lg-n20 {
  margin-left: -2rem !important;
  }

  .m-lg-n25 {
  margin: -2.5rem !important;
  }

  .mt-lg-n25,.my-lg-n25 {
  margin-top: -2.5rem !important;
  }

  .mr-lg-n25,.mx-lg-n25 {
  margin-right: -2.5rem !important;
  }

  .mb-lg-n25,.my-lg-n25 {
  margin-bottom: -2.5rem !important;
  }

  .ml-lg-n25,.mx-lg-n25 {
  margin-left: -2.5rem !important;
  }

  .m-lg-n30 {
  margin: -3rem !important;
  }

  .mt-lg-n30,.my-lg-n30 {
  margin-top: -3rem !important;
  }

  .mr-lg-n30,.mx-lg-n30 {
  margin-right: -3rem !important;
  }

  .mb-lg-n30,.my-lg-n30 {
  margin-bottom: -3rem !important;
  }

  .ml-lg-n30,.mx-lg-n30 {
  margin-left: -3rem !important;
  }

  .m-lg-n35 {
  margin: -3.5rem !important;
  }

  .mt-lg-n35,.my-lg-n35 {
  margin-top: -3.5rem !important;
  }

  .mr-lg-n35,.mx-lg-n35 {
  margin-right: -3.5rem !important;
  }

  .mb-lg-n35,.my-lg-n35 {
  margin-bottom: -3.5rem !important;
  }

  .ml-lg-n35,.mx-lg-n35 {
  margin-left: -3.5rem !important;
  }

  .m-lg-n40 {
  margin: -4rem !important;
  }

  .mt-lg-n40,.my-lg-n40 {
  margin-top: -4rem !important;
  }

  .mr-lg-n40,.mx-lg-n40 {
  margin-right: -4rem !important;
  }

  .mb-lg-n40,.my-lg-n40 {
  margin-bottom: -4rem !important;
  }

  .ml-lg-n40,.mx-lg-n40 {
  margin-left: -4rem !important;
  }

  .m-lg-n45 {
  margin: -4.5rem !important;
  }

  .mt-lg-n45,.my-lg-n45 {
  margin-top: -4.5rem !important;
  }

  .mr-lg-n45,.mx-lg-n45 {
  margin-right: -4.5rem !important;
  }

  .mb-lg-n45,.my-lg-n45 {
  margin-bottom: -4.5rem !important;
  }

  .ml-lg-n45,.mx-lg-n45 {
  margin-left: -4.5rem !important;
  }

  .m-lg-n50 {
  margin: -5rem !important;
  }

  .mt-lg-n50,.my-lg-n50 {
  margin-top: -5rem !important;
  }

  .mr-lg-n50,.mx-lg-n50 {
  margin-right: -5rem !important;
  }

  .mb-lg-n50,.my-lg-n50 {
  margin-bottom: -5rem !important;
  }

  .ml-lg-n50,.mx-lg-n50 {
  margin-left: -5rem !important;
  }

  .m-lg-n55 {
  margin: -5.5rem !important;
  }

  .mt-lg-n55,.my-lg-n55 {
  margin-top: -5.5rem !important;
  }

  .mr-lg-n55,.mx-lg-n55 {
  margin-right: -5.5rem !important;
  }

  .mb-lg-n55,.my-lg-n55 {
  margin-bottom: -5.5rem !important;
  }

  .ml-lg-n55,.mx-lg-n55 {
  margin-left: -5.5rem !important;
  }

  .m-lg-n60 {
  margin: -6rem !important;
  }

  .mt-lg-n60,.my-lg-n60 {
  margin-top: -6rem !important;
  }

  .mr-lg-n60,.mx-lg-n60 {
  margin-right: -6rem !important;
  }

  .mb-lg-n60,.my-lg-n60 {
  margin-bottom: -6rem !important;
  }

  .ml-lg-n60,.mx-lg-n60 {
  margin-left: -6rem !important;
  }

  .m-lg-n65 {
  margin: -6.5rem !important;
  }

  .mt-lg-n65,.my-lg-n65 {
  margin-top: -6.5rem !important;
  }

  .mr-lg-n65,.mx-lg-n65 {
  margin-right: -6.5rem !important;
  }

  .mb-lg-n65,.my-lg-n65 {
  margin-bottom: -6.5rem !important;
  }

  .ml-lg-n65,.mx-lg-n65 {
  margin-left: -6.5rem !important;
  }

  .m-lg-n70 {
  margin: -7rem !important;
  }

  .mt-lg-n70,.my-lg-n70 {
  margin-top: -7rem !important;
  }

  .mr-lg-n70,.mx-lg-n70 {
  margin-right: -7rem !important;
  }

  .mb-lg-n70,.my-lg-n70 {
  margin-bottom: -7rem !important;
  }

  .ml-lg-n70,.mx-lg-n70 {
  margin-left: -7rem !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;
  }

  .text-lg-left {
  text-align: left !important;
  }

  .text-lg-right {
  text-align: right !important;
  }

  .text-lg-center {
  text-align: center !important;
  }

  .form-frame .checkbox-field {
  height: 6rem;
  }

  .form-frame .custom-file-input ~ .custom-file-label[data-browse]:after {
  height: 6rem;
  line-height: 3.2rem;
  }

  .form-frame .custom-file-label {
  line-height: 3.2rem;
  font-size: 1.6rem;
  }

  .header {
  padding: 1.3rem 0 1.6rem;
  }

  .header .container {
  position: relative;
  }

  .header .user-frame {
  width: 5.5rem;
  height: 5.5rem;
  }

  .logined .header .logo {
  margin: 0;
  }

  .header .header-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  }

  .header .links-list {
  order: 1;
  font-weight: 500;
  padding: 0;
  }

  .header .links-list li {
  padding: 0 1.2rem;
  }
  .header .links-list li a:hover {

   transition: padding-bottom.3s;
  padding-bottom:10px;
  border-bottom: 1px solid #004ACC;
  
  }

  .header .links-list .registration {
  display: none;
  }

  .header .log-in .link-text {
  margin: 0 0 0 1rem;
  text-decoration: underline;
  }

  .fixed-position-js .logo {
  width: 25rem;
  }

  .menu {
  flex-wrap: wrap;
  align-items: center;
  }

  .logined .menu {
  padding: 0 6.5rem 0 0;
  }

  .menu .btn {
  min-width: 17.5rem;
  padding: .7rem 2rem;
  }

  .menu .btn-area {
  padding: 0;
  text-align: left;
  border: 0;
  }

  .menu-nav {
  display: flex;
  flex-wrap: wrap;
  }

  .menu-nav li {
  padding: 0 1.5rem;
  margin: 0;
  border: 0;
  }

  .nav-opener {
  display: none;
  }

  main {
  padding: 6.7rem 0 0;
  }

  .heading-block {
  margin: 0 0 1.5rem;
  display: flex;
  align-items: flex-end;
  }

  .heading-block:before {
  min-height: 6.6rem;
  content: '';
  display: block;
  width: 0;
  }

  .heading-block .subtitle {
  font-size: 1.5rem;
  }

  .two-columns-layout {
  }

  .avatar-block {
  }

  .avatar-block .img-block {
  }

  .avatar-block .plus {
  right: 5px;
  bottom: 5px;
  }

  .cta-block {
  padding: 4rem 3rem;
  }

  .cta-block .content-holder {
  max-width: 485px;
  }

  .cta-block .decor-img {
  top: 0;
  width: 58%;
  transform: none;
  }

  .cta-block .img-holder {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-top: .6rem;
  }

  .brand-list-holder {
  padding: 4.3rem 0 0;
  }

  .brand-list {
  padding: 0;
  }

  .brand-list li {
  width: auto;
  }

  .check-list.large-indent li {
  margin-bottom: 2rem;
  }

  .coach-list-holder {
  margin-bottom: 0;
  }

  

  .video-block video {
  height: auto;
  width: 100%;
  }

  .category-slider {
  padding: 0 3rem;
  }

  .slick-dots {
  padding: 0;
  }

  .news-section {
  padding: 2.2rem 0 7rem;
  }

  .news-section.page .decor,.news-section.detail .decor {
  top: -7.8rem;
  }

  .news-slider {
  padding: 0;
  }

  .news-slider .slick-list {
  margin: 0 -1.5rem;
  }

  .contact-section {
  padding: 7rem 0;
  }

  .contact-section .decor {
  top: -7.8rem;
  }

  .contact-page-block {
  padding: 5rem 2rem 16rem;
  }

  .contacts-form .btn-holder {
  padding-top: 3rem;
  }

  .research-section {
  padding: 7rem 0 11.8rem;
  }

  .research-block {
  margin: 0 0 8.4rem;
  }

  .research-block .img-decor-1 {
  position: absolute;
  bottom: 30%;
  left: -80px;
  display: block;
  }

  .research-block .img-decor-2 {
  position: absolute;
  bottom: 5%;
  right: -115px;
  display: block;
  }

  .research-block h2,.research-block .h2 {
  margin: 0 0 2.4rem;
  }

  .research-block .text-area {
  font-size: 1.8rem;
  line-height: 1.2;
  }

  .research-categories .check-title {
  font-size: 1.6rem;
  }

  .need-help-block {
  padding: 5rem 6.5rem;
  }

  .need-help-block .decor-image img {
  transform: none;
  }

  .need-help-block.alt h2,.need-help-block.alt .h2 {
  margin-bottom: 2.5rem;
  }

  .need-help-block.alt .text-block {
  padding-top: 2rem;
  }

  .categories-section .decor {
  top: -7.8rem;
  }

  .categories-list {
  margin-bottom: 0;
  }

  .gift-card .visual-block {
  margin: 0 auto 4rem;
  padding: 5rem 3rem 7.5rem;
  }

  .gift-card .logo-holder {
  left: 3rem;
  }

  .faq-search-block .decor {
  top: -7.8rem;
  }

  .faq-card {
  font-size: 1.8rem;
  min-height: 340px;
  }

  .single-faq-section {
  margin-bottom: 8rem;
  }

  .faq-content-wrapper {
  padding: 4rem 4rem 3rem;
  margin-bottom: 0;
  }

  .faq-content-wrapper .single-faq-block {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
  }

  .register-block>.row>[class*='col-'] {
  margin-bottom: 7.5rem;
  }

  .decor-section {
  padding: 6.4rem 0 11.8rem;
  }

  .decor-section .decor {
  top: -7.8rem;
  }

  .recap-sidebar {
  padding: 3.3rem 4.2rem 4.3rem;
  }

  .custom-checkbox .fake-input {
  margin: 0 1.4rem 0 1rem;
  }

  .credit-card-block .base-form {
  padding: 0 0 0 4rem;
  }

  .credit-card-block .base-form .form-group {
  margin-bottom: 1.8rem;
  }

  .lead-form-block {
  padding: 4.5rem 1.5rem 0;
  }

  .lead-form-block .content-holder {
  padding: 0 0 3.6rem 4rem;
  }

  .lead-form-block .form-holder {
  padding: 1rem 3rem 5rem 1.5rem;
  max-width: 427px;
  margin: 0;
  }

  .lead-form-block .decor-img-holder {
  height: 250px;
  position: relative;
  left: 2.5rem;
  padding: 0;
  }

  .lead-form-block.services-form {
  padding: 5.5rem 1.5rem 2.5rem;
  text-align: inherit;
  }

  .lead-form-block.services-form .content-holder {
  padding: 1rem 0 0 9.4rem;
  }

  .lead-form-block.services-form .decor-img-holder {
  padding-top: 3rem;
  left: 1rem;
  max-width: 85%;
  margin: 0;
  }

  .lead-form-block.services-form .form-holder {
  max-width: 420px;
  padding: 1rem 0 5rem;
  }

  .lead-form-block.services-form .form-wrapper {
  max-width: 382px;
  margin: auto;
  }

  .lead-form-block.company-intro .decor,.lead-form-block.client-intro .decor {
  height: auto;
  width: 85.5%;
  bottom: auto;
  right: 0;
  top: 0;
  transform: translate(36%, -22%);
  }

  .lead-form-block.company-intro .form-holder,.lead-form-block.client-intro .form-holder {
  padding: 1rem 2.5rem 5rem 2rem;
  margin-bottom: 0;
  }

  .lead-form-block.company-intro .brand-list-holder,.lead-form-block.client-intro .brand-list-holder {
  padding: 5rem 0;
  margin: 0 2rem;
  }

  .lead-form-block.company-intro .brand-list,.lead-form-block.client-intro .brand-list {
  margin: 0 -1.6rem;
  }

  .lead-form-block.company-intro .brand-list li,.lead-form-block.client-intro .brand-list li {
  padding: 0 1.6rem;
  width: 12.5%;
  }

  .lead-form-block.company-intro .form-title,.lead-form-block.client-intro .form-title {
  color: #ffffff;
  }

  .lead-form-block.company-intro .check-list,.lead-form-block.client-intro .check-list {
  margin-bottom: 4.7rem;
  max-width: 480px;
  }

  .lead-form-block.company-intro .decor-img-holder,.lead-form-block.client-intro .decor-img-holder {
  left: 2rem;
  text-align: left;
  }

  .lead-form-block.client-intro h2,.lead-form-block.client-intro .h2 {
  margin-bottom: 4.5rem;
  max-width: 450px;
  }

  .lead-form-block.client-intro .content-holder {
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  }

  .lead-form-block.client-intro h3:last-child,.lead-form-block.client-intro .h3:last-child {
  margin-top: auto;
  margin-bottom: .5rem;
  }

  .lead-info-block {
  padding: 7.6rem 1.5rem 4rem;
  }

  .lead-info-block .content-holder.left {
  padding: 0 4rem;
  color: #ffffff;
  }

  .lead-info-block .content-holder.right {
  padding: 0 3.4rem;
  margin-bottom: 0;
  }

  .lead-info-block-alt {
  padding: 5rem 4rem 4rem;
  }

  .lead-info-block-alt .content-holder.left {
  margin-bottom: 0;
  }

  .lead-info-block-alt .content-holder.right {
  padding-top: 6.7rem;
  }

  .lead-info-block-alt.lead-3-block h2,.lead-info-block-alt.lead-3-block .h2 {
  max-width: 530px;
  }

  .lead-info-block-alt.company-2-block .decor-img-holder,.lead-info-block-alt.client-2-block .decor-img-holder {
  height: 250px;
  max-width: 386px;
  left: 2.6rem;
  padding: 0;
  }

  .lead-info-block-alt.company-2-block .check-list,.lead-info-block-alt.client-2-block .check-list {
  max-width: 460px;
  }

  .lead-info-block-alt.client-2-block .decor-img-holder {
  position: absolute;
  bottom: 0;
  left: 4rem;
  width: 45%;
  max-width: 100%;
  }

  .registration-block .tab-block {
  padding: 3.8rem 4.4rem;
  }

  .registration-block .text-block {
  max-width: 55rem;
  }

  .registration-option .img-decor {
  top: -73%;
  }

  .search-header .decor-img-left,.search-header .decor-img-right {
  position: absolute;
  display: block;
  }

  .products-section .gift-card {
  padding: 3rem;
  }

  .products-section .gift-card .card-title {
  font-size: 3rem;
  }

  .filter-area {
  border-top: 1px solid #cccccc;
  padding: 1.5rem 0 .5rem;
  }

  .filter-area .btn-back {
  display: none;
  }

  .filters-drop:before {
  display: none;
  }

  .filters-drop .filter-opener.btn-cross {
  display: none;
  }

  .filters-drop .drop-title {
  display: none;
  }

  .filters-drop [type='submit'] {
  display: none;
  }

  .product-head .decor-image {
  right: -25%;
  }

  .product-content hr {
  margin: 3.5rem -2rem;
  }

  .product-content .collapse {
  display: block !important;
  }

  .content-block {
  padding: 3.5rem 6rem;
  }

  .categories-list {
  padding: 0;
  }

  .product-sidebar {
  padding: 0 1.5rem 0 0;
  }

  .place .product-sidebar {
  transform: translateY(-24rem);
  }

  .product-sidebar .gift-card {
  padding: 3rem;
  }

  .product-sidebar .gift-card .card-title {
  font-size: 3rem;
  }

  .place-header .btn-list {
  justify-content: flex-end;
  padding: 0 5.5rem 0 0;
  }


  

  .sidebar {
  padding: 0;
  display: block !important;
  }

  .sidebar-menu .link-text {
  padding: 1.1rem 1.5rem 1.1rem 0;
  font-size: 1.6rem;
  }

  .sidebar-menu [class^='icon-'],.sidebar-menu [class*='icon-'] {
  font-size: 2.8rem;
  width: 20%;
  }

  .event-item {
  box-shadow: 0 5px 25px 0 rgba(242, 242, 242, .69);
  margin: 0 0 2.8rem;
  }

  .event-item .event-content {
  padding: 2.5rem 3rem 2.5rem 2.5rem;
  }

  .event-item .time {
  padding: 2.2rem 1rem 1rem;
  }

  .event-item .time {
  font-size: 1.5rem;
  }

  .event-item .user-frame {
  width: 5rem;
  height: 5rem;
  }

  .event-item .avatars-list li {
  margin: 0 0 0 -2rem;
  }

  .event-item .more-items {
  font-size: 1.7rem;
  line-height: 4rem;
  }

  .event-item .title {
  font-size: 1.8rem;
  }

  .event-item .text-block,.event-item .frame-block {
  font-size: 1.5rem;
  }

  .event-item .text-block {
  margin: 0 0 2.4rem;
  }

  .event-block {
  box-shadow: 0 5px 25px 0 rgba(242, 242, 242, .69);
  margin: 0 0 2rem;
  }

  .event-block.link-block .block-content {
  min-height: 9rem;
  }

  .event-block.link-block .block-title {
  font-size: 1.8rem;
  }

  .event-block .img-icon {
  font-size: 2.6rem;
  }

  .event-block .block-title {
  font-size: 1.8rem;
  }

  .event-block .block-title .counter {
  font-size: 3.6rem;
  }

  .event-block .subtext {
  font-size: 1.2rem;
  }

  .event-block .block-content {
  padding: 1rem 6rem 1rem 2rem;
  }

  .event-block .icon-big-arrow-r {
  font-size: 2.6rem;
  right: 3rem;
  }

  .options-menu {
  position: absolute;
  right: 1.5rem;
  top: -1.2rem;
  margin: 0 -0.7rem;
  }

  .options-menu a {
  width: 9rem;
  height: 9rem;
  }

  .statistics-holder {
  margin: -0.9rem;
  }

  .statistics-holder .column {
  padding: .9rem;
  }

  .statistics-item {
  padding: 2rem;
  }

  .statistics-item:before {
  min-height: 11rem;
  }

  .statistics-item .counter {
  font-size: 5rem;
  }

  .statistics-item .title {
  font-size: 1.6rem;
  }

  .account-section {
  }

  .account-section .white-block {
  }

  .user-heading {
  font-size: 2.2rem;
  }

  .user-heading .btn-back {
  font-size: 3rem;
  }

  .messenger-section {
  }

  .messenger-area {
  padding: 2.5rem;
  }

  .messenger-area .message-date {
  margin: 0 0 2.5rem;
  }

  .messenger-area .message-block {
  font-size: 1.6rem;
  padding: 2rem;
  margin: 0 0 2.5rem;
  }

  .messenger-area .message-block.your-message {
  margin: 0 0 2.5rem auto;
  }

  .schedule-block .schedule-list {
  margin: 0 0 2rem;
  }

  .services-list li {
  margin: 0 0 2rem;
  }

  .services-item {
  box-shadow: 0 5px 15px 0 rgba(242, 242, 242, .69);
  }

  .services-item .marker-block {
  width: 7%;
  }

  .services-item .info-area {
  width: 83%;
  }

  .services-item .area-icon {
  width: 10%;
  }

  .coach-sheet-section {
  }

  .coach-sheet-section .white-block {
  margin: 0 0 2rem;
  }

  .ranges-block label {
  font-size: 1.6rem;
  }

  .ranges-block .ranges-holder {
  margin: 0 0 6rem;
  }

  .ranges-block .inputs-holder {
  padding: 2.5rem 0;
  }

  .ranges-block .inputs-holder input {
  height: 4rem;
  padding: 1.2rem 1rem;
  }

  .nouisiler-wrap {
  margin: 0 0 4.5rem;
  }

  .noUi-horizontal {
  height: .8rem;
  }

  .noUi-horizontal .noUi-handle {
  width: 2.5rem;
  height: 2.5rem;
  top: -8px;
  }

  .noUi-horizontal .noUi-tooltip {
  font-size: 1.8rem;
  }

  .photos-list {
  margin: 0 -1.5rem;
  }

  .photos-list li {
  padding: 1.5rem;
  width: 25%;
  }

  .btn-add .plus {
  width: 5rem;
  height: 5rem;
  box-shadow: 0 5px 10px 0 rgba(186, 150, 67, .4);
  }

  .btn-add .plus:before {
  width: 25px;
  }

  .btn-add .plus:after {
  height: 25px;
  }

  .social-inputs-list .input-group-text {
  font-size: 2.2rem;
  }

  .social-inputs-list .form-control {
  height: 6rem;
  }

  .message-item {
  padding: 1.5rem;
  }

  .message-item .text-block {
  padding: 0 1.5rem 0 0;
  }

  .options-buttons a {
  font-size: 1.2rem;
  padding: .8rem;
  }

  .document-item [class^='icon-'],.document-item [class*=' icon-'] {
  font-size: 2.4rem;
  }

  .document-item .title {
  font-size: 1.6rem;
  }

  .daterangepicker.opensright:after,.daterangepicker.opensright:before {
  right: 9px;
  left: auto;
  transform: translateX(0);
  }

  .daterangepicker.opensright:after {
  right: 10px;
  }

  main {
  padding-top: 0;
  width: calc(100% - 160px);
  }

  .header {
  padding-bottom: 0;
  }

  .header .logo {
  width: 250px;
  }

  .home .header .logo {
  width: 250px;
  }

  .fixed-position-js .logo,.home .fixed-position-js .logo {
  width: 250px;
  }

  .fixed-position-js .menu,.home .fixed-position-js .menu {
  }

  .home .fixed-position-js .logo {
  }

  .menu {
  }

  .menu-left {
  justify-content: left;
  width: calc(50% - 100px);
  }


   .home .news-section {
  margin-bottom: 80px;
  }

  .discover-offer-section {
  margin-bottom: 80px;
  }

  .discover-offer-section .coach-list li {
  width: 175px;
  }

  .discover-offer-section .coach-list a {
  height: 200px;
  width: 200px;
  }

  .search-header .decor-img-left {
  left: calc(50% - 60px) !important;
  }
}

@media (min-width: 1366px) {
  .col-xl {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  }

  .row-cols-xl-1>* {
  flex: 0 0 100%;
  max-width: 100%;
  }

  .row-cols-xl-2>* {
  flex: 0 0 50%;
  max-width: 50%;
  }

  .row-cols-xl-3>* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  }

  .row-cols-xl-4>* {
  flex: 0 0 25%;
  max-width: 25%;
  }

  .row-cols-xl-5>* {
  flex: 0 0 20%;
  max-width: 20%;
  }

  .row-cols-xl-6>* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  }

  .col-xl-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  }

  .col-xl-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  }

  .col-xl-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  }

  .col-xl-3 {
  flex: 0 0 25%;
  max-width: 25%;
  }

  .col-xl-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  }

  .col-xl-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  }

  .col-xl-6 {
  flex: 0 0 50%;
  max-width: 50%;
  }

  .col-xl-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  }

  .col-xl-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  }

  .col-xl-9 {
  flex: 0 0 75%;
  max-width: 75%;
  }

  .col-xl-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  }

  .col-xl-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  }

  .col-xl-12 {
  flex: 0 0 100%;
  max-width: 100%;
  }

  .order-xl-first {
  order: -1;
  }

  .order-xl-last {
  order: 13;
  }

  .order-xl-0 {
  order: 0;
  }

  .order-xl-1 {
  order: 1;
  }

  .order-xl-2 {
  order: 2;
  }

  .order-xl-3 {
  order: 3;
  }

  .order-xl-4 {
  order: 4;
  }

  .order-xl-5 {
  order: 5;
  }

  .order-xl-6 {
  order: 6;
  }

  .order-xl-7 {
  order: 7;
  }

  .order-xl-8 {
  order: 8;
  }

  .order-xl-9 {
  order: 9;
  }

  .order-xl-10 {
  order: 10;
  }

  .order-xl-11 {
  order: 11;
  }

  .order-xl-12 {
  order: 12;
  }

  .offset-xl-0 {
  margin-left: 0;
  }

  .offset-xl-1 {
  margin-left: 8.33333%;
  }

  .offset-xl-2 {
  margin-left: 16.66667%;
  }

  .offset-xl-3 {
  margin-left: 25%;
  }

  .offset-xl-4 {
  margin-left: 33.33333%;
  }

  .offset-xl-5 {
  margin-left: 41.66667%;
  }

  .offset-xl-6 {
  margin-left: 50%;
  }

  .offset-xl-7 {
  margin-left: 58.33333%;
  }

  .offset-xl-8 {
  margin-left: 66.66667%;
  }

  .offset-xl-9 {
  margin-left: 75%;
  }

  .offset-xl-10 {
  margin-left: 83.33333%;
  }

  .offset-xl-11 {
  margin-left: 91.66667%;
  }

  .dropdown-menu-xl-left {
  right: auto;
  left: 0;
  }

  .dropdown-menu-xl-right {
  right: 0;
  left: auto;
  }

  .navbar-expand-xl {
  flex-flow: row 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: .5rem;
  padding-left: .5rem;
  }

  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm {
  flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
  display: none;
  }

  .list-group-horizontal-xl {
  flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
  border-top-right-radius: .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;
  }

  .modal-xl {
  max-width: 1140px;
  }

  .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: flex !important;
  }

  .d-xl-inline-flex {
  display: inline-flex !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-wrap {
  flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
  flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
  flex: 1 1 auto !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;
  }

  .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;
  }

  .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;
  }

  .float-xl-left {
  float: left !important;
  }

  .float-xl-right {
  float: right !important;
  }

  .float-xl-none {
  float: none !important;
  }

  .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-5 {
  margin: .5rem !important;
  }

  .mt-xl-5,.my-xl-5 {
  margin-top: .5rem !important;
  }

  .mr-xl-5,.mx-xl-5 {
  margin-right: .5rem !important;
  }

  .mb-xl-5,.my-xl-5 {
  margin-bottom: .5rem !important;
  }

  .ml-xl-5,.mx-xl-5 {
  margin-left: .5rem !important;
  }

  .m-xl-10 {
  margin: 1rem !important;
  }

  .mt-xl-10,.my-xl-10 {
  margin-top: 1rem !important;
  }

  .mr-xl-10,.mx-xl-10 {
  margin-right: 1rem !important;
  }

  .mb-xl-10,.my-xl-10 {
  margin-bottom: 1rem !important;
  }

  .ml-xl-10,.mx-xl-10 {
  margin-left: 1rem !important;
  }

  .m-xl-15 {
  margin: 1.5rem !important;
  }

  .mt-xl-15,.my-xl-15 {
  margin-top: 1.5rem !important;
  }

  .mr-xl-15,.mx-xl-15 {
  margin-right: 1.5rem !important;
  }

  .mb-xl-15,.my-xl-15 {
  margin-bottom: 1.5rem !important;
  }

  .ml-xl-15,.mx-xl-15 {
  margin-left: 1.5rem !important;
  }

  .m-xl-20 {
  margin: 2rem !important;
  }

  .mt-xl-20,.my-xl-20 {
  margin-top: 2rem !important;
  }

  .mr-xl-20,.mx-xl-20 {
  margin-right: 2rem !important;
  }

  .mb-xl-20,.my-xl-20 {
  margin-bottom: 2rem !important;
  }

  .ml-xl-20,.mx-xl-20 {
  margin-left: 2rem !important;
  }

  .m-xl-25 {
  margin: 2.5rem !important;
  }

  .mt-xl-25,.my-xl-25 {
  margin-top: 2.5rem !important;
  }

  .mr-xl-25,.mx-xl-25 {
  margin-right: 2.5rem !important;
  }

  .mb-xl-25,.my-xl-25 {
  margin-bottom: 2.5rem !important;
  }

  .ml-xl-25,.mx-xl-25 {
  margin-left: 2.5rem !important;
  }

  .m-xl-30 {
  margin: 3rem !important;
  }

  .mt-xl-30,.my-xl-30 {
  margin-top: 3rem !important;
  }

  .mr-xl-30,.mx-xl-30 {
  margin-right: 3rem !important;
  }

  .mb-xl-30,.my-xl-30 {
  margin-bottom: 3rem !important;
  }

  .ml-xl-30,.mx-xl-30 {
  margin-left: 3rem !important;
  }

  .m-xl-35 {
  margin: 3.5rem !important;
  }

  .mt-xl-35,.my-xl-35 {
  margin-top: 3.5rem !important;
  }

  .mr-xl-35,.mx-xl-35 {
  margin-right: 3.5rem !important;
  }

  .mb-xl-35,.my-xl-35 {
  margin-bottom: 3.5rem !important;
  }

  .ml-xl-35,.mx-xl-35 {
  margin-left: 3.5rem !important;
  }

  .m-xl-40 {
  margin: 4rem !important;
  }

  .mt-xl-40,.my-xl-40 {
  margin-top: 4rem !important;
  }

  .mr-xl-40,.mx-xl-40 {
  margin-right: 4rem !important;
  }

  .mb-xl-40,.my-xl-40 {
  margin-bottom: 4rem !important;
  }

  .ml-xl-40,.mx-xl-40 {
  margin-left: 4rem !important;
  }

  .m-xl-45 {
  margin: 4.5rem !important;
  }

  .mt-xl-45,.my-xl-45 {
  margin-top: 4.5rem !important;
  }

  .mr-xl-45,.mx-xl-45 {
  margin-right: 4.5rem !important;
  }

  .mb-xl-45,.my-xl-45 {
  margin-bottom: 4.5rem !important;
  }

  .ml-xl-45,.mx-xl-45 {
  margin-left: 4.5rem !important;
  }

  .m-xl-50 {
  margin: 5rem !important;
  }

  .mt-xl-50,.my-xl-50 {
  margin-top: 5rem !important;
  }

  .mr-xl-50,.mx-xl-50 {
  margin-right: 5rem !important;
  }

  .mb-xl-50,.my-xl-50 {
  margin-bottom: 5rem !important;
  }

  .ml-xl-50,.mx-xl-50 {
  margin-left: 5rem !important;
  }

  .m-xl-55 {
  margin: 5.5rem !important;
  }

  .mt-xl-55,.my-xl-55 {
  margin-top: 5.5rem !important;
  }

  .mr-xl-55,.mx-xl-55 {
  margin-right: 5.5rem !important;
  }

  .mb-xl-55,.my-xl-55 {
  margin-bottom: 5.5rem !important;
  }

  .ml-xl-55,.mx-xl-55 {
  margin-left: 5.5rem !important;
  }

  .m-xl-60 {
  margin: 6rem !important;
  }

  .mt-xl-60,.my-xl-60 {
  margin-top: 6rem !important;
  }

  .mr-xl-60,.mx-xl-60 {
  margin-right: 6rem !important;
  }

  .mb-xl-60,.my-xl-60 {
  margin-bottom: 6rem !important;
  }

  .ml-xl-60,.mx-xl-60 {
  margin-left: 6rem !important;
  }

  .m-xl-65 {
  margin: 6.5rem !important;
  }

  .mt-xl-65,.my-xl-65 {
  margin-top: 6.5rem !important;
  }

  .mr-xl-65,.mx-xl-65 {
  margin-right: 6.5rem !important;
  }

  .mb-xl-65,.my-xl-65 {
  margin-bottom: 6.5rem !important;
  }

  .ml-xl-65,.mx-xl-65 {
  margin-left: 6.5rem !important;
  }

  .m-xl-70 {
  margin: 7rem !important;
  }

  .mt-xl-70,.my-xl-70 {
  margin-top: 7rem !important;
  }

  .mr-xl-70,.mx-xl-70 {
  margin-right: 7rem !important;
  }

  .mb-xl-70,.my-xl-70 {
  margin-bottom: 7rem !important;
  }

  .ml-xl-70,.mx-xl-70 {
  margin-left: 7rem !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-5 {
  padding: .5rem !important;
  }

  .pt-xl-5,.py-xl-5 {
  padding-top: .5rem !important;
  }

  .pr-xl-5,.px-xl-5 {
  padding-right: .5rem !important;
  }

  .pb-xl-5,.py-xl-5 {
  padding-bottom: .5rem !important;
  }

  .pl-xl-5,.px-xl-5 {
  padding-left: .5rem !important;
  }

  .p-xl-10 {
  padding: 1rem !important;
  }

  .pt-xl-10,.py-xl-10 {
  padding-top: 1rem !important;
  }

  .pr-xl-10,.px-xl-10 {
  padding-right: 1rem !important;
  }

  .pb-xl-10,.py-xl-10 {
  padding-bottom: 1rem !important;
  }

  .pl-xl-10,.px-xl-10 {
  padding-left: 1rem !important;
  }

  .p-xl-15 {
  padding: 1.5rem !important;
  }

  .pt-xl-15,.py-xl-15 {
  padding-top: 1.5rem !important;
  }

  .pr-xl-15,.px-xl-15 {
  padding-right: 1.5rem !important;
  }

  .pb-xl-15,.py-xl-15 {
  padding-bottom: 1.5rem !important;
  }

  .pl-xl-15,.px-xl-15 {
  padding-left: 1.5rem !important;
  }

  .p-xl-20 {
  padding: 2rem !important;
  }

  .pt-xl-20,.py-xl-20 {
  padding-top: 2rem !important;
  }

  .pr-xl-20,.px-xl-20 {
  padding-right: 2rem !important;
  }

  .pb-xl-20,.py-xl-20 {
  padding-bottom: 2rem !important;
  }

  .pl-xl-20,.px-xl-20 {
  padding-left: 2rem !important;
  }

  .p-xl-25 {
  padding: 2.5rem !important;
  }

  .pt-xl-25,.py-xl-25 {
  padding-top: 2.5rem !important;
  }

  .pr-xl-25,.px-xl-25 {
  padding-right: 2.5rem !important;
  }

  .pb-xl-25,.py-xl-25 {
  padding-bottom: 2.5rem !important;
  }

  .pl-xl-25,.px-xl-25 {
  padding-left: 2.5rem !important;
  }

  .p-xl-30 {
  padding: 3rem !important;
  }

  .pt-xl-30,.py-xl-30 {
  padding-top: 3rem !important;
  }

  .pr-xl-30,.px-xl-30 {
  padding-right: 3rem !important;
  }

  .pb-xl-30,.py-xl-30 {
  padding-bottom: 3rem !important;
  }

  .pl-xl-30,.px-xl-30 {
  padding-left: 3rem !important;
  }

  .p-xl-35 {
  padding: 3.5rem !important;
  }

  .pt-xl-35,.py-xl-35 {
  padding-top: 3.5rem !important;
  }

  .pr-xl-35,.px-xl-35 {
  padding-right: 3.5rem !important;
  }

  .pb-xl-35,.py-xl-35 {
  padding-bottom: 3.5rem !important;
  }

  .pl-xl-35,.px-xl-35 {
  padding-left: 3.5rem !important;
  }

  .p-xl-40 {
  padding: 4rem !important;
  }

  .pt-xl-40,.py-xl-40 {
  padding-top: 4rem !important;
  }

  .pr-xl-40,.px-xl-40 {
  padding-right: 4rem !important;
  }

  .pb-xl-40,.py-xl-40 {
  padding-bottom: 4rem !important;
  }

  .pl-xl-40,.px-xl-40 {
  padding-left: 4rem !important;
  }

  .p-xl-45 {
  padding: 4.5rem !important;
  }

  .pt-xl-45,.py-xl-45 {
  padding-top: 4.5rem !important;
  }

  .pr-xl-45,.px-xl-45 {
  padding-right: 4.5rem !important;
  }

  .pb-xl-45,.py-xl-45 {
  padding-bottom: 4.5rem !important;
  }

  .pl-xl-45,.px-xl-45 {
  padding-left: 4.5rem !important;
  }

  .p-xl-50 {
  padding: 5rem !important;
  }

  .pt-xl-50,.py-xl-50 {
  padding-top: 5rem !important;
  }

  .pr-xl-50,.px-xl-50 {
  padding-right: 5rem !important;
  }

  .pb-xl-50,.py-xl-50 {
  padding-bottom: 5rem !important;
  }

  .pl-xl-50,.px-xl-50 {
  padding-left: 5rem !important;
  }

  .p-xl-55 {
  padding: 5.5rem !important;
  }

  .pt-xl-55,.py-xl-55 {
  padding-top: 5.5rem !important;
  }

  .pr-xl-55,.px-xl-55 {
  padding-right: 5.5rem !important;
  }

  .pb-xl-55,.py-xl-55 {
  padding-bottom: 5.5rem !important;
  }

  .pl-xl-55,.px-xl-55 {
  padding-left: 5.5rem !important;
  }

  .p-xl-60 {
  padding: 6rem !important;
  }

  .pt-xl-60,.py-xl-60 {
  padding-top: 6rem !important;
  }

  .pr-xl-60,.px-xl-60 {
  padding-right: 6rem !important;
  }

  .pb-xl-60,.py-xl-60 {
  padding-bottom: 6rem !important;
  }

  .pl-xl-60,.px-xl-60 {
  padding-left: 6rem !important;
  }

  .p-xl-65 {
  padding: 6.5rem !important;
  }

  .pt-xl-65,.py-xl-65 {
  padding-top: 6.5rem !important;
  }

  .pr-xl-65,.px-xl-65 {
  padding-right: 6.5rem !important;
  }

  .pb-xl-65,.py-xl-65 {
  padding-bottom: 6.5rem !important;
  }

  .pl-xl-65,.px-xl-65 {
  padding-left: 6.5rem !important;
  }

  .p-xl-70 {
  padding: 7rem !important;
  }

  .pt-xl-70,.py-xl-70 {
  padding-top: 7rem !important;
  }

  .pr-xl-70,.px-xl-70 {
  padding-right: 7rem !important;
  }

  .pb-xl-70,.py-xl-70 {
  padding-bottom: 7rem !important;
  }

  .pl-xl-70,.px-xl-70 {
  padding-left: 7rem !important;
  }

  .m-xl-n5 {
  margin: -.5rem !important;
  }

  .mt-xl-n5,.my-xl-n5 {
  margin-top: -.5rem !important;
  }

  .mr-xl-n5,.mx-xl-n5 {
  margin-right: -.5rem !important;
  }

  .mb-xl-n5,.my-xl-n5 {
  margin-bottom: -.5rem !important;
  }

  .ml-xl-n5,.mx-xl-n5 {
  margin-left: -.5rem !important;
  }

  .m-xl-n10 {
  margin: -1rem !important;
  }

  .mt-xl-n10,.my-xl-n10 {
  margin-top: -1rem !important;
  }

  .mr-xl-n10,.mx-xl-n10 {
  margin-right: -1rem !important;
  }

  .mb-xl-n10,.my-xl-n10 {
  margin-bottom: -1rem !important;
  }

  .ml-xl-n10,.mx-xl-n10 {
  margin-left: -1rem !important;
  }

  .m-xl-n15 {
  margin: -1.5rem !important;
  }

  .mt-xl-n15,.my-xl-n15 {
  margin-top: -1.5rem !important;
  }

  .mr-xl-n15,.mx-xl-n15 {
  margin-right: -1.5rem !important;
  }

  .mb-xl-n15,.my-xl-n15 {
  margin-bottom: -1.5rem !important;
  }

  .ml-xl-n15,.mx-xl-n15 {
  margin-left: -1.5rem !important;
  }

  .m-xl-n20 {
  margin: -2rem !important;
  }

  .mt-xl-n20,.my-xl-n20 {
  margin-top: -2rem !important;
  }

  .mr-xl-n20,.mx-xl-n20 {
  margin-right: -2rem !important;
  }

  .mb-xl-n20,.my-xl-n20 {
  margin-bottom: -2rem !important;
  }

  .ml-xl-n20,.mx-xl-n20 {
  margin-left: -2rem !important;
  }

  .m-xl-n25 {
  margin: -2.5rem !important;
  }

  .mt-xl-n25,.my-xl-n25 {
  margin-top: -2.5rem !important;
  }

  .mr-xl-n25,.mx-xl-n25 {
  margin-right: -2.5rem !important;
  }

  .mb-xl-n25,.my-xl-n25 {
  margin-bottom: -2.5rem !important;
  }

  .ml-xl-n25,.mx-xl-n25 {
  margin-left: -2.5rem !important;
  }

  .m-xl-n30 {
  margin: -3rem !important;
  }

  .mt-xl-n30,.my-xl-n30 {
  margin-top: -3rem !important;
  }

  .mr-xl-n30,.mx-xl-n30 {
  margin-right: -3rem !important;
  }

  .mb-xl-n30,.my-xl-n30 {
  margin-bottom: -3rem !important;
  }

  .ml-xl-n30,.mx-xl-n30 {
  margin-left: -3rem !important;
  }

  .m-xl-n35 {
  margin: -3.5rem !important;
  }

  .mt-xl-n35,.my-xl-n35 {
  margin-top: -3.5rem !important;
  }

  .mr-xl-n35,.mx-xl-n35 {
  margin-right: -3.5rem !important;
  }

  .mb-xl-n35,.my-xl-n35 {
  margin-bottom: -3.5rem !important;
  }

  .ml-xl-n35,.mx-xl-n35 {
  margin-left: -3.5rem !important;
  }

  .m-xl-n40 {
  margin: -4rem !important;
  }

  .mt-xl-n40,.my-xl-n40 {
  margin-top: -4rem !important;
  }

  .mr-xl-n40,.mx-xl-n40 {
  margin-right: -4rem !important;
  }

  .mb-xl-n40,.my-xl-n40 {
  margin-bottom: -4rem !important;
  }

  .ml-xl-n40,.mx-xl-n40 {
  margin-left: -4rem !important;
  }

  .m-xl-n45 {
  margin: -4.5rem !important;
  }

  .mt-xl-n45,.my-xl-n45 {
  margin-top: -4.5rem !important;
  }

  .mr-xl-n45,.mx-xl-n45 {
  margin-right: -4.5rem !important;
  }

  .mb-xl-n45,.my-xl-n45 {
  margin-bottom: -4.5rem !important;
  }

  .ml-xl-n45,.mx-xl-n45 {
  margin-left: -4.5rem !important;
  }

  .m-xl-n50 {
  margin: -5rem !important;
  }

  .mt-xl-n50,.my-xl-n50 {
  margin-top: -5rem !important;
  }

  .mr-xl-n50,.mx-xl-n50 {
  margin-right: -5rem !important;
  }

  .mb-xl-n50,.my-xl-n50 {
  margin-bottom: -5rem !important;
  }

  .ml-xl-n50,.mx-xl-n50 {
  margin-left: -5rem !important;
  }

  .m-xl-n55 {
  margin: -5.5rem !important;
  }

  .mt-xl-n55,.my-xl-n55 {
  margin-top: -5.5rem !important;
  }

  .mr-xl-n55,.mx-xl-n55 {
  margin-right: -5.5rem !important;
  }

  .mb-xl-n55,.my-xl-n55 {
  margin-bottom: -5.5rem !important;
  }

  .ml-xl-n55,.mx-xl-n55 {
  margin-left: -5.5rem !important;
  }

  .m-xl-n60 {
  margin: -6rem !important;
  }

  .mt-xl-n60,.my-xl-n60 {
  margin-top: -6rem !important;
  }

  .mr-xl-n60,.mx-xl-n60 {
  margin-right: -6rem !important;
  }

  .mb-xl-n60,.my-xl-n60 {
  margin-bottom: -6rem !important;
  }

  .ml-xl-n60,.mx-xl-n60 {
  margin-left: -6rem !important;
  }

  .m-xl-n65 {
  margin: -6.5rem !important;
  }

  .mt-xl-n65,.my-xl-n65 {
  margin-top: -6.5rem !important;
  }

  .mr-xl-n65,.mx-xl-n65 {
  margin-right: -6.5rem !important;
  }

  .mb-xl-n65,.my-xl-n65 {
  margin-bottom: -6.5rem !important;
  }

  .ml-xl-n65,.mx-xl-n65 {
  margin-left: -6.5rem !important;
  }

  .m-xl-n70 {
  margin: -7rem !important;
  }

  .mt-xl-n70,.my-xl-n70 {
  margin-top: -7rem !important;
  }

  .mr-xl-n70,.mx-xl-n70 {
  margin-right: -7rem !important;
  }

  .mb-xl-n70,.my-xl-n70 {
  margin-bottom: -7rem !important;
  }

  .ml-xl-n70,.mx-xl-n70 {
  margin-left: -7rem !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-xl-left {
  text-align: left !important;
  }

  .text-xl-right {
  text-align: right !important;
  }

  .text-xl-center {
  text-align: center !important;
  }

  .white-content-block {
  padding: 2.5rem 5.5rem;
  }

  .main-content-block {
  padding: 2.5rem 5.5rem;
  }

  .footer-top {
  padding: 6.6rem 0 4rem;
  }

  .footer-widget {
  margin-bottom: 5rem;
  }

  

  .coach-search-block .holder-block {
  max-width: 55rem;
  }

  .news-section .decor-block {
  left: -23%;
  width: 1128px;
  }

  .research-block .img-decor-1 {
  left: -57px;
  }

  .research-block .img-decor-2 {
  right: -101px;
  }

  .faq-block>.row {
  margin-right: -4rem;
  margin-left: -4rem;
  }

  .faq-block>.row>[class*='col-'] {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 7rem;
  }

  .faq-card {
  padding: 5.5rem 6rem 4rem;
  }

  .faq-sidebar {
  padding: 5rem 4.4rem 3rem;
  }

  .faq-content-wrapper {
  padding: 4.6rem 6rem 3.6rem;
  }

  .search-header .decor-img-right {
  right: -4.2rem;
  }

  .search-header .decor-img-left {
  left: 8rem;
  }

  .search-header .search-block-holder {
  max-width: 96rem;
  }

  .filter-block {
  padding: 0 5rem 0 0;
  }

  .product-head .decor-image {
  right: -5.5rem;
  }

  .content-block {
  margin: 0 2.5rem 0 0;
  }

  .main-categories .img-block:before {
  width: 10.6rem;
  height: 10.6rem;
  }

  .product-sidebar {
  margin-top: -17rem;
  }

  .offers-list .item-wrapper {
  width: 33.33%;
  }
}

@media (min-width: 1440px) {
  .col-wide {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  }

  .row-cols-wide-1>* {
  flex: 0 0 100%;
  max-width: 100%;
  }

  .row-cols-wide-2>* {
  flex: 0 0 50%;
  max-width: 50%;
  }

  .row-cols-wide-3>* {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  }

  .row-cols-wide-4>* {
  flex: 0 0 25%;
  max-width: 25%;
  }

  .row-cols-wide-5>* {
  flex: 0 0 20%;
  max-width: 20%;
  }

  .row-cols-wide-6>* {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  }

  .col-wide-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  }

  .col-wide-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  }

  .col-wide-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  }

  .col-wide-3 {
  flex: 0 0 25%;
  max-width: 25%;
  }

  .col-wide-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  }

  .col-wide-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  }

  .col-wide-6 {
  flex: 0 0 50%;
  max-width: 50%;
  }

  .col-wide-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  }

  .col-wide-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  }

  .col-wide-9 {
  flex: 0 0 75%;
  max-width: 75%;
  }

  .col-wide-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  }

  .col-wide-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  }

  .col-wide-12 {
  flex: 0 0 100%;
  max-width: 100%;
  }

  .order-wide-first {
  order: -1;
  }

  .order-wide-last {
  order: 13;
  }

  .order-wide-0 {
  order: 0;
  }

  .order-wide-1 {
  order: 1;
  }

  .order-wide-2 {
  order: 2;
  }

  .order-wide-3 {
  order: 3;
  }

  .order-wide-4 {
  order: 4;
  }

  .order-wide-5 {
  order: 5;
  }

  .order-wide-6 {
  order: 6;
  }

  .order-wide-7 {
  order: 7;
  }

  .order-wide-8 {
  order: 8;
  }

  .order-wide-9 {
  order: 9;
  }

  .order-wide-10 {
  order: 10;
  }

  .order-wide-11 {
  order: 11;
  }

  .order-wide-12 {
  order: 12;
  }

  .offset-wide-0 {
  margin-left: 0;
  }

  .offset-wide-1 {
  margin-left: 8.33333%;
  }

  .offset-wide-2 {
  margin-left: 16.66667%;
  }

  .offset-wide-3 {
  margin-left: 25%;
  }

  .offset-wide-4 {
  margin-left: 33.33333%;
  }

  .offset-wide-5 {
  margin-left: 41.66667%;
  }

  .offset-wide-6 {
  margin-left: 50%;
  }

  .offset-wide-7 {
  margin-left: 58.33333%;
  }

  .offset-wide-8 {
  margin-left: 66.66667%;
  }

  .offset-wide-9 {
  margin-left: 75%;
  }

  .offset-wide-10 {
  margin-left: 83.33333%;
  }

  .offset-wide-11 {
  margin-left: 91.66667%;
  }

  .dropdown-menu-wide-left {
  right: auto;
  left: 0;
  }

  .dropdown-menu-wide-right {
  right: 0;
  left: auto;
  }

  .navbar-expand-wide {
  flex-flow: row nowrap;
  justify-content: flex-start;
  }

  .navbar-expand-wide .navbar-nav {
  flex-direction: row;
  }

  .navbar-expand-wide .navbar-nav .dropdown-menu {
  position: absolute;
  }

  .navbar-expand-wide .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
  }

  .navbar-expand-wide>.container,.navbar-expand-wide>.container-fluid,.navbar-expand-wide>.container-sm {
  flex-wrap: nowrap;
  }

  .navbar-expand-wide .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  }

  .navbar-expand-wide .navbar-toggler {
  display: none;
  }

  .list-group-horizontal-wide {
  flex-direction: row;
  }

  .list-group-horizontal-wide>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
  }

  .list-group-horizontal-wide>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  }

  .list-group-horizontal-wide>.list-group-item.active {
  margin-top: 0;
  }

  .list-group-horizontal-wide>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
  }

  .list-group-horizontal-wide>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
  }

  .d-wide-none {
  display: none !important;
  }

  .d-wide-inline {
  display: inline !important;
  }

  .d-wide-inline-block {
  display: inline-block !important;
  }

  .d-wide-block {
  display: block !important;
  }

  .d-wide-table {
  display: table !important;
  }

  .d-wide-table-row {
  display: table-row !important;
  }

  .d-wide-table-cell {
  display: table-cell !important;
  }

  .d-wide-flex {
  display: flex !important;
  }

  .d-wide-inline-flex {
  display: inline-flex !important;
  }

  .flex-wide-row {
  flex-direction: row !important;
  }

  .flex-wide-column {
  flex-direction: column !important;
  }

  .flex-wide-row-reverse {
  flex-direction: row-reverse !important;
  }

  .flex-wide-column-reverse {
  flex-direction: column-reverse !important;
  }

  .flex-wide-wrap {
  flex-wrap: wrap !important;
  }

  .flex-wide-nowrap {
  flex-wrap: nowrap !important;
  }

  .flex-wide-wrap-reverse {
  flex-wrap: wrap-reverse !important;
  }

  .flex-wide-fill {
  flex: 1 1 auto !important;
  }

  .flex-wide-grow-0 {
  flex-grow: 0 !important;
  }

  .flex-wide-grow-1 {
  flex-grow: 1 !important;
  }

  .flex-wide-shrink-0 {
  flex-shrink: 0 !important;
  }

  .flex-wide-shrink-1 {
  flex-shrink: 1 !important;
  }

  .justify-content-wide-start {
  justify-content: flex-start !important;
  }

  .justify-content-wide-end {
  justify-content: flex-end !important;
  }

  .justify-content-wide-center {
  justify-content: center !important;
  }

  .justify-content-wide-between {
  justify-content: space-between !important;
  }

  .justify-content-wide-around {
  justify-content: space-around !important;
  }

  .align-items-wide-start {
  align-items: flex-start !important;
  }

  .align-items-wide-end {
  align-items: flex-end !important;
  }

  .align-items-wide-center {
  align-items: center !important;
  }

  .align-items-wide-baseline {
  align-items: baseline !important;
  }

  .align-items-wide-stretch {
  align-items: stretch !important;
  }

  .align-content-wide-start {
  align-content: flex-start !important;
  }

  .align-content-wide-end {
  align-content: flex-end !important;
  }

  .align-content-wide-center {
  align-content: center !important;
  }

  .align-content-wide-between {
  align-content: space-between !important;
  }

  .align-content-wide-around {
  align-content: space-around !important;
  }

  .align-content-wide-stretch {
  align-content: stretch !important;
  }

  .align-self-wide-auto {
  align-self: auto !important;
  }

  .align-self-wide-start {
  align-self: flex-start !important;
  }

  .align-self-wide-end {
  align-self: flex-end !important;
  }

  .align-self-wide-center {
  align-self: center !important;
  }

  .align-self-wide-baseline {
  align-self: baseline !important;
  }

  .align-self-wide-stretch {
  align-self: stretch !important;
  }

  .float-wide-left {
  float: left !important;
  }

  .float-wide-right {
  float: right !important;
  }

  .float-wide-none {
  float: none !important;
  }

  .m-wide-0 {
  margin: 0 !important;
  }

  .mt-wide-0,.my-wide-0 {
  margin-top: 0 !important;
  }

  .mr-wide-0,.mx-wide-0 {
  margin-right: 0 !important;
  }

  .mb-wide-0,.my-wide-0 {
  margin-bottom: 0 !important;
  }

  .ml-wide-0,.mx-wide-0 {
  margin-left: 0 !important;
  }

  .m-wide-5 {
  margin: .5rem !important;
  }

  .mt-wide-5,.my-wide-5 {
  margin-top: .5rem !important;
  }

  .mr-wide-5,.mx-wide-5 {
  margin-right: .5rem !important;
  }

  .mb-wide-5,.my-wide-5 {
  margin-bottom: .5rem !important;
  }

  .ml-wide-5,.mx-wide-5 {
  margin-left: .5rem !important;
  }

  .m-wide-10 {
  margin: 1rem !important;
  }

  .mt-wide-10,.my-wide-10 {
  margin-top: 1rem !important;
  }

  .mr-wide-10,.mx-wide-10 {
  margin-right: 1rem !important;
  }

  .mb-wide-10,.my-wide-10 {
  margin-bottom: 1rem !important;
  }

  .ml-wide-10,.mx-wide-10 {
  margin-left: 1rem !important;
  }

  .m-wide-15 {
  margin: 1.5rem !important;
  }

  .mt-wide-15,.my-wide-15 {
  margin-top: 1.5rem !important;
  }

  .mr-wide-15,.mx-wide-15 {
  margin-right: 1.5rem !important;
  }

  .mb-wide-15,.my-wide-15 {
  margin-bottom: 1.5rem !important;
  }

  .ml-wide-15,.mx-wide-15 {
  margin-left: 1.5rem !important;
  }

  .m-wide-20 {
  margin: 2rem !important;
  }

  .mt-wide-20,.my-wide-20 {
  margin-top: 2rem !important;
  }

  .mr-wide-20,.mx-wide-20 {
  margin-right: 2rem !important;
  }

  .mb-wide-20,.my-wide-20 {
  margin-bottom: 2rem !important;
  }

  .ml-wide-20,.mx-wide-20 {
  margin-left: 2rem !important;
  }

  .m-wide-25 {
  margin: 2.5rem !important;
  }

  .mt-wide-25,.my-wide-25 {
  margin-top: 2.5rem !important;
  }

  .mr-wide-25,.mx-wide-25 {
  margin-right: 2.5rem !important;
  }

  .mb-wide-25,.my-wide-25 {
  margin-bottom: 2.5rem !important;
  }

  .ml-wide-25,.mx-wide-25 {
  margin-left: 2.5rem !important;
  }

  .m-wide-30 {
  margin: 3rem !important;
  }

  .mt-wide-30,.my-wide-30 {
  margin-top: 3rem !important;
  }

  .mr-wide-30,.mx-wide-30 {
  margin-right: 3rem !important;
  }

  .mb-wide-30,.my-wide-30 {
  margin-bottom: 3rem !important;
  }

  .ml-wide-30,.mx-wide-30 {
  margin-left: 3rem !important;
  }

  .m-wide-35 {
  margin: 3.5rem !important;
  }

  .mt-wide-35,.my-wide-35 {
  margin-top: 3.5rem !important;
  }

  .mr-wide-35,.mx-wide-35 {
  margin-right: 3.5rem !important;
  }

  .mb-wide-35,.my-wide-35 {
  margin-bottom: 3.5rem !important;
  }

  .ml-wide-35,.mx-wide-35 {
  margin-left: 3.5rem !important;
  }

  .m-wide-40 {
  margin: 4rem !important;
  }

  .mt-wide-40,.my-wide-40 {
  margin-top: 4rem !important;
  }

  .mr-wide-40,.mx-wide-40 {
  margin-right: 4rem !important;
  }

  .mb-wide-40,.my-wide-40 {
  margin-bottom: 4rem !important;
  }

  .ml-wide-40,.mx-wide-40 {
  margin-left: 4rem !important;
  }

  .m-wide-45 {
  margin: 4.5rem !important;
  }

  .mt-wide-45,.my-wide-45 {
  margin-top: 4.5rem !important;
  }

  .mr-wide-45,.mx-wide-45 {
  margin-right: 4.5rem !important;
  }

  .mb-wide-45,.my-wide-45 {
  margin-bottom: 4.5rem !important;
  }

  .ml-wide-45,.mx-wide-45 {
  margin-left: 4.5rem !important;
  }

  .m-wide-50 {
  margin: 5rem !important;
  }

  .mt-wide-50,.my-wide-50 {
  margin-top: 5rem !important;
  }

  .mr-wide-50,.mx-wide-50 {
  margin-right: 5rem !important;
  }

  .mb-wide-50,.my-wide-50 {
  margin-bottom: 5rem !important;
  }

  .ml-wide-50,.mx-wide-50 {
  margin-left: 5rem !important;
  }

  .m-wide-55 {
  margin: 5.5rem !important;
  }

  .mt-wide-55,.my-wide-55 {
  margin-top: 5.5rem !important;
  }

  .mr-wide-55,.mx-wide-55 {
  margin-right: 5.5rem !important;
  }

  .mb-wide-55,.my-wide-55 {
  margin-bottom: 5.5rem !important;
  }

  .ml-wide-55,.mx-wide-55 {
  margin-left: 5.5rem !important;
  }

  .m-wide-60 {
  margin: 6rem !important;
  }

  .mt-wide-60,.my-wide-60 {
  margin-top: 6rem !important;
  }

  .mr-wide-60,.mx-wide-60 {
  margin-right: 6rem !important;
  }

  .mb-wide-60,.my-wide-60 {
  margin-bottom: 6rem !important;
  }

  .ml-wide-60,.mx-wide-60 {
  margin-left: 6rem !important;
  }

  .m-wide-65 {
  margin: 6.5rem !important;
  }

  .mt-wide-65,.my-wide-65 {
  margin-top: 6.5rem !important;
  }

  .mr-wide-65,.mx-wide-65 {
  margin-right: 6.5rem !important;
  }

  .mb-wide-65,.my-wide-65 {
  margin-bottom: 6.5rem !important;
  }

  .ml-wide-65,.mx-wide-65 {
  margin-left: 6.5rem !important;
  }

  .m-wide-70 {
  margin: 7rem !important;
  }

  .mt-wide-70,.my-wide-70 {
  margin-top: 7rem !important;
  }

  .mr-wide-70,.mx-wide-70 {
  margin-right: 7rem !important;
  }

  .mb-wide-70,.my-wide-70 {
  margin-bottom: 7rem !important;
  }

  .ml-wide-70,.mx-wide-70 {
  margin-left: 7rem !important;
  }

  .p-wide-0 {
  padding: 0 !important;
  }

  .pt-wide-0,.py-wide-0 {
  padding-top: 0 !important;
  }

  .pr-wide-0,.px-wide-0 {
  padding-right: 0 !important;
  }

  .pb-wide-0,.py-wide-0 {
  padding-bottom: 0 !important;
  }

  .pl-wide-0,.px-wide-0 {
  padding-left: 0 !important;
  }

  .p-wide-5 {
  padding: .5rem !important;
  }

  .pt-wide-5,.py-wide-5 {
  padding-top: .5rem !important;
  }

  .pr-wide-5,.px-wide-5 {
  padding-right: .5rem !important;
  }

  .pb-wide-5,.py-wide-5 {
  padding-bottom: .5rem !important;
  }

  .pl-wide-5,.px-wide-5 {
  padding-left: .5rem !important;
  }

  .p-wide-10 {
  padding: 1rem !important;
  }

  .pt-wide-10,.py-wide-10 {
  padding-top: 1rem !important;
  }

  .pr-wide-10,.px-wide-10 {
  padding-right: 1rem !important;
  }

  .pb-wide-10,.py-wide-10 {
  padding-bottom: 1rem !important;
  }

  .pl-wide-10,.px-wide-10 {
  padding-left: 1rem !important;
  }

  .p-wide-15 {
  padding: 1.5rem !important;
  }

  .pt-wide-15,.py-wide-15 {
  padding-top: 1.5rem !important;
  }

  .pr-wide-15,.px-wide-15 {
  padding-right: 1.5rem !important;
  }

  .pb-wide-15,.py-wide-15 {
  padding-bottom: 1.5rem !important;
  }

  .pl-wide-15,.px-wide-15 {
  padding-left: 1.5rem !important;
  }

  .p-wide-20 {
  padding: 2rem !important;
  }

  .pt-wide-20,.py-wide-20 {
  padding-top: 2rem !important;
  }

  .pr-wide-20,.px-wide-20 {
  padding-right: 2rem !important;
  }

  .pb-wide-20,.py-wide-20 {
  padding-bottom: 2rem !important;
  }

  .pl-wide-20,.px-wide-20 {
  padding-left: 2rem !important;
  }

  .p-wide-25 {
  padding: 2.5rem !important;
  }

  .pt-wide-25,.py-wide-25 {
  padding-top: 2.5rem !important;
  }

  .pr-wide-25,.px-wide-25 {
  padding-right: 2.5rem !important;
  }

  .pb-wide-25,.py-wide-25 {
  padding-bottom: 2.5rem !important;
  }

  .pl-wide-25,.px-wide-25 {
  padding-left: 2.5rem !important;
  }

  .p-wide-30 {
  padding: 3rem !important;
  }

  .pt-wide-30,.py-wide-30 {
  padding-top: 3rem !important;
  }

  .pr-wide-30,.px-wide-30 {
  padding-right: 3rem !important;
  }

  .pb-wide-30,.py-wide-30 {
  padding-bottom: 3rem !important;
  }

  .pl-wide-30,.px-wide-30 {
  padding-left: 3rem !important;
  }

  .p-wide-35 {
  padding: 3.5rem !important;
  }

  .pt-wide-35,.py-wide-35 {
  padding-top: 3.5rem !important;
  }

  .pr-wide-35,.px-wide-35 {
  padding-right: 3.5rem !important;
  }

  .pb-wide-35,.py-wide-35 {
  padding-bottom: 3.5rem !important;
  }

  .pl-wide-35,.px-wide-35 {
  padding-left: 3.5rem !important;
  }

  .p-wide-40 {
  padding: 4rem !important;
  }

  .pt-wide-40,.py-wide-40 {
  padding-top: 4rem !important;
  }

  .pr-wide-40,.px-wide-40 {
  padding-right: 4rem !important;
  }

  .pb-wide-40,.py-wide-40 {
  padding-bottom: 4rem !important;
  }

  .pl-wide-40,.px-wide-40 {
  padding-left: 4rem !important;
  }

  .p-wide-45 {
  padding: 4.5rem !important;
  }

  .pt-wide-45,.py-wide-45 {
  padding-top: 4.5rem !important;
  }

  .pr-wide-45,.px-wide-45 {
  padding-right: 4.5rem !important;
  }

  .pb-wide-45,.py-wide-45 {
  padding-bottom: 4.5rem !important;
  }

  .pl-wide-45,.px-wide-45 {
  padding-left: 4.5rem !important;
  }

  .p-wide-50 {
  padding: 5rem !important;
  }

  .pt-wide-50,.py-wide-50 {
  padding-top: 5rem !important;
  }

  .pr-wide-50,.px-wide-50 {
  padding-right: 5rem !important;
  }

  .pb-wide-50,.py-wide-50 {
  padding-bottom: 5rem !important;
  }

  .pl-wide-50,.px-wide-50 {
  padding-left: 5rem !important;
  }

  .p-wide-55 {
  padding: 5.5rem !important;
  }

  .pt-wide-55,.py-wide-55 {
  padding-top: 5.5rem !important;
  }

  .pr-wide-55,.px-wide-55 {
  padding-right: 5.5rem !important;
  }

  .pb-wide-55,.py-wide-55 {
  padding-bottom: 5.5rem !important;
  }

  .pl-wide-55,.px-wide-55 {
  padding-left: 5.5rem !important;
  }

  .p-wide-60 {
  padding: 6rem !important;
  }

  .pt-wide-60,.py-wide-60 {
  padding-top: 6rem !important;
  }

  .pr-wide-60,.px-wide-60 {
  padding-right: 6rem !important;
  }

  .pb-wide-60,.py-wide-60 {
  padding-bottom: 6rem !important;
  }

  .pl-wide-60,.px-wide-60 {
  padding-left: 6rem !important;
  }

  .p-wide-65 {
  padding: 6.5rem !important;
  }

  .pt-wide-65,.py-wide-65 {
  padding-top: 6.5rem !important;
  }

  .pr-wide-65,.px-wide-65 {
  padding-right: 6.5rem !important;
  }

  .pb-wide-65,.py-wide-65 {
  padding-bottom: 6.5rem !important;
  }

  .pl-wide-65,.px-wide-65 {
  padding-left: 6.5rem !important;
  }

  .p-wide-70 {
  padding: 7rem !important;
  }

  .pt-wide-70,.py-wide-70 {
  padding-top: 7rem !important;
  }

  .pr-wide-70,.px-wide-70 {
  padding-right: 7rem !important;
  }

  .pb-wide-70,.py-wide-70 {
  padding-bottom: 7rem !important;
  }

  .pl-wide-70,.px-wide-70 {
  padding-left: 7rem !important;
  }

  .m-wide-n5 {
  margin: -.5rem !important;
  }

  .mt-wide-n5,.my-wide-n5 {
  margin-top: -.5rem !important;
  }

  .mr-wide-n5,.mx-wide-n5 {
  margin-right: -.5rem !important;
  }

  .mb-wide-n5,.my-wide-n5 {
  margin-bottom: -.5rem !important;
  }

  .ml-wide-n5,.mx-wide-n5 {
  margin-left: -.5rem !important;
  }

  .m-wide-n10 {
  margin: -1rem !important;
  }

  .mt-wide-n10,.my-wide-n10 {
  margin-top: -1rem !important;
  }

  .mr-wide-n10,.mx-wide-n10 {
  margin-right: -1rem !important;
  }

  .mb-wide-n10,.my-wide-n10 {
  margin-bottom: -1rem !important;
  }

  .ml-wide-n10,.mx-wide-n10 {
  margin-left: -1rem !important;
  }

  .m-wide-n15 {
  margin: -1.5rem !important;
  }

  .mt-wide-n15,.my-wide-n15 {
  margin-top: -1.5rem !important;
  }

  .mr-wide-n15,.mx-wide-n15 {
  margin-right: -1.5rem !important;
  }

  .mb-wide-n15,.my-wide-n15 {
  margin-bottom: -1.5rem !important;
  }

  .ml-wide-n15,.mx-wide-n15 {
  margin-left: -1.5rem !important;
  }

  .m-wide-n20 {
  margin: -2rem !important;
  }

  .mt-wide-n20,.my-wide-n20 {
  margin-top: -2rem !important;
  }

  .mr-wide-n20,.mx-wide-n20 {
  margin-right: -2rem !important;
  }

  .mb-wide-n20,.my-wide-n20 {
  margin-bottom: -2rem !important;
  }

  .ml-wide-n20,.mx-wide-n20 {
  margin-left: -2rem !important;
  }

  .m-wide-n25 {
  margin: -2.5rem !important;
  }

  .mt-wide-n25,.my-wide-n25 {
  margin-top: -2.5rem !important;
  }

  .mr-wide-n25,.mx-wide-n25 {
  margin-right: -2.5rem !important;
  }

  .mb-wide-n25,.my-wide-n25 {
  margin-bottom: -2.5rem !important;
  }

  .ml-wide-n25,.mx-wide-n25 {
  margin-left: -2.5rem !important;
  }

  .m-wide-n30 {
  margin: -3rem !important;
  }

  .mt-wide-n30,.my-wide-n30 {
  margin-top: -3rem !important;
  }

  .mr-wide-n30,.mx-wide-n30 {
  margin-right: -3rem !important;
  }

  .mb-wide-n30,.my-wide-n30 {
  margin-bottom: -3rem !important;
  }

  .ml-wide-n30,.mx-wide-n30 {
  margin-left: -3rem !important;
  }

  .m-wide-n35 {
  margin: -3.5rem !important;
  }

  .mt-wide-n35,.my-wide-n35 {
  margin-top: -3.5rem !important;
  }

  .mr-wide-n35,.mx-wide-n35 {
  margin-right: -3.5rem !important;
  }

  .mb-wide-n35,.my-wide-n35 {
  margin-bottom: -3.5rem !important;
  }

  .ml-wide-n35,.mx-wide-n35 {
  margin-left: -3.5rem !important;
  }

  .m-wide-n40 {
  margin: -4rem !important;
  }

  .mt-wide-n40,.my-wide-n40 {
  margin-top: -4rem !important;
  }

  .mr-wide-n40,.mx-wide-n40 {
  margin-right: -4rem !important;
  }

  .mb-wide-n40,.my-wide-n40 {
  margin-bottom: -4rem !important;
  }

  .ml-wide-n40,.mx-wide-n40 {
  margin-left: -4rem !important;
  }

  .m-wide-n45 {
  margin: -4.5rem !important;
  }

  .mt-wide-n45,.my-wide-n45 {
  margin-top: -4.5rem !important;
  }

  .mr-wide-n45,.mx-wide-n45 {
  margin-right: -4.5rem !important;
  }

  .mb-wide-n45,.my-wide-n45 {
  margin-bottom: -4.5rem !important;
  }

  .ml-wide-n45,.mx-wide-n45 {
  margin-left: -4.5rem !important;
  }

  .m-wide-n50 {
  margin: -5rem !important;
  }

  .mt-wide-n50,.my-wide-n50 {
  margin-top: -5rem !important;
  }

  .mr-wide-n50,.mx-wide-n50 {
  margin-right: -5rem !important;
  }

  .mb-wide-n50,.my-wide-n50 {
  margin-bottom: -5rem !important;
  }

  .ml-wide-n50,.mx-wide-n50 {
  margin-left: -5rem !important;
  }

  .m-wide-n55 {
  margin: -5.5rem !important;
  }

  .mt-wide-n55,.my-wide-n55 {
  margin-top: -5.5rem !important;
  }

  .mr-wide-n55,.mx-wide-n55 {
  margin-right: -5.5rem !important;
  }

  .mb-wide-n55,.my-wide-n55 {
  margin-bottom: -5.5rem !important;
  }

  .ml-wide-n55,.mx-wide-n55 {
  margin-left: -5.5rem !important;
  }

  .m-wide-n60 {
  margin: -6rem !important;
  }

  .mt-wide-n60,.my-wide-n60 {
  margin-top: -6rem !important;
  }

  .mr-wide-n60,.mx-wide-n60 {
  margin-right: -6rem !important;
  }

  .mb-wide-n60,.my-wide-n60 {
  margin-bottom: -6rem !important;
  }

  .ml-wide-n60,.mx-wide-n60 {
  margin-left: -6rem !important;
  }

  .m-wide-n65 {
  margin: -6.5rem !important;
  }

  .mt-wide-n65,.my-wide-n65 {
  margin-top: -6.5rem !important;
  }

  .mr-wide-n65,.mx-wide-n65 {
  margin-right: -6.5rem !important;
  }

  .mb-wide-n65,.my-wide-n65 {
  margin-bottom: -6.5rem !important;
  }

  .ml-wide-n65,.mx-wide-n65 {
  margin-left: -6.5rem !important;
  }

  .m-wide-n70 {
  margin: -7rem !important;
  }

  .mt-wide-n70,.my-wide-n70 {
  margin-top: -7rem !important;
  }

  .mr-wide-n70,.mx-wide-n70 {
  margin-right: -7rem !important;
  }

  .mb-wide-n70,.my-wide-n70 {
  margin-bottom: -7rem !important;
  }

  .ml-wide-n70,.mx-wide-n70 {
  margin-left: -7rem !important;
  }

  .m-wide-auto {
  margin: auto !important;
  }

  .mt-wide-auto,.my-wide-auto {
  margin-top: auto !important;
  }

  .mr-wide-auto,.mx-wide-auto {
  margin-right: auto !important;
  }

  .mb-wide-auto,.my-wide-auto {
  margin-bottom: auto !important;
  }

  .ml-wide-auto,.mx-wide-auto {
  margin-left: auto !important;
  }

  .text-wide-left {
  text-align: left !important;
  }

  .text-wide-right {
  text-align: right !important;
  }

  .text-wide-center {
  text-align: center !important;
  }

  .cta-block {
  padding: 8rem 9.8rem 5.3rem 10.8rem;
  }

  .cta-block.enterprise-cta {
  padding: 8rem 7rem 5.3rem;
  }

  .cta-block.enterprise-cta .img-holder {
  max-width: 100%;
  }

  .review-slider-holder {
  padding: 5.6rem 11rem 5rem;
  }

  .review-slider .slick-list {
  margin: 0 -4.5rem;
  }

  .review-slider .slider-wrapper {
  padding: 2.5rem 4.5rem;
  }

  .review-slider .slick-arrow {
  font-size: 4rem;
  }

  .review-slider .slick-arrow.slick-prev {
  left: -55px;
  }

  .review-slider .slick-arrow.slick-next {
  right: -55px;
  }

  .lead-form-block {
  padding: 5.5rem 1.5rem 0;
  }

  .lead-form-block .content-holder {
  padding: 0 0 3.6rem 9rem;
  }

  .lead-form-block.client-intro {
  padding-bottom: 2rem;
  }

  .lead-info-block {
  background-size: 100% 100%;
  }

  .lead-info-block .content-holder.left {
  padding: 0 7.2rem;
  }

  .lead-info-block-alt {
  padding: 5rem 7rem 4.3rem 10.4rem;
  }

  .lead-info-block-alt.client-2-block {
  padding-top: 5.8rem;
  }

  .lead-info-block-alt.client-2-block .decor-img-holder {
  left: 5.6rem;
  width: 50%;
  }

  .clients-section .event-facture .more-info-link {
  font-size: 2.4rem;
  }

  .client-card .img-holder .img-wrapper {
  width: 6rem;
  height: 6rem;
  }

  .client-card .name {
  font-size: 1.8rem;
  }

  .client-card .more-info-link {
  font-size: 2.4rem;
  }

  .factures-block .list-title {
  font-size: 1.8rem;
  }
}


/*mobile*/
@media (max-width: 575.98px) {
.header .logo img{
width: 60%;
height:60%;

}
.p-40{
padding:5px !important;
}
.home main {
    padding-top: 35px !important;
  }

main {
  margin: 0 auto;
  max-width: 1860px;
  padding-top: 0;
  width: calc(100% - 10px);
}


.nav-opener {
  right: 27px;
  top: 27px;
  width: 15px;
    padding: 20px;
  height: 35px;
}

.listing-annonce a{
  position: relative !important;
}

.form-frame .custom-select{
  height: 3em !important;
}
.product-head .title{
  text-align:center;
}
.heading-section .heading-area [type='submit'],.heading-section .heading-area [type='reset'],.heading-section .heading-area a {
margin:0px;
}

  .table-responsive-sm {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
  border: 0;
  }

  .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm {
  padding-right: 0;
  padding-left: 0;
  }

  .photos-list li .btn {
  width: 100%;
  }
  h1.right{
    margin-top:25px;
    text-align:center;
  }
  .text-right  {
  text-align:center !important;
  margin-top:20px !important;
  }
  

}

@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;
  }

  .navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm {
  padding-right: 0;
  padding-left: 0;
  }

  .form-frame .form-control {
  font-size: 1.2rem;
  height: 3.4rem;
  padding: .5rem 1.5rem;
  }

  .form-frame .fake-label {
  font-size: 1.2rem;
  }

  .menu .btn {
  box-shadow: none;
  }

  .menu .footer-bottom {
  font-size: 1.3rem;
  }

  body {
  font-size: 1.2rem;
  }

  .main-content-block {
  box-shadow: none;
  padding: 0;
  background: none;
  }

  .footer .logo {
  padding: 0 5rem;
  margin-bottom: 2.4rem;
  }

  .footer-top .container {
  padding: 0;
  }
  .btn {
  font-size: 1.4rem;
  padding: .7rem 3.2rem;
  }

  .btn-sm,.btn-group-sm>.btn {
  font-size: 1.4rem;
  }

  .coach-search-block .info-area .btn-outline-secondary {
  padding: .7rem 1.5rem;
  font-size: 1.2rem;
  border-width: 1px;
  }

  .home-search-form .form-group {
  margin: 0 0 1.3rem;
  }

  .card-item .img-block img {
  width: 6.5rem;
  height: 100%;
  }

  .review-slider-holder {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  }

  .review-slider .slick-dots {
  padding: 0;
  }

  .research-form .input-group {
  margin: 0 0 2rem;
  }

  .need-help-block .text-block {
  color: #000000;
  text-align: center;
  }

  .need-help-block .img-block {
  width: 100%;
  margin-left: auto;
  }

  .faq-search-block .form-control {
  font-size: 1.4rem;
  }

  .register-block .card-item img {
  max-width: 14rem;
  width: auto;
  height: auto;
  }

  .lead-form-block.client-intro h3,.lead-form-block.client-intro .h3 {
  font-size: 1.8rem;
  }

  .registration-block .note {
  font-size: 1.2rem;
  }

  .registration-block .text-frame {
  font-size: 1.2rem;
  }

  .registration-block .input-holder {
  display: flex;
  align-items: center;
  }

  .search-header h2,.search-header .h2 {
  font-size: 2rem;
  line-height: 1;
  }

  .product-content h5,.product-content .h5 {
  font-size: 1.3rem;
  }

  .product-content .product-description {
  margin: 0 0 1.5rem;
  }

  .content-block {
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
  }

  .product-reviews .text-block {
  font-size: 1rem;
  }

  .calendar-slider .calendar-date {
  font-size: 1.2rem;
  }

  .client-single-section {
  background-color: transparent;
  box-shadow: none;
  }

  .clients-section {
  background-color: transparent;
  box-shadow: none;
  }

  .account-section .form-frame .form-control {
  }

  .messenger-area .message-date {
  font-size: 1rem;
  }

  .coach-sheet-section .form-frame .form-control {
  padding: 1.2rem 0;
  height: 4rem;
  }

  .messages-list {
  font-size: 1rem;
  line-height: 1.2;
  }

  .message-item .user-frame {
  width: 5.2rem;
  height: 5.2rem;
  }

  .message-item .title {
  font-size: 1.2rem;
  }

  .sharing-block .options-buttons {
  }

  .hover-js .options-buttons {
  opacity: 1;
  visibility: visible;
  }
}

@media (max-width: 1023.98px) {
  .table-responsive-lg {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  }

  .header .links-list{
  display:inline;

  }
.search-header .search-block-holder{
  width: 100%;
  max-width: 100%;
}
.filter-block .filter-opener{
  font-size:15px !important;
}
.icon-filter a {
font-size: 15px;
}
.search-header .input-group>.form-control{
  font-size:16px !important;
}
.search-header .input-group>.form-control{
font-size: 15px !important;
}

  .header .links-list li{
    font-size:20px;
    line-height:30px;
    padding:20px;
  }
  #breadcrumb{
    display:none;
  }
  .btn-outline-secondary:before{
    text-align:center;
  }
   .header .log-in.btn .link-text{
    font-size:20px;
  }
  .header .log-in.btn{
    text-align:center;
  }
  .menu .footer-titl2{
    font-size:15px;
  }
  
  #collapseNav-1 ul li {
    font-size:16px;
    padding: 6px;
  }
  .copyright{
    font-size:15px;
  }
  .footer-bottom-list{
    font-size: 15px;
    padding: 15px;
  }
  .footer-list{
  font-size:15px;
    padding: 15px;

  }

  .table-responsive-lg>.table-bordered {
  border: 0;
  }

  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm {
  padding-right: 0;
  padding-left: 0;
  }
  .menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(-100%);
  transition: transform .5s cubic-bezier(.19, 1, .22, 1), right .5s cubic-bezier(.19, 1, .22, 1);
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #e0dce6;
  z-index: 100;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  }

  .menu .wrap-block {
  background-color: #ffffff;
  display: block;
  }

  .wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(100, 100, 100, .7);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  }

  .nav-active .header:before,.filters-drop-active .header:before {
  opacity: 1;
  visibility: visible;
  }

  [type='checkbox']:checked+.fake-input {
  background: none;
  }

  [type='radio']:checked+.fake-input {
  background: none;
  }

  .brand-list-holder .list-text br {
  display: none;
  }

  .check-list li br {
  display: none;
  }

  .category-slider .slick-list {
  overflow: visible;
  padding: 0 7rem 0 0;
  }

  .gift-list .list-decor {
  display: none;
  }

  .lead-form-block.services-form h2 br,.lead-form-block.services-form .h2 br {
  display: none;
  }

  .lead-info-block-alt .decor {
  display: none;
  }

  .filter-block .filters-list {
  background-color: #ffffff;
  font-size: 1.7rem;
  }

  .filter-block .filters-list li {
  border-bottom: 1px solid #cccccc;
  }

  .filter-block .filters-list label {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 1.7rem 1rem 1.7rem 6rem;
  margin: 0;
  }

  .filter-block .filter-opener {
  font-size: 1.1rem;
  text-align: center;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #f5f3f8;
  padding: .3rem 1rem;
  margin: 0 -1.6rem 1.6rem;
  pointer-events: auto;
  }

  .filter-block [type='checkbox']:checked+.fake-input {
  background: none;
  }

  .filter-block [type='radio']:checked+.fake-input {
  background: none;
  }

  .filter-block .fake-input {
  background: none;
  border: 0;
  }

  .filter-block .fake-input:before {
  border-color: #004ACC;
  width: 16px;
  height: 10px;
  border-width: 0 0 4px 4px;
  margin: -4px 0 0 -5px;
  }

  .filter-area .area-title {
  cursor: pointer;
  border-bottom: 1px solid #cccccc;
  padding: 1.4rem 2rem;
  font-weight: 500;
  font-size: 1.6rem;
  }

  .filter-form {
  background-color: #ffffff;
  }

  .filter-frame,.filters-drop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: transform .5s cubic-bezier(.19, 1, .22, 1), right .5s cubic-bezier(.19, 1, .22, 1);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  height: 100vh;
  }

  .filters-drop .holder-block {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 16.5rem);
  background-color: #ffffff;
  }

  .filters-drop .btn-collapse {
  display: none;
  }

  .filters-drop .collapse-holder {
  display: block !important;
  padding: 0;
  }

  .filters-drop-active body {
  overflow: hidden;
  }

  .filters-drop-active .filters-drop {
  transform: translateX(0);
  padding: 0 0 0 12%;
  }

  .nicescroll-rails-vr {
  opacity: 0;
  visibility: hidden;
  }

  .product-sidebar {
  transition: opacity .3s, visibility .3s;
  position: fixed;
  top: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
  opacity: 0;
  visibility: hidden;
  z-index: 150;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
  }

  .sidebar-active .nicescroll-rails-vr {
  opacity: 1;
  visibility: visible;
  }

  .sidebar-holder {
  position: relative;
  overflow: hidden;
  height: 0;
  display:none;
  }

  .calendar-date-list::-webkit-scrollbar {
  width: 0;
  background: transparent;
  }

  .my-tpe-page .heading-area h2,.my-tpe-page .heading-area .h2 {
  font-size: 1.4rem;
  padding: 0 1rem;
  }

  .circle-list br {
  display: none;
  }

  .circle-list.primary .img-holder {
  background-color: rgba(200, 151, 48, .1);
  }

  .circle-list.secondary .img-holder {
  background-color: rgba(186, 150, 67, .2);
  }
}

@media (max-width: 1365.98px) {
  .table-responsive-xl {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
  border: 0;
  }

  .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm {
  padding-right: 0;
  padding-left: 0;
  }

  .header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(100, 100, 100, .7);
  z-index: 50;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  }

  .nav-active {
  overflow: hidden;
  }

  .nav-active .menu {
  margin-top:51px;
  transform: translateX(0);

  margin-top: 51px;
  transform: translateX(0);
  left: 0%;
  width: 100%;
  top: 1px;
  padding-left: 36px;
  background-color: white;
  }
  .menu .footer-title {
  padding: 1.5rem 2.5rem 1.5rem 2rem;
  margin: 0;
   }

.menu .footer-widget {
  border-bottom: 0;

  background-color: white;
  margin: 0;
}
.menu .accordion-block{
padding: 0 1.5rem 0 2.2rem !important;
}
  .header .links-list li{
      padding: 12px;
  }
  .nav-active .menu ul li a{
      line-height: 10px;
  }
  .nav-active .menu ul li a.btn{
      line-height: 20px;
  }

  .nav-active .menu ul li a{
    font-size: 20px;
    padding-top:5px;
  }

  .nav-active .wrapper:before,.filters-drop-active .wrapper:before {
  opacity: 1;
  visibility: visible;
  }

  .contact-page-block .img-block {
  width: 65%;
  }

  .btn-log-in-list .btn {
  padding: .7rem 1.5rem;
  min-width: 24.5rem;
  }

  .filters-drop .btn-wrap {
  padding: 3.5rem 0;
  position: absolute;
  left: 12%;
  right: 0;
  bottom: 0;
  z-index: 110;
  }

  .product-sidebar .gift-card {
  height: 26.7rem;
  min-height: auto;
  padding: 3rem;
  position: relative;
  }

  .product-sidebar .gift-card .card-title {
  margin-bottom: 6rem;
  }

  .product-sidebar .gift-card .img-block {
  bottom: 3rem;
  height: 20.7rem;
  position: absolute;
  text-align: right;
  right: 3rem;
  width: 40%;
  z-index: 0;
  }

  .product-sidebar .gift-card img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  }

  .product-sidebar .product-card {
  display: none;
  }

  .sidebar-active .header:before {
  opacity: 1;
  visibility: visible;
  height: 100vh;
  }

  .sidebar-active .product-sidebar {
  opacity: 1;
  visibility: visible;
  }

  .sidebar-active:before {
  opacity: 1;
  visibility: visible;
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-wide {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  }

  .table-responsive-wide>.table-bordered {
  border: 0;
  }

  .navbar-expand-wide>.container,.navbar-expand-wide>.container-fluid,.navbar-expand-wide>.container-sm {
  padding-right: 0;
  padding-left: 0;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
  width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
  right: 110px;
  }

  .fancybox-thumbs__list a {
  max-width: calc(100% - 10px);
  }
}

@media (max-width: 1023.98px) and (prefers-reduced-motion: reduce) {
  .product-sidebar {
  transition: none;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .register-block .card-item {
  padding: 3rem 1rem 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
  transition: none;
  }

  .btn {
  transition: none;
  }

  .fade {
  transition: none;
  }

  .collapsing {
  transition: none;
  }

  .custom-switch .custom-control-label::after {
  transition: none;
  }

  .custom-range::-webkit-slider-thumb {
  -webkit-transition: none;
  transition: none;
  }

  .custom-range::-moz-range-thumb {
  -moz-transition: none;
  transition: none;
  }

  .custom-range::-ms-thumb {
  -ms-transition: none;
  transition: none;
  }

  .custom-control-label::before,.custom-file-label,.custom-select {
  transition: none;
  }

  .badge {
  transition: none;
  }

  .progress-bar {
  transition: none;
  }

  .progress-bar-animated {
  -webkit-animation: none;
  animation: none;
  }

  .modal.fade .modal-dialog {
  transition: none;
  }

  .carousel-item {
  transition: none;
  }

  .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
  transition: none;
  }

  .carousel-control-prev,.carousel-control-next {
  transition: none;
  }

  .carousel-indicators li {
  transition: none;
  }

  a {
  transition: none;
  }

  .form-frame .fake-input:before {
  transition: none;
  }

  .header {
  transition: none;
  }

  .header:before {
  transition: none;
  }

  .header .user-menu {
  transition: none;
  }

  .header .logo {
  transition: none;
  }

  .header .links-list {
  transition: none;
  }

  .menu a {
  transition: none;
  }

  .menu .btn {
  transition: none;
  }

  .nav-opener {
  transition: none;
  }

  .nav-opener span {
  transition: none;
  }

  .wrapper:before {
  transition: none;
  }

  .user-frame {
  transition: none;
  }

  .avatar-block .plus {
  transition: none;
  }

  .footer-title:after {
  transition: none;
  }

  .social-list a:before {
  transition: none;
  }

  .btn {
  transition: none;
  }

  .btn-outline-secondary:before {
  transition: none;
  }

  .btn-outline-primary:before {
  transition: none;
  }

  .btn-circle {
  transition: none;
  }

  .form-control {
  transition: none;
  }

  .fake-input:before {
  transition: none;
  }

  .breadcrumbs a {
  transition: none;
  }

  .coach-list a {
  transition: none;
  }

  .coach-list a img {
  transition: none;
  }

  .coach-search-block .info-area .btn-outline-secondary {
  transition: none;
  }

  .card-item .circle-plus {
  transition: none;
  }

  .slick-arrow:before {
  transition: none;
  }

  .slick-dots button {
  transition: none;
  }

  .review-slider .slick-arrow {
  transition: none;
  }

  .research-categories .item-holder {
  transition: none;
  }

  .research-categories .check-title {
  transition: none;
  }

  .sub-categories-list .item-holder {
  transition: none;
  }

  .sub-categories-list .item-holder .item-text {
  transition: none;
  }

  .gift-card .form-group .submit-btn {
  transition: none;
  }

  .faq-search-block .search-submit:before {
  transition: none;
  }

  .card-faq-list a {
  transition: none;
  }

  .sidebar-faq-list a {
  transition: none;
  }

  .custom-checkbox .fake-input {
  transition: none;
  }

  .custom-checkbox .fake-input [class*='icon-'] {
  transition: none;
  }

  .btn-log-in-list .btn {
  transition: none;
  }

  .timepicker .timepicker-hour,.timepicker .timepicker-minute {
  transition: none;
  }

  .timepicker .btn[title='Increment Hour'],.timepicker .btn[title='Decrement Hour'],.timepicker .btn[title='Increment Minute'],.timepicker .btn[title='Decrement Minute'] {
  transition: none;
  }

  .registration-block .tabset a {
  transition: none;
  }

  .registration-block .show-password {
  transition: none;
  }

  .btn-more {
  transition: none;
  }

  .filters-drop .btn-collapse {
  transition: none;
  }

  .filters-drop .btn-collapse .counter {
  transition: none;
  }

  .pagination .page-link {
  transition: none;
  }

  .product-card .card-title a {
  transition: none;
  }

  .product-card .btn-collapse {
  transition: none;
  }

  .product-content .collapse-opener {
  transition: none;
  }

  .main-categories .category-box {
  transition: none;
  }

  .categories-list a:not(.btn) {
  transition: none;
  }

  .medias-section .meadia-item {
  transition: none;
  }

  .medias-section .meadia-item .btn-opener {
  transition: none;
  }

  .calendar-slider .btn-time {
  transition: none;
  }

  .heading-section .heading-area [type='submit'],.heading-section .heading-area [type='reset'],.heading-section .heading-area a {
  transition: none;
  }

  .client-info-block .contact-list a:before {
  transition: none;
  }

  .client-card {
  transition: none;
  }

  .client-card .more-info-link {
  transition: none;
  }

  .services-item .del-btn {
  transition: none;
  }

  .photos-list li a {
  transition: none;
  }

  .btn-add .plus {
  transition: none;
  }

  .sharing-block .options-buttons {
  transition: none;
  }

  .options-buttons a {
  transition: none;
  }

  .appointment-popup .fancybox-close-small:before,.appointment-popup .fancybox-close-small:after {
  transition: none;
  }

  .sub-categories-list .item-holder {
  transition: none;
  }

  .sub-categories-list .item-holder .item-text {
  transition: none;
  }
}

@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: flex !important;
  }

  .d-print-inline-flex {
  display: inline-flex !important;
  }

  *,*::before,*::after {
  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;
  }

  pre,blockquote {
  border: 1px solid #999999;
  page-break-inside: avoid;
  }

  thead {
  display: table-header-group;
  }

  tr,img {
  page-break-inside: avoid;
  }

  p,h2,h3 {
  orphans: 3;
  widows: 3;
  }

  h2,h3 {
  page-break-after: avoid;
  }

  @page {
  size: a3;
  }

  body {
  min-width: 992px !important;
  }

  .container {
  min-width: 992px !important;
  }

  .navbar {
  display: none;
  }

  .badge {
  border: 1px solid #000000;
  }

  .table {
  border-collapse: collapse !important;
  }

  .table td,.table th {
  background-color: #ffffff !important;
  }

  .table-bordered th,.table-bordered td {
  border: 1px solid #eeeeee !important;
  }

  .table-dark {
  color: inherit;
  }

  .table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody {
  border-color: #dee2e6;
  }

  .table .thead-dark th {
  color: inherit;
  border-color: #dee2e6;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
  padding-left: 6px;
  padding-right: 6px;
  }

  .fancybox-slide--image {
  padding: 6px 0;
  }

  .fancybox-close-small {
  right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
  background: #4e4e4e;
  color: #f2f4f6;
  height: 36px;
  opacity: 1;
  padding: 6px;
  right: 0;
  top: 0;
  width: 36px;
  }

  .fancybox-caption {
  padding-left: 12px;
  padding-right: 12px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span {
  background-image: url(images/chosen-sprite@2x.png) !important;
  background-size: 52px 37px !important;
  background-repeat: no-repeat !important;
  }
}
.btn-primary:before, .btn-outline-secondary:before {
  transition: opacity .3s;
}
.category-slider-block a {
 text-decoration: none;
 color:black;
}

.product-head  .location   {
  font-size: 2rem;
}
.product-head  .location   a {
  text-decoration:none !important;
  color: black;
}
.btn-outline-secondary:hover {
  color: #ffffff!important;
}

.products-holder .content-block{
border:0px;
}
.product-card .img-area img{
border: 1px solid gray;
  filter: grayscale(1);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 200px !important;
  max-width: 200px !important;
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  margin: 0 auto 1.5rem;
  box-shadow: 5px 3px 20px 0 rgba(202, 202, 202, 0.74);
  height: 200px !important;
  max-height: 200px !important;
   
}
.product-card .small-img-area img{
  background-color:white;
  opacity: 1;
  border: 1px solid gray;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 75px !important;
  max-width: 75px !important;
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  margin: 0 auto 1.5rem;
  box-shadow: 5px 3px 20px 0 rgba(202, 202, 202, 0.74);
  height: 75px !important;
  max-height: 75px !important;
}
.info-list i{
color: #205ffe;
     padding-right:10px;
     margin-left: 20px;

}
.bt-send-message{
position:relative;
top:-15px;

}


@media only screen and (max-width: 767px) {
  
.home-search-form input{
  font-size: 1.1em;
}

.search-header .input-group>.form-control{
  font-size: 1.1em;
}
#wrapper > div > main > div > div > div.product-content > div > div > div.white-block.content-block{
  border: 1px solid #e5e5e5;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius: 20px;
}

}
#wrapper > div > main > div > div > div.product-content > div > div.col-12.col-lg-7.col-xl-8 > div.white-block.content-block > div.product-description > div > h3{
  font-size: 1.1em !important;
  margin-bottom: 1em! 
}
#wrapper > div > main > div > div > div.product-head.white-block.certified > div.row > div > div > div > div > h1{
  font-size: 1.5em !important;
}
#wrapper > div > main > div > div > div.product-head.white-block.cast_member > div.row > div > div > div > div > h1{
  font-size: 1.5em !important;
}
#wrapper > div > main > div > div > div.product-content > div > div.col-12.col-lg-7.col-xl-8 > div.white-block.content-block > div.product-description > div > ul> li{
  margin: 0px !important;
  padding: 0px;
  line-height: 1.4em;
}
#wrapper > div > main > div.heading-section > a > span {
 color :black;
}


#wrapper > div > main > div.heading-section > a{
 background-color: lightgray
}

.sidebar-menu-opener {
  right: 1.5rem !important;
  left: auto;
}
.header .user-menu{
min-width: 27rem;
}
.product-card .img-area img {
  filter: grayscale(1);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 200px !important;
  max-height: 200px !important;
}
.user-frame{
  min-width: 50px;
  min-height: 50px;
}
.messenger-area  .user-frame{
  min-width: 0px;
  min-height: 0px;


}
h3{
margin-bottom: 17px;
}
.heading-area button{
 margin-top:20px;
}
.user-heading{
 
}
.user-heading{
 float:left;
display:block;
}
option{
 height: 4rem;
}

.footer{
  border-top:1px solid #e5e5e5;
}
.bordered{
  background-color:white;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  margin: 0 0 5rem;
  padding: 3rem;
}

.white-block strong.area-title{
  margin-top:20px;
}
.btn-outline-primary:hover{
 color: #FFFFFF !important;
}

h1{
 font-family: 'League Spartan', sans-serif;
font-size:38px;
}

.listing-annonce a{
  position: absolute;
  bottom: -5px;
  right: 10px;
}
h1.right{
  text-align:right;
  margin-bottom:0px;
  font-size:25px !important;
  color: #004ACC !important; 
}
p.annonce-content{
  margin-left: 3em;
}

.home .news-section .content-block, .home .indep-section .content-block, .missions-section .content-block{
  border:0px;
  margin:0; 
}

.home .news-section .content-block a{
  border:0px;
  margin:0; 
  min-height:40px;
  padding:10px;
}

.home .news-section .card-title{
  font-size:16px;
  font-weight:bold;
  margin-top:10px;
}



.missions-section .card-item{
  min-height:200px;
  margin-top:30px;
}
.missions-section h3{
  font-size:17px;
  font-weight:bold;
} 


.missions-section p{
  font-weight: normal;
}

.home-search-form input{
    border: 1px solid #004ACC;
    border-radius: 20px;
    box-shadow: 0 5px 25px 0 rgba(242, 242, 242, .69);
}
.small-img-area{
    width: 75px;
    display: block;
    float: left;
    margin-left: -35px;
}
.minipic{

}
.main-section{
    background-image: url(/images/lezindep-home3.jpg);
    background-repeat: none;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 292px;
    background-position-y: center;
}
.indep-section .product-card .content-block .card-title{ 
  transition: color .3s;
    color: #000000;
    text-decoration: none;
}

.indep-section .product-card .content-block { 
    text-align: center !important;
}
.special{
  color: #004ACC;
}
ul.foot-cat li  {
float:left;
}
ul.foot-cat li:after  {
content: "|";
padding:10px;
}

ul.foot-cat li:last-child:after  {
content: "";
}
.news-cat h2{
font-size: 18px !important;
font-weight:bold;
text-decoration: underline;
} 
.cat-list-article img{
 float:right;
    padding: 10px;
}
p-head{
font-size: 1.0em; font-weight: normal;
}
