:root {
  --brand-blue: #005ae5;
  --brand-dark: #38454d;
  --text-primary: #222d43;
  --bg-light: #f9f9f9;
  --bg-panel: #edeff0;
  --white: #ffffff;
  --muted: #ebebeb;
  --accent-green: #7ea13b;
  --accent-red: #c81414;
  /* new */

  --bgblue: #005ae5;

  /* === Verde === */
  --verde-dark-2: #27a565;
  --verde-dark-1: #31ce7e;
  --verde: #5fd99b;
  --verde-light-1: #b1ecce;
  --verde-light-2: #daf6e8;
  --verde-light-3: #eafaf2;

  /* === Blu === */
  --blu-dark-2: #003280;
  --blu-dark-1: #0046b2;
  --blu: #0050cc;
  --blu-light-1: #99c1ff;
  --blu-light-2: #cce0ff;
  --blu-light-3: #e5f0ff;
  --blu-light-4: #f5f9ff;

  /* === Neutri === */
  --black: #191919;
  --black-light: #4d4d4d;
  --grey-dark-4: #666666;
  --grey-dark-3: #999999;
  --grey-dark-2: #cccccc;
  --grey-dark-1: #e0e0e0;
  --grey: #ededed;
  --grey-light-1: #fafafa;
  --grey-light-2: #fcfcfc;
  --white: #ffffff;

  /* === Stato: Success === */
  --success-green-dark: #367c39;
  --success-green: #4cae50;
  --success-green-light-1: #d8eed9;
  --success-green-light-2: #91cf93;

  /* === Stato: Warning === */
  --warning-orange-dark: #d17a00;
  --warning-orange: #ff9807;
  --warning-orange-light-1: #ffd499;
  --warning-orange-light-2: #fff6eb;

  /* === Stato: Danger === */
  --danger-red-dark: #cc160a;
  --danger-red: #f54236;
  --danger-red-light-1: #f87f77;
  --danger-red-light-2: #fddad8;

  /* === Font Families === */
  --ff-heading: "Montserrat Alternates", sans-serif;
  --ff-body: "Source Sans 3", sans-serif;

  /* === Font Weights === */
  --fw-bold: 700;
  --fw-semibold: 600;
  --fw-regular: 400;

  /* === Heading Sizes === */
  --fs-h1: 3rem; /* 48px */
  --lh-h1: 4rem; /* 64px */
  --ls-h1: 0.025rem; /* 0.4px */

  --fs-h2: 2.5rem; /* 40px */
  --lh-h2: 3rem; /* 48px */
  --ls-h2: 0.022rem; /* 0.35px */

  --fs-h3: 2.125rem; /* 34px */
  --lh-h3: 2.5rem; /* 40px */
  --ls-h3: 0.021rem; /* 0.33px */

  --fs-h4: 1.75rem; /* 28px */
  --lh-h4: 2rem; /* 32px */
  --ls-h4: 0.021rem; /* 0.33px */

  --fs-h5: 1.5rem; /* 24px */
  --lh-h5: 1.75rem; /* 28px */
  --ls-h5: 0.021rem; /* 0.34px */

  --fs-h6: 1.125rem; /* 18px */
  --lh-h6: 1.5rem; /* 24px */
  --ls-h6: -0.0275rem; /* -0.44px */

  /* === Body === */
  --fs-body: 1rem; /* 16px */
  --lh-body: 1.5rem; /* 24px */
  --ls-body: -0.02rem; /* -0.32px */

  /* === Actions === */
  --fs-action: 1rem;
  --lh-action: 1.5rem;
  --ls-action: -0.02rem;

  /* === Footnote === */
  --fs-footnote: 0.875rem;
  --lh-footnote: 1.24rem;
  --ls-footnote: -0.009rem;

  /* === Caption === */
  --fs-caption: 0.75rem;
  --lh-caption: 1rem;
  --ls-caption: 0;

  /* === Overline === */
  --fs-overline: 0.625rem;
  --lh-overline: 0.75rem;
  --ls-overline: 0.0075rem;
}
body,
html {
  color: var(--text-primary);
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  position: relative;
  font-family: "Source Sans 3", sans-serif;
}
.sans {
  font-family: "Source Sans 3", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.title-search-page {
  display: inline;
  font-size: 30px;
}
blockquote,
dd,
dl,
dt,
li,
ol,
p,
pre,
span,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
tr,
ul {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
th {
  padding: 0;
  margin: 0;
  text-align: center;
}
td {
  color: #38454d;
  padding: 0;
  margin: 0;
  font-weight: 300;
}
ul:not(.list) li {
  list-style: none;
}
strong {
  font-weight: 700;
}
a {
  color: var(--blu);
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--blu-dark-2);
}
* {
  line-height: inherit;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #38454d;
}
.final-price {
  font-size: 20px;
}
.vh-centered {
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateX(0) translateY(-50%);
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  position: absolute;
  width: 90%;
  margin: auto !important;
}
.v-centered {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.h-centered {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}
.eff01 {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.eff02 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.eff03 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.eff04 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.eff05 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.eff06 {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.eff07 {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.eff08 {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.eff0 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.eff1 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.message-bubble {
  padding: 4px 10px;
  background-color: #7ea13b;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  display: none;
}
.message-bubble.red {
  background-color: var(--accent-red);
}
.message-bubble.red .fa-caret-down {
  color: #c81414;
}
.message-bubble * {
  color: #fff;
}
.message-bubble .fa-caret-down {
  position: absolute;
  bottom: -10px;
  left: 8px;
  font-size: 18px;
  color: var(--accent-green);
}
.button:not(.btn) {
  padding: 16px 22px;
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  border: 0;
  outline: 0;
  position: relative;
  margin: 10px 0 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  background: var(--brand-blue);
  cursor: pointer;
}
.button:not(.btn):hover {
  background: #1976d2;
}
.button:not(.btn):target {
  background: #0d47a1;
}
.button:not(.btn).cancel-button {
  background: 0 0;
  color: var(--brand-blue);
  min-width: 150px;
}
.button:not(.btn)#buyTicket {
  margin-top: 0;
  margin-bottom: 16px;
}
.button:not(.btn) .fa {
  margin-left: 6px;
}
.button:not(.btn) span {
  color: #fff;
}
.publish_unpublish_buttons {
  float: right;
  margin-top: -1px !important;
  color: #fff !important;
}
.download_resume_btn {
  min-width: 20px;
  padding: 8px 16px !important;
  margin-top: -6.5px !important;
  margin-left: 20px;
}
.download_resume_btn i {
  font-size: 15px;
  margin-top: 2px;
  margin-left: 3px !important;
  color: #fff;
}
.resume_name {
  float: left;
  text-decoration: none;
  transition: 0.3s;
  max-width: 500px;
  text-align: left;
}
.resume_name:hover {
  color: #c3c3c3;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--blu);
  z-index: 1000009;
}
.loading-overlay .loading-icon-wrap {
  width: 100px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}
.loading-overlay .loading-icon-wrap img {
  width: 100%;
}
.loading-overlay-airplane {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 10000099999;
  display: none;
}
.loading-overlay-airplane .loading-icon-airplane {
  width: 100px;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  transform: translate(-50%, -50%);
}
.loading-overlay-airplane .loading-icon-airplane img {
  width: 200px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ui-widget.ui-widget-content {
  border: 0 !important;
}
.form-popup {
  position: fixed;
  z-index: 1000008;
  width: 100%;
  height: 100%;
  background-color: rgba(11, 70, 123, 0.95);
  display: none;
}
.form-popup .form-box {
  width: 95%;
  width: -webkit-calc(95% - 112px);
  width: -moz-calc(95% - 112px);
  width: calc(95% - 112px);
  max-width: 560px;
  padding: 56px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.form-popup .form-box:after {
  content: " ";
  display: block;
  clear: both;
}
.form-popup .form-box h2 {
  font-size: 30px;
  color: var(--brand-blue);
  font-weight: 300;
  padding-bottom: 20px;
  text-align: left;
}
.form-popup .form-box .button {
  font-size: 12px;
  float: right;
  margin: 16px 0 0 0;
  padding: 8px 14px;
  cursor: pointer;
}
.form-popup .form-box .forgot {
  font-size: 12px;
  float: left;
  margin: 10px 0 0 0;
  color: var(--blu);
  padding: 8px 14px 8px 2px;
  cursor: pointer;
}
.form-popup .form-box .forgot-password-wrap {
  display: none;
}
.form-popup .close-form-popup {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.blur {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.input-wrap:not(.form-control) {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  border: 1px solid #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}
.input-wrap:not(.form-control) label {
  text-align: left;
  width: 100%;
  display: block;
  color: #bbb;
  position: absolute;
  top: 21px;
  font-size: 16px;
  z-index: 0;
}
.input-wrap:not(.form-control) label.error {
  right: 2px;
  top: 2px;
  display: block;
  width: auto;
  font-size: 12px;
  color: #eb2222;
  z-index: 999999999;
}
.input-wrap input {
  font-size: 16px;
  width: 100%;
  height: 45px;
  border: 0;
  outline: 0;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  color: #38454d;
  box-sizing: border-box;
}
.input-wrap textarea {
  font-size: 16px;
  width: 100%;
  height: 45px;
  border: 0;
  outline: 0;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  background: 0 0;
  color: #333;
}
.input-wrap.select:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 16px;
  color: #bbb;
  bottom: 14px;
}
.input-wrap.select select {
  width: 100% !important;
  background-color: #fff !important;
  height: 45px !important;
  padding: 0 16px !important;
  outline: 0 !important;
  border: none !important;
  font-size: 16px !important;
  box-shadow: none !important;
  background-image: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #38454d !important;
}
.input-wrap.select select:focus {
  outline: 0;
}
.input-wrap.checkbox-input {
  border: 0 !important;
  height: 36px;
}
.input-wrap.checkbox-input label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  top: 0 !important;
  font-size: 16px !important;
  border: 0 !important;
}
.input-wrap.checkbox-input label .indicator {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #bbb;
}
.input-wrap.checkbox-input label .indicator:after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.input-wrap.checkbox-input label:hover input ~ .indicator {
  background: #ccc;
}
.input-wrap.checkbox-input
  label:hover
  input:not([disabled]):checked
  ~ .indicator {
  background: #1976d2;
}
.input-wrap.checkbox-input label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.input-wrap.checkbox-input label input:focus ~ .indicator {
  background: #ccc;
}
.input-wrap.checkbox-input label input:checked ~ .indicator {
  background: var(--blu);
}
.input-wrap.checkbox-input label input:checked ~ .indicator:after {
  display: block;
}
.input-wrap.checkbox-input label input:disabled ~ .indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.input-wrap.checkbox-input label input:disabled ~ .indicator:after {
  border-color: #7b7b7b;
}
.input-wrap.radio-input label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 18px;
}
.input-wrap.radio-input label .indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.input-wrap.radio-input label .indicator:after {
  content: "";
  position: absolute;
  display: none;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.input-wrap.radio-input label:hover input ~ .indicator {
  background: #ccc;
}
.input-wrap.radio-input label:hover input:not([disabled]):checked ~ .indicator {
  background: #0e647d;
}
.input-wrap.radio-input label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.input-wrap.radio-input label input:focus ~ .indicator {
  background: #ccc;
}
.input-wrap.radio-input label input:checked ~ .indicator {
  background: var(--blu);
}
.input-wrap.radio-input label input:checked ~ .indicator:after {
  display: block;
}
.input-wrap.radio-input label input:disabled ~ .indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.input-wrap.radio-input label input:disabled ~ .indicator:after {
  border-color: #7b7b7b;
}
.eff01.col-30 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(33.3333% - 38px);
  width: -moz-calc(33.3333% - 38px);
  width: calc(33.3333% - 38px);
}
.col-30 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(33.3333% - 38px);
  width: -moz-calc(33.3333% - 38px);
  width: calc(33.3333% - 38px);
  margin: auto;
}
.col-30:nth-child(3n + 3) {
  margin-right: 0;
}
.col-80 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(80% - 32px);
  width: -moz-calc(80% - 32px);
  width: calc(80% - 32px);
}
.col-25 {
  margin-right: 32px;
  float: left;
  width: -webkit-calc(25% - 26px);
  width: -moz-calc(25% - 26px);
  width: calc(25% - 26px);
}
.col-25:nth-child(4n + 4) {
  margin-right: 0;
}
.col-20 {
  margin-right: 32px;
  float: left;
  width: -webkit-calc(20% - 28px);
  width: -moz-calc(20% - 28px);
  width: calc(20% - 28px);
}
.col-20:nth-child(5n + 5) {
  margin-right: 0;
}
.col-16 {
  margin-right: 32px;
  float: left;
  width: -webkit-calc(16.666666% - 28px);
  width: -moz-calc(16.666666% - 28px);
  width: calc(16.666666% - 28px);
}
.col-16:nth-child(5n + 5) {
  margin-right: 0;
}
.col-75 {
  margin-right: 32px;
  float: left;
  width: -webkit-calc(75% - 10px);
  width: -moz-calc(75% - 10px);
  width: calc(75% - 10px);
}
.col-50 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(50% - 28px);
  width: -moz-calc(50% - 28px);
  width: calc(50% - 28px);
}
.col-50:nth-child(2n + 2) {
  margin-right: 0;
}
.col-60 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(50% - 28px);
  width: -moz-calc(50% - 28px);
  width: calc(40% - 28px);
}
.col-60:nth-child(2n + 2) {
  margin-right: 0;
}
.col-100 {
  float: left;
  width: 100%;
}
.data-wrap {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border: 0;
  padding-top: 16px;
  border-bottom: 0;
  text-align: left;
}
.data-wrap label {
  text-align: left;
  width: 100%;
  display: block;
  color: #bbb;
  position: absolute;
  top: 0;
  font-size: 12px;
  z-index: 0;
}
.data-wrap.col-30 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(33.3333% - 38px);
  width: -moz-calc(33.3333% - 38px);
  width: calc(33.3333% - 38px);
}
.data-wrap.col-30:nth-child(3n + 3) {
  margin-right: 0;
}
.data-wrap.col-50 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(50% - 28px);
  width: -moz-calc(50% - 28px);
  width: calc(50% - 28px);
}
.data-wrap.col-50:nth-child(2n + 2) {
  margin-right: 0;
}
.data-wrap.col-60 {
  margin-right: 56px;
  float: left;
  width: -webkit-calc(50% - 28px);
  width: -moz-calc(50% - 28px);
  width: calc(50% - 28px);
}
.data-wrap.col-60:nth-child(2n + 2) {
  margin-right: 0;
}
.data-wrap.col-100 {
  float: left;
  width: 100%;
}
.main-wrap {
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 1;
  position: relative;
}
.navigation-wrap {
  width: 100%;
  height: 70px;
  background: var(--blu);
  color: var(--white);
  position: relative;
  z-index: 9997;
}
.navigation-wrap.home {
  background: unset;
  position: absolute;
  z-index: 9997;
}
.navigation-wrap .inner-wrap {
  width: 100%;
  max-width: 1296px;
  margin: auto;
  height: 100%;
  position: relative;
}
.navigation-wrap .inner-wrap .logo {
  left: 0;
  width: 297px;
  height: auto;
}
.navigation-wrap .inner-wrap .logo .st0 {
  fill: var(--white);
}
.navigation-wrap .inner-wrap .user-wrap .avatar {
  left: 14px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  background-color: var(--blu);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.navigation-wrap .inner-wrap .user-wrap a {
  padding-left: 58px !important;
}
.navigation-wrap .inner-wrap .logo-text {
  left: 62px;
  font-size: 18px;
  color: var(--white) !important;
  text-decoration: none;
  width: auto;
}
.navigation-wrap .inner-wrap .navigation {
  right: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.navigation-wrap .inner-wrap .navigation > li {
  display: block;
  float: left;
  margin-left: 24px;
  position: relative;
}
.navigation-wrap .inner-wrap .navigation > li > a:not(.btn) {
  color: var(--white);
  cursor: pointer;
  font-size: 16px;
  padding: 24px 14px;
  display: inline-block;
  text-decoration: none;
}
.navigation-wrap .inner-wrap .navigation > li > a .fa {
  margin-left: 6px;
}
.navigation-wrap .inner-wrap .navigation > li > a .fa-sign-in {
  margin-left: 0;
  margin-right: 6px;
}
.navigation-wrap .inner-wrap .navigation > li .fold {
  bottom: -26px;
  color: #fff;
  font-size: 24px;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown {
  position: relative;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul {
  position: absolute;
  top: 100%;
  right: 16px;
  display: none;
  width: 160px;
  padding: 10px 0 0 0;
  margin: 0;
  z-index: 1;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li {
  background: var(--blu);
  padding: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0;
  width: 100%;
  display: block;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li.icon {
  padding: 0;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li.icon i {
  top: -9px;
  font-size: 32px;
  color: var(--blu);
  text-shadow: 0 -2px 0 var(--white);
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li:first-child {
  padding-top: 6px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #fff;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li:last-child {
  padding-bottom: 6px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #fff;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li a {
  display: block;
  padding: 8px 14px !important;
  font-size: 14px !important;
  text-decoration: none !important;
  color: #fff;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li a .fa {
  width: 8px;
  margin-right: 15px;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li a .fas {
  width: 8px;
  margin-right: 15px;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown ul li a:hover {
  color: #cccece !important;
}
.navigation-wrap .inner-wrap .navigation > li.dropdown:hover ul {
  display: block;
}
.navigation-wrap .inner-wrap .navigation > li .button {
  background: 0 0 !important;
  border: 1px solid #fff;
  padding: 4px 10px;
  margin-top: 18px;
  text-transform: none;
}
.navigation-wrap .inner-wrap .navigation > li .button .fa {
  margin-left: 0;
  margin-right: 4px;
}
.navigation-wrap .inner-wrap .navigation > li .button:hover {
  color: #fff;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap {
  width: 100%;
  height: 100%;
}
.content-wrap .profile-details .image-wrap {
  width: 150px;
  height: 150px;
  background-color: var(--blu);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  border-bottom: 2px solid #ededed;
}
.content-wrap .profile-details .image-wrap input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.content-wrap .profile-details .image-wrap .browse-image {
  background-color: var(--blu);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.content-wrap .profile-details .image-wrap .browse-image:hover {
  background: #1976d2;
}
.tab-button:hover,
.tab-button:focus {
  text-decoration: none;
}
.profile-details .tab {
  display: none;
}
.profile-details .tab.active {
  display: block;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .sep-line {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 3px;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .sep-line
  i {
  font-size: 60px;
  color: #fff;
  position: absolute;
  left: -15px;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .sep-line
  .line {
  border: dashed 2px #fff;
  height: 100%;
  width: 1px;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .block.col-16 {
  margin-right: 0;
  width: 16.6666%;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .block.col-20 {
  position: relative;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .block.col-20
  > div
  > label {
  font-size: 12px;
  margin: 0;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .block.col-20
  > div
  > span {
  font-size: 20px;
  display: block;
  margin-top: -8px;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .block.col-20
  .select
  .form-control {
  background-color: transparent;
}
.content-wrap
  .profile-details
  .tab.event-tab
  .tickets-list
  .ticket-info
  .inner-wrap
  .block.col-20
  .input-wrap
  input {
  height: 38px;
}
.content-wrap .profile-details .tab.active {
  display: block;
}
.content-wrap .edit-section {
  padding: 0 0 24px 0 !important;
}
.content-wrap .wizard-section {
  padding: 56px 0 !important;
}
.content-wrap .profile-details {
  padding: 20px 0 !important;
}
.content-wrap .profile-details.balance .inner-wrap > p.text {
  text-align: center;
  border-bottom: 1px dashed #b3b3b3;
  padding-bottom: 32px;
  font-size: 32px;
}
.content-wrap .profile-details.balance .inner-wrap > p.text img {
  margin-right: 32px;
  width: 120px;
}
.content-wrap .profile-details.balance .ticket-info {
  margin-top: 32px;
}
.content-wrap .profile-details.balance .ticket-info > .inner-wrap p {
  margin: 0;
}
.content-wrap .profile-details.balance .ticket-info > .inner-wrap > div {
  border: solid 1px #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding: 12px 0;
}
.content-wrap .profile-details.balance .ticket-info > .inner-wrap > div .block {
  text-align: center;
  border-right: solid 1px #86a4d8;
  padding: 0 16px;
  margin: 0;
  width: 25%;
  min-height: 120px;
}
.content-wrap
  .profile-details.balance
  .ticket-info
  > .inner-wrap
  > div
  .block
  img {
  width: 120px;
}
.content-wrap
  .profile-details.balance
  .ticket-info
  > .inner-wrap
  > div
  .block
  .label {
  font-size: 22px;
  font-weight: 600;
  border-bottom: solid 1px #b3b3b3;
  padding: 12px 0;
}
.content-wrap
  .profile-details.balance
  .ticket-info
  > .inner-wrap
  > div
  .block
  .label
  i {
  font-size: 32px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.content-wrap
  .profile-details.balance
  .ticket-info
  > .inner-wrap
  > div
  .block
  .label
  > img {
  width: 30px;
  margin-right: 8px;
}
.content-wrap
  .profile-details.balance
  .ticket-info
  > .inner-wrap
  > div
  .block
  > div {
  padding: 12px 0;
  font-size: 22px;
}
.content-wrap
  .profile-details.balance
  .ticket-info
  > .inner-wrap
  > div
  .block:last-child {
  border: 0;
}
.content-wrap .wizard-wrap {
  position: relative;
  min-height: 620px;
}
.content-wrap .wizard-wrap form {
  padding: 0;
  margin: 0;
}
.content-wrap .wizard-wrap section {
  position: absolute;
  width: 100%;
}
.content-wrap .wizard-wrap section h2 {
  margin-bottom: 20px !important;
}
.content-wrap .wizard-wrap section p {
  margin-bottom: 20px !important;
}
.content-wrap .wizard-wrap .wizard {
  display: block;
}
.content-wrap .wizard-wrap .wizard .steps {
  display: none !important;
}
.content-wrap .wizard-wrap .wizard ul {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 1296px;
}
.content-wrap .wizard-wrap .wizard ul li {
  display: block;
}
.content-wrap .wizard-wrap .wizard ul:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap .wizard-wrap .wizard .input-wrap {
}
.content-wrap .wizard-wrap .wizard .input-wrap label.error {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #d00000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-wrap .wizard-wrap .wizard .details-inputs {
  margin: auto;
  max-width: 600px;
}
.content-wrap .wizard-wrap .actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.content-wrap .wizard-wrap .actions .fa {
  padding: 0 !important;
  margin: 0 !important;
}
.content-wrap .wizard-wrap .actions ul {
  text-align: right;
  margin-right: 7px;
}
.content-wrap .wizard-wrap .actions ul li {
  display: inline-block;
  font-size: 16px;
}
.content-wrap .wizard-wrap .actions ul li a {
  padding: 16px 22px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: 0;
  outline: 0;
  position: relative;
  margin: 0 0 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  background: var(--blu);
  cursor: pointer;
}
.content-wrap .wizard-wrap .actions ul li a:hover {
  background: #1976d2;
}
.content-wrap .wizard-wrap .actions ul li a:target {
  background: #0d47a1;
}
.content-wrap .wizard-wrap .templates-list .item {
  margin: 0 10px;
  border: 1px solid #ededed;
  cursor: pointer !important;
  padding-top: 6px;
}
.content-wrap .wizard-wrap .templates-list .item img {
  width: 248px;
  margin: auto;
}
.content-wrap .wizard-wrap .templates-list .item:nth-child(4n + 4) {
  margin-right: 0;
}
.content-wrap .wizard-wrap .templates-list .item input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.content-wrap
  .wizard-wrap
  .templates-list
  .item
  input[type="radio"]:checked
  + img {
  border: 6px solid var(--blu);
  margin-top: -6px;
  margin-left: -6px;
  margin: auto;
}
.content-wrap .edit-menu-wrap {
  margin-bottom: 24px;
  padding: 16px 0;
}
.content-wrap .edit-menu-wrap .button {
  min-width: auto;
  margin: 0 !important;
  padding: 8px 16px;
  text-transform: none;
  border: 0 !important;
}
.content-wrap .edit-menu-wrap .button.linkedin {
  background: #0077b5 !important;
}
.content-wrap .edit-menu-wrap .button:hover {
  color: #fff;
}
.content-wrap .edit-menu-wrap .button .fold {
  display: none;
  font-size: 46px;
  bottom: -36px;
}
.content-wrap .edit-menu-wrap .button.active .fold {
  display: inline-block;
}
.content-wrap .edit-menu-wrap .input-wrap {
  margin-bottom: 0 !important;
}
.content-wrap .edit-menu-wrap .right-buttons {
  float: right;
  margin-right: 10px;
  width: calc(39% - 40px);
  text-align: right;
}
.content-wrap .edit-menu-wrap .right-buttons .button {
  margin-left: 4px !important;
}
.content-wrap .edit-menu-wrap .left-buttons {
  float: left;
  margin-left: 10px;
  width: -webkit-calc(63% - 3px);
  width: -moz-calc(63% - 3px);
  width: calc(63% - 3px);
  text-align: left;
}
.content-wrap .edit-menu-wrap .left-buttons .button {
  margin-right: 6px !important;
}
.content-wrap .edit-menu-wrap .inupt-left {
  width: calc(39% - 40px);
}
.content-wrap .edit-menu-wrap .input-right {
  width: calc(39% - 40px);
}
.content-wrap .edit-menu-wrap:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap .edit-block .sep-line {
  height: 36px;
  margin: 8px 0 0 -85px;
  width: -webkit-calc(100% + 170px);
  width: -moz-calc(100% + 170px);
  width: calc(100% + 170px);
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.content-wrap .edit-block .sep-line i {
  font-size: 60px;
  color: #f9f9f9;
}
.content-wrap .edit-block .sep-line i.fa-caret-left {
  right: 10px !important;
}
.content-wrap .edit-block .sep-line i.fa-caret-right {
  left: 10px !important;
}
.content-wrap .edit-block .sep-line .line {
  border: dashed 1px #f9f9f9;
  height: 1px;
  width: 100%;
}
.content-wrap .edit-block p {
  text-align: left;
}
.content-wrap .edit-block .content-list {
  display: block;
  margin: 0 0 24px 0 !important;
}
.content-wrap .edit-block .content-list:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap .edit-block .content-list li {
  display: block;
  text-align: left !important;
  width: 100%;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  float: left;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 16px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 16px #e4e6e9;
}
.content-wrap .edit-block .content-list li button {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 14px !important;
  border: 0 !important;
  padding: 8px 10px !important;
  cursor: pointer !important;
  min-width: 10px !important;
  margin: 0 !important;
}
.content-wrap .edit-block .content-list li button.edit {
  right: 56px;
}
.content-wrap .edit-block .content-list li button.delete {
  right: 16px;
}
.content-wrap .edit-block .content-list li button:hover {
  color: #7cae1c !important;
}
.content-wrap .edit-block .content-list li button .fa {
  margin: 0 !important;
  width: 16px;
  text-align: center;
  color: #fff !important;
}
.content-wrap .edit-block .content-list li h4 {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  color: #222d43;
  margin-bottom: 10px;
}
.content-wrap .edit-block .content-list li p {
  font-size: 12px;
  margin-bottom: 5px;
  color: #888;
}
.content-wrap .edit-block:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap .edit-block .actions-wrap {
  text-align: left;
  margin: 0 !important;
  border: 0 !important;
}
.content-wrap .job-list {
  display: block;
  margin: 0 0 24px 0 !important;
}
.content-wrap .job-list:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap .job-list li {
  display: block;
  text-align: left !important;
  width: 100%;
  width: -webkit-calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  width: calc(50% - 48px);
  float: left;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 16px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 16px #e4e6e9;
}
.content-wrap .job-list li:nth-child(2n + 2) {
  margin-right: 0;
}
.content-wrap .job-list li .suggested {
  color: var(--blu) !important;
  font-weight: 600 !important;
}
.content-wrap .job-list li .button {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 14px !important;
  border: 0 !important;
  padding: 8px 10px !important;
  cursor: pointer !important;
  min-width: 10px !important;
  margin: 0 !important;
  text-transform: none !important;
}
.content-wrap .job-list li .button.edit {
  right: 56px;
}
.content-wrap .job-list li .button.delete {
  right: 16px;
}
.content-wrap .job-list li .button.details {
  right: 96px;
}
.content-wrap .job-list li .button:hover {
  color: #fff !important;
}
.content-wrap .job-list li .button .fa {
  margin: 0 !important;
  width: 16px;
  text-align: center;
  color: #fff !important;
}
.content-wrap .job-list li h4 {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  color: #222d43;
  margin-bottom: 10px;
}
.content-wrap .job-list li label {
  font-size: 10px;
  margin-bottom: 5px;
  color: #888;
}
.content-wrap .job-list li p {
  font-size: 12px;
  margin-bottom: 5px;
  color: #333 !important;
}
.content-wrap .resume-list {
  display: block;
  margin: 0 16px 24px 16px !important;
}
.content-wrap .resume-list:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap .resume-list .avatar-wrap {
  width: 150px;
  height: 150px;
  background-color: var(--blu);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  float: left;
  margin-right: 30px;
  border-bottom: 2px solid #ededed;
}
.content-wrap .resume-list li {
  display: block;
  text-align: left !important;
  width: 100%;
  width: -webkit-calc(50% - 48px);
  width: -moz-calc(50% - 48px);
  width: calc(50% - 48px);
  float: left;
  padding: 20px;
  margin-bottom: 20px;
  margin-right: 16px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 16px #e4e6e9;
}
.content-wrap .resume-list li:nth-child(2n + 2) {
  margin-right: 0;
}
.content-wrap .resume-list li button {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 14px !important;
  border: 0 !important;
  padding: 8px 10px !important;
  cursor: pointer !important;
  min-width: 10px !important;
  margin: 0 !important;
}
.content-wrap .resume-list li button.edit {
  right: 56px;
}
.content-wrap .resume-list li button.delete {
  right: 16px;
}
.content-wrap .resume-list li button:hover {
  color: #7cae1c !important;
}
.content-wrap .resume-list li button .fa {
  margin: 0 !important;
  width: 16px;
  text-align: center;
  color: #fff !important;
}
.content-wrap .resume-list li h4 {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 600;
  color: #222d43;
  margin-bottom: 10px;
}
.content-wrap .resume-list li label {
  font-size: 10px;
  margin-bottom: 5px !important;
  color: #888;
}
.content-wrap .resume-list li p {
  font-size: 12px;
  margin-bottom: 5px !important;
  color: #333 !important;
}
.content-wrap .slider-t1 {
  width: 100%;
}
.content-wrap .slider-t1 .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-wrap .slider-t1 .item .inner-wrap {
  width: 100%;
  max-width: 1296px;
  text-align: center;
  padding: 100px 0;
  margin: auto;
  position: relative;
  z-index: 1;
}
.content-wrap .slider-t1 .item .inner-wrap h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;

  letter-spacing: 0.008em;
  padding: 0;
  margin-bottom: 16px;
}
.content-wrap .slider-t1 .item .inner-wrap p {
  color: #fff;
  font-size: 18px;
  line-height: 1.52947;
  font-weight: 300;

  letter-spacing: 1px;
  margin-bottom: 16px;
}
.content-wrap .slider-t2 {
  margin-top: 30px;
}
.content-wrap .slider-t2 .item .icon {
  height: 150px;
  display: inline-block;
}
.content-wrap .slider-t2 .item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 300;
}
.content-wrap .slider-t2 .item p {
  max-width: 300px;
  margin: auto;
  margin-bottom: 5px;
}
.content-wrap .slider-t2 .item .button {
  border: 1px solid #fff;
  padding: 8px 16px;
}
.content-wrap .slider-t2 .item .button:hover {
  background: #fff;
  color: var(--blu);
}
.content-wrap .slider-t2.investments-slider {
  padding: 10px 0 30px 0;
}
.content-wrap > section {
  padding: 80px 0;
  box-sizing: border-box;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  clear: both;
}
.content-wrap > section .no_tickets {
  margin: 30px 16px;
  text-align: center;
  font-weight: 700;
}
.content-wrap > section .no_tickets_community {
  margin: 15px 16px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.content-wrap > section .text-left p {
  text-align: left;
}
.content-wrap > section .resume-actions-wrap {
  width: 100%;
  margin-top: -60px;
  margin-bottom: 50px;
}
.content-wrap > section .resume-actions-wrap .action-buttons {
  padding: 0;
  float: right;
}
.content-wrap > section .resume-actions-wrap .action-buttons:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap > section .resume-actions-wrap .action-buttons li {
  display: block;
  float: left;
}
.content-wrap > section .resume-actions-wrap .action-buttons li .icon {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 10px;
  display: block;
  background: #0b467b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: 20px;
}
.content-wrap > section .resume-actions-wrap .action-buttons li .icon img {
  height: 40px;
  width: auto;
  display: inline-block;
}
.content-wrap > section .resume-actions-wrap .action-buttons li .icon:hover {
  background: #7cae1c;
}
.content-wrap > section .resume-actions-wrap .action-buttons li .icon.active {
  background: #7cae1c;
}
.content-wrap > section .resume-actions-wrap .preview-button {
  float: left;
  margin: 0 !important;
  background: #0b467b;
}
.content-wrap > section .resume-actions-wrap .preview-button:hover {
  background: #7cae1c;
}
.content-wrap > section .resume-actions-wrap:after {
  content: " ";
  display: block;
  clear: both;
}
.content-wrap > section .inner-wrap {
  width: 100%;
  max-width: 1296px;
  margin: auto;
  z-index: 1;
  position: relative;
}
.content-wrap > section .inner-wrap h2 {
  color: var(--blu);
  font-size: 48px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.008em;
  margin-bottom: 27px;
}

.content-wrap > section .inner-wrap p.not-tickets {
  font-size: 32px;
  padding-left: 26px;
}
.content-wrap > section .inner-wrap .url {
  color: #10aee5;
  font-size: 17px;
  line-height: 1.52947;
  font-weight: 400;
  letter-spacing: -0.021em;
  display: inline-block;
  text-decoration: none;
}
.content-wrap > section .inner-wrap .home-stats {
  margin-top: 70px;
}
.content-wrap > section .inner-wrap .home-stats h3 {
  font-size: 12px;
  color: #03708e;
}
.content-wrap > section .inner-wrap .home-stats p {
  color: #10aee5;
  font-size: 52px;
}
.content-wrap > section .inner-wrap .button {
  margin-top: 20px;
}
.content-wrap > section .inner-wrap .button:hover {
  color: #fff;
}
.content-wrap > section .inner-wrap .lr-list-wrap {
  margin-top: 30px;
}
.content-wrap > section .inner-wrap .lr-list-wrap img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.content-wrap > section .inner-wrap .lr-list-wrap .block-content {
  padding-top: 20px;
  width: -webkit-calc(100% - 230px);
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
  float: left;
  text-align: left;
}
.content-wrap > section .inner-wrap .lr-list-wrap .block-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}
.content-wrap > section.dark {
  background: var(--blu);
}
.content-wrap > section.dark h2 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.content-wrap > section.dark h3 {
  color: #fff;
}
.content-wrap > section.dark p {
  color: #fff;
}
.btn i.fa-spinner {
  padding: 0;
}
.content-wrap > section.background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.background-slide {
  position: absolute;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 0;
  height: 100%;
  z-index: 0;
}
.background-slide.events {
  left: 0;
  width: 0%;
}
.background-slide.vouchers {
  left: 0;
  width: 0%;
}
.background-slide.flights {
  left: 0;
  width: 0%;
}
.background-slide.donations {
  left: 0;
  width: 0%;
}
.background-slide.trains {
  left: 0;
  width: 100%;
}
.footer-wrap h2,
.footer-wrap p {
  color: var(--white) !important;
}
.footer-wrap p {
  margin-bottom: 24px;
}
.footer-wrap .footer-menu {
  text-align: center;
  width: 100%;
  padding: 32px 0;
}

.footer-wrap .footer-menu .menu {
  margin-bottom: 8px;
}
.footer-wrap .footer-menu .menu a {
  display: inline-block;
  color: #fff;
  margin: 0 8px;
  text-decoration: underline;
  font-size: 16px;
}
.footer-wrap .footer-menu .menu a:hover {
  color: var(--blu);
}
.footer-wrap .footer-menu .copyright {
  color: #fff;
  font-size: 12px;
}
#menu-toggle {
  display: none;
}
.button .fa {
  color: #fff !important;
}
section .inner-wrap {
  width: 100%;
  max-width: 1296px;
  margin: auto;
}
section .inner-wrap.landing_page_description > h2 * {
  color: #fff;
}
section.dark h2 {
  color: #fff;
}
section.dark h3 {
  color: #fff;
}
section.dark p {
  color: #fff;
}
.home-search .tabs {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  display: inline-block;
  padding: 0.5rem;
  margin-top: 7rem;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.home-search .tabs a {
  display: inline-block;
  color: var(--bgblue);
  text-decoration: none;
  border-radius: 0.75rem;
  padding: 0.25rem 1.5rem;
  text-align: center;
  white-space: nowrap;
}
.home-search .tabs a:hover {
  background: var(--grey);
}
.home-search .tabs i {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.home-search .tabs span {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  padding-left: 7px;
}
.home-search .tabs a.active {
  background: var(--white);
  color: var(--bgblue);
  font-weight: 600;
}
.home-search .tabs-content {
  background: var(--white);
  border-radius: 3rem;
  position: relative;
  padding: 1rem;
  display: inline-block;
}
.vsep {
  display: block;
  width: 1px;
  background: var(--grey-dark-4);
  height: 2rem;
}
.home-search .forms-wrap .form .input-wrap {
  border: 0;
  position: relative;
  width: 240px;
}
.home-search .forms-wrap .form .input-wrap input {
  height: 38px;
  border-color: var(--white) !important;
  padding: 0;
  padding-left: 1.5rem;
}
.home-search .forms-wrap .form .input-wrap.select select {
  padding-left: 1.5rem !important;
  height: 38px !important;
}
.home-search .forms-wrap .form .input-wrap i {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  line-height: 38px;
  color: var(--grey-dark-4);
  font-size: 1.25rem;
}
.home-search .forms-wrap .form .input-wrap input::placeholder,
.home-search .forms-wrap .form .input-wrap textarea::placeholder {
  color: var(--grey-dark-4);
  opacity: 1;
}

.home-search .forms-wrap .form .input-wrap input::-webkit-input-placeholder,
.home-search .forms-wrap .form .input-wrap textarea::-webkit-input-placeholder {
  color: var(--grey-dark-4);
}
.home-search .forms-wrap .form .input-wrap input:-ms-input-placeholder,
.home-search .forms-wrap .form .input-wrap textarea:-ms-input-placeholder {
  color: var(--grey-dark-4);
}
.home-search .forms-wrap .form .input-wrap input::-ms-input-placeholder,
.home-search .forms-wrap .form .input-wrap textarea::-ms-input-placeholder {
  color: var(--grey-dark-4);
}

#invert {
  display: block;
  line-height: 1;
  color: var(--bgblue);
  font-size: 1.5rem;
}
.flexform {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.button-wrap-bg {
  background: var(--grey);
  border-radius: 1rem;
  padding: 0.25rem;
  display: flex;
}
.button-wrap-bg .btn-inner {
  padding: 0.25rem 1rem;
  border-radius: 0.75rem;
  flex: 1 1 0;
  color: var(--grey-dark-4);
  text-align: center;
}
.button-wrap-bg .btn-inner.act {
  letter-spacing: var(--ls-action);
  font-weight: var(--fw-semibold);
  background: var(--white);
}
.home-search .forms-wrap {
  box-sizing: border-box;
}
.home-search .forms-wrap .form .input-wrap {
  margin-bottom: 0;
}
.home-search .forms-wrap .form .button {
  margin: 0;
  width: 100%;
}
.home-search .forms-wrap .form.events {
  display: none;
}
.home-search .forms-wrap .form.donations {
  display: none;
}
.home-search .forms-wrap .form.vouchers {
  display: none;
}
.home-search .forms-wrap .form.flights {
  display: none;
}
.faq-list {
  margin: 0;
  padding: 0;
  display: block;
}
.faq-list li {
  display: block;
  box-sizing: border-box;
  padding: 12px 16px;
  margin: 0 0 16px 0;
  border: 1px solid #ededed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
}
.faq-list li:hover {
  background: #efefef;
}
.faq-list li .question {
  font-size: 20px;
  color: #38454d;
}
.faq-list li .answer {
  display: none;
  color: #38454d;
  margin: 12px 0 4px 0;
  font-size: 16px;
}
.payments img {
  height: 60px;
  display: inline-block;
  margin: 0 8px;
}
.home-nav-dots {
  display: block;
  margin: 0;
  padding: 0;
  right: 24px;
  top: 50%;
  position: fixed;
  z-index: 10;
}
.home-nav-dots li {
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}
.home-nav-dots li.active {
  background: #fff;
}
.home-nav-dots li:hover {
  background: #fff !important;
}
.search-bar {
  background: var(--blu);
  padding: 0 0.5rem;
}
.search-bar .button {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 1.5rem;
  margin: 0;
  padding: 11px 1.5rem;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 600;
}
.search-bar .input-wrap {
  margin-bottom: 0;
  border: 1px solid #fff !important;
}
.search-bar .input-wrap input {
  background: #fff;
  height: 32px;
  -webkit-appearance: none;
}

.search-bar .btn-sm {
  color: var(--white);
  text-transform: capitalize;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.search-bar button.btn-sm {
  background: rgba(255, 255, 255, 0.25);
}
.days-bar {
  background: var(--white);
  padding: 0 !important;
  height: auto !important;
  z-index: 10;
  left: 0;
  width: 100%;
  box-shadow: 3px 5px 15px 0px rgba(25, 25, 25, 0.05);
}
.days-bar .inner-wrap {
  position: relative;
  padding: 0 40px;
  box-sizing: border-box;
}
.days-bar .owl-left-b {
  left: 6px;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;
}
.days-bar .owl-right-b {
  right: 6px;
  font-size: 32px;
  cursor: pointer;
  z-index: 10;
}
.days-bar .owl-item {
  padding: 1rem;
}
.days-bar .item {
  margin: 0 !important;
  padding: 0.5rem 1rem;
  cursor: pointer;
  background-color: var(--grey-light-1);
  text-align: center;
  border-radius: 0.5rem;
}
.days-bar .item.selected {
  background: #fff !important;
}
.days-bar .item.selected * {
  color: var(--blu) !important;
}
.days-bar .item:hover {
  background: #fff !important;
}
.days-bar .item:hover * {
  color: var(--blu) !important;
}
.days-bar .item p {
  margin: 0 !important;
  font-size: 14px !important;
}
.days-bar .item p span {
  font-weight: 700;
  font-size: 18px;
}
.days-bar .item h3 {
  font-size: 24px !important;
  font-weight: 600;
  margin-bottom: 0;
}
.tickets-list .ticket-info {
  position: relative;
}
.tickets-list .ticket-info.titles {
  background: #fff;
}
.tickets-list .ticket-info .block {
}
.tickets-list .ticket-info .block.dispute-open-close {
  padding: 0 !important;
}
.tickets-list .ticket-info .block.dispute-open-close > div {
  text-transform: uppercase;
  background-color: #f9f9f9;
  padding: 22px;
  margin-top: 32px;
  font-size: 14px;
  text-align: center;
  color: #38454d;
  font-weight: 600;
}
.tickets-list .ticket-info .block.text-info {
  width: 30%;
  text-align: center;
  float: right;
}
.tickets-list .ticket-info .block.text-info > div {
  padding: 8px;
  border: solid 1px #38454d;
  color: #38454d !important;
  font-size: 16px;
}
.tickets-list .ticket-info .block.text-info > div.red {
  border: solid 1px red;
}
.tickets-list .ticket-info .block .label {
  display: none;
  font-size: 24px;
  font-weight: 700;
  color: var(--blu);
}
.tickets-list .ticket-info .button {
  padding: 8px 16px;
  margin: 0;
}
.tickets-list .ticket-info .info {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}
.tickets-list .fa-angle-down {
  font-size: 30px;
  cursor: pointer;
}
.tickets-list .fa-angle-up {
  font-size: 30px;
  cursor: pointer;
}
.tickets-list .info {
  text-align: left;
  font-size: 14px;
}
.tickets-list .info .left {
  text-align: left;
  margin-right: 0 !important;
}
.tickets-list .info .right {
  text-align: right;
  color: var(--blu);
  margin-right: 30px;
}
.tickets-list .info .stazioni {
  text-align: right;
  color: var(--blu);
  margin-right: 20px;
  margin-left: 10px;
}
.tickets-list .info .stations {
  display: inline-block;
  margin: 16px 0 0 0;
  padding: 0;
  position: relative;
}
.tickets-list .info .stations li {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ccc;
  position: relative;
  background: #f3f3f5;
  z-index: 1;
  box-sizing: border-box;
}
.tickets-list .info .stations li:last-child {
  margin-bottom: 0 !important;
}
.tickets-list .info .stations li .fa {
  font-size: 16px;
  color: #ccc;
  left: -40px;
}
.tickets-list .info .stations .line {
  width: 2px;
  height: 100%;
  background: #ccc !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: 0;
  z-index: 0;
  position: absolute !important;
}
.dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  border: 1px solid var(--blu);
  vertical-align: middle;
  margin-bottom: 0.125rem;
}
.dot-full {
  background: var(--blu);
}
ul.stations {
  font-size: 14px;
}
.tickets-list .info .station-names {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 85%;
}
.tickets-list .info .station-names li {
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1;
}
.ticketinfo li {
  font-size: 14px;
}
.ticketinfo li span {
  font-size: 14px;
}
.page-title-section .inner-wrap h2 {
  margin: 0 !important;
  text-transform: none !important;
}
.toolbar-toggle,
.tool-bar > * {
  padding: 0.75rem;
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1;
  border-radius: 0 1.5rem 1.5rem 0;
  border-left: 2px solid transparent;
}
.toolbar-toggle,
.tool-bar > span {
  background: var(--blu-light-2);
  border-left-color: var(--blu);
  font-weight: 600;
}
.toolbar-toggle {
  border-radius: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0.75rem 1rem;
}
.tool-bar a {
  color: var(--black);
}

.account-tabs {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.account-tabs > a {
  flex: 1;
  display: block;
  padding: 0.75rem;
  line-height: 1;
  text-align: center;
  background: var(--grey);
  border-radius: 0.75rem;
  color: var(--blu);
  font-weight: 600;
}
.account-tabs a.active {
  background-color: var(--blu);
}
.account-tabs a.active {
  color: #fff;
}
.account-form-wrap {
  margin-bottom: 2.5rem;
}
.account-form-wrap .fold {
  font-size: 80px;
  top: -50px;
  color: #ebebeb;
}
.account-form-wrap .social {
  display: block;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: var(--blu);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  margin: 8px;
  margin-top: 16px;
  display: inline-block !important;
  outline: 0;
  position: relative;
  cursor: pointer;
}
.account-form-wrap .social.facebook {
  background: #3b579d;
}
.account-form-wrap .social.google {
  background: #dd4a3a;
}
.account-form-wrap .profile-image {
  display: block;
  width: 160px;
  height: 160px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ddd;
  margin: auto;
  margin-bottom: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.account-form-wrap .change {
  color: var(--blu);
  font-weight: 600;
}
.account-form-wrap .input-wrap {
  background-color: #fff !important;
}
.account-form-wrap .input-wrap select {
  height: 45px !important;
  padding: 0 16px !important;
}
.account-form-wrap .input-wrap.select:after {
  right: 16px !important;
  bottom: 14px !important;
}
.page-title-section.profile-details.balance {
  padding: 56px 16px !important;
}
.insert_ticket_btn {
  display: inline-block;
  margin-top: 16px;
  width: 100%;
  text-align: right;
}
.tickets-list .ticket-info .block.col-16 {
  width: 15%;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.tickets-list .ticket-info .block.col-25 {
  width: 28.33%;
  margin: 0;
}
.checkbox-input {
  margin-top: 12px;
  margin-bottom: 20px;
}
.checkbox-input label input {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.ui-menu .ui-menu-item-wrapper {
  font-size: 14px !important;
  border-bottom: solid 1px #eee;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #38454d !important;
  background: #38454d !important;
  color: #fff !important;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid var(--blu) !important;
  background: var(--blu) !important;
  color: #fff !important;
}
.success-message#success_message {
  top: 90px;
  font-size: 14px;
  z-index: 100;
  position: fixed;
  background-color: #31b331;
  border: 0;
  color: #fff;
  padding: 8px 12px;
}
.error-message#error_message {
  top: 90px;
  font-size: 14px;
  z-index: 100;
  position: fixed;
  background-color: red;
  border: 0;
  color: #fff;
  padding: 8px 12px;
}
/*.modal .modal-dialog > .close {
  right: 8px !important;
  top: 8px !important;
  z-index: 1;
}
.modal .modal-dialog .modal-content {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  border-radius: 4px !important;
}
.modal-footer .col-md-12 {
  text-align: center;
}
.modal-footer .col-md-12 .btn {
  color: #fff;
  border: 0;
  outline: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  background: var(--blu) !important;
  margin: 0 4px;
}
.modal-footer .col-md-12 .btn:hover {
  background: #1976d2;
  color: #fff;
}*/
.btn {
  font-weight: 600;
}
.btn-success {
  margin: 0 4px;
}
input.error {
  border: 1px solid #e30000 !important;
}
select.error {
  border: 1px solid #e30000 !important;
}
.tickets-list-title .block .mob-title {
  display: none;
}
.ticket-info .tickets-list-title .block.seat span {
  display: none;
  margin-left: 6px;
}
.tickets-list .info .show_time {
  display: none;
}
section .slider_title h2 * {
  color: #fff;
}
.event-ticket-time p {
  display: none;
}
.additional-text {
  font-weight: 600;
  margin-bottom: 0;
}
.additional-text span {
  font-weight: 400;
  display: block;
  font-size: 14px;
  margin-top: -12px;
}
.title_line {
  display: inline-block;
  width: 100%;
  border-bottom: solid 2px #dbe0e4;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 9px;
  padding: 4px 0;
}
.m-hide.button-wrap p {
  color: var(--blu) !important;
  font-weight: 600 !important;
}
.mobile-message {
  display: none;
}
.checkbox-btn {
  text-align: center;
  display: inline-block;
  margin-top: 16px;
}
.checkbox-btn > span {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 14px;
}
.checkbox-btn label:not(.btn) {
  display: inline-block !important;
  border: solid 1px #fff;
  padding: 4px 12px;
  background: silver;
  font-weight: 600;
  text-transform: none;
  color: #fff;
}
.checkbox-btn label:not(.btn):hover {
  background: silver;
}
.checkbox-btn label:not(.btn).active {
  background: var(--blu);
  border: solid 1px var(--blu);
  color: #fff !important;
}
.checkbox-btn label input {
  display: none;
}
.ticket_top_bar {
  display: none;
}
.ticket_bott_bar {
  height: 50px;
  background: #fff;
  padding: 0;
  margin: 0;
  width: 100% !important;
}
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup .popuptext {
  font-size: 14px;
  bottom: -10px;
  left: -130px;
  visibility: hidden;
  width: 200px;
  background-color: #ebebeb;
  color: #38454d;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  margin-left: -80px;
  font-size: 14px;
}
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 10px;
  border-style: solid;
  border-color: #ebebeb transparent transparent transparent;
}
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.declare_valid.btn {
  background-color: var(--blu);
  color: #fff;
}
.declare_invalid.btn {
  background-color: var(--blu);
  color: #fff;
  font-size: 12px;
}
.fa-facebook {
  background: 0 0;
  color: var(--blu);
}
.fa-instagram {
  background: 0 0;
  color: red;
}
.fa.fa-instagram:hover {
  color: red !important;
}
.segmented-control {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.segmented-control__item {
  display: table-cell;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.segmented-control__input {
  position: absolute;
  visibility: hidden;
}
.segmented-control__label {
  display: block;
  margin: 0 -1px -1px 0;
  padding: 0.6em 0.25em;
  border: 1px solid #bbb;
  text-align: center;
  cursor: pointer;
  font-size: 1em;
  height: 45px;
}
.segmented-control__label:hover {
  background: #fafafa;
}
.segmented-control__input:checked + .segmented-control__label {
  background: var(--blu);
  color: #f5f5f5;
}
.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 31px;
  height: 16px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  outline: 0;
  border: none;
  cursor: pointer;
  background-color: #707070;
  transition: background-color ease 0.3s;
}
.toggle:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  background: #fff;
  left: 2px;
  top: 1.5px;
  border-radius: 50%;
  font: 10px/28px Helvetica;
  text-transform: uppercase;
  font-weight: 700;
  text-indent: -22px;
  word-spacing: 37px;
  color: #fff;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.2s;
}
.toggle:checked {
  background-color: #4cd964;
}
.toggle:checked:before {
  left: 16px;
}
input[type="range"]::-ms-track {
  width: 100%;
  cursor: pointer;
}
.range-slider .bound_label.left {
  float: left;
}
.range-slider .bound_label.right {
  float: right;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #bbb;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
  border: 1px solid #bbb;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
input[type="range"]::-ms-thumb {
  border: 1px solid #bbb;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.range-slider__range {
  float: right;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-appearance: none;
  border-radius: 3px;
  background: linear-gradient(
    90deg,
    rgba(76, 174, 80, 0.85) 0%,
    rgba(255, 152, 7, 0.85) 50%,
    rgba(245, 66, 54, 0.85) 100%
  );
  outline: 0;
  padding: 0;
  margin: 0;
  height: 15px;
  border-radius: 6px;
}
.rangevalue {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  width: 40%;
  height: 16px;
  margin: 5px auto 20px auto;
  letter-spacing: -0.07em;
  background-color: #fff;
  position: relative;
}
::placeholder {
  font-weight: 400;
}
:-ms-input-placeholder {
  font-weight: 400;
}
::-ms-input-placeholder {
  font-weight: 400;
}
.google-button {
  height: 40px;
  border-width: 0;
  background: #fff;
  color: #737373;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
  transition-property: background-color, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: ease-in-out;
  padding: 0;
  margin-top: 5px;
  vertical-align: top;
  margin-bottom: 20px;
}
.google-button__icon {
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0 8px 8px;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
}
.google-button__icon--plus {
  width: 27px;
}
.google-button__text {
  display: inline-block;
  vertical-align: middle;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
  font-family: Roboto, arial, sans-serif;
}
.buy-info tr td {
  left: 0;
  padding-left: 10px;
  padding-top: 20px;
  font-size: 1.4em;
}
.trustpilot-widget {
  background: 0 0;
  font-family: "Segoe UI";
  color: #333;
  padding: 10px 0 5px 0;
  overflow: hidden;
}
.trustpilot-widget .wrapper-left a {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
}
.trustpilot-widget .wrapper-left {
  text-align: center;
}
.trustpilot-widget .wrapper-left .title {
  color: #333;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
.trustpilot-widget .wrapper-left .rating img {
  max-width: 110px;
  margin: auto;
}
.trustpilot-widget .wrapper-left .info {
  color: #333;
  font-size: 11px;
}
.train-trip-show span {
  position: relative;
}
.train-trip-show i::before {
  content: "";
  z-index: 1;
  left: 0;
  height: 100%;
  border-left: 1px #bbb solid;
  margin-right: 10px;
}
.train-trip-show span.dep::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: #fff;
  border: 1px #bbb solid;
  width: 1em;
  height: 1em;
}
.train-trip-show span.arr::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: #fff;
  border: 1px #bbb solid;
  width: 1em;
  height: 1em;
  top: 7px;
}
.train-trip-show span.stop::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  transform: translateX(50%);
  border-radius: 50%;
  background: #fff;
  border: 1px #bbb solid;
  width: 0.5em;
  height: 0.5em;
  top: 6px;
}
.train-trip-show td {
  padding-left: 10px;
  text-align: left;
}
.changecolbtn {
  background-color: #4ac375 !important;
  color: #fff !important;
}
.std-tab {
  font-size: 16px;
  line-height: normal;
  border-collapse: unset;
  border-spacing: 10px;
}
.std-tab td {
  padding-right: 10px;
}
.btn-trasparente-brdwhite {
  width: 100%;
  border: 1px solid;
  padding: 9px 16px;
  color: #f9f9f9;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: 0;
  position: relative;
  margin: 10px 0 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  background: rgba(249, 249, 249, 0);
  cursor: pointer;
}
.btn-trasparente-brdwhite:hover {
  background: #38454d;
  color: #f9f9f9;
}
.btn-trasparente-brdwhite:target {
  background: #f2f4f5;
  color: #f9f9f9;
}
.fa-twitter-square:before {
  font-size: 40px;
  color: var(--blu);
}
.fa-facebook-square:before {
  font-size: 40px;
  color: #38454d;
}
.tickets-share-desktop {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  float: right;
  padding: 0 !important;
}
.input-wrap.integrate {
  display: flex;
}
.btn.integrate {
  min-width: unset;
  margin-bottom: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  border-color: #dbe0e4;
}
.fl1 {
  flex: 1;
}
.fl07 {
  flex: 0.7;
}
.fl05 {
  flex: 0.5;
}
.fl03 {
  flex: 0.3;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 1.5rem;
}
.btn.dgray,
.btn.integrate.dgray {
  background-color: #38454d !important;
  color: #fff !important;
}
.btn.integrate.mgray,
.btn.mgray {
  background-color: #f2f4f5 !important;
  color: #fff !important;
}
.btn.blu,
.btn.integrate.blu {
  background-color: var(--blu) !important;
  color: #fff !important;
}
.btn.integrate.white,
.btn.white {
  background: #f2f4f5 !important;
  color: #38454d !important;
}
.ph {
  vertical-align: middle;
}
.verde {
  color: var(--verde);
}
label {
  text-align: left;
  display: block;
  margin-bottom: 2px;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.important-message li {
  font-size: 14px;
  font-weight: 400;
}
.important-message li {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}
.important-message {
  width: 100%;
  float: left;
}

.title-modal-3rules {
  border-bottom: 1px solid;
  border-color: #38454d;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  padding: 20px;
}
.last-info-3rules {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  text-align: left;
}
.input-number-selector {
  padding: 0.5rem;
  border: 1px solid #bbb;
  border-width: 0 2px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  height: 45px;
  width: 80%;
  color: #38454d;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.number-input {
  display: inline-flex;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #bbb;
  box-sizing: border-box;
}
.perf_images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 50%;
  border-radius: 2px;
  margin-top: 20px;
}
.theat_images {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 60%;
  border-radius: 2px;
  margin-top: 20px;
}
.stations_select_inp_wrap_fields {
  display: inline-flex;
  float: left;
  width: 100%;
}
.stations_select_fields {
  flex: 0.7;
}
.times_stations_select_fields {
  flex: 0.3;
}
.stations_select_inp_wrap_fields:after {
  right: unset !important;
  left: 5px;
}
.invert-standar-style {
  width: 15%;
  padding: 16px 0;
  vertical-align: middle;
  float: right;
  background-color: #f9f9f9;
}
.fa-large:before {
  font-size: 50px;
}
.fa-small:before {
  font-size: 20px;
}
.user_tickets_icons {
  margin-left: 5px;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 20px;
  padding-bottom: 3px;
}
.user_tickets_code {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.safe_buy_icons {
  width: auto;
  max-width: 300px;
}
.mang-icon {
  height: 45px;
  width: auto;
  display: block;
  margin: auto;
  padding: 10px;
}
.ul-flight-tickets li b {
  padding-bottom: 5px;
  font-size: 14px;
}
.ul-flight-tickets li {
  padding-left: 5px;
  font-size: 14px;
}
.flight_price_alert th {
  font-size: 14px !important;
  border: 0;
  text-align: left;
}
.price_logic_A {
  height: 25px;
}
.vouch_on_search_tticket {
  padding: 8px;
  text-align: center;
  position: sticky;
  background-color: #fff;
  bottom: 0;
  z-index: 1;
}
.toggle-password {
  float: right;
  margin-top: -31px;
  position: relative;
  z-index: 2;
  margin-right: 10px;
  padding-right: 10px;
}
/* new style */
.gradient {
  background: linear-gradient(
    to bottom,
    #0050cc 0%,
    #2161c4 34.14%,
    #164ea5 85.58%
  );
}
h1,
.h1 {
  font-family: var(--ff-heading);
  font-size: var(--fs-h1);
  line-height: var(--lh-h1);
  letter-spacing: var(--ls-h1);
  font-weight: var(--fw-bold);
}

h2,
.h2 {
  font-family: var(--ff-heading);
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  letter-spacing: var(--ls-h2);
  font-weight: var(--fw-bold);
}

h3,
.h3 {
  font-family: var(--ff-heading);
  font-size: var(--fs-h3);
  line-height: var(--lh-h3);
  letter-spacing: var(--ls-h3);
  font-weight: var(--fw-bold);
}

h4,
.h4 {
  font-family: var(--ff-heading);
  font-size: var(--fs-h4);
  line-height: var(--lh-h4);
  letter-spacing: var(--ls-h4);
  font-weight: var(--fw-bold);
}

h5,
.h5 {
  font-family: var(--ff-heading);
  font-size: var(--fs-h5);
  line-height: var(--lh-h5);
  letter-spacing: var(--ls-h5);
  font-weight: var(--fw-semibold);
}

h6,
.h6 {
  font-family: var(--ff-body);
  font-size: var(--fs-h6);
  line-height: var(--lh-h6);
  letter-spacing: var(--ls-h6);
  font-weight: var(--fw-semibold);
}

/* === Body === */
body {
  font-family: var(--ff-body);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  letter-spacing: var(--ls-body);
  font-weight: var(--fw-regular);
  color: var(--black);
}
body:not(.home) {
  background-color: var(--grey-light-1);
}

/* === Actions === */
.action-1,
.action-2 {
  font-family: var(--ff-body);
  font-size: var(--fs-action);
  line-height: var(--lh-action);
  letter-spacing: var(--ls-action);
  font-weight: var(--fw-semibold);
}

/* === Footnote === */
.footnote {
  font-family: var(--ff-body);
  font-size: var(--fs-footnote);
  line-height: var(--lh-footnote);
  letter-spacing: var(--ls-footnote);
  font-weight: var(--fw-regular);
  color: var(--grey-dark-3);
}

/* === Caption === */
.caption {
  font-family: var(--ff-body);
  font-size: var(--fs-caption);
  line-height: var(--lh-caption);
  letter-spacing: var(--ls-caption);
  font-weight: var(--fw-regular);
}

/* === Overline === */
.overline {
  font-family: var(--ff-body);
  font-size: var(--fs-overline);
  line-height: var(--lh-overline);
  letter-spacing: var(--ls-overline);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  color: var(--grey-dark-3);
}

/* === Strong === */
strong {
  font-weight: var(--fw-semibold);
}

.btn-green {
  border-color: var(--verde);
  background: var(--verde);
  color: var(--black);
}
.btn-outline-white {
  border-color: var(--white);
  color: var(--white);
}
.btn-outline-black {
  border-color: var(--black);
  color: var(--black);
}
.btn-outline-blue {
  border-color: var(--blu);
  color: var(--blu);
}
.btn-outline-blue:hover,
.btn-outline-blue:focus {
  border-color: var(--blu);
  background-color: var(--blu);
  color: var(--white);
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
.absbottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.imgcontbottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.imgcontbottom img {
  display: block;
}
.bagimg {
  width: 30%;
  margin-bottom: -4%;
  margin-left: -10%;
}
body.home {
  overflow-x: hidden;
}
.paximg {
  width: 38%;
  margin-right: -6%;
}
#section-1 > *:not(.absbottom) {
  position: relative;
  z-index: 9;
}
.text-uppercase {
  text-transform: uppercase;
}
.bgcover  {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.greycard {
  background: var(--grey);
  border-radius: 2rem;
  margin-top: 8rem;
}
.greycard img {
  position: relative;
  margin-top: -8rem;
  margin-bottom: 2.5rem;
}

.greycard h3 {
  min-height: 6.5rem;
}
.greycard p {
  font-size: 1.25rem;
  min-height: 8rem;
}
p {
  margin-bottom: 1rem;
}
.rounded-2 {
  border-radius: 0.5rem !important;
}
.rounded-3 {
  border-radius: 1rem !important;
}
.rounded-4 {
  border-radius: 1.5rem !important;
}
.rounded-5 {
  border-radius: 2rem !important;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
  }
}
#progressBar {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}

.progress-step {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #edeff0;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

.progress-step.active {
  background-color: var(--blu);
  color: white;
}
.progress-step::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(1296px / 6 + 100%);
  left: calc(100% + 8px);
  height: 4px;
  background: var(--grey-dark-1);
  border-radius: 2px;
}

.progress-step.act::after {
  background: linear-gradient(
    90deg,
    rgba(0, 80, 204, 1) 0%,
    rgba(224, 224, 224, 1) 100%
  );
}
.progress-step.act.actcomplete::after {
  background: var(--blu);
}

#progressBar > .progress-step:last-child::after {
  content: none;
}
.alert {
  border-radius: 0.5rem;
  color: var(--black);
}
.alert-warning {
  border-color: var(--warning-orange);
  background-color: var(--warning-orange-light-2);
  color: var(--black);
}
.alert-info {
  border-color: var(--blu);
  background-color: var(--blu-light-4);
  color: var(--black);
}
.alert-secondary {
  border-color: var(--grey-dark-4);
  background-color: var(--grey-light-1);
  color: var(--grey-dark-4);
}
.text-warning {
  color: var(--warning-orange) !important;
}
.text-secondary {
  color: var(--grey-dark-4);
}
.form-control {
  border-color: var(--grey);
  background-color: var(--grey-light-2);
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border: 1px solid var(--grey) !important;
  background-color: var(--grey-light-2) !important;
  border-radius: 0.5rem !important;
}
.input-wrap-old {
  margin-bottom: 1.5rem;
}
.form-control[readonly].hasDatepicker {
  background-color: var(--grey-light-2);
}
.blue,
.text-blu,
.text-info {
  color: var(--blu) !important;
}
.col-50.addendgap {
  width: calc(50% - 78px);
}
/* FIX */
@media (min-width: 769px) {
  #ui-datepicker-div {
    outline: none !important;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
    background-color: var(--white);
  }
}
.ui-datepicker {
  border-radius: 1rem;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header,
#ui-datepicker-div {
  background-color: #fff !important;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border-radius: 0.5rem;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid var(--blu) !important;
  background: var(--blu) !important;
}
.modal-header {
  color: var(--blu);
}
.modal-content {
  border-radius: 1rem;
}
.modal-header {
  border-bottom: 0;
}
.ph.h1,
.ph.h2,
.ph.h3,
.ph.h4,
.ph.h5,
.ph.h6 {
  font-weight: 400;
}
label {
  font-weight: 500;
}
.integrate .btn {
  border-radius: 0;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bg-light-grey {
  background-color: var(--grey-light-1);
}
.bg-grey {
  background-color: var(--grey);
}
.fs-1 {
  font-size: var(--fs-h1);
}
.fs-2 {
  font-size: var(--fs-h2);
}
.fs-3 {
  font-size: var(--fs-h3);
}
.fs-4 {
  font-size: var(--fs-h4);
}
.fs-5 {
  font-size: var(--fs-h5);
}
.fs-6 {
  font-size: var(--fs-h6);
}
.text-muted {
  color: var(--grey-dark-4) !important;
}
.text-black {
  color: var(--black);
}
.form-control-sm {
  height: calc(calc(1.75em + 2px));
}
.flex-grow {
  flex-grow: 1;
}
.ohidden {
  overflow: hidden;
}
.striped > :nth-child(odd) {
  background-color: var(--blu-light-4);
}
.ticket-info.titles {
  font-weight: bold;
}
.lh-1 {
  line-height: 1;
}
.x-small {
  font-size: 0.75em;
}
.toggle {
  border: 1px solid var(--black);
  background: var(--white);
}
.toggle::before {
  border: 1px solid var(--black);
  width: 12px;
  height: 12px;
}
.event-card {
  aspect-ratio: 10/15 !important;
  border-radius: 2.5rem !important;
  overflow: hidden !important;
  background-size: cover !important;
}
.event-overlay {
  padding-bottom: 2rem !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.25) 100%
  ) !important;
}
.event-overlay h3 {
  display: block !important;
  font-size: 1.75rem !important;
}
.event-card::before {
  content: none !important;
}
.event-overlay p {
  font-size: 1.25rem !important;
}
.event-card {
  position: relative;
}
.arrowopen {
  width: 50px;
}
.arrowbtn {
  display: block;
  position: absolute;
  right: 1.75rem;
  top: 2rem;
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.25);
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 9px;
}
.btn-outline-white:hover {
  background-color: var(--white);
}
.navbar-brand .logo {
  width: 297px;
}
.nav-link {
  color: var(--white);
}
.nav-link:hover,
.nav-link:focus {
  color: var(--white);
  text-decoration: underline;
}
.bg-blu {
  background-color: var(--blu);
}
.abs-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.avatar {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  border-radius: 50%;
  background-size: cover;
  border: 1px solid var(--white);
}
.ph-fw {
  width: 1.25em;
  text-align: center;
  display: inline-block;
}
.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, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.oxhidden {
  overflow-x: hidden;
}
.medium {
  font-size: 0.875rem;
}
.roundicon {
  background: var(--grey);
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.vmiddle {
  vertical-align: middle;
}
.tohide {
  display: none !important;
}
.showhidden .tohide {
  display: block !important;
}
.togglehidden {
  cursor: pointer;
}
.dropdown-menu {
  z-index: 10000;
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
  .d-block-small {
    flex-grow: 1;
  }
  .d-block-small > * {
    display: block;
    width: 100%;
  }
}
@media (min-width: 576px) {
}
@media (max-width: 767.98px) {
  .bagimg {
    display: none;
  }
  .paximg {
    width: 208px;
    margin-bottom: -82px;
  }
  .navbar-brand .logo {
    width: calc(100vw - 100px);
    max-width: 297px;
  }
  .home-search .tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .home-search .tabs a {
    white-space: normal;
    padding: 0.5rem 0.75rem;
  }
  .button-wrap-bg {
    width: 100%;
  }
  .button-wrap-bg + .vsep {
    display: none;
  }
  .vsep {
    width: 100%;
    height: 1px;
  }
  .home-search #invert {
    position: absolute;
    right: 1rem;
    top: 121px;
    z-index: 9;
  }
  .home-search .btn-green {
    width: 100%;
  }

  h1,
  .h1 {
    font-family: var(--ff-heading);
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
    letter-spacing: var(--ls-h2);
    font-weight: var(--fw-bold);
  }

  h2,
  .h2 {
    font-family: var(--ff-heading);
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
    letter-spacing: var(--ls-h3);
    font-weight: var(--fw-bold);
  }

  h3,
  .h3 {
    font-family: var(--ff-heading);
    font-size: var(--fs-h4);
    line-height: var(--lh-h4);
    letter-spacing: var(--ls-h4);
    font-weight: var(--fw-bold);
  }

  h4,
  .h4 {
    font-family: var(--ff-heading);
    font-size: var(--fs-h5);
    line-height: var(--lh-h5);
    letter-spacing: var(--ls-h5);
    font-weight: var(--fw-semibold);
  }

  h5,
  .h5 {
    font-family: var(--ff-body);
    font-size: var(--fs-h6);
    line-height: var(--lh-h6);
    letter-spacing: var(--ls-h6);
    font-weight: var(--fw-semibold);
  }
  .event-overlay {
    padding-bottom: 1rem !important;
  }
  .event-overlay h3 {
    font-size: 1rem !important;
  }
  .event-overlay p {
    font-size: 0.85rem !important;
  }
  .arrowbtn {
    transform: scale(0.6);
    top: 0.75rem;
    right: 0.5rem;
  }
  .home-search .input-wrap {
    min-width: auto !important;
  }
  .home-search .tabs {
    margin-top: 0;
  }
  .absbottom {
    overflow-y: hidden;
  }
  .account-tabs {
    font-size: 0.75rem;
  }
  .account-tabs i {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
  .account-tabs a {
    font-weight: 400;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .account-tabs a.active {
    font-weight: 600;
  }
  .account-tabs {
    gap: 0.5rem;
  }
  .tool-bar {
    display: none;
  }
  .tool-bar > span {
    display: none !important;
  }
  .tool-bar > * {
    padding-left: 0;
    padding-right: 0;
  }
  .account-menu {
    margin-bottom: 1.5rem;
  }
  .fw-bold-mob {
    font-weight: bold;
  }
  .gap-5 {
    gap: 1rem !important;
  }
  .search-bar #invert {
    margin-left: auto;
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
    color: var(--white);
  }
  .search-bar #invert span {
    font-weight: 400;
    font-size: 0.85rem;
  }
}
@media (min-width: 768px) {
  .tool-bar {
    display: block !important;
  }
  .fw-bold-desk {
    font-weight: bold;
  }
  .w-md-100 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .paximg {
    width: 64%;
    margin-right: -17%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .paximg {
    width: 55%;
    margin-right: -15%;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 1rem;
    background: var(--blu);
  }
  .pbmbxxl {
    padding-bottom: 230px !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 1399.98px) {
  .navbar-brand .logo {
    width: 250px;
  }
  .flexform {
    gap: 0.5rem;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
