@charset "UTF-8";
/*
	What? - Sass library for writing CSS media queries.
	How? - In an easy and maintainable way.
	With? - Using a natural and simplistic syntax.
	Where? - https://www.npmjs.com/package/include-media
*/
/*
	Declaration of media query breakpoints:
	- small
	- medium
	- large
	- huge
	Example of usage:
	@include media(">small", "<=medium") { ... }
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: auto;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: auto;
  }
}
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #42B2FD;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #FF677A;
  --orange: #f6993f;
  --yellow: #FFBF00;
  --green: #28a745;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #333F4F;
  --secondary: #71797D;
  --success: #28a745;
  --info: #6cb2eb;
  --warning: #FFBF00;
  --danger: #FF677A;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

[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: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #333F4F;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #151a21;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[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: 0.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: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

.lead {
  font-size: 1.125rem;
  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(57, 63, 73, 0.1);
}

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  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.3333333333%;
  max-width: 33.3333333333%;
}

.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.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    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.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    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.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    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.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    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.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(57, 63, 73, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6c9ce;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #959ba3;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d7d9db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b5b9bb;
}

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

.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: #d6e9f9;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b3d7f5;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffedb8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffde7a;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffd4da;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffb0ba;
}

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

.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(57, 63, 73, 0.075);
}

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  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, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #667d9c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 63, 79, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: 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: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.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(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, 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") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #212529;
  background-color: rgba(255, 103, 122, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #FF677A;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF677A' 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='%23FF677A' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #FF677A;
  box-shadow: 0 0 0 0.2rem rgba(255, 103, 122, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #FF677A;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF677A' 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='%23FF677A' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #FF677A;
  box-shadow: 0 0 0 0.2rem rgba(255, 103, 122, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #FF677A;
}
.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: #FF677A;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #FF677A;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff9aa7;
  background-color: #ff9aa7;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 103, 122, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FF677A;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #FF677A;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #FF677A;
  box-shadow: 0 0 0 0.2rem rgba(255, 103, 122, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .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: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 63, 79, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #333F4F;
  border-color: #333F4F;
}
.btn-primary:hover {
  color: #fff;
  background-color: #242c38;
  border-color: #1f2630;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #242c38;
  border-color: #1f2630;
  box-shadow: 0 0 0 0.2rem rgba(82, 92, 105, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #333F4F;
  border-color: #333F4F;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1f2630;
  border-color: #1a2028;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 92, 105, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #71797D;
  border-color: #71797D;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5f6669;
  border-color: #595f62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5f6669;
  border-color: #595f62;
  box-shadow: 0 0 0 0.2rem rgba(134, 141, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #71797D;
  border-color: #71797D;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #595f62;
  border-color: #53595c;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 141, 145, 0.5);
}

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

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:hover {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3f9ae5;
  border-color: #3495e3;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FFBF00;
  border-color: #FFBF00;
}
.btn-warning:hover {
  color: #212529;
  background-color: #d9a200;
  border-color: #cc9900;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #d9a200;
  border-color: #cc9900;
  box-shadow: 0 0 0 0.2rem rgba(222, 168, 6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFBF00;
  border-color: #FFBF00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cc9900;
  border-color: #bf8f00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 168, 6, 0.5);
}

.btn-danger {
  color: #212529;
  background-color: #FF677A;
  border-color: #FF677A;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff4159;
  border-color: #ff344d;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff4159;
  border-color: #ff344d;
  box-shadow: 0 0 0 0.2rem rgba(222, 93, 110, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #212529;
  background-color: #FF677A;
  border-color: #FF677A;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff344d;
  border-color: #ff2742;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 93, 110, 0.5);
}

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

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

.btn-outline-primary {
  color: #333F4F;
  border-color: #333F4F;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #333F4F;
  border-color: #333F4F;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 63, 79, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #333F4F;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #333F4F;
  border-color: #333F4F;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 63, 79, 0.5);
}

.btn-outline-secondary {
  color: #71797D;
  border-color: #71797D;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #71797D;
  border-color: #71797D;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 121, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #71797D;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #71797D;
  border-color: #71797D;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 121, 125, 0.5);
}

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

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6cb2eb;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-warning {
  color: #FFBF00;
  border-color: #FFBF00;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFBF00;
  border-color: #FFBF00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 191, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFBF00;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FFBF00;
  border-color: #FFBF00;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 191, 0, 0.5);
}

.btn-outline-danger {
  color: #FF677A;
  border-color: #FF677A;
}
.btn-outline-danger:hover {
  color: #212529;
  background-color: #FF677A;
  border-color: #FF677A;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 103, 122, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #FF677A;
  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: #212529;
  background-color: #FF677A;
  border-color: #FF677A;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 103, 122, 0.5);
}

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

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

.btn-link {
  font-weight: 400;
  color: #333F4F;
  text-decoration: none;
}
.btn-link:hover {
  color: #151a21;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(57, 63, 73, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  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: #fff;
  text-decoration: none;
  background-color: #333F4F;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.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: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.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: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.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: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

.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;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #333F4F;
  background-color: #333F4F;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(51, 63, 79, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #667d9c;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #8597b0;
  border-color: #8597b0;
}
.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: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.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: #333F4F;
  background-color: #333F4F;
}
.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(51, 63, 79, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(51, 63, 79, 0.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(51, 63, 79, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(51, 63, 79, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #667d9c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 63, 79, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.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 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #667d9c;
  box-shadow: 0 0 0 0.2rem rgba(51, 63, 79, 0.25);
}
.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: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 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 #f8fafc, 0 0 0 0.2rem rgba(51, 63, 79, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(51, 63, 79, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(51, 63, 79, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #333F4F;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #8597b0;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.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: #333F4F;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #8597b0;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.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: 0.2rem;
  margin-left: 0.2rem;
  background-color: #333F4F;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #8597b0;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #333F4F;
}

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

.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: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  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: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.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%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  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(57, 63, 73, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(57, 63, 73, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(57, 63, 73, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(57, 63, 73, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(57, 63, 73, 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(57, 63, 73, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(57, 63, 73, 0.5);
  border-color: rgba(57, 63, 73, 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%2857, 63, 73, 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(57, 63, 73, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(57, 63, 73, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(57, 63, 73, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: 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, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(57, 63, 73, 0.03);
  border-bottom: 1px solid rgba(57, 63, 73, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333F4F;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #151a21;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 63, 79, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #333F4F;
  border-color: #333F4F;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #333F4F;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #1f2630;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 63, 79, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #71797D;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #595f62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(113, 121, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #3f9ae5;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #FFBF00;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #cc9900;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 191, 0, 0.5);
}

.badge-danger {
  color: #212529;
  background-color: #FF677A;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #212529;
  background-color: #ff344d;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 103, 122, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #363f4c;
  background-color: #d6d9dc;
  border-color: #c6c9ce;
}
.alert-primary hr {
  border-top-color: #b8bcc2;
}
.alert-primary .alert-link {
  color: #21262e;
}

.alert-secondary {
  color: #565d64;
  background-color: #e3e4e5;
  border-color: #d7d9db;
}
.alert-secondary hr {
  border-top-color: #cacccf;
}
.alert-secondary .alert-link {
  color: #3e4449;
}

.alert-success {
  color: #307547;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #215131;
}

.alert-info {
  color: #547b9d;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}
.alert-info hr {
  border-top-color: #c0ddf6;
}
.alert-info .alert-link {
  color: #42617c;
}

.alert-warning {
  color: #a08223;
  background-color: #fff2cc;
  border-color: #ffedb8;
}
.alert-warning hr {
  border-top-color: #ffe79f;
}
.alert-warning .alert-link {
  color: #76601a;
}

.alert-danger {
  color: #a05462;
  background-color: #ffe1e4;
  border-color: #ffd4da;
}
.alert-danger hr {
  border-top-color: #ffbbc4;
}
.alert-danger .alert-link {
  color: #7f424e;
}

.alert-light {
  color: #9ca0a5;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #81868d;
}

.alert-dark {
  color: #363c44;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #1f2328;
}

@-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: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #333F4F;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(57, 63, 73, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #333F4F;
  border-color: #333F4F;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.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: #363f4c;
  background-color: #c6c9ce;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #363f4c;
  background-color: #b8bcc2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #363f4c;
  border-color: #363f4c;
}

.list-group-item-secondary {
  color: #565d64;
  background-color: #d7d9db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #565d64;
  background-color: #cacccf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #565d64;
  border-color: #565d64;
}

.list-group-item-success {
  color: #307547;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #307547;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #307547;
  border-color: #307547;
}

.list-group-item-info {
  color: #547b9d;
  background-color: #d6e9f9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #547b9d;
  background-color: #c0ddf6;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #547b9d;
  border-color: #547b9d;
}

.list-group-item-warning {
  color: #a08223;
  background-color: #ffedb8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #a08223;
  background-color: #ffe79f;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #a08223;
  border-color: #a08223;
}

.list-group-item-danger {
  color: #a05462;
  background-color: #ffd4da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #a05462;
  background-color: #ffbbc4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #a05462;
  border-color: #a05462;
}

.list-group-item-light {
  color: #9ca0a5;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #9ca0a5;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #9ca0a5;
  border-color: #9ca0a5;
}

.list-group-item-dark {
  color: #363c44;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #363c44;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #363c44;
  border-color: #363c44;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #393F49;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #393F49;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(57, 63, 73, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(57, 63, 73, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #393F49;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.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(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

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

  .modal-dialog-scrollable {
    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;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .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: 0.4rem 0.4rem 0;
  border-top-color: #393F49;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #393F49;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.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 0.4rem 0.4rem;
  border-bottom-color: #393F49;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #393F49;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #393F49;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(57, 63, 73, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 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: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(57, 63, 73, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(57, 63, 73, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(57, 63, 73, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(57, 63, 73, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.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 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 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: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

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

.bg-secondary {
  background-color: #71797D !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #595f62 !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: #6cb2eb !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #71797D !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-print-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.8571428571%;
}

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

@media (min-width: 576px) {
  .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;
  }
}
@media (min-width: 768px) {
  .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;
  }
}
@media (min-width: 992px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .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-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #333F4F !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #151a21 !important;
}

.text-secondary {
  color: #71797D !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #4d5255 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #6cb2eb !important;
}

a.text-info:hover, a.text-info:focus {
  color: #298fe2 !important;
}

.text-warning {
  color: #FFBF00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b38600 !important;
}

.text-danger {
  color: #FF677A !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ff1b37 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(57, 63, 73, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::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 #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #393F49;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
* {
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
}

a, input, textarea, a:link, a:visited, a:hover, a:focus, a:active {
  outline: 0;
  border: 0;
  text-decoration: none;
}

body {
  font-family: "Roboto-Regular";
}

.fronted-notification {
  top: 10px !important;
}

.empty_box {
  background: #d2d2d2;
  border-radius: 3px;
  padding: 10px 15px;
}

.page-content-admin .navbar-embark-admin {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5rem 35px;
  height: 70px;
  background: #FFF;
  border-bottom: 1px solid #ECECEE;
}
.page-content-admin .navbar-embark-admin .navbar-items {
  flex: 1;
}
.page-content-admin .navbar-embark-admin .navbar-items .search {
  flex: 1;
}
.page-content-admin .navbar-embark-admin .navbar-items .search input {
  border-radius: 25px;
  width: 100%;
  background-color: #FAFBFD;
  border: 1px solid #ECECEE;
  padding: 5px 15px;
  max-width: 350px;
  transition: all 0.2s ease;
  font-size: 0.9375rem;
}
.page-content-admin .navbar-embark-admin .navbar-items .search input:focus {
  outline: none;
  background-color: #EFF2F5;
}
.page-content-admin .navbar-embark-admin .logo {
  display: flex;
}
.page-content-admin .navbar-embark-admin .logo .logoS {
  width: 45px;
  height: 50px;
  background: url("/build/images/logo.jpg");
}
.page-content-admin .navbar-embark-admin .logo .logoT {
  height: 50px;
  width: 164px;
  background: url("/build/images/logo.jpg");
}
.page-content-admin .navbar-embark-admin .system_notifications {
  padding: 0 20px;
  margin-right: 20px;
  border-right: 1px solid #ECECEE;
}
.page-content-admin .navbar-embark-admin .system_notifications img {
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 5px;
}
.page-content-admin .navbar-embark-admin .system_notifications img:hover {
  background-color: #F0F0F0;
  border-radius: 4px;
}
.page-content-admin .navbar-embark-admin .profile-navbar {
  cursor: pointer;
}
.page-content-admin .navbar-embark-admin .profile-navbar span {
  color: #333F4F;
  font-size: 0.9rem;
  font-family: "Roboto-Medium";
  line-height: 1;
  padding: 10px;
  transition: all 0.2s ease;
}
.page-content-admin .navbar-embark-admin .profile-navbar span:hover {
  background-color: #F0F0F0;
  border-radius: 4px;
}
.page-content-admin .navbar-embark-admin .profile-navbar img {
  margin-left: 12px;
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.page-content-admin .navbar-embark-admin .dropdown-menu {
  padding: 0;
}
.page-content-admin .navbar-embark-admin .dropdown-menu.dropdown-user {
  box-shadow: 0px 11px 18px rgba(0, 0, 0, 0.194821);
  border-radius: 4px;
  border: 1px solid #ECECEE;
  left: initial !important;
  min-width: 140px;
  transform: none !important;
  top: 40px !important;
  right: 0;
}
.page-content-admin .navbar-embark-admin .dropdown-menu.dropdown-user .dropdown-item {
  max-width: 140px;
  color: #333F4F;
  font-family: "Roboto-Regular";
  font-size: 0.875rem;
  cursor: pointer;
}
.page-content-admin .navbar-embark-admin .dropdown-menu.dropdown-notifications {
  box-shadow: 0px 11px 18px rgba(0, 0, 0, 0.194821);
  border-radius: 4px;
  border: 1px solid #ECECEE;
  left: initial !important;
  min-width: 400px;
  top: 40px !important;
  right: 40px;
  transform: none !important;
  max-height: 357px;
  overflow: auto;
}
.page-content-admin .navbar-embark-admin .dropdown-menu.dropdown-notifications .dropdown-item {
  max-width: 400px;
  cursor: pointer;
}
.page-content-admin .navbar-embark-admin .dropdown-menu.dropdown-notifications .dropdown-item img {
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}
.page-content-admin .navbar-embark-admin .dropdown-menu.dropdown-notifications .dropdown-item .content-notification p {
  font-family: "Roboto-Regular";
  font-size: 0.875rem;
  color: #333F4F;
  margin-bottom: 0;
  line-height: 1.5;
  white-space: normal;
}
.page-content-admin .navbar-embark-admin .dropdown-menu.dropdown-notifications .dropdown-item .content-notification p .name {
  font-family: "Roboto-Medium";
  color: #333F4F;
  font-size: 0.875rem;
}
.page-content-admin .navbar-embark-admin .dropdown-menu.dropdown-notifications .dropdown-item .content-notification .date {
  color: #71797D;
  font-size: 0.8125rem;
  font-family: "Roboto-Regular";
  margin-bottom: 10px;
  display: block;
}
.page-content-admin .navbar-embark-admin .dropdown-menu.dropdown-notifications .dropdown-item .content-notification .result {
  font-family: "Roboto-Medium";
  font-size: 0.875rem;
  color: #333F4F;
  margin-bottom: 0;
  white-space: normal;
}
.page-content-admin .navbar-embark-admin .dropdown-menu.dropdown-notifications .dropdown-item .not-notifications {
  font-family: "Roboto-Regular";
  font-size: 0.875rem;
  color: #333F4F;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.page-content-admin .navbar-embark-admin .dropdown-menu .dropdown-item {
  padding: 15px;
  border-top: 1px solid #ECECEE;
}
.page-content-admin .navbar-embark-admin .dropdown-menu .dropdown-item:first-child {
  border-top: 0;
}
.page-content-admin .navbar-embark-admin .dropdown-menu .dropdown-item:hover {
  color: #333F4F;
}
.page-content-admin .navbar-embark-admin .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
}
.page-content-admin .navbar-embark-admin .dropdown-menu .dropdown-item:focus {
  outline: none;
}
.page-content-admin .navbar-embark-admin .dropdown-menu .dropdown-item.open_invitations {
  display: flex;
}
.page-content-admin .navbar-embark-admin .dropdown-menu .dropdown-item .number-notification {
  background-color: #FF677A;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "Roboto-Medium";
  border-radius: 50%;
  font-size: 0.75rem;
}
.page-content-admin .admin-template {
  overflow: hidden;
  display: flex;
}
.page-content-admin .admin-template .sidebar {
  min-height: calc(100vh - 70px);
  min-width: 200px;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border-right: 1px solid #ECECEE;
  padding: 35px 0;
}
.page-content-admin .admin-template .sidebar .separator_sidebar {
  height: 1px;
  background: #eff2f5;
  margin: 10px 35px;
}
.page-content-admin .admin-template .sidebar .main-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.page-content-admin .admin-template .sidebar .main-menu li a {
  padding: 25px 35px;
  display: flex;
  color: #71797D;
  font-family: "Roboto-Regular";
  font-size: 0.875rem;
}
.page-content-admin .admin-template .sidebar .main-menu li a span {
  line-height: 1;
}
.page-content-admin .admin-template .sidebar .main-menu li a:hover {
  text-decoration: none;
  color: #333F4F;
}
.page-content-admin .admin-template .sidebar .main-menu li a:hover .icon_sidebar .stroke-color {
  stroke: #333F4F;
}
.page-content-admin .admin-template .sidebar .main-menu li a:hover .icon_sidebar .fill-color {
  fill: #333F4F;
}
.page-content-admin .admin-template .sidebar .main-menu li a.active {
  font-family: "Roboto-Medium";
  color: #3E515D;
  background-color: #EFF2F5;
}
.page-content-admin .admin-template .sidebar .main-menu li a.active .icon_sidebar .stroke-color {
  stroke: #333F4F;
}
.page-content-admin .admin-template .sidebar .main-menu li a.active .icon_sidebar .fill-color {
  fill: #333F4F;
}
.page-content-admin .admin-template .admin-content {
  min-width: 0;
  width: 100%;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  overflow-x: inherit;
}
.page-content-admin .admin-template .admin-content .card {
  border: none;
}
.page-content-admin .admin-template .admin-content .card .card-header {
  align-content: center;
}
.page-content-admin .admin-template .admin-content .card .card-header .img-add {
  width: 25px;
}
.page-content-admin .admin-template .admin-content .card .card-body .table-style-1 th {
  border: none !important;
}
.page-content-admin .admin-template .admin-content .card .card-body .table-style-1 td {
  cursor: pointer;
}
.page-content-admin .admin-template .admin-content .card .card-body .table-style-1 td .table-image {
  height: 60px;
}
.page-content-admin .admin-template .admin-content .modal-add.modal-extended .modal-dialog {
  width: 600px;
  max-width: 600px;
}
.page-content-admin .admin-template .admin-content .modal-add .modal-dialog {
  top: 0;
  margin: 0;
  right: -400px;
  height: 100%;
  float: right;
  width: 400px;
}
.page-content-admin .admin-template .admin-content .modal-add .modal-dialog .modal-content {
  border-radius: 0;
  height: 100%;
  border: none;
  overflow: hidden;
}
.page-content-admin .admin-template .admin-content .modal-add .modal-dialog .modal-body {
  overflow-y: auto;
  padding: 0 50px;
}
.page-content-admin .admin-template .admin-content .modal-add.show .modal-dialog {
  right: 0;
  transition: all 0.2s linear;
}
.page-content-admin .admin-template .admin-content .form-style-1 input, .page-content-admin .admin-template .admin-content .form-style-1 select, .page-content-admin .admin-template .admin-content .form-style-1 textarea {
  font-size: 18px;
  border: none;
  color: #333F4F;
  outline: none;
  border-bottom: 1px solid #333F4F;
  border-radius: 0;
  box-shadow: none;
}
.page-content-admin .admin-template .admin-content .form-style-1 input::-webkit-input-placeholder, .page-content-admin .admin-template .admin-content .form-style-1 select::-webkit-input-placeholder, .page-content-admin .admin-template .admin-content .form-style-1 textarea::-webkit-input-placeholder {
  color: #71797D;
}
.page-content-admin .admin-template .admin-content .form-style-1 input::-moz-placeholder, .page-content-admin .admin-template .admin-content .form-style-1 select::-moz-placeholder, .page-content-admin .admin-template .admin-content .form-style-1 textarea::-moz-placeholder {
  color: #71797D;
}
.page-content-admin .admin-template .admin-content .form-style-1 input:-ms-input-placeholder, .page-content-admin .admin-template .admin-content .form-style-1 select:-ms-input-placeholder, .page-content-admin .admin-template .admin-content .form-style-1 textarea:-ms-input-placeholder {
  color: #71797D;
}
.page-content-admin .admin-template .admin-content .form-style-1 input::-ms-input-placeholder, .page-content-admin .admin-template .admin-content .form-style-1 select::-ms-input-placeholder, .page-content-admin .admin-template .admin-content .form-style-1 textarea::-ms-input-placeholder {
  color: #71797D;
}
.page-content-admin .admin-template .admin-content .form-style-1 input::placeholder, .page-content-admin .admin-template .admin-content .form-style-1 select::placeholder, .page-content-admin .admin-template .admin-content .form-style-1 textarea::placeholder {
  color: #71797D;
}
.page-content-admin .admin-template .admin-content .form-style-1 input:focus, .page-content-admin .admin-template .admin-content .form-style-1 select:focus, .page-content-admin .admin-template .admin-content .form-style-1 textarea:focus {
  outline: none;
  box-shadow: none;
}
.page-content-admin .admin-template .admin-content .form-style-1 .add-image {
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.page-content-admin .admin-template .admin-content .form-style-1 .add-image img {
  max-width: 300px;
}
.page-content-admin .admin-template .admin-content .form-style-1 .add-image.add:hover::before {
  content: "+";
}
.page-content-admin .admin-template .admin-content .form-style-1 .add-image.edit:hover::before {
  content: "";
  background-size: 60px;
  background-image: url("/build/images/edit.png");
  background-repeat: no-repeat;
  background-position: center;
}
.page-content-admin .admin-template .admin-content .form-style-1 .add-image:hover::before {
  font-size: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  background-color: #5555558a;
}
.page-content-admin .admin-template .admin-content .form-style-1 .form-row .label-form {
  font-size: 18px;
  color: #333F4F;
}
.page-content-admin .admin-template .admin-content .form-style-1 .form-row .add-image {
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
}
.page-content-admin .admin-template .admin-content .form-style-1 .form-row .add-image img {
  max-width: 150px;
}
.page-content-admin .admin-template .admin-content .edit-tour-page {
  display: flex;
  align-items: stretch;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit {
  background: #f7f7f7;
  min-height: calc(100vh - 141px);
  min-width: 200px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ddd;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .menu {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .menu a {
  width: 100%;
  padding: 7px 15px;
  border-left: 2px solid transparent;
  color: #777;
  transition: all 0.2s ease;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .menu a.router-link-exact-active {
  border-left: 2px solid #6c8eb3;
  background: #dedede;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .menu a:hover {
  border-left: 2px solid #6c8eb3;
  background: #dedede;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .view_tour {
  text-align: center;
  padding: 0 15px;
  margin-top: 10px;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .view_tour a {
  background: #ddd;
  padding: 5px 15px;
  border: 1px solid #CCC;
  color: #777;
  transition: all 0.2s ease;
  width: 100%;
  display: block;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .view_tour a:hover {
  color: #555;
  background: #CCC;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .bottom-actions {
  margin-top: auto;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .bottom-actions button {
  display: block;
  width: 100%;
  padding: 7px 15px;
  color: #FFF;
  border: 0;
  transition: all 0.2s ease;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .bottom-actions button.bg-blue {
  background: #6c8eb3;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .bottom-actions button.bg-grey {
  background: #555;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .bottom-actions button:focus {
  outline: none;
  box-shadow: none;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .sidebar-edit .bottom-actions button:hover {
  opacity: 0.85;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .form-edit {
  padding: 30px;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .form-edit .form .day-count {
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .form-edit .form .form-group label {
  text-transform: uppercase;
  color: #6c8eb3;
  min-width: 150px;
  max-width: 150px;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .form-edit .form .form-group .inputs .inline-select {
  min-width: 100px;
  margin-left: 10px;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .form-edit .form .form-group .inputs .group-input {
  display: flex;
  align-items: stretch;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .form-edit .form .form-group .inputs .group-input .symbol-currency {
  background: #dedede;
  min-width: 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .form-edit .form .form-group .inputs .group-input .price_input {
  min-width: 70px;
  max-width: 70px;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .form-edit .form .form-group .inputs .group-input .inline-select {
  margin-left: 0;
  min-width: 70px;
}
.page-content-admin .admin-template .admin-content .edit-tour-page .form-edit .form .submit-form {
  margin-left: 165px;
}
.page-content-admin .admin-template .admin-content .form {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.page-content-admin .admin-template .admin-content .form .itinerary-day {
  width: 100%;
}
.page-content-admin .admin-template .admin-content .form .form-group {
  display: flex;
  align-items: center;
  width: 100%;
}
.page-content-admin .admin-template .admin-content .form .form-group.w-50 {
  width: 50%;
}
.page-content-admin .admin-template .admin-content .form .form-group.pr-10 {
  padding-right: 10px;
}
.page-content-admin .admin-template .admin-content .form .form-group.pl-10 {
  padding-left: 10px;
}
.page-content-admin .admin-template .admin-content .form .form-group.vertical-form {
  flex-direction: column;
  align-items: flex-start;
}
.page-content-admin .admin-template .admin-content .form .form-group.vertical-form label {
  text-align: left;
}
.page-content-admin .admin-template .admin-content .form .form-group label {
  margin-bottom: 0;
  margin-right: 15px;
  min-width: 80px;
  text-align: right;
  color: #777;
}
.page-content-admin .admin-template .admin-content .form .form-group .box-input {
  width: 100%;
}
.page-content-admin .admin-template .admin-content .form .form-group .box-input .help-block {
  display: block;
}
.page-content-admin .admin-template .admin-content .form .form-group .image-group {
  display: flex;
  flex-wrap: wrap;
}
.page-content-admin .admin-template .admin-content .form .form-group .image-group .image-box {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  border: 1px solid #CCC;
  background: #FFF;
  overflow: hidden;
  margin: 0px 10px 50px 0px;
}
.page-content-admin .admin-template .admin-content .form .form-group .image-group .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content-admin .admin-template .admin-content .form .form-group .image-group .image-box .remove-photo {
  position: absolute;
  background: red;
  opacity: 0.7;
  display: flex;
  transition: opacity 0.3s ease;
  border-radius: 4px;
  margin-top: 5px;
  padding: 6px;
  cursor: pointer;
}
.page-content-admin .admin-template .admin-content .form .form-group .image-group .image-box .remove-photo img {
  height: 16px;
  width: auto;
  margin: 0 45px;
}
.page-content-admin .admin-template .admin-content .form .form-group .image-group .image-box .remove-photo:hover {
  opacity: 1;
}
.page-content-admin .admin-template .admin-content .form .form-group .image-group .add_photo_btn {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  border: 1px solid #CCC;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  cursor: pointer;
  transition: all 0.2s ease;
}
.page-content-admin .admin-template .admin-content .form .form-group .image-group .add_photo_btn:hover {
  background-color: #f7f7f7;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark {
  height: 51px;
  background: #FFF;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 25px;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark .multiselect__select {
  height: 51px;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark .multiselect__tags {
  background: #FFF;
  padding: 0px 40px 0px 8px;
  border-radius: 0px;
  border: none;
  font-size: 0.875rem;
  line-height: 51px;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark .multiselect__placeholder {
  color: #555;
  margin: 0 !important;
  padding-left: 5px;
  padding-top: 0;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark .multiselect__single, .page-content-admin .admin-template .admin-content .form .form-group .select-embark .multiselect__input {
  background: #FFF;
  border-radius: 0px;
  color: #555;
  line-height: 51px;
  margin-bottom: 0px;
  font-size: 0.875rem;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark .multiselect__option {
  color: #888;
  font-size: 0.875rem;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark .multiselect__option.multiselect__option--group {
  min-height: 30px;
  padding: 6px 12px;
  text-transform: uppercase;
  background-color: #eee !important;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark .multiselect__option.multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark .multiselect__option.multiselect__option--selected {
  background: #e0e0e0;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark.locations_select {
  border: 1px solid #d7d7d7;
  border-right: 1px solid transparent;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark.group_size_select {
  max-width: 145px;
  border: 1px solid #d7d7d7;
  border-right: 1px solid transparent;
}
.page-content-admin .admin-template .admin-content .form .form-group .select-embark .multiselect__tags {
  border-radius: 0;
  border: 0;
}
.page-content-admin .admin-template .admin-content .form .form-group .input-text {
  height: 53px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 0px 10px;
  color: #555;
  line-height: 53px;
  width: 100%;
}
.page-content-admin .admin-template .admin-content .form .form-group textarea {
  background: #FFF;
  border: 1px solid #ccc;
  padding: 10px;
  color: #555;
  width: 100%;
}
.page-content-admin .admin-template .admin-content .form .form-group .input-with-btn {
  display: flex;
  width: 100%;
}
.page-content-admin .admin-template .admin-content .form .form-group .input-with-btn input {
  border-right: 0;
}
.page-content-admin .admin-template .admin-content .form .form-group .input-with-btn button {
  padding: 0 15px;
  background: #6c8eb3;
  color: #fff;
  border: 0;
}
.page-content-admin .admin-template .admin-content .form .form-group .input-with-btn button:hover {
  background: #7b9abc;
}
.page-content-admin .admin-template .admin-content .form .form-group .input-with-btn button:focus {
  outline: none;
  box-shadow: none;
}
.page-content-admin .admin-template .admin-content .form .form-group .inputs {
  display: flex;
  align-items: center;
}
.page-content-admin .admin-template .admin-content .form .form-group .inputs .span-space {
  margin: 0 15px;
}
.page-content-admin .admin-template .admin-content .form .form-group .image-upload.profile-img img {
  width: auto;
}
.page-content-admin .admin-template .admin-content .form .form-group .image-upload img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-content-admin .admin-template .admin-content .form .form-group .date-picker {
  width: 100%;
}
.page-content-admin .admin-template .admin-content .form .form-group .date-picker input {
  height: 53px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 0px 10px;
  color: #555;
  line-height: 53px;
  width: 100%;
}
.page-content-admin .admin-template .admin-content .form .form-group.only-checkboxes {
  flex-wrap: wrap;
}
.page-content-admin .admin-template .admin-content .form .form-group.only-checkboxes .checkbox-inline {
  position: relative;
  width: 25%;
  height: 25px;
}
.page-content-admin .admin-template .admin-content .form .form-group.only-checkboxes .checkbox-inline input[type=checkbox] {
  visibility: hidden;
}
.page-content-admin .admin-template .admin-content .form .form-group.only-checkboxes .checkbox-inline input[type=checkbox]:checked + label:after {
  opacity: 1 !important;
}
.page-content-admin .admin-template .admin-content .form .form-group.only-checkboxes .checkbox-inline label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
  text-align: left;
  padding-right: 10px;
  padding-left: 20px;
}
.page-content-admin .admin-template .admin-content .form .form-group.only-checkboxes .checkbox-inline label:after {
  opacity: 0.2;
  content: "";
  position: absolute;
  width: 11px;
  height: 5px;
  background: transparent;
  top: 7px;
  left: 3px;
  border: 2px solid #6c8eb3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.page-content-admin .admin-template .admin-content .form .form-group.only-checkboxes .checkbox-inline label:hover:after {
  opacity: 0.5;
}
.page-content-admin .admin-template .admin-content .form .form-group.only-checkboxes .title-custom-tags {
  width: 100%;
  text-transform: uppercase;
  font-size: 1rem;
  color: #6c8eb3;
  margin-top: 10px;
}
.page-content-admin .admin-template .admin-content .form .form-group.has-error .border-error {
  border-color: #cc0000 !important;
}
.page-content-admin .admin-template .admin-content .form .form-group.has-error .help-block {
  display: block;
  width: 100%;
  color: #cc0000;
  font-size: 0.8375rem;
}
.page-content-admin .admin-template .admin-content .form .submit-form {
  margin-left: 95px;
  display: flex;
  justify-content: center;
}
.page-content-admin .admin-template .admin-content .form .submit-form.vertical-form {
  margin-left: 0;
}
.page-content-admin .admin-template .admin-content .form .submit-form button {
  padding: 10px 15px;
  width: 100%;
  background: #6c8eb3;
  color: #fff;
  border: 0;
}
.page-content-admin .admin-template .admin-content .form .submit-form button:hover {
  background: #7b9abc;
}
.page-content-admin .admin-template .admin-content .form .submit-form button:focus {
  outline: none;
  box-shadow: none;
}
.page-content-admin .search-form {
  background-color: #fff;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
}
.page-content-admin .search-form .search-input {
  background-color: #eee;
  padding: 5px 10px;
  width: 30%;
  margin-right: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.page-content-admin .search-form .loader {
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.page-content-admin .search-form .select-status {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

body {
  background: #eee;
}

.content-page-height {
  min-height: calc(100vh - 95px);
}

a {
  color: #2c74b1;
}

#videoHomepage {
  background-color: rgba(0, 0, 0, 0.8);
}
#videoHomepage .modal-dialog {
  max-width: 900px;
  padding: 0 15px;
}
#videoHomepage .content-video {
  background: transparent;
  border: 0;
}
#videoHomepage .content-video .content-header {
  justify-content: flex-end;
  margin-bottom: 25px;
}
#videoHomepage .content-video .content-header .close:focus {
  outline: none;
}
#videoHomepage .content-video .content-header svg {
  height: 30px;
  fill: #FFF;
  width: auto;
}
#videoHomepage .content-video .vimeo {
  height: 100%;
  width: 100%;
}

#navExplore {
  height: 100%;
  display: flex;
  align-items: center;
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}

.menu-item.dropdown .dropbtn {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  padding: 0 36px;
  line-height: 100%;
  color: #303030;
  transition: all 0.2s ease;
  font-size: 1rem;
}
.menu-item.dropdown .dropbtn:focus {
  outline: none;
}
.menu-item.dropdown .dropbtn.active {
  color: #000000;
  background-color: #303030;
  color: #fff;
}
.menu-item.dropdown .dropbtn.active .navArrow {
  transform: rotate(180deg);
}
.menu-item.dropdown .dropbtn.active .navArrow.arrDown {
  border-top-color: #e6003e;
}
.menu-item.dropdown .dropbtn .navArrow {
  position: relative;
  display: inline-block;
  height: 0;
  width: 0;
  top: -2px;
  left: 5px;
  border-style: solid;
}
.menu-item.dropdown .dropbtn .navArrow.arrDown {
  border-color: #e6003e transparent transparent;
  border-width: 6px 6px 0;
}
.menu-item.dropdown .dropdown-content {
  display: none;
}
.menu-item.dropdown:hover ul {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

/* NAVBAR: Desktop; */
@media (max-width: 996px) {
  .home-page .explore_the_world {
    display: block !important;
  }

  .our_story {
    background: #000;
    padding-bottom: 40px;
  }
  .our_story .title-header-section {
    background: none;
  }
  .our_story p {
    margin-bottom: 20px;
  }

  .home-page .our_story .title-header-section {
    position: relative !important;
    bottom: 0px !important;
  }

  .tour {
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: space-evenly !important;
  }

  .page-content-user .space-top-navbar {
    height: 50px !important;
  }

  .section-btn .btn.first {
    margin-bottom: 20px;
  }

  .home-page #hp-search {
    background: none !important;
  }

  .logoT {
    text-align: center;
  }
  .logoT img {
    height: auto;
    max-width: 200px;
  }

  .logo-holder {
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 10px;
  }
  .logo-holder img {
    max-width: 90%;
    width: auto;
  }

  .navbar-embark-public {
    height: 50px;
    background-color: #fff;
    display: block;
    position: fixed;
    width: 100%;
    z-index: 102;
    min-width: 320px;
    z-index: 9999;
  }
  .navbar-embark-public #navMenu {
    padding: 0;
    height: 100%;
    list-style: none;
    margin: 0;
  }
  .navbar-embark-public #navMenu.clearfix:before, .navbar-embark-public #navMenu.clearfix:after {
    content: " ";
    display: table;
  }
  .navbar-embark-public #navMenu.clearfix:after {
    clear: both;
  }
  .navbar-embark-public #navMenu:before {
    content: " ";
    display: table;
  }
  .navbar-embark-public #navMenu li {
    line-height: 50px;
  }
  .navbar-embark-public #navMenu li,
.navbar-embark-public #navMenu a {
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
  }
  .navbar-embark-public #navMenu li:hover,
.navbar-embark-public #navMenu a:hover {
    color: #eee;
  }
  .navbar-embark-public #navMenu li #mnav-btn,
.navbar-embark-public #navMenu a #mnav-btn {
    display: inline-block;
    width: 32px;
    height: 23px;
    margin-top: 13px;
    background: url("/build/images/sprite2.png") -39px -4px no-repeat;
    /*opacity: .7;*/
    /*filter: alpha(opacity=70);*/
    /*&.active {
    	background-position: -87px -62px;
    }*/
  }
  .navbar-embark-public #navMenu #mNav {
    display: block;
    position: relative;
    height: 100%;
    z-index: 1;
    padding: 0 15px;
  }
  .navbar-embark-public #navMenu #mNav ul {
    position: fixed;
    left: -250px;
    top: 49px;
    bottom: 0;
    overflow-y: auto;
    width: 250px;
    border-top: 0;
    transition: left 0.3s;
    -moz-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    -o-transition: left 0.3s;
  }
  .navbar-embark-public #navMenu #mNav ul.active {
    left: 0;
    width: 100%;
  }
  .navbar-embark-public #navMenu #mNav li {
    padding-left: 14px;
  }
  .navbar-embark-public #navMenu #mNav li:hover {
    border-left: 4px solid #2c74b1;
    padding-left: 10px;
    background: #171717;
  }
  .navbar-embark-public #navMenu #mNav li,
.navbar-embark-public #navMenu #mNav a {
    font-size: 16px;
    line-height: 46px;
    padding-bottom: 2px;
  }
  .navbar-embark-public #navMenu #mNav a {
    display: block;
  }
  .navbar-embark-public #navMenu #mNav a:link, .navbar-embark-public #navMenu #mNav a:visited {
    outline: 0;
    border: 0;
    text-decoration: none;
  }
  .navbar-embark-public #navMenu #mNav .navPull {
    background: #272727;
    border-top: 1px solid #fff;
    list-style: none;
    padding: 0;
  }
  .navbar-embark-public #navMenu #mNav .navPull li,
.navbar-embark-public #navMenu #mNav .navPull a {
    color: #bbbbbb;
  }
  .navbar-embark-public #navMenu #mNav .navPull li {
    line-height: 45px;
    border-bottom: 1px solid #ccc;
  }
  .navbar-embark-public #navMenu #mNav .navPull i {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 15px 0 5px;
    vertical-align: middle;
    background: url("/build/images/sprite.png");
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .navbar-embark-public #navMenu #mNav .navPull i[data-t=login] {
    background-position: -540px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i[data-t=signup] {
    background-position: -690px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i[data-t=profile] {
    background-position: -440px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i[data-t=tours] {
    background-position: -490px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i[data-t=community] {
    background-position: -315px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i[data-t=explore] {
    background-position: -340px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i[data-t=ambassadors] {
    background-position: -665px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i[data-t=host] {
    background-position: -365px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i[data-t=blog] {
    background-position: -790px -233px;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-16 {
    background-position: -565px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-1 {
    background-position: -490px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-2 {
    background-position: -315px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-3 {
    background-position: -640px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-4 {
    background-position: -715px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-5 {
    background-position: -590px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-6 {
    background-position: -665px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-7 {
    background-position: -790px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-8 {
    background-position: -765px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-9 {
    background-position: -416px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-10 {
    background-position: -515px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-11 {
    background-position: -440px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-12 {
    background-position: -815px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-13 {
    background-position: -290px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-14 {
    background-position: -390px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-15 {
    background-position: -465px -233px;
  }
  .navbar-embark-public #navMenu #mNav .navPull i.tours-16 {
    background-position: -565px -233px;
  }
  .navbar-embark-public #navMenu .left {
    float: left;
  }
  .navbar-embark-public #navMenu .right {
    float: right;
  }
  .navbar-embark-public #navMenu .search {
    padding: 6px 20px;
    height: 50px;
    border-left: 1px solid #393939;
    display: grid;
    align-items: center;
  }
}
@media (max-width: 996px) and (max-width: 480px) {
  .navbar-embark-public #navMenu .search {
    border-left: 0;
  }
}
@media (max-width: 996px) {
  .navbar-embark-public #navMenu .search .input-group input {
    font-size: 0.875rem;
    width: 210px;
    padding: 5px 25px 5px 8px;
    background: #bbb;
    color: #444;
    border: 0;
    transition: background-color 0.3s, width 0.3s;
    -moz-transition: background-color 0.3s, width 0.15s;
    -webkit-transition: background-color 0.3s, width 0.15s;
    -o-transition: background-color 0.3s, width 0.15s;
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  .navbar-embark-public #navMenu .search .input-group input:focus {
    background: #EEE;
    color: #666;
    outline: none;
    box-shadow: none;
    width: 280px;
  }
  .navbar-embark-public #navMenu .search .input-group .search-icon {
    position: absolute;
    height: 32px;
    width: 28px;
    top: 0px;
    right: 0;
    padding: 0 !important;
    background: url("/build/images/sprite.png") -136px -1px no-repeat;
    opacity: 0.4;
    border: 0;
  }
  .navbar-embark-public #navMenu .search .input-group .search-icon:focus {
    outline: none;
    box-shadow: none;
  }
}
@media (max-width: 996px) {
  .navbar-embark-public #navMenu .search .search-result {
    background: #272727;
    border-top: 1px solid #141414;
    display: block;
    right: 0;
    top: 100%;
    text-transform: none;
  }
  .navbar-embark-public #navMenu .search .search-result ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  .navbar-embark-public #navMenu .search .search-result ul li {
    color: #aaa;
    line-height: 45px;
    padding-left: 10px;
    border-bottom: 1px solid #141414;
    border-top: 1px solid #393939;
    cursor: pointer;
  }
  .navbar-embark-public #navMenu .search .search-result ul li:hover {
    border-left: 4px solid #6c8eb3;
    padding-left: 6px;
    background: #191919;
  }
  .navbar-embark-public #navMenu .search .search-result ul li i {
    display: inline-flex;
    height: 25px;
    float: right;
    opacity: 0.6;
    margin: 10px;
  }
}
@media (max-width: 996px) {
  .navbar-embark-public #navMenu #navHome {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    cursor: auto;
    border-right: 0;
    box-shadow: none;
    height: 100%;
  }
  .navbar-embark-public #navMenu #navHome a {
    display: inline-block;
    height: 100%;
    padding: 0;
  }
}
@media (max-width: 996px) {
  .navbar-embark-public #navMenu #navSearch {
    position: relative;
    display: none;
    padding-left: 15px;
    padding-right: 61px;
    width: 100%;
    border-left: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: none;
    height: 100%;
  }
  .navbar-embark-public #navMenu #navSearch form {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .navbar-embark-public #navMenu #navSearch input {
    font-size: 16px;
    padding: 6px 25px 6px 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #bbb;
    color: #444;
    transition: background-color 0.3s, width 0.3s;
    -moz-transition: background-color 0.3s, width 0.15s;
    -webkit-transition: background-color 0.3s, width 0.15s;
    -o-transition: background-color 0.3s, width 0.15s;
    -webkit-appearance: textfield;
    width: 100%;
    height: 38px;
  }
}
@media (max-width: 996px) {
  .navbar-embark-public #navMenu #searchBtn {
    right: 61px;
    position: absolute;
    height: 24px;
    width: 28px;
    top: 50%;
    margin-top: -12px;
    right: 0;
    padding: 0 !important;
    background: url("/build/images/sprite2.png") -136px -5px no-repeat;
    opacity: 0.4;
    filter: alpha(opacity=40);
    border: 0;
  }
}
@media (max-width: 996px) {
  .navbar-embark-public #navMenu #mSearch {
    display: block;
    position: relative;
    padding: 9px 15px 7px;
    z-index: 1;
  }
  .navbar-embark-public #navMenu #mSearch div {
    width: 30px;
    height: 34px;
    background: url("/build/images/sprite2.png") -103px -4px no-repeat;
    /*opacity: .7;
    filter: alpha(opacity=70);*/
  }
  .navbar-embark-public #navMenu #mSearch .tr0p {
    transition: opacity 0.3s !important;
    -moz-transition: opacity 0.3s !important;
    -webkit-transition: opacity 0.3s !important;
    -o-transition: opacity 0.3s !important;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}
@media (max-width: 996px) {
  .navbar-embark-public #navMenu #mSearchX {
    display: none;
    position: absolute;
    right: 15px;
  }
  .navbar-embark-public #navMenu #mSearchX .closeBig {
    margin-top: 11px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    float: right;
    height: 30px;
    width: 30px;
    background: url("/build/images/sprite.png") -29px -40px no-repeat;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1;
    cursor: pointer;
  }
  .navbar-embark-public #navMenu #mSearchX .closeBig.thin {
    background-position: -90px -60px;
  }
}
@media (max-width: 996px) {
  .navbar-embark-public.msearch #navMenu #mNav,
.navbar-embark-public.msearch #navMenu #navHome,
.navbar-embark-public.msearch #navMenu #mSearch {
    display: none;
  }
  .navbar-embark-public.msearch #navMenu #navSearch,
.navbar-embark-public.msearch #navMenu #mSearchX {
    display: block;
  }
}
@media (min-width: 1401px) {
  .navbar-embark-public .wrapper {
    max-width: 1500px;
    width: 100%;
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 997px) {
  .navbar-embark-public {
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 102;
    background-color: #fff;
    display: flex;
    padding: 0 20px;
  }
  .navbar-embark-public .navPull {
    background: #303030;
    border-top: 4px solid #272727;
    border-bottom: 4px solid #000000;
    width: 220px;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100px;
    display: flex;
    width: 100%;
    height: 94px;
    justify-content: center;
  }
  .navbar-embark-public .navPull.hidden {
    opacity: 0;
    visibility: hidden;
  }
  .navbar-embark-public .navPull li {
    color: #aaa;
    line-height: 45px;
    display: flex;
    align-items: center;
  }
  .navbar-embark-public .navPull li:last-child a {
    border-right: 0;
  }
  .navbar-embark-public .navPull li a {
    padding: 0 15px;
    border-right: 1px solid #000000;
    color: #fff;
    display: block;
    text-decoration: none;
    outline: 0;
    font-size: 1.2rem;
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
  }
  .navbar-embark-public .navPull li:hover {
    background: #000000;
  }
  .navbar-embark-public .navPull .verification-btn {
    margin: 0px auto;
    background: transparent;
    border: none;
    color: #aaa;
    margin-left: 15px;
    outline: none;
  }
  .navbar-embark-public .navPull i {
    margin-right: 20px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 15px 0 5px;
    vertical-align: middle;
    background: url("/build/images/sprite.png");
    opacity: 0.6;
  }
  .navbar-embark-public .navPull i.tours-1 {
    background-position: -490px -233px;
  }
  .navbar-embark-public .navPull i.tours-2 {
    background-position: -315px -233px;
  }
  .navbar-embark-public .navPull i.tours-3 {
    background-position: -640px -233px;
  }
  .navbar-embark-public .navPull i.tours-4 {
    background-position: -715px -233px;
  }
  .navbar-embark-public .navPull i.tours-5 {
    background-position: -590px -233px;
  }
  .navbar-embark-public .navPull i.tours-6 {
    background-position: -665px -233px;
  }
  .navbar-embark-public .navPull i.tours-7 {
    background-position: -790px -233px;
  }
  .navbar-embark-public .navPull i.tours-8 {
    background-position: -765px -233px;
  }
  .navbar-embark-public .navPull i.tours-9 {
    background-position: -416px -233px;
  }
  .navbar-embark-public .navPull i.tours-10 {
    background-position: -515px -233px;
  }
  .navbar-embark-public .navPull i.tours-11 {
    background-position: -440px -233px;
  }
  .navbar-embark-public .navPull i.tours-12 {
    background-position: -815px -233px;
  }
  .navbar-embark-public .navPull i.tours-13 {
    background-position: -290px -233px;
  }
  .navbar-embark-public .navPull i.tours-14 {
    background-position: -390px -233px;
  }
  .navbar-embark-public .navPull i.tours-15 {
    background-position: -465px -233px;
  }
  .navbar-embark-public .navPull i.tours-16 {
    background-position: -565px -233px;
  }
  .navbar-embark-public .left-side {
    display: flex;
  }
  .navbar-embark-public .left-side .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
  .navbar-embark-public .left-side .logo a {
    display: flex;
  }
  .navbar-embark-public .left-side .search {
    padding: 30px 20px;
    display: grid;
    height: 50px;
    display: grid;
    align-items: center;
  }
  .navbar-embark-public .left-side .search .input-group input {
    border: 0;
    font-size: 0.875rem;
    width: 460px;
    padding: 8px 25px 5px 8px;
    background: #f9f9f9;
    color: #9a9a9a;
    transition: background-color 0.3s, width 0.3s;
    -moz-transition: background-color 0.3s, width 0.15s;
    -webkit-transition: background-color 0.3s, width 0.15s;
    -o-transition: background-color 0.3s, width 0.15s;
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  .navbar-embark-public .left-side .search .input-group input:focus {
    background: #ededed;
    color: #666;
    outline: none;
    box-shadow: none;
  }
  .navbar-embark-public .left-side .search .input-group .search-icon {
    position: absolute;
    height: 32px;
    width: 28px;
    top: 0px;
    right: 0;
    padding: 0 !important;
    background: url("/build/images/sprite.png") -136px -1px no-repeat;
    opacity: 0.4;
    border: 0;
  }
  .navbar-embark-public .left-side .search .input-group .search-icon:focus {
    outline: none;
    box-shadow: none;
  }
  .navbar-embark-public .left-side .search .search-result {
    background: #272727;
    border-top: 1px solid #141414;
    display: block;
    right: 0;
    top: 100%;
    text-transform: none;
  }
  .navbar-embark-public .left-side .search .search-result ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  .navbar-embark-public .left-side .search .search-result ul li {
    color: #aaa;
    line-height: 45px;
    padding-left: 10px;
    border-bottom: 1px solid #141414;
    border-top: 1px solid #393939;
    cursor: pointer;
  }
  .navbar-embark-public .left-side .search .search-result ul li:hover {
    border-left: 4px solid #6c8eb3;
    padding-left: 6px;
    background: #191919;
  }
  .navbar-embark-public .left-side .search .search-result ul li i {
    display: inline-flex;
    height: 25px;
    float: right;
    opacity: 0.6;
    margin: 10px;
  }
  .navbar-embark-public .right-side {
    margin-left: auto;
    display: flex;
  }
  .navbar-embark-public .right-side .menu-item {
    display: flex;
    align-items: center;
  }
  .navbar-embark-public .right-side .menu-item a {
    padding: 0 20px;
    line-height: 50px;
    color: #303030;
    font-size: 1rem;
    transition: all 0.2s ease;
  }
  .navbar-embark-public .right-side .menu-item a:hover {
    color: #000000;
  }
  .navbar-embark-public .right-side .menu-item a:focus {
    outline: none;
  }
  .navbar-embark-public .right-side .host-an-adventure {
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
  }
  .navbar-embark-public .right-side .host-an-adventure a {
    background: #2eb0d1;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    padding: 0 19px;
    text-transform: uppercase;
    transition: all 0.2s ease;
    border-bottom: 4px solid #008faf;
  }
  .navbar-embark-public .right-side .host-an-adventure a:hover {
    text-decoration: none;
    background: #008faf;
  }
}
/* --------------------------------- SPECIAL SCREEN INTERVAL ------------------------------------ */
/* Must be handled due to new design characteristics & content. */
@media (min-width: 997px) and (max-width: 1440px) {
  .navbar-embark-public .wrapper {
    display: flex;
    width: 100%;
  }
  .navbar-embark-public .left-side .search .input-group input {
    width: inherit;
  }
  .navbar-embark-public .navPull li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
  }

  .menu-item.dropdown .dropbtn {
    min-width: 110px;
    padding: 0 20px;
  }
}
/* --------------------------------- VERIFY ACCOUNT ------------------------------------ */
#verifyAccount {
  background: rgba(0, 0, 0, 0.66);
}
#verifyAccount .content {
  position: relative;
  width: 100%;
  pointer-events: auto;
}
#verifyAccount .content .content-header {
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px;
  border-bottom: 2px solid #aaa;
}
#verifyAccount .content .content-header h2 {
  color: #aaa;
  border: 0;
  font-size: 52px;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}
#verifyAccount .content .content-header button {
  height: 50px;
  width: 50px;
  cursor: pointer;
}
#verifyAccount .content .content-header button span {
  color: #e3e3e3;
  border: 0;
  font-size: 50px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  outline: none;
  border: none;
  cursor: pointer;
}
#verifyAccount .content .content-body {
  margin: 20px 0;
}
#verifyAccount .content .content-body span {
  color: #e3e3e3;
  font-size: 18px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  outline: none;
  border: none;
}
#verifyAccount .content .content-footer {
  margin: 20px 0;
}
#verifyAccount .content .content-footer .send-verification-btn {
  background: #6c8eb3;
  outline: none;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  cursor: pointer;
}

/* ------------------------------------- FOOTER --------------------------------------- */
.footer-embark {
  color: #777;
  min-width: 320px;
  background-color: #eee;
  position: relative;
  z-index: 9;
}
.footer-embark .top {
  border-top: 1px solid #ddd;
}
.footer-embark .top .images {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.footer-embark .top .images .img-class {
  width: 33.33%;
  padding: 0 20px;
}
.footer-embark .top .images .img-class img {
  width: 100%;
}
.footer-embark .top .text {
  padding: 16px;
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}
.footer-embark .top .text p {
  font-weight: bolder !important;
  font-style: italic;
}
.footer-embark .bottom {
  border-top: 1px solid #ddd;
  margin: 0px 20px 0px;
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  .footer-embark {
    padding: 0px 0px 0px 10px;
  }
}
@media (max-width: 767px) {
  .footer-embark {
    padding: 10px 0;
    min-width: unset;
  }
  .footer-embark .d-flex {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer-embark .social-icons {
    width: 100%;
    text-align: center;
  }
}
.footer-embark .social-icons a {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: -2px 3px 0;
  background: #a7a7a7 url("/build/images/sprite.png");
  color: #777;
  vertical-align: middle;
  transition: color 0.3s;
  transition: background-color 0.5s !important;
  -moz-transition: background-color 0.5s !important;
  -webkit-transition: background-color 0.5s !important;
  -o-transition: background-color 0.5s !important;
}
.footer-embark .social-icons a#eoFB {
  background-position: -657px -4px;
}
.footer-embark .social-icons a#eoTW {
  background-position: -677px -4px;
}
.footer-embark .social-icons a#eoVM {
  background-position: -697px -4px;
}
.footer-embark .social-icons a#eoIN {
  background-position: -717px -4px;
}
.footer-embark .social-icons a#eoGP {
  background-position: -181px -64px;
  margin-right: 0;
}
.footer-embark .social-icons a#eoPI {
  background-position: -181px -84px;
}
.footer-embark .social-icons a:hover {
  background-color: #2c74b1;
}
@media (min-width: 769px) {
  .footer-embark .menu-footer {
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .footer-embark .menu-footer {
    width: 100%;
    text-align: center;
    margin: 10px auto;
  }
}
.footer-embark .menu-footer a {
  color: #777;
  vertical-align: middle;
  transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
}
@media (max-width: 767px) {
  .footer-embark .menu-footer a {
    padding: 0 4px;
  }
}
@media (min-width: 768px) {
  .footer-embark .menu-footer a {
    padding: 0 12px;
  }
}
.footer-embark .menu-footer a:hover {
  color: #2c74b1;
}
.footer-embark .menu-footer a:first-child {
  padding-left: 0;
}
.footer-embark .menu-footer a:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .footer-embark .copyright {
    width: 100%;
    text-align: center;
  }
}

.page-content-user .space-top-navbar {
  width: 100%;
  height: 100px;
}

.home-page {
  /* HERO: OVERLAY */
  /* HERO: SEARCH */
}
.home-page section {
  margin: 0 auto;
  width: 100%;
}
.home-page #hero {
  position: relative;
  height: 600px;
  z-index: 1;
  width: 100%;
  max-width: initial;
}
.home-page #slide-wrap {
  position: relative;
  height: 600px;
  width: 100%;
}
.home-page #slide-wrap .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  opacity: 0.55;
  filter: alpha(opacity=55);
}
.home-page .nfo {
  position: relative;
  min-width: 320px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .home-page .nfo {
    top: 165px;
  }
}
@media (max-width: 767px) {
  .home-page .nfo {
    top: 50px;
  }
}
.home-page .nfo h1 {
  color: #fff;
  font-family: "Roboto Condensed";
}
@media (min-width: 768px) {
  .home-page .nfo h1 {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 767px) {
  .home-page .nfo h1 {
    font-size: 44px;
    line-height: 44px;
  }
}
.home-page .nfo h2 {
  display: inline-block;
  font-family: "Roboto-Light", sans-serif;
  font-weight: 400;
  padding: 0 0 10px;
  color: #fff;
  text-transform: none;
}
@media (min-width: 768px) {
  .home-page .nfo h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .home-page .nfo h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.home-page .nfo .title-section {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px;
}
.home-page .nfo .title-section h1, .home-page .nfo .title-section h2 {
  color: #666;
}
.home-page .nfo .links {
  margin-top: 18px;
}
.home-page .nfo .links a {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-block;
  line-height: 60px;
  font-size: 18px;
  padding: 0 28px;
  margin: 0 5px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .home-page .nfo .links a {
    min-width: 270px;
  }
}
.home-page .nfo .links a.btn-blue {
  background: #2eb0d1;
  border-bottom: 4px solid #008faf;
  color: #fff;
}
@media (max-width: 767px) {
  .home-page .nfo .links a.btn-blue {
    margin-bottom: 10px;
  }
}
.home-page .nfo .links a.btn-blue:hover {
  background: #008faf;
}
.home-page .nfo .links a.btn-black {
  color: #ddd;
  background: #303030;
  border-bottom: 4px solid #000000;
}
.home-page .nfo .links a.btn-black:hover {
  background: #000000;
}
.home-page .nfo .links a.btn-red {
  color: #fff;
  background: #e6003e;
  border-bottom: 4px solid #bd0020;
}
.home-page .nfo .links a.btn-red:hover {
  background: #bd0020;
}
.home-page #hp-search {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.5);
}
.home-page .main_search {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-page .main_search {
    padding: 0 15px;
    flex-direction: row;
    flex-flow: wrap;
  }
}
.home-page .main_search .select-embark {
  background: #FFF;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 25px;
}
@media (min-width: 768px) {
  .home-page .main_search .select-embark {
    height: 53px;
  }
}
.home-page .main_search .select-embark .multiselect__select {
  height: 51px;
}
.home-page .main_search .select-embark .multiselect__tags {
  background: #FFF;
  padding: 0px 40px 0px 8px;
  border-radius: 0px;
  border: none;
  font-size: 1rem;
  line-height: 53px;
}
.home-page .main_search .select-embark .multiselect__placeholder {
  color: #555;
  margin: 0 !important;
  padding-left: 5px;
  padding-top: 0;
}
.home-page .main_search .select-embark .multiselect__single, .home-page .main_search .select-embark .multiselect__input {
  background: #FFF;
  border-radius: 0px;
  color: #555;
  line-height: 53px;
  margin-bottom: 0px;
  font-size: 1rem;
}
.home-page .main_search .select-embark .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0;
}
.home-page .main_search .select-embark .multiselect__option {
  color: #888;
  font-size: 14px;
}
.home-page .main_search .select-embark .multiselect__option.multiselect__option--group {
  min-height: 30px;
  padding: 6px 12px;
  text-transform: uppercase;
  background-color: #eee !important;
}
.home-page .main_search .select-embark .multiselect__option.multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #008faf;
  padding: 12px 8px;
}
.home-page .main_search .select-embark .multiselect__option.multiselect__option--selected {
  background: #e0e0e0;
  border-left: 4px solid #008faf;
  padding: 12px 8px;
}
.home-page .main_search .select-embark.locations_select {
  border: 1px solid #d7d7d7;
  border-right: 1px solid transparent;
}
@media (max-width: 767px) {
  .home-page .main_search .select-embark.locations_select {
    margin-bottom: 10px;
  }
}
.home-page .main_search .select-embark.group_size_select {
  border: 1px solid #d7d7d7;
  border-right: 1px solid transparent;
}
@media (min-width: 768px) {
  .home-page .main_search .select-embark.group_size_select {
    max-width: 145px;
  }
}
@media (max-width: 767px) {
  .home-page .main_search .select-embark.group_size_select {
    width: 46%;
  }
}
.home-page .main_search .select-embark .multiselect__tags {
  border-radius: 0;
  border: 0;
}
.home-page .main_search .btn-search {
  background: #303030;
  color: #fff;
  border: 0;
  border-bottom: 4px solid #000000;
  margin-left: 10px;
}
.home-page .main_search .btn-search:hover {
  background-color: #000000;
}
@media (min-width: 768px) {
  .home-page .main_search .btn-search {
    width: 100%;
    max-width: 115px;
  }
}
@media (max-width: 767px) {
  .home-page .main_search .btn-search {
    margin-left: auto;
    width: 50%;
  }
}
.home-page .popular-cities-wrapper {
  background-color: #db0342;
  width: 100%;
}
.home-page .popular-cities {
  margin: 0 auto;
  max-width: 1260px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 481px) {
  .home-page .popular-cities {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .home-page .popular-cities {
    padding: 0;
  }
}
.home-page .popular-cities .full-city-item {
  width: 33.33%;
  position: relative;
  height: 250px;
  padding: 0;
}
@media (max-width: 479px) {
  .home-page .popular-cities .full-city-item {
    width: 100%;
    height: 175px;
  }
}
.home-page .popular-cities .full-city-item:hover a img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.home-page .popular-cities .full-city-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  flex-direction: column;
}
.home-page .popular-cities .full-city-item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.2s ease;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.home-page .popular-cities .full-city-item a .title {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.725rem;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.home-page .popular-cities .full-city-item a .adventure {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.125rem;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.home-page .our-community {
  width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding: 10px 0 75px;
  background-color: #fff;
}
.home-page .our-community .popular-people {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.home-page .our-community .popular-people .item-profile {
  text-align: center;
  width: 310px;
  padding: 0 10px;
}
.home-page .our-community .popular-people .item-profile a {
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  color: #666;
}
.home-page .our-community .popular-people .item-profile a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.home-page .our-community .popular-people .item-profile img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .our-community .popular-people .item-profile .name-user {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #303030;
}
.home-page .our-community .popular-people .item-profile .user-tags {
  max-width: 170px;
  margin: 0 auto;
}
.home-page .our-community .popular-people .item-profile .user-tags a {
  font-size: 0.925rem;
}
.home-page .our-community .popular-people .item-profile .user-tags a:hover {
  color: #000000;
}
.home-page .explore_the_world,
.home-page .why_adventure {
  padding: 0 15px;
}
.home-page .our_story {
  position: relative;
}
.home-page .our_story .title-header-section {
  position: absolute;
  bottom: 200px;
  width: 100%;
  text-align: center;
  z-index: 88;
}
.home-page .our_story .title-header-section h2,
.home-page .our_story .title-header-section p {
  color: #fff;
}
.home-page .footer-homepage {
  color: #777;
  min-width: 320px;
  background-color: #eee;
  position: relative;
  z-index: 9;
  min-height: 200px;
}
.home-page .footer-homepage .top {
  border-top: 1px solid #ddd;
}
.home-page .footer-homepage .top .images {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.home-page .footer-homepage .top .images .img-class {
  width: 33.33%;
  padding: 0 20px;
}
.home-page .footer-homepage .top .images .img-class img {
  width: 100%;
}
.home-page .footer-homepage .top .text {
  padding: 16px;
  max-width: 1500px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
}
.home-page .footer-homepage .top .text p {
  font-weight: bolder !important;
  font-style: italic;
}
.home-page .explore_the_world {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.home-page .explore_the_world .wrapper {
  max-width: 1240px;
}
.home-page .why_adventure {
  background-color: #2eb0d1;
  padding-bottom: 50px;
}
.home-page .why_adventure .list_info_with_icon .item_info h5 {
  text-transform: inherit;
  font-size: 1.7rem;
  line-height: 2.1rem;
}
.home-page .why_adventure .list_info_with_icon .item_info p {
  font-size: 1rem;
}
.home-page .why_adventure .title-header-section,
.home-page .why_adventure .list_info_with_icon .item_info h5,
.home-page .why_adventure .list_info_with_icon .item_info p {
  color: #fff;
}
.home-page .why_adventure-red {
  background-color: #e6003e;
  padding-bottom: 50px;
}
.home-page .why_adventure-red .list_info_with_icon .item_info h5 {
  text-transform: inherit;
  font-size: 1.7rem;
  line-height: 2.1rem;
}
.home-page .why_adventure-red .list_info_with_icon .item_info p {
  font-size: 1rem;
}
.home-page .why_adventure-red .title-header-section,
.home-page .why_adventure-red .list_info_with_icon .item_info h5,
.home-page .why_adventure-red .list_info_with_icon .item_info p {
  color: #fff;
}
.home-page .take_a_tour {
  padding: 0 15px 50px;
}
.home-page .take_a_tour .title-header-section p {
  max-width: 500px;
  margin: 0 auto;
}
.home-page .take_a_tour .cards-box {
  margin-left: unset;
  margin-right: unset;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.title-header-section {
  text-align: center;
  color: #555;
}
@media (min-width: 768px) {
  .title-header-section {
    padding: 50px 0 30px;
  }
}
@media (max-width: 767px) {
  .title-header-section {
    padding: 50px 0 0;
  }
}
.title-header-section h2 {
  font-family: "Roboto Condensed";
}
@media (min-width: 768px) {
  .title-header-section h2 {
    font-size: 46px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .title-header-section h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
.title-header-section p {
  font-size: 18px;
  line-height: 24px;
  padding: 8px 10px;
  margin-bottom: 0;
  font-family: "Roboto-Light";
}

.section-btn {
  text-align: center;
  margin-top: 10px;
}
.section-btn.bbox {
  margin-top: 30px;
}
.section-btn .btn {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 60px;
  font-size: 18px;
  padding: 0 28px;
  margin: 0 5px;
  color: #fff;
  background: #2eb0d1;
  border-bottom: 4px solid #008faf;
  text-transform: uppercase;
  border-radius: 0;
}
.section-btn .btn:hover {
  background: #008faf;
}
.section-btn .btn-red {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 60px;
  font-size: 18px;
  padding: 0 28px;
  margin: 0 5px;
  color: #fff;
  background: #e6003e;
  border-bottom: 4px solid #bd0020;
  text-transform: uppercase;
}
.section-btn .btn-red:hover {
  background: #bd0020;
}

.list_info_with_icon {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list_info_with_icon .item_info {
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (min-width: 768px) {
  .list_info_with_icon .item_info {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .list_info_with_icon .item_info {
    width: 100%;
  }
}
.list_info_with_icon .item_info:first-child {
  padding-left: 20px;
}
.list_info_with_icon .item_info:last-child {
  padding-right: 20px;
}
.list_info_with_icon .item_info i {
  display: block;
  height: 45px;
  width: 45px;
  margin: 30px 0 5px;
  background: url("/build/images/sprite.png") -8px -233px;
  margin: 30px auto 5px;
}
.list_info_with_icon .item_info i.adventures-only {
  background-position: -416px -261px;
}
.list_info_with_icon .item_info i.local-hosts {
  background-position: -53px -233px;
}
.list_info_with_icon .item_info i.booking-easy {
  background-position: -304px -362px;
}
.list_info_with_icon .item_info i.share-adventures {
  background-position: -98px -233px;
}
.list_info_with_icon .item_info i.flexibility {
  background-position: -461px -261px;
}
.list_info_with_icon .item_info i.support {
  background-position: -506px -261px;
}
.list_info_with_icon .item_info h5 {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding: 19px 0;
  margin-bottom: 0;
  color: #555;
}
.list_info_with_icon .item_info p {
  padding-top: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #777;
  margin-bottom: 0px;
  text-align: center;
  font-family: "Roboto-Regular";
}

/* SECTION: VIDEO */
#play-video {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
#play-video img {
  display: block;
  width: 100%;
  vertical-align: middle;
}
#play-video .overlay {
  position: absolute;
  top: 50%;
  margin-top: -43px;
  width: 100%;
}
#play-video span {
  display: block;
  text-transform: uppercase;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #ddd;
  font-size: 20px;
  line-height: 16px;
  font-weight: 600;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
#play-video .play {
  position: static;
  display: inline-block;
  margin: 0;
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: opacity 0.3s !important;
  -moz-transition: opacity 0.3s !important;
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#play-video:hover .play {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#play-video:hover span {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86px;
  height: 86px;
  margin: -43px 0 0 -43px;
  cursor: pointer;
  background: url("/build/images/sprite.png") -664px -38px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.play:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.search-container {
  padding: 0 20px;
}
.search-container h3 {
  color: #666;
  margin: 30px 0;
  font-size: 16px;
  line-height: normal;
}
.search-container .results {
  position: relative;
  max-width: 700px;
  color: #555;
  line-height: 21px;
}
.search-container .results .item-result {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.search-container .results .item-result i {
  width: 32px;
  min-width: 32px;
  height: 30px;
  opacity: 0.2;
}
.search-container .results .item-result .item-data {
  display: flex;
  padding-left: 30px;
}
@media (max-width: 479px) {
  .search-container .results .item-result .item-data {
    flex-wrap: wrap;
  }
}
.search-container .results .item-result .item-data .result-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: 15px;
  height: 99px;
  background: #ddd;
  max-width: 175px;
}
.search-container .results .item-result .item-data .result-image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-container .results .item-result .item-data .result-image .empty-img {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  opacity: 0.1;
  background: url("/build/images/sprite.png") -762px -360px;
}
.search-container .results .item-result .item-data .search-title {
  font-size: 16px;
  font-weight: 400;
  color: #c16e11;
  margin-top: 5px;
  display: block;
}
.search-container .results .item-result .item-data .result-description {
  color: #888;
  margin-bottom: 0;
}
.search-container .no-results {
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
  color: #666;
  margin: 30px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

/* ------------------------------------- 404 PAGE --------------------------------------- */
.not-found-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-found-wrapper .not-found-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: calc(100vh - 95px);
}
.not-found-wrapper .not-found-content .not-found-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.not-found-wrapper .not-found-content .not-found-logo svg {
  width: 280px;
}
.not-found-wrapper .not-found-content .not-found-message {
  font-size: 35px;
  color: #737373;
  text-align: center;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  margin-bottom: 30px;
  width: 100%;
}
.not-found-wrapper .not-found-content .not-found-return {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon::before {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: 0.25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
          animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
          animation: swal2-toast-hide 0.1s forwards;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
          animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
          animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
          animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  /* 1617 */
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::-webkit-input-placeholder,
.swal2-file::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::-ms-input-placeholder,
.swal2-file::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: inherit;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.swal2-icon::before {
  display: flex;
  align-items: center;
  height: 92%;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning::before {
  content: "!";
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info::before {
  content: "i";
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question::before {
  content: "?";
}
.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: "\61F";
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  -webkit-animation: swal2-show 0.3s;
          animation: swal2-show 0.3s;
}
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
          animation: swal2-hide 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
          animation: none;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
          animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
          animation: swal2-animate-success-line-long 0.75s;
}
.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
          animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
          animation: swal2-animate-error-icon 0.5s;
}
.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
          animation: swal2-animate-error-x-mark 0.5s;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent;
}
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-top-start, body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-start, body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start, body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.account-page {
  min-height: calc(100vh - 95px) !important;
  padding-bottom: 30px;
}
.account-page.edit-tour-page {
  padding-bottom: 0px;
}
.account-page.with-sub-navbar {
  padding-top: 46px;
}
.account-page.with-second-navbar {
  padding-top: 100px;
}
.account-page .sub-navbar {
  display: flex;
  background: #555;
  align-items: center;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 99;
}
@media (max-width: 480px) {
  .account-page .sub-navbar {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.account-page .sub-navbar a {
  margin: 0px 10px;
  color: #CCC;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .account-page .sub-navbar a {
    line-height: 30px;
  }
}
@media (min-width: 481px) {
  .account-page .sub-navbar a {
    line-height: 40px;
  }
}
.account-page .sub-navbar a:first-child {
  margin-left: 30px;
}
.account-page .sub-navbar a.active {
  border-bottom: 3px solid #CCC;
}
.account-page .sub-navbar a:hover {
  border-bottom: 3px solid #CCC;
}
.account-page .sub-navbar a .icon-arrow {
  height: 13px;
  width: auto;
  margin-top: -2px;
  margin-right: 5px;
}
.account-page .sub-navbar a .icon-arrow .fill-color {
  fill: #CCC;
}
.account-page .second-sub-navbar {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 0 20px;
  background: #eee;
}
@media (max-width: 480px) {
  .account-page .second-sub-navbar {
    top: 122px;
  }
}
@media (min-width: 481px) {
  .account-page .second-sub-navbar {
    top: 96px;
  }
}
.account-page .second-sub-navbar .menu {
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .account-page .second-sub-navbar .menu {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.account-page .second-sub-navbar .menu a {
  line-height: 40px;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  transition: all 0.2s ease;
  color: #777;
  text-transform: uppercase;
}
@media (min-width: 481px) {
  .account-page .second-sub-navbar .menu a {
    margin: 0px 10px;
  }
}
@media (max-width: 480px) {
  .account-page .second-sub-navbar .menu a {
    font-size: 12px;
    margin: 0;
  }
}
.account-page .second-sub-navbar .menu a.router-link-exact-active {
  color: #555;
  border-bottom: 3px solid #555;
}
.account-page .second-sub-navbar .menu a:hover {
  color: #555;
  border-bottom: 3px solid #555;
}
.account-page .header-page-custom {
  text-align: center;
  padding: 40px 20px 30px;
  margin-bottom: 15px;
  background: #f3f3f3;
  border-bottom: 1px solid #e3e3e3;
}
.account-page .header-page-custom h1 {
  color: #777;
  padding: 20px 0 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.account-page .header-page-custom p {
  font-size: 18px;
  color: #777;
  margin-bottom: 0;
}
@media (min-width: 481px) {
  .account-page .content-account-page {
    padding: 50px 30px 0px;
  }
}
@media (max-width: 480px) {
  .account-page .content-account-page {
    padding: 50px 15px 0px;
  }
}
.account-page .content-account-page .mod-container {
  display: flex;
  justify-content: center;
}
.account-page .content-account-page .mod-wrap {
  max-width: 360px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.account-page .content-account-page .mod-wrap .card {
  border-radius: 0px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.account-page .content-account-page .mod-wrap .resp-img {
  background: #888;
}
.account-page .content-account-page .mod-wrap .resp-img .card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.account-page .content-account-page .mod-wrap .resp-img > a:first-child img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.account-page .content-account-page .mod-wrap .resp-img:hover > a:first-child img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.account-page .content-account-page .mod-wrap .card-body .duration {
  position: absolute;
  right: 15px;
  top: 210px;
}
.account-page .content-account-page .mod-wrap .card-body .duration i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url("build/images/sprite.png") -320px -40px;
  vertical-align: middle;
}
.account-page .content-account-page .mod-wrap .card-body .duration span {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  font-weight: 600 !important;
  text-transform: uppercase;
  vertical-align: middle;
}
.account-page .content-account-page .mod-wrap .ti-top .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Roboto Condensed", sans-serif;
  vertical-align: middle;
  color: #333;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.account-page .content-account-page .mod-wrap .ti-top .sub-title {
  line-height: 18px;
  margin-top: 3px;
  color: #555;
  text-align: left;
  display: block;
  font-size: 13px;
  text-transform: capitalize;
}
.account-page .content-account-page .mod-wrap .ti-top .reviews {
  height: 20px;
}
.account-page .content-account-page .mod-wrap .ti-top .reviews .tour-rating {
  font-size: 18px;
  line-height: 20px;
}
.account-page .content-account-page .mod-wrap .ti-top .reviews .tour-rating div {
  width: 18px;
  height: 18px;
  margin-right: 0;
  position: relative;
  display: inline-block;
}
.account-page .content-account-page .mod-wrap .ti-bottom {
  height: 50px;
  margin-top: -20px;
}
.account-page .content-account-page .mod-wrap .ti-bottom .tour-cat {
  font-style: italic;
  font-weight: 600 !important;
  color: #2c74b1;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.account-page .content-account-page .mod-wrap .ti-bottom .price {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
}
.account-page .content-account-page .mod-wrap .ti-bottom .price .from {
  font-size: 14px;
  line-height: 18px;
  color: #555;
  font-style: italic;
}
.account-page .content-account-page .mod-wrap .ti-bottom .price .val {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600 !important;
  color: #2c74b1;
}
.account-page .content-account-page .mod-wrap .like {
  position: absolute;
  top: 10px;
  right: 10px;
}
.account-page .content-account-page .mod-wrap .like div {
  width: 24px;
  height: 22px;
  vertical-align: middle;
  background: url("build/images/sprite.png") -1008px -4px no-repeat;
  opacity: 0.3;
  filter: alpha(opacity=30);
  display: inline-block;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  cursor: pointer;
}
.account-page .content-account-page .mod-wrap .like:hover div {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.account-page .content-account-page .tour-box {
  border: 1px solid #ccc;
  max-width: 700px;
  margin: 0 auto;
}
.account-page .content-account-page .tour-box .content {
  display: flex;
  padding: 15px;
  justify-content: space-between;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ccc;
}
.account-page .content-account-page .tour-box .content:last-child {
  border-bottom: 0;
}
.account-page .content-account-page .tour-box .content.content-booking {
  align-items: center;
}
.account-page .content-account-page .tour-box .content.content-booking .left .text h3 {
  cursor: pointer;
}
.account-page .content-account-page .tour-box .content.content-booking .left .text h3:hover {
  text-decoration: underline;
}
.account-page .content-account-page .tour-box .content.content-booking .left .text .data .price {
  margin-bottom: 0;
  margin-top: 3px;
}
.account-page .content-account-page .tour-box .content.content-booking .left .text .data .price span {
  font-size: 15px;
  font-family: "Roboto-Medium";
  color: #454545;
}
.account-page .content-account-page .tour-box .content.content-booking .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.account-page .content-account-page .tour-box .content.content-booking .right .status {
  font-family: "Roboto Condensed-Bold";
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.account-page .content-account-page .tour-box .content.content-booking .right .status.pending {
  color: #cb883f;
}
.account-page .content-account-page .tour-box .content.content-booking .right .status.accepted {
  color: #149814;
}
.account-page .content-account-page .tour-box .content.content-booking .right .status.canceled {
  color: #969696;
}
.account-page .content-account-page .tour-box .content .left {
  display: flex;
}
.account-page .content-account-page .tour-box .content .left .img {
  margin-right: 10px;
}
.account-page .content-account-page .tour-box .content .left .img img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-page .content-account-page .tour-box .content .left .text h3 {
  color: #454545;
  margin: 5px 0 3px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700 !important;
}
.account-page .content-account-page .tour-box .content .left .text h3 span {
  text-transform: uppercase;
  font-family: "Roboto Condensed-Bold";
}
.account-page .content-account-page .tour-box .content .left .text h3 span.status-pending {
  color: #cb883f;
}
.account-page .content-account-page .tour-box .content .left .text h3 span.status-accepted {
  color: #149814;
}
.account-page .content-account-page .tour-box .content .left .text h3 span.status-canceled {
  color: #969696;
}
.account-page .content-account-page .tour-box .content .left .text h3 .new-message {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0000;
  display: inline-block;
  margin-right: 2px;
}
.account-page .content-account-page .tour-box .content .left .text .data {
  font-size: 14px;
  line-height: 14px;
  color: #9e9e9e;
}
.account-page .content-account-page .tour-box .content .left .text .data span {
  color: #cb883f;
}
.account-page .content-account-page .tour-box .content .left .text .tour-title {
  color: #9e9e9e;
}
.account-page .content-account-page .tour-box .content .left .text .tour-title span {
  color: #454545;
  font-family: "Roboto-Medium";
}
.account-page .content-account-page .tour-box .content .left .text .answer textarea {
  width: 100%;
  padding: 10px;
}
.account-page .content-account-page .tour-box .content .left .text .update-answer .edit {
  padding: 9px 18px;
  color: #fff;
  font-size: 14px;
  background-color: #666;
  border: 0;
}
.account-page .content-account-page .tour-box .content .left .text .update-answer .edit:hover {
  opacity: 0.9;
}
.account-page .content-account-page .tour-box .content .left .text .update-answer .edit:focus {
  box-shadow: none;
  outline: none;
}
.account-page .content-account-page .tour-box .content .right .edit {
  padding: 9px 18px;
  color: #fff;
  font-size: 14px;
  background-color: #666;
  border: 0;
}
.account-page .content-account-page .tour-box .content .right .edit:hover {
  opacity: 0.9;
}
.account-page .content-account-page .tour-box .content .right .edit:focus {
  box-shadow: none;
  outline: none;
}
.account-page .content-account-page .tour-box .content .right .review {
  padding: 9px 18px;
  color: #fff;
  font-size: 14px;
  background-color: #888;
  border: 0;
}
.account-page .content-account-page .tour-box .content .right .review:hover {
  opacity: 0.9;
}
.account-page .content-account-page .tour-box .content .right .review:focus {
  box-shadow: none;
  outline: none;
}
@media (max-width: 480px) {
  .account-page .content-account-page .tour-box .content {
    flex-direction: column;
  }
  .account-page .content-account-page .tour-box .content .for-mobile {
    margin-top: 10px;
    text-align: center;
  }
}
.account-page .content-account-page .title-middle {
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  color: #555;
  font-size: 1.7rem;
}
.account-page .content-account-page .activity-host-subtitle {
  text-align: center;
  font-family: "Roboto Condensed";
  color: #555;
  font-style: italic;
  font-size: 1rem;
}
.account-page .content-account-page .title-left {
  display: flex;
  align-items: center;
}
.account-page .content-account-page .title-left h1 {
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  color: #555;
  font-size: 1.7rem;
  margin-bottom: 0px;
}
.account-page .content-account-page .title-left .action-buttons {
  margin-left: auto;
}
.account-page .content-account-page .title-left .action-buttons a {
  background: #ddd;
  padding: 10px 15px;
  border: 1px solid #CCC;
  color: #777;
  transition: all 0.2s ease;
}
.account-page .content-account-page .title-left .action-buttons a:hover {
  color: #555;
  background: #CCC;
}
.account-page .content-account-page .btn-blue-host {
  text-align: center;
  margin-top: 50px;
}
.account-page .content-account-page .btn-blue-host a {
  padding: 10px 15px;
  min-width: 200px;
  background: #2eb0d1;
  color: #fff;
  display: inline-block;
  border-bottom: 4px solid #008faf;
}
.account-page .content-account-page .btn-blue-host a:hover {
  background: #008faf;
}
.account-page .content-account-page .btn-blue-host button {
  padding: 10px 15px;
  min-width: 200px;
  background: #6c8eb3;
  color: #fff;
  display: inline-block;
  border: 0;
}
.account-page .content-account-page .btn-blue-host button:hover {
  background: #7b9abc;
}
.account-page .content-account-page .btn-blue-host button:focus {
  box-shadow: none;
  outline: none;
}
.account-page .content-account-page .btn-blue-host button svg {
  height: 10px;
  width: auto;
  margin-top: -2px;
}
.account-page .content-account-page .btn-blue-host button svg .fill-color {
  fill: #FFF;
}
.account-page .content-account-page .list-features {
  max-width: 1080px;
  margin: 50px auto 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.account-page .content-account-page .list-features .item_info {
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (min-width: 768px) {
  .account-page .content-account-page .list-features .item_info {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .account-page .content-account-page .list-features .item_info {
    width: 100%;
  }
}
.account-page .content-account-page .list-features .item_info:first-child {
  padding-left: 20px;
}
.account-page .content-account-page .list-features .item_info:last-child {
  padding-right: 20px;
}
.account-page .content-account-page .list-features .item_info i {
  display: block;
  height: 45px;
  width: 45px;
  margin: 30px 0 5px;
  background: url("/build/images/sprite.png") -8px -233px;
  margin: 30px auto 5px;
}
.account-page .content-account-page .list-features .item_info i.adventures-only {
  background-position: -416px -261px;
}
.account-page .content-account-page .list-features .item_info i.local-hosts {
  background-position: -53px -233px;
}
.account-page .content-account-page .list-features .item_info i.booking-easy {
  background-position: -304px -362px;
}
.account-page .content-account-page .list-features .item_info i.share-adventures {
  background-position: -98px -233px;
}
.account-page .content-account-page .list-features .item_info i.flexibility {
  background-position: -461px -261px;
}
.account-page .content-account-page .list-features .item_info i.support {
  background-position: -506px -261px;
}
.account-page .content-account-page .list-features .item_info i.earn-money {
  background-position: -8px -233px;
}
.account-page .content-account-page .list-features .item_info i.feel-secure {
  background-position: -233px -233px;
}
.account-page .content-account-page .list-features .item_info i.use-features {
  background-position: -188px -233px;
}
.account-page .content-account-page .list-features .item_info i.get-creative {
  background-position: -143px -233px;
}
.account-page .content-account-page .list-features .item_info h5 {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  padding: 19px 0;
  margin-bottom: 0;
  color: #555;
}
.account-page .content-account-page .list-features .item_info p {
  padding-top: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #777;
  margin-bottom: 0px;
  text-align: center;
  font-family: "Roboto-Regular";
}
.account-page .content-account-page .btns-connect-stripe {
  max-width: 700px;
  margin: 0 auto 20px;
}
.account-page .content-account-page .btns-connect-stripe a {
  padding: 10px 15px;
  min-width: 200px;
  background: #6c8eb3;
  color: #fff;
  display: inline-block;
}
.account-page .content-account-page .btns-connect-stripe a:hover {
  background: #7b9abc;
}
.account-page .content-account-page .btns-connect-stripe button {
  padding: 10px 15px;
  min-width: 200px;
  background: #6c8eb3;
  color: #fff;
  display: inline-block;
}
.account-page .content-account-page .btns-connect-stripe button:hover {
  background: #7b9abc;
}
.account-page .content-account-page .btns-connect-stripe button:focus {
  box-shadow: none;
  outline: none;
}
.account-page .content-account-page .btns-connect-stripe button svg {
  height: 10px;
  width: auto;
  margin-top: -2px;
}
.account-page .content-account-page .btns-connect-stripe button svg .fill-color {
  fill: #FFF;
}
.account-page .content-account-page .settings-data {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.account-page .content-account-page .settings-data.hosted .title-bg-middle {
  margin-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}
.account-page .content-account-page .settings-data .title-bg-middle {
  background: #e0e0e0;
  border: 1px solid #ccc;
  padding: 10px 15px;
  width: 100%;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.account-page .content-account-page .settings-data .title-bg-middle.mt-space {
  margin-top: 30px;
}
.account-page .content-account-page .settings-data .title-bg-middle .add_button {
  margin-left: auto;
  background: none;
  border: 0;
}
.account-page .content-account-page .settings-data .title-bg-middle .add_button:focus {
  outline: none;
  box-shadow: none;
}
.account-page .content-account-page .settings-data .title-bg-middle .add_button svg {
  height: 19px;
  width: auto;
  transition: all 0.2s ease;
}
.account-page .content-account-page .settings-data .title-bg-middle .add_button svg .fill-color {
  fill: #6c8eb3;
}
.account-page .content-account-page .settings-data .title-bg-middle .add_button:hover svg .fill-color {
  fill: #3676bb;
}
.account-page .content-account-page .settings-data .enable_option {
  width: 100%;
}
@media (max-width: 480px) {
  .account-page .content-account-page .settings-data .enable_option input[type=checkbox] {
    margin-right: auto;
  }
}
.account-page .content-account-page .settings-data .enable_option label {
  padding-left: 5px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .account-page .content-account-page .settings-data .enable_option label {
    display: inline;
  }
}
.account-page .content-account-page .settings-data .add_number {
  margin-top: 10px;
}
.account-page .content-account-page .settings-data .add_number input {
  height: 33px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 0px 10px;
  color: #555;
  line-height: 53px;
}
.account-page .content-account-page .settings-data .add_number input:focus {
  outline: none;
  box-shadow: none;
}
.account-page .content-account-page .settings-data .add_number button {
  height: 33px;
  background: #6c8eb3;
  padding: 0 10px;
  border: 0;
  padding: 0 10px;
  color: #FFF;
  opacity: 1;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .account-page .content-account-page .settings-data .add_number button {
    margin-top: 10px;
  }
}
.account-page .content-account-page .settings-data .add_number button:hover {
  opacity: 0.8;
}
.account-page .content-account-page .settings-data .add_number button:focus {
  outline: none;
  box-shadow: none;
}
.account-page .content-account-page .settings-data .block-days-header {
  background-color: #e0e0e0;
  background: #e0e0e0;
  border: 1px solid #ccc;
  padding: 20px 15px;
  width: 100%;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  display: flex;
  flex-direction: column;
  border-bottom: none;
}
.account-page .content-account-page .settings-data .block-days-header .block-days-subtitle {
  text-transform: none;
}
.account-page .content-account-page .settings-data .block-days {
  background-color: #e0e0e0;
  background: #e0e0e0;
  border: 1px solid #ccc;
  padding: 15px 15px;
  width: 100%;
  font-size: 1rem;
  align-items: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  margin-bottom: 15px;
}
.account-page .content-account-page .settings-data .block-days .date-range {
  justify-content: space-around;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.account-page .content-account-page .settings-data .block-days .date-range .start-date .date-picker, .account-page .content-account-page .settings-data .block-days .date-range .end-date .date-picker {
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
}
.account-page .content-account-page .settings-data .block-days .block-days-form {
  display: flex;
  align-items: center;
}
.account-page .content-account-page .settings-data .block-days .block-days-form .block-days-button {
  margin-left: auto;
  background: #6c8eb3;
  color: #fff;
  border: 0;
}
@media (min-width: 481px) {
  .account-page .content-account-page .settings-data .block-days .block-days-form .block-days-button {
    padding: 10px 25px;
  }
}
@media (max-width: 480px) {
  .account-page .content-account-page .settings-data .block-days .block-days-form .block-days-button {
    padding: 1px 8px;
  }
}
.account-page .content-account-page .settings-data .block-days .block-days-form .block-days-button:hover {
  background: #7b9abc;
}
.account-page .content-account-page .settings-data .block-days .block-days-form .block-days-button:focus {
  outline: none;
  box-shadow: none;
}
.account-page .content-account-page .settings-data .block-days-list {
  background-color: #e0e0e0;
  background: #e0e0e0;
  border: 1px solid #ccc;
  padding: 10px 15px;
  width: 100%;
  font-size: 1rem;
  align-items: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.account-page .content-account-page .settings-data .block-days-list .blocked-date {
  margin-right: 15px;
  cursor: pointer;
}
.account-page .content-account-page .paginate {
  max-width: 700px;
  margin: 20px auto;
  display: flex;
  align-items: center;
}
.account-page .content-account-page .paginate .previous-page {
  padding: 4px 8px;
  color: #272727;
  line-height: 1;
  font-family: Roboto-Medium;
  font-size: 18px;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.account-page .content-account-page .paginate .previous-page:hover {
  background: #e0e0e0;
}
.account-page .content-account-page .paginate .page {
  font-family: Roboto-Medium;
  color: #666666;
}
.account-page .content-account-page .paginate .next-page {
  padding: 4px 8px;
  color: #272727;
  line-height: 1;
  font-family: Roboto-Medium;
  font-size: 18px;
  margin-left: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.account-page .content-account-page .paginate .next-page:hover {
  background: #e0e0e0;
}
.account-page .content-account-page .offers-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Roboto-Medium";
}
@media (min-width: 769px) {
  .account-page .content-account-page .offers-page {
    margin: 0 100px;
  }
}
.account-page .content-account-page .offers-page .all-offers-box {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 481px) {
  .account-page .content-account-page .offers-page .all-offers-box {
    margin-right: 40px;
  }
}
.account-page .content-account-page .offers-page .all-offers-box .offers-header {
  display: flex;
  flex-wrap: wrap;
}
.account-page .content-account-page .offers-page .all-offers-box .offers-header h2 {
  background: #E4E4E4;
  border: 1px solid #ccc;
  padding: 10px 15px;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #555;
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  border-bottom: 2px solid #D0D0D0;
  color: #555;
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .tour-name {
  display: flex;
}
@media (max-width: 480px) {
  .account-page .content-account-page .offers-page .all-offers-box .offers-body .left .tour-name {
    display: block;
  }
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .tour-name .tour-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .account-page .content-account-page .offers-page .all-offers-box .offers-body .left .tour-name .tour-title {
    margin-bottom: 10px;
  }
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .tour-name .tour-status {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  margin-left: 5px;
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .tour-name .tour-status.accepted {
  color: #149814;
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .tour-name .tour-status.pending {
  color: #cb883f;
}
@media (max-width: 480px) {
  .account-page .content-account-page .offers-page .all-offers-box .offers-body .left .tour-name .tour-status {
    margin-left: 0px;
  }
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .tour-details {
  display: flex;
  flex-wrap: wrap;
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .tour-details .content-image {
  display: flex;
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .tour-details .content-details {
  margin-left: 10px;
  font-size: 12px;
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .expiration-date {
  margin-top: 10px;
  color: #6c8eb3;
  font-size: 14px;
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .copy-wrapper {
  display: flex;
}
@media (max-width: 480px) {
  .account-page .content-account-page .offers-page .all-offers-box .offers-body .left .copy-wrapper {
    display: block;
  }
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .copy-wrapper .copy-url {
  margin-top: 10px;
  margin-right: 15px;
  font-style: italic;
  background-color: #E4E4E4;
  padding: 10px;
  border: 1px solid #E4E4E4;
  max-width: 450px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .account-page .content-account-page .offers-page .all-offers-box .offers-body .left .copy-wrapper .copy-url {
    width: 200px;
  }
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .copy-wrapper .copy-button button {
  margin-top: 10px;
  padding: 10px;
  background-color: #6c8eb3;
  border: 1px solid #6c8eb3;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .left .copy-wrapper .copy-button button:hover {
  background: #4f7eb1;
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .account-page .content-account-page .offers-page .all-offers-box .offers-body .right {
    justify-content: center;
  }
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .right .price {
  font-size: 25px;
}
.account-page .content-account-page .offers-page .all-offers-box .offers-body .right .price-type {
  font-size: 16px;
  text-transform: uppercase;
}
.account-page .content-account-page .offers-page .create-offer-box {
  width: 400px;
  background-color: #E4E4E4;
  border: 1px solid #CCCCCC;
  color: #555555;
}
@media (max-width: 480px) {
  .account-page .content-account-page .offers-page .create-offer-box {
    margin-top: 20px;
  }
}
.account-page .content-account-page .offers-page .create-offer-box .header-offer-box {
  font-size: 25px;
  display: flex;
  text-transform: uppercase;
  padding: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details {
  padding: 20px;
  text-transform: uppercase;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .date-details label {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .date-details .date-picker {
  color: #666;
  background: #fff;
  margin-bottom: 0;
  width: 100%;
  padding: 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .date-details .date-picker input {
  cursor: pointer;
  color: #666;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .date-details .date-picker .vdp-datepicker__calendar {
  width: 220px;
  left: -1px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .date-details .date-picker .vdp-datepicker__calendar .cell {
  font-size: 10px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .date-details .date-picker .vdp-datepicker__calendar .cell.selected {
  background: #6c8eb3;
  color: #fff;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .date-details .date-picker .vdp-datepicker__calendar .cell:hover {
  border: 1px solid #6c8eb3;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .time-details {
  margin-left: 10px;
  width: 100%;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .time-details label {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .time-details .multiselect {
  width: auto;
  border: 0 !important;
  border-color: #fff;
  color: #666;
  box-shadow: none;
  background: #fff;
  padding: 0.09375rem;
  cursor: pointer;
  font-size: 0.9rem;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .time-details .multiselect .multiselect__tags {
  border: 0px;
  padding: 8px 20px 0px 3px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .time-details .multiselect .multiselect__select {
  width: 30px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .time-details .multiselect .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  top: calc(100% + 1px);
  border: 0;
  right: 0;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .time-details .multiselect .multiselect__placeholder {
  display: none;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .date-time-details .time-details .multiselect .multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .select-tour {
  padding: 20px 0;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .select-tour .multiselect {
  width: auto;
  border: 0 !important;
  border-color: #fff;
  color: #666;
  box-shadow: none;
  background: #fff;
  padding: 0.09375rem;
  cursor: pointer;
  font-size: 0.9rem;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .select-tour .multiselect .multiselect__tags {
  border: 0px;
  padding: 8px 20px 0px 3px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .select-tour .multiselect .multiselect__select {
  width: 30px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .select-tour .multiselect .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  top: calc(100% + 1px);
  border: 0;
  right: 0;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .select-tour .multiselect .multiselect__placeholder {
  display: none;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .select-tour .multiselect .multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .select-tour .multiselect .multiselect__single {
  text-transform: capitalize;
  font-size: 14px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .expiration-date {
  padding-bottom: 20px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .expiration-date label {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .expiration-date .date-picker {
  color: #666;
  background: #fff;
  margin-bottom: 0;
  width: 100%;
  padding: 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .expiration-date .date-picker input {
  cursor: pointer;
  color: #666;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .expiration-date .date-picker .vdp-datepicker__calendar {
  width: 100%;
  left: -1px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .expiration-date .date-picker .vdp-datepicker__calendar .cell {
  font-size: 10px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .expiration-date .date-picker .vdp-datepicker__calendar .cell.selected {
  background: #6c8eb3;
  color: #fff;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .expiration-date .date-picker .vdp-datepicker__calendar .cell:hover {
  border: 1px solid #6c8eb3;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price {
  padding-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price .price {
  display: flex;
  justify-content: space-between;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price .price .price-content {
  display: flex;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price .price .price-content span {
  color: #666;
  background: #fff;
  padding: 9px;
  display: flex;
  align-items: center;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price .price .price-content input {
  color: #666;
  background: #fff;
  margin-bottom: 0;
  width: 100%;
  padding: 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  margin-right: 10px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price .price .multiselect {
  width: 50%;
  border: 0 !important;
  border-color: #fff;
  color: #666;
  box-shadow: none;
  background: #fff;
  padding: 0.09375rem;
  cursor: pointer;
  font-size: 0.9rem;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price .price .multiselect.currency-select {
  margin-right: 10px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price .price .multiselect .multiselect__tags {
  border: 0px;
  padding: 8px 20px 0px 3px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price .price .multiselect .multiselect__select {
  width: 30px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price .price .multiselect .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  top: calc(100% + 1px);
  border: 0;
  right: 0;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price .price .multiselect .multiselect__placeholder {
  display: none;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price .price .multiselect .multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .custom-price .price .multiselect .multiselect__single {
  text-transform: capitalize;
  font-size: 14px;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .save-offer-wrapper .save-offer {
  background-color: #6D8EB1;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
  border: none;
  text-transform: uppercase;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .save-offer-wrapper .save-offer:focus {
  outline: none;
  box-shadow: none;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .save-offer-wrapper .save-offer:hover {
  background: #4f7eb1;
}
.account-page .content-account-page .offers-page .create-offer-box .offer-details .save-offer-wrapper .save-offer:disabled {
  background-color: #aaaaaa;
  cursor: not-allowed;
}
.account-page .modal-payment {
  max-width: 400px;
}
.account-page .modal-payment .modal-content {
  border-radius: 0px;
}
.account-page .modal-payment .modal-content .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #f0f0f0;
}
.account-page .modal-payment .modal-content .modal-header h5 {
  font-family: "Roboto Condensed";
}
.account-page .modal-payment .modal-content .modal-header .close:focus {
  outline: none;
  box-shadow: none;
}
.account-page .modal-payment .modal-content .form {
  display: flex;
  flex-wrap: wrap;
}
.account-page .modal-payment .modal-content .form .form-group {
  display: flex;
  align-items: center;
  width: 100%;
}
.account-page .modal-payment .modal-content .form .form-group.w-50 {
  width: 50%;
}
.account-page .modal-payment .modal-content .form .form-group.pr-10 {
  padding-right: 10px;
}
.account-page .modal-payment .modal-content .form .form-group.pl-10 {
  padding-left: 10px;
}
.account-page .modal-payment .modal-content .form .form-group.vertical-form {
  flex-direction: column;
  align-items: flex-start;
}
.account-page .modal-payment .modal-content .form .form-group.vertical-form label {
  text-align: left;
}
.account-page .modal-payment .modal-content .form .form-group label {
  margin-bottom: 0;
  margin-right: 15px;
  min-width: 80px;
  text-align: right;
  color: #777;
}
.account-page .modal-payment .modal-content .form .form-group .box-input {
  width: 100%;
}
.account-page .modal-payment .modal-content .form .form-group .select-embark {
  height: 51px;
  background: #FFF;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 25px;
}
.account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__select {
  height: 51px;
}
.account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__tags {
  background: #FFF;
  border-radius: 0px;
  border: none;
  font-size: 0.875rem;
  line-height: 51px;
}
@media (max-width: 480px) {
  .account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__tags {
    padding: 0px 31px 0px 8px;
  }
}
@media (min-width: 481px) {
  .account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__tags {
    padding: 0px 40px 0px 8px;
  }
}
.account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__placeholder {
  color: #555;
  margin: 0 !important;
  padding-left: 5px;
  padding-top: 0;
}
.account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__single, .account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__input {
  background: #FFF;
  border-radius: 0px;
  color: #555;
  line-height: 51px;
  margin-bottom: 0px;
  font-size: 0.875rem;
}
.account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0;
}
.account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__option {
  color: #888;
  font-size: 0.875rem;
}
.account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__option.multiselect__option--group {
  min-height: 30px;
  padding: 6px 12px;
  text-transform: uppercase;
  background-color: #eee !important;
}
.account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__option.multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
.account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__option.multiselect__option--selected {
  background: #e0e0e0;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
.account-page .modal-payment .modal-content .form .form-group .select-embark.locations_select {
  border: 1px solid #d7d7d7;
  border-right: 1px solid transparent;
}
.account-page .modal-payment .modal-content .form .form-group .select-embark.group_size_select {
  max-width: 145px;
  border: 1px solid #d7d7d7;
  border-right: 1px solid transparent;
}
.account-page .modal-payment .modal-content .form .form-group .select-embark .multiselect__tags {
  border-radius: 0;
  border: 0;
}
.account-page .modal-payment .modal-content .form .form-group .input-text {
  height: 53px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 0px 10px;
  color: #555;
  line-height: 53px;
  width: 100%;
}
.account-page .modal-payment .modal-content .form .form-group textarea {
  background: #FFF;
  border: 1px solid #ccc;
  padding: 10px;
  color: #555;
  width: 100%;
}
.account-page .modal-payment .modal-content .form .form-group .input-with-btn {
  display: flex;
  width: 100%;
}
.account-page .modal-payment .modal-content .form .form-group .input-with-btn input {
  border-right: 0;
}
.account-page .modal-payment .modal-content .form .form-group .input-with-btn button {
  padding: 0 15px;
  background: #6c8eb3;
  color: #fff;
  border: 0;
}
.account-page .modal-payment .modal-content .form .form-group .input-with-btn button:hover {
  background: #7b9abc;
}
.account-page .modal-payment .modal-content .form .form-group .input-with-btn button:focus {
  outline: none;
  box-shadow: none;
}
.account-page .modal-payment .modal-content .form .form-group .inputs {
  display: flex;
  align-items: center;
}
.account-page .modal-payment .modal-content .form .form-group .inputs span {
  margin: 0 15px;
}
.account-page .modal-payment .modal-content .form .form-group .image-upload.profile-img img {
  width: auto;
  max-width: 100%;
}
.account-page .modal-payment .modal-content .form .form-group .image-upload img {
  max-width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-page .modal-payment .modal-content .form .form-group .date-picker {
  width: 100%;
}
.account-page .modal-payment .modal-content .form .form-group .date-picker input {
  height: 53px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 0px 10px;
  color: #555;
  line-height: 53px;
  width: 100%;
}
.account-page .modal-payment .modal-content .form .form-group.only-checkboxes {
  flex-wrap: wrap;
}
.account-page .modal-payment .modal-content .form .form-group.only-checkboxes .checkbox-inline {
  position: relative;
  width: 25%;
  height: 25px;
}
.account-page .modal-payment .modal-content .form .form-group.only-checkboxes .checkbox-inline input[type=checkbox] {
  visibility: hidden;
}
.account-page .modal-payment .modal-content .form .form-group.only-checkboxes .checkbox-inline input[type=checkbox]:checked + label:after {
  opacity: 1 !important;
}
.account-page .modal-payment .modal-content .form .form-group.only-checkboxes .checkbox-inline label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
  text-align: left;
  padding-right: 10px;
  padding-left: 20px;
}
.account-page .modal-payment .modal-content .form .form-group.only-checkboxes .checkbox-inline label:after {
  opacity: 0.2;
  content: "";
  position: absolute;
  width: 11px;
  height: 5px;
  background: transparent;
  top: 7px;
  left: 3px;
  border: 2px solid #6c8eb3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.account-page .modal-payment .modal-content .form .form-group.only-checkboxes .checkbox-inline label:hover:after {
  opacity: 0.5;
}
.account-page .modal-payment .modal-content .form .form-group.only-checkboxes .title-custom-tags {
  width: 100%;
  text-transform: uppercase;
  font-size: 1rem;
  color: #6c8eb3;
  margin-top: 10px;
}
.account-page .modal-payment .modal-content .form .submit-form {
  margin-left: 95px;
  display: flex;
  justify-content: center;
}
.account-page .modal-payment .modal-content .form .submit-form.vertical-form {
  margin-left: 0;
}
.account-page .modal-payment .modal-content .form .submit-form button {
  padding: 10px 15px;
  width: 100%;
  background: #6c8eb3;
  color: #fff;
  border: 0;
}
.account-page .modal-payment .modal-content .form .submit-form button:hover {
  background: #7b9abc;
}
.account-page .modal-payment .modal-content .form .submit-form button:focus {
  outline: none;
  box-shadow: none;
}
.account-page .modal-tour-operator {
  max-width: 700px;
}
.account-page .modal-tour-operator .modal-content {
  border-radius: 0px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .account-page .modal-tour-operator .modal-content {
    margin: 15px;
  }
}
.account-page .modal-tour-operator .modal-content .modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #f0f0f0;
}
.account-page .modal-tour-operator .modal-content .modal-header h5 {
  font-family: "Roboto Condensed";
}
.account-page .modal-tour-operator .modal-content .modal-header .close:focus {
  outline: none;
  box-shadow: none;
}
.account-page .modal-tour-operator .modal-content .form {
  display: flex;
  flex-wrap: wrap;
}
.account-page .modal-tour-operator .modal-content .form .form-group {
  display: block;
  align-items: center;
  width: 100%;
}
.account-page .modal-tour-operator .modal-content .form .form-group.w-50 {
  width: 50%;
}
.account-page .modal-tour-operator .modal-content .form .form-group.pr-10 {
  padding-right: 10px;
}
.account-page .modal-tour-operator .modal-content .form .form-group.pl-10 {
  padding-left: 10px;
}
.account-page .modal-tour-operator .modal-content .form .form-group.vertical-form {
  flex-direction: column;
  align-items: flex-start;
}
.account-page .modal-tour-operator .modal-content .form .form-group.vertical-form label {
  text-align: left;
}
.account-page .modal-tour-operator .modal-content .form .form-group label {
  margin-bottom: 0;
  margin-right: 15px;
  min-width: 80px;
  text-align: right;
  color: #777;
}
.account-page .modal-tour-operator .modal-content .form .form-group .box-input {
  width: 100%;
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark {
  height: 51px;
  background: #FFF;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 25px;
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__select {
  height: 51px;
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__tags {
  background: #FFF;
  border-radius: 0px;
  border: none;
  font-size: 0.875rem;
  line-height: 51px;
}
@media (max-width: 480px) {
  .account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__tags {
    padding: 0px 31px 0px 8px;
  }
}
@media (min-width: 481px) {
  .account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__tags {
    padding: 0px 40px 0px 8px;
  }
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__placeholder {
  color: #555;
  margin: 0 !important;
  padding-left: 5px;
  padding-top: 0;
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__single, .account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__input {
  background: #FFF;
  border-radius: 0px;
  color: #555;
  line-height: 51px;
  margin-bottom: 0px;
  font-size: 0.875rem;
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0;
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__option {
  color: #888;
  font-size: 0.875rem;
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__option.multiselect__option--group {
  min-height: 30px;
  padding: 6px 12px;
  text-transform: uppercase;
  background-color: #eee !important;
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__option.multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__option.multiselect__option--selected {
  background: #e0e0e0;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark.locations_select {
  border: 1px solid #d7d7d7;
  border-right: 1px solid transparent;
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark.group_size_select {
  max-width: 145px;
  border: 1px solid #d7d7d7;
  border-right: 1px solid transparent;
}
.account-page .modal-tour-operator .modal-content .form .form-group .select-embark .multiselect__tags {
  border-radius: 0;
  border: 0;
}
.account-page .modal-tour-operator .modal-content .form .form-group .input-text {
  height: 53px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 0px 10px;
  color: #555;
  line-height: 53px;
  width: 100%;
}
.account-page .modal-tour-operator .modal-content .form .form-group textarea {
  background: #FFF;
  border: 1px solid #ccc;
  padding: 10px;
  color: #555;
  width: 100%;
}
.account-page .modal-tour-operator .modal-content .form .form-group .input-with-btn {
  display: flex;
  width: 100%;
}
.account-page .modal-tour-operator .modal-content .form .form-group .input-with-btn input {
  border-right: 0;
}
.account-page .modal-tour-operator .modal-content .form .form-group .input-with-btn button {
  padding: 0 15px;
  background: #6c8eb3;
  color: #fff;
  border: 0;
}
.account-page .modal-tour-operator .modal-content .form .form-group .input-with-btn button:hover {
  background: #7b9abc;
}
.account-page .modal-tour-operator .modal-content .form .form-group .input-with-btn button:focus {
  outline: none;
  box-shadow: none;
}
.account-page .modal-tour-operator .modal-content .form .form-group .inputs {
  display: flex;
  align-items: center;
}
.account-page .modal-tour-operator .modal-content .form .form-group .inputs span {
  margin: 0 15px;
}
.account-page .modal-tour-operator .modal-content .form .form-group .image-upload.profile-img img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.account-page .modal-tour-operator .modal-content .form .form-group .image-upload img {
  max-width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-page .modal-tour-operator .modal-content .form .form-group .date-picker {
  width: 100%;
}
.account-page .modal-tour-operator .modal-content .form .form-group .date-picker input {
  height: 53px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 0px 10px;
  color: #555;
  line-height: 53px;
  width: 100%;
}
.account-page .modal-tour-operator .modal-content .form .form-group.only-checkboxes {
  flex-wrap: wrap;
}
.account-page .modal-tour-operator .modal-content .form .form-group.only-checkboxes .checkbox-inline {
  position: relative;
  width: 25%;
  height: 25px;
}
.account-page .modal-tour-operator .modal-content .form .form-group.only-checkboxes .checkbox-inline input[type=checkbox] {
  visibility: hidden;
}
.account-page .modal-tour-operator .modal-content .form .form-group.only-checkboxes .checkbox-inline input[type=checkbox]:checked + label:after {
  opacity: 1 !important;
}
.account-page .modal-tour-operator .modal-content .form .form-group.only-checkboxes .checkbox-inline label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
  text-align: left;
  padding-right: 10px;
  padding-left: 20px;
}
.account-page .modal-tour-operator .modal-content .form .form-group.only-checkboxes .checkbox-inline label:after {
  opacity: 0.2;
  content: "";
  position: absolute;
  width: 11px;
  height: 5px;
  background: transparent;
  top: 7px;
  left: 3px;
  border: 2px solid #6c8eb3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.account-page .modal-tour-operator .modal-content .form .form-group.only-checkboxes .checkbox-inline label:hover:after {
  opacity: 0.5;
}
.account-page .modal-tour-operator .modal-content .form .form-group.only-checkboxes .title-custom-tags {
  width: 100%;
  text-transform: uppercase;
  font-size: 1rem;
  color: #6c8eb3;
  margin-top: 10px;
}
.account-page .modal-tour-operator .modal-content .form .submit-form {
  margin-left: 95px;
  display: flex;
  justify-content: center;
}
.account-page .modal-tour-operator .modal-content .form .submit-form.vertical-form {
  margin-left: 0;
}
.account-page .modal-tour-operator .modal-content .form .submit-form button {
  padding: 10px 15px;
  width: 100%;
  background: #6c8eb3;
  color: #fff;
  border: 0;
}
.account-page .modal-tour-operator .modal-content .form .submit-form button:hover {
  background: #7b9abc;
}
.account-page .modal-tour-operator .modal-content .form .submit-form button:focus {
  outline: none;
  box-shadow: none;
}
.account-page .edit-tour-page {
  display: flex;
  align-items: stretch;
}
@media (max-width: 480px) {
  .account-page .edit-tour-page {
    flex-direction: column;
  }
  .account-page .edit-tour-page .sidebar-nav {
    color: #777;
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    height: 50px;
    align-items: center;
    border: 1px solid #999;
    margin: 0 auto;
    background-color: white;
  }
  .account-page .edit-tour-page .sidebar-nav .arrow {
    width: 15px;
    margin-left: 10px;
  }
  .account-page .edit-tour-page .sidebar-nav .arrow svg {
    fill: #777;
    width: 15px;
    height: auto;
    transform: rotate(-90deg);
  }
  .account-page .edit-tour-page .sidebar-nav.opened .arrow svg {
    transform: rotate(90deg);
  }
}
@media (min-width: 481px) {
  .account-page .edit-tour-page .sidebar-nav {
    display: none;
  }
}
.account-page .edit-tour-page .sidebar-edit {
  background: #f7f7f7;
  min-height: calc(100vh - 141px);
  min-width: 200px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ddd;
}
@media (max-width: 480px) {
  .account-page .edit-tour-page .sidebar-edit {
    position: fixed;
    display: none;
    width: 100%;
    z-index: 25;
  }
  .account-page .edit-tour-page .sidebar-edit.opened {
    top: 146px;
    max-width: inherit;
    display: flex !important;
  }
}
.account-page .edit-tour-page .sidebar-edit .menu {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.account-page .edit-tour-page .sidebar-edit .menu a {
  width: 100%;
  padding: 7px 15px;
  border-left: 2px solid transparent;
  color: #777;
  transition: all 0.2s ease;
}
.account-page .edit-tour-page .sidebar-edit .menu a.router-link-exact-active {
  border-left: 2px solid #6c8eb3;
  background: #dedede;
}
.account-page .edit-tour-page .sidebar-edit .menu a:hover {
  border-left: 2px solid #6c8eb3;
  background: #dedede;
}
.account-page .edit-tour-page .sidebar-edit .view_tour {
  text-align: center;
  padding: 0 15px;
  margin-top: 10px;
}
.account-page .edit-tour-page .sidebar-edit .view_tour a {
  background: #ddd;
  padding: 5px 15px;
  border: 1px solid #CCC;
  color: #777;
  transition: all 0.2s ease;
  width: 100%;
  display: block;
}
.account-page .edit-tour-page .sidebar-edit .view_tour a:hover {
  color: #555;
  background: #CCC;
}
.account-page .edit-tour-page .sidebar-edit .bottom-actions {
  margin-top: auto;
}
@media (min-width: 481px) and (max-width: 767px) {
  .account-page .edit-tour-page .sidebar-edit .bottom-actions {
    margin-top: 15px;
  }
}
.account-page .edit-tour-page .sidebar-edit .bottom-actions .warning-text {
  padding: 0 10px;
  text-align: center;
}
.account-page .edit-tour-page .sidebar-edit .bottom-actions .btn-edit {
  display: block;
  width: 100%;
  padding: 7px 15px;
  color: #FFF;
  border: 0;
  transition: all 0.2s ease;
  text-align: center;
}
.account-page .edit-tour-page .sidebar-edit .bottom-actions .btn-edit.bg-blue {
  background: #6c8eb3;
}
.account-page .edit-tour-page .sidebar-edit .bottom-actions .btn-edit.bg-grey {
  background: #555;
}
.account-page .edit-tour-page .sidebar-edit .bottom-actions .btn-edit:focus {
  outline: none;
  box-shadow: none;
}
.account-page .edit-tour-page .sidebar-edit .bottom-actions .btn-edit:hover {
  opacity: 0.85;
}
.account-page .edit-tour-page .sidebar-edit .bottom-actions .list-tour-text {
  text-align: center;
  padding: 20px;
  color: #555;
  cursor: default;
}
@media (min-width: 481px) {
  .account-page .edit-tour-page .form-edit {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .account-page .edit-tour-page .form-edit {
    padding: 30px 15px;
  }
}
.account-page .edit-tour-page .form-edit .form-edit-notice {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  font-style: italic;
  color: #555;
  font-size: 15px;
  cursor: pointer;
}
.account-page .edit-tour-page .form-edit .form .day-count {
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .account-page .edit-tour-page .form-edit .form .form-group {
    flex-direction: column;
  }
}
.account-page .edit-tour-page .form-edit .form .form-group label {
  text-transform: uppercase;
  color: #6c8eb3;
}
@media (min-width: 768px) {
  .account-page .edit-tour-page .form-edit .form .form-group label {
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .account-page .edit-tour-page .form-edit .form .form-group label {
    width: 100%;
    text-align: left;
    margin-right: 0 !important;
  }
}
.account-page .edit-tour-page .form-edit .form .form-group .inputs .inline-select {
  min-width: 100px;
  margin-left: 10px;
}
.account-page .edit-tour-page .form-edit .form .form-group .inputs .group-input {
  display: flex;
  align-items: stretch;
}
.account-page .edit-tour-page .form-edit .form .form-group .inputs .group-input .symbol-currency {
  background: #dedede;
  min-width: 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-page .edit-tour-page .form-edit .form .form-group .inputs .group-input .price_input {
  min-width: 70px;
  max-width: 70px;
}
.account-page .edit-tour-page .form-edit .form .form-group .inputs .group-input .inline-select {
  margin-left: 0;
  min-width: 70px;
}
@media (min-width: 481px) {
  .account-page .edit-tour-page .form-edit .form .submit-form {
    margin-left: 165px;
  }
}
@media (max-width: 480px) {
  .account-page .edit-tour-page .form-edit .form .submit-form {
    margin-left: auto;
    margin-right: auto;
  }
}
.account-page .form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.account-page .form .itinerary-day {
  width: 100%;
}
.account-page .form .form-group {
  display: flex;
  align-items: center;
  width: 100%;
}
.account-page .form .form-group.w-50 {
  width: 50%;
}
.account-page .form .form-group.pr-10 {
  padding-right: 10px;
}
.account-page .form .form-group.pl-10 {
  padding-left: 10px;
}
.account-page .form .form-group.vertical-form {
  flex-direction: column;
  align-items: flex-start;
}
.account-page .form .form-group.vertical-form label {
  text-align: left;
}
.account-page .form .form-group.vertical-form .inputs-inline {
  display: flex;
  width: 100%;
}
.account-page .form .form-group label {
  margin-bottom: 0;
  margin-right: 15px;
  min-width: 80px;
  text-align: right;
  color: #777;
}
.account-page .form .form-group .box-input {
  width: 100%;
}
.account-page .form .form-group .box-input .help-block {
  display: block;
}
.account-page .form .form-group .image-group {
  display: flex;
  flex-wrap: wrap;
}
.account-page .form .form-group .image-group .image-box {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  border: 1px solid #CCC;
  background: #FFF;
  overflow: hidden;
  margin: 0px 10px 10px 0px;
  position: relative;
}
.account-page .form .form-group .image-group .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-page .form .form-group .image-group .image-box .remove-photo {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  opacity: 0.7;
  padding: 6px;
  border-bottom-left-radius: 12px;
  display: flex;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.account-page .form .form-group .image-group .image-box .remove-photo img {
  height: 16px;
  width: auto;
}
.account-page .form .form-group .image-group .image-box .remove-photo:hover {
  opacity: 1;
}
.account-page .form .form-group .image-group .add_photo_btn {
  width: 120px;
  height: 120px;
  border-radius: 12px;
  border: 1px solid #CCC;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  cursor: pointer;
  transition: all 0.2s ease;
}
.account-page .form .form-group .image-group .add_photo_btn:hover {
  background-color: #f7f7f7;
}
.account-page .form .form-group .select-embark {
  height: 51px;
  background: #FFF;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 25px;
}
.account-page .form .form-group .select-embark .multiselect__select {
  height: 51px;
}
.account-page .form .form-group .select-embark .multiselect__tags {
  background: #FFF;
  border-radius: 0px;
  border: none;
  font-size: 0.875rem;
  line-height: 51px;
}
@media (max-width: 480px) {
  .account-page .form .form-group .select-embark .multiselect__tags {
    padding: 0px 31px 0px 8px;
  }
}
@media (min-width: 481px) {
  .account-page .form .form-group .select-embark .multiselect__tags {
    padding: 0px 40px 0px 8px;
  }
}
.account-page .form .form-group .select-embark .multiselect__placeholder {
  color: #555;
  margin: 0 !important;
  padding-left: 5px;
  padding-top: 0;
}
.account-page .form .form-group .select-embark .multiselect__single, .account-page .form .form-group .select-embark .multiselect__input {
  background: #FFF;
  border-radius: 0px;
  color: #555;
  line-height: 51px;
  margin-bottom: 0px;
  font-size: 0.875rem;
}
.account-page .form .form-group .select-embark .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0;
}
.account-page .form .form-group .select-embark .multiselect__option {
  color: #888;
  font-size: 0.875rem;
}
.account-page .form .form-group .select-embark .multiselect__option.multiselect__option--group {
  min-height: 30px;
  padding: 6px 12px;
  text-transform: uppercase;
  background-color: #eee !important;
}
.account-page .form .form-group .select-embark .multiselect__option.multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
.account-page .form .form-group .select-embark .multiselect__option.multiselect__option--selected {
  background: #e0e0e0;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
.account-page .form .form-group .select-embark.locations_select {
  border: 1px solid #d7d7d7;
  border-right: 1px solid transparent;
}
.account-page .form .form-group .select-embark.group_size_select {
  max-width: 145px;
  border: 1px solid #d7d7d7;
  border-right: 1px solid transparent;
}
.account-page .form .form-group .select-embark .multiselect__tags {
  border-radius: 0;
  border: 0;
}
.account-page .form .form-group .input-text {
  height: 53px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 0px 10px;
  color: #555;
  line-height: 53px;
  width: 100%;
}
.account-page .form .form-group textarea {
  background: #FFF;
  border: 1px solid #ccc;
  padding: 10px;
  color: #555;
  width: 100%;
}
.account-page .form .form-group .input-with-btn {
  display: flex;
  width: 100%;
}
.account-page .form .form-group .input-with-btn input {
  border-right: 0;
}
.account-page .form .form-group .input-with-btn button {
  padding: 0 15px;
  background: #6c8eb3;
  color: #fff;
  border: 0;
}
.account-page .form .form-group .input-with-btn button:hover {
  background: #7b9abc;
}
.account-page .form .form-group .input-with-btn button:focus {
  outline: none;
  box-shadow: none;
}
.account-page .form .form-group .inputs {
  display: flex;
  align-items: center;
}
.account-page .form .form-group .inputs .span-space {
  margin: 0 15px;
}
.account-page .form .form-group .image-upload.profile-img img {
  max-width: 100%;
  width: auto;
}
.account-page .form .form-group .image-upload img {
  width: 100%;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-page .form .form-group .date-picker {
  width: 100%;
}
.account-page .form .form-group .date-picker input {
  height: 53px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 0px 10px;
  color: #555;
  line-height: 53px;
  width: 100%;
}
.account-page .form .form-group.only-checkboxes {
  flex-wrap: wrap;
}
.account-page .form .form-group.only-checkboxes .checkbox-inline {
  position: relative;
  height: 25px;
}
@media (max-width: 480px) {
  .account-page .form .form-group.only-checkboxes .checkbox-inline {
    width: 50%;
  }
}
@media (min-width: 481px) {
  .account-page .form .form-group.only-checkboxes .checkbox-inline {
    width: 25%;
  }
}
.account-page .form .form-group.only-checkboxes .checkbox-inline input[type=checkbox] {
  visibility: hidden;
}
.account-page .form .form-group.only-checkboxes .checkbox-inline input[type=checkbox]:checked + label:after {
  opacity: 1 !important;
}
.account-page .form .form-group.only-checkboxes .checkbox-inline label {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
  text-align: left;
  padding-right: 10px;
  padding-left: 20px;
  white-space: nowrap;
}
.account-page .form .form-group.only-checkboxes .checkbox-inline label:after {
  opacity: 0.2;
  content: "";
  position: absolute;
  width: 11px;
  height: 5px;
  background: transparent;
  top: 7px;
  left: 3px;
  border: 2px solid #6c8eb3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.account-page .form .form-group.only-checkboxes .checkbox-inline label:hover:after {
  opacity: 0.5;
}
.account-page .form .form-group.only-checkboxes .title-custom-tags {
  width: 100%;
  text-transform: uppercase;
  font-size: 1rem;
  color: #6c8eb3;
  margin-top: 10px;
}
.account-page .form .form-group.has-error .border-error {
  border-color: #cc0000 !important;
}
.account-page .form .form-group.has-error .help-block {
  display: block;
  width: 100%;
  color: #cc0000;
  font-size: 0.8375rem;
}
.account-page .form .submit-form {
  margin-left: 95px;
  display: flex;
  justify-content: center;
}
.account-page .form .submit-form.vertical-form {
  margin-left: 0;
}
.account-page .form .submit-form button {
  padding: 10px 15px;
  width: 100%;
  background: #6c8eb3;
  color: #fff;
  border: 0;
}
.account-page .form .submit-form button:hover {
  background: #7b9abc;
}
.account-page .form .submit-form button:focus {
  outline: none;
  box-shadow: none;
}
.account-page .form .tour-operator {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  justify-content: center;
}
.account-page .form .tour-operator.vertical-form {
  margin-left: 0;
}
.account-page .form .tour-operator button {
  padding: 10px 15px;
  color: #fff;
  width: 100%;
  background: #666;
  border: 0;
}
.account-page .form .tour-operator button:hover {
  background: #888;
}
.account-page .form .tour-operator button:focus {
  outline: none;
  box-shadow: none;
}

#custom-category-modal .modal-dialog {
  display: flex;
  justify-content: center;
}
#custom-category-modal .modal-content {
  border-radius: 0;
  width: auto;
  border: none;
}
#custom-category-modal .modal-header {
  background: #ccc;
  padding: 0 20px;
  margin: 0;
  color: #555;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}
#custom-category-modal .modal-header .modal-title {
  font-family: "Roboto Condensed", sans-serif;
  color: #666;
  font-size: 26px;
  line-height: 50px;
}
#custom-category-modal .modal-body {
  margin: 10px;
}
#custom-category-modal .modal-body input {
  border: 1px solid #ddd;
  margin-bottom: 0;
  vertical-align: middle;
  padding: 10px;
  color: #888;
  cursor: text;
  background: #fff;
  -webkit-box-sizing: border-box;
}
#custom-category-modal .modal-body .form {
  margin: unset;
}
#custom-category-modal .modal-body .form .form-group {
  margin-bottom: none;
}
#custom-category-modal .modal-body .form .form-group .custom-category-button {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: #6c8eb3;
  color: #fff;
  margin-left: 10px;
}

.request-content {
  flex-direction: column;
}
.request-content .header-request {
  display: flex;
  width: 100%;
}
.request-content .header-request .customer-data {
  width: 50%;
  padding-right: 10px;
}
.request-content .header-request .customer-data h4 {
  color: #454545;
  font-family: "Roboto Condensed-Bold";
}
.request-content .header-request .customer-data .image-user {
  margin-left: 20px;
  margin-bottom: 10px;
}
.request-content .header-request .customer-data .image-user img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.request-content .header-request .customer-data p {
  font-size: 14px;
  color: #454545;
  font-family: "Roboto-Regular";
  margin-bottom: 0px;
}
.request-content .header-request .customer-data p span {
  color: #454545;
  font-family: "Roboto-Medium";
}
.request-content .header-request .status-request {
  width: 50%;
  padding-left: 10px;
  text-align: right;
}
.request-content .header-request .status-request h4 {
  color: #454545;
  font-family: "Roboto Condensed-Bold";
}
.request-content .header-request .status-request .status_request {
  text-transform: uppercase;
  font-family: Roboto-Medium;
  font-size: 22px;
}
.request-content .header-request .status-request .status_request.pending {
  color: #cb883f;
}
.request-content .header-request .status-request .status_request.accepted {
  color: #149814;
}
.request-content .header-request .status-request .status_request.canceled {
  color: #969696;
}
.request-content .header-request .status-request .change_status {
  display: flex;
  flex-direction: column;
  max-width: 150px;
  margin-left: auto;
}
.request-content .header-request .status-request .change_status button {
  color: #FFF;
  border: 0;
  margin-bottom: 5px;
  padding: 5px 10px;
  font-family: "Roboto-Regular";
  transition: all 0.3s ease;
}
.request-content .header-request .status-request .change_status button.accept {
  background: #149814;
}
.request-content .header-request .status-request .change_status button.reject {
  background: #969696;
}
.request-content .header-request .status-request .change_status button:focus {
  outline: none;
  box-shadow: none;
}
.request-content .header-request .status-request .change_status button:hover {
  opacity: 0.8;
}
.request-content .booking-data {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #CCC;
}
.request-content .booking-data h4 {
  color: #454545;
  font-family: "Roboto Condensed-Bold";
}
.request-content .booking-data p {
  font-size: 14px;
  color: #454545;
  font-family: "Roboto-Regular";
  margin-bottom: 0px;
}
.request-content .booking-data p span {
  color: #454545;
  font-family: "Roboto-Medium";
}

.conversation-box {
  max-width: 700px;
  margin: 0 auto;
}
.conversation-box .form-conversation {
  margin-bottom: 20px;
}
.conversation-box .form-conversation textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
}
.conversation-box .form-conversation textarea:focus {
  outline: none;
  box-shadow: none;
}
.conversation-box .form-conversation .button-send {
  display: flex;
  justify-content: flex-end;
}
.conversation-box .form-conversation .button-send button {
  background: #6c8eb3;
  color: #fff;
  text-align: center;
  border: 0;
  padding: 8px 20px;
  line-height: 1;
  text-transform: uppercase;
  font-family: Roboto-Medium;
  transition: all 0.3s ease;
}
.conversation-box .form-conversation .button-send button:hover {
  background: #7b9abc;
}
.conversation-box .form-conversation .button-send button:focus {
  outline: none;
  box-shadow: none;
}
.conversation-box .conversations-messages {
  display: flex;
  flex-direction: column;
}
.conversation-box .conversations-messages .message {
  max-width: 500px;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.conversation-box .conversations-messages .message.right {
  text-align: right;
  background: #6c8eb3;
  margin-left: auto;
  color: #FFF;
}
.conversation-box .conversations-messages .message.right .date-message {
  text-align: left;
}
.conversation-box .conversations-messages .message.left {
  background: #dcdcdc;
}
.conversation-box .conversations-messages .message.left .date-message {
  text-align: right;
}
.conversation-box .conversations-messages .message p {
  margin-bottom: 0;
}
.conversation-box .conversations-messages .message p.sender-message {
  font-family: "Roboto-Medium";
}
.conversation-box .conversations-messages .message p.message-content {
  margin-bottom: 5px;
}
.conversation-box .conversations-messages .message p.date-message {
  font-size: 12px;
}

.auth-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.auth-page .card {
  border: 0px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (max-width: 480px) {
  .auth-page .card {
    max-width: 430px;
    margin: 0 15px;
  }
}
@media (min-width: 481px) {
  .auth-page .card {
    max-width: 430px;
  }
}
.auth-page .card .card-header {
  font-family: "Roboto Condensed";
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}
.auth-page .card .card-body .alert-danger p {
  margin-bottom: 0;
}
.auth-page .card .card-body .temporary-notice {
  font-family: "Roboto Condensed";
  font-size: 17px;
}
.auth-page .card .card-body .temporary-notice p {
  letter-spacing: 0.2px;
}
.auth-page .card .card-body .temporary-notice p strong {
  font-weight: bolder !important;
}
.auth-page .form {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.auth-page .form .form-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.auth-page .form .form-group label {
  margin-bottom: 0;
  text-align: left;
  color: #777;
}
.auth-page .form .form-group .input-text {
  height: 53px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 0px 10px;
  color: #555;
  line-height: 53px;
  width: 100%;
}
.auth-page .form .form-group .image-upload {
  cursor: pointer;
}
.auth-page .form .form-group .image-upload.profile-img img {
  width: auto;
}
.auth-page .form .form-group .image-upload img {
  max-width: 100%;
  max-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.auth-page .form .form-group .date-picker {
  width: 100%;
}
.auth-page .form .form-group .date-picker input {
  height: 53px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 0px 10px;
  color: #555;
  line-height: 53px;
  width: 100%;
}
.auth-page .form .form-group.checkbox {
  position: relative;
}
.auth-page .form .form-group.checkbox input[type=checkbox] {
  display: none;
}
.auth-page .form .form-group.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1 !important;
}
.auth-page .form .form-group.checkbox label {
  cursor: pointer;
  width: 100%;
  margin-bottom: 0px;
  margin-right: 0;
  text-align: left;
  padding-right: 10px;
  padding-left: 20px;
}
.auth-page .form .form-group.checkbox label:after {
  opacity: 0.2;
  content: "";
  position: absolute;
  width: 11px;
  height: 5px;
  background: transparent;
  top: 7px;
  left: 3px;
  border: 2px solid #6c8eb3;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.auth-page .form .form-group.checkbox label:hover:after {
  opacity: 0.5;
}
.auth-page .form .form-group.center-content {
  align-items: center;
}
.auth-page .form .form-group.center-content.has-error .help-block {
  text-align: center;
}
.auth-page .form .form-group.has-error .input-text {
  border-color: #cc0000;
}
.auth-page .form .form-group.has-error .help-block {
  display: block;
  width: 100%;
  color: #cc0000;
  font-size: 0.8375rem;
}
.auth-page .form .submit-form {
  display: flex;
  justify-content: center;
  margin-left: auto;
}
.auth-page .form .submit-form .sign-btn {
  width: 100%;
  background: #6c8eb3;
  color: #fff;
  border: 0;
  margin-right: 10px;
}
@media (min-width: 481px) {
  .auth-page .form .submit-form .sign-btn {
    padding: 10px 25px;
  }
}
@media (max-width: 480px) {
  .auth-page .form .submit-form .sign-btn {
    padding: 1px 8px;
  }
}
.auth-page .form .submit-form .sign-btn:hover {
  background: #7b9abc;
}
.auth-page .form .submit-form .sign-btn:focus {
  outline: none;
  box-shadow: none;
}
.auth-page .form .submit-form .fb {
  display: inline-block;
  font-size: 14px;
  padding: 13px 30px 15px 44px;
  background: #3A5A97;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 20, 0.4);
  text-decoration: none;
  line-height: 1;
  position: relative;
  border-radius: 0px;
  white-space: nowrap;
  cursor: pointer;
}
.auth-page .form .submit-form .connect:before {
  display: inline-block;
  position: relative;
  background-image: url(data:image/png;base64,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);
  height: 23px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  text-indent: -9999px;
  text-align: center;
  width: 29px;
  line-height: 23px;
  margin: -8px 7px -7px -30px;
  padding: 2 25px 0 0;
  content: "f";
}
.auth-page .sign-up-option {
  margin-top: 25px;
  float: right;
}

.members-list {
  padding-top: 10px;
  color: #666;
}
.members-list h2.title {
  color: #777;
  padding: 20px 0 12px;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .members-list h2.title {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .members-list h2.title {
    font-size: 35px;
    line-height: 35px;
  }
}
.members-list .list-members {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.members-list .list-members .item-member {
  width: 25%;
}
@media (max-width: 1023px) {
  .members-list .list-members .item-member {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .members-list .list-members .item-member {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .members-list .list-members .item-member {
    width: 100%;
  }
}
.members-list .list-members .infinite-loading-container {
  width: 100%;
}
.members-list .user {
  margin-bottom: 20px;
  padding: 10px;
  line-height: 21px;
}
.members-list .user-link {
  color: #666;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  width: 100%;
}
.members-list .user-link:hover {
  opacity: 0.9;
  text-decoration: none;
}
.members-list .user-link .user-pic {
  width: 170px;
  height: 170px;
  max-width: 100%;
}
.members-list .user-link .user-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.members-list .user-name {
  font-size: 20px;
  line-height: 25px;
  margin-top: 10px;
}
.members-list .user-tags,
.members-list .user-loc {
  text-overflow: ellipsis;
}
.members-list .user-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.members-list .user-tags .user-tag a,
.members-list .user-tags .user-tag span {
  display: inline-block;
}
.members-list .user-tags .user-tag a {
  font-size: 13px;
  color: #888;
}
.members-list .user-tags .user-tag span {
  margin-right: 5px;
}

.home-page .submissions {
  margin-top: 45px;
}

.submissions {
  margin-top: 45px;
}
.submissions h2.title {
  color: #777;
  padding: 20px 0 12px;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .submissions h2.title {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .submissions h2.title {
    font-size: 35px;
    line-height: 35px;
  }
}
.submissions .list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media (min-width: 876px) {
  .submissions .list .item-adventure {
    width: 400px;
  }
}
@media (min-width: 755px) and (max-width: 875px) {
  .submissions .list .item-adventure {
    width: 340px;
  }
}
@media (max-width: 754px) {
  .submissions .list .item-adventure {
    width: 380px;
  }
}
.submissions .list .box {
  margin-bottom: 20px;
  margin-right: 10px;
}
.submissions .list .wrap {
  height: 100%;
  position: relative;
  margin-bottom: 75px;
}
.submissions .list .wrap .img-link {
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  border: 10px solid #fff;
  border-radius: 50%;
}
.submissions .list .wrap .img-link img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 40px;
}
.submissions .list .img:hover .img-adventure {
  opacity: 0.7;
}
.submissions .list .img img {
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 479px) {
  .submissions .list .img img {
    height: 160px;
  }
}
.submissions .list .img .like {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 100;
  width: 24px;
  height: 22px;
  vertical-align: middle;
  background: url("/build/images/sprite.png") -1008px -4px no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.submissions .list .img .like:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.submissions .list .img .like.removed {
  background: url("/build/images/sprite.png") -1008px -27px no-repeat;
}
.submissions .list .img .loc,
.submissions .list .img .loc a {
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
}
.submissions .list .img .loc {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.submissions .list .img .loc:hover a {
  color: #fff;
}
.submissions .list .img .loc:hover .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.submissions .list .img .loc .arrow {
  display: inline-block;
  height: 15px;
  width: 10px;
  vertical-align: middle;
  margin-left: 8px;
  background: url("/build/images/sprite.png") -850px -40px;
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.submissions .list .info {
  padding: 15px;
  margin: 0;
  background-color: #f9f9f9;
  border-bottom: 4px solid #ededed;
}
@media (min-width: 768px) {
  .submissions .list .info {
    height: 160px;
    overflow: hidden;
    overflow-y: auto;
  }
}
.submissions .list .info .headline {
  margin-left: 15px;
}
.submissions .list .info .headline .title {
  margin-top: 2px;
  font-size: 18px;
  line-height: 19px;
  text-transform: uppercase;
  color: #333;
}
.submissions .list .info .headline .title:hover {
  color: #666;
  text-decoration: none;
}
.submissions .list .info .headline .subtitle {
  color: #777;
  font-size: 13px;
  line-height: 25px;
}
.submissions .list .info .headline .subtitle .link {
  color: #2eb0d1;
}
.submissions .list .info .headline .subtitle .link:hover {
  color: #008faf;
  text-decoration: none;
  opacity: 0.9;
}
.submissions .list .info .tags {
  margin: 13px 15px 0 15px;
}
.submissions .list .info .tags a {
  background-color: #fff;
  color: #2eb0d1;
  padding: 7px;
  font-size: 1rem;
  line-height: 1;
  margin: 0px 10px 10px 0px;
  display: inline-flex;
}
.submissions .list .info .tags a:hover {
  text-decoration: none;
  background-color: #e1e1e1;
}
.submissions .list .infinite-loading-container {
  width: 100%;
}

#filter .filter-menu {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 1px #fff, inset 0 1px 1px #fff;
  padding-top: 10px;
}
@media (max-width: 479px) {
  #filter .filter-menu {
    flex-direction: column;
  }
}
@media (max-width: 479px) {
  #filter .filter-menu .filter-left {
    margin-bottom: 15px;
  }
}
#filter .filter-menu .filters {
  margin: -4px 0 6px;
  line-height: 46px;
  display: flex;
  min-width: 355px;
}
@media (max-width: 479px) {
  #filter .filter-menu .filters {
    min-width: initial;
  }
}
#filter .filter-menu .filters .load-small {
  margin: 5px 10px 0 0;
  opacity: 0.6;
  width: 24px;
  height: 24px;
  background: url("/images/loading.gif");
}
#filter .filter-menu .filters ul {
  height: 34px;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  margin-left: auto;
}
@media (max-width: 479px) {
  #filter .filter-menu .filters ul {
    margin-left: 0;
  }
}
#filter .filter-menu .filters ul .filter-tags {
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  #filter .filter-menu .filters ul .filter-tags {
    padding-left: 0;
  }
}
#filter .filter-menu .filters li {
  height: 100%;
  padding: 0 10px;
  cursor: pointer;
  color: #888;
}
#filter .filter-menu .filters li i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 8px 0 3px;
  vertical-align: middle;
  opacity: 0.65;
  filter: alpha(opacity=65);
  background: url("/build/images/sprite.png") -423px -330px no-repeat;
}
#filter .filter-menu .filters li span {
  position: relative;
  display: inline-block;
}
#filter .filter-menu .filters li div {
  border-top: 4px solid #888;
  position: relative;
  display: inline-block;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
#filter .filter-menu .filters li.active {
  color: #333;
}
#filter .filter-menu .filters li.active i {
  opacity: 1;
  filter: alpha(opacity=100);
}
#filter .filter-menu .filters .combobox {
  width: 200px;
  margin: 0 0 0 8px;
  line-height: 29px;
  position: relative;
}
@media (max-width: 479px) {
  #filter .filter-menu .filters .combobox {
    width: auto;
  }
}
#filter .filter-menu .filters .combobox div {
  height: 34px;
  width: 36px;
  background-color: #fff;
  border-left: 1px solid #eee;
  cursor: pointer;
  right: 0;
  position: absolute;
}
#filter .filter-menu .filters .combobox div .nav-arrow {
  top: auto;
  left: 13px;
  position: relative;
  display: inline-block;
  height: 0;
  width: 0;
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #aaa transparent transparent;
}
#filter .filter-menu .filters .combobox input {
  width: 163px;
  padding: 3px 10px;
  height: 34px;
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  background-color: #fff;
}
#filter .filter-menu .filters .combobox .shad {
  position: absolute;
  display: none;
  top: 100%;
  background-color: #fff;
  width: 100%;
  overflow: auto;
  z-index: 2;
  cursor: pointer;
  list-style-type: none;
  min-height: 182px;
  max-height: 182px;
  margin-top: 2px;
  padding: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
}
#filter .filter-menu .filters .combobox .shad.active {
  display: block;
}
#filter .filter-menu .filters .combobox .shad.active li {
  display: block;
}
#filter .filter-menu .filters .combobox li {
  font-size: 14px;
  display: none;
  padding-left: 11px;
  height: 35px;
  line-height: 35px;
  color: #666;
}
#filter .filter-menu .filters .combobox li:hover {
  background-color: #eee;
}
#filter .filter-menu .filter-items {
  display: inline;
  margin: 0;
  padding: 0;
}
#filter .filter-menu .filter-items li {
  position: relative;
  height: 26px;
  margin: 0 10px 0 0;
  overflow: hidden;
  line-height: 26px;
  padding: 0 10px;
  background: #d7d7d7;
  cursor: pointer;
  display: inline-block;
}
#filter .filter-menu .filter-items li:hover {
  background: #ccc;
}
#filter .filter-menu .filter-items .close {
  margin: 8px 0 0 10px;
  height: 10px;
  width: 10px;
  opacity: 0.5;
  background: url("/build/images/sprite.png") no-repeat;
  background-position: -90px -40px;
}
#filter .filter-menu .filter-items .close:hover {
  opacity: 0.7;
}
#filter .filter-menu .filter-msg {
  line-height: 46px;
  color: #666;
  margin-top: -10px;
}
#filter .filter-box {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  display: none;
}
#filter .filter-box.active {
  display: flex;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#filter .filter-box ul {
  max-width: 900px;
  color: #333;
  margin: 0;
  padding-left: 0;
}
#filter .filter-box li {
  font-size: 13px;
  line-height: 26px;
  padding: 0 10px;
  margin: 10px 10px 0 0;
  background: #d7d7d7;
  cursor: pointer;
}
#filter .filter-box li:hover {
  background: #ccc;
}

.filter-results {
  color: #666;
}
.filter-results .num-results {
  width: 100%;
  text-align: right;
  font-size: 16px;
  line-height: 50px;
  padding-bottom: 5px;
  color: #666;
  text-transform: uppercase;
}
.filter-results .user {
  margin-bottom: 20px;
  padding: 10px;
  line-height: 21px;
}
.filter-results .user-link {
  color: #666;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.filter-results .user-link:hover {
  opacity: 0.9;
  text-decoration: none;
}
.filter-results .user-link .user-pic {
  width: 170px;
  height: 170px;
}
.filter-results .user-link .user-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.filter-results .user-name {
  font-size: 20px;
  line-height: 25px;
  margin-top: 10px;
}
.filter-results .user-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.filter-results .user-tags .user-tag a,
.filter-results .user-tags .user-tag span {
  display: inline-block;
}
.filter-results .user-tags .user-tag a {
  font-size: 13px;
  color: #888;
}
.filter-results .user-tags .user-tag span {
  margin-right: 5px;
}

#te-search {
  text-align: center;
  padding: 40px 20px 30px;
  margin-bottom: 15px;
  background: #f3f3f3;
  border-bottom: 1px solid #e3e3e3;
}
#te-search h1 {
  padding: 0 0 30px;
  color: #666;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
}
#te-search .main_search {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #te-search .main_search {
    padding: 0 15px;
    flex-direction: row;
    flex-flow: wrap;
  }
}
#te-search .main_search .select-embark {
  height: 53px;
  background: #FFF;
  border: 1px solid #ccc;
  cursor: pointer;
  line-height: 25px;
}
#te-search .main_search .select-embark .multiselect__select {
  height: 51px;
}
#te-search .main_search .select-embark .multiselect__tags {
  background: #FFF;
  padding: 0px 40px 0px 8px;
  border-radius: 0px;
  border: none;
  font-size: 1rem;
  line-height: 53px;
}
#te-search .main_search .select-embark .multiselect__placeholder {
  color: #555;
  margin: 0 !important;
  padding-left: 5px;
  padding-top: 0;
}
#te-search .main_search .select-embark .multiselect__single, #te-search .main_search .select-embark .multiselect__input {
  background: #FFF;
  border-radius: 0px;
  color: #555;
  line-height: 53px;
  margin-bottom: 0px;
  font-size: 1rem;
}
#te-search .main_search .select-embark .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0;
}
#te-search .main_search .select-embark .multiselect__option {
  color: #888;
  font-size: 14px;
}
#te-search .main_search .select-embark .multiselect__option.multiselect__option--group {
  min-height: 30px;
  padding: 6px 12px;
  text-transform: uppercase;
  background-color: #eee !important;
}
#te-search .main_search .select-embark .multiselect__option.multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #008faf;
  padding: 12px 8px;
}
#te-search .main_search .select-embark .multiselect__option.multiselect__option--selected {
  background: #e0e0e0;
  border-left: 4px solid #008faf;
  padding: 12px 8px;
}
#te-search .main_search .select-embark.locations_select {
  border: 1px solid #d7d7d7;
}
@media (min-width: 768px) {
  #te-search .main_search .select-embark.locations_select {
    border-right: 1px solid transparent;
  }
}
@media (max-width: 767px) {
  #te-search .main_search .select-embark.locations_select {
    margin-bottom: 10px;
  }
}
#te-search .main_search .select-embark.group_size_select {
  max-width: 145px;
  border: 1px solid #d7d7d7;
}
@media (min-width: 768px) {
  #te-search .main_search .select-embark.group_size_select {
    border-right: 1px solid transparent;
  }
}
#te-search .main_search .select-embark .multiselect__tags {
  border-radius: 0;
  border: 0;
}
#te-search .main_search .btn-search {
  width: 100%;
  max-width: 115px;
  background: #303030;
  color: #fff;
  border: 0;
  border-bottom: 4px solid #000000;
  margin-left: 10px;
}
@media (max-width: 767px) {
  #te-search .main_search .btn-search {
    margin-left: auto;
  }
}

#category-filters {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  height: 84px;
}
#category-filters .carousel-slide {
  position: relative;
  display: inline-block;
  background: #333;
  width: 126px;
  height: 84px;
  line-height: 84px;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  margin-right: 5px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#category-filters .carousel-slide:hover {
  opacity: 0.85;
}
#category-filters .carousel-slide.sel {
  opacity: 1;
}
#category-filters .carousel-slide.sel .check {
  display: block;
  position: absolute;
  width: 14px;
  height: 11px;
  top: 77%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: url("/build/images/sprite.png") -973px -40px;
}
#category-filters .carousel-slide.sel img {
  opacity: 0.2;
}
#category-filters img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
#category-filters img[alt] {
  color: #333;
}
#category-filters span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  font-size: 16px;
  margin-top: -5px;
  color: #fff;
  font-weight: 600 !important;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  border: 0;
}
#category-filters .VueCarousel-navigation-next {
  width: 28px;
  display: block;
  top: 50%;
  height: 28px;
  background: url("/build/images/sprite.png") -841px -33px #000;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  margin-top: -14px;
  opacity: 0.8;
  transform: none;
}
#category-filters .VueCarousel-navigation-prev {
  width: 28px;
  display: block;
  top: 50%;
  height: 28px;
  background: url("/build/images/sprite.png") -841px -33px #000;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  margin-top: -14px;
  opacity: 0.8;
  transform: rotate(180deg);
}

#te-no-results {
  margin-top: 20px;
}
@media (min-width: 769px) {
  #te-no-results {
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  #te-no-results {
    padding: 0 15px;
  }
}
#te-no-results h2 {
  font-size: 25px;
  line-height: 25px;
  font-family: "Roboto Condensed", sans-serif;
  color: #666;
}

#te-content-section {
  margin-top: 20px;
}
@media (min-width: 769px) {
  #te-content-section {
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  #te-content-section {
    padding: 0 15px;
  }
}
#te-content-section h2 {
  font-size: 36px;
  line-height: 36px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
#te-content-section .module-box {
  display: flex;
  flex-wrap: wrap;
}

.cards-box {
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 45px;
  overflow: hidden;
}
@media (max-width: 479px) {
  .cards-box {
    margin-left: 0;
    margin-right: 0;
  }
}

.tour {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 45px;
}
.tour .item-country,
.tour .item-city {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  max-width: 100%;
}
@media (min-width: 1948px) {
  .tour .item-country,
.tour .item-city {
    width: 448px;
  }
}
@media (max-width: 1947px) and (min-width: 1692px) {
  .tour .item-country,
.tour .item-city {
    width: 384px;
  }
}
@media (max-width: 1691px) and (min-width: 1490px) {
  .tour .item-country,
.tour .item-city {
    width: 448px;
  }
}
@media (max-width: 1489px) and (min-width: 1298px) {
  .tour .item-country,
.tour .item-city {
    width: 384px;
  }
}
@media (max-width: 1297px) and (min-width: 1032px) {
  .tour .item-country,
.tour .item-city {
    width: 448px;
  }
}
@media (max-width: 1031px) and (min-width: 904px) {
  .tour .item-country,
.tour .item-city {
    width: 384px;
  }
}
@media (max-width: 903px) {
  .tour .item-country,
.tour .item-city {
    width: 448px;
  }
}
.tour .item {
  position: relative;
  margin-bottom: 75px;
  max-width: 100%;
  border-bottom: 4px solid #d5d5d5;
}
@media (min-width: 876px) {
  .tour .item {
    width: 400px;
  }
}
@media (min-width: 755px) and (max-width: 875px) {
  .tour .item {
    width: 340px;
  }
}
@media (max-width: 754px) {
  .tour .item {
    width: 400px;
  }
}
.tour .item .mod-wrap {
  max-width: 100%;
  position: relative;
  height: 100%;
}
.tour .item .mod-wrap .card {
  border-radius: 0px;
  height: 100%;
  border: 0;
}
.tour .item .mod-wrap .card .usr-img {
  position: absolute;
  top: -45px;
  left: calc(50% - 45px);
  height: 90px;
  width: 90px;
  border: 10px solid #fff;
}
.tour .item .mod-wrap .card .usr-img.circle {
  border-radius: 50%;
  overflow: hidden;
}
.tour .item .mod-wrap .card .usr-img .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.tour .item .mod-wrap .main-img-card {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .tour .item .mod-wrap .main-img-card {
    height: 180px;
  }
}
@media (max-width: 479px) {
  .tour .item .mod-wrap .main-img-card {
    height: 175px;
  }
}
.tour .item .mod-wrap a {
  display: block;
  height: auto;
}
.tour .item .mod-wrap a:first-child img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tour .item .mod-wrap a:first-child:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.tour .item .mod-wrap .card-body {
  position: relative;
}
.tour .item .mod-wrap .card-body .duration {
  position: absolute;
  right: 20px;
  top: -45px;
}
.tour .item .mod-wrap .card-body .duration i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url("/build/images/sprite.png") -320px -40px;
  vertical-align: middle;
}
.tour .item .mod-wrap .card-body .duration span {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  font-weight: 600 !important;
  text-transform: uppercase;
  vertical-align: middle;
}
.tour .item .mod-wrap .ti-box {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tour .item .mod-wrap .ti-top .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Roboto Condensed", sans-serif;
  vertical-align: middle;
  color: #333;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.tour .item .mod-wrap .ti-top .sub-title {
  line-height: 18px;
  margin-top: 3px;
  color: #9a9a9a;
  text-align: left;
  display: block;
  font-size: 0.925rem;
  text-transform: capitalize;
}
.tour .item .mod-wrap .ti-top .reviews .tour-rating {
  font-size: 18px;
  line-height: 20px;
}
.tour .item .mod-wrap .ti-top .reviews .tour-rating div {
  width: 18px;
  height: 18px;
  margin-right: 0;
  position: relative;
  display: inline-block;
}
.tour .item .mod-wrap .ti-bottom {
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}
.tour .item .mod-wrap .ti-bottom .tour-cat {
  font-weight: 600 !important;
  color: #008faf;
}
.tour .item .mod-wrap .ti-bottom .price {
  margin-left: auto;
}
.tour .item .mod-wrap .ti-bottom .price .from {
  font-size: 14px;
  line-height: 18px;
  color: #555;
  font-style: italic;
}
.tour .item .mod-wrap .ti-bottom .price .val {
  font-size: 28px;
  line-height: 30px;
  color: #008faf;
}
.tour .item .mod-wrap .like {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 22px;
  vertical-align: middle;
  background: url("/build/images/sprite.png") -1008px -4px no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: inline-block;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  cursor: pointer;
}
.tour .item .mod-wrap .like:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tour .item .mod-wrap .like.removed {
  background: url("/build/images/sprite.png") -1008px -27px no-repeat;
}
.tour .infinite-loading-container {
  height: auto;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  width: 100%;
}

#te-destinations {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #te-destinations {
    padding: 0 60px;
  }
}
@media (max-width: 767px) {
  #te-destinations {
    padding: 0 15px;
  }
}
#te-destinations h2 {
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
#te-destinations .resp-img {
  background: #888;
  margin-bottom: 25px;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  #te-destinations .resp-img {
    margin-bottom: 0px;
  }
}
#te-destinations .resp-img .card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#te-destinations .resp-img .usr-img {
  bottom: auto;
  position: absolute;
  top: 200px;
  left: 15px;
  height: 43px;
  width: 43px;
}
#te-destinations .resp-img .usr-img.circle {
  border-radius: 50%;
  overflow: hidden;
}
#te-destinations .resp-img > a:first-child img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: 250px;
  width: 100%;
}
@media (max-width: 479px) {
  #te-destinations .resp-img > a:first-child img {
    height: 150px;
  }
}
#te-destinations .resp-img .bar {
  position: absolute;
  bottom: 50px;
  left: 15px;
  right: 40px;
  font-family: "Roboto Condensed", sans-serif;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
#te-destinations .resp-img .bar h4 {
  font-size: 24px;
  line-height: 45px;
  font-weight: 400;
  color: #ddd;
  margin-bottom: 0px;
}
#te-destinations .resp-img .num-tours {
  position: absolute;
  top: 0;
  right: 15px;
  padding: 0 15px 0 10px;
  font-weight: 600;
  color: #8bccff;
}
#te-destinations .resp-img .num-tours.angled {
  height: 0;
  border-left: 16px solid rgba(0, 0, 0, 0);
  border-top: 32px solid rgba(0, 0, 0, 0.65);
}
#te-destinations .resp-img .num-tours.angled div {
  margin-top: -26px;
}
#te-destinations .resp-img .attr {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 19px;
  line-height: 20px;
  z-index: 1;
}
#te-destinations .resp-img:hover {
  opacity: 0.9;
}

#tour-bg.hero-box {
  position: relative;
  width: 100%;
}
#tour-bg .hero-image {
  background-color: #ddd;
  background-position: center;
  background-size: cover;
}
@media (min-width: 769px) {
  #tour-bg .hero-image {
    height: 500px;
  }
}
@media (max-width: 768px) {
  #tour-bg .hero-image {
    height: 260px;
  }
}

#tour-bottom {
  position: relative;
  line-height: 21px;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 1061px) {
  #tour-bottom {
    padding: 20px 420px 20px 80px;
  }
}
@media (max-width: 1060px) {
  #tour-bottom {
    padding: 20px 380px 20px 40px;
  }
}
@media (max-width: 860px) {
  #tour-bottom {
    padding: 20px 360px 20px 20px;
  }
}
@media (max-width: 768px) {
  #tour-bottom {
    padding: 20px 40px 20px;
  }
}
#tour-bottom #tour-summary-box {
  position: relative;
  color: #666;
}
@media (min-width: 1061px) {
  #tour-bottom #tour-summary-box .tour-host {
    left: 0;
  }
}
@media (max-width: 1060px) {
  #tour-bottom #tour-summary-box .tour-host {
    left: 5px;
  }
}
@media (max-width: 860px) {
  #tour-bottom #tour-summary-box .tour-host {
    left: 20px;
  }
}
@media (max-width: 768px) {
  #tour-bottom #tour-summary-box .tour-host {
    left: 5px;
  }
}
@media (min-width: 521px) {
  #tour-bottom #tour-summary-box .tour-host {
    position: absolute;
  }
}
@media (max-width: 520px) {
  #tour-bottom #tour-summary-box .tour-host {
    position: static;
    margin-bottom: 20px;
    width: 100%;
  }
  #tour-bottom #tour-summary-box .tour-host a {
    margin: 0 auto;
  }
}
#tour-bottom #tour-summary-box .tour-host a {
  width: 100px;
  height: 100px;
}
#tour-bottom #tour-summary-box .tour-host a.circle {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
#tour-bottom #tour-summary-box .tour-host a.circle img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}
#tour-bottom #tour-summary-box .tour-host div {
  margin-top: 15px;
  text-align: center;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: normal;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  #tour-bottom #tour-summary-box .tour-quick-sum {
    padding-left: 160px;
  }
}
@media (max-width: 768px) {
  #tour-bottom #tour-summary-box .tour-quick-sum {
    padding-left: 140px;
  }
}
@media (max-width: 520px) {
  #tour-bottom #tour-summary-box .tour-quick-sum {
    padding-left: 0px;
    text-align: center;
  }
}
#tour-bottom #tour-summary-box h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #666;
  line-height: 34px;
  margin-top: -3px;
  font-size: 28px;
  text-transform: uppercase;
}
#tour-bottom #tour-summary-box .tour-loc {
  display: inline-flex;
  margin: 3px 10px 3px 3px;
}
#tour-bottom #tour-summary-box .tour-loc span {
  font-weight: 600 !important;
  color: #c16e11;
  margin: 0px 5px;
}
#tour-bottom #tour-summary-box .tour-rating {
  display: inline-flex;
}
#tour-bottom #tour-summary-box .items {
  max-width: 700px;
}
#tour-bottom #tour-summary-box .items .item {
  width: 33%;
  text-align: center;
}
#tour-bottom #tour-summary-box .items .item i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 15px 0 5px;
  justify-content: center;
  background: url("/build/images/sprite.png");
  opacity: 0.55;
}
#tour-bottom #tour-summary-box .items .item i.duration {
  background-position: -292px -262px;
}
#tour-bottom #tour-summary-box .items .item i.group {
  background-position: -322px -262px;
}
#tour-bottom #tour-summary-box .items .item i.difficulty {
  background-position: -352px -262px;
}
#tour-bottom #tour-summary-box .items .item div {
  display: flex;
  justify-content: center;
}

#book-it-box-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 50px;
  background: #bfbfbf;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 101;
}
@media (min-width: 769px) {
  #book-it-box-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  #book-it-box-mobile {
    display: block;
  }
}
#book-it-box-mobile #tour-mobile-price {
  margin: 5px 0 0 15px;
  line-height: 20px;
  float: left;
}
#book-it-box-mobile #tour-mobile-price div:first-child {
  font-size: 18px;
  font-weight: 600 !important;
  color: #333;
}
#book-it-box-mobile #tour-mobile-book {
  margin-right: 15px;
  line-height: 50px;
  padding: 0 20px;
  background: #6c8eb3;
  color: #fff;
  cursor: pointer;
  float: right;
  border-radius: 0;
}
#book-it-box-mobile .like {
  position: relative;
  float: right;
  right: 13px;
  top: 13px;
  cursor: pointer;
}
#book-it-box-mobile .like div {
  width: 24px;
  height: 22px;
  vertical-align: middle;
  background: url("/build/images/sprite.png") -1008px -4px no-repeat;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#book-it-box-mobile .like div.saved {
  opacity: 1;
  filter: alpha(opacity=100);
}
#book-it-box-mobile .like span {
  display: none;
}

#book-it-box {
  background: #e4e4e4;
  color: #444;
  border: 1px solid #ccc;
  z-index: 1;
  position: absolute;
  top: 0;
}
@media (min-width: 1061px) {
  #book-it-box {
    right: 60px;
  }
}
@media (max-width: 1060px) {
  #book-it-box {
    right: 20px;
  }
}
@media (max-width: 860px) {
  #book-it-box {
    right: 0;
  }
}
@media (max-width: 768px) {
  #book-it-box {
    display: none;
  }
}
#book-it-box.fixed {
  position: fixed;
  top: 50px;
}
#book-it-box .book-it-price {
  padding: 18px 20px;
  border-bottom: 1px solid #ccc;
}
#book-it-box .book-it-price div:first-child {
  font-size: 24px;
  line-height: normal;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#book-it-box .book-it-price div:last-child {
  position: relative;
  top: 1px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#book-it-box .book-it-info {
  padding: 14px 20px 20px;
}
@media (min-width: 481px) and (max-width: 768px) {
  #book-it-box .book-it-info {
    justify-content: center;
  }
}
#book-it-box .book-it-info .start-date label {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
}
#book-it-box .book-it-info .start-date .date-picker {
  width: 96px !important;
  color: #666;
  background: #fff;
  margin-bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
}
#book-it-box .book-it-info .start-date .date-picker input {
  width: 85px !important;
  cursor: pointer;
  color: #666;
}
#book-it-box .book-it-info .start-date .date-picker .vdp-datepicker__calendar {
  width: 220px;
  left: 0;
}
#book-it-box .book-it-info .start-date .date-picker .vdp-datepicker__calendar .cell {
  font-size: 10px;
}
#book-it-box .book-it-info .start-date .date-picker .vdp-datepicker__calendar .cell.selected {
  background: #6c8eb3;
  color: #fff;
}
#book-it-box .book-it-info .start-date .date-picker .vdp-datepicker__calendar .cell:hover {
  border: 1px solid #6c8eb3;
}
#book-it-box .book-it-info .start-time {
  margin-left: 10px;
}
#book-it-box .book-it-info .start-time label {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
}
#book-it-box .book-it-info .start-time .multiselect {
  width: 100px;
  border: 0 !important;
  border-color: #fff;
  color: #666;
  box-shadow: none;
  background: #fff;
  padding: 0.09375rem;
  cursor: pointer;
  font-size: 0.9rem;
}
#book-it-box .book-it-info .start-time .multiselect .multiselect__tags {
  border: 0px;
  padding: 8px 20px 0px 3px;
}
#book-it-box .book-it-info .start-time .multiselect .multiselect__select {
  width: 30px;
}
#book-it-box .book-it-info .start-time .multiselect .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  top: calc(100% + 1px);
  border: 0;
  right: 0;
}
#book-it-box .book-it-info .start-time .multiselect .multiselect__placeholder {
  display: none;
}
#book-it-box .book-it-info .start-time .multiselect .multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
#book-it-box .book-it-info .num-people {
  margin-left: 10px;
}
#book-it-box .book-it-info .num-people label {
  display: block;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
}
#book-it-box .book-it-info .num-people .multiselect {
  width: 76px;
  border: 0 !important;
  border-color: #fff;
  color: #666;
  box-shadow: none;
  background: #fff;
  padding: 0.09375rem;
  cursor: pointer;
}
#book-it-box .book-it-info .num-people .multiselect .multiselect__tags {
  border: 0px;
}
#book-it-box .book-it-info .num-people .multiselect .multiselect__select {
  width: 30px;
}
#book-it-box .book-it-info .num-people .multiselect .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  top: calc(100% + 1px);
  border: 0;
  right: 0;
}
#book-it-box .book-it-info .num-people .multiselect .multiselect__placeholder {
  display: none;
}
#book-it-box .book-it-info .num-people .multiselect .multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
#book-it-box .book-it-btnwrapper {
  padding: 0 20px;
}
#book-it-box .book-it-btnwrapper .book-it-btn {
  line-height: 46px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#book-it-box .book-it-btnwrapper .book-it-btn.et-blue {
  background: #6c8eb3;
  color: #fff;
}
#book-it-box .book-it-btnwrapper .book-it-btn.et-blue:hover {
  background: #7b9abc;
}
#book-it-box .wishlist-btnwrapper {
  margin-top: 20px;
  padding: 0 20px;
}
#book-it-box .wishlist-btnwrapper .like {
  line-height: 46px;
  text-align: center;
  position: static;
  background: #f7f7f7;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#book-it-box .wishlist-btnwrapper .like div {
  width: 24px;
  height: 22px;
  vertical-align: middle;
  background: url("/build/images/sprite.png") -1008px -4px no-repeat;
  opacity: 0.3;
  display: inline-block;
  transition: opacity 0.3s;
}
#book-it-box .wishlist-btnwrapper .like span {
  margin-left: 7px;
}
#book-it-box .wishlist-btnwrapper .like:hover div {
  opacity: 0.6;
}
#book-it-box .social {
  padding: 14px 0 8px;
  text-align: center;
}
#book-it-box .social span {
  display: inline-block;
  position: relative;
  top: -8px;
  margin: 0 8px 0 -8px;
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  line-height: normal;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#book-it-box .social ul {
  display: contents;
}
#book-it-box .social ul li {
  display: inline-block;
  list-style-type: none;
  width: 25px;
  height: 24px;
  background: url("/build/images/sprite.png");
  opacity: 0.35;
  cursor: pointer;
}
#book-it-box .social ul li a {
  display: block;
  height: 100%;
}
#book-it-box .social ul li.email {
  background-position: -6px -466px;
}
#book-it-box .social ul li.facebook {
  background-position: -30px -466px;
}
#book-it-box .social ul li.twitter {
  background-position: -55px -466px;
}
#book-it-box .social ul li.googleplus {
  background-position: -80px -466px;
}
#book-it-box .social ul li.pinterest {
  background-position: -130px -466px;
}
#book-it-box .social ul li.tumblr {
  background-position: -105px -466px;
}
#book-it-box .social ul li.reddit {
  background-position: -180px -466px;
}
#book-it-box .social ul li:hover {
  opacity: 0.45;
}
#book-it-box .offer-box {
  width: 340px;
  font-family: Roboto-Medium;
}
#book-it-box .offer-box .price-row {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-bottom: 1px solid #CCCCCC;
}
#book-it-box .offer-box .price-row .price {
  display: flex;
}
#book-it-box .offer-box .price-row .price .price_type {
  text-transform: uppercase;
  color: #555555;
}
#book-it-box .offer-box .price-row .price #new {
  font-size: 25px;
  color: #2F74AE;
  margin-right: 5px;
}
#book-it-box .offer-box .price-row #old {
  font-size: 16px;
  color: #555555;
  text-decoration: line-through;
}
#book-it-box .offer-box .date-row {
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
#book-it-box .offer-box .date-row .time-details .date {
  margin-bottom: 10px;
  color: #555555;
}
#book-it-box .offer-box .date-row .time-details .date .title {
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}
#book-it-box .offer-box .date-row .time-details .date .content {
  font-size: 16px;
}
#book-it-box .offer-box .persons {
  padding: 0 30px;
  color: #555555;
}
#book-it-box .offer-box .persons .title {
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}
#book-it-box .offer-box .persons .multiselect {
  width: auto;
  border: 0 !important;
  border-color: #fff;
  color: #666;
  box-shadow: none;
  background: #fff;
  padding: 0.09375rem;
  cursor: pointer;
  font-size: 16px;
}
#book-it-box .offer-box .persons .multiselect .multiselect__tags {
  border: 0px;
  padding: 8px 20px 0px 3px;
}
#book-it-box .offer-box .persons .multiselect .multiselect__select {
  width: 30px;
}
#book-it-box .offer-box .persons .multiselect .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  top: calc(100% + 1px);
  border: 0;
  right: 0;
}
#book-it-box .offer-box .persons .multiselect .multiselect__placeholder {
  display: none;
}
#book-it-box .offer-box .persons .multiselect .multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
#book-it-box .offer-box .request-booking-wrapper {
  padding: 30px;
}
#book-it-box .offer-box .request-booking-wrapper .request-booking {
  background-color: #6D8EB1;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  transition: all 0.2s ease;
  cursor: pointer;
  width: 100%;
  border: none;
  text-transform: uppercase;
  outline: none;
}
#book-it-box .offer-box .request-booking-wrapper .request-booking:hover {
  background: #4f7eb1;
}
#book-it-box .offer-box .request-booking-wrapper .request-booking:disabled {
  background-color: #aaaaaa;
  cursor: not-allowed;
}
#book-it-box .offer-box .expiration-date {
  padding: 0 30px 30px;
}
#book-it-box .offer-box .expiration-date .title {
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  justify-content: center;
}
#book-it-box .offer-box .expiration-date .countdown {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
#book-it-box .offer-box .expiration-date .countdown .unit-box {
  text-align: center;
}
#book-it-box .offer-box .expiration-date .countdown .unit-box .value {
  color: #2F74AE;
  font-size: 25px;
}
#book-it-box .offer-box .expiration-date .countdown .unit-box .unit {
  color: #555555;
  font-size: 12px;
}
#book-it-box .offer-box .expiration-date .countdown .delimiter {
  color: #2F74AE;
  font-size: 25px;
}

#book-it-offer-box-mobile {
  position: fixed;
  width: 100%;
  min-width: 320px;
  background: #E4E4E4;
  z-index: 101;
  padding: 10px;
  bottom: 0;
  left: 0;
  height: auto;
  font-size: 13px;
}
@media (min-width: 769px) {
  #book-it-offer-box-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  #book-it-offer-box-mobile {
    display: block;
  }
}
#book-it-offer-box-mobile .offer-box {
  display: flex;
  justify-content: space-between;
  font-family: "Roboto-Medium";
  color: #555555;
  line-height: 30px;
}
#book-it-offer-box-mobile .offer-box .right .multiselect {
  width: 76px;
  border: 0 !important;
  border-color: #fff;
  color: #666;
  box-shadow: none;
  background: #fff;
  padding: 0.09375rem;
  cursor: pointer;
}
#book-it-offer-box-mobile .offer-box .right .multiselect .multiselect__tags {
  border: 0px;
}
#book-it-offer-box-mobile .offer-box .right .multiselect .multiselect__select {
  width: 30px;
}
#book-it-offer-box-mobile .offer-box .right .multiselect .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #FFF;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 0;
  right: 0;
}
#book-it-offer-box-mobile .offer-box .right .multiselect .multiselect__placeholder {
  display: none;
}
#book-it-offer-box-mobile .offer-box .right .multiselect .multiselect__option--highlight {
  background: #f7f7f7;
  color: #888;
  border-left: 4px solid #6c8eb3;
  padding: 12px 8px;
}
#book-it-offer-box-mobile .price {
  display: flex;
  justify-content: space-between;
  font-family: "Roboto-Medium";
  color: #555555;
  margin-bottom: 10px;
}
#book-it-offer-box-mobile .price #new {
  font-size: 16px;
  color: #2F74AE;
  text-align: right;
  display: flex;
  justify-content: space-between;
}
#book-it-offer-box-mobile .price #new #old {
  font-size: 12px;
  color: #555555;
  text-decoration: line-through;
  text-align: right;
  padding-left: 5px;
}
#book-it-offer-box-mobile .request-to-book-wrapper {
  display: flex;
  justify-content: center;
}
#book-it-offer-box-mobile .request-to-book-wrapper .request-to-book {
  background-color: #6D8EB1;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  text-transform: uppercase;
  outline: none;
}
#book-it-offer-box-mobile .request-to-book-wrapper .request-to-book:hover {
  background: #4f7eb1;
}
#book-it-offer-box-mobile .request-to-book-wrapper .request-to-book:disabled {
  background-color: #aaaaaa;
  cursor: not-allowed;
}

#modalRequestBook .modal-header {
  border-bottom: 0;
  padding: 5px 15px;
}
#modalRequestBook .modal-header .close {
  padding: 0;
  margin: 0 0 0 auto;
}
#modalRequestBook .errors.has-error .input-text {
  border-color: #cc0000;
}
#modalRequestBook .errors.has-error .help-block {
  display: block;
  width: 100%;
  color: #cc0000;
  font-size: 0.9rem;
  text-align: center;
}
#modalRequestBook .info-title {
  padding: 10px 15px;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
#modalRequestBook .info-title div {
  font-weight: bold !important;
  color: #666;
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
}
#modalRequestBook .info-title div:last-child {
  text-transform: uppercase;
}
#modalRequestBook .error-messages {
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FF677A;
}
#modalRequestBook .book-it-info {
  flex-direction: column;
}
#modalRequestBook .book-it-info .info-name,
#modalRequestBook .book-it-info .info-email,
#modalRequestBook .book-it-info .info-phone {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-family: "Roboto Condensed", sans-serif;
  color: #666;
}
#modalRequestBook .book-it-info .info-name input,
#modalRequestBook .book-it-info .info-email input,
#modalRequestBook .book-it-info .info-phone input {
  border: 1px solid #c3c3c3;
  padding: 10px;
}
#modalRequestBook .book-button-modal .book-it-btn {
  background: #6c8eb3;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: bold !important;
  letter-spacing: 0.5px;
}
#modalRequestBook .book-button-modal .book-it-btn:hover {
  background: #4f7eb1;
}

#tour-column {
  color: #555;
  margin-right: 30px;
}
@media (min-width: 1061px) {
  #tour-column {
    padding: 0 440px 40px 80px;
  }
}
@media (max-width: 1060px) {
  #tour-column {
    padding: 0 380px 40px 40px;
  }
}
@media (max-width: 860px) {
  #tour-column {
    padding: 0 360px 40px 40px;
  }
}
@media (max-width: 768px) {
  #tour-column {
    padding: 0 40px 40px 40px;
  }
}
@media (max-width: 520px) {
  #tour-column {
    padding: 0 15px 20px 15px;
  }
}
#tour-column .tour-details label {
  display: block;
  margin-bottom: 10px;
  font-weight: 300 !important;
  font-size: 18px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#tour-column .tour-details .tour-summary, #tour-column .tour-details .tour-summary, #tour-column .tour-details .tour-availability, #tour-column .tour-details .tour-qualifications, #tour-column .tour-details .tour-additional, #tour-column .tour-details .tour-cancel, #tour-column .tour-details .tour-days {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
#tour-column .tour-details .content {
  white-space: pre-wrap;
}
#tour-column .tour-details .content #contact-host-btn {
  margin-top: 10px;
  color: #2c74b1;
  font-weight: 600 !important;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#tour-column .tour-details .content #contact-host-btn:hover {
  opacity: 0.9;
}
#tour-column .tour-details .tour-meetup {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 20px;
}
#tour-column .tour-details .tour-days .day-summary {
  margin-bottom: 15px;
}
#tour-column .tour-details .tour-days .day-summary:last-child {
  margin-bottom: 0;
}
#tour-column .tour-details .tour-days .dnum {
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  line-height: normal;
}
#tour-column .tour-details .tour-days .dsum {
  margin-top: 5px;
}
#tour-column .tour-details .tour-photos .photo-wrapper {
  padding-top: 20px;
}
#tour-column .tour-details .tour-photos #silentbox-overlay__embed img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 481px) {
  #tour-column .tour-details .tour-photos #silentbox-overlay__embed img {
    height: 500px;
  }
}
@media (max-width: 480px) {
  #tour-column .tour-details .tour-photos #silentbox-overlay__embed img {
    height: initial;
  }
}
#tour-column .tour-details .tour-photos #silentbox-overlay__arrow-buttons .arrow-next {
  top: calc(50% - 30px);
}
@media (min-width: 481px) {
  #tour-column .tour-details .tour-photos #silentbox-overlay__arrow-buttons .arrow-next {
    right: 2rem;
  }
}
@media (max-width: 480px) {
  #tour-column .tour-details .tour-photos #silentbox-overlay__arrow-buttons .arrow-next {
    right: 1rem;
  }
}
#tour-column .tour-details .tour-photos #silentbox-overlay__arrow-buttons .arrow-previous {
  top: calc(50% - 30px);
}
@media (min-width: 481px) {
  #tour-column .tour-details .tour-photos #silentbox-overlay__arrow-buttons .arrow-previous {
    left: 2rem;
  }
}
@media (max-width: 480px) {
  #tour-column .tour-details .tour-photos #silentbox-overlay__arrow-buttons .arrow-previous {
    left: 1rem;
  }
}
#tour-column .tour-details .tour-photos #silentbox-overlay__background {
  width: 101%;
}
#tour-column .tour-details .tour-photos ul {
  text-align: center;
  list-style: none;
  flex-wrap: wrap;
  padding-left: 0;
  margin-left: -10px;
}
#tour-column .tour-details .tour-photos ul li {
  height: 115px;
  cursor: pointer;
  overflow: hidden;
  margin: 10px 0 0 10px;
}
@media (min-width: 481px) {
  #tour-column .tour-details .tour-photos ul li {
    width: 170px;
  }
}
@media (max-width: 480px) {
  #tour-column .tour-details .tour-photos ul li {
    width: 160px;
  }
}
#tour-column .tour-details .tour-photos ul li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

#tour-reviews {
  background: #fff;
  color: #555;
  padding: 40px 80px 20px 80px;
}
#tour-reviews label {
  display: inline-flex;
  width: 140px;
  font-weight: 400;
  margin-bottom: 10px;
  vertical-align: middle;
  line-height: normal;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#tour-reviews .tour-rating {
  display: inline-flex;
  margin-bottom: 10px;
}
#tour-reviews ul {
  margin-top: 30px;
  display: contents;
  list-style: none;
}
#tour-reviews ul li {
  display: flex;
  min-height: 95px;
  margin-top: 25px;
}
#tour-reviews .from .circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #e2e2e2;
  border-radius: 50%;
  overflow: hidden;
}
#tour-reviews .from .circle a {
  display: block;
  width: 100%;
  height: 100%;
}
#tour-reviews .from .circle img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#tour-reviews .from .circle:hover {
  opacity: 0.9;
}
#tour-reviews .review {
  margin-left: 40px;
}
#tour-reviews .review p {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #555;
}
#tour-reviews .review p.content-review {
  white-space: pre-line;
}
#tour-reviews .review .date {
  margin-top: 15px;
  padding-bottom: 30px;
  color: #777;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#tour-reviews .indent {
  margin-top: -20px;
  min-height: 40px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#tour-reviews .indent .from {
  width: 80px;
}
#tour-reviews .indent .circle {
  width: 40px;
  height: 40px;
  background: #e2e2e2;
  margin-left: 15px;
}
#tour-reviews .indent .circle:hover {
  opacity: 0.9;
}
#tour-reviews .indent .circle a {
  display: block;
  width: 100%;
  height: 100%;
}
#tour-reviews .indent .circle img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#tour-reviews .indent .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}

#tour-map-box {
  height: 400px;
  width: 100%;
  border: 1px solid #ddd;
}

.modal-embark .modal-content {
  border: 0;
}
.modal-embark .modal-content .modal-header {
  border: 0;
  background: #c3c3c3;
  padding: 10px 15px;
}
.modal-embark .modal-content .modal-header h3 {
  font-size: 20px;
  font-family: Roboto-Regular;
  line-height: 1;
}
.modal-embark .modal-content .modal-header .close {
  margin: 0 0 0 auto;
  padding: 0;
}
.modal-embark .modal-content .modal-header .close img {
  width: auto;
  height: 16px;
}
.modal-embark .modal-content .modal-header .close:focus {
  outline: none;
  box-shadow: 0;
}
.modal-embark .modal-content .modal-body {
  background: #eeeeee;
}
.modal-embark .modal-content .modal-body .description-form ul {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.modal-embark .modal-content .modal-body .visitor-contact {
  display: flex;
  flex-direction: column;
}
.modal-embark .modal-content .modal-body .visitor-contact .info .info-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 15px;
  color: #555;
  line-height: normal;
}
.modal-embark .modal-content .modal-body .visitor-contact .info input {
  margin-bottom: 10px;
  border: 1px solid #9e9e9e;
  border-radius: 2px;
  padding: 5px;
  color: #333;
  width: 100%;
}
.modal-embark .modal-content .modal-body .form-modal .info-label {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 15px;
  color: #555;
  line-height: normal;
}
.modal-embark .modal-content .modal-body .form-modal textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #9e9e9e;
}
.modal-embark .modal-content .modal-body .form-modal textarea:focus {
  outline: none;
  box-shadow: none;
}
.modal-embark .modal-content .modal-body .form-modal .button-send {
  display: flex;
  justify-content: flex-end;
}
.modal-embark .modal-content .modal-body .form-modal .button-send button {
  background: #6c8eb3;
  color: #fff;
  text-align: center;
  border: 0;
  padding: 8px 20px;
  line-height: 1;
  text-transform: uppercase;
  font-family: Roboto-Medium;
  transition: all 0.3s ease;
}
.modal-embark .modal-content .modal-body .form-modal .button-send button:hover {
  background: #7b9abc;
}
.modal-embark .modal-content .modal-body .form-modal .button-send button:focus {
  outline: none;
  box-shadow: none;
}
.modal-embark .modal-content .modal-body .edit-tour {
  font-size: 20px;
  margin: 15px;
  align-content: center;
  text-align: center;
}

.tooltip-embark {
  padding: 10px 20px;
  color: white;
  border-radius: 6px;
  font-size: 14px;
  font-family: "Roboto-Medium";
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

#modalBookMobile .modal-header {
  border-bottom: 0;
  padding: 5px 15px;
}
#modalBookMobile .modal-header .close {
  padding: 0;
  margin: 0 0 0 auto;
}
#modalBookMobile .info-price {
  background: #bfbfbf;
  padding: 10px 15px;
  display: flex;
  margin-bottom: 20px;
}
#modalBookMobile .info-price div:last-child {
  margin-left: auto;
  text-transform: uppercase;
}
#modalBookMobile .book-it-info {
  flex-direction: column;
}
#modalBookMobile .book-it-info .start-date {
  margin-bottom: 20px;
}
#modalBookMobile .book-it-info .start-date .date-picker {
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 2px 4px;
}
#modalBookMobile .book-it-info .start-date .date-picker input {
  padding: 6px 6px;
  width: 100%;
}
#modalBookMobile .book-it-info .start-time,
#modalBookMobile .book-it-info .num-people {
  margin-bottom: 20px;
}
#modalBookMobile .book-button-modal .book-it-btn {
  background: #6c8eb3;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 15px;
}

#explore-content {
  margin: 0 auto;
  display: flex;
}
@media (min-width: 769px) {
  #explore-content #sidebar {
    width: 80px;
    min-width: 80px;
  }
}
@media (max-width: 768px) {
  #explore-content {
    flex-direction: column;
  }
}
#explore-content #content {
  width: 100%;
  padding-left: 15px;
}
#explore-content #content #eBodyBox {
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 1948px) {
  #explore-content #content #eBodyBox {
    width: 1822px;
  }
}
@media (max-width: 1947px) and (min-width: 1692px) {
  #explore-content #content #eBodyBox {
    width: 1566px;
  }
}
@media (max-width: 1691px) and (min-width: 1490px) {
  #explore-content #content #eBodyBox {
    width: 1364px;
  }
}
@media (max-width: 1489px) and (min-width: 1298px) {
  #explore-content #content #eBodyBox {
    width: 1172px;
  }
}
@media (max-width: 1297px) and (min-width: 1032px) {
  #explore-content #content #eBodyBox {
    width: 906px;
  }
}
@media (max-width: 1031px) and (min-width: 904px) {
  #explore-content #content #eBodyBox {
    width: 778px;
  }
}
@media (max-width: 903px) {
  #explore-content #content #eBodyBox {
    width: 448px;
  }
}
#explore-content #content #eBodyBox .subtitle {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 1px #fff, inset 0 1px 1px #fff;
  padding-top: 10px;
}
#explore-content #content #eBodyBox .subtitle .subtitle-msg {
  line-height: 46px;
  color: #666;
  margin-top: -10px;
}

@media (max-width: 479px) {
  #eBodyBox .header-with-filter {
    flex-direction: column;
    align-items: flex-start !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  #eBodyBox .header-with-filter .multiselect {
    margin-left: initial;
  }
}
#eBodyBox h2.title {
  color: #777;
  padding: 20px 0 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  #eBodyBox h2.title {
    font-size: 35px;
    line-height: 35px;
  }
}
#eBodyBox .module-box {
  margin-left: -10px;
  margin-right: -10px;
}
#eBodyBox .resp-img {
  background: #888;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#eBodyBox .resp-img .card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#eBodyBox .resp-img .usr-img {
  bottom: auto;
  position: absolute;
  top: 200px;
  left: 15px;
  height: 43px;
  width: 43px;
}
#eBodyBox .resp-img .usr-img.circle {
  border-radius: 50%;
  overflow: hidden;
}
#eBodyBox .resp-img > a:first-child img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 250px;
  width: 100%;
}
@media (max-width: 479px) {
  #eBodyBox .resp-img > a:first-child img {
    height: 150px;
  }
}
#eBodyBox .resp-img .bar {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 20px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 5px 0px 5px 20px;
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
#eBodyBox .resp-img .bar h4 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 400 !important;
  color: #ddd;
  margin-bottom: 0px;
  padding: 3px 0px;
}
#eBodyBox .resp-img .bar div {
  position: relative;
  top: -3px;
  font-size: 14px;
  line-height: 16px;
  color: #bbb;
  letter-spacing: 1px;
}
#eBodyBox .resp-img .num-tours {
  display: none;
}
#eBodyBox .resp-img .attr {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 19px;
  line-height: 20px;
  z-index: 1;
}
#eBodyBox .resp-img:hover {
  opacity: 0.9;
}
#eBodyBox .multiselect {
  background: #e7e7e7;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 2;
  width: 180px;
  line-height: 25px;
  margin-left: auto;
}
#eBodyBox .multiselect .multiselect__tags {
  background: #e7e7e7;
  padding: 0px 40px 0px 8px;
  border-radius: 0px;
  border: none;
}
#eBodyBox .multiselect .multiselect__placeholder {
  margin-top: 8px;
  margin-left: 5px;
  color: #888;
}
#eBodyBox .multiselect .multiselect__single {
  background: #e7e7e7;
  border-radius: 0px;
  color: #888;
  line-height: unset;
  margin-top: 8px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 14px;
}
#eBodyBox .multiselect .multiselect__content-wrapper {
  outline: 1px solid #ccc;
  background: #e7e7e7;
  margin: 0 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  top: 100%;
}
#eBodyBox .multiselect .multiselect__option {
  color: #888;
  font-size: 14px;
}
#eBodyBox .multiselect .multiselect__option.multiselect__option--highlight {
  background: #eee;
  color: #888;
}

#ambassadors-page {
  margin: 30px auto 20px;
}
#ambassadors-page .pad {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
#ambassadors-page h1 {
  margin-bottom: 30px !important;
  color: #777;
  font-family: "Roboto Condensed";
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  #ambassadors-page h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
#ambassadors-page .list-ambassadors {
  display: flex;
  flex-wrap: wrap;
}
#ambassadors-page .list-ambassadors .ambassador {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 0px 10px;
}
@media (min-width: 768px) {
  #ambassadors-page .list-ambassadors .ambassador {
    width: 25%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #ambassadors-page .list-ambassadors .ambassador {
    width: 50%;
  }
}
@media (max-width: 480px) {
  #ambassadors-page .list-ambassadors .ambassador {
    width: 100%;
  }
}
#ambassadors-page .list-ambassadors .ambassador a {
  display: block;
}
#ambassadors-page .list-ambassadors .ambassador a img {
  background: #ddd;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  transition: opacity 0.3s !important;
  -moz-transition: opacity 0.3s !important;
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#ambassadors-page .list-ambassadors .ambassador:hover a img {
  opacity: 0.85;
}
#ambassadors-page .list-ambassadors .ambassador h4 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
}
#ambassadors-page .list-ambassadors .ambassador h4 a div {
  display: inline-block;
}
#ambassadors-page .list-ambassadors .ambassador h4 a div span {
  position: relative;
  display: block;
  text-align: left;
}
#ambassadors-page .list-ambassadors .ambassador h4 a div span:first-child {
  top: 16px;
  font-weight: 400;
  color: #eee;
}
@media (max-width: 1023px) {
  #ambassadors-page .list-ambassadors .ambassador h4 a div span:first-child {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  #ambassadors-page .list-ambassadors .ambassador h4 a div span:first-child {
    font-size: 30px;
    line-height: 30px;
  }
}
#ambassadors-page .list-ambassadors .ambassador h4 a div span:nth-child(2) {
  top: 7px;
  font-family: "Roboto Condensed", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  #ambassadors-page .list-ambassadors .ambassador h4 a div span:nth-child(2) {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) {
  #ambassadors-page .list-ambassadors .ambassador h4 a div span:nth-child(2) {
    font-size: 50px;
    line-height: 50px;
  }
}

#filter-things .filter-menu {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 1px #fff, inset 0 1px 1px #fff;
  padding-top: 10px;
}
@media (max-width: 479px) {
  #filter-things .filter-menu {
    flex-direction: column;
  }
}
#filter-things .filter-menu .filters {
  margin: -4px 0 6px;
  line-height: 46px;
  display: flex;
}
@media (max-width: 479px) {
  #filter-things .filter-menu .filters {
    margin-left: initial !important;
    margin: 2px 0px 6px;
  }
  #filter-things .filter-menu .filters .ml-auto {
    margin-left: initial !important;
  }
}
#filter-things .filter-menu .filters .load-small {
  margin: 5px 10px 0 0;
  opacity: 0.6;
  width: 24px;
  height: 24px;
  background: url("/images/loading.gif");
}
#filter-things .filter-menu .filters ul {
  height: 34px;
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  display: flex;
}
#filter-things .filter-menu .filters li {
  height: 100%;
  padding: 0 10px;
  cursor: pointer;
  color: #888;
  border-left: 1px solid #ccc;
}
#filter-things .filter-menu .filters li.filter-tags i {
  background-position: -423px -330px;
}
#filter-things .filter-menu .filters li.filter-countries i {
  background-position: -461px -330px;
}
#filter-things .filter-menu .filters li.filter-cities i {
  background-position: -497px -330px;
}
#filter-things .filter-menu .filters li i {
  position: relative;
  display: inline-block;
  top: -5px;
  width: 25px;
  height: 25px;
  margin: 0 8px 0 3px;
  vertical-align: middle;
  opacity: 0.65;
  filter: alpha(opacity=65);
  background: url("/build/images/sprite.png") no-repeat;
}
#filter-things .filter-menu .filters li span {
  top: -6px;
  position: relative;
  display: inline-block;
}
@media (max-width: 479px) {
  #filter-things .filter-menu .filters li span {
    display: none;
  }
}
#filter-things .filter-menu .filters li div {
  top: -8px;
  border-top: 4px solid #888;
  position: relative;
  display: inline-block;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
#filter-things .filter-menu .filters li.active {
  color: #333;
}
#filter-things .filter-menu .filters li.active i {
  opacity: 1;
  filter: alpha(opacity=100);
}
#filter-things .filter-menu .filter-items {
  display: inline;
  margin: 0;
  padding: 0;
}
#filter-things .filter-menu .filter-items li {
  position: relative;
  height: 26px;
  margin: 0 10px 0 0;
  overflow: hidden;
  line-height: 26px;
  padding: 0 10px;
  background: #d7d7d7;
  cursor: pointer;
  display: inline-block;
}
#filter-things .filter-menu .filter-items li:hover {
  background: #ccc;
}
#filter-things .filter-menu .filter-items .close {
  margin: 8px 0 0 10px;
  height: 10px;
  width: 10px;
  opacity: 0.5;
  background: url("/build/images/sprite.png") no-repeat;
  background-position: -90px -40px;
}
#filter-things .filter-menu .filter-items .close:hover {
  opacity: 0.7;
}
#filter-things .filter-menu .filter-msg {
  line-height: 46px;
  color: #666;
  margin-top: -10px;
}
#filter-things .filter-box {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  display: none;
}
#filter-things .filter-box.active {
  display: flex;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
#filter-things .filter-box .flag {
  display: inline-block;
  margin: 5px 7px 5px -4px;
  vertical-align: middle;
  width: 46px;
  height: 33px;
  background: url("/images/flags_large.jpg") no-repeat;
  background-size: contain !important;
  background-position: center !important;
  background-position: -92px 0;
}
#filter-things .filter-box .tag-heading {
  padding-top: 7px;
}
#filter-things .filter-box .tag-heading .img {
  width: 37px;
  height: 25px;
  background: url("/build/images/sprite.png") no-repeat;
  left: 10px;
  bottom: 7px;
  opacity: 0.7;
  vertical-align: middle;
  margin-right: 10px;
  right: auto;
  position: static;
  display: inline-block;
}
#filter-things .filter-box .tag-heading .img[data-cat-id="8"] {
  background-position: -76px -330px;
}
#filter-things .filter-box .tag-heading .img[data-cat-id="7"] {
  background-position: -152px -330px;
}
#filter-things .filter-box .tag-heading .img[data-cat-id="1"] {
  background-position: -114px -330px;
}
#filter-things .filter-box .tag-heading .img[data-cat-id="5"] {
  background-position: -190px -330px;
}
#filter-things .filter-box .tag-heading .text {
  font-size: 18px;
  color: #666;
  vertical-align: middle;
  line-height: 32px;
  text-transform: uppercase;
}
#filter-things .filter-box ul {
  max-width: 900px;
  color: #333;
  margin: 0;
  padding: 0;
}
#filter-things .filter-box li {
  font-size: 13px;
  line-height: 26px;
  padding: 0 10px;
  margin: 10px 10px 0 0;
  background: #d7d7d7;
  cursor: pointer;
}
#filter-things .filter-box li:hover {
  background: #ccc;
}
#filter-things .filter-box li .city {
  line-height: 13px;
}
#filter-things .filter-box li div {
  color: #999;
  line-height: 13px;
}
#filter-things .cities li {
  line-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}

#profile-ambassador-wrapper .cover-slide {
  position: relative;
  height: 0;
  padding-top: 42.8%;
  width: 100%;
  background: #cacaca;
  overflow: hidden;
}
#profile-ambassador-wrapper .cover-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#profile-ambassador-wrapper .am-photo-box {
  position: relative;
  top: -50px;
  text-align: center;
  overflow: hidden;
}
#profile-ambassador-wrapper .am-photo-box .am-name {
  background: rgba(20, 20, 20, 0.8);
  height: 50px;
}
#profile-ambassador-wrapper .am-photo-box .am-name h1 {
  font-size: 32px;
  line-height: 48px;
  padding: 1px 0;
  letter-spacing: 0;
  text-transform: none;
  color: #cacaca;
  text-shadow: none;
  font-family: "Roboto Condensed";
}
#profile-ambassador-wrapper .am-photo-box img {
  display: block;
  width: 100%;
  background: #cacaca;
  vertical-align: middle;
}
#profile-ambassador-wrapper .am-about {
  background: #e3e3e3;
  padding-bottom: 14px;
  position: relative;
  top: -50px;
  text-align: center;
}
#profile-ambassador-wrapper .am-about h3 {
  padding-top: 14px;
  color: #4d4d4d;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 18px;
  text-shadow: none;
  font-weight: 300 !important;
}
#profile-ambassador-wrapper .am-about div a {
  font-size: 16px;
  font-weight: 400 !important;
  color: #2c74b1;
  cursor: pointer;
}
#profile-ambassador-wrapper .am-info-box {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 60px;
  padding-left: 20px;
}
#profile-ambassador-wrapper .am-info-box h4 {
  font-size: 18px;
  line-height: 18px;
  color: #555;
  padding: 40px 0 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#profile-ambassador-wrapper .am-info-box div {
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

#eNav {
  top: 100px;
  left: 0;
}
@media (min-width: 769px) {
  #eNav {
    position: fixed;
    width: 65px;
  }
}
@media (max-width: 768px) {
  #eNav {
    position: static;
    width: 100%;
    min-width: 280px;
    height: auto;
    padding: 0 20px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 0;
  }
}
#eNav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 769px) {
  #eNav ul li {
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
  }
  #eNav ul li.active {
    border-left: 5px solid #008faf;
  }
}
@media (max-width: 768px) {
  #eNav ul li {
    float: left;
    width: 25%;
    padding-bottom: 10px;
    margin-top: 20px;
  }
  #eNav ul li.active {
    border-bottom: 5px solid #777;
  }
}
#eNav ul li.active a {
  color: #008faf;
}
#eNav ul li.active div[class^=icn] {
  opacity: 0.7;
}
@media (min-width: 769px) {
  #eNav ul li.active div[class^=icn] {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  #eNav ul li.active div[class^=icn] {
    margin-left: auto;
    margin-right: auto;
  }
}
#eNav ul li div[class^=icn] {
  width: 45px;
  height: 45px;
  opacity: 0.25;
  filter: alpha(opacity=25);
  filter: alpha(opacity=25);
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
@media (min-width: 769px) {
  #eNav ul li div[class^=icn] {
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  #eNav ul li div[class^=icn] {
    margin-left: auto;
    margin-right: auto;
  }
}
#eNav ul li .icn-1 {
  background: url("/build/images/sprite.png") -381px -40px no-repeat;
}
#eNav ul li .icn-2 {
  background: url("/build/images/sprite.png") -427px -40px no-repeat;
}
#eNav ul li .icn-3 {
  background: url("/build/images/sprite.png") -471px -40px no-repeat;
}
#eNav ul li .icn-4 {
  background: url("/build/images/sprite.png") -562px -40px no-repeat;
}
#eNav ul li .icn-5 {
  background: url("/build/images/sprite.png") -210px -59px no-repeat;
}
#eNav ul li .icn-6 {
  background: url("/build/images/sprite.png") -609px -40px no-repeat;
}
#eNav ul li:hover div[class^=icn] {
  opacity: 0.7;
}

.country-container {
  padding: 25px 100px;
}
@media (max-width: 768px) {
  .country-container {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .country-container {
    padding: 20px 15px;
  }
}

#crumbs {
  margin-bottom: 20px;
  color: #777;
}
#crumbs a {
  display: inline-block;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: #2c74b1;
}
#crumbs a:hover {
  opacity: 0.9;
}
#crumbs .first {
  position: relative;
  top: -1px;
  padding: 0;
  width: 24px;
  height: 22px;
  opacity: 0.2;
  background: url("//s.embark.org/2.0.1/img/flags_large.jpg") -828px 0 no-repeat;
  background-position: -870px -40px;
}
#crumbs .first:hover {
  opacity: 0.15;
}
#crumbs .spcr {
  display: inline-block;
  height: 20px;
  width: 2px;
  margin: 1px 12px 0;
  vertical-align: middle;
  background-color: #d7d7d7;
  transform: rotate(10deg);
}

.country-header {
  justify-content: space-between;
  display: flex;
}
.country-header .flag {
  margin-right: 18px;
  vertical-align: middle;
  display: inline-block;
  width: 50px;
  height: 30px;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 479px) {
  .country-header .flag {
    margin-right: 10px;
  }
}
.country-header h1 {
  color: #777;
  display: flex;
  vertical-align: middle;
  font-family: "Roboto Condensed";
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 479px) {
  .country-header h1 {
    line-height: 1;
    font-size: 35px;
  }
}
.country-header .share-btn {
  display: block;
  padding: 13px 12px;
  cursor: pointer;
  border: 0;
  outline: none;
}
.country-header .share-btn.dark {
  background: #222;
  opacity: 0.8;
  color: #ddd;
}
.country-header .share-btn div {
  width: 16px;
  height: 16px;
  background: url("/build/images/sprite.png") no-repeat;
  display: block;
  background-position: -234px -40px;
  opacity: 0.5;
}
.country-header .share-btn:hover {
  background: #393939;
  opacity: 1;
}
.country-header .modal-content {
  border-radius: 0;
  width: 100%;
}
.country-header .modal-header {
  border: 0;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 10px;
  font-size: 26px;
  line-height: 50px;
  color: #666;
  padding: 10px;
}
.country-header .modal-header .modal-title {
  font-family: "Roboto Condensed", sans-serif;
  color: #666;
  font-size: 26px;
  line-height: 50px;
}
.country-header .modal-body {
  margin: 0 10px;
  padding: 0;
}
.country-header .modal-body .image img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.country-header .modal-body .share-data {
  padding-left: 10px;
}
.country-header .modal-body .share-title {
  font-weight: 600 !important;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.country-header .modal-body .share-title.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.country-header .modal-body .share-desc {
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.country-header .modal-body .share-desc.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.country-header .modal-body .link {
  padding: 2px 5px;
  margin-top: 6px;
  color: #666;
  background: #eee;
  margin-bottom: 10px;
  width: 100%;
}
.country-header .modal-footer {
  border: none;
}
.country-header .modal-footer ul {
  display: flex;
  list-style-type: none;
  width: 100%;
  justify-content: flex-start;
  padding-left: 10px;
}
@media (max-width: 479px) {
  .country-header .modal-footer ul {
    flex-wrap: wrap;
  }
}
.country-header .modal-footer ul li {
  margin-right: 10px;
}
@media (max-width: 479px) {
  .country-header .modal-footer ul li {
    margin-bottom: 10px;
  }
}
.country-header .modal-footer ul li a {
  display: block;
  height: 40px;
  width: 40px;
  background: url("/build/images/sprite.png") 0 -423px;
}
.country-header .modal-footer ul li a.twitter {
  background-position: -40px -423px;
}
.country-header .modal-footer ul li a.googleplus {
  background-position: -80px -423px;
}
.country-header .modal-footer ul li a.tumblr {
  background-position: -120px -423px;
}
.country-header .modal-footer ul li a.pinterest {
  background-position: -160px -423px;
}
.country-header .modal-footer ul li a.reddit {
  background-position: -240px -423px;
}
.country-header .modal-footer ul li a.email {
  background-position: -280px -423px;
}
.country-header .wishlist-btn {
  display: block;
  padding: 13px 12px;
  cursor: pointer;
  border: 0;
  outline: none;
  border-right: 2px solid #555;
}
.country-header .wishlist-btn.dark {
  background: #222;
  opacity: 0.8;
  color: #ddd;
}
.country-header .wishlist-btn div {
  width: 16px;
  height: 16px;
  background: url("/build/images/sprite.png") no-repeat;
  display: block;
  background-position: -22px -4px;
  opacity: 0.5;
}
.country-header .wishlist-btn:hover {
  background: #393939;
  opacity: 1;
  border-right-color: #747474;
}

.summary {
  overflow: hidden;
  color: #555;
  margin-left: 20px;
}
.summary .info-small {
  width: 400px;
  height: 300px;
  padding: 0 20px 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.summary .info-small .wrap {
  height: 100%;
  overflow: hidden;
}
.summary .info-small ol {
  padding-left: 18px;
}
.summary .info-small .tab-wrapper nav {
  margin-top: 14px;
}
.summary .info-small .tab-wrapper nav .tab {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #555;
  padding: 2px 0;
  margin-right: 20px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  list-style: none;
}
.summary .info-small .tab-wrapper nav .tab.sel {
  border-bottom: 4px solid #777;
}
.summary .info-small .section {
  display: none;
}
.summary .info-small .section.active {
  display: block;
}
.summary .info-small .section p {
  margin: 10px 0;
}
.summary .info-small .festivity {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.summary .info-small .festivity p {
  margin: 10px 0;
  line-height: 24px;
}
.summary .info-small .festivity .festTitle {
  font-weight: 600 !important;
}
.summary .info-small .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,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);
}
.summary .info-small .overlay div {
  position: relative;
  top: 48px;
  line-height: 16px;
  color: #999;
  text-align: center;
  display: block;
}
.summary .info-small .overlay:hover div {
  color: #666;
}

.country-tours {
  width: 100%;
  display: flex;
  clear: both;
  flex-direction: column;
}

.top-box .header-image-map {
  width: 100%;
}
.top-box .head #pic {
  position: relative;
  width: 100%;
  background-color: #e7e7e7;
  height: 100%;
}
.top-box .head #pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.top-box .head #pic img[alt] {
  color: transparent;
}
.top-box .head #pic .attr-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url("/build/images/sprite.png") no-repeat;
  background-position: -343px -65px;
  opacity: 0.5;
  cursor: pointer;
  z-index: 2;
  display: block;
}
.top-box .head #pic .attr-icon:hover {
  opacity: 0.7;
}
.top-box .head #pic .attr-icon.hide {
  display: none;
}
.top-box .head #pic .attr-wrapper {
  display: none;
  z-index: 3;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #bbb;
}
.top-box .head #pic .attr-wrapper a {
  color: #2c74b1;
  font-weight: 600;
  cursor: pointer;
}
.top-box .head #pic .attr-wrapper a:hover {
  opacity: 0.9;
}
.top-box .head #pic .attr-wrapper.show {
  display: block;
}
.top-box .head #map {
  width: 400px;
  height: 300px;
  background-color: #e5e3df;
  margin-left: 20px;
}
.top-box .google-map-box {
  background-color: #e5e3df;
  width: 100%;
  height: 100%;
}
.top-box .w-info-small {
  color: #555;
}
.top-box .w-info-small .info-small {
  width: 100%;
  height: 100%;
  padding: 0 20px 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.top-box .w-info-small .info-small .wrap {
  height: 100%;
  overflow: hidden;
}
.top-box .w-info-small .info-small ol {
  padding-left: 18px;
}
.top-box .w-info-small .info-small .tab-wrapper nav {
  margin-top: 14px;
}
.top-box .w-info-small .info-small .tab-wrapper nav .tab {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #555;
  padding: 2px 0;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  list-style: none;
}
@media (min-width: 481px) {
  .top-box .w-info-small .info-small .tab-wrapper nav .tab {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .top-box .w-info-small .info-small .tab-wrapper nav .tab {
    margin-right: 14px;
  }
}
.top-box .w-info-small .info-small .tab-wrapper nav .tab.sel {
  border-bottom: 4px solid #777;
}
.top-box .w-info-small .info-small .festivity {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.top-box .w-info-small .info-small .festivity p {
  margin: 10px 0;
  line-height: 24px;
}
.top-box .w-info-small .info-small .festivity .festTitle {
  font-weight: 600 !important;
}
.top-box .w-info-small .info-small .title {
  margin-top: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  padding: 2px 0;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.top-box .w-info-small .info-small .section {
  display: none;
}
.top-box .w-info-small .info-small .section.active {
  display: block;
}
.top-box .w-info-small .info-small .section p {
  margin: 10px 0;
}
.top-box .w-info-small .info-small .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,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);
}
.top-box .w-info-small .info-small .overlay div {
  position: relative;
  top: 48px;
  line-height: 16px;
  color: #999;
  text-align: center;
  display: block;
}
.top-box .w-info-small .info-small .overlay:hover div {
  color: #666;
}

.city-box .header-image-map {
  width: 100%;
}
.city-box .head #pic {
  position: relative;
  width: 100%;
  background-color: #e7e7e7;
  height: 100%;
}
.city-box .head #pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.city-box .head #pic img[alt] {
  color: transparent;
}
.city-box .head #pic .attr-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url("/build/images/sprite.png") no-repeat;
  background-position: -343px -65px;
  opacity: 0.5;
  cursor: pointer;
  z-index: 2;
  display: block;
}
.city-box .head #pic .attr-icon:hover {
  opacity: 0.7;
}
.city-box .head #pic .attr-icon.hide {
  display: none;
}
.city-box .head #pic .attr-wrapper {
  display: none;
  z-index: 3;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #bbb;
}
.city-box .head #pic .attr-wrapper a {
  color: #2c74b1;
  font-weight: 600;
  cursor: pointer;
}
.city-box .head #pic .attr-wrapper a:hover {
  opacity: 0.9;
}
.city-box .head #pic .attr-wrapper.show {
  display: block;
}
.city-box .head #map {
  width: 400px;
  height: 300px;
  background-color: #e5e3df;
  margin-left: 20px;
}
.city-box .google-map-box {
  width: 100%;
  height: 100%;
}
.city-box .w-info-small {
  color: #555;
}
.city-box .w-info-small .info-small {
  width: 100%;
  height: 100%;
  padding: 0 20px 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.city-box .w-info-small .info-small .wrap {
  height: 100%;
  overflow: hidden;
}
.city-box .w-info-small .info-small ol {
  padding-left: 18px;
}
.city-box .w-info-small .info-small .tab-wrapper nav {
  margin-top: 14px;
}
.city-box .w-info-small .info-small .tab-wrapper nav .tab {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #555;
  padding: 2px 0;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  list-style: none;
}
@media (min-width: 481px) {
  .city-box .w-info-small .info-small .tab-wrapper nav .tab {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .city-box .w-info-small .info-small .tab-wrapper nav .tab {
    margin-right: 14px;
  }
}
.city-box .w-info-small .info-small .tab-wrapper nav .tab.sel {
  border-bottom: 4px solid #777;
}
.city-box .w-info-small .info-small .festivity {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.city-box .w-info-small .info-small .festivity p {
  margin: 10px 0;
  line-height: 24px;
}
.city-box .w-info-small .info-small .festivity .festTitle {
  font-weight: 600 !important;
}
.city-box .w-info-small .info-small .title {
  margin-top: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  padding: 2px 0;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.city-box .w-info-small .info-small .section {
  display: none;
}
.city-box .w-info-small .info-small .section.active {
  display: block;
}
.city-box .w-info-small .info-small .section p {
  margin: 10px 0;
}
.city-box .w-info-small .info-small .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,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);
}
.city-box .w-info-small .info-small .overlay div {
  position: relative;
  top: 48px;
  line-height: 16px;
  color: #999;
  text-align: center;
  display: block;
}
.city-box .w-info-small .info-small .overlay:hover div {
  color: #666;
}

.pages .page {
  background-color: #f7f7f7;
  overflow: hidden;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  position: relative;
}
.pages .page:hover {
  opacity: 0.8;
}
.pages .page .name {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 10px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #eee;
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}
.pages .page img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.tours-header {
  justify-content: space-between;
}
.tours-header h2 {
  color: #777;
  font-family: "Roboto Condensed";
  font-size: 44px !important;
  line-height: 44px !important;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .tours-header h2 {
    padding-bottom: 0 !important;
    margin-bottom: 0;
    font-size: 34px !important;
    line-height: 34px !important;
  }
}
.tours-header h5 {
  line-height: 24px;
  padding: 10px 0;
  color: #777;
  font-size: 16px;
}
.tours-header .change-btn {
  background: #fafafa;
  color: #555;
  padding: 0 20px 0 15px;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  outline: 0;
  border: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.tours-header .change-btn:hover {
  background: #fff;
}
.tours-header .change-btn i {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("/build/images/sprite.png");
  background-position: -424px -306px;
  opacity: 0.65;
}

.no-location {
  justify-content: center;
}
.no-location h5 {
  line-height: 35px;
  padding: 10px 0;
  color: #777;
  font-size: 18px;
  text-align: center;
  width: 75%;
}

#activities-box {
  width: 100%;
  clear: both;
  margin-top: 40px;
  overflow: hidden;
}
#activities-box h2 {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  #activities-box h2 {
    padding-bottom: 0 !important;
    font-size: 34px !important;
  }
}
#activities-box .change-btn {
  background: #fafafa;
  color: #555;
  font-size: 14px;
  line-height: 40px;
  height: 45px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  outline: 0;
  border: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0 20px 0 15px;
}
@media (max-width: 754px) {
  #activities-box .change-btn {
    display: none;
  }
}
#activities-box .change-btn:hover {
  background: #fff;
}
#activities-box .change-btn i {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("/build/images/sprite.png");
  background-position: -130px -65px;
  opacity: 0.3;
}
#activities-box .card {
  border-radius: 0px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
#activities-box .card .resp-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 250px;
  max-width: 100%;
  border-radius: 0;
}
#activities-box .card .card-body {
  padding: 15px;
}
#activities-box .card .card-body .profile {
  height: 43px;
  width: 43px;
  -o-object-fit: cover;
     object-fit: cover;
}
#activities-box .card .card-body .headline .title {
  font-family: "Roboto Condensed", sans-serif;
  vertical-align: middle;
  color: #333;
  text-align: left;
  font-size: 18px;
  line-height: 19px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 20px;
}
#activities-box .card .card-body .tags {
  background-color: #e8e8e8;
  margin: 5px 5px 0 0;
  font-size: 12px;
  line-height: 22px;
  padding: 0 7px;
}
#activities-box .card .card-body .tags a {
  color: #333;
}

.wrapper-adventure .modal-content {
  border-radius: 0;
  width: 100%;
}
.wrapper-adventure .modal-header {
  border: 0;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 10px;
  font-size: 26px;
  line-height: 50px;
  color: #666;
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
}
.wrapper-adventure .modal-header .modal-title {
  font-family: "Roboto Condensed", sans-serif;
  color: #666;
  font-size: 26px;
  line-height: 50px;
}
.wrapper-adventure .modal-body {
  margin: 0 10px;
  padding: 0;
}
.wrapper-adventure .modal-body .image img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wrapper-adventure .modal-body .share-title {
  font-weight: 600 !important;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.wrapper-adventure .modal-body .share-title.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper-adventure .modal-body .share-desc {
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.wrapper-adventure .modal-body .share-desc.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper-adventure .modal-body .link {
  padding: 2px 5px;
  margin-top: 6px;
  color: #666;
  background: #eee;
  margin-bottom: 10px;
  width: 100%;
}
.wrapper-adventure .modal-footer {
  border: none;
}
.wrapper-adventure .modal-footer ul {
  display: flex;
  list-style-type: none;
  width: 100%;
  justify-content: flex-start;
  padding-left: 10px;
}
.wrapper-adventure .modal-footer ul li {
  margin-right: 10px;
}
.wrapper-adventure .modal-footer ul li a {
  display: block;
  height: 40px;
  width: 40px;
  background: url("/build/images/sprite.png") 0 -423px;
}
.wrapper-adventure .modal-footer ul li a.twitter {
  background-position: -40px -423px;
}
.wrapper-adventure .modal-footer ul li a.googleplus {
  background-position: -80px -423px;
}
.wrapper-adventure .modal-footer ul li a.tumblr {
  background-position: -120px -423px;
}
.wrapper-adventure .modal-footer ul li a.pinterest {
  background-position: -160px -423px;
}
.wrapper-adventure .modal-footer ul li a.reddit {
  background-position: -240px -423px;
}
.wrapper-adventure .modal-footer ul li a.email {
  background-position: -280px -423px;
}

.activity-box {
  margin-top: 20px;
}
.activity-box a {
  background: #e1e1e1 !important;
  color: #666;
  padding: 8px;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
}

#related h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "Roboto Condensed";
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
  color: #777;
}
@media (max-width: 479px) {
  #related h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
#related .activities-related {
  flex-wrap: wrap;
  margin: 0 -5px;
}
#related .item {
  width: 25%;
  margin-bottom: 10px;
  padding: 0 5px;
}
@media (max-width: 1023px) {
  #related .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  #related .item {
    width: 50%;
  }
}
@media (max-width: 479px) {
  #related .item {
    width: 100%;
  }
}
#related .activity-card {
  border-radius: 0px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
  height: 100%;
}
#related .activity-card a:first-child {
  background: #888;
}
#related .activity-card a:first-child img {
  transition: opacity 0.3s;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  max-width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#related .activity-card a:first-child img:hover {
  opacity: 0.7;
}
@media (max-width: 479px) {
  #related .activity-card a:first-child img {
    height: 150px;
  }
}
#related .activity-card .card-body {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#related .activity-card .card-body .card-title a {
  font-family: "Roboto Condensed", sans-serif;
  background: #fff;
  color: #333;
  text-align: left;
  font-size: 18px;
  line-height: 19px;
  text-transform: uppercase;
  cursor: pointer;
}
#related .activity-card .card-body .card-title a:hover {
  color: #666;
}
#related .activity-card .card-body span {
  color: #c16e11;
}

.section-comment .comment {
  line-height: 40px;
  font-size: 16px;
  vertical-align: middle;
}
.section-comment .comment .comment-btn {
  padding: 1px 20px 1px 15px;
}
.section-comment .comment .comment-btn div {
  width: 18px;
  height: 14px;
  margin: 13px 12px 0 0;
  background: url("/build/images/sprite.png") -213px -40px no-repeat;
  opacity: 0.5;
}
.section-comment .comment .comment-btn.dark {
  color: #ddd;
  background: #333;
  border: none;
  display: flex;
  cursor: pointer;
}
.section-comment .comment .comment-btn.dark:hover {
  background: #393939;
}
.section-comment .comment .comment-btn:active, .section-comment .comment .comment-btn:focus {
  outline: none;
}
.section-comment .comments-empty {
  background: #fff;
  color: #888;
  height: 190px;
  text-align: center;
  height: 100%;
}
.section-comment .comments-empty p {
  font-size: 18px;
}
.section-comment .comments-empty .logo {
  width: 45px;
  height: 50px;
  background: url("/build/images/sprite.png") no-repeat;
  opacity: 0.15;
  background-position: -763px -361px;
  margin: 0px auto;
}
.section-comment .comments-empty .txt {
  padding: 20px;
}
.section-comment .comments-empty .txt textarea {
  background: #eeeeee;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.section-comment .comments-empty .empty-wrapper {
  padding: 62px;
}
@media (max-width: 479px) {
  .section-comment .comments-empty .empty-wrapper {
    padding: 30px;
  }
}
.section-comment .comments-empty .btn-actions {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.section-comment .comments-empty .btn-actions .cancel-btn {
  background: #eeeeee;
  color: #888;
  border: 0;
  padding: 5px 20px;
  margin-right: 10px;
  outline: none;
  font-size: 16px;
}
.section-comment .comments-empty .btn-actions .post-btn {
  background: #6c8eb3;
  color: #fff;
  border: 0;
  padding: 5px 20px;
  margin-right: 10px;
  outline: none;
  font-size: 16px;
}

.list-comments {
  margin-top: 30px;
}
.list-comments .item-comment {
  display: flex;
  margin-bottom: 20px;
}
.list-comments .item-comment .from .circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #e2e2e2;
  border-radius: 50%;
  overflow: hidden;
}
.list-comments .item-comment .from .circle a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-comments .item-comment .from .circle img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.list-comments .item-comment .from .circle:hover {
  opacity: 0.9;
}
.list-comments .item-comment .from .author {
  white-space: nowrap;
}
.list-comments .item-comment .review {
  margin-left: 40px;
}
.list-comments .item-comment .review .text {
  background-color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
}
.list-comments .item-comment .review .text:before {
  width: 0;
  height: 0;
  display: block;
  content: "";
  position: absolute;
  left: 159px;
  border: 7px solid black;
  border-color: transparent transparent #fff #fff;
  transform: rotate(45deg);
}
.list-comments .item-comment .review .text p {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #555;
}
.list-comments .item-comment .review .text p.content-review {
  white-space: pre-line;
}
.list-comments .item-comment .review .text .date {
  margin-top: 15px;
  padding-bottom: 30px;
  color: #777;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

#te-content-section {
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 1716px) {
  #te-content-section {
    width: 1660px;
  }
}
@media (min-width: 1296px) and (max-width: 1715px) {
  #te-content-section {
    width: 1240px;
  }
}
@media (min-width: 876px) and (max-width: 1295px) {
  #te-content-section {
    width: 820px;
  }
}
@media (min-width: 756px) and (max-width: 875px) {
  #te-content-section {
    width: 700px;
  }
}
@media (min-width: 456px) and (max-width: 755px) {
  #te-content-section {
    width: 400px;
  }
}
@media (max-width: 455px) {
  #te-content-section {
    width: 300px;
  }
}
#te-content-section .top-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  /* Apply on first level element ONLY */
}
#te-content-section .top-box > div {
  /* .head */
  /* .w-map */
  /* .w-info-small */
  /* .pages */
}
#te-content-section .top-box > div:nth-child(1), #te-content-section .top-box > div:nth-child(2), #te-content-section .top-box > div:nth-child(3) {
  margin-bottom: 20px;
}
#te-content-section .top-box > div:nth-child(1) {
  order: 1;
}
@media (min-width: 1296px) {
  #te-content-section .top-box > div:nth-child(1) {
    margin-right: 20px;
    width: 820px;
  }
}
@media (min-width: 876px) {
  #te-content-section .top-box > div:nth-child(1) {
    width: 820px;
    height: 300px;
  }
}
@media (min-width: 756px) and (max-width: 875px) {
  #te-content-section .top-box > div:nth-child(1) {
    width: 700px;
    height: 256px;
  }
}
@media (min-width: 456px) and (max-width: 755px) {
  #te-content-section .top-box > div:nth-child(1) {
    width: 400px;
    height: 146px;
  }
}
@media (max-width: 455px) {
  #te-content-section .top-box > div:nth-child(1) {
    width: 300px;
    height: 109px;
  }
}
#te-content-section .top-box > div:nth-child(1) #pic {
  overflow: hidden;
}
#te-content-section .top-box > div:nth-child(1) #pic img {
  width: 100%;
  height: auto;
}
@media (min-width: 1716px) {
  #te-content-section .top-box > div:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 1715px) {
  #te-content-section .top-box > div:nth-child(2) {
    order: 2;
  }
}
@media (min-width: 876px) {
  #te-content-section .top-box > div:nth-child(2) {
    width: 400px;
    height: 300px;
  }
}
@media (min-width: 756px) and (max-width: 875px) {
  #te-content-section .top-box > div:nth-child(2) {
    width: 340px;
    height: 255px;
  }
}
@media (min-width: 456px) and (max-width: 755px) {
  #te-content-section .top-box > div:nth-child(2) {
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 455px) {
  #te-content-section .top-box > div:nth-child(2) {
    width: 300px;
    height: 225px;
  }
}
@media (min-width: 1716px) {
  #te-content-section .top-box > div:nth-child(3) {
    order: 2;
    margin-right: 20px;
  }
}
@media (max-width: 1715px) {
  #te-content-section .top-box > div:nth-child(3) {
    order: 3;
  }
}
@media (min-width: 1296px) and (max-width: 1715px) {
  #te-content-section .top-box > div:nth-child(3) {
    margin-right: 20px;
  }
}
@media (min-width: 876px) and (max-width: 1295px) {
  #te-content-section .top-box > div:nth-child(3) {
    margin-left: 20px;
  }
}
@media (min-width: 876px) {
  #te-content-section .top-box > div:nth-child(3) {
    width: 400px;
    height: 300px;
  }
}
@media (min-width: 756px) and (max-width: 875px) {
  #te-content-section .top-box > div:nth-child(3) {
    width: 340px;
    height: 255px;
    margin-left: 20px;
  }
}
@media (min-width: 456px) and (max-width: 755px) {
  #te-content-section .top-box > div:nth-child(3) {
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 455px) {
  #te-content-section .top-box > div:nth-child(3) {
    width: 300px;
    height: 225px;
  }
}
#te-content-section .top-box > div:nth-child(4) {
  order: 4;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1716px) {
  #te-content-section .top-box > div:nth-child(4) {
    width: 100%;
  }
  #te-content-section .top-box > div:nth-child(4) .page:nth-child(8n) {
    margin-right: 0;
  }
}
@media (min-width: 876px) and (max-width: 1715px) {
  #te-content-section .top-box > div:nth-child(4) {
    width: 820px;
  }
  #te-content-section .top-box > div:nth-child(4) .page:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 876px) {
  #te-content-section .top-box > div:nth-child(4) .page {
    width: 190px;
    height: 140px;
  }
}
@media (min-width: 756px) and (max-width: 875px) {
  #te-content-section .top-box > div:nth-child(4) {
    width: 700px;
  }
  #te-content-section .top-box > div:nth-child(4) .page {
    width: 160px;
    height: 117px;
  }
  #te-content-section .top-box > div:nth-child(4) .page:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 456px) and (max-width: 755px) {
  #te-content-section .top-box > div:nth-child(4) {
    width: 400px;
  }
  #te-content-section .top-box > div:nth-child(4) .page {
    width: 190px;
    height: 140px;
  }
  #te-content-section .top-box > div:nth-child(4) .page:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 455px) {
  #te-content-section .top-box > div:nth-child(4) {
    width: 300px;
  }
  #te-content-section .top-box > div:nth-child(4) .page {
    width: 140px;
    height: 103px;
  }
  #te-content-section .top-box > div:nth-child(4) .page:nth-child(2n) {
    margin-right: 0;
  }
}
#te-content-section .top-box > div:nth-child(4) .page {
  margin-right: 20px;
  margin-bottom: 20px;
}
#te-content-section .city-box {
  display: flex;
  flex-wrap: wrap;
  /* Apply on first level element ONLY */
}
#te-content-section .city-box > div {
  /* .head */
  /* .w-map */
  /* .w-info-small */
  /* .pages */
}
#te-content-section .city-box > div:nth-child(1), #te-content-section .city-box > div:nth-child(2), #te-content-section .city-box > div:nth-child(3) {
  margin-bottom: 20px;
}
#te-content-section .city-box > div:nth-child(1) {
  order: 1;
}
@media (min-width: 1296px) {
  #te-content-section .city-box > div:nth-child(1) {
    margin-right: 20px;
    width: 820px;
  }
}
@media (min-width: 876px) {
  #te-content-section .city-box > div:nth-child(1) {
    width: 820px;
    height: 300px;
  }
}
@media (min-width: 756px) and (max-width: 875px) {
  #te-content-section .city-box > div:nth-child(1) {
    width: 700px;
    height: 256px;
  }
}
@media (min-width: 456px) and (max-width: 755px) {
  #te-content-section .city-box > div:nth-child(1) {
    width: 400px;
    height: 146px;
  }
}
@media (max-width: 455px) {
  #te-content-section .city-box > div:nth-child(1) {
    width: 300px;
    height: 109px;
  }
}
#te-content-section .city-box > div:nth-child(1) #pic {
  overflow: hidden;
}
#te-content-section .city-box > div:nth-child(1) #pic img {
  width: 100%;
  height: auto;
}
#te-content-section .city-box > div:nth-child(2) {
  order: 2;
}
@media (min-width: 1716px) {
  #te-content-section .city-box > div:nth-child(2) {
    width: 820px;
    height: 620px;
  }
}
@media (min-width: 876px) and (max-width: 1715px) {
  #te-content-section .city-box > div:nth-child(2) {
    width: 400px;
    height: 300px;
  }
}
@media (min-width: 756px) and (max-width: 875px) {
  #te-content-section .city-box > div:nth-child(2) {
    width: 340px;
    height: 255px;
  }
}
@media (min-width: 456px) and (max-width: 755px) {
  #te-content-section .city-box > div:nth-child(2) {
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 455px) {
  #te-content-section .city-box > div:nth-child(2) {
    width: 300px;
    height: 225px;
  }
}
#te-content-section .city-box > div:nth-child(3) {
  order: 3;
}
@media (min-width: 1716px) {
  #te-content-section .city-box > div:nth-child(3) {
    margin-right: 20px;
    margin-top: -320px;
  }
}
@media (min-width: 1296px) and (max-width: 1715px) {
  #te-content-section .city-box > div:nth-child(3) {
    margin-right: 20px;
  }
}
@media (min-width: 876px) and (max-width: 1295px) {
  #te-content-section .city-box > div:nth-child(3) {
    margin-left: 20px;
  }
}
@media (min-width: 876px) {
  #te-content-section .city-box > div:nth-child(3) {
    width: 400px;
    height: 300px;
  }
}
@media (min-width: 756px) and (max-width: 875px) {
  #te-content-section .city-box > div:nth-child(3) {
    width: 340px;
    height: 255px;
    margin-left: 20px;
  }
}
@media (min-width: 456px) and (max-width: 755px) {
  #te-content-section .city-box > div:nth-child(3) {
    width: 400px;
    height: 300px;
  }
}
@media (max-width: 455px) {
  #te-content-section .city-box > div:nth-child(3) {
    width: 300px;
    height: 225px;
  }
}
#te-content-section .city-box > div:nth-child(4) {
  order: 4;
  display: flex;
  flex-wrap: wrap;
}
#te-content-section .city-box > div:nth-child(4) .page {
  margin-right: 20px;
  margin-bottom: 20px;
}
#te-content-section .city-box > div:nth-child(4) .page:nth-child(n+5) {
  display: none;
}
@media (min-width: 1716px) {
  #te-content-section .city-box > div:nth-child(4) {
    margin-top: -320px;
  }
}
@media (min-width: 1296px) {
  #te-content-section .city-box > div:nth-child(4) {
    width: 400px;
  }
  #te-content-section .city-box > div:nth-child(4) .page:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 876px) and (max-width: 1295px) {
  #te-content-section .city-box > div:nth-child(4) {
    width: 820px;
  }
  #te-content-section .city-box > div:nth-child(4) .page:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 876px) {
  #te-content-section .city-box > div:nth-child(4) .page {
    width: 190px;
    height: 140px;
  }
}
@media (min-width: 756px) and (max-width: 875px) {
  #te-content-section .city-box > div:nth-child(4) {
    width: 700px;
  }
  #te-content-section .city-box > div:nth-child(4) .page {
    width: 160px;
    height: 117px;
  }
  #te-content-section .city-box > div:nth-child(4) .page:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 456px) and (max-width: 755px) {
  #te-content-section .city-box > div:nth-child(4) {
    width: 400px;
  }
  #te-content-section .city-box > div:nth-child(4) .page {
    width: 190px;
    height: 140px;
  }
  #te-content-section .city-box > div:nth-child(4) .page:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 455px) {
  #te-content-section .city-box > div:nth-child(4) {
    width: 300px;
  }
  #te-content-section .city-box > div:nth-child(4) .page {
    width: 140px;
    height: 103px;
  }
  #te-content-section .city-box > div:nth-child(4) .page:nth-child(2n) {
    margin-right: 0;
  }
}

.city-container {
  padding: 20px 50px;
}
@media (max-width: 768px) {
  .city-container {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .city-container {
    padding: 20px 15px;
  }
}

#crumbs {
  margin-bottom: 20px;
  color: #777;
}
#crumbs a {
  display: inline-block;
  font-weight: 400;
  line-height: 26px;
  vertical-align: middle;
  color: #008faf;
}
#crumbs a:hover {
  opacity: 0.9;
}
#crumbs .first {
  position: relative;
  top: -1px;
  padding: 0;
  width: 24px;
  height: 22px;
  opacity: 0.2;
  background: url("/build/images/sprite.png") no-repeat;
  background-position: -870px -40px;
}
#crumbs .first:hover {
  opacity: 0.15;
}
#crumbs .spcr {
  display: inline-block;
  height: 20px;
  width: 2px;
  margin: 1px 12px 0;
  vertical-align: middle;
  background-color: #d7d7d7;
  transform: rotate(10deg);
}

.city-header {
  justify-content: space-between;
  display: flex;
}
.city-header .flag {
  margin-right: 18px;
  vertical-align: middle;
  display: inline-block;
  width: 46px;
  height: 33px;
  background: url("/images/flags_large.jpg") no-repeat;
  background-position: 0 -99px;
}
@media (max-width: 479px) {
  .city-header .flag {
    margin-right: 10px;
  }
}
.city-header h1 {
  color: #777;
  position: relative;
  top: 1px;
  display: flex;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media (max-width: 479px) {
  .city-header h1 {
    line-height: 1;
    font-size: 35px;
  }
}
.city-header .share-btn {
  display: block;
  padding: 13px 12px;
  cursor: pointer;
  border: 0;
  outline: none;
}
.city-header .share-btn.dark {
  background: #222;
  opacity: 0.8;
  color: #ddd;
}
.city-header .share-btn div {
  width: 16px;
  height: 16px;
  background: url("/build/images/sprite.png") no-repeat;
  display: block;
  background-position: -234px -40px;
  opacity: 0.5;
}
.city-header .share-btn:hover {
  background: #393939;
  opacity: 1;
}
.city-header .modal-content {
  border-radius: 0;
  width: 80%;
}
.city-header .modal-header {
  border: 0;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 10px;
  font-size: 26px;
  line-height: 50px;
  color: #666;
  padding: 10px;
}
.city-header .modal-header .modal-title {
  font-family: "Roboto Condensed", sans-serif;
  color: #666;
  font-size: 26px;
  line-height: 50px;
}
.city-header .modal-body {
  margin: 0 10px;
  padding: 0;
}
.city-header .modal-body .image img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.city-header .modal-body .share-data {
  padding-left: 10px;
}
.city-header .modal-body .share-title {
  font-weight: 600 !important;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.city-header .modal-body .share-title.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city-header .modal-body .share-desc {
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.city-header .modal-body .share-desc.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city-header .modal-body .link {
  padding: 2px 5px;
  margin-top: 6px;
  color: #666;
  background: #eee;
  margin-bottom: 10px;
  width: 100%;
}
.city-header .modal-footer {
  border: none;
}
.city-header .modal-footer ul {
  display: flex;
  list-style-type: none;
  width: 100%;
  justify-content: flex-start;
  padding-left: 10px;
}
.city-header .modal-footer ul li {
  margin-right: 10px;
}
.city-header .modal-footer ul li a {
  display: block;
  height: 40px;
  width: 40px;
  background: url("/build/images/sprite.png") 0 -423px;
}
.city-header .modal-footer ul li a.twitter {
  background-position: -40px -423px;
}
.city-header .modal-footer ul li a.googleplus {
  background-position: -80px -423px;
}
.city-header .modal-footer ul li a.tumblr {
  background-position: -120px -423px;
}
.city-header .modal-footer ul li a.pinterest {
  background-position: -160px -423px;
}
.city-header .modal-footer ul li a.reddit {
  background-position: -240px -423px;
}
.city-header .modal-footer ul li a.email {
  background-position: -280px -423px;
}

.info {
  overflow: hidden;
  color: #555;
}
@media (max-width: 479px) {
  .info {
    flex-direction: column;
  }
}
.info .w-info-small {
  width: 50%;
  padding-right: 10px;
}
@media (max-width: 479px) {
  .info .w-info-small {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.info .w-info-small .info-small {
  width: 100%;
  height: 300px;
  padding: 0 20px 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.info .w-info-small .info-small .wrap {
  height: 100%;
  overflow: hidden;
}
.info .w-info-small .info-small ol {
  padding-left: 18px;
}
.info .w-info-small .info-small .tab-wrapper nav {
  margin-top: 14px;
}
.info .w-info-small .info-small .tab-wrapper nav .tab {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #555;
  padding: 2px 0;
  margin-right: 20px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  list-style: none;
}
.info .w-info-small .info-small .tab-wrapper nav .tab.sel {
  border-bottom: 4px solid #777;
}
.info .w-info-small .info-small .festivity {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.info .w-info-small .info-small .festivity p {
  margin: 10px 0;
  line-height: 24px;
}
.info .w-info-small .info-small .festivity .festTitle {
  font-weight: 600 !important;
}
.info .w-info-small .info-small .title {
  margin-top: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  padding: 2px 0;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.info .w-info-small .info-small .section {
  display: none;
}
.info .w-info-small .info-small .section.active {
  display: block;
}
.info .w-info-small .info-small .section p {
  margin: 10px 0;
}
.info .w-info-small .info-small .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,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);
}
.info .w-info-small .info-small .overlay div {
  position: relative;
  top: 48px;
  line-height: 16px;
  color: #999;
  text-align: center;
  display: block;
}
.info .w-info-small .info-small .overlay:hover div {
  color: #666;
}
.info .pages {
  width: 50%;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 479px) {
  .info .pages {
    width: 100%;
    padding-left: 0;
  }
}
.info .pages .w-item-page {
  width: 50%;
  padding-left: 10px;
  margin-bottom: 20px;
}
.info .pages .w-item-page:first-child {
  padding-right: 10px;
  padding-left: 0px;
}
.info .pages .w-item-page:nth-child(3) {
  padding-right: 10px;
  padding-left: 0px;
}
.info .pages .w-item-page .page {
  width: 100%;
  height: 140px;
  max-height: 140px;
  background-color: #f7f7f7;
  overflow: hidden;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  position: relative;
}
.info .pages .w-item-page .page:hover {
  opacity: 0.8;
}
.info .pages .w-item-page .page .name {
  position: absolute;
  left: 0;
  bottom: 10px;
  right: 10px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #eee;
  background: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}

#infoLarge {
  font-size: 16px;
  line-height: 24px;
  padding: 70px 20px 20px;
  background: rgba(0, 0, 0, 0.5);
}
#infoLarge .modal-dialog {
  max-width: 600px;
  overflow-y: initial !important;
  height: 90%;
}
#infoLarge .modal-content {
  border-radius: 0;
  padding: 0 15px;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
#infoLarge .modal-content .modal-header {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
#infoLarge .modal-content .modal-title {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 8px;
}
#infoLarge .modal-content .close {
  font-size: 34px;
  padding-top: 10px;
  padding-bottom: 0;
  outline: none;
}
#infoLarge .modal-content .modal-body {
  padding-left: 0;
  padding-right: 0;
}

#share-modal .modal-content {
  border-radius: 0;
  width: 80%;
}
#share-modal .modal-header {
  border: 0;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0 10px;
  font-size: 26px;
  line-height: 50px;
  color: #666;
  padding: 10px;
}
#share-modal .modal-header .modal-title {
  font-family: "Roboto Condensed", sans-serif;
  color: #666;
  font-size: 26px;
  line-height: 50px;
}
#share-modal .modal-body {
  margin: 0 10px;
  padding: 0;
}
#share-modal .modal-body .image img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#share-modal .modal-body .share-title {
  font-weight: 600 !important;
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#share-modal .modal-body .share-title.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#share-modal .modal-body .share-desc {
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#share-modal .modal-body .share-desc.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#share-modal .modal-body .link {
  padding: 2px 5px;
  margin-top: 6px;
  color: #666;
  background: #eee;
  margin-bottom: 10px;
  width: 100%;
}
#share-modal .modal-footer {
  border: none;
}
#share-modal .modal-footer ul {
  display: flex;
  list-style-type: none;
  width: 100%;
  justify-content: flex-start;
  padding-left: 10px;
}
#share-modal .modal-footer ul li {
  margin-right: 10px;
}
#share-modal .modal-footer ul li a {
  display: block;
  height: 40px;
  width: 40px;
  background: url("/build/images/sprite.png") 0 -423px;
}
#share-modal .modal-footer ul li a.twitter {
  background-position: -40px -423px;
}
#share-modal .modal-footer ul li a.googleplus {
  background-position: -80px -423px;
}
#share-modal .modal-footer ul li a.tumblr {
  background-position: -120px -423px;
}
#share-modal .modal-footer ul li a.pinterest {
  background-position: -160px -423px;
}
#share-modal .modal-footer ul li a.reddit {
  background-position: -240px -423px;
}
#share-modal .modal-footer ul li a.email {
  background-position: -280px -423px;
}

#activities-box h2 {
  color: #777;
  font-family: "Roboto Condensed";
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
}
#activities-box h5 {
  line-height: 24px;
  padding: 5px 0 15px;
  color: #777;
  font-size: 16px;
}
#activities-box #head {
  justify-content: space-between;
}
#activities-box .secLink {
  background: #fafafa;
  color: #555;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  border: none;
  padding: 0 20px 0 15px;
}
@media (max-width: 754px) {
  #activities-box .secLink {
    display: none;
  }
}
#activities-box .secLink i {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("/build/images/sprite.png") -130px -65px;
  opacity: 0.3;
}
#activities-box .secLink:hover {
  background: #fff;
}

.toggler {
  font-size: 16px;
}
@media (max-width: 754px) {
  .toggler {
    display: none;
  }
}
.toggler .toggle-btn {
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0px 15px 20px 0px;
  line-height: 40px;
  padding: 0 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  align-items: center;
}
.toggler .toggle-btn .cat-img {
  width: 37px;
  height: 25px;
  background: url("/build/images/sprite.png") 0 -330px no-repeat;
  position: static;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 3px;
  opacity: 0.7;
}
.toggler .toggle-btn .cat-img.one {
  background-position: -76px -330px;
}
.toggler .toggle-btn .cat-img.two {
  background-position: -152px -330px;
}
.toggler .toggle-btn .cat-img.three {
  background-position: -114px -330px;
}
.toggler .toggle-btn .cat-img.four {
  background-position: -190px -330px;
}
.toggler .toggle-btn .cat-img.five {
  background-position: -37px -330px;
}
.toggler .toggle-btn .cat-img.six {
  background-position: 0 -330px;
}
.toggler .toggle-btn.dark {
  background: #333;
  color: #ddd;
}
.toggler .toggle-btn.dark:hover {
  background: #393939;
}
.toggler .toggle-btn .toggler-control {
  display: inline-block;
  width: 50px;
  height: 22px;
  top: 5px;
  margin-left: 15px;
  background: #888;
  border: 1px solid #888;
  border-radius: 3px;
  align-items: center;
}
.toggler .toggle-btn .toggler-control div {
  width: 30px;
  height: 100%;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.toggler .toggle-btn .on {
  display: none;
  background: #2c74b1;
  color: #fff;
}
.toggler .toggle-btn .on.left {
  float: left;
}
.toggler .toggle-btn .off {
  background: #c16e11;
  color: #fff;
}
.toggler .toggle-btn .off.right {
  float: right;
}
.toggler .toggle-btn.active .on {
  display: block;
}
.toggler .toggle-btn.active .off {
  display: none;
}
.toggler .toggle-btn:hover, .toggler .toggle-btn:active, .toggler .toggle-btn:focus {
  outline: none;
}

#activity-content #pic {
  width: auto;
  height: 400px;
}
#activity-content .subbed-by {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}
#activity-content .subbed-by .label {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #888;
  font-weight: 400;
  text-transform: none;
}
#activity-content .subbed-by .uname {
  color: #2c74b1;
  margin-left: 5px;
}
#activity-content .subbed-by img {
  width: 50px !important;
  height: 50px !important;
  margin-right: 10px;
}
#activity-content .map {
  margin: 20px 0;
  background-color: #e5e3df;
  height: 700px;
}

.structure-activity-type {
  display: flex;
}
@media (max-width: 479px) {
  .structure-activity-type {
    flex-direction: column;
  }
}
.structure-activity-type .left-part {
  width: 50%;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .structure-activity-type .left-part {
    width: 100%;
  }
}
.structure-activity-type .left-part .head {
  width: 100%;
}
.structure-activity-type .left-part .head #pic {
  position: relative;
  width: 100%;
  background-color: #e7e7e7;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .structure-activity-type .left-part .head #pic {
    height: 200px;
  }
}
.structure-activity-type .left-part .head #pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: center;
     object-position: center;
}
.structure-activity-type .left-part .head #pic img[alt] {
  color: transparent;
}
.structure-activity-type .left-part .head #pic .attr-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background: url("/build/images/sprite.png") no-repeat;
  background-position: -343px -65px;
  opacity: 0.5;
  cursor: pointer;
  z-index: 2;
  display: block;
}
.structure-activity-type .left-part .head #pic .attr-icon:hover {
  opacity: 0.7;
}
.structure-activity-type .left-part .head #pic .attr-icon.hide {
  display: none;
}
.structure-activity-type .left-part .head #pic .attr-wrapper {
  display: none;
  z-index: 3;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 7px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #bbb;
}
.structure-activity-type .left-part .head #pic .attr-wrapper a {
  color: #2c74b1;
  font-weight: 600;
  cursor: pointer;
}
.structure-activity-type .left-part .head #pic .attr-wrapper a:hover {
  opacity: 0.9;
}
.structure-activity-type .left-part .head #pic .attr-wrapper.show {
  display: block;
}
.structure-activity-type .left-part .info-small {
  width: 100%;
  height: 300px;
  padding: 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.structure-activity-type .left-part .info-small .wrap {
  height: 100%;
  overflow: hidden;
}
.structure-activity-type .left-part .info-small .wrap .subbed-by .label {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #888;
  font-weight: 400;
  text-transform: none;
}
.structure-activity-type .left-part .info-small .wrap .subbed-by .uname {
  color: #2c74b1;
}
.structure-activity-type .left-part .info-small ol {
  padding-left: 18px;
}
.structure-activity-type .left-part .info-small .tab-wrapper nav {
  margin-top: 14px;
}
.structure-activity-type .left-part .info-small .tab-wrapper nav .tab {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #555;
  padding: 2px 0;
  margin-right: 20px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  list-style: none;
}
.structure-activity-type .left-part .info-small .tab-wrapper nav .tab.sel {
  border-bottom: 4px solid #777;
}
.structure-activity-type .left-part .info-small .festivity {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.structure-activity-type .left-part .info-small .festivity p {
  margin: 10px 0;
  line-height: 24px;
}
.structure-activity-type .left-part .info-small .festivity .festTitle {
  font-weight: 600 !important;
}
.structure-activity-type .left-part .info-small .title {
  margin-top: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  padding: 2px 0;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.structure-activity-type .left-part .info-small .section {
  display: none;
}
.structure-activity-type .left-part .info-small .section.active {
  display: block;
}
.structure-activity-type .left-part .info-small .section p {
  margin: 10px 0;
}
.structure-activity-type .left-part .info-small .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABQCAYAAAAgJ+QsAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAE9JREFUeNrs1W0KACAIA9BV9nH/C9sVBgmGzN8PBcHZ3B1MdZBlAAYLLbzjDB898+CqBLdgCDxaz6ew1Lkmxl58NCc9JPppCgoKCgo+wjsAcGgE9HZygMUAAAAASUVORK5CYII=);
}
.structure-activity-type .left-part .info-small .overlay div {
  position: relative;
  top: 48px;
  line-height: 16px;
  color: #999;
  text-align: center;
  display: block;
}
.structure-activity-type .left-part .info-small .overlay:hover div {
  color: #666;
}
.structure-activity-type .rigth-part {
  width: 50%;
  margin-top: 20px;
}
@media (max-width: 479px) {
  .structure-activity-type .rigth-part {
    width: 100%;
  }
}
.structure-activity-type .rigth-part .google-map-box {
  height: 100%;
}
.structure-activity-type .rigth-part .google-map-box .map {
  background-color: #e5e3df;
  width: 100%;
  height: 100%;
}

#user-bg.user-box {
  position: relative;
  width: 100%;
  top: -60px;
}
#user-bg .user-image-cover {
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
#user-bg #prof-pic {
  position: absolute;
  top: 100%;
  margin-top: -100px;
  width: 200px;
  height: 200px;
  background: #e7e7e7;
  border: 4px solid #f7f7f7;
}
@media (min-width: 768px) {
  #user-bg #prof-pic {
    left: 80px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  #user-bg #prof-pic {
    left: 32px;
  }
}
@media (max-width: 480px) {
  #user-bg #prof-pic {
    left: 80px;
  }
}
#user-bg #prof-pic.circle {
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
#user-bg #prof-pic.circle img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#profile-info {
  padding-bottom: 40px;
  line-height: 21px;
  background: #f7f7f7;
  text-align: center;
  color: #666;
  margin-top: -60px;
}
@media (min-width: 481px) {
  #profile-info {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  #profile-info {
    padding: 94px 0 20px;
  }
}
#profile-info .info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#profile-info .info-wrapper .modal-content .modal-body {
  max-height: 500px;
  overflow-y: scroll;
  background: #FFF;
}
#profile-info .info-wrapper .modal-content .profile-follow {
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #eee;
  overflow: hidden;
  align-items: center;
}
#profile-info .info-wrapper .modal-content .profile-follow .follow-btn-modal .follow-btn {
  margin-top: 0;
}
#profile-info .info-wrapper .modal-content .profile-follow-wrapper img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
#profile-info .info-wrapper .modal-content .profile-follow-wrapper .follower-name {
  padding-left: 20px;
  line-height: 25px;
  box-sizing: border-box;
}
#profile-info .info-wrapper .modal-content .profile-follow-wrapper .follower-name p {
  font-weight: 600 !important;
  color: #666;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 10px;
}
#profile-info .info-wrapper .modal-content .profile-follow-wrapper .follower-name p a {
  color: #2c74b1;
  font-weight: 600 !important;
  cursor: pointer;
}
#profile-info .info-wrapper .modal-content .profile-follow-wrapper .follower-name p a:hover {
  opacity: 0.9;
}
#profile-info h2 {
  line-height: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-transform: none;
  font-family: "Roboto Condensed";
  font-size: 44px;
}
#profile-info .profile-location {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #666;
}
#profile-info .profile-tags {
  margin-top: 10px;
}
#profile-info .profile-tags a {
  color: #666;
  font-style: italic;
  outline: 0;
  border: 0;
  text-decoration: none;
  cursor: pointer;
}
#profile-info .profile-tags a:hover {
  color: #c16e11;
}
#profile-info .profile-following, #profile-info .profile-reviews-btn {
  color: #2c74b1;
  cursor: pointer;
  margin-top: 5px;
  font-weight: 400;
}
#profile-info .profile-following:hover, #profile-info .profile-reviews-btn:hover {
  opacity: 0.9;
}
#profile-info .follow-btn {
  line-height: 1;
  margin-top: 15px;
  border: 2px solid #777;
  color: #777;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  width: 120px;
  padding: 10px 15px 9px;
  transition: all 0.2s ease;
}
#profile-info .follow-btn:focus {
  outline: none;
  box-shadow: none;
}
#profile-info .follow-btn:hover {
  border-color: #666;
  color: #666;
}

.profile-bio {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e7e7e7;
  padding: 40px 0px;
  color: #666;
}
.profile-bio div {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  text-align: center;
}

.video-section {
  max-height: 320px;
  max-width: 640px;
  height: 100%;
}
.video-section .vimeo div {
  padding: 0 !important;
  height: 320px !important;
}

.profile-tours {
  background: #f7f7f7;
  text-align: center;
  color: #666;
  padding: 20px 0;
}
.profile-tours h3 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 28px;
}
@media (max-width: 767px) {
  .profile-tours .module-box {
    padding: 0 15px;
  }
}
.profile-tours .card-body .usr-img {
  top: 230px !important;
}
.profile-tours .card-body .ti-top .title {
  display: flex !important;
}
.profile-tours .card-body .ti-bottom .price .from {
  display: flex !important;
}

.profile-reviews {
  background: #e7e7e7;
  text-align: center;
  color: #666;
  padding: 20px 0;
}
.profile-reviews h3 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 28px;
}
.profile-reviews .reviews-hosts .wrapper {
  max-width: 700px;
  margin: 0 auto 20px;
  padding: 0 15px;
  flex-direction: column;
}
.profile-reviews label {
  display: inline-flex;
  width: 140px;
  font-weight: 400;
  margin-bottom: 10px;
  vertical-align: middle;
  line-height: normal;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.profile-reviews .tour-rating {
  display: inline-flex;
  margin-bottom: 10px;
}
.profile-reviews ul {
  margin-top: 30px;
  display: contents;
  list-style: none;
}
.profile-reviews ul li {
  display: flex;
  min-height: 95px;
  margin-top: 15px;
}
.profile-reviews .from .circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #e2e2e2;
  border-radius: 50%;
  overflow: hidden;
}
.profile-reviews .from .circle a {
  display: block;
  width: 100%;
  height: 100%;
}
.profile-reviews .from .circle img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.profile-reviews .from .circle:hover {
  opacity: 0.9;
}
.profile-reviews .review {
  margin-left: 40px;
}
.profile-reviews .review p {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #555;
  text-align: left;
}
.profile-reviews .review .date {
  margin-top: 15px;
  color: #777;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  display: flex;
}
.profile-reviews .indent {
  margin-top: -20px;
  min-height: 40px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.profile-reviews .indent .from {
  width: 80px;
}
.profile-reviews .indent .circle {
  width: 40px;
  height: 40px;
  background: #e2e2e2;
  margin-left: 15px;
}
.profile-reviews .indent .circle:hover {
  opacity: 0.9;
}
.profile-reviews .indent .circle a {
  display: block;
  width: 100%;
  height: 100%;
}
.profile-reviews .indent .circle img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.profile-reviews .indent .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-submissions {
  background: #f7f7f7;
  text-align: center;
  color: #666;
  padding: 20px 0;
}
.profile-submissions h3 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 28px;
}

.profile-likes {
  background: #e7e7e7;
  text-align: center;
  color: #666;
  padding: 20px 0;
}
.profile-likes h3 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 28px;
}
.profile-likes .info .title {
  display: block;
  font-size: 14px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Roboto Condensed", sans-serif;
  vertical-align: middle;
  color: #333 !important;
  text-align: left;
  line-height: 19px !important;
  text-transform: uppercase !important;
}

#blog-main {
  position: relative;
  min-height: 100%;
  min-width: 320px;
  overflow: hidden;
  padding: 0;
}
#blog-main.bbox {
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#blog-main .hero-box {
  position: relative;
  width: 100%;
}
#blog-main .hero-image {
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 901px) {
  #blog-main .hero-image {
    height: 350px;
  }
}
@media (max-width: 900px) {
  #blog-main .hero-image {
    height: 300px;
  }
}
#blog-main .hero-nfo {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 901px) {
  #blog-main .hero-nfo {
    margin-top: 140px;
  }
}
@media (max-width: 900px) and (min-width: 416px) {
  #blog-main .hero-nfo {
    margin-top: 115px;
  }
}
@media (max-width: 415px) {
  #blog-main .hero-nfo {
    margin-top: 80px;
  }
}
#blog-main .hero-nfo > div {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 415px) {
  #blog-main .hero-nfo > div {
    max-width: 280px;
  }
}
#blog-main .hero-nfo h1 {
  color: #ddd;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 6px;
  font-family: "Roboto Condensed";
}
#blog-main .hero-nfo h2 {
  color: #eec06f;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600 !important;
  letter-spacing: 1.5px;
  font-style: italic;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

#blog-wrapper {
  position: relative;
  max-width: 1136px;
  display: flex;
}
@media (min-width: 901px) {
  #blog-wrapper {
    margin: 0 auto 20px;
    padding: 0 20px 0 95px;
  }
}
@media (max-width: 900px) {
  #blog-wrapper {
    padding: 0;
    margin: 0;
    flex-direction: column;
  }
}
#blog-wrapper:before, #blog-wrapper:after {
  content: " ";
  display: table;
}
#blog-wrapper.single {
  padding-top: 40px;
}

#blog-main-box {
  width: 100%;
}

@media (min-width: 1171px) {
  #blog-main-column {
    margin-right: 370px;
  }
}
@media (max-width: 1170px) and (min-width: 901px) {
  #blog-main-column {
    margin-right: 320px;
  }
}
#blog-main-column .column-header {
  font-family: "Roboto Condensed", sans-serif;
  height: 75px;
  line-height: 75px;
  background-color: #f9f9f9;
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 901px) {
  #blog-main-column .column-header {
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  #blog-main-column .column-header {
    text-align: center;
  }
}

#article-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#article-list li {
  position: relative;
  width: 100%;
  background-color: #fff;
}
#article-list .article-date {
  position: absolute;
  top: 0;
  left: -75px;
  width: 75px;
  padding: 16px 0;
  background-color: #fff;
  font-weight: 600;
  color: #666;
  text-align: center;
}
#article-list .article-date .date-month {
  font-size: 17px;
  line-height: 10px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
#article-list .article-date .date-day {
  font-size: 30px;
  line-height: 29px;
}
#article-list .img-box {
  overflow: hidden;
}
#article-list .img-box:not(.trOp) {
  margin: 0 -20px;
}
#article-list .img-box img {
  width: 100%;
  height: auto;
  margin: -55px 0;
  vertical-align: middle;
}
#article-list .tr0p {
  transition: opacity 0.3s !important;
  -moz-transition: opacity 0.3s !important;
  -webkit-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#article-list .article-header {
  padding: 20px;
  position: relative;
  color: #555;
}
@media (max-width: 550px) {
  #article-list .article-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#article-list .article-header .title-box {
  min-height: 70px;
}
@media (max-width: 550px) {
  #article-list .article-header .title-box {
    text-align: center;
  }
}
#article-list h2 {
  font-size: 30px;
  line-height: 36px;
  color: #666;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}
#article-list h2:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#article-list .byline {
  font-size: 13px;
  line-height: 20px;
  color: #777;
}
@media (min-width: 551px) {
  #article-list .byline {
    margin-top: 5px;
  }
}
@media (max-width: 550px) {
  #article-list .byline {
    margin-top: -1px;
  }
}
#article-list .excerpt {
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px 36px;
  color: #555;
}
@media (max-width: 550px) {
  #article-list .excerpt {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 415px) {
  #article-list .excerpt {
    padding-bottom: 30px;
  }
}
#article-list .excerpt p {
  margin: 0 0 20px;
}
#article-list .excerpt .info-box {
  padding: 0 20px;
  color: #888;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}
#article-list .excerpt .info-box .caption {
  margin-top: 5px;
  font-style: italic;
}
#article-list .excerpt .info-box .attribution {
  margin: 6px 0 0 20px;
  line-height: 18px;
  color: #777;
}
#article-list .excerpt .info-box .attribution a {
  color: #777;
}
#article-list .excerpt .info-box .attribution i {
  display: inline-block;
  width: 13px;
  height: 11px;
  margin-right: 5px;
  vertical-align: middle;
  background: url("/build/images/sprite.png") -255px -40px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#article-list .excerpt .info-box .right {
  float: right;
}
#article-list .go-btn {
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  background: #777;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  text-transform: uppercase;
  border-radius: 0;
  transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}
#article-list .go-btn:hover {
  background-color: #6c8eb3;
}

#blog-page-nav {
  overflow: hidden;
  margin: 30px 0;
  list-style: none;
  padding: 0;
}
@media (max-width: 900px) {
  #blog-page-nav {
    display: flex;
    justify-content: center;
  }
}
#blog-page-nav li {
  float: left;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #aaa;
  background-color: #ddd;
  cursor: pointer;
}
#blog-page-nav li:hover {
  background-color: #d6d6d6;
}
#blog-page-nav li.active {
  background-color: #bbb;
}
#blog-page-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #444;
}

@media (min-width: 1171px) {
  #blog-right {
    width: 370px;
    margin-left: -370px;
  }
}
@media (max-width: 1170px) and (min-width: 901px) {
  #blog-right {
    width: 320px;
    margin-left: -320px;
  }
}
@media (max-width: 900px) {
  #blog-right {
    width: 100%;
  }
}
#blog-right > div {
  min-height: 250px;
  padding: 20px;
  background-color: #f9f9f9;
  overflow: hidden;
}
@media (max-width: 550px) {
  #blog-right > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#blog-right h4 {
  padding-bottom: 19px;
  border-bottom: 1px solid #e3e3e3;
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  #blog-right h4 {
    text-align: center;
  }
}
#blog-right:last-child() {
  margin-bottom: 0;
}

#blog-social {
  min-height: 0 !important;
  padding: 0 !important;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#blog-social.column-header {
  background-color: #e0e0e0;
  font-family: "Roboto Condensed", sans-serif;
  height: 75px;
  font-size: 18px;
  text-transform: uppercase;
}
#blog-social.single {
  background-color: #f9f9f9;
  height: 60px;
}
#blog-social.single .desaturate {
  top: 0;
}
#blog-social .desaturate {
  display: flex;
  justify-content: center;
  position: relative;
  top: 17px;
  height: 40px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
#blog-social a {
  display: block;
  width: 40px;
  height: 40px;
  background: url("/build/images/sprite.png") no-repeat;
}
#blog-social div[data-t=facebook] a {
  background-position: 0 -423px;
}
#blog-social div[data-t=twitter] a {
  background-position: -40px -423px;
}
#blog-social div[data-t=googleplus] a {
  background-position: -80px -423px;
  width: 39px;
}
#blog-social div[data-t=instagram] a {
  background-position: -763px -423px;
}
#blog-social div[data-t=pinterest] a {
  background-position: -161px -423px;
  width: 39px;
}
#blog-social div[data-t=vimeo] a {
  background-position: -723px -423px;
}
#blog-social div[data-t=youtube] a {
  background-position: -803px -423px;
}

#blog-about > div {
  text-align: center;
}
#blog-about .about-link {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  vertical-align: middle;
}
#blog-about .about-link img {
  width: 140px;
}
#blog-about p {
  max-width: 400px;
  margin: 5px auto 0;
  font-size: 16px;
  line-height: 24px;
  color: #555;
}
#blog-about a {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  vertical-align: middle;
  color: #008faf;
}

#blog-popular ol {
  list-style: none;
  padding: 0;
}
@media (max-width: 900px) {
  #blog-popular ol {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  #blog-popular ol {
    width: auto;
  }
}
#blog-popular li {
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
#blog-popular li > a {
  float: left;
  margin-right: 10px;
  background-color: #e3e3e3;
}
@media (min-width: 901px) {
  #blog-popular li > a {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 900px) {
  #blog-popular li > a {
    width: 100px;
    height: 100px;
  }
}
#blog-popular li > a img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#blog-popular li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#blog-popular .info a {
  padding-top: 2px;
  font-size: 16px;
  color: #555;
}
#blog-popular .info a:hover {
  color: #6c8eb3;
}

@media (max-width: 900px) {
  #blog-newsletter > div {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  #blog-newsletter > div {
    width: auto;
  }
}
#blog-newsletter p {
  font-size: 16px;
  margin: 16px 0;
  line-height: 24px;
  color: #555;
}
#blog-newsletter .eo-input {
  background: #fff;
  border: 1px solid #ddd;
  color: #444;
  width: 100%;
  padding: 10px;
  cursor: text;
  margin-bottom: 10px;
}
#blog-newsletter [type=text] {
  display: none;
}
#blog-newsletter .submit {
  margin: 5px 0;
}
#blog-newsletter .go-btn {
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  background: #777;
  color: #fff;
  font-size: 14px;
  font-weight: 600 !important;
  text-transform: uppercase;
  transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  border-radius: 0;
}

#blog-facebook h4 {
  border: 0;
}

#blog-tags {
  display: none;
}

#blog-archive {
  display: none;
}

/* BLOG SINGLE PAGE*/
#article {
  background-color: #fff;
}
#article .article-header {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  padding: 20px;
  color: #555;
}
#article .article-header .title-box {
  min-height: 70px;
}
#article h1 {
  font-size: 30px;
  line-height: 36px;
  color: #666;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}
#article .byline {
  margin-top: 5px;
  font-size: 13px;
  line-height: 20px;
  color: #777;
}
#article .byline .eoLink {
  font-weight: 400;
}

#article-body {
  font-size: 16px;
  line-height: 24px;
  color: #444;
  overflow: hidden;
}
#article-body .img-box img {
  width: 100%;
  vertical-align: middle;
}
#article-body h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
  font-weight: 300;
}
#article-body [data-t=paragraph],
#article-body [data-t=quote] {
  margin: 25px 0;
  padding: 0 20px;
}

/* BLOG SHARE */
#share {
  margin: 20px 0 40px;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 550px) {
  #share {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#share li {
  padding-right: 20px;
  height: 40px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 550px) {
  #share li {
    display: block;
    height: 43px;
    margin-bottom: 3px;
    text-align: center;
  }
}
#share li:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#share li:last-child() {
  margin-right: 0;
}
#share li[data-t=facebook] {
  background-color: #3b579d;
}
#share li[data-t=facebook] i {
  background-position: 0 -423px;
}
#share li[data-t=twitter] {
  background-color: #5ea9dd;
  padding-left: 10px;
}
#share li[data-t=twitter] i {
  background-position: -40px -423px;
}
#share li[data-t=googleplus] {
  background-color: #c55542;
  padding-left: 10px;
}
#share li[data-t=googleplus] i {
  background-position: -80px -423px;
}
#share i {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin-right: 5px;
  height: 100%;
  background: url("/build/images/sprite.png") no-repeat;
}

/* BLOG ARTICLE COMMENTS */
#article-comments {
  min-height: 82px;
}
@media (min-width: 901px) and (max-width: 1024px) {
  #article-comments {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 900px) {
  #article-comments {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

.footer-page .page-col {
  margin-right: 312px;
  padding: 0 20px;
}
@media (max-width: 1000px) {
  .footer-page .page-col {
    margin-right: 250px;
  }
}
@media (max-width: 768px) {
  .footer-page .page-col {
    margin-right: 0;
  }
}
.footer-page .page-col .page-body {
  margin: 30px auto 40px;
  max-width: 800px;
  line-height: 21px;
}
.footer-page .page-col .page-body h1,
.footer-page .page-col .page-body h2 {
  color: #777;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .footer-page .page-col .page-body h1,
.footer-page .page-col .page-body h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.footer-page .page-col .page-body div {
  line-height: 21px;
  color: #444;
}
.footer-page .page-col .page-body h4 {
  color: #6c8eb3;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-page .page-col .page-body p {
  margin-bottom: 20px;
}
.footer-page .page-col .page-body ul {
  margin-left: 50px;
  list-style-type: square;
  padding: 0;
}
.footer-page .page-col .page-body ul .bold {
  font-weight: 600 !important;
}
.footer-page #collage {
  max-width: 1360px;
  height: 240px;
  overflow: hidden;
}
.footer-page #collage img {
  width: 1260px;
  height: 100%;
}

.menu-right {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 312px;
  padding: 102px 20px 0;
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .menu-right {
    display: none;
  }
}
@media (max-width: 1000px) {
  .menu-right {
    width: 250px;
  }
}
.menu-right .section-title {
  font-size: 18px;
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu-right ul {
  margin-top: 4px;
  list-style: none;
  padding: 0;
}
.menu-right a {
  display: block;
  line-height: 21px;
  color: #444;
}
.menu-right a:hover {
  color: #777;
}

.social-right {
  margin-top: 10px !important;
  margin-bottom: 5px;
  display: flex;
}
.social-right li {
  margin-right: 5px;
}
.social-right li a {
  width: 31px;
  height: 27px;
  background: url("/build/images/sprite.png") no-repeat;
  opacity: 0.25;
  filter: alpha(opacity=25);
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  display: block;
  line-height: 21px;
  color: #444;
}
.social-right li a.eoFB {
  background-position: -737px -4px;
}
.social-right li a.eoTW {
  background-position: -768px -4px;
}
.social-right li a.eoVM {
  background-position: -799px -4px;
}
.social-right li a.eoIN {
  background-position: -830px -4px;
}
.social-right li a.eoGP {
  background-position: -799px -31px;
}
.social-right li a.eoPI {
  background-position: -799px -58px;
}
.social-right li a:hover {
  opacity: 0.35;
  filter: alpha(opacity=35);
  color: #777;
}

.about-page .page-body .spcr {
  width: 40px;
  height: 5px;
  background-color: #999;
  margin-bottom: 5px;
}
.about-page .page-body #address {
  margin-bottom: 30px;
}
.about-page .page-body .eomu {
  text-align: center;
  padding-bottom: 20px;
}
.about-page .page-body .eomu div {
  width: 50%;
  display: inline-block;
  padding: 20px 0;
}
@media (max-width: 479px) {
  .about-page .page-body .eomu div {
    width: 100%;
  }
}
.about-page .page-body .eomu .bbox {
  border-right: 1px solid #ccc;
}
@media (max-width: 479px) {
  .about-page .page-body .eomu .bbox {
    border-right: 0px;
  }
}
.about-page .page-body .eomu .bbox .logoC {
  display: inline-block;
  width: 200px;
  height: 150px;
}
.about-page .page-body .eomu .bbox a img {
  width: 270px;
  height: 22px;
}

@media (max-width: 950px) {
  .team-page .page-col {
    margin-right: 0;
  }
}
.team-page .page-col .page-body {
  max-width: 1260px;
}
@media (max-width: 675px) {
  .team-page .page-col .page-body {
    max-width: 100%;
  }
}
@media (max-width: 1310px) {
  .team-page .page-col .page-body {
    max-width: 620px;
  }
}
@media (min-width: 1311px) and (max-width: 1625px) {
  .team-page .page-col .page-body {
    max-width: 940px;
  }
}
@media (max-width: 675px) {
  .team-page .page-col .page-body #collage {
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 1310px) {
  .team-page .page-col .page-body #collage {
    max-width: 620px;
  }
}
@media (max-width: 1625px) {
  .team-page .page-col .page-body #collage {
    max-width: 940px;
  }
}
@media (max-width: 675px) {
  .team-page .page-col .page-body #collage img {
    width: 900px;
    height: auto;
    margin-left: -200px;
  }
}
@media (max-width: 1310px) {
  .team-page .page-col .page-body #collage img {
    margin-left: -463px;
  }
}
@media (max-width: 1625px) {
  .team-page .page-col .page-body #collage img {
    margin-left: -160px;
  }
}
.team-page .team-introduction {
  display: block;
  margin-top: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.team-page .team-introduction p {
  margin-bottom: 0;
}
.team-page .team-members {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.team-page .team-members .member-row {
  display: flex;
  max-height: 200px;
  margin: 20px 0 20px;
}
.team-page .team-members .member-row .member-image {
  width: 20%;
  display: flex;
  justify-content: center;
}
.team-page .team-members .member-row .member-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.team-page .team-members .member-row .member-description {
  width: 80%;
  display: flex;
  margin-left: 15px;
  flex-direction: column;
}
.team-page .team-members .member-row .member-description .member-name {
  font-size: 20px;
  padding-top: 10px;
}
.team-page .team-members .member-row .member-description .member-position {
  color: #999;
  font-size: 18px;
  padding: 10px 0 10px;
  font-style: italic;
}
.team-page .team-members .member-row .member-description .member-bio {
  font-size: 15px;
  overflow: hidden;
  overflow-y: auto;
}
.team-page #memList {
  margin: 40px 0 0 -20px;
  list-style-type: none;
  padding: 0;
  overflow-x: hidden;
}
@media (max-width: 675px) {
  .team-page #memList {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
  }
}
.team-page #memList .mem {
  position: relative;
  width: 300px;
  margin: 0 0 20px 20px;
  float: left;
}
@media (max-width: 675px) {
  .team-page #memList .mem {
    width: 100%;
    margin-left: 0;
  }
}
.team-page #memList .mem img {
  width: 100%;
  height: auto;
}
.team-page #memList .mem .usr-btm {
  position: relative;
}
.team-page #memList .mem .usr-img {
  left: 0;
  top: 6px;
}
.team-page #memList .mem .circle {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.team-page #memList .mem .usr-img {
  position: absolute;
  height: 43px;
  width: 43px;
}
.team-page #memList .mem p {
  display: none;
}
.team-page #memList .mem .usr-wrap {
  margin-left: 58px;
}
.team-page #memList .mem .usr-wrap h4 {
  font-size: 20px;
  color: #444;
  padding-top: 7px;
  margin-bottom: 0;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.team-page #memList .mem .usr-wrap div {
  color: #666;
  margin-top: 1px;
  font-style: italic;
}
.team-page #memList .mem .mem-nfo {
  margin-top: 14px;
}
.team-page #memList .mem .mem-nfo .eoLink {
  display: inline-block;
  margin: 0;
  line-height: 30px;
  text-transform: uppercase;
  color: #2c74b1;
  cursor: pointer;
  font-weight: 400;
}
.team-page #memList .mem .mem-nfo .eoLink:hover {
  opacity: 0.9;
}
.team-page #memList .mem.active #bioPullArr {
  display: block;
}
.team-page .flw {
  line-height: 26px !important;
  padding: 0 14px;
  border: 2px solid #8ea4bc;
  color: #777;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  float: right;
}
.team-page #bioPull {
  float: left;
  width: 100%;
  display: none;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 675px) {
  .team-page #bioPull {
    padding-left: 0;
  }
}
.team-page #bioPull.active {
  display: list-item;
}
.team-page #bioPull .closeBig {
  margin: 20px 20px 0 20px;
  opacity: 0.2;
  float: right;
  height: 30px;
  width: 30px;
  background: url("/build/images/sprite.png") no-repeat;
  background-position: -29px -40px;
  z-index: 1;
  cursor: pointer;
}
.team-page #bioPull .closeBig:hover {
  opacity: 0.3;
}
.team-page #bioPull div {
  background: #333;
  padding: 20px;
  color: #ccc !important;
  font-size: 16px;
  min-height: 140px;
  line-height: 24px;
}
.team-page #bioPullArr {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #333;
  display: none;
}
@media (max-width: 950px) {
  .team-page .menu-right {
    display: none;
  }
}

.feedback-page .page-body input {
  margin-bottom: 20px;
}
.feedback-page #fbBox {
  margin-top: 20px;
}
.feedback-page #fbBox .eo-input {
  border: 1px solid #ddd;
  width: 100%;
  padding: 10px;
  color: #888;
  cursor: text;
  background: #fff;
}
.feedback-page #fbBox #feedback {
  margin-bottom: 15px;
}
.feedback-page #fbBox #submit {
  float: right;
  cursor: pointer;
  color: #fff;
  background-color: #6c8eb3;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 0;
}
.feedback-page #fbBox #submit:hover {
  background-color: #7b9abc;
}
.feedback-page #tyBox {
  display: none;
  color: #888;
  font-size: 22px;
  padding-top: 40px;
  text-align: center;
  line-height: 21px;
}

.payment-page {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.payment-page .title-page {
  font-size: 22px;
  font-family: Roboto-Medium;
  margin-top: 35px;
  color: #333F4F;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .payment-page .title-page {
    padding: 0 15px;
  }
}
.payment-page .wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .payment-page .wrapper {
    flex-direction: column-reverse;
    padding: 0 15px;
  }
}
.payment-page .wrapper.processing-payment {
  z-index: 1;
  height: 100%;
  width: 100%;
}
.payment-page .wrapper .details-payment {
  width: 100%;
  padding: 30px 20px;
  background: #FFF;
}
.payment-page .wrapper .details-payment .stripe .credit-card-inputs.complete {
  border: 0;
}
.payment-page .wrapper .details-payment .stripe .credit-card-inputs .label {
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "Roboto-Light";
  color: #333F4F;
}
.payment-page .wrapper .details-payment .stripe .credit-card-inputs .stripe-element {
  margin-bottom: 15px;
}
.payment-page .wrapper .details-payment .stripe .credit-card-inputs .stripe-card {
  border-radius: 5px;
  border: 2px solid #DCDFE6;
}
.payment-page .wrapper .details-payment .stripe .credit-card-inputs .stripe-card.complete {
  border-radius: 5px;
  border-color: #33bb33;
}
.payment-page .wrapper .details-payment .stripe .credit-card-inputs .StripeElement {
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}
.payment-page .wrapper .details-payment .stripe .credit-card-inputs .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.payment-page .wrapper .details-payment .stripe .credit-card-inputs .StripeElement--invalid {
  border-color: #fa755a;
}
.payment-page .wrapper .details-payment .stripe .credit-card-inputs .StripeElement--empty {
  border-color: #fa755a;
}
.payment-page .wrapper .details-payment .stripe .credit-card-inputs .StripeElement--complete {
  border-color: #33bb33;
}
.payment-page .wrapper .details-payment .stripe .credit-card-inputs .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.payment-page .wrapper .details-payment .description-text {
  font-size: 15px;
  font-family: "Roboto-Light";
  color: #333F4F;
  margin-bottom: 10px;
}
.payment-page .wrapper .details-payment .separator-payment {
  border-top: 1px solid #DCDFE6;
  margin-top: 15px;
  margin-bottom: 15px;
}
.payment-page .wrapper .details-payment h2 {
  font-size: 18px;
  font-family: Roboto-Regular;
}
.payment-page .wrapper .details-payment h2 span {
  color: #5F8FCB;
}
.payment-page .wrapper .details-payment .list-checks {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.payment-page .wrapper .details-payment .list-checks div {
  display: flex;
  align-items: center;
  font-family: "Roboto-Light";
  font-size: 15px;
  color: #333F4F;
}
.payment-page .wrapper .details-payment .list-checks div img {
  height: 13px;
  width: auto;
  margin-right: 5px;
}
.payment-page .wrapper .details-payment .textarea-embark {
  margin-bottom: 10px;
}
.payment-page .wrapper .details-payment .textarea-embark textarea {
  border-radius: 5px;
  border: 2px solid #DCDFE6;
  padding: 10px;
  font-family: Roboto-Regular;
  color: #333F4F;
  width: 100%;
}
.payment-page .wrapper .details-payment .textarea-embark textarea:focus {
  outline: none;
  box-shadow: none;
}
.payment-page .wrapper .details-payment .bottom-action {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.payment-page .wrapper .details-payment .bottom-action p {
  font-size: 15px;
  font-family: "Roboto-Light";
  color: #333F4F;
  margin-bottom: 0;
}
.payment-page .wrapper .details-payment .bottom-action button {
  padding: 12px 20px;
  color: #fff;
  background-color: #6c8eb3;
  border: 0;
  font-family: Roboto-Regular;
  width: 150px;
  min-width: 150px;
  margin-left: 15px;
  outline: none;
  box-shadow: none;
}
.payment-page .wrapper .details-payment .bottom-action button:hover {
  opacity: 0.9;
  outline: none;
  box-shadow: none;
}
.payment-page .wrapper .details-payment .bottom-action button:focus {
  outline: none;
  box-shadow: none;
}
.payment-page .wrapper .summary-box {
  width: 300px;
  min-width: 300px;
  background: #FFF;
  padding: 30px 20px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .payment-page .wrapper .summary-box {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
  }
}
.payment-page .wrapper .summary-box h2 {
  font-size: 18px;
  font-family: Roboto-Regular;
}
.payment-page .wrapper .summary-box .separator-payment {
  border-top: 1px solid #DCDFE6;
  margin-top: 15px;
  margin-bottom: 15px;
}
.payment-page .wrapper .summary-box .list-options-selected {
  display: flex;
  flex-direction: column;
}
.payment-page .wrapper .summary-box .list-options-selected div {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-family: "Roboto-Medium";
  color: #333F4F;
  margin-bottom: 5px;
}
.payment-page .wrapper .summary-box .list-options-selected div:last-child {
  margin-bottom: 0;
}
.payment-page .wrapper .summary-box .list-options-selected div img {
  height: 18px;
  width: auto;
  margin-right: 5px;
}
.payment-page .wrapper .summary-box .summary-prices {
  display: flex;
  flex-direction: column;
}
.payment-page .wrapper .summary-box .summary-prices .item-price {
  display: flex;
  margin-bottom: 5px;
}
.payment-page .wrapper .summary-box .summary-prices .item-price p {
  font-size: 13px;
  font-family: "Roboto-Medium";
  color: #333F4F;
  margin-bottom: 0;
}
.payment-page .wrapper .summary-box .summary-prices .item-price .price {
  margin-left: auto;
  font-size: 13px;
  font-family: "Roboto-Regular";
  color: #333F4F;
  margin-bottom: 0;
}
.payment-page .wrapper .summary-box .total-price {
  display: flex;
  align-items: center;
}
.payment-page .wrapper .summary-box .total-price p {
  font-size: 13px;
  font-family: "Roboto-Medium";
  color: #333F4F;
  margin-bottom: 0;
}
.payment-page .wrapper .summary-box .total-price .total-price {
  margin-left: auto;
  font-size: 15px;
  font-family: "Roboto-Medium";
  color: #5F8FCB;
}
.payment-page .box_overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(163, 163, 163, 0.37);
  z-index: 10;
}
.payment-page .box_content {
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.payment-page .page-col {
  width: 470px;
  color: #777;
  padding-right: 30px;
}
.payment-page .page-col h1 {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 44px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .payment-page .page-col h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.payment-page .page-col .stripe {
  margin-bottom: 15px;
  /* insert here stripe specific CSS */
}
.payment-page .page-col .stripe .stripe-card {
  border-radius: 5px;
  border: 1px solid grey;
}
.payment-page .page-col .stripe .stripe-card.complete {
  border-radius: 5px;
  border-color: green;
}
.payment-page .page-col .stripe .StripeElement {
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease;
}
.payment-page .page-col .stripe .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}
.payment-page .page-col .stripe .StripeElement--invalid {
  border-color: #fa755a;
}
.payment-page .page-col .stripe .StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.payment-page .page-col .statement {
  font-size: 12px;
  padding-bottom: 15px;
}
.payment-page .page-col .introduction {
  padding: 15px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.payment-page .page-col .introduction h2 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 12px;
}
.payment-page .page-col .introduction div {
  font-size: 13px;
  line-height: 15px;
}
.payment-page .page-col .introduction ul {
  list-style-type: square;
  margin: 12px 0;
}
.payment-page .page-col .introduction ul li {
  font-size: 13px;
}
.payment-page .page-col .introduction textarea {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  width: 100%;
  color: #888;
  padding: 10px;
}
.payment-page .page-col .extra {
  padding: 15px 0;
}
.payment-page .page-col .extra div {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 12px;
}
.payment-page .page-col .extra button {
  padding: 12px 20px;
  color: #fff;
  background-color: #6c8eb3;
  border: 0;
}
.payment-page .page-col .extra button:hover {
  opacity: 0.9;
}
.payment-page .page-col .captcha {
  /* insert captcha specific code here */
}
.payment-page .payments-sidebar {
  width: 250px;
  height: auto;
}
.payment-page .payments-sidebar .content {
  background-color: #fff;
  padding: 5px 15px 15px;
}
.payment-page .payments-sidebar .line {
  padding-top: 10px;
  font-size: 13px;
  color: #777;
}
.payment-page .payments-sidebar .line strong {
  font-weight: 700;
}
.payment-page .payments-sidebar .line.mb {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.payment-page .payments-sidebar .line.fl {
  display: flex;
  flex-wrap: wrap;
}
.payment-page .payments-sidebar .line.fl .left,
.payment-page .payments-sidebar .line.fl .right {
  width: 50%;
}

.refund-cancellation-page h6 {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #444;
  font-weight: 600 !important;
  font-size: 14px;
  line-height: 21px;
}
.refund-cancellation-page table,
.refund-cancellation-page th,
.refund-cancellation-page td {
  border: 1px solid #999;
}
.refund-cancellation-page table {
  max-width: 420px;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.refund-cancellation-page th {
  text-align: center;
  color: #444;
  font-weight: 600;
  line-height: 36px;
}
.refund-cancellation-page td {
  width: 50%;
  padding: 7px 0 8px 10px;
}