@charset "UTF-8";
/* Variables */
.color-main {
  color: #004996;
}

.color-accent {
  color: #ef7c01;
}
.color-accent:hover {
  color: #ef7c01;
}

.color-light {
  color: #878787;
}

.color-dark {
  color: #363636;
}

.btn-clean {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.btn-clean:focus {
  outline: none;
}

.re-btn-confirm {
  background-color: #ef7c01;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.re-btn-confirm:hover {
  color: #fff;
}

.re-btn-accent-outline {
  background-color: #fff;
  border: 1px solid #ef7c01;
  color: #ef7c01;
  text-transform: uppercase;
  font-weight: 700;
}

.re-btn-basic {
  background-color: transparent;
  border: 1px solid #ef7c01;
  color: #ef7c01;
  text-transform: uppercase;
  font-weight: 700;
}
.re-btn-basic:hover {
  color: #ef7c01;
}

.re-btn-noborder {
  border-color: transparent;
}

.re-btn-m {
  padding: 15px 20px;
  min-width: 200px;
}

@media (max-width: 480px) {
  .re-btn-confirm,
  .re-btn-basic {
    width: 100%;
  }
}
.cart-nav {
  border-top: 1px solid #ccdbea;
  margin-top: 2rem;
  padding-top: 2rem;
}
.cart-nav button {
  min-width: 160px;
  font-weight: 700;
}
.cart-nav .re-btn-cancel {
  background-color: #eedfc9;
  color: #dd8e2f;
}

.form-field-accent {
  position: relative;
  z-index: 10;
}

.form-field-accent:after {
  content: "";
  display: block;
  top: -3px;
  left: -6px;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  width: calc(100% + 12px);
  height: calc(100% + 10px);
  background-color: #fbf2e7;
  border-radius: 8px;
}

@media (max-width: 480px) {
  .cart-nav button {
    width: auto;
  }
}
.link-chevron-left {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #004996;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}
.link-chevron-left:focus {
  outline: none;
}
.link-chevron-left:before {
  flex-shrink: 0;
  margin-right: 6px;
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  background-image: url("../images/ico-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 9px 7px;
  transform: rotate(-90deg);
  transition: 250ms ease-in-out transform;
}

.re-navbar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  /* Navbar Points */
  /* Navbar Hamburger */
  /* Navbar Languages */
  /* Main Menu */
}
.re-navbar-wrapper .re-navbar {
  background-color: #fff;
}
.re-navbar-wrapper .navbar-inner {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.re-navbar-wrapper .navbar-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.re-navbar-wrapper .navbar-action {
  display: flex;
  align-items: center;
  margin-left: 25px;
  text-decoration: none;
  color: #004996;
  font-size: 14px;
  font-weight: 800;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 250ms ease-in-out all;
}
.re-navbar-wrapper .navbar-logo {
  transition: 250ms ease-in-out all;
}
.re-navbar-wrapper .navbar-action-avatar {
  border-radius: 50%;
}
.re-navbar-wrapper .navbar-action-avatar-initials {
  width: 32px;
  height: 32px;
  background-color: #e8edf5;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
}
.re-navbar-wrapper .navbar-action-icon {
  margin-right: 10px;
  position: relative;
}
.re-navbar-wrapper .navbar-action-icon svg {
  height: 30px;
}
.re-navbar-wrapper .navbar-action-arrow {
  margin-left: 8px;
  flex-shrink: 0;
  transition: 250ms ease-in-out all;
}
.re-navbar-wrapper .navbar-action-badge {
  font-size: 9px;
  background-color: #ef7c01;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: -5px;
  padding: 2px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.re-navbar-wrapper .navbar-points-list,
.re-navbar-wrapper .navbar-points-controls {
  padding: 2px 10px;
  background-color: #e6edf5;
  color: #004996;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
.re-navbar-wrapper .navbar-points-controls {
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 700;
  display: none;
}
.re-navbar-wrapper .navbar-points-single {
  display: flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
}
.re-navbar-wrapper .nps-value {
  display: flex;
  align-items: center;
  font-weight: 900;
}
.re-navbar-wrapper .navbar-points {
  position: relative;
  z-index: 2;
}
.re-navbar-wrapper .navbar-points-info {
  display: flex;
  font-size: 10px;
  font-weight: 800;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background-color: #ef7c01;
  color: #fff;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  cursor: help;
  padding: 1px;
  align-items: center;
}
.re-navbar-wrapper .navbar-action-hamburger {
  display: none;
}
.re-navbar-wrapper .navbar-action-hamburger .navbar-action-icon {
  display: flex;
  flex-direction: column;
}
.re-navbar-wrapper .navbar-action-hamburger:focus, .re-navbar-wrapper .navbar-action-hamburger:active {
  outline: none;
}
.re-navbar-wrapper .nah-line {
  width: 20px;
  height: 3px;
  background-color: #004996;
  border-radius: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.re-navbar-wrapper .npc-status {
  display: flex;
  align-items: center;
}
.re-navbar-wrapper .npc-status-ico {
  margin-left: 8px;
  flex-shrink: 0;
  transition: 250ms ease-in-out all;
}
.re-navbar-wrapper .navbar-langs {
  border-top: 1px solid #f2f6fa;
  color: #004996;
  font-size: 14px;
}
.re-navbar-wrapper .navbar-langs li {
  cursor: pointer;
}
.re-navbar-wrapper .navbar-action-current-lang,
.re-navbar-wrapper .navbar-langs {
  display: none;
}
.re-navbar-wrapper .navbar-action-current-lang {
  border: 2px solid #004996;
  border-radius: 50%;
  padding: 2px;
}
.re-navbar-wrapper .main-menu-wrapper {
  background-color: #004996;
}
.re-navbar-wrapper .main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.re-navbar-wrapper .main-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #2c66a4;
  flex: 1 1 auto;
}
.re-navbar-wrapper .main-menu a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  background-color: #004996;
  width: 100%;
  transition: 250ms ease-in-out all;
}
.re-navbar-wrapper .main-menu a:hover {
  background-color: #0a62bf;
}
.re-navbar-wrapper .main-menu li:first-of-type {
  border-left: 1px solid #2c66a4;
}
.re-navbar-wrapper .main-menu-dropdown-ico {
  margin-left: 8px;
}

/*  Main Dropdown */
.main-dropdown {
  filter: drop-shadow(0px 4px 20px rgba(0, 73, 150, 0.05));
  border: 1px solid #d9e4ef;
  border-radius: 6px;
  padding: 24px;
}
.main-dropdown li {
  margin-bottom: 20px;
}
.main-dropdown li:last-child {
  margin-bottom: 0;
}
.main-dropdown a {
  color: #373737;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.main-dropdown a img {
  margin-right: 8px;
}
.main-dropdown .main-dropdown-button {
  background-color: #fce5cc;
  color: #ef7c01;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  text-align: center;
  display: block;
  border-radius: 6px;
  padding: 8px;
  margin-top: 20px;
}
.main-dropdown .main-dropdown-button:hover {
  text-decoration: none;
}

.main-dropdown-separator {
  border-bottom: 1px solid #d9e4ef;
  padding-bottom: 20px;
}

.main-dropdown-user {
  display: none;
  font-size: 18px;
  line-height: 1.3;
  align-items: center;
  margin-bottom: 24px;
}
.main-dropdown-user img {
  border-radius: 100%;
  margin-right: 16px;
}

.main-dropdown-close {
  position: fixed;
  top: 32px;
  right: 32px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
}

@media (max-width: 1200px) {
  .re-navbar-wrapper .main-menu li {
    width: auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 1024px) {
  .re-navbar-wrapper .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .re-navbar-wrapper .main-menu-wrapper {
    display: none;
  }
  .re-navbar-wrapper .main-menu {
    flex-direction: column;
  }
  .re-navbar-wrapper .main-menu li, .re-navbar-wrapper .main-menu li:first-of-type {
    border: none;
  }
  .re-navbar-wrapper .navbar-inner {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  }
  .re-navbar-wrapper .navbar-logo img {
    width: 140px;
    height: auto;
  }
  .re-navbar-wrapper .navbar-action-hamburger {
    display: flex;
  }
  .re-navbar-wrapper .navbar-action-user .navbar-action-label {
    display: none;
  }
  .re-navbar-wrapper .navbar-action {
    margin-left: 15px;
  }
  .re-navbar-wrapper .navbar-points-single {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  body.points-are-visible .navbar-points-list {
    display: grid;
  }
  .website-is-scrolled .navbar-logo {
    transform: translateY(-100%);
    margin-top: -35px;
    opacity: 0;
    pointer-events: none;
  }
  .re-navbar-wrapper .navbar-logo {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .re-navbar-wrapper .navbar-logo img {
    width: 120px;
    height: auto;
  }
  .re-navbar-wrapper .navbar-points-list,
  .re-navbar-wrapper .navbar-points-controls {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .re-navbar-wrapper .navbar-action-label,
  .re-navbar-wrapper .navbar-action-arrow {
    display: none;
  }
  .re-navbar-wrapper .navbar-points-controls {
    display: flex;
  }
  .re-navbar-wrapper .navbar-points-list {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 10px 30px;
    padding: 10px;
    border-bottom: 1px solid #cfdceb;
  }
  .re-navbar-wrapper .navbar-points-list .navbar-points-single {
    margin-bottom: 10px;
  }
  .re-navbar-wrapper .npc-status {
    cursor: pointer;
  }
  .re-navbar-wrapper .navbar-inner {
    flex-direction: column;
  }
  .re-navbar-wrapper .navbar-actions {
    width: 100%;
    justify-content: space-between;
  }
  .re-navbar-wrapper .navbar-action {
    margin-left: 0;
    margin-right: 0;
  }
  .re-navbar-wrapper .navbar-action-current-lang {
    display: block;
  }
  .re-navbar-wrapper .navbar-langs.is-visible {
    display: block;
  }
  .re-navbar-wrapper .main-dropdown {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none !important;
    filter: none;
    border-radius: 0;
    border: none;
    padding: 32px;
    flex-direction: column;
    overflow-y: auto;
  }
  .re-navbar-wrapper .main-dropdown .main-dropdown-button {
    margin-top: auto;
  }
  .re-navbar-wrapper .main-dropdown.show {
    display: flex;
  }
  .re-navbar-wrapper .main-dropdown-user {
    display: flex;
  }
  .re-navbar-wrapper .main-dropdown-close {
    display: block;
  }
}
@media (max-width: 340px) {
  .re-navbar-wrapper .navbar-points-list {
    grid-template-columns: 1fr;
  }
}
.re-breadcrumb {
  background-color: transparent;
  font-size: 13px;
  color: #363636;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}
.re-breadcrumb a {
  color: #004996;
}
.re-breadcrumb .breadcrumb-item.active {
  color: #363636;
}
.re-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #363636;
}

.re-progress {
  height: 13px;
  background-color: rgba(244, 163, 76, 0.2);
  border-radius: 6px;
}
.re-progress .progress-bar {
  background-color: #f4a34c;
}

.re-progress-labels {
  margin-top: 3px;
  font-size: 10px;
  color: #878787;
}

.re-user-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 18px;
}

.re-user-awards {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}
.re-user-awards img {
  margin-right: 5px;
}
.re-user-awards:last-of-type {
  margin-bottom: 0;
}

.badge-user {
  background-color: rgba(0, 73, 150, 0.1);
  color: #004996;
  font-size: 14px;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .re-user-awards img {
    max-height: 20px;
  }
}
@media (max-width: 1024px) {
  .re-user-card-meta {
    width: 100%;
  }
}
.re-alert {
  font-size: 14px;
  border-radius: 8px;
  padding: 10px 25px;
}
.re-alert.alert-primary {
  color: #004996;
  background-color: #e5edf5;
  border-color: #ccdbea;
}

.re-alert-narrow {
  padding-left: 10px;
  padding-right: 10px;
}

.no-border {
  border: none !important;
}

.w-auto {
  width: auto;
}

.animation-rotate {
  animation: rotation 1s infinite linear;
}

/* Additional Margin/Padding Utils */
.p-4\.5 {
  padding: 2rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

/* Gap */
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.re-page-title {
  font-size: 30px;
  font-weight: 700;
}

.re-page-subtitle {
  font-size: 18px;
}

@media (max-width: 767px) {
  .re-page-title {
    font-size: 24px;
  }
}
.text-transform-none {
  text-transform: none;
}

.re-modal-content {
  background-color: #fff;
}
.re-modal-content .close {
  opacity: 1;
}

.re-modal-dialog {
  max-width: 830px;
  pointer-events: all;
}

.re-modal-cards {
  max-width: 570px;
  pointer-events: all;
}

.re-modal-narrow {
  max-width: 430px;
  pointer-events: all;
}

.re-modal-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
}

.re-modal-subtitle {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
}

.re-modal-card {
  max-width: 370px;
  margin: auto;
}

.re-modal-card-wide {
  max-width: 630px;
  margin: auto;
}

.dropdown-default {
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #d9e3ef;
  border-radius: 8px;
}

.dropdown-basic {
  width: 280px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.dropdown-basic .nav {
  display: flex;
  border: none;
  border-bottom: 1px solid #d9e3ef;
}
.dropdown-basic .nav > * {
  flex: 1;
}
.dropdown-basic .nav-link {
  border: none;
  text-align: center;
  color: #888;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid transparent;
}
.dropdown-basic .nav-link.active {
  border-bottom-color: #ef7c01;
  color: #363636;
}
.dropdown-basic .card {
  border: none;
}

/* Dropdown Actions - Create Post */
.dropdown-actions-input {
  padding: 8px 10px;
  width: 100%;
}
.dropdown-actions-input input {
  width: 100%;
  border: 1px solid #d9e3ef;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
}
.dropdown-actions-input input:focus {
  outline: none;
  border-color: rgba(54, 54, 54, 0.5);
}
.dropdown-actions-input ::-moz-placeholder {
  color: #8a8a8a;
}
.dropdown-actions-input ::placeholder {
  color: #8a8a8a;
}
.dropdown-actions-input :-ms-input-placeholder {
  color: #8a8a8a;
}
.dropdown-actions-input ::-ms-input-placeholder {
  color: #8a8a8a;
}

.dropdown-actions-search {
  background-color: #f2f6fa;
  border-bottom: 1px solid #d9e3ef;
}

.dropdown-actions-list {
  max-height: 280px;
  padding: 10px;
  overflow-y: scroll;
}
.dropdown-actions-list ul {
  margin: 0;
}
.dropdown-actions-list label {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.dropdown-actions-list label input {
  margin-right: 5px;
}
.dropdown-actions-list.is-short {
  max-height: 180px;
}

.dropdown-title {
  font-size: 14px;
  color: #363636;
  padding: 10px 13px;
}

.dropdown-actions-nav {
  border-top: 1px solid #d9e3ef;
  padding: 10px;
  font-size: 14px;
}
.dropdown-actions-nav .btn {
  width: 100%;
  text-transform: none;
}
.dropdown-actions-nav p {
  margin: 0;
  font-size: 12px;
  color: #8a8a8a;
}
.dropdown-actions-nav a {
  font-weight: 700;
  color: #ef7c01;
}

.dropdown-mobile-header {
  font-size: 18px;
  padding: 10px;
  text-align: center;
  position: relative;
  height: 50px;
}
.dropdown-mobile-header .dbh-ico {
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  top: 7px;
}
.dropdown-mobile-header .dbh-ico:focus {
  outline: none;
}
.dropdown-mobile-header .dbh-ico-right {
  right: 0;
}
.dropdown-mobile-header .dbh-ico-left {
  left: 0;
}

/* Dropdown Table */
.dropdown-table {
  min-width: 300px;
  font-size: 14px;
  color: #8a8a8a;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.dropdown-table table {
  width: 100%;
  color: #004996;
  font-weight: 700;
}
.dropdown-table table tr {
  border-top: 1px solid #d9e3ef;
}
.dropdown-table table tr td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.dropdown-table table tr:nth-child(even) {
  background-color: #f2f6fa;
}
.dropdown-table table td:first-of-type {
  padding-left: 1rem;
}
.dropdown-table table td:last-of-type {
  padding-right: 1rem;
  text-align: right;
}
.dropdown-table table input {
  vertical-align: middle;
}

/* Emoji Dropdown */
.dropdown-emoji {
  border-radius: 8px;
  padding: 7px 9px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  border: none;
}

.dropdown-single-emoji {
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 8px;
  transition: 250ms ease-in-out background-color;
}
.dropdown-single-emoji:hover, .dropdown-single-emoji.is-selected {
  background-color: #d7e1ed;
}
.dropdown-single-emoji img {
  width: 30px;
  height: 30px;
}

/* Dropdown Filters */
.dropdown-filters {
  border-radius: 8px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e9e9e9;
  width: 320px;
  padding: 24px;
}
.dropdown-filters .form-field {
  margin-bottom: 10px;
}
.dropdown-filters .form-field input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  padding: 3px 10px;
  font-weight: bold;
}
.dropdown-filters .form-field input[type=date]::-webkit-inner-spin-button,
.dropdown-filters .form-field input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
.dropdown-filters .form-field input[type=date] {
  background-image: url("../../../images/ico-calendar.svg");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 16px 16px;
}
.dropdown-filters .form-field label {
  display: block;
  padding-left: 10px;
  font-size: 12px;
  color: #8a8a8a;
  font-weight: bold;
  margin-bottom: 2px;
}
.dropdown-filters .form-field .re-select {
  width: 100%;
}
.dropdown-filters .row-narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.dropdown-filters .col-narrow {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .dropdown-basic.show {
    border: none;
    box-shadow: none;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none !important;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .dropdown-basic.show .tab-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
  .dropdown-basic.show .tab-content .tab-pane.show {
    height: auto;
    overflow: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 15vh;
  }
  .dropdown-basic.show .dropdown-actions {
    overflow: visible;
  }
  .dropdown-basic.show .dropdown-actions-list {
    max-height: 100%;
  }
}
.trs-daterangepicker {
  position: relative;
}
.trs-daterangepicker > img {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.trs-daterangepicker input[name=daterangepicker] {
  border: 1px solid #d9e3ef;
  border-radius: 3px;
  padding: 8px 20px 7px 37px;
  font-size: 14px;
  color: #004996;
  text-align: center;
  font-weight: bold;
  width: auto;
}
.trs-daterangepicker input[name=daterangepicker]:focus, .trs-daterangepicker input[name=daterangepicker]:active {
  outline-color: #004996;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d9e3ef;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-size: 15px;
  line-height: 1em;
  box-shadow: 0 2px 4px 0 rgba(217, 227, 239, 0.49);
}

.daterangepicker thead tr + tr {
  display: none;
}

.daterangepicker tbody tr {
  border-bottom: 3px solid #fff;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker .drp-calendar {
  background-color: #fff;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 290px;
}

.daterangepicker .drp-calendar.left {
  padding: 10px 0 10px 20px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #ef7c01;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  margin-right: 3px;
}

.daterangepicker .calendar-table .prev span {
  margin-left: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  padding: 8px;
  height: 32px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
  color: #004996;
}

.daterangepicker tbody:before {
  content: "@";
  display: block;
  line-height: 15px;
  text-indent: -99999px;
}

.daterangepicker .calendar-table th.prev,
.daterangepicker .calendar-table th.next {
  border: 1px solid #d9e3ef;
  display: flex;
  justify-content: center;
  align-items: center;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #f3f6fa;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #f3f6fa;
  border-color: transparent;
  color: #004996;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #d9e3ef;
  border-color: transparent;
  color: #004996;
}

.daterangepicker th.month {
  width: auto;
  font-weight: 900;
  font-size: 16px;
  color: #004996;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #d9e3ef;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker {
  background-color: #fff;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
  border-right: 1px solid #d9e3ef;
  background-color: #f3f6fa;
  border-radius: 3px 0 0 3px;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 13px;
  font-weight: 700;
  padding: 9px 13px;
  cursor: pointer;
  color: #004996;
}

.daterangepicker .ranges li:hover {
  background-color: #d9e3ef;
}

.daterangepicker .ranges li.active {
  background-color: #ef7c01;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 769px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 769px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
@media (max-width: 770px) {
  .daterangepicker .ranges ul {
    display: flex;
    flex-wrap: wrap;
  }
  .daterangepicker .ranges ul li {
    flex: calc(50% - 1rem);
    max-width: 50%;
  }
}
.re-pagination {
  margin: 0 auto;
  margin-top: 0;
  gap: 1rem;
}
.re-pagination .re-page-item {
  font-size: 14px;
  font-weight: bold;
}
.re-pagination .re-page-item a {
  color: #646464;
}
.re-pagination .re-page-item a:hover {
  color: #363636;
}
.re-pagination .re-page-item.active a {
  color: #363636;
}

.input-tel .iti {
  display: block;
}
.input-tel .iti--show-selected-dial-code .iti__selected-flag,
.input-tel .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.input-tel .iti__selected-dial-code {
  font-weight: 700;
}
.input-tel .iti__tel-input {
  color: #373737;
}
.input-tel .iti__arrow {
  border: none;
  width: 12px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-image: url("/images/ico-arrow-down-2.svg");
}

.gam-header,
.gam-subheader,
.gam-main-title {
  font-weight: 800;
}

.gam-main-title {
  font-size: 30px;
}

.gam-header {
  font-size: 18px;
  margin-bottom: 20px;
}

.gam-subheader {
  font-size: 14px;
}

.gam-sidebar {
  padding: 20px 15px 15px;
  background-color: #fff;
}

.gam-sidebar-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}

/* Awards */
.gam-sidebar-awards {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 900;
}
.gam-sidebar-awards .gam-ico {
  max-height: 25px;
  margin-right: 3px;
}

@media (max-width: 992px) {
  .gam-sidebar {
    padding: 30px 40px;
  }
  .gam-sidebar-awards {
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  .gam-sidebar {
    padding: 25px;
  }
  .gam-sidebar-awards .gam-ico {
    max-height: 20px;
  }
}
.gam-content {
  padding: 30px 40px;
  background-color: #fff;
}

/* Question Header */
.gam-question-header {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.gam-question-title {
  font-weight: 700;
  font-size: 30px;
}

.gam-content-inner img {
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}

.gam-more-info {
  background-color: #f2f6fa;
  padding: 30px;
}

.gam-more-info-title {
  text-align: center;
  font-weight: 700;
  color: #004996;
  font-size: 24px;
  margin-bottom: 20px;
}

.modal-points {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.modal-points .re-modal-content {
  padding-top: 100px;
  padding-bottom: 30px;
  background-image: url("../images/gamification/confetti.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.gam-modal-points {
  max-width: 370px;
  margin: auto;
}
.gam-modal-points img {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.gam-modal-points strong {
  font-size: 18px;
}

@media (max-width: 480px) {
  .gam-modal-points {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .gam-modal-points img {
    width: 55px;
    height: 55px;
  }
}
.gam-modal-summary {
  margin: 30px auto;
  font-size: 18px;
  max-width: 240px;
}

@media (max-width: 480px) {
  .gam-more-info-title {
    font-size: 21px;
  }
  .gam-question-title {
    font-size: 24px;
  }
  .gam-content {
    padding: 25px;
  }
  .gam-content-inner {
    font-size: 14px;
  }
}
/* Basic List */
.gam-basic-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

/* Questions List (Sidebar) */
.gam-questions-list {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
.gam-questions-list li {
  border-top: solid 1px #e8e8e8;
  padding-top: 8px;
  padding-bottom: 8px;
}

.gql-question-nr {
  text-transform: uppercase;
  color: #878787;
  font-size: 10px;
}

.gql-question-label {
  font-size: 14px;
  line-height: 1;
}

.gql-ico {
  margin-right: 15px;
}

/* Current Question */
.gql-question-current {
  font-weight: 700;
}

/* Locked Question */
.gql-question-locked {
  font-weight: 400;
  color: #8a8a8a;
}

/* Link List */
.gam-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gam-link-list li {
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.gam-link-list a {
  color: #004996;
}
.gam-link-list small {
  display: block;
  color: #878787;
  font-size: 10px;
}

.gam-read-more {
  color: #004996;
  font-size: 14px;
  font-weight: 700;
}

.gam-nav {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e9e9e9;
}
.gam-nav .btn {
  margin-left: 10px;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 25px;
}
.gam-nav .btn-next {
  background-color: #ef7c01;
  color: #fff;
  text-transform: uppercase;
}
.gam-nav .btn-prev {
  background-color: transparent;
  border: 1px solid #ef7c01;
  color: #ef7c01;
  text-transform: uppercase;
}

.btn-gam-more {
  background-color: #ef7c01;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 25px;
  font-weight: 700;
}

.gam-box {
  background-color: #fff;
  margin-bottom: 20px;
}

.gam-box-m {
  padding: 20px 15px;
}

.gam-box-l {
  padding: 20px 25px;
}

.gam-media {
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.gam-media p {
  margin-bottom: 10px;
}

.gam-media-title {
  color: #004996;
  font-size: 18px;
  font-weight: 800;
}
.gam-media-title a {
  color: #004996;
  text-decoration: none;
}

.gam-media-meta {
  margin-top: 5px;
  margin-bottom: 10px;
}

.gam-media-awards img {
  max-height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.gam-media-small {
  font-size: 14px;
}
.gam-media-small .gam-media-title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

/* Leader Block */
.gam-table-leader {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gam-leader {
  font-size: 14px;
  margin-top: 5px;
  font-weight: 700;
}

.gam-leader-points {
  font-weight: 700;
  font-size: 18px;
}

/* Point Tables */
.gam-table {
  font-size: 12px;
  line-height: 1.25;
}
.gam-table thead th {
  font-size: 10px;
  color: #878787;
  border-bottom: 1px solid #e8e8e8;
  border-top: none;
  font-weight: 400;
  text-transform: uppercase;
}
.gam-table th, .gam-table td {
  padding: 7px;
}
.gam-table tr:last-of-type td {
  border-bottom: 1px solid #e8e8e8;
}

.gam-table-currentuser {
  font-weight: 700;
}

.table-separator {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #363636;
}
.table-separator .ts-dot {
  width: 4px;
  height: 4px;
  margin: 0 3px;
  background-color: #363636;
  border-radius: 50%;
}

.gam-table-footer {
  font-size: 12px;
}

.gam-table-footer-info {
  margin-top: 5px;
}

.gam-main-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.re-form-field {
  margin-bottom: 5px;
}

/* Custom Checkbox */
.re-form-checkbox {
  padding-left: 0;
}
.re-form-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.re-form-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 5px;
  height: 12px;
  border: solid #ef7c01;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.re-form-checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.re-form-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #e9e9e9;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  left: 0;
  top: 3px;
  margin-right: 5px;
}
.re-form-checkbox label a {
  text-transform: uppercase;
  color: #ef7c01;
  font-weight: 900;
  margin-left: 3px;
}
.re-form-checkbox.small label {
  padding-top: 3px;
}

/* Custom Radio */
.re-form-radio {
  padding-left: 0;
}
.re-form-radio input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.re-form-radio input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ef7c01;
}
.re-form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}
.re-form-radio label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  left: 0;
  top: 3px;
  margin-right: 5px;
}

/* Custon Select */
.re-select {
  padding: 3px 30px 3px 10px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/ico-arrow-down.svg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 11px 8px;
  background-position: right 0.75rem center;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
}

.re-select-wide {
  min-width: 160px;
}

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

.gam-correct-answer {
  color: #299e23;
  font-weight: 700;
}

.gam-result {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 8px 15px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.gam-result-ico {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gam-result-error {
  border: 1px solid #ff0000;
  background-color: #fcd0d0;
  color: #ff0000;
}

.gam-result-okay {
  border: 1px solid #66bd1d;
  background-color: #d5f3bb;
  color: #299e23;
}

.gam-result-info {
  border: 1px solid #ff9f00;
  background-color: #fcf2d0;
  color: #ff9f00;
}

/* Textarea Label */
.label-small {
  text-transform: uppercase;
  font-size: 12px;
  color: #8a8a8a;
}

/* Summary */
.gam-summary-awards img {
  max-height: 30px;
  margin-right: 5px;
}

.re-file-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.re-file-list-link {
  display: block;
  padding: 14px 20px;
  border-radius: 5px;
  background-color: rgba(233, 233, 233, 0.4);
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.re-file-list-link:hover {
  color: #363636;
  text-decoration: underline;
}

.gam-coupon {
  max-width: 270px;
  margin: auto;
  background-color: #f2f6fa;
  border: solid 2px rgba(0, 73, 150, 0.1);
  font-size: 12px;
  line-height: 1.2;
}

.gam-coupon-date,
.gam-coupon-counter {
  display: block;
  color: #004996;
}

.gam-coupon-date {
  font-size: 21px;
}

.gam-coupon-counter {
  font-size: 40px;
}

/* Single Offer Card */
.gam-offer {
  text-decoration: none;
  background-color: #fff;
  color: #363636;
}
.gam-offer:hover {
  text-decoration: none;
  color: #004996;
}

.gam-offer-thumb {
  position: relative;
}

.gam-offer-image {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 160px;
}

.gam-offer-partner {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  padding: 15px;
  max-width: 100px;
}

.gam-offer-inner {
  padding: 20px;
}

.gam-offer-location {
  font-size: 13px;
  color: #8a8a8a;
}

.gam-offer-title-box {
  min-height: 80px;
}
.gam-offer-title-box img {
  max-width: 65px;
  align-self: flex-start;
}

.gam-offer-title {
  font-weight: 700;
  font-size: 16px;
}

.gam-offer-meta {
  color: #8a8a8a;
  font-size: 13px;
}
.gam-offer-meta span {
  font-weight: 700;
}

.gam-offer-points {
  font-size: 21px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .gam-offer-title-box {
    min-height: 20px;
  }
  .gam-coupon {
    max-width: 100%;
  }
  .gam-offer-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .gam-offer-points {
    font-size: 16px;
  }
  .gam-offer-image {
    width: 100%;
    height: auto;
  }
  .gam-offer-partner {
    top: 7px;
    left: 7px;
    padding: 15px 10px;
    max-width: 70px;
  }
}
.pwa-wrapper {
  height: 100vh;
  max-height: -webkit-fill-available;
  color: #004996;
}

.pwa-navbar {
  background-color: #fff;
  padding: 17px 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}
.pwa-navbar img {
  max-height: 40px;
}

.pwa-language {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pwa-language a {
  padding: 2px;
  border: 2px solid transparent;
}
.pwa-language .is-active {
  border: 2px solid #004996;
}

.pwa-content {
  flex: 1;
}

.pwa-button-confirm,
.pwa-button-cancel {
  min-height: 50px;
  font-weight: 700;
}

.pwa-button-confirm {
  background-color: #ef7c01;
  color: #fff;
  text-transform: uppercase;
}

.pwa-button-cancel {
  background-color: transparent;
  border: 1px solid #ef7c01;
  color: #ef7c01;
  text-transform: uppercase;
}

.pwa-small {
  font-size: 14px;
}

.pwa-login-method {
  border: 2px solid #d9e3ef;
  border-radius: 8px;
  background-color: #fff;
  color: #004996;
}
.pwa-login-method img {
  height: 55px;
}
.pwa-login-method:hover {
  text-decoration: none;
}

/* PWA Steps List */
.pwa-steps-list {
  counter-reset: pwa-steps-counter;
  list-style: none;
  padding-left: 40px;
}
.pwa-steps-list li {
  margin: 0 0 20px 0;
  counter-increment: pwa-steps-counter;
  position: relative;
}
.pwa-steps-list li:before {
  content: counter(pwa-steps-counter);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 3px;
  left: -35px;
  background: #009ee3;
  border-radius: 50%;
  text-align: center;
}

.pwa-form input {
  color: #002045;
}
.pwa-form label {
  color: #004798;
}
.pwa-form .form-text {
  font-size: 14px;
}
.pwa-form .form-text a {
  color: #ef7c01;
}

.pwa-password-meter div {
  width: 27px;
  height: 6px;
  background-color: #d9e3ef;
  margin-left: 2px;
  border-radius: 3px;
}
.pwa-password-meter.pwa-password-error div:nth-child(1), .pwa-password-meter.pwa-password-error div:nth-child(2) {
  background-color: #ff6868;
}
.pwa-password-meter.pwa-password-alert div:nth-child(1), .pwa-password-meter.pwa-password-alert div:nth-child(2), .pwa-password-meter.pwa-password-alert div:nth-child(3), .pwa-password-meter.pwa-password-alert div:nth-child(4) {
  background-color: #ffc768;
}
.pwa-password-meter.pwa-password-success div {
  background-color: #0cb25b;
}

@media (max-width: 480px) {
  .re-hub .pwa-password-meter {
    width: 100%;
  }
  .re-hub .pwa-password-meter div {
    width: 20%;
  }
}
.re-hub {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.hub-block {
  background-color: #fff;
}

.hub-block-info {
  background-color: #d9e3ef;
  font-size: 14px;
}
.hub-block-info a {
  color: #004996;
}

.hub-text-muted {
  color: #306aab;
}

/* HUB Typography */
.hub-title {
  font-size: 28px;
  font-weight: 900;
}

.hub-subtitle {
  font-size: 21px;
  font-weight: 900;
}

.hub-hr {
  border-bottom: solid 1px rgba(48, 106, 171, 0.3);
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .re-hub {
    background-color: #f2f6fa;
    background-image: none !important;
  }
  .hub-block {
    box-shadow: 0 2px 4px 0 #d9e3ef;
  }
  .hub-block-info {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.hub-text,
.hub-text-title,
.hub-text-subtitle {
  font-size: 13px;
}

.hub-text-title {
  font-weight: 900;
  border-bottom: solid 1px rgba(48, 106, 171, 0.3);
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.hub-text-subtitle {
  font-weight: 900;
  margin-bottom: 3px;
}

.hub-text a {
  color: #ef7c01;
  font-weight: 900;
}
.hub-text ul {
  padding-left: 25px;
}
.hub-text ul li {
  padding-left: 10px;
}

.re-cart-title {
  font-size: 28px;
  font-weight: 900;
}
.re-cart-title span {
  color: #ef7c01;
}

.cart-table {
  border: solid 1px #ccdbea;
  background-color: #ffffff;
  font-size: 14px;
  width: 100%;
}

.cart-table-header {
  font-weight: 700;
  border-bottom: 1px solid #d4d4d4;
  color: #616161;
}

.cell-header {
  padding: 25px 15px;
}

.cart-bank {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  grid-template-areas: "bank1 bank2 bank3";
  position: relative;
}
.cart-bank input {
  width: 80px;
  margin: auto;
  display: block;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  font-weight: 700;
  text-align: right;
  padding: 6px 8px;
}
.cart-bank input:focus, .cart-bank input:active {
  border-color: #363636;
  color: #004996;
  outline: none;
}

.cart-bank-values {
  font-size: 18px;
}

.cell-own.cell-own-summary {
  text-align: right;
  padding-right: 45px;
  font-size: 18px;
}

.cart-table-footer .cell-own.cell-own-summary {
  font-size: 14px;
  text-align: right;
}

.cart-bank-label {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-70px);
  font-size: 11px;
  color: #8a8a8a;
}

.cart-bank-empty {
  width: 25px;
  margin: auto;
  height: 2px;
  background-color: #9a9a9a;
}

.cart-bank-1 {
  grid-area: bank1;
}

.cart-bank-2 {
  grid-area: bank2;
}

.cart-bank-3 {
  grid-area: bank3;
}

.cart-bank-value {
  font-size: 20px;
  color: #ef7c01;
  font-weight: 700;
  margin-top: -30px;
}

.container-cart {
  display: grid;
  grid-template-columns: 200px 80px 1fr 1fr 410px 180px;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "offer count value delivery points own";
}
.container-cart > div {
  padding-top: 25px;
  padding-bottom: 25px;
}
.container-cart > div:first-of-type {
  padding-left: 25px;
}

.cell-offer {
  grid-area: offer;
  margin-right: 50px;
}

.cell-count {
  grid-area: count;
  margin-right: 40px;
}

.cell-value {
  grid-area: value;
}

.cell-value-additional {
  font-size: 12px;
  font-weight: 400;
}

.cell-delivery {
  grid-area: delivery;
}

.cell-points {
  grid-area: points;
}

.cell-own {
  grid-area: own;
  padding-left: 25px;
  padding-right: 25px;
}
.cell-own input {
  width: 85px;
  background-color: #eee;
  border: 1px solid #d4d4d4;
  font-weight: 700;
  text-align: right;
  padding: 6px 8px;
  border-radius: 5px;
  color: #004996;
}

.cell-offer-remove {
  background-color: transparent;
  border: none;
  margin-left: 5px;
  cursor: pointer;
}

.cell-points {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.cell-points:before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 0;
  right: 0;
  height: 20px;
  background-color: #fff;
}
.cell-points:after {
  content: "";
  bottom: -4px;
  left: 0;
  right: 0;
  height: 4px;
  position: absolute;
  background-color: #f2f6fa;
  z-index: 5;
}

.cart-table-header .cell-points:before {
  top: -20px;
  height: 20px;
}
.cart-table-header .cell-points:after {
  border: none;
  display: block;
  background-color: #d4d4d4;
  height: 1px;
  bottom: -1px;
}

.cart-table-row {
  color: #363636;
  font-weight: 700;
  line-height: 1.25;
  border-bottom: 4px solid #f2f6fa;
}
.cart-table-row .cell-value, .cart-table-row .cell-delivery {
  font-size: 18px;
  line-height: 1;
}
.cart-table-row:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}
.cart-table-row:last-of-type .cell-points:after {
  background-color: #fff;
  border: none;
}

.cart-table-footer {
  font-weight: 700;
}
.cart-table-footer .cell-points:after {
  background-color: #fff;
}

.cart-dropdown .dropdown-menu {
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #d0d0d0;
}
.cart-dropdown .dropdown-item {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.cart-dropdown .dropdown-item div + div {
  color: #ef7c01;
  margin-left: 20px;
  font-weight: 700;
}
.cart-dropdown .dropdown-item:active {
  background-color: #ef7c01;
  color: #fff;
}
.cart-dropdown .dropdown-item:active div {
  color: #fff;
}
.cart-dropdown .dropdown-toggle {
  background-color: #eee;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #616161;
  border-radius: 3px;
  padding: 3px 8px;
  margin-top: -3px;
}
.cart-dropdown .dropdown-toggle:after {
  width: 11px;
  height: 8px;
  background-image: url("../images/ico-arrow-down.svg");
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  border: none;
  transition: 250ms ease-in-out transform;
}
.cart-dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
}

/* Cart Box */
.cart-box {
  border: solid 1px #ccdbea;
  background-color: #fff;
  font-size: 14px;
}

.cart-box-content {
  padding: 30px 40px 10px;
}

.cart-box-header {
  border-bottom: solid 1px #d4d4d4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.cart-box-header-alt {
  margin-bottom: 0;
  border-bottom: none;
}

.cart-box-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

/* Cart Box Table */
.cart-box-table {
  width: 100%;
}
.cart-box-table td {
  vertical-align: top;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-box-table tr {
  border-top: solid 1px #d4d4d4;
}
.cart-box-table tr td:first-of-type {
  max-width: 150px;
  text-align: left;
}

.cart-box-table-medium {
  font-size: 18px;
}
.cart-box-table-medium tr {
  border-top: none;
}
.cart-box-table-medium td span {
  font-size: 12px;
  margin-top: -5px;
  display: block;
}

.cart-box-footer {
  border-top: solid 1px #ccdbea;
  background-color: #e6edf5;
  color: #004996;
  padding: 25px 40px;
}

/* RWD */
@media (max-width: 1200px) {
  .cart-table-header {
    font-size: 12px;
  }
  .container-cart {
    grid-template-columns: 150px 50px 110px 110px 360px 180px;
  }
  .container-cart > div:first-of-type {
    padding-left: 15px;
  }
  .cell-offer {
    margin-right: 10px;
  }
  .cell-points {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cell-count {
    margin-right: 0;
    padding-right: 5px;
  }
  .call-value,
  .cell-delivery {
    padding-right: 10px;
  }
  .cart-dropdown .dropdown-toggle {
    font-size: 12px;
  }
  .cell-offer-remove {
    margin-left: 0;
  }
  .cell-own {
    padding-left: 15px;
    padding-right: 5px;
  }
  .cart-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .re-cart-title {
    font-size: 20px;
  }
  .cart-table-header {
    display: none;
  }
  .cart-bank {
    grid-template-columns: 1fr 80px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: right;
  }
  .cell-own {
    display: block;
    grid-area: initial;
    padding: 0;
  }
  .cell-own input {
    width: 100%;
  }
  .cart-dropdown .dropdown-toggle {
    background-color: #f5f5f5;
    font-size: 14px;
    color: initial;
  }
}
/* Mobile Cart */
.cart-mobile-row {
  border: solid 1px #ccdbea;
  background-color: #fff;
}

.cart-mobile-header {
  padding: 20px 40px;
}

.cart-mobile-table {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  table-layout: fixed;
}
.cart-mobile-table th, .cart-mobile-table td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.25;
  border-bottom: 1px solid #f3f3f3;
}
.cart-mobile-table th:first-of-type, .cart-mobile-table td:first-of-type {
  padding-left: 40px;
  text-align: left;
}
.cart-mobile-table th:last-of-type, .cart-mobile-table td:last-of-type {
  padding-right: 40px;
  text-align: right;
}
.cart-mobile-table th span, .cart-mobile-table td span {
  font-size: 12px;
}
.cart-mobile-table th {
  background-color: #f9f9f9;
  border-top: 1px solid #f3f3f3;
  font-size: 14px;
}

.cmp-label {
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 480px) {
  .cart-mobile-header {
    padding: 20px;
  }
  .cart-mobile-table th:first-of-type, .cart-mobile-table td:first-of-type {
    padding-left: 20px;
  }
  .cart-mobile-table th:last-of-type, .cart-mobile-table td:last-of-type {
    padding-right: 20px;
  }
  .cart-bank {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cart-box-table-small tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-box-table-small tbody tr td {
    flex: 1;
    text-align: left;
  }
  .cart-box-table-small tbody tr td:first-of-type {
    flex: 1 0 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  .cart-box-table-small tbody tr td:last-of-type {
    text-align: right;
  }
  .cart-box-table-small tbody tr:last-of-type td:nth-child(1), .cart-box-table-small tbody tr:last-of-type td:nth-child(2) {
    display: none;
  }
  .cart-box-content,
  .cart-box-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cart-box-table-medium {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .cart-box-footer .re-select {
    width: 100%;
  }
}
/* Cart Toggler */
.basic-toggler {
  color: #ef7c01;
  border: none;
  font-weight: 700;
  background-color: transparent;
  cursor: pointer;
}

.basic-toggler-desc {
  font-size: 12px;
}

.basic-toggler-chevron {
  position: relative;
  padding-left: 25px;
  border: none;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}
.basic-toggler-chevron:before {
  content: "";
  background-image: url("../images/profile/ico-chevron.svg");
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  transform: rotate(0deg);
  transition: 250ms ease-out all;
  top: 5px;
  left: 0;
}
.basic-toggler-chevron.collapsed:before {
  transform: rotate(180deg);
}
.basic-toggler-chevron:focus {
  outline: none;
}

.basic-toggler-content {
  padding-left: 26px;
}
.basic-toggler-content p:last-of-type {
  margin-bottom: 0;
}

/* Cart Disclaimer */
.cart-disclaimer {
  border-top: 1px solid #dbe3ee;
  color: #2d5399;
  font-size: 12px;
}

/* Cart Alert */
.cart-alert {
  background-color: #eddb37;
  font-weight: 700;
  padding: 1.15rem 1.7rem;
  border-radius: 6px;
}

/* Options Grid */
.options-grid {
  margin-top: -10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.options-grid .image-container {
  height: 100%;
  justify-content: flex-start;
  flex-direction: column;
  padding: 1rem 0.85rem;
  align-items: flex-start;
}

.options-grid-button {
  background-color: transparent;
  align-items: center;
  display: flex;
  margin: 0;
  margin-top: 0.5rem;
  border: none;
  color: #ef7c01;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  text-align: left;
  line-height: 1;
  margin-top: 0.8rem;
}

@media (max-width: 767px) {
  .options-grid {
    grid-template-columns: 1fr;
  }
}
/* Utils */
.nowrap-cell {
  white-space: nowrap;
}

/* Alt Table Styles */
.cart-box-table-alt {
  width: 100%;
}
.cart-box-table-alt th {
  color: #8a8a8a;
  font-weight: 400;
  padding-bottom: 1rem;
}
.cart-box-table-alt thead tr {
  border-bottom: 1px solid #d4d4d4;
}
.cart-box-table-alt tbody tr {
  border-bottom: 1px solid #d4d4d4;
}
.cart-box-table-alt td {
  font-weight: 700;
  vertical-align: top;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1rem;
}
.cart-box-table-alt td span {
  font-weight: 400;
}
.cart-box-table-alt tbody {
  padding-top: 2rem;
}
.cart-box-table-alt .cart-box-position {
  font-size: 14px;
  font-weight: 700;
}
.cart-box-table-alt tfoot td {
  text-align: right;
}

@media (max-width: 1024px) {
  .cart-box-content-alt {
    padding: 1.75rem;
  }
  .cart-box-table-alt .cart-box-position {
    max-width: 140px;
  }
}
.cart-box-content-narrow {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.cart-box-content-narrow + .cart-box-footer {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (max-width: 768px) {
  .cart-box-table-alt {
    width: 100%;
    border-collapse: collapse;
  }
  .cart-box-table-alt thead {
    display: none;
  }
  .cart-box-table-alt th, .cart-box-table-alt td {
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: left;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .cart-box-table-alt td:nth-child(2), .cart-box-table-alt td:nth-child(3), .cart-box-table-alt td:nth-child(4), .cart-box-table-alt td:nth-child(5) {
    width: 50%;
    display: inline-block;
  }
  .cart-box-table-alt td:nth-child(3), .cart-box-table-alt td:nth-child(5) {
    text-align: right;
  }
  .cart-box-table-alt .cart-box-position {
    font-size: 16px;
    max-width: 100%;
  }
  .cart-box-table-alt tfoot td {
    display: flex;
    justify-content: space-between;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .cart-box-table-alt td:last-of-type {
    padding-bottom: 1rem;
  }
  .cart-box-table-alt tr:nth-child(n+2) > td:first-of-type {
    margin-top: 1rem;
  }
}
/* Basic Form Styles */
.cart-box-label {
  color: #8a8a8a;
  font-weight: 400;
}

.cart-basic-form {
  padding: 1.5rem 2.5rem;
}
.cart-basic-form label {
  color: #8a8a8a;
  margin-bottom: 2px;
}
.cart-basic-form .form-control {
  border-color: #d4d4d4;
}
.cart-basic-form input {
  font-size: 14px;
  font-weight: 700;
}
.cart-basic-form input:disabled {
  background-color: #f5f5f5;
  color: #8a8a8a;
}
.cart-basic-form .form-check label {
  color: #000;
  padding-top: 1px;
  font-weight: 700;
}

.cart-box-content .re-select,
.cart-box-footer .re-select,
.cart-basic-form .re-select {
  height: 35px !important;
}

.cart-subtitle {
  font-size: 14px;
  font-weight: 700;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.image-radio {
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}

.image-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  height: 80px;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}

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

.checkmark {
  width: 17px;
  height: 17px;
  background-image: url("../images/ico-selected.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: 4px 2px;
  background-color: #244893;
  border-bottom-left-radius: 4px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.image-radio input[type=radio] {
  position: absolute;
  left: -9999px;
}

.image-radio input[type=radio]:checked + .image-container {
  border-color: #244893;
}

.image-radio input[type=radio]:checked + .image-container .checkmark {
  opacity: 1;
}

/* Wide Variant */
.image-grid-cell-wide {
  grid-template-columns: 1fr;
}
.image-grid-cell-wide .image-container {
  padding-left: 1rem;
  padding-right: 1rem;
  height: 65px;
}
.image-grid-cell-wide .image-container > div {
  gap: 1rem;
  width: 100%;
}

/* TFA Variant */
.image-grid-tfa {
  grid-template-columns: 1fr 1fr;
}
.image-grid-tfa .image-container {
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: auto;
}

@media (max-width: 767px) {
  .image-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .image-grid-cell-wide {
    grid-template-columns: 1fr;
  }
  .image-grid-tfa {
    grid-template-columns: 1fr;
  }
  .image-grid-tfa .image-container {
    padding-left: 1rem;
    flex-direction: row;
    justify-content: start;
    gap: 1rem;
  }
  .image-grid-tfa .image-container img {
    width: 2rem;
  }
}
@media (max-width: 480px) {
  .cart-basic-form {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cart-stepper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 30px 0 45px 0;
  padding: 0;
  color: #373737;
  font-size: 14px;
  position: relative;
  z-index: 10;
}

.cart-stepper-step {
  width: 20px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-wrap: nowrap;
  align-items: center;
  margin: 0 90px;
}

.cart-stepper-index {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.cart-stepper-step:after {
  content: "";
  background: #fff;
  border: 1px solid #d9e4ef;
  width: 180px;
  height: 10px;
  position: absolute;
  right: 100%;
  bottom: 11px;
  border-radius: 12px;
  z-index: -1;
}

.cart-stepper-step:first-child:after {
  display: none;
}

.cart-stepper-accent {
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 50%;
  color: #999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
}

.cart-stepper-accent div {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9e4ef;
  border-radius: 50%;
}

.cart-stepper-label {
  margin-bottom: 15px;
  color: #666;
}

.cart-stepper-step--current {
  font-weight: 700;
  color: #373737;
}

.cart-stepper-step--current .cart-stepper-label {
  color: #373737;
}

.cart-stepper-step--done .cart-stepper-label {
  color: #373737;
}

.cart-stepper-step--current .cart-stepper-accent {
  background-color: #fce5cc;
  border: 1px solid #ef7c01;
}

.cart-stepper-step--current .cart-stepper-accent div {
  background-color: #fff;
  border: 1px solid #ef7c01;
}

.cart-stepper-step--done .cart-stepper-accent div {
  background-color: #fce5cc;
  border: 1px solid #ef7c01;
}

.cart-stepper-step--done:after,
.cart-stepper-step--current:after {
  background-color: #fce5cc;
  border: 1px solid #ef7c01;
}

.cart-stepper-step--done .cart-stepper-accent div {
  background-color: #fce5cc;
  border: 1px solid #ef7c01;
}

.cart-stepper-mobile {
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.csm-nav {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f7e6ce;
  border: 1px solid #ef7c01;
}

.csm-next svg {
  transform: rotate(180deg);
}

.csm-index {
  font-size: 18px;
}

.csm-disabled {
  visibility: hidden;
}

/* Cart Steps Prev Next */
.cart-steps-nav {
  border-top: 1px solid #ccdbea;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 32px;
}
.cart-steps-nav .re-btn-basic, .cart-steps-nav .re-btn-confirm {
  min-width: 160px;
}
.cart-steps-nav .re-btn-basic {
  text-transform: none;
  background-color: #f7e6ce;
  border: none;
}
.cart-steps-nav .re-btn-confirm {
  text-transform: none;
}

@media (max-width: 1024px) {
  .cart-stepper-step {
    line-height: 1.2;
  }
  .cart-stepper-step:last-child {
    text-wrap: wrap;
  }
  .cart-stepper-index + div {
    min-height: 35px;
  }
  .cart-stepper-step {
    margin: 0 60px;
  }
  .cart-stepper-step:after {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .cart-steps-nav .re-btn-basic, .cart-steps-nav .re-btn-confirm {
    min-width: unset;
    width: 47%;
  }
}
.cart-stepper-alt .cart-stepper-step {
  margin: 0 70px;
}
.cart-stepper-alt .cart-stepper-step:after {
  width: 140px;
}
.cart-stepper-alt .cart-stepper-index + div {
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .cart-stepper-alt .cart-stepper-step {
    margin: 0 60px;
  }
  .cart-stepper-alt .cart-stepper-step:after {
    width: 120px;
  }
}
.cart-stepper-light .cart-stepper-step {
  margin: 0 60px;
  justify-items: flex-start;
}
.cart-stepper-light .cart-stepper-step:after {
  width: 120px;
}
.cart-stepper-light .cart-stepper-index + div {
  line-height: 1.2;
  text-wrap: initial;
  min-width: 125px;
}
.cart-stepper-light .cart-stepper-accent {
  margin-top: auto;
}

@media (max-width: 1200px) {
  .cart-stepper-light .cart-stepper-step {
    margin: 0 50px;
  }
  .cart-stepper-light .cart-stepper-step:after {
    width: 100px;
  }
}
.re-modal-card .re-modal-content {
  border: 1px solid #dce4ee;
}
.re-modal-card .re-modal-alt-header {
  padding: 2rem 2rem 0 2rem;
  margin-bottom: 0.5rem;
}
.re-modal-card .re-modal-shadow {
  box-shadow: 0px 24px 20px 0px rgba(0, 73, 150, 0.05);
  padding-bottom: 1rem;
  border-bottom: 1px solid #dce4ee;
  position: relative;
}
.re-modal-card .add-card-desc {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 14px;
}
.re-modal-card .add-card-desc p {
  color: #8a8a8a;
  font-size: 12px;
  margin-bottom: 0;
}
.re-modal-card .add-card-form {
  background-color: #f3f6fa;
  padding: 2rem;
}
.re-modal-card .add-card-form p {
  color: #8a8a8a;
  font-size: 12px;
  margin-top: 1rem;
}
.re-modal-card .add-card-form p a {
  color: #8a8a8a;
  text-decoration: underline;
}
.re-modal-card .re-modal-alt-actions .btn {
  min-width: 130px;
}
.re-modal-card .add-card-details {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 340px) {
  .re-modal-card .re-modal-alt-actions .btn {
    min-width: 100px;
  }
}
.re-modal-card-wide .re-btn-confirm {
  min-width: 170px;
}

.re-steps-container {
  background-color: #fff;
}

.re-steps {
  display: flex;
  color: #004996;
  border-bottom: solid 1px #ccdbea;
}

.re-step {
  background-color: #e5edf5;
  color: rgba(0, 73, 150, 0.55);
  border-right: 1px solid #ccdbea;
  border-left: 1px solid #ccdbea;
  border-top: 1px solid #ccdbea;
}

.re-step {
  padding-top: 15px;
  padding-bottom: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid transparent;
  line-height: 1.25;
  font-size: 14px;
}
.re-step:first-of-type {
  border-left: none !important;
}

.re-step-past,
.re-step-current {
  background-color: rgba(0, 73, 150, 0.2);
  border-bottom-color: #ef7c01;
  border-left: none;
  border-right: none;
  position: relative;
  color: #004996;
}
.re-step-past:after,
.re-step-current:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ef7c01;
  position: absolute;
  bottom: -10px;
}

.re-step-past {
  border-bottom-color: transparent;
  border-left: 1px solid rgba(0, 73, 150, 0.2);
  border-right: 1px solid rgba(0, 73, 150, 0.2);
}
.re-step-past:after {
  display: none;
}

/* Titles */
.re-step-title {
  font-weight: 900;
  color: #363636;
  font-size: 30px;
  border-bottom: solid 1px #d4d4d4;
}

.re-step-subtitle {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: solid 1px #d4d4d4;
}
.re-step-subtitle svg {
  margin-right: 10px;
  flex-shrink: 0;
}

.re-step-section-title {
  font-size: 18px;
  font-weight: 700;
}

/* Step Forms */
.re-step-label {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
}

.re-step-field {
  margin-bottom: 2px;
}
.re-step-field select, .re-step-field input, .re-step-field textarea {
  width: calc(100% - 25px);
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.re-step-field input, .re-step-field textarea {
  padding-top: 3px;
  padding-bottom: 3px;
}

.re-step-copy {
  font-weight: 700;
  color: #ef7c01;
  border: none;
  background-color: transparent;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}

.re-step-info {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  background-color: #ef7c01;
  color: #fff;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  cursor: help;
  padding: 1px;
  align-items: center;
}

.re-steps-nav {
  border-top: solid 1px #d4d4d4;
  padding-top: 20px;
  margin-top: 30px;
}

/* Step Content / Text / Lists */
.re-step-content {
  font-size: 14px;
}
.re-step-content ol, .re-step-content ul {
  padding-left: 20px;
}
.re-step-content ol li, .re-step-content ul li {
  padding-left: 10px;
  margin-bottom: 5px;
}
.re-step-content .form-check-label {
  font-size: 14px;
}

.form-check-label-small {
  font-size: 14px;
}

/* Summaries */
.re-benefit-summary {
  padding: 20px 100px 30px 100px;
  border-radius: 8px;
  border: solid 1px #a3bed9;
  background-color: #e5edf5;
  color: #004996;
  font-size: 14px;
}

.rbs-value {
  font-size: 24px;
  font-weight: 700;
}

.rbs-summary {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #a3bed9;
}

.re-summary-owner {
  font-size: 14px;
  line-height: 1.6;
}

.rso-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .re-step-title {
    font-size: 26px;
  }
  .re-step-subtitle {
    font-size: 22px;
  }
  .re-step-info {
    font-size: 12px;
  }
  .re-benefit-summary {
    padding: 20px;
  }
  .rbs-value {
    font-size: 18px;
  }
}
/* Header */
.header-steps {
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #373737;
  font-size: 14px;
}

.header-steps-contact img {
  margin-top: 0.15rem;
}

.header-steps-lang {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #dce4ee;
}
.header-steps-lang:hover {
  color: #363636;
}

.steps-v2 label {
  color: #8a8a8a;
  margin-bottom: 0.25rem;
}
.steps-v2 input {
  font-size: 14px;
  font-weight: 700;
  padding-top: 0.48rem;
  padding-bottom: 0.48rem;
  border-color: #d4d4d4;
}
.steps-v2 .re-select {
  border-color: #d4d4d4;
}
.steps-v2 input[type=date]::-webkit-inner-spin-button,
.steps-v2 input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
.steps-v2 input[type=date] {
  background-image: url("../images/ico-calendar-alt.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
.steps-v2 .re-profile-section-header {
  margin-bottom: 1.5rem;
}

.steps-v2-actions .re-btn-cancel,
.steps-v2-actions .re-btn-confirm {
  min-width: 160px;
  cursor: pointer;
  text-transform: none;
  font-weight: 700;
}
.steps-v2-actions .re-btn-cancel {
  background-color: #f7e6ce;
  color: #dd8e2f;
}
.steps-v2-actions .re-btn-confirm {
  background-color: #ef7c01;
}
.steps-v2-actions .re-btn-confirm.disabled {
  background-color: #d4d4d4;
  opacity: 1;
}

.steps-v2-docs {
  padding: 2rem;
  border: 1px solid #dce4ee;
  border-top: none;
  background-color: #e8edf5;
  font-size: 14px;
}
.steps-v2-docs .benefit-details-docs {
  margin-bottom: 0;
  -moz-columns: 2;
       columns: 2;
}

.steps-v2-copy {
  color: #244893;
  font-size: 12px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Content Editor */
.steps-v2-editor {
  font-size: 14px;
}
.steps-v2-editor h1 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.steps-v2-editor h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-top: 1.5rem;
}
.steps-v2-editor a {
  color: #ef7c01;
  font-weight: 700;
}
.steps-v2-editor ul,
.steps-v2-editor ol {
  margin-bottom: 1.5rem;
  padding-left: 1.2rem;
}
.steps-v2-editor ol ol {
  list-style: lower-alpha;
  margin-bottom: 0;
}
.steps-v2-editor p + ul {
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
}
.steps-v2-editor label a {
  text-transform: none;
  font-weight: 700;
}
.steps-v2-editor label ul {
  margin-bottom: 0.75rem;
}

/* Summary */
.steps-v2-summary {
  font-size: 14px;
}
.steps-v2-summary .benefit-details-alert {
  border-radius: 6px;
  margin-bottom: 3.75rem;
}
.steps-v2-summary .benefit-details-block {
  margin-top: 1.5rem;
  padding-bottom: 1rem;
}
.steps-v2-summary .benefit-details-value {
  text-align: right;
  min-width: 65px;
}

@media (max-width: 992px) {
  .header-steps-contact {
    margin-left: 0.75rem !important;
  }
  .header-steps-contact img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .steps-v2-docs .benefit-details-docs {
    -moz-columns: 1;
         columns: 1;
  }
}
@media (max-width: 470px) {
  .steps-v2-actions {
    gap: 1rem;
  }
  .steps-v2-actions .re-btn-cancel,
  .steps-v2-actions .re-btn-confirm {
    min-width: 0;
    flex: 1;
  }
  .steps-v2 .re-profile-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.steps-light.re-profile-box {
  padding: 0;
  border-bottom: none;
}

.steps-light-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #d4d4d4;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.steps-light-header h2 {
  font-size: 18px;
  font-weight: 700;
  color: #8a8a8a;
  margin: 0 2rem;
  line-height: 1;
  margin-bottom: 0;
}

.step-light-current {
  background-color: #fff;
  border-bottom: none;
  margin-bottom: 0.5rem;
}
.step-light-current h2 {
  color: #373737;
  border-bottom: 1px solid #dce4ee;
  padding-bottom: 1.25rem;
}

.step-light-done {
  background-color: #f7e6ce;
  border-color: #dc8423;
}
.step-light-done h2 {
  color: #373737;
}
.step-light-done button {
  border: 1px solid #dc8423;
  background-color: transparent;
  color: #dc8423;
  font-weight: 700;
  border-radius: 6px;
  padding: 7px 23px;
  cursor: pointer;
}
.step-light-done button:active, .step-light-done button:focus {
  outline: none;
}
.step-light-done button:focus-visible {
  outline: 1px solid #000;
}

.steps-light-header + .re-profile-box {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-top: 0;
}

.steps-light .register-v2-box {
  padding: 0;
  margin: 0;
  border: none;
}

.steps-light-data {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0 10px;
  line-height: 1.2;
  font-size: 14px;
}
.steps-light-data dt {
  font-weight: 400;
}
.steps-light-data dd {
  font-weight: 700;
  margin-left: auto;
}

@media (max-width: 767px) {
  .steps-light-data {
    grid-template-columns: auto max-content;
  }
}
/* Register V2 */
.register-v2 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.register-v2-content {
  flex: 1;
  background-image: url("../images/register/bg.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* Wider Container */
@media (min-width: 1200px) {
  .register-v2-content .container {
    max-width: 1230px;
  }
}
.register-v2-footer {
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid #dce4ee;
  border-top: none;
  background-color: #e8edf5;
  text-align: center;
  font-size: 12px;
  color: #244893;
}
.register-v2-footer p {
  margin: 0;
}

.register-v2-stepper {
  background-color: #f3f6fa;
  margin-top: 4rem;
}
.register-v2-stepper + .register-v2-box {
  margin-top: 0;
}
.register-v2-stepper .cart-stepper {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.register-v2-stepper .cart-stepper .cart-stepper-step {
  margin: 0 60px;
  overflow: visible;
}
.register-v2-stepper .cart-stepper .cart-stepper-label {
  min-width: 200px;
}
.register-v2-stepper .cart-stepper .cart-stepper-step:after {
  width: 120px;
}
.register-v2-stepper .cart-stepper .cart-stepper-index + div {
  line-height: 1.2;
}

.register-wrapper {
  margin-top: 7rem;
  margin-bottom: 2rem;
}

.register-v2-box {
  background-color: #fff;
  border: 1px solid #dce4ee;
  padding: 2rem;
  margin-top: 4rem;
  font-size: 14px;
}
.register-v2-box h2 {
  font-size: 1.125rem;
  font-weight: 700;
}
.register-v2-box label {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 0.25rem;
}
.register-v2-box input {
  font-size: 14px;
  font-weight: 700;
}
.register-v2-box .form-control {
  padding: 0.545rem 0.75rem;
  color: #373737;
}
.register-v2-box input::-ms-reveal,
.register-v2-box input::-ms-clear {
  display: none;
}
.register-v2-box .form-link {
  font-weight: 700;
  color: #ef7c01;
  font-size: 12px;
  margin-top: 0.25rem;
}
.register-v2-box input[type=date]::-webkit-inner-spin-button,
.register-v2-box input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
.register-v2-box input[type=date] {
  background-image: url("../images/ico-calendar-alt.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
.register-v2-box button:disabled {
  opacity: 1;
  background-color: #d4d4d4;
}
.register-v2-box input:disabled {
  background-color: #f5f5f5;
  border-color: #d4d4d4;
}
.register-v2-box .re-btn-confirm {
  text-transform: none;
}
.register-v2-box .re-btn-action {
  background-color: #f7e6ce;
  color: #dc8423;
  font-weight: 700;
}
.register-v2-box .small {
  font-size: 12px;
}
.register-v2-box .first-col {
  border-right: 1px solid #dce4ee;
}
.register-v2-box .register-col {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.register-v2-box .register-col a {
  color: #ef7c01;
  font-weight: 700;
}
.register-v2-box .pwa-password-meter {
  width: 100%;
}
.register-v2-box .pwa-password-meter div {
  width: 16.6666666667%;
}
.register-v2-box .pwa-password-req li {
  margin-bottom: 0.125rem;
}
.register-v2-box .form-check-label a {
  text-transform: none;
  font-weight: 700;
}
.register-v2-box .form-check .basic-toggler-chevron {
  margin-top: 0.15rem;
}
.register-v2-box .form-info {
  font-weight: 700;
  text-transform: uppercase;
}
.register-v2-box .form-info .basic-toggler-chevron {
  margin-top: 0.15rem;
}
.register-v2-box .form-acceptance-description {
  padding-left: 2rem;
}
.register-v2-box .form-acceptance-description a {
  font-weight: 700;
  color: #ef7c01;
}

.verify-success {
  font-weight: 700;
  font-size: 12px;
  color: #7fb933;
  margin-top: 3px;
}

.register-v2-editor {
  margin-top: 1rem;
  font-size: 14px;
}
.register-v2-editor h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.register-v2-editor p {
  margin-bottom: 1.25rem;
}
.register-v2-editor ul,
.register-v2-editor ol {
  margin-left: 0;
  padding-left: 1rem;
}
.register-v2-editor a {
  font-weight: 700;
  color: #ef7c01;
}

@media (max-width: 1200px) {
  .register-v2 .cart-stepper-mobile {
    margin-bottom: 0;
    padding: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .register-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .register-v2-box .first-col {
    border-right: none;
    border-bottom: 1px solid #dce4ee;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .register-wrapper {
    margin-top: 4rem;
  }
}
.profile-main {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.profile-main-avatar {
  margin-left: auto;
  margin-right: auto;
}
.profile-main-avatar .btn {
  width: 100%;
  max-width: 155px;
}

.profile-btn {
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.profile-btn:before {
  display: block;
  flex-shrink: 0;
  content: "";
  width: 11px;
  height: 8px;
  background-image: url("../images/ico-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 11px 8px;
  transform: rotate(-90deg);
  margin-right: 5px;
}

.profile-main-section {
  font-size: 14px;
}

.profile-title {
  font-size: 30px;
  font-weight: 700;
}

.profile-main-section-title {
  color: #363636;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 8px;
}

/* Profile: History */
.profile-history-summary {
  font-size: 14px;
}

/* Profile: History Table */
.profile-history-table,
.profile-cards-table {
  font-weight: 700;
  font-size: 14px;
}
.profile-history-table thead th,
.profile-cards-table thead th {
  border-top: none;
  border-bottom: none;
  color: #8a8a8a;
  font-weight: 700;
  padding: 6px 10px;
}
.profile-history-table td,
.profile-cards-table td {
  border-top: none;
  border-bottom: 1px solid #fff;
  padding: 6px 10px;
}

.pht-deduction-points td {
  background-color: #fcf2d0;
}

.pht-deduction-money td {
  background-color: #fcd0d0;
}

.pht-points-plus td {
  background-color: #d5f3bb;
}

.pth-label {
  font-weight: 400;
  font-size: 12px;
}

.pht-mobile-label {
  min-width: 140px;
  font-weight: 400;
}

/* Profile: Payment Cards */
.re-pill {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  border-radius: 3px;
  padding: 1px 5px;
  text-align: center;
}

.re-pill-equal {
  width: 75px;
}

.re-pill-error {
  border-color: #ff0000;
  background-color: #fcd0d0;
  color: #ff0000;
}

.re-pill-alert {
  border-color: #ff9f00;
  background-color: #fcf2d0;
  color: #ff9f00;
}

.re-pill-okay {
  border-color: #66bd1d;
  background-color: #d5f3bb;
  color: #66bd1d;
}

.re-pill-hold {
  border-color: #417ec4;
  background-color: #417ec4;
  color: #fff;
}

.re-btn-card {
  font-weight: 700;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.re-btn-card:focus {
  outline: none;
}

.profile-cards-table tr td:first-child {
  padding-left: 0;
}
.profile-cards-table thead th {
  border-bottom: 1px solid #dde4ef;
}
.profile-cards-table td {
  border-bottom: 1px solid #dde4ef;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.profile-cards-table tr:last-of-type td {
  border-bottom: none;
}
.profile-cards-table .re-pill {
  margin-top: 5px;
}

/* Cards */
.modal-cards {
  padding: 25px 30px;
}

.profile-cards-info {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #dde4ef;
  border-bottom: 1px solid #dde4ef;
  font-size: 14px;
}

.re-card-offer-title {
  font-size: 18px;
  font-weight: 700;
}

.re-card-offer {
  padding: 1rem;
  background-color: #f3f6fa;
}
.re-card-offer table {
  font-size: 14px;
  line-height: 24px;
}
.re-card-offer table td {
  vertical-align: top;
}
.re-card-offer table td + td {
  padding-left: 14px;
}

.re-card-offer-type {
  max-width: 25px;
  height: auto;
}

.re-card-assign {
  background-color: #ef7c01;
  border: none;
  outline: none;
  color: white;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  margin-top: 8px;
  text-align: center;
  padding: 3px 1px;
  width: 100%;
  cursor: pointer;
}

.re-card-offer-actions {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #dde4ef;
}
.re-card-offer-actions button {
  min-width: 230px;
}
.re-card-offer-actions button.w-narrow {
  min-width: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.re-card-offer-thumbnail img {
  max-width: 110px;
}

.re-card-info-box {
  border: 1px solid #ccdbea;
  background-color: #e8edf5;
  font-size: 14px;
  color: #004996;
}

.re-card-alert-box {
  border: 1px solid #ff0000;
  background-color: #f3d2d0;
  font-size: 14px;
  color: #ff0000;
}

@media (max-width: 767px) {
  .profile-cards-table td {
    display: block;
    border: none;
  }
  .profile-cards-table tr {
    border-top: 1px solid #dde4ef;
  }
  .profile-cards-table thead {
    display: none;
  }
  .pct-offers,
  .pct-actions {
    width: 100%;
  }
  td.pct-offers {
    padding-top: 0;
    padding-left: 70px;
  }
  .pct-date {
    margin-left: auto;
  }
  td.pct-actions {
    padding-left: 0;
    padding-right: 0;
  }
  td.pct-actions .re-btn-card {
    margin: auto;
    width: 100%;
    border: 1px solid #ef7c01;
    justify-content: center;
    border-radius: 5px;
    padding: 10px;
  }
  .re-modal-cards {
    margin: 0;
    padding: 0;
    max-width: 100%;
  }
  .re-cards-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .re-modal-subtitle {
    font-size: 14px;
    text-transform: none;
    margin-top: 1rem !important;
  }
  .re-card-offer-actions {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column-reverse;
  }
  .re-card-offer-actions button {
    margin-top: 10px;
  }
  .re-card-offer {
    padding-top: 25px;
    flex-direction: column;
  }
  .re-card-offer-thumbnail {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 15px;
  }
  .re-card-offer-thumbnail img {
    max-width: 100%;
  }
  .re-card-assign {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .re-card-offer-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .profile-btn {
    font-size: 0;
  }
  .profile-btn:before {
    width: 19px;
    height: 18px;
    background-image: url("../images/ico-edit.svg");
    background-repeat: no-repeat;
    background-size: 19px 18px;
  }
  .profile-main {
    padding-left: 0;
    padding-right: 0;
  }
  .profile-history-filters .re-select {
    width: 100%;
  }
  .profile-history-table thead {
    display: none;
  }
  .profile-history-table tr {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #fff;
  }
  .profile-history-table tr td:first-of-type {
    padding-top: 15px;
  }
  .profile-history-table tr td:last-of-type {
    padding-bottom: 10px;
  }
  .profile-history-table td {
    border-bottom: none;
    padding: 2px 12px;
  }
  .profile-history-table .pht-value {
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .pht-value {
    text-align: right;
  }
}
.profile-sidebar {
  border-top: 4px solid #ef7c01;
  background-color: #fff;
  padding: 20px;
}

.profile-sidebar-title {
  font-size: 14px;
  color: #004996;
  font-weight: 900;
  padding-bottom: 10px;
}

.profile-sidebar-menu a {
  display: block;
  color: #009ee3;
  border-top: 1px solid #e5ecf4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.profile-sidebar-menu .is-active {
  color: #004996;
  font-weight: 900;
}

/* Based on funds table, some unification */
.profile-table th {
  font-size: 12px !important;
}
.profile-table a[href^="mailto:"] {
  color: inherit;
}
.profile-table a[href^="mailto:"]:hover {
  text-decoration: underline;
}
.profile-table .profile-table-details {
  font-size: 12px;
}

span.page-link {
  pointer-events: none;
}

.profile-table-header {
  font-size: 21px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.profile-table-header h2 {
  font-size: 21px;
  margin-bottom: 0;
}

.profile-table-button {
  color: #ef7c01;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 767px) {
  .profile-table-team tr {
    display: flex;
    flex-wrap: wrap;
  }
  .profile-table-team tr:first-of-type td:first-of-type {
    border-top: 1px solid #d9e3ef;
  }
  .profile-table-team tr td {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .profile-table-team tr td:first-of-type {
    padding-top: 5px;
  }
  .profile-table-team tr td:nth-child(3), .profile-table-team tr td:nth-child(4) {
    border-bottom: 1px solid #d9e3ef;
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .profile-table-team td:nth-child(1), .profile-table-team td:nth-child(2) {
    display: block;
    width: 100%;
  }
  .profile-table-team td:nth-child(2) {
    font-size: 12px;
  }
  .profile-table-team td:nth-child(3), .profile-table-team td:nth-child(4) {
    display: block;
    width: 50%;
    font-size: 12px;
  }
  .profile-table-team td:nth-child(4) {
    text-align: right;
  }
  .profile-table-history tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .profile-table-history tr td {
    border-bottom: none;
    padding-left: 25px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .profile-table-history tr:first-of-type td:nth-child(2) {
    border-top: 1px solid #d9e3ef;
  }
  .profile-table-history td:nth-child(1) {
    position: absolute;
    left: 0;
    top: 7px;
    padding-left: 5px;
    font-weight: bold;
    border: none;
  }
  .profile-table-history td:nth-child(2), .profile-table-history td:nth-child(4) {
    padding-top: 6px;
  }
  .profile-table-history td:nth-child(2), .profile-table-history td:nth-child(3), .profile-table-history td:nth-child(4) {
    display: block;
    width: 100%;
  }
  .profile-table-history td:nth-child(3), .profile-table-history td:nth-child(4) {
    font-size: 12px;
  }
  .profile-table-history td:nth-child(5), .profile-table-history td:nth-child(6) {
    display: block;
    width: 50%;
    padding-bottom: 6px;
    padding-top: 6px;
    border-bottom: 1px solid #d9e3ef;
    font-size: 12px;
  }
  .profile-table-history td:nth-child(6) {
    text-align: right;
  }
  .profile-table-docs td:nth-child(1) {
    font-size: 12px;
  }
}
.history-box {
  background-color: #fff;
  border: 1px solid #d9e4ef;
  padding: 32px;
  padding-bottom: 24px;
}

.history-box-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.history-box-actions {
  display: flex;
  align-items: center;
}

.history-box-values {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 8px;
  color: #8a8a8a;
}
.history-box-values strong {
  color: #373737;
}
.history-box-values img {
  flex-shrink: 0;
}

.history-search input {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 700;
  background-image: url("../images/ico-search-alt.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 30px;
  max-width: 190px;
}
.history-search input::-moz-placeholder {
  color: #8a8a8a;
}
.history-search input::placeholder {
  color: #8a8a8a;
}

.history-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.history-row-toggler {
  background-image: url("../images/history/ico-dropdown.svg");
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  margin-top: 3px;
  display: block;
  margin-left: 10px;
  cursor: pointer;
  transform: rotate(180deg);
  transition: 250ms ease-in transform;
}
.history-row-toggler.is-expanded {
  transform: none;
}
.history-row-toggler:focus {
  outline: none;
}

.history-table {
  margin-top: 34px;
  width: 100%;
  table-layout: fixed;
}
.history-table thead {
  font-size: 12px;
  color: #8a8a8a;
  border-bottom: 1px solid #d4d4d4;
}
.history-table thead th {
  padding-bottom: 5px;
  padding-right: 10px;
  white-space: nowrap;
}
.history-table img {
  display: block;
  margin-top: 3px;
}
.history-table td {
  font-size: 14px;
  color: #373737;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 10px;
  vertical-align: top;
}
.history-table td:last-child {
  padding-right: 0;
}
.history-table tr {
  border-bottom: 1px solid #d4d4d4;
  vertical-align: top;
}
.history-table tr:last-of-type {
  border-bottom: none;
}

.history-filter-toggler {
  background-color: #f7e6ce;
  background-image: url("../images/history/ico-filters.svg");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  margin-left: 8px;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.history-filter-count {
  position: absolute;
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  top: -3px;
  right: 0;
  background-color: #ef7c01;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ht-ico {
  width: 30px;
}

.ht-id {
  width: 65px;
}

.ht-date {
  width: 120px;
}

.ht-type {
  width: 220px;
}

.ht-value {
  width: 80px;
  text-align: right;
}

.ht-toggler {
  width: 30px;
}

.history-table-inner td {
  vertical-align: top;
}
.history-table-inner tr {
  border-bottom: none;
}

.toggable-row {
  display: none;
}
.toggable-row > td {
  background-color: #f3f6fa;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 0;
  padding-bottom: 0;
}

.value-negative {
  color: #eb5757;
}

.value-positive {
  color: #66bd1d;
}

.value-negative,
.value-positive {
  font-weight: 700;
}

.history-inner-row {
  border-bottom: 1px solid #d9e4ef;
  padding-top: 16px;
  padding-bottom: 16px;
}

.history-inner-list {
  gap: 1rem;
  padding-right: 1rem;
  display: flex;
  flex: 1;
}

.hil-name p {
  margin-bottom: 0;
}

.hil-light {
  color: #8a8a8a;
}

.hil-data {
  margin-left: auto;
  display: flex;
  gap: 1rem;
}
.hil-data div {
  flex: 1;
  white-space: nowrap;
}

.history-inner-values {
  margin-left: auto;
  width: 325px;
}
.history-inner-values ul {
  margin-bottom: 0;
}
.history-inner-values ul li {
  display: flex;
  margin-bottom: 8px;
  padding-right: 40px;
  justify-content: space-between;
}
.history-inner-values ul li:last-of-type {
  margin-bottom: 0;
}
.history-inner-values ul li div + div {
  flex-shrink: 0;
  font-weight: 700;
}

.history-receipt {
  font-weight: 700;
  color: #ef7c01;
  display: flex;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  gap: 8px;
  border: none;
  background-color: transparent;
  padding: 0;
}
.history-receipt img {
  flex-shrink: 0;
}
.history-receipt:hover {
  color: #ef7c01;
}

@media (max-width: 1200px) {
  .history-table {
    margin-top: 24px;
  }
  .history-box-actions {
    width: 100%;
    margin-top: 12px;
  }
  .history-box-actions .history-search {
    margin-left: auto !important;
  }
  .history-box-actions .history-search input {
    width: 195px;
  }
  .history-box-values {
    gap: 6px;
  }
  .ht-date {
    width: 100px;
  }
  .ht-type {
    width: 130px;
  }
  .history-inner-values {
    width: 300px;
  }
  .hil-name {
    max-width: 160px;
  }
  .toggable-row > td {
    padding-left: 24px;
  }
}
.filters-chosen-mobile {
  display: flex;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.filters-chosen-mobile h2 {
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 0;
}
.filters-chosen-mobile .filters-chosen {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .history-filters {
    display: none;
  }
  .history-filters.is-visible {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    background-color: #fff;
    padding: 32px;
  }
  .filters-chosen-desktop {
    display: none;
  }
}
.history-box-mobile {
  display: none;
}

@media (min-width: 992px) {
  .history-filter-toggler {
    display: none;
  }
  .filters-chosen-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .history-box-mobile {
    display: block;
    font-size: 14px;
    margin-bottom: 32px;
  }
  .history-box-desktop {
    display: none;
  }
  .history-box {
    padding: 32px 24px;
  }
  .history-box-values span {
    display: none;
  }
  .history-box-actions {
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .history-search {
    margin-left: 0 !important;
    margin-top: 16px;
    flex: 1;
  }
  .history-search input {
    width: 100%;
  }
  .history-filter-toggler {
    margin-top: 16px;
    margin-left: 16px;
  }
  .filters-chosen-mobile h2 {
    width: 100%;
    margin-bottom: 5px;
  }
  .history-filters.is-visible {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .history-filters-top {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 32px;
    position: relative;
  }
  .history-filters-bottom {
    box-shadow: 0px -8px 20px 0px rgba(0, 73, 150, 0.05);
    padding: 16px 32px;
  }
}
/* History List - Mobile */
.history-list-mobile {
  font-size: 14px;
}
.history-list-mobile li {
  border-top: 1px solid #d4d4d4;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}
.history-list-mobile li:last-of-type {
  padding-bottom: 0;
}

.hlm-ico {
  flex-shrink: 0;
  margin-right: 12px;
  margin-top: 7px;
}
.hlm-ico img {
  width: 24px;
  height: 24px;
}

.hlm-data {
  display: flex;
  gap: 16px;
}

.hlm-value {
  margin-left: auto;
}

.history-details {
  background-color: #fff;
  display: none;
}

.history-details.is-visible {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  display: flex;
  flex-direction: column;
}

.history-details-header {
  padding: 24px 32px;
  background-color: #fff;
  margin-top: 46px;
  display: flex;
}

.hdh-data {
  display: flex;
}

.hdh-value {
  margin-left: auto;
  font-size: 18px;
  flex-shrink: 0;
}

.history-details-content {
  overflow: auto;
  flex: 1;
  background-color: #f2f6fa;
  padding: 32px;
  font-size: 14px;
}

.hdh-ico {
  margin-right: 16px;
}
.hdh-ico img {
  width: 24px;
  height: 24px;
}

.hdh-title {
  font-size: 18px;
  font-weight: 700;
}

.hdh-close {
  width: 22px;
  height: 22px;
  background-image: url("../images/history/ico-filters-close.svg");
  background-size: 22px 22px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  top: 32px;
  right: 32px;
  position: absolute;
}

.history-details-content > ul > li {
  border-bottom: 1px solid #d9e4ef;
  padding-top: 16px;
  padding-bottom: 16px;
}
.history-details-content > ul > li:first-of-type {
  padding-top: 0;
}

.hdc-list li {
  display: flex;
  margin-bottom: 5px;
}
.hdc-list li div + div {
  margin-left: auto;
  font-weight: 700;
  flex-shrink: 0;
  padding-left: 10px;
}

/* FAQ - Popular */
.faq-popular {
  border: 1px solid #d9e4ef;
  background: #f2f6fa;
  border-radius: 4px;
}

.faq-popular-title {
  font-size: 14px;
  font-weight: 700;
}

.faq-link {
  color: #ef7c01;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 4px;
}
.faq-link:hover {
  color: #ef7c01;
}
.faq-link:after {
  display: block;
  content: "";
  background-image: url("../images/ico-arrow-right.svg");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  flex-shrink: none;
}

.faq-popular-label {
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #d9e4ef;
  background-color: #004996;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  padding: 2px 7px;
}

.faq-wrapper {
  padding-top: 32px;
  padding-bottom: 64px;
}

.faq-box {
  background-color: #fff;
  border: 1px solid #d9e4ef;
  padding: 24px;
  height: 100%;
}

.faq-list-title {
  font-size: 18px;
  font-weight: 700;
}

.faq-list {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.faq-list li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d4d4d4;
}
.faq-list li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.faq-list a {
  color: inherit;
}
.faq-list p {
  margin-top: 8px;
  margin-bottom: 0;
}

.faq-list-wide li {
  padding-top: 16px;
  padding-bottom: 16px;
}

.faq-topics {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.faq-topics li {
  border-bottom: 1px solid #d4d4d4;
  padding-top: 16px;
  padding-bottom: 16px;
}
.faq-topics li:last-of-type {
  border-bottom: none;
}
.faq-topics a {
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.25;
}
.faq-topics a:after {
  display: block;
  content: "";
  background-image: url("../images/ico-arrow-right.svg");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  flex-shrink: none;
  margin-left: 16px;
}

.faq-topic-current {
  font-weight: 700;
}

.faq-topics-bg {
  background-color: #f7e6ce;
  margin-bottom: 24px;
}

.faq-topic-selector {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
}
.faq-topic-selector label {
  display: block;
  margin-bottom: 0;
}

/* Scroll Wrapper */
@media (max-width: 991px) {
  .scroll-wrapper-parent {
    overflow: hidden;
  }
  .scroll-wrapper-inner {
    overflow-x: auto;
  }
  .scroll-wrapper-parent .container {
    overflow-x: initial;
  }
  .scroll-wrapper-parent .row {
    flex-wrap: nowrap;
  }
  .faq-col {
    width: 300px;
    max-width: none;
    flex: 0 0 300px;
  }
}
/* Profile 2.0 */
/* Profile 2.0 Navbar */
.re-profile-navbar {
  box-shadow: 0px 4px 15px 0px rgba(0, 73, 150, 0.05);
  background-color: #fff;
  padding-top: 20px;
}

.re-profile-navbar-title {
  font-size: 27px;
  font-weight: 700;
  color: #373737;
}

.re-provile-nav {
  font-size: 14px;
  margin-bottom: 0;
}
.re-provile-nav a {
  display: block;
  padding: 1rem 0.75rem;
  color: #373737;
  transition: 250ms ease-out all;
  border-bottom: 3px solid transparent;
}
.re-provile-nav a.current {
  font-weight: 700;
}
.re-provile-nav a:hover {
  text-decoration: none;
}
.re-provile-nav a.current, .re-provile-nav a:hover {
  border-bottom: 3px solid #ef7c01;
}

@media (max-width: 767px) {
  .re-provile-nav {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
/* Profile 2.0 Sections */
.re-profile-section {
  font-size: 14px;
  margin-bottom: 2rem;
}
.re-profile-section:last-of-type {
  margin-bottom: 0;
}

.re-profile-section-header {
  margin-bottom: 1rem;
}
.re-profile-section-header h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.re-profile-section-subheader {
  margin-bottom: 0.25rem;
}
.re-profile-section-subheader h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}

.re-profile-section-actions {
  gap: 1rem;
}

.re-profile-section-action {
  font-size: 14px;
  color: #ef7c01;
  font-weight: 700;
  border: none;
  background: transparent;
  cursor: pointer;
  gap: 6px;
}
.re-profile-section-action.disabled, .re-profile-section-action:disabled {
  color: #8a8a8a;
}
.re-profile-section-action.disabled img, .re-profile-section-action:disabled img {
  filter: grayscale(100%);
}

.re-profile-field-split {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.re-profile-field-split button {
  border: none;
  background: transparent;
  cursor: pointer;
}
.re-profile-field-split:last-of-type {
  border-bottom: none;
}

@media (max-width: 577px) {
  .re-profile-field-split {
    flex-wrap: wrap;
  }
  .re-profile-field-split strong {
    width: 100%;
    order: 2;
  }
}
/* Profile 2.0 Utilities */
.re-profile-box {
  border: 1px solid #d9e4ef;
  background: #fff;
  padding: 2rem;
}

.re-profile-field {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 1rem;
}
.re-profile-field strong {
  color: #373737;
}

/* Profile 2.0 Modals */
.re-modal-alt {
  max-width: 770px;
}
.re-modal-alt .re-btn-cancel {
  background-color: #eedfc9;
  color: #dd8e2f;
}
.re-modal-alt.re-modal-alt-medium {
  max-width: 560px;
}
.re-modal-alt.re-modal-alt-narrow {
  max-width: 370px;
}

.re-modal-alt-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.re-modal-alt-header button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.re-modal-alt-header-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.re-modal-alt-actions {
  margin-top: 0.5rem;
}
.re-modal-alt-actions .btn {
  min-width: 160px;
  font-weight: 700;
  cursor: pointer;
}
.re-modal-alt-actions .btn:disabled {
  background-color: #d4d4d4;
  color: #fff;
  opacity: 1;
  cursor: auto;
}

.re-modal-alt-narrow .re-modal-alt-actions .btn {
  min-width: 100px;
}
.re-modal-alt-narrow .re-modal-verify .btn {
  min-width: 140px;
}
.re-modal-alt-narrow .re-modal-verify .re-btn-cancel {
  background-color: #f7e6ce;
  color: #dc8423;
}
.re-modal-alt-narrow .re-modal-verify .btn:disabled {
  background-color: #d4d4d4;
  color: #fff;
  opacity: 1;
  cursor: auto;
}

.re-modal-alt {
  font-size: 14px;
}
.re-modal-alt input {
  font-size: 14px;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  font-weight: 700;
  border-color: #d4d4d4;
}
.re-modal-alt input:disabled {
  background-color: #f5f5f5;
  color: #8a8a8a;
}
.re-modal-alt label {
  color: #8a8a8a;
  margin-bottom: 3px;
}
.re-modal-alt .image-radio {
  color: #363636;
}
.re-modal-alt .form-check-label {
  padding-top: 2px;
  color: #373737;
}
.re-modal-alt input[type=date]::-webkit-inner-spin-button,
.re-modal-alt input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}
.re-modal-alt input[type=date] {
  background-image: url("../../../images/ico-calendar-alt.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
.re-modal-alt .re-form-radio input:checked + label:after {
  width: 12px;
  height: 12px;
  top: 9px;
  left: 6px;
}
.re-modal-alt .re-form-radio label:before {
  width: 24px;
  height: 24px;
  border: 1px solid #d4d4d4;
}

.re-password-toggler {
  position: absolute;
  right: 10px;
  bottom: 13px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  z-index: 50;
  background-image: url("../images/ico-eye.svg");
  transition: 250ms ease-out all;
}
.re-password-toggler:focus {
  outline: none;
  transform: scale(0.9);
}
.re-password-toggler.password-shown {
  background-image: url("../images/ico-eye-hidden.svg");
}

.re-profile-password-meter {
  display: flex;
  gap: 5px;
}
.re-profile-password-meter div {
  width: 100%;
  height: 5px;
  border-radius: 3px;
  background-color: #d9d9d9;
}

.re-profile-avatar {
  flex-direction: column;
  align-items: center;
  display: flex;
  margin-bottom: 3rem;
}
.re-profile-avatar input[type=file] {
  display: none;
}

.re-profile-avatar-img {
  width: 96px;
  height: 96px;
  background-color: #e8edf5;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 3rem;
  font-weight: 700;
  color: #244893;
  overflow: hidden;
}
.re-profile-avatar-img img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 96px;
}

@media (max-width: 1024px) {
  .re-modal-alt {
    max-width: 640px;
  }
  .re-modal-alt.re-modal-alt-narrow {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .re-modal-alt {
    margin: 0;
    max-width: 100%;
  }
  .re-modal-alt.re-modal-alt-narrow {
    max-width: 100%;
  }
  .re-modal-alt.re-modal-alt-medium {
    max-width: 100%;
  }
  .re-modal-alt-actions {
    gap: 1rem 2rem;
  }
  .re-modal-alt-actions .btn {
    min-width: unset;
    flex: 1;
  }
}
.filters-heading,
.filters-heading-mobile {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
  margin-bottom: 16px;
}

.filters-heading-mobile {
  display: none;
}

.filters-subheading {
  font-size: 14px;
  font-weight: 700;
  color: #373737;
  margin-bottom: 8px;
}

.filters-field {
  margin-bottom: 24px;
}
.filters-field input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 700;
}
.filters-field input::-moz-placeholder {
  color: #8a8a8a;
}
.filters-field input::placeholder {
  color: #8a8a8a;
}
.filters-field select {
  width: 100%;
  border: 1px solid #d4d4d4;
  padding: 9px;
  height: 40px;
}
.filters-field select:invalid {
  color: #8a8a8a;
}
.filters-field label {
  font-size: 14px;
  margin-bottom: 0;
  color: #8a8a8a;
}
.filters-field [name=daterangepicker] {
  background-image: url("../images/ico-calendar-alt.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.filters-field [type=number] {
  padding-right: 30px;
}
.filters-field .label-currency {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #8a8a8a;
}
.filters-field .re-form-checkbox label:before {
  background-color: #fff;
  box-shadow: none;
  border-radius: 6px;
  border: 1px solid #d4d4d4;
  width: 24px;
  height: 24px;
}
.filters-field .re-form-checkbox input:checked + label:after {
  top: 8px;
  left: 10px;
}
.filters-field .re-form-checkbox label {
  padding-top: 4px;
  padding-left: 32px;
  color: #373737;
  font-size: 14px;
}
.filters-field .re-form-checkbox-alt label {
  position: relative;
  padding-right: 35px;
  padding-left: 0;
}
.filters-field .re-form-checkbox-alt label::before {
  position: absolute;
  right: 0;
  left: auto;
}
.filters-field .re-form-checkbox-alt input:checked + label:after {
  right: 15px;
  left: auto;
}
.filters-field .re-form-radio {
  margin-bottom: 10px;
}
.filters-field .re-form-radio label {
  color: #373737;
  padding-left: 35px;
}
.filters-field .re-form-radio label::before {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #d4d4d4;
  top: 0;
  padding: 11px;
}
.filters-field .re-form-radio input:checked + label::after {
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
}

.filters-chosen {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.filters-chosen button {
  background-color: #f7e6ce;
  font-size: 12px;
  border: none;
  font-weight: 700;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  padding: 3px 8px;
  position: relative;
  padding-right: 32px;
}
.filters-chosen button:focus {
  outline: none;
}
.filters-chosen button:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 100%;
  background-color: #ef7c01;
  background-image: url("../images/ico-close-filter.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 4px 4px 0;
}

.history-filters-close {
  width: 22px;
  height: 22px;
  background-image: url("../images/history/ico-filters-close.svg");
  background-size: 22px 22px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 32px;
  right: 32px;
  display: none;
}

@media (max-width: 991px) {
  .filters-heading {
    display: none;
  }
  .filters-heading-mobile {
    display: block;
    margin-bottom: 27px;
  }
  .history-filters-filter {
    width: 240px !important;
    justify-content: center;
    display: flex;
    margin: auto;
  }
  .history-filters-close {
    display: block;
  }
}
@media (max-width: 767px) {
  .history-filters-filter {
    width: 100% !important;
  }
}
.re-card {
  border-bottom: 1px solid #d4d4d4;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.re-card:last-of-type {
  border-bottom: none;
}

.re-card-nr {
  font-size: 1rem;
}

.re-card-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1rem;
  margin-bottom: 0;
}
.re-card-details span {
  color: #8a8a8a;
}

.re-card-toggle {
  border: none;
  background-color: #fce5cc;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 4px;
  line-height: 1;
  position: absolute;
  top: 18px;
  right: 0;
  cursor: pointer;
}
.re-card-toggle img {
  transition: 250ms ease-in-out transform;
}
.re-card-toggle:focus {
  outline: none;
}

.re-card-toggle[aria-expanded=true] img {
  transform: rotate(180deg);
}

.re-card-actions {
  margin-bottom: 0;
}
.re-card-actions button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.re-card-detailed {
  flex-basis: 100%;
  overflow: hidden;
}
.re-card-detailed .benefit-single {
  background-color: #f2f6fa;
  border: 1px solid #d9e4ef !important;
  padding: 1.5rem 1.75rem;
  margin-bottom: 0.5rem;
}
.re-card-detailed .benefit-single:last-of-type {
  padding: 1.5rem 1.75rem;
  margin-bottom: 0;
}
.re-card-detailed .benefit-single-meta {
  margin-bottom: 0;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 1rem;
}
.re-card-detailed .benefit-single-meta li {
  gap: 0 0.75rem;
}
.re-card-detailed .benefit-single-meta span {
  width: 135px;
  flex-shrink: 0;
}

.re-modal-card-alert {
  display: flex;
  background-color: #fcd0d0;
  border: 1px solid #ff0000;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 1.5rem 1.75rem;
}
.re-modal-card-alert p {
  margin-bottom: 0;
  line-height: 1.25;
  font-weight: 700;
}
.re-modal-card-alert img {
  flex-shrink: 0;
}

/* Modals */
.re-modal-card-info {
  background-color: #f2f6fa;
  border: 1px solid #d9e4ef;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.re-modal-card-list .filters-field {
  margin-bottom: 0;
}
.re-modal-card-list li {
  border-bottom: 1px solid #d4d4d4;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.re-modal-card-list li:last-of-type {
  border: none;
}
.re-modal-card-list .re-form-checkbox label:before {
  top: 1rem;
}
.re-modal-card-list .re-form-checkbox input:checked + label:after {
  top: calc(1rem + 5px);
}

@media (max-width: 992px) {
  .re-card-detailed .benefit-single-logo {
    margin-bottom: 0;
  }
  .re-modal-card-list .benefit-single-logo {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .re-card-actions {
    margin-left: 2.8rem;
  }
  .re-card-details {
    grid-template-columns: 1fr;
    gap: 0.25rem;
    margin-bottom: 0.75rem;
  }
  .re-card-detailed .benefit-single-title {
    flex-direction: column;
    align-items: start;
  }
  .re-card-detailed .benefit-single-logo {
    margin-bottom: 1rem;
  }
  .re-card-detailed .benefit-single-meta {
    grid-template-columns: 1fr;
  }
  .re-card-detailed .benefit-single-meta span {
    width: 50%;
  }
  .re-modal-card-info {
    flex-direction: column;
    gap: 0.25rem;
  }
  .re-modal-card-list .benefit-single-logo {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 375px) {
  .re-card-actions {
    margin-left: 0;
  }
}
.tri-breadcrumbs {
  font-size: 12px;
}
.tri-breadcrumbs a {
  color: #333;
}

.tri-hero {
  height: 270px;
  background-size: cover;
  padding-left: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.tri-hero-title,
.tri-hero-subtitle {
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.tri-hero-title {
  font-size: 100px;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
}

.tri-hero-subtitle {
  font-size: 36px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

.tri-filters {
  padding-top: 25px;
  padding-bottom: 25px;
  justify-content: space-between;
  gap: 10px;
}
.tri-filters input, .tri-filters select {
  width: 100%;
  font-weight: 700;
}
.tri-filters input {
  padding: 4px 10px 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  min-width: 120px;
}
.tri-filters .re-select {
  padding-top: 4px;
  padding-bottom: 5px;
}
.tri-filters .re-btn-confirm {
  text-transform: none;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 22px;
  padding-right: 22px;
}

.tri-offer-box {
  color: #363636;
  font-size: 12px;
  display: block;
  margin-bottom: 30px;
}
.tri-offer-box img {
  max-width: 100%;
  height: auto;
}
.tri-offer-box:hover {
  text-decoration: none;
  color: #363636;
}

.tri-offer-box-discount {
  background-color: #244893;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding: 2px 7px;
}

.tri-offer-box-desc {
  padding: 10px;
}

.tri-offer-box-title {
  font-size: 14px;
  color: #ef7c01;
  font-weight: 700;
  margin-bottom: 5px;
}

.body-triverna .tooltip {
  opacity: 1;
}

.body-triverna .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #244893;
}

.body-triverna .tooltip-inner {
  background-color: #244893;
  min-width: 260px;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 2px 6px 0 rgba(54, 54, 54, 0.13);
}

.tooltip-triverna-title {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0;
}

.tooltip-triverna-desc {
  list-style: disc;
  margin: 0;
  padding: 0 30px;
  font-size: 12px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #363636;
}
.tooltip-triverna-desc li::marker {
  color: #ef7c01;
}

.tri-offer-meta {
  padding: 20px 30px;
  font-size: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tri-offer-meta .badge {
  background-color: #e8edf5;
  color: #004996;
  font-weight: 700;
  font-size: 14px;
}

.tri-offer-main-photo {
  width: calc(100% + 30px);
  height: auto;
}
.tri-offer-main-photo img {
  width: auto;
}

.tri-offer-summary {
  padding: 20px 30px;
  font-size: 14px;
}

.tri-offer-summary-thumb {
  max-width: 240px;
  height: auto;
}

.tri-offer-meta-title {
  font-size: 24px;
  font-weight: 700;
}

.tri-offer-meta-cta {
  text-transform: none;
  margin-top: auto;
  padding: 12px 23px;
  min-width: 240px;
}

.tri-offer-nr {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.tri-offer-cols {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.tri-content-box {
  background-color: #f3f6fa;
  border: 1px solid #e5ecf4;
  margin-bottom: 15px;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 4px;
}
.tri-content-box:last-of-type {
  margin-bottom: 0;
}
.tri-content-box ol {
  margin: 0 0 0 1rem;
  padding: 0;
}
.tri-content-box ol li {
  margin-bottom: 0.25rem;
}
.tri-content-box.tri-content-box-clean {
  background-color: transparent;
}
.tri-content-box.tri-content-box-important {
  background-color: #e7ecf4;
}

.tri-content-box-important {
  margin-bottom: 2rem;
}
.tri-content-box-important .col-12 + .col-12 {
  border-left: 1px solid #d4d4d4;
}

.tri-content-title {
  font-size: 21px;
  font-weight: 700;
  color: #004996;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

.tri-content-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #004996;
}

.tri-content-list {
  list-style: disc;
  margin: 0 0 0 1rem;
  padding: 0;
}
.tri-content-list li::marker {
  color: #ef7c01;
}

.tri-content-list-ticks {
  list-style: none;
  margin: 0 0 0 1.5rem;
  padding: 0;
}
.tri-content-list-ticks li {
  position: relative;
}
.tri-content-list-ticks li:before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: -1.5rem;
  width: 11px;
  height: 8px;
  background-image: url("/images/ico-check.svg");
}

.tri-content-list-missing {
  list-style: none;
  margin: 0 0 0 1.5rem;
  padding: 0;
}
.tri-content-list-missing li {
  position: relative;
}
.tri-content-list-missing li:before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: -1.5rem;
  width: 10px;
  height: 10px;
  background-image: url("/images/ico-remove.svg");
}

.tri-content-main {
  font-size: 14px;
  position: relative;
  overflow: auto;
}
.tri-content-main.hidden-content {
  max-height: 700px;
  padding-bottom: 90px;
  overflow: hidden;
  position: relative;
}
.tri-content-main.hidden-content:after {
  content: "";
  width: 100%;
  height: 60px;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.tri-content-main h2 {
  font-size: 21px;
  font-weight: 700;
  color: #004996;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.tri-content-main ul {
  list-style: disc;
  margin: 0 0 0 1rem;
  padding: 0;
}
.tri-content-main ul li::marker {
  color: #ef7c01;
}
.tri-content-main p + ul {
  margin-top: -0.75rem;
}

.tri-content-toggler {
  font-size: 14px;
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 10;
}

@media (max-width: 1200px) {
  .tri-hero {
    padding-left: 80px;
  }
  .tri-hero-title {
    font-size: 72px;
  }
  .tri-hero-subtitle {
    font-size: 24px;
  }
  .tri-offer-summary-thumb {
    display: none;
  }
  .tri-offer-nav {
    justify-content: center;
    display: flex;
  }
}
@media (max-width: 992px) {
  .tri-offer-main-photo {
    width: 100%;
  }
  .tri-offer-main-photo img {
    width: 100%;
    height: auto;
  }
  .tri-offer-meta-cta {
    margin-top: 1rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tri-hero {
    padding-left: 25px;
    height: 180px;
  }
  .tri-hero-title {
    font-size: 48px;
  }
  .tri-hero-subtitle {
    font-size: 18px;
  }
  .tri-offer-meta {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tri-offer-cols {
    grid-template-columns: 1fr;
  }
  .tri-offer-nav {
    display: block;
  }
  .tri-offer-nav .tri-offer-meta-cta {
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .tri-offer-summary {
    padding: 20px 25px;
  }
}
@media (max-width: 576px) {
  .tri-offer-box img {
    width: 100%;
  }
}
.notifications-main {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 50px;
}

.notifications-title {
  font-size: 30px;
  font-weight: 700;
}

.notifications-category {
  color: #8a8a8a;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.notification-unread {
  background-color: #f2f6fa;
}

.notification-single {
  border-bottom: 1px solid #d9e3ef;
  text-decoration: none;
  color: inherit;
}
.notification-single:hover {
  text-decoration: none;
  color: inherit;
}
.notification-single p {
  font-size: 14px;
  margin: 2px 0;
}

.notification-single-title {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.notification-date {
  font-size: 12px;
  color: #8a8a8a;
}

.notifications-dropdown {
  box-shadow: 2px 2px 15px 0 rgba(0, 73, 150, 0.16);
  border: solid 2px #e6edf5;
  border-radius: 0;
  padding: 10px;
  max-width: 300px;
}

@media (max-width: 767px) {
  .notifications-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.kudos-main {
  margin-top: 20px;
  background-color: #fff;
  padding: 20px 10px;
}
.kudos-main .re-alert {
  padding-left: 10px;
  padding-right: 10px;
}
.kudos-main .re-select {
  width: 100%;
  background-position: 97% 55%;
}
.kudos-main .re-form-checkbox {
  font-size: 14px;
}
.kudos-main .re-btn-confirm, .kudos-main .re-btn-basic {
  width: auto;
}
.kudos-main textarea {
  font-weight: 700;
}

.kudos-change-gfx {
  color: #000;
  justify-content: center;
  margin: 0 auto;
}

.kudos-preview {
  font-size: 14px;
  line-height: 1.25;
}

.kudos-listing img {
  cursor: pointer;
  max-width: 100%;
}

@media (max-width: 767px) {
  .kudos-main {
    padding-left: 0;
    padding-right: 0;
  }
  .kudos-listing li {
    max-width: calc(50% - 3rem);
  }
}
.wall-widget-bar {
  text-decoration: none;
  color: inherit;
  padding: 9px 15px;
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.wall-widget-bar:hover {
  background-color: #e6edf5;
  text-decoration: none;
}
.wall-widget-bar.is-selected {
  background-color: #e6edf5;
}

.wall-widget-list {
  margin: 0;
}

.wall-widget-title {
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  margin: 0;
}

.wall-widget-date {
  color: #8a8a8a;
  font-size: 12px;
}

.wall-widget-current {
  background-color: #fff;
  height: 100%;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}

.wall-widget-msg {
  font-size: 14px;
  padding: 9px 15px;
}

.wall-widget-msg-more {
  font-weight: 700;
  color: #004996;
}

.wall-msg-block {
  font-size: 14px;
}

.wall-msg-users-label {
  width: 25px;
}

.wall-msg-header {
  border-bottom: 1px solid #d9e3ef;
}

.wall-msg-actions {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.wall-msg-actions:focus {
  outline: none;
}

.wall-msg-content p:last-of-type {
  margin-bottom: 0;
}
.wall-msg-content a {
  font-weight: 700;
  color: #004996;
}

.wall-msg-thumbnail img {
  max-width: 100%;
  height: auto;
}

.wall-msg-title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin: 3px 0;
}

.wall-msg-date {
  font-size: 12px;
  font-weight: 700;
  color: #8a8a8a;
}

.wall-msg-reactions,
.wall-msg-counter {
  font-weight: 700;
  color: #8a8a8a;
}

.wall-msg-postactions {
  border-top: 1px solid #d9e3ef;
  border-bottom: 1px solid #d9e3ef;
  padding-top: 12px;
  padding-bottom: 12px;
}
.wall-msg-postactions button {
  font-weight: 700;
  color: #004996;
  cursor: pointer;
}
.wall-msg-postactions button:focus {
  outline: none;
}
.wall-msg-postactions .dropdown-toggle:after {
  display: none;
}

.wall-msg-comment-cloud {
  background-color: #f2f6fa;
  border-radius: 8px;
  padding: 8px 12px;
}
.wall-msg-comment-cloud p {
  margin-bottom: 0;
}

.wall-msg-comment-reply {
  background-color: #d9e3ef;
  font-size: 12px;
  padding-bottom: 30px;
  margin-bottom: -20px;
  width: calc(100% - 70px);
}
.wall-msg-comment-reply > * {
  opacity: 0.7;
}

.wall-msg-comment-author {
  font-weight: 700;
}

.wall-msg-comment-date {
  font-size: 12px;
  color: #8a8a8a;
}

/* Dropdown - Wall */
.dropdown-menu-wall {
  border-color: #d9e3ef;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.1);
}
.dropdown-menu-wall > a {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 5px;
  padding-right: 15px;
  display: block;
  font-weight: 700;
  color: #004996;
  border-bottom: 1px solid #d9e3ef;
}
.dropdown-menu-wall > a:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.dropdown-menu-wall > a:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.dropdown-menu-wall > a:hover {
  color: #004996;
}
.dropdown-menu-wall .dropdown-item:active {
  background-color: transparent;
}
.dropdown-menu-wall .dropdown-item-ico {
  width: 30px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  margin-right: 5px;
}

.wall-msg-more {
  font-weight: 700;
  color: #004996;
}

.wall-msg-input {
  border-radius: 8px;
  border: 1px solid #d9e3ef;
  padding: 4px 12px;
}
.wall-msg-input::-moz-placeholder {
  color: rgba(48, 106, 171, 0.4);
}
.wall-msg-input::placeholder {
  color: rgba(48, 106, 171, 0.4);
}
.wall-msg-input:focus {
  outline: none;
  border-color: #004996;
}

/* Wall - Add */
.wall-add {
  font-size: 14px;
}

.wall-add-label {
  width: 70px;
  margin-right: 15px;
  flex-shrink: 0;
}

.wall-add-action {
  width: 30px;
  margin-left: auto;
  margin-bottom: 5px;
  margin-right: 5px;
  flex-shrink: 0;
  position: relative;
}

.wall-add-action-add > button {
  border-radius: 8px;
  background-color: #f2f6fa;
  border: 1px solid #f2f6fa;
  padding: 4px 11px;
  font-weight: 700;
  color: #004996;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.wall-add-action-add > button:focus {
  outline: none;
}

.wall-add-input {
  border-radius: 8px;
  padding: 5px 10px;
  border: 1px solid #d9e3ef;
  font-weight: 700;
  flex-grow: 1;
  margin-right: 10px;
}
.wall-add-input:focus {
  outline: none;
}

textarea.wall-add-input {
  font-weight: 400;
  width: 100%;
}

.wall-add-actions button {
  font-weight: 700;
  color: #004996;
}

@media (max-width: 767px) {
  .wall-msg-comment-reply {
    width: calc(100% - 30px);
  }
  .wall-add-input {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}
/* Funds Table */
.funds-table,
.profile-table {
  /* Zebra */
}
.funds-table td, .funds-table th,
.profile-table td,
.profile-table th {
  padding: 10px;
  vertical-align: top;
  font-size: 14px;
}
.funds-table th,
.profile-table th {
  color: #8a8a8a;
}
.funds-table td,
.profile-table td {
  border-bottom: 1px solid #d9e3ef;
}
.funds-table tr:nth-child(odd) td,
.profile-table tr:nth-child(odd) td {
  background-color: #f2f6fa;
}
.funds-table button,
.profile-table button {
  border: none;
  background-color: transparent;
  display: flex;
  margin-left: auto;
  cursor: pointer;
}

.fund-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fund-list li {
  margin-bottom: 0.75rem;
}

.fund-item-label {
  font-size: 12px;
  color: #8a8a8a;
  margin-bottom: 0;
  display: block;
  text-transform: uppercase;
}

.fund-item-desc {
  font-size: 14px;
  color: #363636;
}

.fund-summary {
  font-size: 14px;
}

.fund-controls {
  background-color: #e6edf5;
  border: 1px solid #ccdbea;
}
.fund-controls .re-select {
  font-size: 16px;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
}
.fund-controls .btn-counter {
  background-color: #004996;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin-top: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.fund-controls .btn-counter:focus {
  outline: 1px solid #053669;
}
.fund-controls .btn-counter-minus span {
  width: 15px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  display: block;
}
.fund-controls .input-number {
  height: 38px;
  margin-left: 10px;
  margin-right: 10px;
}

.fund-form .form-field {
  margin-bottom: 15px;
}
.fund-form input, .fund-form textarea, .fund-form select {
  border: 1px solid #d9e3ef;
  border-radius: 3px;
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}
.fund-form input[type=date]::-webkit-inner-spin-button, .fund-form input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.fund-form input[type=date] {
  background-image: url("../images/ico-calendar.svg");
  background-repeat: no-repeat;
  background-size: 21px 20px;
  background-position: 96% 55%;
}
.fund-form .re-select {
  background-position: calc(100% - 10px) 55%;
}
.fund-form .re-btn-confirm {
  width: auto;
}
.fund-form .btn-sign {
  font-size: 28px;
  line-height: 1;
  vertical-align: middle;
}

.fund-controls-title {
  color: #004798;
  font-weight: 700;
  font-size: 14px;
}

/* Responsive Tables */
.funds-table .col-mobile {
  display: none;
  font-size: 12px;
}
.funds-table .col-mobile strong {
  font-size: 14px;
}
.funds-table .col-mobile ul, .funds-table .col-mobile p {
  font-size: 14px;
}
.funds-table .col-mobile button {
  margin-left: 0;
  margin-right: 0;
}
.funds-table .empty-col {
  width: 100px;
}
.funds-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.funds-table ul li {
  max-width: 250px;
  padding-left: 13px;
  position: relative;
}
.funds-table ul li:before {
  content: "";
  background-image: url("../images/ico-li.svg");
  background-repeat: no-repeat;
  background-size: 6px 7px;
  width: 6px;
  height: 7px;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}
.funds-table button:focus {
  outline: none;
}

@media (max-width: 767px) {
  .funds-table th {
    display: none;
  }
  .funds-table td:not(.col-mobile):not(.col-universal) {
    display: none;
  }
  .funds-table .col-mobile {
    display: block;
  }
  .funds-table .col-actions {
    vertical-align: middle;
  }
}
.modal-narrow {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

/* TRS - Main */
.trs-main {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0;
  overflow: hidden;
}

/* TRS - Tabs */
.trs-tabs {
  margin-top: 15px;
  position: relative;
  border-bottom: none;
  font-size: 14px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.trs-tabs:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50%;
  right: 0;
  width: 200%;
  border-bottom: 1px solid #f2f6fa;
}
.trs-tabs .nav-link {
  color: #8a8a8a;
  font-weight: bold;
  z-index: 5;
  position: relative;
  bottom: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  border-bottom: 2px solid transparent;
}
.trs-tabs .nav-link.active {
  color: #363636;
  border: none;
  border-bottom: 2px solid #ef7c01;
}

.trs-sum {
  font-weight: bold;
  font-size: 24px;
}

/* TRS - Panels */
.trs-panels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  margin: 25px auto 50px auto;
  padding: 0 35px;
}

.trs-panel {
  border: 1px #e9e9e9 solid;
  border-radius: 5px;
  display: flex;
  overflow: hidden;
  flex: calc(50% - 1rem);
  width: 100%;
  color: #363636;
  line-height: 1.25;
}

.trs-panel-icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  padding: 0.5rem;
  width: 45px;
  justify-content: center;
}

.trs-panel-icon-svg {
  display: inline-block;
  fill: #fff;
  height: 2rem;
  stroke-width: 0;
  width: 2rem;
}

.trs-panel-body {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 14px;
  gap: 0.125rem;
  padding: 8px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 0 5px 5px 0;
}
.trs-panel-body.is-active {
  background-color: #f3f6fa;
  box-shadow: inset 0px 0px 0px 1px rgb(217, 227, 239);
}

.trs-panel-title {
  color: #333;
}

.trs-panel-value {
  color: #333;
  font-weight: 700;
}

.trs-panel-link {
  color: #ef7c01;
  font-weight: bold;
}
.trs-panel-link:hover {
  color: #ef7c01;
  text-decoration: underline;
}

/* TRS - Categories */
.trs-category-1 {
  background-color: #e30050;
}

.trs-category-2 {
  background-color: #00e3b0;
}

.trs-category-3 {
  background-color: #0030e3;
}

.trs-category-4 {
  background-color: #00c3e3;
}

.trs-category-5 {
  background-color: #ff9f00;
}

.trs-category-6 {
  background-color: #be00ef;
}

.trs-category-7 {
  background-color: #cae000;
}

.trs-category-8 {
  background-color: #1aee00;
}

.trs-category-1-ico * {
  fill: #e30050;
}

.trs-category-2-ico * {
  fill: #00e3b0;
}

.trs-category-3-ico * {
  fill: #0030e3;
}

.trs-category-4-ico * {
  fill: #00c3e3;
}

.trs-category-5-ico * {
  fill: #ff9f00;
}

.trs-category-6-ico * {
  fill: #be00ef;
}

.trs-category-7-ico * {
  fill: #cae000;
}

.trs-category-8-ico * {
  fill: #1aee00;
}

/* TRS - Subcategories */
.trs-subcategories-section {
  background-color: #fff;
  position: relative;
  z-index: 5;
  padding-top: 30px;
}
.trs-subcategories-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 85px;
  background-image: linear-gradient(to bottom, #f8fafc, #fff);
}

.trs-subcategory-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

/* TRS - Charts */
.chart-min-height {
  min-height: 250px;
}

/* TRS - Tables */
.trs-table-categories {
  width: 100%;
  table-layout: fixed;
}
.trs-table-categories th {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 5px;
}
.trs-table-categories th:first-child {
  width: 35px;
}
.trs-table-categories th:nth-child(2) {
  width: 220px;
}
.trs-table-categories td {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
}
.trs-table-categories th, .trs-table-categories td {
  border-bottom: solid 1px #e9e9e9;
}

.trs-table-ico {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 5px;
}

/* TRS - Chart Changer Buttons */
.trs-chart-changer {
  border: none;
  background-color: transparent;
  border: 1px solid #d9e3ef;
  width: 45px;
  height: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 3px 0 0 3px;
  position: relative;
  outline: none;
}
.trs-chart-changer img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  transition: 250ms ease-in-out all;
}
.trs-chart-changer img + img {
  opacity: 0;
}
.trs-chart-changer + .trs-chart-changer {
  border-radius: 0 3px 3px 0;
  border-left: none;
  margin-left: -1px;
  border-left: 1px solid #d9e3ef;
}
.trs-chart-changer.is-active {
  background-color: #f3f6fa;
  outline: none;
}
.trs-chart-changer.is-active > img {
  opacity: 0;
}
.trs-chart-changer.is-active img + img {
  opacity: 1;
}
.trs-chart-changer:focus, .trs-chart-changer:active {
  outline: none;
}

@media (max-width: 1200px) {
  .trs-panel {
    flex: calc(33% - 1rem);
    max-width: calc(33% - 1rem);
  }
  .trs-panels {
    justify-content: start;
  }
  .trs-sum {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .trs-table-categories thead {
    display: none;
  }
  .trs-table-categories tbody tr td:nth-child(1) {
    width: 30px;
    vertical-align: top;
    padding-top: 17px;
  }
  .trs-table-categories tbody tr td:nth-child(3),
  .trs-table-categories tbody tr td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .trs-panels {
    padding-left: 0;
    padding-right: 0;
  }
  .trs-panel {
    flex: 100%;
    max-width: 100%;
  }
  .trs-daterangepicker {
    width: calc(100% - 2rem);
    margin-top: 20px;
  }
  .trs-daterangepicker input[name=daterangepicker] {
    width: 100%;
  }
  .trs-table-categories {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .trs-tabs {
    display: flex;
  }
  .trs-tabs .nav-item {
    flex: 50%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tfa-change-method-label {
    width: 100%;
    display: block;
  }
}
.benefits-list {
  margin-bottom: 2rem;
}

.benefit-single {
  gap: 1rem;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.benefit-single > div {
  position: relative;
}
.benefit-single:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.benefit-single-title {
  font-size: 16px;
  color: #373737;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.benefit-single-title .re-pill {
  border: none;
}

.benefits-list-heading {
  text-transform: uppercase;
  color: #8a8a8a;
  font-weight: 700;
  font-size: 14px;
  margin-top: 3rem;
}

.benefits-box-header + .benefits-list-heading {
  margin-top: 1.5rem;
}

.benefit-single-meta {
  font-size: 14px;
  display: grid;
  grid-template-columns: 270px 270px;
  margin-bottom: 1.5rem;
  gap: 0.4rem 4rem;
}
.benefit-single-meta li {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  line-height: 1.35;
}
.benefit-single-meta span {
  color: #8a8a8a;
  width: 150px;
}

@media (max-width: 1200px) {
  .benefit-single-meta {
    grid-template-columns: 250px 250px;
    gap: 0.4rem 2rem;
  }
  .benefit-single-meta span {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .benefit-single-meta {
    grid-template-columns: 1fr;
    gap: 0.4rem 2rem;
  }
  .benefit-single-meta span {
    width: 130px;
  }
}
@media (max-width: 340px) {
  .benefit-single-meta span {
    width: 100px;
  }
}
.benefit-single-logo {
  flex-shrink: 0;
  width: 60px;
  margin-right: 1rem;
}

.benefit-single-content {
  flex: 1;
  font-size: 14px;
}

.benefit-single-actions {
  font-size: 14px;
  flex-wrap: wrap;
}
.benefit-single-actions button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.benefit-info-toggler {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f7e6ce;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 4px;
}
.benefit-info-toggler::before {
  position: static;
  transform-origin: center;
}

.benefit-single-info {
  background-color: #f2f6fa;
  border: 1px solid #d9e4ef;
  margin-top: 1rem;
  padding: 0;
  font-size: 14px;
  color: #373737;
}
.benefit-single-info > div {
  padding: 1.5rem 1.8rem;
}

.benefit-more-actions {
  font-size: 14px;
}
.benefit-more-actions .dropdown-toggle::after {
  display: none;
}
.benefit-more-actions .dropdown-menu {
  border-radius: 6px;
  border: 1px solid #d9e4ef;
  background-color: #fff;
  font-size: 14px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.benefit-more-actions .dropdown-item {
  color: #373737;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 0.5rem;
}
.benefit-more-actions .dropdown-item:last-of-type {
  margin-bottom: 0;
}
.benefit-more-actions .dropdown-item:active {
  background-color: inherit;
  color: inherit;
}

.benefits-box-actions {
  display: flex;
  align-items: center;
}

.benefit-single-acceptance {
  font-size: 14px;
  background-color: #f3f6fa;
  padding: 1rem;
  border-radius: 6px;
}
.benefit-single-acceptance button {
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 250ms ease-out all;
  background-color: #f7e6ce;
  color: #dc8423;
}
.benefit-single-acceptance button:focus {
  outline-color: #e6b37c;
}
.benefit-single-acceptance button:disabled {
  background-color: #d4d4d4;
  color: #fff;
}
.benefit-single-acceptance .filters-field {
  margin-bottom: 1rem;
}
.benefit-single-acceptance .filters-field p + p {
  margin-bottom: 0;
}

.benefit-single-used {
  position: absolute;
  top: -5px;
  right: 0;
}

@media (max-width: 767px) {
  .benefits-box-actions {
    padding-top: 1rem;
    flex-wrap: wrap;
    width: 100%;
  }
  .benefits-box-actions > div {
    width: calc(100% - 40px);
  }
  .benefits-box-actions .filters-subheading {
    display: none;
  }
  .benefits-box-actions .history-search {
    order: -1;
    width: 100%;
    flex: 1 0 100%;
    margin-top: 0.5rem;
  }
  .benefits-box-actions .history-search input {
    height: 40px;
    max-width: none;
  }
  .benefits-box-actions .history-filter-toggler {
    margin-top: 9px;
    margin-left: auto;
  }
  .benefits-box-actions .filters-field {
    width: 100%;
    padding-right: 1rem;
  }
  .benefits-box-actions .filters-field select {
    width: 100%;
  }
  .benefit-single > div {
    flex-direction: column;
  }
  .benefit-single-meta {
    margin-top: 1rem;
    flex-direction: column;
    gap: 0.25rem;
  }
  .benefit-single-content {
    width: 100%;
  }
}
.benefits-box-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.benefits-box-header > h2 {
  flex-shrink: 0;
}
.benefits-box-header .history-search {
  margin-left: 1rem;
}

@media (max-width: 1200px) {
  .benefits-box-header {
    justify-content: space-between;
  }
  .benefits-box-header > h2 {
    margin-bottom: 1rem;
  }
  .benefits-box-header .history-actions {
    order: 1;
  }
  .benefits-box-header .history-search {
    margin-left: 0;
  }
  .benefits-box-actions {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .benefits-box-header .benefits-box-actions {
    justify-content: start;
  }
  .benefits-box-header .history-actions {
    margin-left: auto;
  }
  .benefits-box-header .history-filter-toggler {
    order: 1;
  }
  .benefit-single-logo {
    margin-bottom: 1.5rem;
  }
}
/* Benefits Details Modal */
.benefit-details-alert {
  background-color: #faf2d2;
  padding: 1rem 0.75rem 1rem 3rem;
  background-image: url("../images/ico-alert-2.svg");
  background-repeat: no-repeat;
  background-position: left 1rem top 1rem;
  margin-bottom: 1.5rem;
}

.benefit-details-block {
  background-color: #f3f6fa;
  border: 1px solid #dce4ee;
  padding: 1.5rem 1.75rem;
  margin-bottom: 2rem;
}
.benefit-details-block > ul {
  line-height: 1.35;
}
.benefit-details-block > ul > li {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.benefit-details-block > ul ul {
  line-height: 1.8;
}

.benefit-details-title {
  font-size: 1rem;
  font-weight: 700;
}

.benefit-details-value {
  min-width: 60px;
  display: inline-block;
  text-align: left;
  margin-left: 0.5rem;
}

.benefit-details-border {
  border-top: 1px solid #dee6ef;
}

.benefit-details-docs li {
  margin-bottom: 0.4rem;
}
.benefit-details-docs a {
  color: #363636;
  position: relative;
  padding-left: 1.5rem;
  display: flex;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px solid #d4d4d4;
  padding: 0.75rem 0;
  padding-left: 1.5rem;
}
.benefit-details-docs a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/ico-download.svg");
}

.benefit-doc-type {
  padding: 1.5rem;
}
.benefit-doc-type.visible {
  display: block;
}
.benefit-doc-type.hidden {
  display: none;
}

.benefit-details-spacer {
  border-color: #dce4ee;
  margin-bottom: 1.75rem;
}

@media (max-width: 767px) {
  .benefit-details-block ul {
    line-height: 1.4;
  }
  .benefit-details-block ul ul li {
    display: flex;
    justify-content: space-between;
  }
  .benefit-details-value {
    text-align: right;
  }
  .benefit-doc-type {
    padding-right: 0;
  }
  #benefit-change-doc {
    padding-right: 0 !important;
  }
  #benefit-change-doc .re-modal-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  #benefit-change-doc .re-modal-alt {
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }
  #benefit-change-doc .benefit-doc-type.visible {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
  #benefit-change-doc .benefit-doc-fields {
    overflow-y: auto;
    padding-bottom: 6.5rem;
    padding-right: 1.5rem;
  }
  #benefit-change-doc .re-modal-alt-actions {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
    width: 100%;
    padding: 1rem 2rem;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #benefit-change-doc.show {
    overflow-y: hidden;
  }
}
/* Bannery */
.hl-section-banners {
  margin: 4rem 0;
  display: grid;
  grid-template: repeat(2, 1fr)/repeat(4, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 24px;
}
.hl-section-banners li:nth-child(1) {
  grid-row: span 2;
  grid-column: span 2;
}
.hl-section-banners img {
  border-radius: 8px;
  width: 100%;
}

/* Na skróty */
.hl-shortcuts {
  margin-bottom: 4rem;
}

.hl-shortcuts-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 16px;
}
.hl-shortcuts-list a {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
}
.hl-shortcuts-list a img {
  margin-bottom: 10px;
}
.hl-shortcuts-list a h3 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
  color: var(--accent-color);
}
.hl-shortcuts-list a span {
  font-size: 12px;
  color: #363636;
}

.hl-shortcuts-banner img {
  border-radius: 8px;
  width: 100%;
}

/* Tabs */
.hl-tabs {
  align-self: flex-end;
  border-bottom: 1px solid #dce4ee;
  flex: 1;
  display: flex;
  margin-left: 1rem;
  justify-content: flex-end;
}
.hl-tabs .nav-link {
  cursor: pointer;
  font-size: 14px;
  border: none;
  background-color: transparent;
  border-bottom: 3px solid transparent;
  color: #373737;
}
.hl-tabs .nav-link:focus {
  outline: none;
}
.hl-tabs .nav-link.active {
  font-weight: 700;
  background-color: transparent;
  border-color: var(--accent-color);
}

/* Siatka ofert */
.hl-offers-grid {
  margin: 0;
  margin-bottom: 4rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 24px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.hl-offers-grid .hl-card-details {
  grid-template-columns: 1fr;
  row-gap: 0.5rem;
}

.hl-offers-grid-banner {
  grid-column: span 2;
}
.hl-offers-grid-banner img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Newsy */
.hl-news {
  margin-bottom: 4rem;
}

.hl-news-single {
  font-size: 14px;
}
.hl-news-single h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}
.hl-news-single .hl-news-single-date {
  color: #8a8a8a;
  margin-bottom: 0.5rem;
}
.hl-news-single .hl-news-single-excerpt {
  margin-bottom: 0.5rem;
}
.hl-news-single .hl-news-single-link {
  color: var(--accent-color);
  font-weight: 700;
}

.hl-link {
  font-weight: 700;
  color: var(--accent-color);
  font-size: 14px;
}
.hl-link:hover {
  text-decoration: underline;
  color: var(--accent-color);
}

/* Bannery */
.hl-banners {
  margin: 0;
  margin-bottom: 4rem;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.hl-banner {
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.hl-banner-content {
  padding: 24px;
  font-size: 14px;
  color: #000;
}
.hl-banner-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.hl-banner-title {
  font-size: 27px;
  font-weight: 700;
}

.hl-banner-img {
  padding-top: 24px;
  align-self: flex-end;
}

.hl-banner-mobile {
  display: none;
}

.hl-header .navbar-points-controls {
  background-color: transparent;
  font-size: 12px;
  font-weight: 700;
  color: #373737;
  padding-left: 0;
}

@media (max-width: 1200px) {
  .hl-banner-mobile {
    display: block;
  }
  .hl-banner-desktop {
    display: none;
  }
  .hl-banner-img {
    align-self: center;
    padding-top: 0;
  }
  .hl-banner-title {
    font-size: 24px;
  }
  .hl-offers-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 3rem;
  }
  .hl-offers-grid-banner-1 {
    grid-row: 2;
    grid-column: 3/span 2;
  }
  .hl-offers-grid-banner-2 {
    grid-row: 2;
    grid-column: 1/span 2;
  }
  .hl-shortcuts .hl-desc {
    max-width: 300px;
  }
  .hl-shortcuts .hl-tabs {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .hl-header .navbar-points-controls {
    display: block;
    cursor: pointer;
    padding: 0;
  }
  .hl-header .navbar-points-list {
    display: none;
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    border: none;
  }
  .hl-header .navbar-points-list .navbar-points-single {
    margin: 0;
  }
  body.points-are-visible .hl-header .navbar-points-list {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    margin-top: -10px;
    row-gap: 0.75rem;
  }
  .hl-news {
    margin-bottom: 1.5rem;
  }
  .hl-news .hl-action-header {
    flex-direction: row;
  }
  .hl-news .swiper-slide {
    width: 130px !important;
  }
  .hl-news .swiper-slide img {
    max-width: 100%;
  }
  .hl-news-single {
    margin-bottom: 24px;
  }
  .hl-banners {
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-bottom: 3rem;
  }
  .hl-banner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hl-banner-content {
    text-align: center;
  }
  .hl-banner-content ul {
    justify-content: center;
  }
  .hl-shortcuts {
    margin-bottom: 3rem;
  }
  .hl-shortcuts .hl-shortcuts-banner {
    display: none;
  }
  .hl-shortcuts .hl-action-header,
  .hl-section-hits .hl-action-header {
    flex-direction: row;
  }
  .hl-section-banners {
    margin-top: 3rem;
    margin-bottom: 3rem;
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .hl-offers-grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
  }
  .hl-offers-grid-banner-1 {
    grid-row: 2;
    grid-column: 1/span 2;
  }
  .hl-offers-grid-banner-2 {
    grid-row: 5;
    grid-column: 1/span 2;
  }
  .hl-shortcuts .hl-action-header,
  .hl-section-hits .hl-action-header {
    flex-direction: column;
  }
  .hl-shortcuts .hl-desc {
    max-width: none;
  }
  .hl-shortcuts .nav-tabs,
  .hl-section-hits .nav-tabs {
    width: 100%;
    margin-top: 1rem;
    justify-content: space-around;
  }
  .hl-shortcuts .hl-shortcuts-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 12px;
         column-gap: 12px;
    row-gap: 12px;
    margin-bottom: 24px;
  }
  .hl-section-banners {
    grid-template: repeat(2, 1fr)/repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .hl-shortcuts .hl-shortcuts-banner {
    display: block;
  }
}
/* Homepage Light */
/* HL - Topbar */
.hl-topbar {
  border-bottom: 1px solid #f5f5f5;
  padding: 0.5rem;
}
.hl-topbar a {
  color: #373737;
  font-size: 0.75rem;
}

.hl-brand {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  flex-wrap: wrap;
}

.hl-heading {
  font-size: 1.6875rem;
  font-weight: 700;
  margin-bottom: 0;
}

.hl-subheading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #373737;
}

.hl-action-header {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hl-vendor-header {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
}
.hl-vendor-header .hl-action-header {
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .hl-vendor-header .hl-action-header {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .hl-vendor-header .hl-action-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .hl-vendor-header .hl-action-header .hl-listing-count {
    margin-left: 0 !important;
  }
  .hl-vendor-header .hl-action-header .hl-vendor-content {
    order: 1;
    margin-top: 24px;
  }
}
.hl-vendor-info {
  margin-top: 16px;
  font-size: 14px;
  color: #000;
}
.hl-vendor-info p:last-of-type {
  margin-bottom: 0;
}

.hl-desc {
  font-size: 0.875rem;
  margin: 0;
}

.hl-menu {
  margin-top: 1rem;
}
.hl-menu a {
  color: #373737;
}
.hl-menu > li a, .hl-menu > li button {
  border: none;
  border-top: 1px solid #dce4ee;
  padding: 0.85rem 0;
  font-size: 0.875rem;
  transition: 200ms ease-in-out gap;
  background-color: transparent;
  color: #373737;
  display: flex;
  width: 100%;
}
.hl-menu > li a {
  display: flex;
  align-items: center;
}
.hl-menu > li button {
  cursor: pointer;
}
.hl-menu > li button:hover {
  text-decoration: underline;
}
.hl-menu > li button:focus {
  outline: none;
}

.hl-dropdown-icon {
  transition: 250ms ease-in-out rotate;
}

.hl-menu button[aria-expanded=true] .hl-dropdown-icon,
.hl-footer-menu-toggler[aria-expanded=true] .hl-dropdown-icon {
  rotate: 180deg;
}

.hl-header {
  margin-bottom: 2rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}
.hl-header .re-navbar-wrapper {
  position: static;
}
.hl-header .re-navbar-wrapper .navbar-points-list {
  color: #363636;
  text-transform: none;
  background-color: #fff;
  padding: 0;
}
.hl-header .re-navbar-wrapper .navbar-points-info {
  background-color: #dce4ee;
  color: #244893;
}

.hl-surveys-header .hl-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}
.hl-surveys-header .re-btn-cancel {
  font-weight: 700;
  padding: 7px 24px;
}
.hl-surveys-header .re-btn-cancel:hover {
  color: var(--accent-color);
}

.hl-mobile-toggler {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  display: none;
  color: #363636;
}
.hl-mobile-toggler span {
  color: #363636;
}

/* HL - Main Menu */
.hl-main-menu-wrapper {
  border-top: 1px solid #f5f5f5;
}

.hl-main-menu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.hl-main-menu li:hover .dropdown-menu {
  display: block;
}
.hl-main-menu .dropdown {
  position: relative;
}
.hl-main-menu .hl-main-menu-item {
  flex: 1;
  border-left: 1px solid #f5f5f5;
}
.hl-main-menu .hl-main-menu-item:last-of-type {
  border-right: 1px solid #f5f5f5;
}
.hl-main-menu .dropdown-menu {
  width: 610px;
  padding-top: 15px;
  margin-top: 0;
  background-color: transparent;
  border: none;
  left: auto;
  right: auto;
  top: calc(100% - 10px);
}
.hl-main-menu .dropdown-menu ul {
  list-style: none;
}
.hl-main-menu .dropdown-toggle {
  color: #363636;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding: 13px 0;
}
.hl-main-menu .dropdown-toggle:hover {
  text-decoration: none;
}
.hl-main-menu .dropdown-toggle:after {
  display: none;
}
.hl-main-menu .dropdown-menu-inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 28px 20px;
  border: 1px solid #dce4ee;
  box-shadow: 0 4px 20px rgba(0, 73, 150, 0.05);
}
.hl-main-menu .dropdown-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  width: calc(50% - 15px);
}
.hl-main-menu .dropdown-menu-header a {
  font-size: 13px;
  color: #8a8a8a;
}

/* HL - Mobile Menu */
.hl-mobile-menu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background-color: #fff;
  z-index: 10;
  display: none;
}
.hl-mobile-menu-wrapper.active {
  display: block;
}

.hl-mobile-close {
  position: absolute;
  top: 27px;
  right: 21px;
  cursor: pointer;
  z-index: 2;
}

/* HL - Actions Menu */
.hl-actions {
  line-height: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.hl-action {
  color: #363636;
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  position: relative;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.hl-action:focus {
  outline: none;
}
.hl-action:hover {
  color: #363636;
}

.hl-action-dropdown {
  padding: 24px;
  border: 1px solid #dce4ee;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0, 73, 150, 0.05);
}

.hl-dropdown-rewards-block {
  border-bottom: 1px solid #dce4ee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.hl-actions-badge {
  position: absolute;
  top: -2px;
  right: -4px;
  border-radius: 4px;
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
  padding: 2px 4px;
  line-height: 1;
}

.hl-actions-awards {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.hl-actions-awards li {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.hl-actions .main-dropdown-button {
  background-color: var(--accent-color);
  color: #fff;
}

.hl-dropdown-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.hl-dropdown-subtitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 5px;
}

.hl-dropdown-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.75;
}
.hl-dropdown-links a {
  color: #363636;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 250ms ease-in-out background-color;
  border-radius: 6px;
  padding: 3px 8px;
  margin-left: -8px;
  margin-right: -8px;
}
.hl-dropdown-links a:hover {
  text-decoration: none;
  background-color: #e8edf5;
}
.hl-dropdown-links a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
}
.hl-dropdown-links a span {
  color: #8a8a8a;
  margin-right: auto;
  margin-left: 5px;
}
.hl-dropdown-links .sub-menu-wrapper {
  display: none;
  margin: 0;
  padding: 0;
}
.hl-dropdown-links .sub-menu-wrapper ul {
  margin: 0;
  padding: 0;
}
.hl-dropdown-links .sub-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hl-dropdown-links .sub-menu-header a {
  background-color: transparent;
  font-size: 13px;
  color: #8a8a8a;
}
.hl-dropdown-links .sub-menu-header a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.hl-dropdown-links .has-submenu:hover .sub-menu-wrapper {
  display: block;
  position: absolute;
  padding-left: 3rem;
  top: -30px;
  left: calc(50% - 15px);
  width: 50%;
  height: 100%;
}

.hl-dropdown-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
}
.hl-dropdown-grid .hl-dropdown-links a:after {
  display: none;
}
.hl-dropdown-grid .hl-dropdown-links .has-submenu > a:after {
  display: block;
}

.hl-minicart {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.hl-minicart li {
  border-bottom: 1px solid #dce4ee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.hl-minicart li:first-of-type {
  padding-top: 0;
}

.hl-minicart-title,
.hl-minicart-subtitle {
  font-size: 14px;
}

.hl-minicart-title {
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}

.hl-minicart-subtitle {
  margin: 0;
  color: #8a8a8a;
}

.hl-minicart-meta {
  font-weight: 400;
  margin-top: 12px;
  font-size: 14px;
}

.hl-minicart-meta-count {
  color: #8a8a8a;
}

.hl-minicart-meta-value {
  font-weight: 600;
}

.hl-minicart-summary {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hl-minicart-remove {
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.hl-minicart-remove:focus {
  outline: none;
}

.hl-minicart-meta {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.hl-minicart-cta {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: block;
  border-radius: 6px;
  padding: 12px 5px;
}
.hl-minicart-cta:hover {
  color: #fff;
}

.hl-action-cart {
  position: relative;
}
.hl-action-cart:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  height: 10px;
  background-color: transparent;
  width: 360px;
}

.dropdown-menu-notifications {
  width: 360px;
}

.hl-dropdown-notifications {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.hl-dropdown-notifications a {
  display: flex;
  text-decoration: none;
  color: #363636;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  gap: 16px;
}
.hl-dropdown-notifications a.hl-new-notification {
  background-color: #f3f6fa;
}

.hl-dropdown-notification-content {
  font-size: 14px;
  color: #363636;
  line-height: 1.25;
}
.hl-dropdown-notification-content h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.hl-dropdown-notification-content p {
  margin-bottom: 5px;
}
.hl-dropdown-notification-content time {
  color: #8a8a8a;
}

.hl-dropdown-cta {
  display: block;
  text-align: center;
  color: var(--accent-color);
  font-weight: 700;
  font-size: 14px;
}
.hl-dropdown-cta:hover {
  color: var(--accent-color);
}

/* HL - Search Form */
.hl-search {
  border: 1px solid #d4d4d4;
  border-radius: 8px;
}
.hl-search form {
  display: flex;
  align-items: stretch;
}

/* Boostrap Select Customize */
.hl-search .bootstrap-select {
  font-size: 14px;
  font-weight: 400;
  border-left: 1px solid #d4d4d4;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 8px;
  padding-right: 12px;
  width: 150px !important;
}
.hl-search .bootstrap-select .btn {
  font-size: 14px;
  color: #8a8a8a;
  padding: 0;
}
.hl-search .bootstrap-select .filter-option-inner-inner {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-top: 2px;
}
.hl-search .bootstrap-select .dropdown-toggle {
  background-color: transparent;
  border: none;
}
.hl-search .bootstrap-select .dropdown-toggle:hover {
  background-color: transparent;
}
.hl-search .bootstrap-select .dropdown-toggle::after {
  width: 12px;
  height: 12px;
  border: none;
  margin-right: 5px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.96036 4.4751L6.70143 7.7351C6.31656 8.1201 5.68677 8.1201 5.3019 7.7351L2.04297 4.4751" stroke="%238A8A8A" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.hl-search .bootstrap-select > .dropdown-menu {
  border: 1px solid #dce4ee;
  border-radius: 8px;
  padding: 8px;
}
.hl-search .bootstrap-select > .dropdown-menu.show {
  top: 10px !important;
}
.hl-search .bootstrap-select > .dropdown-menu a {
  font-size: 14px;
  color: #363636;
}
.hl-search .bootstrap-select > .dropdown-menu .dropdown-item {
  border-radius: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
}
.hl-search .bootstrap-select > .dropdown-menu .dropdown-item.selected,
.hl-search .bootstrap-select > .dropdown-menu .dropdown-item:focus,
.hl-search .bootstrap-select > .dropdown-menu .dropdown-item:hover {
  background-color: #f3f6fa;
}

.hl-search-field {
  border: none;
  font-weight: 700;
  font-size: 14px;
  padding-left: 12px;
  margin-right: 5px;
  border-radius: 8px 0 0 8px;
}

.hl-search-btn {
  border: none;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
}

/* HL - Cards */
.hl-cards-section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hl-cards {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
  margin-bottom: 4rem;
}

.hl-card {
  display: flex;
  flex-direction: column;
  color: #373737;
  height: 100%;
  position: relative;
}
.hl-card:hover {
  text-decoration: none;
  color: #373737;
}

.hl-card-label {
  right: 0;
  border-radius: 0 8px 0 8px;
  font-size: 0.875rem;
  padding: 0.15rem 0.75rem;
}

.hl-card-thumb-wrapper {
  width: 100%;
  height: 160px;
  display: flex;
  border-radius: 8px 8px 0 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
}
.hl-card-thumb-wrapper .hl-card-thumb {
  border-radius: 0;
}

.hl-search-results {
  padding-bottom: 4rem;
}
.hl-search-results .hl-cards {
  margin-bottom: 2rem;
}

@media (max-width: 1200px) {
  .hl-card-thumb-wrapper {
    height: 134px;
  }
  .hl-cards-wide .hl-card-thumb-wrapper {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .hl-cards-wide .hl-card-thumb-wrapper {
    height: 135px;
  }
}
@media (max-width: 767px) {
  .hl-card-thumb-wrapper {
    height: 155px;
  }
  .hl-cards-wide .hl-card-thumb-wrapper {
    height: 155px;
  }
}
@media (max-width: 576px) {
  .hl-card-thumb-wrapper,
  .hl-cards-wide .hl-card-thumb-wrapper {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .hl-cards-wide .hl-card-thumb-wrapper .hl-card-thumb {
    width: 100%;
  }
}
.hl-card-thumb {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px 8px 0 0;
}

.hl-card-meta {
  border-radius: 0 0 8px 8px;
  background-color: #fff;
  padding: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.hl-card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.hl-card-heading img {
  flex-shrink: 0;
}

.hl-card-title {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.hl-card-details {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 0.75rem;
  line-height: 1.25;
}

.hl-card-details-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hl-card-details-accent {
  font-size: 14px;
  font-weight: 700;
}

.hl-card-value {
  margin-top: auto;
  font-weight: 700;
  font-size: 0.875rem;
  flex-wrap: wrap;
}

.hl-card-additional-info {
  flex-basis: 100%;
  font-weight: 400;
  color: #878787;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}

.hl-mobile-menu {
  display: none;
}

/* HL - Cards Related */
.hl-cards-related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 0;
}
.hl-cards-related .hl-card-details {
  grid-template-columns: 1fr;
  justify-content: space-between;
  row-gap: 0.5rem;
}
.hl-cards-related .hl-card-details:last-of-type {
  margin-top: auto;
}

.hl-category-section-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.hl-category-section {
  border-bottom: 1px solid #dce4ee;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.hl-category-section + .hl-category-section {
  border-bottom: none;
}

.hl-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}

.hl-category {
  background-color: #fff;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  color: #373737;
  text-decoration: none;
  align-items: center;
}
.hl-category:hover {
  text-decoration: none;
  color: inherit;
}

.hl-category-desc {
  padding: 16px;
}

.hl-category-title {
  font-size: 16px;
  font-weight: 700;
}

.hl-category-subtitle {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .hl-category > img {
    max-height: 76px;
  }
}
@media (max-width: 768px) {
  .hl-categories {
    grid-template-columns: 1fr;
  }
}
/* HL - Cards Category */
.hl-cards-category {
  grid-template-columns: repeat(3, 1fr);
}

.hl-cards-wide {
  grid-template-columns: repeat(4, 1fr);
}

/* HL - Info Box */
.hl-info-box {
  background-color: #e8edf5;
  border: 1px solid #dce4ee;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.hl-info-box-title {
  font-size: 1.125rem;
  font-weight: 700;
}

.hl-info-box-content {
  padding-top: 5px;
  font-size: 0.875rem;
}

/* HL - Footer */
.hl-footer {
  font-size: 0.875rem;
}
.hl-footer h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.hl-footer a {
  color: #363636;
}

.hl-footer-menu {
  line-height: 1.9;
}
.hl-footer-menu a {
  display: block;
  background-image: url("../images/light/ico/ico-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.2rem;
}

.hl-footer-menu-toggler {
  margin: 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  border-top: 1px solid #e6edf5;
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 1;
}
.hl-footer-menu-toggler:focus {
  outline: none;
}

.hl-footer-copy {
  margin-top: 2rem;
  padding-top: 2rem;
  text-align: center;
  border-top: 1px solid #e6edf5;
  color: #8a8a8a;
  font-size: 0.75rem;
}

.hl-footer-surveys {
  color: #8a8a8a;
  font-size: 0.75rem;
}

@media (max-width: 991px) {
  .hl-footer-surveys {
    text-align: center;
    border-top: 1px solid #e6edf5;
    padding-top: 32px;
    margin-top: 32px;
  }
}
/* Single Offer */
.hl-box {
  background-color: white;
  border: 1px solid #dce4ee;
}

.hl-meta {
  font-size: 0.75rem;
  gap: 1rem;
  color: #878787;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.hl-meta strong, .hl-meta a {
  color: #363636;
}

.hl-tablet-thumb {
  max-width: 250px;
}

.hl-offer-content {
  margin-bottom: 3rem;
}
.hl-offer-content .nav-tabs {
  border-bottom: 1px solid #d4d4d4;
  font-size: 0.875rem;
  padding-left: 2rem;
}
.hl-offer-content .nav-link {
  border: none;
  cursor: pointer;
  margin-bottom: 1px;
  background-color: transparent;
  border-bottom: 3px solid transparent;
  transition: ease-out 250ms border-color;
  gap: 0.5rem;
  align-items: center;
  display: flex;
  padding: 1rem;
}
.hl-offer-content .nav-link:focus {
  outline: none;
}
.hl-offer-content .nav-link:focus-visible {
  outline: 1px solid black;
}
.hl-offer-content .nav-link:hover {
  border-bottom-color: transparent;
}
.hl-offer-content .nav-link.active {
  border-color: #ef7c01;
  border-color: var(--accent-color);
  font-weight: 700;
}
.hl-offer-content .tab-content {
  padding: 2.5rem 2rem 2rem 2rem;
  font-size: 0.875rem;
}
.hl-offer-content .tab-content ul {
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.hl-offer-content .tab-content img {
  max-width: 100%;
}
.hl-offer-content .tab-content h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hl-offer-content .tab-content h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hl-offer-content .tab-content a {
  color: var(--accent-color);
}
.hl-offer-content .benefit-details-docs a {
  color: #363636;
}

.hl-offer-footer {
  background-color: #e8edf5;
  font-size: 0.875rem;
  padding: 2rem;
  display: grid;
  grid-template-columns: 2fr 1.25fr;
  gap: 2rem;
  margin-bottom: 4rem;
  border: 1px solid #dce4ee;
  border-top: none;
}
.hl-offer-footer h2 {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.hl-offer-footer a {
  color: #ef7c01;
  font-weight: 700;
}

.hl-offer-cta {
  display: block;
  background-color: #fff;
  border: 1px solid #dce4ee;
}
.hl-offer-cta:hover {
  text-decoration: none;
}

.hl-offer-cta-label {
  background-color: #ef7c01;
  color: #fff;
  border-radius: 6px;
  padding: 0.5rem;
  text-align: center;
}

/* News */
.hl-news-list {
  list-style: none;
  margin: 1.5rem 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.hl-news-list-single {
  font-size: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.hl-news-list-single:hover {
  text-decoration-color: #363636;
}
.hl-news-list-single h3 {
  font-size: 1rem;
  color: #363636;
  font-weight: 700;
  margin-bottom: 5px;
}

.hl-news-list-date {
  font-size: 0.75rem;
  color: #8a8a8a;
}

.hl-news-list-cta {
  font-weight: 700;
  font-size: 0.875rem;
}

.hl-news-pagination {
  list-style: none;
  margin: 0;
  margin-bottom: 4rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.hl-news-pagination a, .hl-news-pagination button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  border: 1px solid #d4d4d4;
  color: #707070;
  font-size: 0.875rem;
  transition: 250ms ease-in-out all;
  background-color: #fff;
}
.hl-news-pagination a:hover, .hl-news-pagination button:hover {
  text-decoration: none;
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.hl-news-pagination a.current, .hl-news-pagination button.current {
  color: var(--accent-color);
  border-color: var(--accent-color);
}
.hl-news-pagination a.inactive, .hl-news-pagination button.inactive {
  color: #d4d4d4 !important;
  pointer-events: none;
}
.hl-news-pagination a.inactive:hover, .hl-news-pagination button.inactive:hover {
  color: #d4d4d4;
  border-color: #d4d4d4;
  cursor: default;
}
.hl-news-pagination a.hl-news-pagination-arrow, .hl-news-pagination button.hl-news-pagination-arrow {
  color: var(--accent-color);
}
.hl-news-pagination .more {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #707070;
  text-align: center;
  pointer-events: none;
}

.hl-tooltip {
  background-color: #dce4ee;
  font-weight: 900;
  color: #244893;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .hl-cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .hl-cards-related {
    grid-template-columns: repeat(4, 1fr);
  }
  .hl-cards-related .hl-card-meta {
    padding: 1rem 0.5rem;
  }
  .hl-card-details {
    grid-template-columns: 1fr;
    row-gap: 0.5rem;
  }
  .hl-header .navbar-points-single:first-of-type .nps-label {
    display: none;
  }
  .hl-header .navbar-points-list {
    margin-left: -15px;
  }
  .hl-actions {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .hl-action > span {
    display: none;
  }
}
@media (max-width: 991px) {
  .hl-main-menu-wrapper {
    display: none;
  }
  .hl-topbar {
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
  }
  .hl-brand {
    padding-top: 8px;
  }
  .hl-brand-logo {
    order: 1;
  }
  .hl-actions {
    order: 2;
  }
  .hl-mobile-toggler {
    display: flex;
    order: 3;
  }
  .hl-search {
    order: 4;
    width: 100%;
    margin-top: 24px;
  }
  .hl-search form {
    width: 100%;
  }
  .hl-search .hl-search-field {
    flex-grow: 1;
  }
  .hl-footer-menu-toggler[aria-expanded=true] + .hl-footer-menu {
    opacity: 1;
    transform: translateY(-1.5rem);
  }
  .hl-offer-content {
    margin-top: 0;
  }
  .hl-action-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .hl-action-bar {
    width: 100%;
    margin-top: 1.5rem;
  }
  .hl-heading {
    font-size: 24px;
  }
  .hl-action-cart:hover .dropdown-menu {
    left: 0;
    right: auto;
  }
}
@media (max-width: 767px) {
  .hl-brand-logo {
    order: 1;
  }
  .hl-mobile-toggler {
    order: 2;
  }
  .hl-search {
    order: 3;
    margin-bottom: 24px;
  }
  .hl-search .hl-search-field {
    flex-grow: 0;
    flex-shrink: 1;
    width: 100%;
  }
  .hl-search .bootstrap-select {
    width: 120px !important;
  }
  .hl-search .hl-search-btn {
    padding: 8px;
  }
  .hl-search .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
  .hl-actions {
    order: 4;
    justify-content: space-between;
    width: 100%;
  }
  .hl-footer-menu {
    position: relative;
    opacity: 0;
    transition: 250ms ease-in-out;
    line-height: 2.35;
  }
  .hl-footer-menu a {
    background-image: none;
  }
  .hl-footer-separator {
    margin-bottom: 2rem;
  }
  .hl-offer-footer {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .hl-meta li {
    display: flex;
    margin-bottom: 1rem;
    flex-direction: column;
    justify-content: flex-start;
  }
  .dropdown-menu-notifications {
    width: 320px;
  }
}
@media (min-width: 768px) {
  .hl-footer-menu {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hl-footer-separator {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e6edf5;
  }
}
@media (max-width: 991px) {
  .hl-menu {
    display: none;
  }
  .hl-mobile-menu {
    display: block;
  }
  .hl-brand-logo {
    max-width: 120px;
  }
  .hl-brand-logo img {
    width: 100%;
  }
  .hl-card-details {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .hl-cards {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 1.25rem;
  }
  .hl-cards-related {
    grid-template-columns: repeat(4, 1fr);
  }
  .hl-meta {
    row-gap: 0.5rem;
  }
  .hl-meta li span {
    width: 110px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .hl-brand {
    margin-bottom: 2rem;
  }
  .hl-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .hl-cards-related {
    grid-template-columns: repeat(2, 1fr);
  }
  .hl-footer-copy {
    margin-top: 0;
  }
  .hl-news-list-single h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .hl-cards-related {
    display: flex;
    overflow-y: auto;
    margin-right: -15px;
  }
  .hl-cards-related > li {
    flex: 1 0 170px;
  }
}
/* Mobile Fullscreen Dropdowns */
@media (max-width: 768px) {
  .hl-fullscreen-container.show {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 1000;
    transform: translate3d(0, 0, 0) !important;
    border: none;
    box-shadow: none;
    padding: 6px;
  }
  .hl-fullscreen-container .close {
    width: 22px;
    height: 22px;
    background-image: url("../images/history/ico-filters-close.svg");
    background-size: 22px 22px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    top: 27px;
    right: 24px;
    opacity: 1;
  }
  .hl-fullscreen-header {
    flex-shrink: 0;
    padding: 16px;
    display: flex;
    align-items: center;
  }
  .hl-fullscreen-header .hl-dropdown-title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .hl-fullscreen-header h1 {
    margin: 0;
  }
  .hl-fullscreen-content {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
  }
  .hl-fullscreen-footer {
    flex-shrink: 0;
    padding: 16px;
    border-top: 1px solid #ddd;
  }
  .hl-fullscreen-footer a {
    display: block;
    text-align: center;
  }
}
/* <div class="fullscreen-container">
  <div class="fullscreen-header">
    <h1>Title</h1>
  </div>

  <div class="fullscreen-content">
    <!-- Scrollable content here -->
  </div>

  <div class="fullscreen-footer">
    <a href="#">Link</a>
  </div>
</div> */
.hl-mobile-close {
  width: 22px;
  height: 22px;
  background-image: url("../images/history/ico-filters-close.svg");
  background-size: 22px 22px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  top: 27px;
  right: 24px;
  position: absolute;
}

.dl-menuwrapper:first-child {
  margin-right: 100px;
}

.dl-menuwrapper button {
  background: #ccc;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
}

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
}

ul.dl-menu {
  max-height: 90vh;
  max-height: 90dvh;
  overflow-y: auto;
}

.dl-menuwrapper li {
  position: relative;
}

.dl-menuwrapper li a {
  display: flex;
  justify-content: start;
  align-items: center;
  outline: none;
  color: #373737;
  font-size: 14px;
  padding: 10px 0;
}
.dl-menuwrapper li a:hover {
  text-decoration: none;
}
.dl-menuwrapper li a span {
  color: #8a8a8a;
  margin-left: 5px;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: auto;
}

.dl-menuwrapper .dl-title,
.dl-menuwrapper .dl-title a {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
  padding: 0;
  justify-content: start;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.dl-menuwrapper .dl-title:after,
.dl-menuwrapper .dl-title a:after {
  content: "";
  width: 16px;
  height: 16px;
  order: -1;
  transform: rotate(180deg);
}

/* .dl-menuwrapper .dl-menu {
	margin: 0;
	position: absolute;
	width: 100%;
	opacity: 0;
	pointer-events: none;
} */
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

.dl-all {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  margin-top: 0.5rem;
  border: 1px solid #373737;
  border-radius: 8px;
  justify-content: center !important;
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}

.dl-menuwrapper li .dl-submenu.active {
  display: block;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
}

/* Dynamically added submenu outside of the menu context */
.active-submenu > li:not(.active) {
  display: none;
}

.active-submenu li.active > .dl-submenu {
  display: block;
}

.active-submenu li.active > a {
  display: none;
}

.hl-listing-count {
  font-size: 1.6875rem;
  color: #8a8a8a;
}

.hl-sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  margin-bottom: 4rem;
  position: relative;
}

.hl-sidebar-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hl-action-button {
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
}

.hl-sidebar-list {
  font-size: 0.875rem;
  line-height: 1.8;
}
.hl-sidebar-list a {
  color: #363636;
}
.hl-sidebar-list a.current {
  font-weight: 700;
}
.hl-sidebar-list a.current span {
  font-weight: 400;
}
.hl-sidebar-list a span {
  color: #878787;
}
.hl-sidebar-list ul {
  padding-left: 0.75rem;
}

/* HL Tags */
.hl-tags {
  display: flex;
  align-items: start;
  margin-bottom: 2rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.hl-tags ul {
  margin-bottom: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.hl-tags-label {
  font-weight: 700;
  font-size: 0.75rem;
  color: #8a8a8a;
  flex-shrink: 0;
  line-height: 1lh;
}

.hl-tag {
  border-radius: 6px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  font-size: 0.75rem;
  color: #363636;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0;
}

.hl-tag-label {
  padding: 0.25rem 0.45rem;
}

.hl-tag-remove {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0 6px 6px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.00098L8.99875 8.99973" stroke="white" stroke-linecap="round"/><path d="M1 8.99902L8.99875 1.00027" stroke="white" stroke-linecap="round"/></svg>');
}

@media (max-width: 991px) {
  .hl-sidebar-block {
    position: absolute;
    background: #fff;
    z-index: 5;
    display: none;
    border: 1px solid #dce4ee;
    border-radius: 6px;
    top: -1rem;
    max-width: 18.75rem;
  }
  .hl-sidebar-block.hl-active {
    display: block;
  }
  .hl-sidebar-block .btn {
    font-size: 0.875rem;
  }
  .hl-sidebar-block-inner {
    padding: 1.5rem;
    padding-bottom: 0;
  }
  .hl-sidebar {
    margin-bottom: 0;
  }
  .hl-sidebar-submit {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
  #filtersList {
    right: 0;
  }
}
.hl-actions-close,
.hl-offer-close {
  width: 22px;
  height: 22px;
  background-image: url("../images/history/ico-filters-close.svg");
  background-size: 22px 22px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 0;
  display: none;
}

.hl-offer-close {
  display: block;
}

@media (max-width: 767px) {
  .hl-action-button {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .hl-tags {
    flex-direction: column;
    row-gap: 0.25rem;
  }
}
@media (max-width: 575px) {
  .hl-sidebar-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100dvh;
    overflow-y: auto;
    padding-bottom: 0;
  }
  .hl-sidebar-form {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .hl-sidebar-block-inner {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
  }
  .hl-sidebar-submit {
    margin-top: auto;
    padding: 0 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0px -8px 20px 0px rgba(0, 73, 150, 0.05);
  }
  .hl-actions-close {
    display: block;
    z-index: 10;
  }
  .hl-sidebar-submit .re-btn-confirm {
    padding: 0.45rem 1.5rem;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 6px;
  }
}
.hl-chips {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.hl-chips span {
  background-color: #0080c7;
  border-radius: 4px;
  color: #fff;
  padding: 0.15rem 0.45rem;
}

.hl-details {
  font-size: 0.75rem;
}
.hl-details dl {
  display: grid;
  width: 100%;
  grid-template-columns: 95px auto;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-bottom: 0;
}
.hl-details dt {
  color: #8a8a8a;
  font-weight: 400;
}
.hl-details ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
}
.hl-details ul li:last-child a:after {
  display: none;
}
.hl-details a {
  color: #363636;
  font-weight: 700;
}
.hl-details a:after {
  content: " / ";
  display: inline-block;
  margin: 0 0.25rem;
}

.hl-related-sections {
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}

.hl-section-separator {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.hl-section-separator span {
  padding: 0 1rem;
}
.hl-section-separator:before, .hl-section-separator::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #d4d4d4;
}

.hl-counter {
  border-left: none;
  border-right: none;
  border: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
.hl-counter input {
  border: 1px solid #d4d4d4;
  text-align: center;
  font-weight: 700;
  color: #363636;
  width: 56px;
  padding-left: 1rem;
  font-size: 1rem;
}
.hl-counter button {
  border: none;
  background-color: #fff;
  border-radius: 6px;
  width: 1.6rem;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  cursor: pointer;
}
.hl-counter span {
  align-self: stretch;
  border: none;
  border: 1px solid #d4d4d4;
}
.hl-counter .input-group-prepend {
  border-radius: 6px 0 0 6px;
}
.hl-counter .input-group-append {
  border-radius: 0 6px 6px 0;
}

.hl-form {
  font-size: 0.875rem;
}
.hl-form .filters-subheading {
  font-weight: 400;
  color: #8a8a8a;
  margin-bottom: 0.5rem;
}
.hl-form .re-btn-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  padding: 0.45rem 0.75rem;
  border-radius: 6px;
}

.hl-form-wrapper {
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.hl-form-submit {
  padding: 1.5rem;
  padding-top: 0;
}

.hl-form-info {
  color: #8a8a8a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-bottom: 1rem;
}
.hl-form-info p {
  margin-bottom: 0;
}

.hl-form-info-dist,
.hl-form-info-available {
  color: #8a8a8a;
}

.hl-form-info-available {
  margin-left: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.hl-form-meta {
  display: flex;
  gap: 1rem;
}

.hl-form-label {
  font-size: 0.875rem;
  color: #8a8a8a;
  margin-bottom: 0.25rem;
}

.hl-offer-cta-price {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.hl-card-label {
  position: absolute;
  top: 0;
  color: #fff;
  font-weight: 700;
  padding: 0.15rem 0.75rem;
}

.hl-special-offer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}
.hl-special-offer .hl-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.hl-special-offer .hl-box a {
  font-weight: 700;
  color: var(--accent-color);
}
.hl-special-offer .hl-special-offer-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}
.hl-special-offer .hl-special-offer-desc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}
.hl-special-offer .hl-special-offer-thumb {
  position: relative;
}
.hl-special-offer .hl-special-offer-thumb:after {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  background-image: url('data:image/svg+xml,<svg width="6" height="174" viewBox="0 0 6 177" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="3" cy="3" r="3" fill="%23F2F6FA"/><circle cx="3" cy="13" r="3" fill="%23FFFFFF"/><circle cx="3" cy="23" r="3" fill="%23FFFFFF"/><circle cx="3" cy="33" r="3" fill="%23FFFFFF"/><circle cx="3" cy="43" r="3" fill="%23FFFFFF"/><circle cx="3" cy="53" r="3" fill="%23FFFFFF"/><circle cx="3" cy="63" r="3" fill="%23FFFFFF"/><circle cx="3" cy="73" r="3" fill="%23FFFFFF"/><circle cx="3" cy="83" r="3" fill="%23FFFFFF"/><circle cx="3" cy="93" r="3" fill="%23FFFFFF"/><circle cx="3" cy="103" r="3" fill="%23FFFFFF"/><circle cx="3" cy="113" r="3" fill="%23FFFFFF"/><circle cx="3" cy="123" r="3" fill="%23FFFFFF"/><circle cx="3" cy="133" r="3" fill="%23FFFFFF"/><circle cx="3" cy="143" r="3" fill="%23FFFFFF"/><circle cx="3" cy="153" r="3" fill="%23FFFFFF"/><circle cx="3" cy="163" r="3" fill="%23FFFFFF"/><circle cx="3" cy="171" r="3" fill="%23FFFFFF"/></svg>');
  background-repeat: repeat-y;
}
.hl-special-offer .hl-card-label {
  left: 0;
  right: auto;
  border-radius: 0 0 8px 0;
}

.hl-tab-toggler {
  padding: 1rem;
  margin-bottom: 0;
  background-color: #e8edf5;
  font-size: 0.875rem;
}
.hl-tab-toggler .re-select {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.hl-cart-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px -8px 20px 0px rgba(0, 73, 150, 0.05);
  z-index: 5;
  padding: 0;
}
.hl-cart-cta .re-btn-confirm {
  padding: 0.45rem 0.75rem;
  border-radius: 6px;
}

.hl-offer-cta-title {
  font-size: 1.125rem;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .hl-form-info {
    font-size: 0.7rem;
  }
}
@media (max-width: 991px) {
  .hl-offer-aside.active {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
  }
  .hl-offer-thumb {
    display: none;
  }
  .hl-offer-cta {
    border: none;
    position: relative;
  }
  .hl-form .re-btn-confirm {
    margin-top: 1.5rem;
  }
  .hl-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .hl-form-grid + p {
    text-align: center;
  }
  .hl-form-meta {
    flex-direction: column;
    gap: 1rem;
  }
  .hl-offer-cta-price {
    margin-bottom: 0;
  }
  .hl-form-info {
    margin-top: 1rem;
  }
  .hl-form-info {
    margin-top: 0.25rem;
    margin-bottom: 0;
  }
  .hl-form-desc {
    text-align: center;
  }
  .hl-form-submit {
    border-top: 1px solid #dce4ee;
  }
}
@media (max-width: 767px) {
  .hl-details dl {
    grid-template-columns: 1fr;
  }
  .hl-special-offer .hl-box {
    align-items: start;
  }
}
@media (max-width: 575px) {
  .hl-special-offer .hl-box {
    flex-direction: column;
  }
  .hl-special-offer .hl-special-offer-thumb {
    width: 100%;
  }
  .hl-special-offer .hl-special-offer-thumb img {
    width: 100%;
  }
  .hl-special-offer .hl-special-offer-thumb:after {
    background-image: url('data:image/svg+xml,<svg width="336" height="6" viewBox="0 0 342 6" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="163" cy="3" r="3" transform="rotate(90 163 3)" fill="%23FFFFFF"/><circle cx="173" cy="3" r="3" transform="rotate(90 173 3)" fill="%23FFFFFF"/><circle cx="183" cy="3" r="3" transform="rotate(90 183 3)" fill="%23FFFFFF"/><circle cx="193" cy="3" r="3" transform="rotate(90 193 3)" fill="%23FFFFFF"/><circle cx="203" cy="3" r="3" transform="rotate(90 203 3)" fill="%23FFFFFF"/><circle cx="213" cy="3" r="3" transform="rotate(90 213 3)" fill="%23FFFFFF"/><circle cx="223" cy="3" r="3" transform="rotate(90 223 3)" fill="%23FFFFFF"/><circle cx="233" cy="3" r="3" transform="rotate(90 233 3)" fill="%23FFFFFF"/><circle cx="243" cy="3" r="3" transform="rotate(90 243 3)" fill="%23FFFFFF"/><circle cx="253" cy="3" r="3" transform="rotate(90 253 3)" fill="%23FFFFFF"/><circle cx="263" cy="3" r="3" transform="rotate(90 263 3)" fill="%23FFFFFF"/><circle cx="273" cy="3" r="3" transform="rotate(90 273 3)" fill="%23FFFFFF"/><circle cx="283" cy="3" r="3" transform="rotate(90 283 3)" fill="%23FFFFFF"/><circle cx="293" cy="3" r="3" transform="rotate(90 293 3)" fill="%23FFFFFF"/><circle cx="303" cy="3" r="3" transform="rotate(90 303 3)" fill="%23FFFFFF"/><circle cx="313" cy="3" r="3" transform="rotate(90 313 3)" fill="%23FFFFFF"/><circle cx="323" cy="3" r="3" transform="rotate(90 323 3)" fill="%23FFFFFF"/><circle cx="333" cy="3" r="3" transform="rotate(90 333 3)" fill="%23FFFFFF"/><circle cx="153" cy="3" r="3" transform="rotate(90 153 3)" fill="%23FFFFFF"/><circle cx="143" cy="3" r="3" transform="rotate(90 143 3)" fill="%23FFFFFF"/><circle cx="133" cy="3" r="3" transform="rotate(90 133 3)" fill="%23FFFFFF"/><circle cx="123" cy="3" r="3" transform="rotate(90 123 3)" fill="%23FFFFFF"/><circle cx="113" cy="3" r="3" transform="rotate(90 113 3)" fill="%23FFFFFF"/><circle cx="103" cy="3" r="3" transform="rotate(90 103 3)" fill="%23FFFFFF"/><circle cx="93" cy="3" r="3" transform="rotate(90 93 3)" fill="%23FFFFFF"/><circle cx="83" cy="3" r="3" transform="rotate(90 83 3)" fill="%23FFFFFF"/><circle cx="73" cy="3" r="3" transform="rotate(90 73 3)" fill="%23FFFFFF"/><circle cx="63" cy="3" r="3" transform="rotate(90 63 3)" fill="%23FFFFFF"/><circle cx="53" cy="3" r="3" transform="rotate(90 53 3)" fill="%23FFFFFF"/><circle cx="43" cy="3" r="3" transform="rotate(90 43 3)" fill="%23FFFFFF"/><circle cx="33" cy="3" r="3" transform="rotate(90 33 3)" fill="%23FFFFFF"/><circle cx="23" cy="3" r="3" transform="rotate(90 23 3)" fill="%23FFFFFF"/><circle cx="13" cy="3" r="3" transform="rotate(90 13 3)" fill="%23FFFFFF"/><circle cx="3" cy="3" r="3" transform="rotate(90 3 3)" fill="%23FFFFFF"/></svg>');
    width: 100%;
    height: 6px;
    bottom: -3px;
    left: 0;
    right: 0;
    top: auto;
    background-repeat: repeat-x;
  }
  .hl-special-offer .hl-special-offer-desc {
    padding-left: 1rem;
  }
  .hl-offer-aside.active {
    top: 0;
  }
  .hl-offer-aside .hl-offer-cta,
  .hl-offer-aside .hl-form {
    height: 100%;
  }
  .hl-offer-aside .hl-form {
    display: flex;
    flex-direction: column;
  }
  .hl-form-wrapper {
    height: 100%;
  }
  .hl-form-grid {
    grid-template-columns: 1fr;
  }
  .hl-form-meta {
    flex-direction: row;
  }
  .hl-form-grid {
    row-gap: 1rem;
  }
  .hl-form-desc {
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .hl-form-info {
    flex-direction: column;
    align-items: flex-start;
  }
  .hl-form-info .hl-form-info-dist {
    display: none;
  }
  .hl-form-info .hl-form-info-available {
    margin-left: 0;
  }
  .hl-form-info-dist {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) or (min-width: 992px) {
  .hl-form-price .hl-form-info-dist {
    display: none;
  }
}
@media (max-width: 370px) {
  .hl-offer-cta-title {
    padding-right: 20px;
  }
}
.re-modal-dialog-v2 {
  max-width: 570px;
  position: relative;
}

.re-modal-v2-content {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.re-modal-v2-content img {
  max-width: 100%;
  height: auto;
}

.re-modal-v2-close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 24px;
  z-index: 10;
  background-color: transparent;
  border: none;
}

.re-modal-v2-text {
  padding: 32px;
  font-size: 14px;
}
.re-modal-v2-text a {
  color: var(--accent-color);
}
.re-modal-v2-text h2 {
  font-size: 18px;
  font-weight: 700;
}

img + .re-modal-v2-text h2 {
  text-align: center;
}

.re-modal-v2-dismiss {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.re-modal-v2-dismiss .btn {
  min-width: 170px;
  padding: 7px 14px;
}

/* Przyciski */
.swiper-nav-button {
  border: none;
  margin: 0;
  padding: 0;
  height: 32px;
  cursor: pointer;
  border-radius: 4px;
}
.swiper-nav-button:focus {
  outline: none;
}
.swiper-nav-button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Gradienty */
.swiper-gradients:before, .swiper-gradients:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  pointer-events: none;
  z-index: 3;
  transition: 250ms ease-in-out opacity;
}
.swiper-gradients:after {
  left: 0;
  background: linear-gradient(to right, #f3f6fa 0%, transparent 100%);
}
.swiper-gradients:before {
  right: 0;
  background: linear-gradient(to left, #f3f6fa 0%, transparent 100%);
}
.swiper-gradients.swiper-prev-disabled:after {
  opacity: 0;
}
.swiper-gradients.swiper-next-disabled:before {
  opacity: 0;
}

/* Główne bannery */
.swiper-main-banners {
  border-radius: 8px 8px 0 0;
}
.swiper-main-banners .swiper-slide img {
  width: 100%;
}
.swiper-main-banners .swiper-main-banner-mobile {
  display: none;
}

.swiper-main-banners-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 4rem;
  border-radius: 0 0 8px 8px;
  overflow: clip;
  justify-content: space-between;
}
.swiper-main-banners-nav li {
  flex: 1;
}
.swiper-main-banners-nav button {
  background-color: #fff;
  border: none;
  font-size: 14px;
  padding: 12px;
  line-height: 1.25;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.swiper-main-banners-nav button:before {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 4px 4px;
  background-color: transparent;
  transition: 250ms ease-in-out background-color;
}
.swiper-main-banners-nav button.active {
  font-weight: 700;
}
.swiper-main-banners-nav button.active:before {
  background-color: var(--accent-color);
}
.swiper-main-banners-nav button:focus, .swiper-main-banners-nav button:active {
  outline: none;
}
.swiper-main-banners-nav button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Hity Tygodnia */
.hl-section-hits .swiper-wrapper {
  position: relative;
}

.swiper-hits {
  margin-bottom: 4rem;
}
.swiper-hits .swiper-slide {
  height: auto;
}
.swiper-hits .swiper-slide .hl-card-details {
  grid-template-columns: 1fr;
  margin-bottom: 8px;
}
.swiper-hits .swiper-slide .hl-card-details + .hl-card-details {
  margin-top: auto;
}

.swiper-nav-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.swiper-nav-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 5;
  transition: 250ms ease-in-out opacity;
}
.swiper-nav-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.swiper-nav-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 5;
  transition: 250ms ease-in-out opacity;
}
.swiper-nav-prev.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

/* Medicover */
.swiper-medicover .swiper-slide {
  height: auto;
}

/* Polecane dla Ciebie */
.swiper-recommended {
  margin-bottom: 4rem;
}
.swiper-recommended .swiper-slide {
  height: auto;
}

/* Strefa marek */
.swiper-brands {
  margin-bottom: 4rem;
}
.swiper-brands .swiper-slide {
  height: auto;
}
.swiper-brands .swiper-slide a {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.swiper-brands-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  line-height: 1;
}
.swiper-brands-nav button {
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}
.swiper-brands-nav button:focus {
  outline: none;
}
.swiper-brands-nav button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.hl-section-medicover {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../images/light/pattern.png");
}
.hl-section-medicover .hl-action-header {
  color: #fff;
}

.hl-section-medicover-overlay {
  background: linear-gradient(to right, #4e97db 0%, #4281c7 29%, #254a95 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}

@media (max-width: 1200px) {
  .swiper-recommended .swiper-slide,
  .swiper-medicover .swiper-slide {
    height: auto;
  }
  .swiper-hits {
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .swiper-hits {
    max-width: 720px;
  }
  .swiper-hits:before, .swiper-hits:after {
    display: none;
  }
  .swiper-hits .swiper-nav-container {
    display: none;
  }
  .swiper-hits .swiper-slide {
    width: auto !important;
  }
  .swiper-hits .swiper-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    transform: none !important;
  }
  .swiper-hits .swiper-wrapper .hl-card {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: start;
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .swiper-hits .swiper-wrapper .hl-card-meta {
    padding: 0;
    background-color: transparent;
  }
  .swiper-hits .swiper-wrapper .hl-card-thumb {
    width: 120px;
    border-radius: 8px;
  }
  .swiper-hits .swiper-wrapper .hl-card-details-wrapper {
    flex-direction: row;
    height: auto;
    justify-content: space-between;
  }
  .swiper-hits .swiper-wrapper .hl-card-details-accent {
    font-size: 12px;
  }
  .swiper-hits .swiper-wrapper .hl-card-details + .hl-card-details {
    flex-shrink: 0;
  }
  .hl-main-banners > .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .swiper-main-banners {
    margin-bottom: 2rem;
  }
  .swiper-main-banners .swiper-main-banner-desktop {
    display: none;
  }
  .swiper-main-banners .swiper-main-banner-mobile {
    display: block;
    border-radius: 12px;
  }
  .swiper-main-banners .swiper-slide {
    width: 500px;
  }
  .swiper-main-banners {
    margin-bottom: 2rem;
  }
  .swiper-main-banners-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .swiper-medicover .swiper-slide,
  .swiper-recommended .swiper-slide {
    width: 240px !important;
  }
  .swiper-medicover .swiper-nav-container,
  .swiper-recommended .swiper-nav-container {
    display: none;
  }
  .swiper-hits {
    max-width: 540px;
  }
  .swiper-hits .swiper-wrapper {
    grid-template-columns: 1fr;
  }
  .swiper-main-banners .swiper-slide {
    width: 300px;
  }
}
@media (max-width: 580px) {
  .swiper-gradients:before, .swiper-gradients:after {
    display: none;
  }
  .swiper-medicover,
  .swiper-recommended {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.re-surveys-header {
  border: 1px solid #dce4ee;
  border-bottom: none;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 73, 150, 0.05);
  position: relative;
  z-index: 10;
}
.re-surveys-header h2 {
  font-size: 18px;
  font-weight: 700;
  color: #373737;
}

.re-surveys-creator .re-surveys-header {
  padding: 25px 12px;
}
.re-surveys-creator .re-surveys-header h2 {
  margin-bottom: 0;
  text-align: center;
}
.re-surveys-creator .re-surveys-content {
  padding: 32px;
}
.re-surveys-creator .re-btn-cancel {
  background-color: #fff;
  color: var(--accent-color);
  border: 1px solid var(--accent-color);
}
.re-surveys-creator .re-survey-content-section {
  margin-bottom: 32px;
}
.re-surveys-creator .filters-field:last-of-type {
  margin-bottom: 0;
}
.re-surveys-creator .filters-field label {
  margin-bottom: 4px;
}
.re-surveys-creator .filters-field input {
  color: #373737;
}
.re-surveys-creator .filters-field textarea {
  min-height: 140px;
  color: #373737;
  font-weight: 700;
  font-size: 14px;
}

.re-surveys-separator {
  margin-top: 32px;
  margin-bottom: 32px;
  width: 100%;
  height: 1px;
  background-color: #d4d4d4;
}

.re-surveys-progress {
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.re-surveys-back {
  margin-bottom: 8px;
  font-weight: 700;
  text-decoration: none;
  color: #707070;
  font-size: 14px;
}
.re-surveys-back:hover {
  color: inherit;
  text-decoration: none;
}

.re-surveys-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #8a8a8a;
}
.re-surveys-meta strong {
  color: #373737;
}
.re-surveys-meta p {
  margin-bottom: 0;
}

.re-surveys-actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.re-surveys-actions .btn {
  padding: 7px 24px;
}

.re-survey-content-section {
  margin-bottom: 32px;
  font-size: 14px;
}
.re-survey-content-section:last-of-type {
  margin-bottom: 0;
}

.re-surveys-content {
  padding: 32px 20px;
  position: relative;
}
.re-surveys-content h3 {
  font-size: 16px;
  font-weight: 700;
}
.re-surveys-content p {
  margin-bottom: 16px;
}
.re-surveys-content ul {
  padding-left: 16px;
}
.re-surveys-content input[type=date]::-webkit-inner-spin-button,
.re-surveys-content input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  -webkit-appearance: none;
}

.re-surveys-date {
  position: relative;
  background-image: none;
  max-width: 200px;
}
.re-surveys-date svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .re-surveys-actions {
    flex-direction: column;
    row-gap: 1rem;
  }
  .re-surveys-actions .btn {
    width: 100%;
  }
}
.re-table {
  table-layout: auto;
  width: 100%;
  font-size: 14px;
}
.re-table th {
  font-weight: 700;
  font-size: 12px;
  color: #8a8a8a;
  padding-bottom: 8px;
  padding-right: 1rem;
}
.re-table th strong {
  color: #373737;
  font-weight: 700;
}
.re-table tr {
  border-bottom: 1px solid #d4d4d4;
}
.re-table tbody tr:last-of-type {
  border-bottom: none;
}
.re-table td {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-right: 1rem;
  vertical-align: top;
}
.re-table .re-pill {
  display: inline-block;
  white-space: nowrap;
}
.re-table td:last-of-type button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.re-table a:hover {
  color: var(--accent-color);
}

.re-table-surveys-detailed tbody tr:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}

/* Ankiety */
@media (max-width: 767px) {
  .re-table-surveys-list {
    display: block;
    width: 100%;
  }
  .re-table-surveys-list th {
    display: none;
  }
  .re-table-surveys-list tr {
    display: flex;
    flex-wrap: wrap;
  }
  .re-table-surveys-list tbody {
    border-top: 1px solid #d4d4d4;
  }
  .re-table-surveys-list td {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  .re-table-surveys-list td:nth-child(3) {
    order: 1;
    width: 100%;
    padding-bottom: 4px;
    padding-top: 8px;
  }
  .re-table-surveys-list td:nth-child(1) {
    order: 2;
    width: 100%;
    padding-bottom: 16px;
  }
  .re-table-surveys-list td:nth-child(2) {
    order: 3;
    width: 50%;
    text-align: left;
    padding-bottom: 8px;
  }
  .re-table-surveys-list td:nth-child(4) {
    order: 4;
    width: 50%;
    text-align: right;
    padding-bottom: 8px;
  }
  .re-table-surveys-list td:nth-child(4) a {
    justify-self: flex-end;
  }
  .re-table-surveys-detailed th {
    display: none !important;
  }
  .re-table-surveys-detailed tr {
    display: flex;
    flex-wrap: wrap;
  }
  .re-table-surveys-detailed td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .re-table-surveys-detailed td:nth-child(2) {
    width: calc(100% - 40px);
  }
  .re-table-surveys-detailed td:nth-child(3) {
    width: 100%;
    order: 2;
    padding: 0;
    padding-bottom: 16px;
    padding-left: 26px;
  }
}
.re-footer-wrapper {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}

/* Footer Typography */
.footer-col-label {
  font-size: 10px;
  color: #004996;
}

.footer-col-toggler {
  color: #004996;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
.footer-col-toggler:after {
  align-self: flex-start;
  margin-top: 4px;
  flex-shrink: 0;
  margin-right: 6px;
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  background-image: url("../images/ico-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 9px 7px;
  transform: rotate(180deg);
  transition: 250ms ease-in-out transform;
}
.footer-col-toggler.collapsed:after {
  transform: rotate(0);
}

/* Footer Media List */
.footer-media-title {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  color: #009ee3;
}

.footer-media-excerpt {
  color: #004996;
  font-size: 12px;
}

.footer-subheading {
  color: #004996;
  font-size: 12px;
  font-weight: 900;
}

.footer-contact-data,
.footer-address {
  color: #004996;
  font-size: 12px;
}
.footer-contact-data a,
.footer-address a {
  color: #004996;
}

.footer-list {
  margin-top: 15px;
}
.footer-list a {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 900;
  color: #004996;
  text-transform: uppercase;
}
.footer-list a:before {
  align-self: flex-start;
  margin-top: 4px;
  flex-shrink: 0;
  margin-right: 6px;
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  background-image: url("../images/ico-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 9px 7px;
  transform: rotate(-90deg);
}

.footer-separator {
  height: 1px;
  background-color: #e6edf5;
}

/* Footer Copy */
.footer-copy {
  max-width: 940px;
  line-height: 1.2;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  color: #004996;
}

@media (max-width: 767px) {
  .footer-list.collapsing,
  .footer-list.show {
    display: block !important;
  }
  .footer-copy {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Basic Typography */
body {
  font-family: Lato, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background-color: #f2f6fa;
  color: #363636;
}/*# sourceMappingURL=styles.css.map */