:root {
  --light: #ffffff;
  --medium-light: #f2f2f2;
  --off-light: #F9F9F9;
  --brand: #3264FF;
  --brand-hover: #1D4EE5;
  --brand-medium-light: #D2E5FF;
  /* --brand-light: #EBEFFF; */
  --brand-light: #EEF5FF;
  --brand-blue: #0F294D;
  --body-color: #555;
  /* --dark:#000; */
    --dark:#121826;
  --font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --body-font-family: 'DM Sans', sans-serif;
  --head-font-family: 'Poppins', sans-serif;
  --body-font-size: 1.4rem;
  --body-font-weight: 400;
  --body-line-height: 1.75;


  --hw-gray-100: #F2F2F2;
  --hw-gray-200: #DFDFDF;
  --hw-gray-300: #F9F9F9;
  --hw-gray-400: #CCCCCC;
  --hw-gray-500: #8B8B8B;
  --hw-gray-600: #D7D7D7;
  --hw-gray-650: #626262;
  --hw-gray-700: #656565;
  --hw-gray-800: #555555;
  --hw-gray-900: #151515;
  --hw-white: #ffffff;
  --hw-black-900: #121826;
  --hw-brand-blue: #0F294D;
  --brand-rgb: 50, 100, 255;

  --header-icon: #CDEAFF;
  --header-icon-hover: #60B6FB;
  --social-color: #25579E;

}
::-moz-selection {
  color: var(--light);
  background: var(--brand);
}
::selection {
  color: var(--light);
  background: var(--brand);
}
html {
  font-size: 10px;
  scrollbar-gutter: stable;
}

/* ::-webkit-scrollbar {
  width: 4px;  
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
} */
/* .page-template-dashboard-template-php main.hw__app-main {
  min-height: calc(100vh + 0.1rem);
} */
#site-footer{
display: none !important;
}
body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
.nav-link:focus, .nav-link:hover,a:hover {color: var(--brand);}
.hw__h1, .hw__h2, .hw__h3, .hw__h4, .hw__h5, .hw__h6, h1, h2, h3, h4, h5, h6 {
  font-family: var(--head-font-family);
  margin-top: 0;
  margin-bottom: .8rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--dark);
}
.hw__ht6 {
  font-family: var(--head-font-family);
  font-size: 2.5rem;
  line-height: 3.8rem;
  font-weight: 500;
}
.pt-null {
  padding-top: 0 !important;
}


a {
color: var(--brand);
text-decoration: none;
}
h1,.hw__h1 {
  font-size: 5rem;
}
h2, .hw__h2 {
  font-size: 4.5rem;
}
h3, .hw__h3 {
  font-size: 4rem;
}
h4, .hw__h4 {
  font-size: 3.5rem;
}
h5, .hw__h5 {
  font-size: 3rem;
}
h6, .hw__h6 {
  font-size: 2.5rem;
}
.hw__h7 {
  font-size: 2.2rem;
  line-height: 3.2rem
}
.hw__h8 {
  font-size: 2rem;
  line-height: 1.4
}
.hw__text12 {
  font-size: 1.2rem
}
.hw__text14 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.hw__text16 {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.hw__text18 {
  font-size: 1.8rem;
   line-height: 2.8rem;
}
.hw__text20 {
  font-size: 2rem
}
.hw__text22 {
  font-size: 2.2rem
}
.hw__texti-70 {font-size: 7rem;line-height: 1}
.hw__texti-60 {font-size: 6rem;line-height: 1}
.hw__w100 {width: 100% !important}
.hw__h100 {height: 100% !important}
.hw__tb-10 {padding-top: 1rem !important;padding-bottom: 1rem !important}
.hw__text-center {text-align: center}
.hw__weight500 {font-weight: 500}
.hw__weight600 {font-weight: 600}
.hw__textdark {color: var(--dark)}
.hw__textblue {color: var(--brand-blue)}
.hw__textlight {color: var(--light)}
.hw__gray800 {color: var(--hw-gray-800) !important}
.hw__container-full,.hw__container {padding-left: 20px;padding-right: 20px}
.hw__grid {
padding: 2rem;
background-color: var(--light);
border-radius: 0.5rem;
position: relative;
}
.hw__flex1 {flex: 1 0 0}
.hw__tbb {
border-top: .1rem solid #dfdfdf;
border-bottom: .1rem solid #dfdfdf;
padding-top: .4rem;
padding-bottom: .4rem;
}
.tooltip {
--bs-tooltip-color: var(--dark);
  --bs-tooltip-bg: var(--brand-light);
  --bs-tooltip-font-size: 1.4rem;
  --bs-font-sans-serif: var(--body-font-family);
  --bs-tooltip-padding-x: 1rem;
  --bs-tooltip-padding-y: 0.6rem;
  --bs-tooltip-arrow-width: 1.6rem;
  --bs-tooltip-arrow-height: 1rem;
}
.hw-black900 {
  color: var(--hw-black-900) !important;
}
.hw__gridtb-16 {padding-top: 1.6rem;padding-bottom: 1.6rem}
.hw__bnull {border-width: 0 !important}
.hw__bsnull {box-shadow: none !important}
/* .hw__bg-brand {background-color: var(--brand-light)} */
.hw__textd-none {text-decoration: none !important;}
.hw__text-bold {font-weight: bold !important}
.hw__text-brand {color: var(--brand) !important}
.hw__text-black {color: var(--dark) !important;}
.hw-gray--500 {
  color: var(--hw-gray-500) !important
}
.hw__btn {
display: inline-block;
font-size: 1.6rem;
font-weight: 700;
line-height: 2.8rem;
text-decoration: none;
padding: 1rem 2rem;
border-radius: 0.5rem;
transition: background-color .3s;
cursor: pointer;
border: none;
}
.hw__btn.hw__bnt-lg {padding: 1.5rem 3rem;min-width: 26.8rem;}
.hw__btn-small {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}
.hw__btn-min100 {
  min-width: 10rem;
}
.hw__btn-primary {
background-color: var(--brand);
color: var(--light);
}
.hw__btn-default {
  /* background-color: var(--brand-light); */
  background-color: rgba(50, 100, 255, 0.10);
  border: .1rem solid var(--brand);
padding-top: .9rem;
padding-bottom: .9rem;
  color: var(--brand);
text-align: center;
}
.hw__btn--none {
  background-color: rgba(0,0,0,0);
}
.hw-blue.hw__btn--none {
color: var(--brand-blue);
}
.hw__btn-white {
background-color: var(--light);
color: var(--brand);
}
.hw__btn-secondary {background-color: var(--hw-brand-blue);color: var(--light);}
.hw__btn-secondary:hover {background-color: var(--brand);color: var(--light);}
.hw__btn-primary:hover {background-color: var(--brand-hover);color: var(--light);}
.hw__btn-default:hover {background-color: var(--brand-hover);color: var(--light);border-color: var(--brand-hover);}
.hw__mb-8 {margin-bottom: 0.8rem}
.hw__mb-10 {margin-bottom: 1rem}
.hw__mb-16 {margin-bottom: 1.6rem !important} 
.hw__mb-20 {margin-bottom: 2rem}
.hw__mb-32 {margin-bottom: 3.2rem}
.hw__mt-8 {margin-top: 0.8rem}
.hw__mt-10 {margin-top: 1rem}
.hw__mt-16 {margin-top: 1.6rem !important}
.hw__mt-20 {margin-top: 2rem}
.hw__mt-24 {margin-top: 2.4rem}
.hw__mt-32 {margin-top: 3.2rem}
.hw__mt-36 {margin-top: 1.6rem}
.hw__mt-40 {margin-top: 2rem}
.hw__mt-48 {margin-top: 4.8rem}
.hw__pt-48 {padding-top: 4.8rem}
.hw__col-inner--full {height: 100%}
.hw__btns-shadow {
  box-shadow: 0px 20px 20px 0px rgba(40, 61, 107, 0.15);
}
.hw__btnd-shadow {box-shadow: 0px 20px 20px 0px rgba(50, 100, 255, 0.10);}
.hw__wmin-auto {min-width: auto !important}
.hw__link-arrow {
display: inline-flex;
align-items: center;
column-gap: 1rem;
white-space: nowrap;
text-decoration: none;
font-size: 1.6rem;
line-height: 2.8rem;
font-weight: bold;
color: var(--brand);
cursor: pointer;
}
.hw__link-arrow:hover {color: var(--body-color);}
.hw__rowg-10 {row-gap: 1rem}
.hw__rowg-15 {row-gap: 1.5rem}
.hw__rowg-16 {row-gap: 1.6rem}
.hw__rowg-20 {row-gap: 2rem}
.hw__rowg-32 {row-gap: 3.2rem}
.hw__colg-10 {column-gap: 1rem}
.hw__colg-16 {column-gap: 1.6rem}
.hw__colg-20 {column-gap: 2rem}
.flex-1 {flex: 1;}
.hw__pagination {margin-top: 3.2rem;display: flex;flex-direction: column;align-items: center;}
.paginate_button.disabled {cursor: not-allowed;opacity: .5;color: var(--dark) !important;}
.hw-max--460 {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}
/*Header*/
.header-nav > ul {
margin: 0;
padding: 0;
list-style: none;
}
.hw__announcement-bar {
background-color: var(--brand-blue);
color: var(--light);
height: 28px;
}
.hw__slick-marquee--slide {margin: 0 18px;}
.hw__slick-marquee--slide > div {font-size: 1.6rem;line-height: 2.5rem;}
.hw__logo {padding: 10px 10px 10px 0;}
.hw__header {
/* border-bottom: .1rem solid var(--medium-light); */
border-bottom: .1rem solid rgba(51, 51, 51, 0.10);
background-color: var(--light);
}
.hw__header .hw__container-full {min-height: 7rem;}
@media (min-width: 990px) {
  /* .hw__header .hw__container-full {min-height: 8.8rem;} */
  .hw__header .hw__container-full {min-height: 9.6rem;}
  .hw__mt-40 {margin-top: 4rem}
}
.nav-link.nav-profile {background-color: var(--off-light);padding: .6rem 1.2rem;border-radius: 1rem;column-gap: 10px;}

.hw__dropdown-profile > li:not(.dropdown-header) {
padding-top: 1rem;
}
.hw__dropdown-profile li.dropdown-header {padding: 0;}
.hw__dropdown-profile li .dropdown-divider {margin: 0 -2rem;}
.dropdown-menu {
background-color: var(--light);
color: inherit;
  padding: 1.6rem;
  border-radius: 0.5rem;
  min-width: 27rem;
  font-size: 1.4rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}
.hw__dropdown-profile,.dropdown-menu {

margin-top: 1.5rem !important;
border: none;
padding: 2rem;
}
.nav-link,.dropdown .dropdown-item {
font-size: 1.6rem;
line-height: 2.8rem;
color: var(--dark);
font-weight: 500;
}
.bg-primary.badge-number {
background-color: var(--brand) !important;
}
.hw__sidebar-nav {
  margin-bottom: 0;
  list-style: none;
  padding: 0 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--brand-light) var(--medium-light);
}
.hw__pr {position: relative}
.hw__nav-link--icon {
width: 2.4rem;
height: 2.4rem;
min-width: 2.4rem;
display: inline-flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat;
background-position: center center;
}
.hw__nav-icon--ntf + .badge {
position: absolute;
left: 0;
right: 0;
bottom: -1px;
width: 1.6rem;
height: 1.6rem;
padding: 0;
font-size: 1.2rem;
line-height: 1.6rem;
font-weight: normal;
border-radius: 2rem;
}
.hw__sidebar-nav .nav-item + .nav-item {margin-top: .5rem}
.hw__sidebar-nav .nav-link,.dropdown .dropdown-item {
padding: .8rem 1.2rem;
border-radius: .8rem;
background-color: rgba(0,0,0,0);
transition: background-color .2s ease-in-out;
display: flex;
align-items: center;
column-gap: 1rem;
white-space: nowrap;
}
.hw__sidebar-nav .nav-link:hover,.dropdown .dropdown-item:hover {
background-color: var(--brand);
color: var(--light)
}
.hw__nav-icon {
width: 2.4rem;
height: 2.4rem;
display: inline-flex;
align-items: center;
justify-content: center;
background-repeat: no-repeat;
background-size: 2.4rem 2.4rem;
background-position: center center;
}
.notification-item .hw__nav-icon--ntf {
width: 2.4rem;
height: 2.4rem;
min-width: 2.4rem;
background-size: 2.4rem 2.4rem;
background-position: center center;
background-repeat: no-repeat;
}
.hw__nav-icon--ntf {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5019 2.13509C17.8102 2.31401 18 2.64353 18 3V7C19.1848 7 20.2502 7.51635 20.9812 8.33309C21.614 9.0401 22 9.97617 22 11C22 12.0238 21.614 12.9599 20.9812 13.6669C20.2502 14.4836 19.1848 15 18 15V19C18 19.3565 17.8102 19.686 17.5019 19.8649C17.1936 20.0438 16.8134 20.0451 16.5039 19.8682L10 16.1518V21C10 21.5523 9.55228 22 9 22H5C4.44772 22 4 21.5523 4 21V16C2.89543 16 2 15.1046 2 14V8C2 6.89543 2.89543 6 4 6H9.73444L16.5039 2.13176C16.8134 1.9549 17.1936 1.95617 17.5019 2.13509ZM10 14C10.174 14 10.345 14.0454 10.4961 14.1318L16 17.2768V4.72318L10.4961 7.86824C10.345 7.95458 10.174 8 10 8H4V14H10ZM6 16V20H8V16H6ZM18 13C18.5922 13 19.1233 12.7438 19.491 12.3331C19.8083 11.9786 20 11.5129 20 11C20 10.4871 19.8083 10.0214 19.491 9.66691C19.1233 9.25615 18.5922 9 18 9V13Z' fill='%23000'/%3E%3C/svg%3E");}
.notification-item .hw__nav-icon--ntf  {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5019 2.13509C17.8102 2.31401 18 2.64353 18 3V7C19.1848 7 20.2502 7.51635 20.9812 8.33309C21.614 9.0401 22 9.97617 22 11C22 12.0238 21.614 12.9599 20.9812 13.6669C20.2502 14.4836 19.1848 15 18 15V19C18 19.3565 17.8102 19.686 17.5019 19.8649C17.1936 20.0438 16.8134 20.0451 16.5039 19.8682L10 16.1518V21C10 21.5523 9.55228 22 9 22H5C4.44772 22 4 21.5523 4 21V16C2.89543 16 2 15.1046 2 14V8C2 6.89543 2.89543 6 4 6H9.73444L16.5039 2.13176C16.8134 1.9549 17.1936 1.95617 17.5019 2.13509ZM10 14C10.174 14 10.345 14.0454 10.4961 14.1318L16 17.2768V4.72318L10.4961 7.86824C10.345 7.95458 10.174 8 10 8H4V14H10ZM6 16V20H8V16H6ZM18 13C18.5922 13 19.1233 12.7438 19.491 12.3331C19.8083 11.9786 20 11.5129 20 11C20 10.4871 19.8083 10.0214 19.491 9.66691C19.1233 9.25615 18.5922 9 18 9V13Z' fill='%230F294D'/%3E%3C/svg%3E");}
.hw__sidebar-profile--img {
display: inline-flex;
width: 10rem;
height: 10rem;
align-items: center;
}
.hw__sidebar-nav .nav-link.active {background-color: var(--brand-blue);color: var(--light)}
.hw__sidebar {
  position: fixed;
  top: 11rem;
  left: 0;
  bottom: 0;
  width: 26.1rem;
  z-index: 1031;
  transition: width 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: var(--brand-light) var(--medium-light);
  background-color: var(--off-light);
  padding: 1rem 0;
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  row-gap: 1rem;
  display: grid;
  grid-template-rows: auto 1fr;
}
body.toggle-sidebar .toggle-sidebar-btn .bi::before {transform: scaleX(-1);}
.nav-link.show .bi-chevron-down::before {transform: scaleY(-1);}
.nav-link.nav-profile:hover {background-color: var(--brand-light);}
.nav-link.nav-profile.show {background-color: var(--brand-blue);}
.nav-link.nav-profile.show .hw__textdark {color: var(--light);}
.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-dashboard,.hw__icon-dashboard {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3356 2.25259C11.7145 1.9158 12.2855 1.9158 12.6644 2.25259L21.6644 10.2526C22.0772 10.6195 22.1143 11.2516 21.7474 11.6644C21.3805 12.0771 20.7484 12.1143 20.3356 11.7474L20 11.4491V19C20 20.1046 19.1046 21 18 21H6.00001C4.89544 21 4.00001 20.1046 4.00001 19V11.4491L3.66437 11.7474C3.25159 12.1143 2.61952 12.0771 2.2526 11.6644C1.88568 11.2516 1.92286 10.6195 2.33565 10.2526L11.3356 2.25259ZM6.00001 9.67129V19H9.00001V14C9.00001 13.4477 9.44773 13 10 13H14C14.5523 13 15 13.4477 15 14V19H18V9.67129L12 4.33795L6.00001 9.67129ZM13 19V15H11V19H13Z' fill='%23000'/%3E%3C/svg%3E");
}
.breadcrumb .hw__icon-dashboard {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3356 2.25259C11.7145 1.9158 12.2855 1.9158 12.6644 2.25259L21.6644 10.2526C22.0772 10.6195 22.1143 11.2516 21.7474 11.6644C21.3805 12.0771 20.7484 12.1143 20.3356 11.7474L20 11.4491V19C20 20.1046 19.1046 21 18 21H6.00001C4.89544 21 4.00001 20.1046 4.00001 19V11.4491L3.66437 11.7474C3.25159 12.1143 2.61952 12.0771 2.2526 11.6644C1.88568 11.2516 1.92286 10.6195 2.33565 10.2526L11.3356 2.25259ZM6.00001 9.67129V19H9.00001V14C9.00001 13.4477 9.44773 13 10 13H14C14.5523 13 15 13.4477 15 14V19H18V9.67129L12 4.33795L6.00001 9.67129ZM13 19V15H11V19H13Z' fill='%23555'/%3E%3C/svg%3E");
}
.hw__sidebar-nav .nav-link .hw__icon-dashboard,.hw__sidebar-nav .nav-link.active .hw__icon-dashboard {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3356 2.25259C11.7145 1.9158 12.2855 1.9158 12.6644 2.25259L21.6644 10.2526C22.0772 10.6195 22.1143 11.2516 21.7474 11.6644C21.3805 12.0771 20.7484 12.1143 20.3356 11.7474L20 11.4491V19C20 20.1046 19.1046 21 18 21H6.00001C4.89544 21 4.00001 20.1046 4.00001 19V11.4491L3.66437 11.7474C3.25159 12.1143 2.61952 12.0771 2.2526 11.6644C1.88568 11.2516 1.92286 10.6195 2.33565 10.2526L11.3356 2.25259ZM6.00001 9.67129V19H9.00001V14C9.00001 13.4477 9.44773 13 10 13H14C14.5523 13 15 13.4477 15 14V19H18V9.67129L12 4.33795L6.00001 9.67129ZM13 19V15H11V19H13Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-history {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7C4 6.44772 4.44772 6 5 6H6C6.55228 6 7 6.44772 7 7C7 7.55228 6.55228 8 6 8H5C4.44772 8 4 7.55228 4 7ZM9 7C9 6.44772 9.44772 6 10 6H19C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H10C9.44772 8 9 7.55228 9 7ZM4 12C4 11.4477 4.44772 11 5 11H6C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13H5C4.44772 13 4 12.5523 4 12ZM9 12C9 11.4477 9.44772 11 10 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H10C9.44772 13 9 12.5523 9 12ZM4 17C4 16.4477 4.44772 16 5 16H6C6.55228 16 7 16.4477 7 17C7 17.5523 6.55228 18 6 18H5C4.44772 18 4 17.5523 4 17ZM9 17C9 16.4477 9.44772 16 10 16H19C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H10C9.44772 18 9 17.5523 9 17Z' fill='%23000000'/%3E%3C/svg%3E");}
.hw__sidebar-nav .nav-link .hw__icon-history,.hw__sidebar-nav .nav-link.active .hw__icon-history {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7C4 6.44772 4.44772 6 5 6H6C6.55228 6 7 6.44772 7 7C7 7.55228 6.55228 8 6 8H5C4.44772 8 4 7.55228 4 7ZM9 7C9 6.44772 9.44772 6 10 6H19C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H10C9.44772 8 9 7.55228 9 7ZM4 12C4 11.4477 4.44772 11 5 11H6C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13H5C4.44772 13 4 12.5523 4 12ZM9 12C9 11.4477 9.44772 11 10 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H10C9.44772 13 9 12.5523 9 12ZM4 17C4 16.4477 4.44772 16 5 16H6C6.55228 16 7 16.4477 7 17C7 17.5523 6.55228 18 6 18H5C4.44772 18 4 17.5523 4 17ZM9 17C9 16.4477 9.44772 16 10 16H19C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H10C9.44772 18 9 17.5523 9 17Z' fill='%23ffffff'/%3E%3C/svg%3E");}

.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-plane {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9055 21.9909C10.55 21.9907 10.1996 21.906 9.88335 21.7436C9.56707 21.5812 9.29398 21.3459 9.08667 21.0571C8.87935 20.7682 8.74376 20.4342 8.69111 20.0826C8.63846 19.731 8.67025 19.3719 8.78387 19.035L10.4005 14.4909H7.1297L6.2297 15.8625C6.00252 16.2097 5.69235 16.4946 5.32727 16.6917C4.96218 16.8887 4.55372 16.9915 4.13887 16.9909C3.7962 16.9908 3.4586 16.9081 3.15473 16.7497C2.85086 16.5913 2.58969 16.3619 2.39339 16.081C2.19709 15.8002 2.07145 15.4761 2.02714 15.1363C1.98283 14.7965 2.02116 14.451 2.13887 14.1292L2.9147 11.9909L2.13053 9.85754C2.01254 9.53627 1.97374 9.1913 2.0174 8.85185C2.06106 8.5124 2.18591 8.18848 2.38137 7.90754C2.61357 7.61086 2.91391 7.37456 3.25691 7.21869C3.5999 7.06283 3.97543 6.99199 4.35164 7.01219C4.72784 7.03239 5.09363 7.14303 5.41796 7.33473C5.74229 7.52643 6.0156 7.79353 6.2147 8.11337L7.1272 9.49087H10.4005L8.7872 4.96004C8.67171 4.62148 8.63861 4.26026 8.69064 3.90635C8.74266 3.55244 8.87833 3.21603 9.08637 2.92504C9.33419 2.61029 9.65679 2.3625 10.0248 2.20424C10.3928 2.04597 10.7946 1.98224 11.1935 2.01884C11.5924 2.05545 11.9759 2.19123 12.3089 2.41382C12.642 2.63642 12.9141 2.93878 13.1005 3.29337L16.648 9.49087H19.4089C20.0116 9.4833 20.5977 9.6878 21.0649 10.0686C21.5321 10.4494 21.8506 10.9824 21.9647 11.5742C22.0253 11.9328 22.007 12.3003 21.9109 12.6511C21.8148 13.0019 21.6434 13.3275 21.4086 13.6052C21.1737 13.8829 20.8811 14.1061 20.5511 14.259C20.2211 14.412 19.8617 14.4911 19.498 14.4909H16.648L13.0922 20.7025C12.8766 21.0936 12.56 21.4194 12.1753 21.6461C11.7906 21.8727 11.352 21.9918 10.9055 21.9909ZM6.6797 12.8242H11.5814C11.7144 12.8253 11.8452 12.8581 11.9631 12.9199C12.081 12.9816 12.1824 13.0705 12.2591 13.1792C12.3358 13.2879 12.3856 13.4133 12.4042 13.545C12.4228 13.6767 12.4099 13.811 12.3664 13.9367L10.358 19.5809C10.3312 19.6655 10.3248 19.7553 10.3392 19.8429C10.3537 19.9306 10.3887 20.0135 10.4414 20.085C10.5254 20.1683 10.628 20.2305 10.7407 20.2666C10.8534 20.3026 10.973 20.3115 11.0898 20.2925C11.2066 20.2735 11.3172 20.2271 11.4126 20.1572C11.5081 20.0872 11.5856 19.9957 11.6389 19.89L15.4414 13.2409C15.5146 13.1139 15.6201 13.0086 15.7471 12.9354C15.8741 12.8623 16.0181 12.8239 16.1647 12.8242H19.498C19.6199 12.8243 19.7402 12.7976 19.8506 12.7461C19.961 12.6946 20.0588 12.6196 20.137 12.5262C20.2153 12.4329 20.2721 12.3235 20.3035 12.2058C20.335 12.0881 20.3402 11.965 20.3189 11.845C20.2695 11.6432 20.152 11.4646 19.9862 11.3393C19.8204 11.2141 19.6165 11.1499 19.4089 11.1575H16.1647C16.0181 11.1578 15.8741 11.1195 15.7471 11.0463C15.6201 10.9731 15.5146 10.8678 15.4414 10.7409L11.6455 4.1067C11.5949 3.9976 11.5186 3.90237 11.4232 3.82916C11.3278 3.75595 11.216 3.70693 11.0975 3.68629C10.9791 3.66566 10.8573 3.67402 10.7428 3.71066C10.6282 3.7473 10.5242 3.81113 10.4397 3.8967C10.3864 3.9705 10.3515 4.056 10.3381 4.14603C10.3246 4.23607 10.3329 4.32802 10.3622 4.4142L12.3622 10.045C12.4056 10.1704 12.4186 10.3043 12.4002 10.4357C12.3818 10.5671 12.3324 10.6923 12.2562 10.8009C12.1799 10.9095 12.079 10.9985 11.9617 11.0605C11.8444 11.1225 11.714 11.1557 11.5814 11.1575H6.6797C6.54203 11.1576 6.4065 11.1235 6.28522 11.0583C6.16395 10.9932 6.0607 10.899 5.9847 10.7842L4.82387 9.0342C4.63387 8.68337 3.9622 8.50337 3.74887 8.8592C3.70529 8.91999 3.67753 8.99067 3.66807 9.06486C3.65862 9.13905 3.66777 9.21443 3.6947 9.2842L4.58804 11.7059C4.65625 11.8915 4.65625 12.0953 4.58804 12.2809L3.6997 14.7059C3.67493 14.7756 3.66725 14.8503 3.67728 14.9237C3.68732 14.997 3.71479 15.0669 3.75739 15.1275C3.79999 15.188 3.85647 15.2375 3.92212 15.2717C3.98777 15.3059 4.06067 15.3239 4.1347 15.3242C4.2731 15.3243 4.40933 15.2899 4.53111 15.2241C4.65288 15.1584 4.75636 15.0633 4.8322 14.9475L5.97887 13.1975C6.0554 13.0819 6.15958 12.9872 6.28196 12.922C6.40434 12.8568 6.54105 12.8232 6.6797 12.8242Z' fill='%23000000'/%3E%3C/svg%3E");}
.hw__sidebar-nav .nav-link .hw__icon-plane,.hw__sidebar-nav .nav-link.active .hw__icon-plane,.hw__icon-plane-light {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9055 21.9909C10.55 21.9907 10.1996 21.906 9.88335 21.7436C9.56707 21.5812 9.29398 21.3459 9.08667 21.0571C8.87935 20.7682 8.74376 20.4342 8.69111 20.0826C8.63846 19.731 8.67025 19.3719 8.78387 19.035L10.4005 14.4909H7.1297L6.2297 15.8625C6.00252 16.2097 5.69235 16.4946 5.32727 16.6917C4.96218 16.8887 4.55372 16.9915 4.13887 16.9909C3.7962 16.9908 3.4586 16.9081 3.15473 16.7497C2.85086 16.5913 2.58969 16.3619 2.39339 16.081C2.19709 15.8002 2.07145 15.4761 2.02714 15.1363C1.98283 14.7965 2.02116 14.451 2.13887 14.1292L2.9147 11.9909L2.13053 9.85754C2.01254 9.53627 1.97374 9.1913 2.0174 8.85185C2.06106 8.5124 2.18591 8.18848 2.38137 7.90754C2.61357 7.61086 2.91391 7.37456 3.25691 7.21869C3.5999 7.06283 3.97543 6.99199 4.35164 7.01219C4.72784 7.03239 5.09363 7.14303 5.41796 7.33473C5.74229 7.52643 6.0156 7.79353 6.2147 8.11337L7.1272 9.49087H10.4005L8.7872 4.96004C8.67171 4.62148 8.63861 4.26026 8.69064 3.90635C8.74266 3.55244 8.87833 3.21603 9.08637 2.92504C9.33419 2.61029 9.65679 2.3625 10.0248 2.20424C10.3928 2.04597 10.7946 1.98224 11.1935 2.01884C11.5924 2.05545 11.9759 2.19123 12.3089 2.41382C12.642 2.63642 12.9141 2.93878 13.1005 3.29337L16.648 9.49087H19.4089C20.0116 9.4833 20.5977 9.6878 21.0649 10.0686C21.5321 10.4494 21.8506 10.9824 21.9647 11.5742C22.0253 11.9328 22.007 12.3003 21.9109 12.6511C21.8148 13.0019 21.6434 13.3275 21.4086 13.6052C21.1737 13.8829 20.8811 14.1061 20.5511 14.259C20.2211 14.412 19.8617 14.4911 19.498 14.4909H16.648L13.0922 20.7025C12.8766 21.0936 12.56 21.4194 12.1753 21.6461C11.7906 21.8727 11.352 21.9918 10.9055 21.9909ZM6.6797 12.8242H11.5814C11.7144 12.8253 11.8452 12.8581 11.9631 12.9199C12.081 12.9816 12.1824 13.0705 12.2591 13.1792C12.3358 13.2879 12.3856 13.4133 12.4042 13.545C12.4228 13.6767 12.4099 13.811 12.3664 13.9367L10.358 19.5809C10.3312 19.6655 10.3248 19.7553 10.3392 19.8429C10.3537 19.9306 10.3887 20.0135 10.4414 20.085C10.5254 20.1683 10.628 20.2305 10.7407 20.2666C10.8534 20.3026 10.973 20.3115 11.0898 20.2925C11.2066 20.2735 11.3172 20.2271 11.4126 20.1572C11.5081 20.0872 11.5856 19.9957 11.6389 19.89L15.4414 13.2409C15.5146 13.1139 15.6201 13.0086 15.7471 12.9354C15.8741 12.8623 16.0181 12.8239 16.1647 12.8242H19.498C19.6199 12.8243 19.7402 12.7976 19.8506 12.7461C19.961 12.6946 20.0588 12.6196 20.137 12.5262C20.2153 12.4329 20.2721 12.3235 20.3035 12.2058C20.335 12.0881 20.3402 11.965 20.3189 11.845C20.2695 11.6432 20.152 11.4646 19.9862 11.3393C19.8204 11.2141 19.6165 11.1499 19.4089 11.1575H16.1647C16.0181 11.1578 15.8741 11.1195 15.7471 11.0463C15.6201 10.9731 15.5146 10.8678 15.4414 10.7409L11.6455 4.1067C11.5949 3.9976 11.5186 3.90237 11.4232 3.82916C11.3278 3.75595 11.216 3.70693 11.0975 3.68629C10.9791 3.66566 10.8573 3.67402 10.7428 3.71066C10.6282 3.7473 10.5242 3.81113 10.4397 3.8967C10.3864 3.9705 10.3515 4.056 10.3381 4.14603C10.3246 4.23607 10.3329 4.32802 10.3622 4.4142L12.3622 10.045C12.4056 10.1704 12.4186 10.3043 12.4002 10.4357C12.3818 10.5671 12.3324 10.6923 12.2562 10.8009C12.1799 10.9095 12.079 10.9985 11.9617 11.0605C11.8444 11.1225 11.714 11.1557 11.5814 11.1575H6.6797C6.54203 11.1576 6.4065 11.1235 6.28522 11.0583C6.16395 10.9932 6.0607 10.899 5.9847 10.7842L4.82387 9.0342C4.63387 8.68337 3.9622 8.50337 3.74887 8.8592C3.70529 8.91999 3.67753 8.99067 3.66807 9.06486C3.65862 9.13905 3.66777 9.21443 3.6947 9.2842L4.58804 11.7059C4.65625 11.8915 4.65625 12.0953 4.58804 12.2809L3.6997 14.7059C3.67493 14.7756 3.66725 14.8503 3.67728 14.9237C3.68732 14.997 3.71479 15.0669 3.75739 15.1275C3.79999 15.188 3.85647 15.2375 3.92212 15.2717C3.98777 15.3059 4.06067 15.3239 4.1347 15.3242C4.2731 15.3243 4.40933 15.2899 4.53111 15.2241C4.65288 15.1584 4.75636 15.0633 4.8322 14.9475L5.97887 13.1975C6.0554 13.0819 6.15958 12.9872 6.28196 12.922C6.40434 12.8568 6.54105 12.8232 6.6797 12.8242Z' fill='%23ffffff'/%3E%3C/svg%3E");}

.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-new-plane {background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.54742 3.89153C8.29748 3.71649 7.97099 3.70288 7.70792 3.85593C7.3309 4.07527 7.1974 4.56614 7.41852 4.95207L11.2941 11.7163L6.54476 14.4793L3.51286 12.4621C3.35786 12.359 3.15945 12.3531 2.99895 12.4465C2.76305 12.5838 2.67789 12.8928 2.81754 13.1366L4.2368 15.6136C4.50975 16.09 5.05141 16.3332 5.57976 16.2242L9.75139 15.364C10.0955 15.2931 10.4261 15.1666 10.7306 14.9895L20.6168 9.23785C21.2202 8.88682 21.4313 8.10428 21.0795 7.49026C20.7296 6.87955 19.9597 6.67475 19.3597 7.0238L15.8968 9.03846L8.54742 3.89153ZM9.40788 2.66286L15.9716 7.25957L18.6054 5.72726C19.9295 4.95692 21.62 5.41642 22.381 6.74455C23.14 8.06937 22.6919 9.76603 21.3711 10.5344L11.4849 16.286C11.0405 16.5446 10.5574 16.7293 10.0543 16.8331L5.88269 17.6933C4.71465 17.9342 3.52811 17.394 2.93529 16.3593L1.51603 13.8823C0.969131 12.9277 1.29141 11.7045 2.24465 11.15C2.8997 10.7689 3.71288 10.7936 4.34375 11.2133L6.5979 12.713L9.25179 11.1691L6.11701 5.69777C5.48864 4.60105 5.85926 3.19606 6.95361 2.55939C7.72253 2.11204 8.6793 2.15262 9.40788 2.66286Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.25 20.25H22.75V21.75H1.25V20.25Z' fill='black'/%3E%3C/svg%3E%0A");}
.hw__sidebar-nav .nav-link .hw__icon-new-plane,.hw__sidebar-nav .nav-link.active .hw__icon-new-plane,.hw__icon-new-plane-light {background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.54742 3.89153C8.29748 3.71649 7.97099 3.70288 7.70792 3.85593C7.3309 4.07527 7.1974 4.56614 7.41852 4.95207L11.2941 11.7163L6.54476 14.4793L3.51286 12.4621C3.35786 12.359 3.15945 12.3531 2.99895 12.4465C2.76305 12.5838 2.67789 12.8928 2.81754 13.1366L4.2368 15.6136C4.50975 16.09 5.05141 16.3332 5.57976 16.2242L9.75139 15.364C10.0955 15.2931 10.4261 15.1666 10.7306 14.9895L20.6168 9.23785C21.2202 8.88682 21.4313 8.10428 21.0795 7.49026C20.7296 6.87955 19.9597 6.67475 19.3597 7.0238L15.8968 9.03846L8.54742 3.89153ZM9.40788 2.66286L15.9716 7.25957L18.6054 5.72726C19.9295 4.95692 21.62 5.41642 22.381 6.74455C23.14 8.06937 22.6919 9.76603 21.3711 10.5344L11.4849 16.286C11.0405 16.5446 10.5574 16.7293 10.0543 16.8331L5.88269 17.6933C4.71465 17.9342 3.52811 17.394 2.93529 16.3593L1.51603 13.8823C0.969131 12.9277 1.29141 11.7045 2.24465 11.15C2.8997 10.7689 3.71288 10.7936 4.34375 11.2133L6.5979 12.713L9.25179 11.1691L6.11701 5.69777C5.48864 4.60105 5.85926 3.19606 6.95361 2.55939C7.72253 2.11204 8.6793 2.15262 9.40788 2.66286Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.25 20.25H22.75V21.75H1.25V20.25Z' fill='white'/%3E%3C/svg%3E%0A");}

.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-bus {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.3848 16.6154C7.80964 16.6154 8.15403 16.271 8.15403 15.8462C8.15403 15.4213 7.80964 15.0769 7.3848 15.0769C6.95997 15.0769 6.61557 15.4213 6.61557 15.8462C6.61557 16.271 6.95997 16.6154 7.3848 16.6154Z' fill='%23000000'/%3E%3Cpath d='M17.3848 15.8462C17.3848 16.271 17.0404 16.6154 16.6156 16.6154C16.1907 16.6154 15.8463 16.271 15.8463 15.8462C15.8463 15.4213 16.1907 15.0769 16.6156 15.0769C17.0404 15.0769 17.3848 15.4213 17.3848 15.8462Z' fill='%23000000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.8463 6.61538H20.4617V5.84615C20.4617 3.72538 18.7363 2 16.6156 2H7.3848C5.26403 2 3.53865 3.72538 3.53865 5.84615V6.61538H3.15403C2.09326 6.61538 1.23096 7.47846 1.23096 8.53846V10.4615C1.23096 10.8862 1.5748 11.2308 2.00019 11.2308C2.42557 11.2308 2.76942 10.8862 2.76942 10.4615V8.53846C2.76942 8.32615 2.9425 8.15385 3.15403 8.15385H3.53865V15.8462C3.53865 17.0977 4.14865 18.2008 5.07711 18.9031V20.4615C5.07711 21.31 5.76711 22 6.61557 22H8.15403C9.0025 22 9.6925 21.31 9.6925 20.4615V19.6923H14.3079V20.4615C14.3079 21.31 14.9979 22 15.8463 22H17.3848C18.2333 22 18.9233 21.31 18.9233 20.4615V18.9031C19.8517 18.2 20.4617 17.0969 20.4617 15.8462V8.15385H20.8463C21.0579 8.15385 21.231 8.32615 21.231 8.53846V10.4615C21.231 10.8862 21.5748 11.2308 22.0002 11.2308C22.4256 11.2308 22.7694 10.8862 22.7694 10.4615V8.53846C22.7694 7.47846 21.9071 6.61538 20.8463 6.61538ZM5.07711 6.61538H18.9233V12.2808C18.2271 12.5962 17.4656 12.7692 16.701 12.7692H7.29942C6.53557 12.7692 5.77326 12.5962 5.07711 12.2808V6.61538ZM7.3848 3.53846H16.6156C17.6171 3.53846 18.4633 4.18385 18.7817 5.07692H5.21865C5.53711 4.18385 6.38327 3.53846 7.3848 3.53846ZM6.61557 20.4615V19.6146C6.86403 19.6654 7.12173 19.6923 7.3848 19.6923H8.15403V20.4615H6.61557ZM15.8463 20.4615V19.6923H16.6156C16.8786 19.6923 17.1363 19.6654 17.3848 19.6146V20.4615H15.8463ZM16.6156 18.1538H7.3848C6.1125 18.1538 5.07711 17.1185 5.07711 15.8462V13.9338C5.7925 14.1754 6.54557 14.3077 7.29942 14.3077H16.7017C17.4556 14.3077 18.2086 14.1754 18.924 13.9338V15.8462C18.924 17.1185 17.8879 18.1538 16.6156 18.1538Z' fill='%23000000'/%3E%3C/svg%3E");}
.hw__sidebar-nav .nav-link .hw__icon-bus,.hw__sidebar-nav .nav-link.active .hw__icon-bus {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.3848 16.6154C7.80964 16.6154 8.15403 16.271 8.15403 15.8462C8.15403 15.4213 7.80964 15.0769 7.3848 15.0769C6.95997 15.0769 6.61557 15.4213 6.61557 15.8462C6.61557 16.271 6.95997 16.6154 7.3848 16.6154Z' fill='%23ffffff'/%3E%3Cpath d='M17.3848 15.8462C17.3848 16.271 17.0404 16.6154 16.6156 16.6154C16.1907 16.6154 15.8463 16.271 15.8463 15.8462C15.8463 15.4213 16.1907 15.0769 16.6156 15.0769C17.0404 15.0769 17.3848 15.4213 17.3848 15.8462Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.8463 6.61538H20.4617V5.84615C20.4617 3.72538 18.7363 2 16.6156 2H7.3848C5.26403 2 3.53865 3.72538 3.53865 5.84615V6.61538H3.15403C2.09326 6.61538 1.23096 7.47846 1.23096 8.53846V10.4615C1.23096 10.8862 1.5748 11.2308 2.00019 11.2308C2.42557 11.2308 2.76942 10.8862 2.76942 10.4615V8.53846C2.76942 8.32615 2.9425 8.15385 3.15403 8.15385H3.53865V15.8462C3.53865 17.0977 4.14865 18.2008 5.07711 18.9031V20.4615C5.07711 21.31 5.76711 22 6.61557 22H8.15403C9.0025 22 9.6925 21.31 9.6925 20.4615V19.6923H14.3079V20.4615C14.3079 21.31 14.9979 22 15.8463 22H17.3848C18.2333 22 18.9233 21.31 18.9233 20.4615V18.9031C19.8517 18.2 20.4617 17.0969 20.4617 15.8462V8.15385H20.8463C21.0579 8.15385 21.231 8.32615 21.231 8.53846V10.4615C21.231 10.8862 21.5748 11.2308 22.0002 11.2308C22.4256 11.2308 22.7694 10.8862 22.7694 10.4615V8.53846C22.7694 7.47846 21.9071 6.61538 20.8463 6.61538ZM5.07711 6.61538H18.9233V12.2808C18.2271 12.5962 17.4656 12.7692 16.701 12.7692H7.29942C6.53557 12.7692 5.77326 12.5962 5.07711 12.2808V6.61538ZM7.3848 3.53846H16.6156C17.6171 3.53846 18.4633 4.18385 18.7817 5.07692H5.21865C5.53711 4.18385 6.38327 3.53846 7.3848 3.53846ZM6.61557 20.4615V19.6146C6.86403 19.6654 7.12173 19.6923 7.3848 19.6923H8.15403V20.4615H6.61557ZM15.8463 20.4615V19.6923H16.6156C16.8786 19.6923 17.1363 19.6654 17.3848 19.6146V20.4615H15.8463ZM16.6156 18.1538H7.3848C6.1125 18.1538 5.07711 17.1185 5.07711 15.8462V13.9338C5.7925 14.1754 6.54557 14.3077 7.29942 14.3077H16.7017C17.4556 14.3077 18.2086 14.1754 18.924 13.9338V15.8462C18.924 17.1185 17.8879 18.1538 16.6156 18.1538Z' fill='%23ffffff'/%3E%3C/svg%3E");}

.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-voucher {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.75 10.5C22.164 10.5 22.5 10.164 22.5 9.75V6.75C22.5 5.50725 21.4928 4.5 20.25 4.5H3.75C2.50725 4.5 1.5 5.50725 1.5 6.75V9.75C1.5 10.164 1.836 10.5 2.25 10.5C3.078 10.5 3.75 11.172 3.75 12C3.75 12.828 3.078 13.5 2.25 13.5C1.836 13.5 1.5 13.836 1.5 14.25V17.25C1.5 18.4928 2.50725 19.5 3.75 19.5H20.25C21.4928 19.5 22.5 18.4928 22.5 17.25V14.25C22.4925 13.809 22.221 13.5772 21.75 13.5C20.922 13.5 20.25 12.828 20.25 12C20.25 11.172 20.922 10.5 21.75 10.5ZM16.5 6V7.5C16.5 7.914 16.164 8.25 15.75 8.25C15.336 8.25 15 7.914 15 7.5V6H3.75C3.336 6 3 6.336 3 6.75V9.09451C4.293 9.42826 5.25 10.6027 5.25 12C5.25 13.3973 4.293 14.5717 3 14.9055V17.25C3 17.664 3.336 18 3.75 18H15V16.5C15 16.086 15.336 15.75 15.75 15.75C16.164 15.75 16.5 16.086 16.5 16.5V18H20.25C20.664 18 21 17.664 21 17.25V14.9055C19.707 14.5717 18.75 13.3965 18.75 12C18.75 10.6027 19.707 9.42826 21 9.09451V6.75C21 6.336 20.664 6 20.25 6H16.5ZM15 10.5V13.5C15 13.914 15.336 14.25 15.75 14.25C16.164 14.25 16.5 13.914 16.5 13.5V10.5C16.5 10.086 16.164 9.75 15.75 9.75C15.336 9.75 15 10.086 15 10.5Z' fill='%23000000'/%3E%3C/svg%3E%0A");}

.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-excursion {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.7052 17.3947L5.70512 17.3947L5.70389 17.3985C5.66484 17.5193 5.65924 17.6484 5.6877 17.7722C5.71616 17.8959 5.77762 18.0096 5.86553 18.1012L5.867 18.1027C5.96185 18.1971 6.08168 18.2625 6.2124 18.2911C6.34312 18.3198 6.4793 18.3105 6.60492 18.2644L6.6053 18.2642L14.817 15.2093C14.8173 15.2092 14.8176 15.2091 14.8178 15.209C14.911 15.1762 14.9955 15.1229 15.0654 15.0531C15.1352 14.9833 15.1884 14.8987 15.2212 14.8056C15.2213 14.8053 15.2214 14.805 15.2215 14.8048L18.2765 6.59307L18.2768 6.59222C18.3221 6.4667 18.3307 6.33088 18.3016 6.20065C18.2725 6.07042 18.207 5.95115 18.1126 5.8568C18.0183 5.76245 17.899 5.69691 17.7688 5.66784C17.6386 5.63877 17.5027 5.64738 17.3772 5.69266L17.3167 5.71451V5.74574L9.16468 8.77849C9.16439 8.77859 9.1641 8.7787 9.16381 8.7788C9.0707 8.81158 8.98612 8.86484 8.91632 8.93464C8.84651 9.00445 8.79326 9.08902 8.76047 9.18213C8.76037 9.18243 8.76027 9.18272 8.76016 9.18301L5.7052 17.3947ZM7.57139 16.4286L9.68981 10.6811L13.3189 14.3102L7.57139 16.4286ZM10.6811 9.6898L16.4286 7.57139L14.3102 13.3189L10.6811 9.6898ZM12 0.908333C9.80628 0.908333 7.66182 1.55885 5.8378 2.77762C4.01379 3.99638 2.59214 5.72866 1.75264 7.7554C0.913139 9.78214 0.693487 12.0123 1.12146 14.1639C1.54944 16.3154 2.60581 18.2918 4.15701 19.843C5.70821 21.3942 7.68455 22.4506 9.83613 22.8785C11.9877 23.3065 14.2179 23.0869 16.2446 22.2474C18.2713 21.4079 20.0036 19.9862 21.2224 18.1622C22.4412 16.3382 23.0917 14.1937 23.0917 12C23.0917 9.0583 21.9231 6.2371 19.843 4.15701C17.7629 2.07692 14.9417 0.908333 12 0.908333ZM18.8671 18.8671C17.2172 20.517 15.0281 21.5151 12.7028 21.6799V19.3333C12.7028 19.1469 12.6287 18.9682 12.4969 18.8364C12.3651 18.7046 12.1864 18.6306 12 18.6306C11.8136 18.6306 11.6349 18.7046 11.5031 18.8364C11.3713 18.9682 11.2972 19.1469 11.2972 19.3333V21.6796C8.97748 21.5078 6.79572 20.5067 5.15213 18.8576C3.50846 17.2084 2.51463 15.0232 2.35066 12.7028H4.66667C4.85306 12.7028 5.03181 12.6287 5.16361 12.4969C5.29541 12.3651 5.36945 12.1864 5.36945 12C5.36945 11.8136 5.29541 11.6349 5.16361 11.5031C5.03181 11.3713 4.85306 11.2972 4.66667 11.2972H2.35097C2.52194 8.98233 3.51878 6.80451 5.16165 5.16164C6.80452 3.51878 8.98233 2.52194 11.2972 2.35097V4.66667C11.2972 4.85305 11.3713 5.03181 11.5031 5.1636C11.6349 5.2954 11.8136 5.36944 12 5.36944C12.1864 5.36944 12.3651 5.2954 12.4969 5.1636C12.6287 5.03181 12.7028 4.85305 12.7028 4.66667V2.35066C15.0232 2.51463 17.2084 3.50846 18.8576 5.15213C20.5067 6.79571 21.5078 8.97747 21.6796 11.2972H19.3333C19.1469 11.2972 18.9682 11.3713 18.8364 11.5031C18.7046 11.6349 18.6306 11.8136 18.6306 12C18.6306 12.1864 18.7046 12.3651 18.8364 12.4969C18.9682 12.6287 19.1469 12.7028 19.3333 12.7028H21.6799C21.5151 15.0281 20.517 17.2172 18.8671 18.8671Z' fill='black' stroke='black' stroke-width='0.183333'/%3E%3C/svg%3E");}

.hw__sidebar-nav .nav-link .hw__icon-voucher,.hw__sidebar-nav .nav-link.active .hw__icon-voucher {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.75 10.5C22.164 10.5 22.5 10.164 22.5 9.75V6.75C22.5 5.50725 21.4928 4.5 20.25 4.5H3.75C2.50725 4.5 1.5 5.50725 1.5 6.75V9.75C1.5 10.164 1.836 10.5 2.25 10.5C3.078 10.5 3.75 11.172 3.75 12C3.75 12.828 3.078 13.5 2.25 13.5C1.836 13.5 1.5 13.836 1.5 14.25V17.25C1.5 18.4928 2.50725 19.5 3.75 19.5H20.25C21.4928 19.5 22.5 18.4928 22.5 17.25V14.25C22.4925 13.809 22.221 13.5772 21.75 13.5C20.922 13.5 20.25 12.828 20.25 12C20.25 11.172 20.922 10.5 21.75 10.5ZM16.5 6V7.5C16.5 7.914 16.164 8.25 15.75 8.25C15.336 8.25 15 7.914 15 7.5V6H3.75C3.336 6 3 6.336 3 6.75V9.09451C4.293 9.42826 5.25 10.6027 5.25 12C5.25 13.3973 4.293 14.5717 3 14.9055V17.25C3 17.664 3.336 18 3.75 18H15V16.5C15 16.086 15.336 15.75 15.75 15.75C16.164 15.75 16.5 16.086 16.5 16.5V18H20.25C20.664 18 21 17.664 21 17.25V14.9055C19.707 14.5717 18.75 13.3965 18.75 12C18.75 10.6027 19.707 9.42826 21 9.09451V6.75C21 6.336 20.664 6 20.25 6H16.5ZM15 10.5V13.5C15 13.914 15.336 14.25 15.75 14.25C16.164 14.25 16.5 13.914 16.5 13.5V10.5C16.5 10.086 16.164 9.75 15.75 9.75C15.336 9.75 15 10.086 15 10.5Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");}

.hw__sidebar-nav .nav-link .hw__icon-excursion,.hw__sidebar-nav .nav-link.active .hw__icon-excursion {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.7052 17.3947L5.70512 17.3947L5.70389 17.3985C5.66484 17.5193 5.65924 17.6484 5.6877 17.7722C5.71616 17.8959 5.77762 18.0096 5.86553 18.1012L5.867 18.1027C5.96185 18.1971 6.08168 18.2625 6.2124 18.2911C6.34312 18.3198 6.4793 18.3105 6.60492 18.2644L6.6053 18.2642L14.817 15.2093C14.8173 15.2092 14.8176 15.2091 14.8178 15.209C14.911 15.1762 14.9955 15.1229 15.0654 15.0531C15.1352 14.9833 15.1884 14.8987 15.2212 14.8056C15.2213 14.8053 15.2214 14.805 15.2215 14.8048L18.2765 6.59307L18.2768 6.59222C18.3221 6.4667 18.3307 6.33088 18.3016 6.20065C18.2725 6.07042 18.207 5.95115 18.1126 5.8568C18.0183 5.76245 17.899 5.69691 17.7688 5.66784C17.6386 5.63877 17.5027 5.64738 17.3772 5.69266L17.3167 5.71451V5.74574L9.16468 8.77849C9.16439 8.77859 9.1641 8.7787 9.16381 8.7788C9.0707 8.81158 8.98612 8.86484 8.91632 8.93464C8.84651 9.00445 8.79326 9.08902 8.76047 9.18213C8.76037 9.18243 8.76027 9.18272 8.76016 9.18301L5.7052 17.3947ZM7.57139 16.4286L9.68981 10.6811L13.3189 14.3102L7.57139 16.4286ZM10.6811 9.6898L16.4286 7.57139L14.3102 13.3189L10.6811 9.6898ZM12 0.908333C9.80628 0.908333 7.66182 1.55885 5.8378 2.77762C4.01379 3.99638 2.59214 5.72866 1.75264 7.7554C0.913139 9.78214 0.693487 12.0123 1.12146 14.1639C1.54944 16.3154 2.60581 18.2918 4.15701 19.843C5.70821 21.3942 7.68455 22.4506 9.83613 22.8785C11.9877 23.3065 14.2179 23.0869 16.2446 22.2474C18.2713 21.4079 20.0036 19.9862 21.2224 18.1622C22.4412 16.3382 23.0917 14.1937 23.0917 12C23.0917 9.0583 21.9231 6.2371 19.843 4.15701C17.7629 2.07692 14.9417 0.908333 12 0.908333ZM18.8671 18.8671C17.2172 20.517 15.0281 21.5151 12.7028 21.6799V19.3333C12.7028 19.1469 12.6287 18.9682 12.4969 18.8364C12.3651 18.7046 12.1864 18.6306 12 18.6306C11.8136 18.6306 11.6349 18.7046 11.5031 18.8364C11.3713 18.9682 11.2972 19.1469 11.2972 19.3333V21.6796C8.97748 21.5078 6.79572 20.5067 5.15213 18.8576C3.50846 17.2084 2.51463 15.0232 2.35066 12.7028H4.66667C4.85306 12.7028 5.03181 12.6287 5.16361 12.4969C5.29541 12.3651 5.36945 12.1864 5.36945 12C5.36945 11.8136 5.29541 11.6349 5.16361 11.5031C5.03181 11.3713 4.85306 11.2972 4.66667 11.2972H2.35097C2.52194 8.98233 3.51878 6.80451 5.16165 5.16164C6.80452 3.51878 8.98233 2.52194 11.2972 2.35097V4.66667C11.2972 4.85305 11.3713 5.03181 11.5031 5.1636C11.6349 5.2954 11.8136 5.36944 12 5.36944C12.1864 5.36944 12.3651 5.2954 12.4969 5.1636C12.6287 5.03181 12.7028 4.85305 12.7028 4.66667V2.35066C15.0232 2.51463 17.2084 3.50846 18.8576 5.15213C20.5067 6.79571 21.5078 8.97747 21.6796 11.2972H19.3333C19.1469 11.2972 18.9682 11.3713 18.8364 11.5031C18.7046 11.6349 18.6306 11.8136 18.6306 12C18.6306 12.1864 18.7046 12.3651 18.8364 12.4969C18.9682 12.6287 19.1469 12.7028 19.3333 12.7028H21.6799C21.5151 15.0281 20.517 17.2172 18.8671 18.8671Z' fill='white' stroke='white' stroke-width='0.183333'/%3E%3C/svg%3E");}

.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-insurance {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.364 14.5132L15.7374 10.0579C15.8371 9.92672 15.9109 9.77642 15.9544 9.61562C15.998 9.45481 16.0105 9.28665 15.9912 9.12081C15.972 8.95497 15.9213 8.79471 15.8422 8.64925C15.763 8.50379 15.657 8.37599 15.5301 8.27319C15.4036 8.16958 15.2586 8.09291 15.1035 8.04758C14.9484 8.00224 14.7862 7.98913 14.6262 8.009C14.4661 8.02887 14.3115 8.08132 14.1711 8.16336C14.0306 8.24539 13.9072 8.35539 13.8078 8.48705L11.2256 11.8973L10.0505 10.8522C9.92899 10.7379 9.78667 10.6501 9.63192 10.5939C9.47717 10.5377 9.31313 10.5142 9.14951 10.5249C8.98588 10.5357 8.82598 10.5803 8.67925 10.6562C8.53253 10.7321 8.40197 10.8378 8.29527 10.967C8.18858 11.0962 8.10793 11.2462 8.05808 11.4083C8.00823 11.5704 7.99019 11.7412 8.00504 11.9107C8.01989 12.0801 8.06732 12.2447 8.14453 12.3948C8.22174 12.5449 8.32715 12.6774 8.45455 12.7845L10.6013 14.6939C10.727 14.8056 10.8731 14.8898 11.031 14.9413C11.1888 14.9929 11.3551 15.0107 11.5198 14.9938C11.6845 14.9769 11.8442 14.9257 11.9893 14.843C12.1343 14.7604 12.2618 14.6482 12.364 14.5132Z' fill='%23000000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.571 22C11.4272 22 11.2849 21.9712 11.1524 21.9154C10.8196 21.7739 3 18.3684 3 11.3631V5.6234C2.99964 5.39947 3.06964 5.18109 3.20011 4.9991C3.33057 4.81711 3.51492 4.68071 3.72711 4.60917L11.2267 2.05788C11.4497 1.98071 11.6922 1.98071 11.9152 2.05788L19.4148 4.60917C19.627 4.68071 19.8113 4.81711 19.9418 4.9991C20.0723 5.18109 20.1423 5.39947 20.1419 5.6234V11.3631C20.1419 18.3684 12.3223 21.7725 11.9895 21.9154C11.857 21.9712 11.7147 22 11.571 22ZM18.1419 11.3631V6.2887L11.571 4.05332L5 6.2887V11.3631C5 14.0561 6.49289 16.1564 8.26746 17.7072C9.5894 18.8624 10.9398 19.5946 11.5705 19.9047C12.2048 19.5926 13.554 18.8605 14.8745 17.7066C16.6491 16.156 18.1419 14.056 18.1419 11.3631Z' fill='%23000000'/%3E%3C/svg%3E");}
.hw__sidebar-nav .nav-link .hw__icon-insurance,.hw__sidebar-nav .nav-link.active .hw__icon-insurance {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.364 14.5132L15.7374 10.0579C15.8371 9.92672 15.9109 9.77642 15.9544 9.61562C15.998 9.45481 16.0105 9.28665 15.9912 9.12081C15.972 8.95497 15.9213 8.79471 15.8422 8.64925C15.763 8.50379 15.657 8.37599 15.5301 8.27319C15.4036 8.16958 15.2586 8.09291 15.1035 8.04758C14.9484 8.00224 14.7862 7.98913 14.6262 8.009C14.4661 8.02887 14.3115 8.08132 14.1711 8.16336C14.0306 8.24539 13.9072 8.35539 13.8078 8.48705L11.2256 11.8973L10.0505 10.8522C9.92899 10.7379 9.78667 10.6501 9.63192 10.5939C9.47717 10.5377 9.31313 10.5142 9.14951 10.5249C8.98588 10.5357 8.82598 10.5803 8.67925 10.6562C8.53253 10.7321 8.40197 10.8378 8.29527 10.967C8.18858 11.0962 8.10793 11.2462 8.05808 11.4083C8.00823 11.5704 7.99019 11.7412 8.00504 11.9107C8.01989 12.0801 8.06732 12.2447 8.14453 12.3948C8.22174 12.5449 8.32715 12.6774 8.45455 12.7845L10.6013 14.6939C10.727 14.8056 10.8731 14.8898 11.031 14.9413C11.1888 14.9929 11.3551 15.0107 11.5198 14.9938C11.6845 14.9769 11.8442 14.9257 11.9893 14.843C12.1343 14.7604 12.2618 14.6482 12.364 14.5132Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.571 22C11.4272 22 11.2849 21.9712 11.1524 21.9154C10.8196 21.7739 3 18.3684 3 11.3631V5.6234C2.99964 5.39947 3.06964 5.18109 3.20011 4.9991C3.33057 4.81711 3.51492 4.68071 3.72711 4.60917L11.2267 2.05788C11.4497 1.98071 11.6922 1.98071 11.9152 2.05788L19.4148 4.60917C19.627 4.68071 19.8113 4.81711 19.9418 4.9991C20.0723 5.18109 20.1423 5.39947 20.1419 5.6234V11.3631C20.1419 18.3684 12.3223 21.7725 11.9895 21.9154C11.857 21.9712 11.7147 22 11.571 22ZM18.1419 11.3631V6.2887L11.571 4.05332L5 6.2887V11.3631C5 14.0561 6.49289 16.1564 8.26746 17.7072C9.5894 18.8624 10.9398 19.5946 11.5705 19.9047C12.2048 19.5926 13.554 18.8605 14.8745 17.7066C16.6491 16.156 18.1419 14.056 18.1419 11.3631Z' fill='white'/%3E%3C/svg%3E");}


.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-wallet{background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5105 15.2825C17.9448 15.2825 18.2968 14.9305 18.2968 14.4963C18.2968 14.062 17.9448 13.71 17.5105 13.71C17.0763 13.71 16.7243 14.062 16.7243 14.4963C16.7243 14.9305 17.0763 15.2825 17.5105 15.2825Z' fill='%23000000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3295 2.83765C13.1875 2.44293 12.8993 2.12669 12.5194 1.9487C12.1396 1.77066 11.7121 1.75164 11.318 1.89512L4.48446 4.38227C4.09071 4.52557 3.77577 4.8145 3.59908 5.19445C3.4224 5.5744 3.4044 6.00143 3.54856 6.39491L3.73615 6.90696C2.63475 7.10093 1.79541 8.06395 1.79541 9.22033V19.8503C1.79541 21.146 2.8492 22.1998 4.14486 22.1998H18.683C19.9786 22.1998 21.0324 21.146 21.0324 19.8503V17.5765C21.7061 17.4009 22.2049 16.7878 22.2049 16.0595V12.933C22.2049 12.2047 21.7061 11.5916 21.0324 11.416V9.22033C21.0324 8.01871 20.1261 7.02588 18.9611 6.88785V5.62488C18.9611 4.7602 18.258 4.05705 17.3933 4.05705H13.7681L13.3295 2.83765ZM18.7611 5.62484V7.07282C18.7611 7.07282 18.7611 7.07282 18.7611 7.07282V5.62484ZM20.8324 9.22028V11.5793C20.8324 11.5793 20.8324 11.5793 20.8324 11.5793V9.22028ZM5.02659 5.85831L11.8514 3.3743L12.0971 4.05722C11.2417 4.0681 10.5495 4.76701 10.5495 5.62492V6.87092H5.39758L5.02659 5.85831ZM17.5105 12.9376H20.6324V16.0549H17.5105C16.6513 16.0549 15.9519 15.3555 15.9519 14.4963C15.9519 13.637 16.6513 12.9376 17.5105 12.9376ZM12.122 5.62948H17.3887V6.87088H12.122V5.62948ZM18.683 20.6274H4.14486C3.71659 20.6274 3.36784 20.2786 3.36784 19.8503V9.22033C3.36784 8.79206 3.71659 8.44331 4.14486 8.44331H18.683C19.1113 8.44331 19.46 8.79206 19.46 9.22033V11.3652H17.5105C15.7839 11.3652 14.3795 12.7696 14.3795 14.4963C14.3795 16.2229 15.7839 17.6273 17.5105 17.6273H19.46V19.8503C19.46 20.2786 19.1113 20.6274 18.683 20.6274Z' fill='%23000000'/%3E%3C/svg%3E");}
.hw__sidebar-nav .nav-link .hw__icon-wallet,.hw__sidebar-nav .nav-link.active .hw__icon-wallet {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5105 15.2825C17.9448 15.2825 18.2968 14.9305 18.2968 14.4963C18.2968 14.062 17.9448 13.71 17.5105 13.71C17.0763 13.71 16.7243 14.062 16.7243 14.4963C16.7243 14.9305 17.0763 15.2825 17.5105 15.2825Z' fill='%23ffffff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3295 2.83765C13.1875 2.44293 12.8993 2.12669 12.5194 1.9487C12.1396 1.77066 11.7121 1.75164 11.318 1.89512L4.48446 4.38227C4.09071 4.52557 3.77577 4.8145 3.59908 5.19445C3.4224 5.5744 3.4044 6.00143 3.54856 6.39491L3.73615 6.90696C2.63475 7.10093 1.79541 8.06395 1.79541 9.22033V19.8503C1.79541 21.146 2.8492 22.1998 4.14486 22.1998H18.683C19.9786 22.1998 21.0324 21.146 21.0324 19.8503V17.5765C21.7061 17.4009 22.2049 16.7878 22.2049 16.0595V12.933C22.2049 12.2047 21.7061 11.5916 21.0324 11.416V9.22033C21.0324 8.01871 20.1261 7.02588 18.9611 6.88785V5.62488C18.9611 4.7602 18.258 4.05705 17.3933 4.05705H13.7681L13.3295 2.83765ZM18.7611 5.62484V7.07282C18.7611 7.07282 18.7611 7.07282 18.7611 7.07282V5.62484ZM20.8324 9.22028V11.5793C20.8324 11.5793 20.8324 11.5793 20.8324 11.5793V9.22028ZM5.02659 5.85831L11.8514 3.3743L12.0971 4.05722C11.2417 4.0681 10.5495 4.76701 10.5495 5.62492V6.87092H5.39758L5.02659 5.85831ZM17.5105 12.9376H20.6324V16.0549H17.5105C16.6513 16.0549 15.9519 15.3555 15.9519 14.4963C15.9519 13.637 16.6513 12.9376 17.5105 12.9376ZM12.122 5.62948H17.3887V6.87088H12.122V5.62948ZM18.683 20.6274H4.14486C3.71659 20.6274 3.36784 20.2786 3.36784 19.8503V9.22033C3.36784 8.79206 3.71659 8.44331 4.14486 8.44331H18.683C19.1113 8.44331 19.46 8.79206 19.46 9.22033V11.3652H17.5105C15.7839 11.3652 14.3795 12.7696 14.3795 14.4963C14.3795 16.2229 15.7839 17.6273 17.5105 17.6273H19.46V19.8503C19.46 20.2786 19.1113 20.6274 18.683 20.6274Z' fill='%23ffffff'/%3E%3C/svg%3E");}

.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-user,.dropdown-item:not(:hover) .hw__icon-user {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4C9.79086 4 8 5.79086 8 8C8 10.2091 9.79086 12 12 12C14.2091 12 16 10.2091 16 8C16 5.79086 14.2091 4 12 4ZM6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8ZM8 18C6.34315 18 5 19.3431 5 21C5 21.5523 4.55228 22 4 22C3.44772 22 3 21.5523 3 21C3 18.2386 5.23858 16 8 16H16C18.7614 16 21 18.2386 21 21C21 21.5523 20.5523 22 20 22C19.4477 22 19 21.5523 19 21C19 19.3431 17.6569 18 16 18H8Z' fill='%23000000'/%3E%3C/svg%3E");}
.hw__sidebar-nav .nav-link .hw__icon-user,.hw__sidebar-nav .nav-link.active .hw__icon-user,.dropdown-item .hw__icon-user {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4C9.79086 4 8 5.79086 8 8C8 10.2091 9.79086 12 12 12C14.2091 12 16 10.2091 16 8C16 5.79086 14.2091 4 12 4ZM6 8C6 4.68629 8.68629 2 12 2C15.3137 2 18 4.68629 18 8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8ZM8 18C6.34315 18 5 19.3431 5 21C5 21.5523 4.55228 22 4 22C3.44772 22 3 21.5523 3 21C3 18.2386 5.23858 16 8 16H16C18.7614 16 21 18.2386 21 21C21 21.5523 20.5523 22 20 22C19.4477 22 19 21.5523 19 21C19 19.3431 17.6569 18 16 18H8Z' fill='%23ffffff'/%3E%3C/svg%3E");}

.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-call,.dropdown-item:not(:hover) .hw__icon-call {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='call'%3E%3Cpath id='Icon' d='M3.83319 4H8.32313L9.77034 7.61803L7.44546 9.16795C7.16727 9.35342 7.00016 9.66565 7.00016 10C7.0027 10.0936 7.00017 10.001 7.00017 10.001L7.00017 10.002L7.00017 10.0043L7.0002 10.0093L7.00035 10.0217C7.0005 10.0309 7.00075 10.0421 7.00117 10.0552C7.00202 10.0814 7.00355 10.1153 7.00629 10.1564C7.01176 10.2385 7.02208 10.3494 7.04147 10.4852C7.08022 10.7565 7.15544 11.1281 7.30148 11.5662C7.59472 12.4459 8.1709 13.5849 9.29306 14.7071C10.4152 15.8293 11.5542 16.4054 12.4339 16.6987C12.8721 16.8447 13.2437 16.9199 13.515 16.9587C13.6507 16.9781 13.7617 16.9884 13.8438 16.9939C13.8849 16.9966 13.9188 16.9981 13.945 16.999C13.9581 16.9994 13.9693 16.9997 13.9785 16.9998L13.9908 17L13.9959 17L13.9981 17L13.9992 17C13.9992 17 14.1108 16.9939 14.0002 17C14.3789 17 14.7252 16.786 14.8946 16.4472L15.5643 15.1078L20.0002 15.8471V20.167C17.8891 20.4723 12.1876 20.7732 7.70727 16.2929C3.22697 11.8126 3.52788 6.1111 3.83319 4ZM9.07381 10.4861L10.8797 9.28213C11.6667 8.75751 11.9785 7.75338 11.6273 6.87525L10.1801 3.25722C9.87636 2.4979 9.14094 2 8.32313 2H3.78094C2.87243 2 2.01725 2.63116 1.86811 3.6169C1.5288 5.8595 1.06695 12.481 6.29306 17.7071C11.5192 22.9332 18.1407 22.4714 20.3833 22.1321C21.369 21.9829 22.0002 21.1277 22.0002 20.2192V15.8471C22.0002 14.8694 21.2933 14.0351 20.329 13.8743L15.8931 13.135C15.027 12.9907 14.1681 13.4281 13.7754 14.2134L13.4289 14.9064C13.32 14.8796 13.1985 14.8453 13.0664 14.8013C12.4461 14.5946 11.5851 14.1707 10.7073 13.2929C9.82943 12.4151 9.40561 11.5541 9.19885 10.9338C9.14298 10.7662 9.10275 10.6154 9.07381 10.4861Z' fill='%23000000'/%3E%3C/g%3E%3C/svg%3E");}
.hw__sidebar-nav .nav-link .hw__icon-call,.hw__sidebar-nav .nav-link.active .hw__icon-call, .dropdown-item .hw__icon-call {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='call'%3E%3Cpath id='Icon' d='M3.83319 4H8.32313L9.77034 7.61803L7.44546 9.16795C7.16727 9.35342 7.00016 9.66565 7.00016 10C7.0027 10.0936 7.00017 10.001 7.00017 10.001L7.00017 10.002L7.00017 10.0043L7.0002 10.0093L7.00035 10.0217C7.0005 10.0309 7.00075 10.0421 7.00117 10.0552C7.00202 10.0814 7.00355 10.1153 7.00629 10.1564C7.01176 10.2385 7.02208 10.3494 7.04147 10.4852C7.08022 10.7565 7.15544 11.1281 7.30148 11.5662C7.59472 12.4459 8.1709 13.5849 9.29306 14.7071C10.4152 15.8293 11.5542 16.4054 12.4339 16.6987C12.8721 16.8447 13.2437 16.9199 13.515 16.9587C13.6507 16.9781 13.7617 16.9884 13.8438 16.9939C13.8849 16.9966 13.9188 16.9981 13.945 16.999C13.9581 16.9994 13.9693 16.9997 13.9785 16.9998L13.9908 17L13.9959 17L13.9981 17L13.9992 17C13.9992 17 14.1108 16.9939 14.0002 17C14.3789 17 14.7252 16.786 14.8946 16.4472L15.5643 15.1078L20.0002 15.8471V20.167C17.8891 20.4723 12.1876 20.7732 7.70727 16.2929C3.22697 11.8126 3.52788 6.1111 3.83319 4ZM9.07381 10.4861L10.8797 9.28213C11.6667 8.75751 11.9785 7.75338 11.6273 6.87525L10.1801 3.25722C9.87636 2.4979 9.14094 2 8.32313 2H3.78094C2.87243 2 2.01725 2.63116 1.86811 3.6169C1.5288 5.8595 1.06695 12.481 6.29306 17.7071C11.5192 22.9332 18.1407 22.4714 20.3833 22.1321C21.369 21.9829 22.0002 21.1277 22.0002 20.2192V15.8471C22.0002 14.8694 21.2933 14.0351 20.329 13.8743L15.8931 13.135C15.027 12.9907 14.1681 13.4281 13.7754 14.2134L13.4289 14.9064C13.32 14.8796 13.1985 14.8453 13.0664 14.8013C12.4461 14.5946 11.5851 14.1707 10.7073 13.2929C9.82943 12.4151 9.40561 11.5541 9.19885 10.9338C9.14298 10.7662 9.10275 10.6154 9.07381 10.4861Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");}

.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-logout,.dropdown-item:not(:hover) .hw__icon-logout {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 20C11 19.4477 10.5523 19 10 19H5V5H10C10.5523 5 11 4.55228 11 4C11 3.44771 10.5523 3 10 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H10C10.5523 21 11 20.5523 11 20Z' fill='%23000000'/%3E%3Cpath d='M21.7136 12.7005C21.8063 12.6062 21.8764 12.498 21.9241 12.3828C21.9727 12.2657 21.9996 12.1375 22 12.003L22 12L22 11.997C21.9992 11.7421 21.9016 11.4874 21.7071 11.2929L17.7071 7.29289C17.3166 6.90237 16.6834 6.90237 16.2929 7.29289C15.9024 7.68342 15.9024 8.31658 16.2929 8.70711L18.5858 11H9C8.44771 11 8 11.4477 8 12C8 12.5523 8.44771 13 9 13H18.5858L16.2929 15.2929C15.9024 15.6834 15.9024 16.3166 16.2929 16.7071C16.6834 17.0976 17.3166 17.0976 17.7071 16.7071L21.7064 12.7078L21.7136 12.7005Z' fill='%23000000'/%3E%3C/svg%3E");}
.hw__sidebar-nav .nav-link .hw__icon-logout,.hw__sidebar-nav .nav-link.active .hw__icon-logout,.dropdown-item .hw__icon-logout {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 20C11 19.4477 10.5523 19 10 19H5V5H10C10.5523 5 11 4.55228 11 4C11 3.44771 10.5523 3 10 3H5C3.89543 3 3 3.89543 3 5V19C3 20.1046 3.89543 21 5 21H10C10.5523 21 11 20.5523 11 20Z' fill='%23ffffff'/%3E%3Cpath d='M21.7136 12.7005C21.8063 12.6062 21.8764 12.498 21.9241 12.3828C21.9727 12.2657 21.9996 12.1375 22 12.003L22 12L22 11.997C21.9992 11.7421 21.9016 11.4874 21.7071 11.2929L17.7071 7.29289C17.3166 6.90237 16.6834 6.90237 16.2929 7.29289C15.9024 7.68342 15.9024 8.31658 16.2929 8.70711L18.5858 11H9C8.44771 11 8 11.4477 8 12C8 12.5523 8.44771 13 9 13H18.5858L16.2929 15.2929C15.9024 15.6834 15.9024 16.3166 16.2929 16.7071C16.6834 17.0976 17.3166 17.0976 17.7071 16.7071L21.7064 12.7078L21.7136 12.7005Z' fill='%23ffffff'/%3E%3C/svg%3E");}

.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-earth {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cmask id='path-1-outside-1_9568_11972' maskUnits='userSpaceOnUse' x='-0.00390625' y='0' width='22' height='22' fill='black'%3E%3Crect fill='white' x='-0.00390625' width='22' height='22'/%3E%3Cpath d='M21.004 10.9941C21.0093 8.87429 20.3367 6.80835 19.0845 5.098C18.1568 3.83082 16.9461 2.79779 15.5487 2.08118H15.5299C15.3392 1.98427 15.1454 1.89674 14.9485 1.81233C13.5222 1.19959 11.9729 0.927172 10.4232 1.01663C8.87343 1.10608 7.36577 1.55495 6.01948 2.32773C4.67319 3.1005 3.52521 4.17598 2.66636 5.46906C1.80751 6.76214 1.26136 8.23735 1.07112 9.77796C1.04924 9.94678 1.03361 10.1187 1.0211 10.2907C0.996094 10.522 0.996094 10.7596 0.996094 10.9941C0.995681 13.0609 1.63546 15.0772 2.82748 16.7657C4.01951 18.4541 5.70525 19.732 7.653 20.4235C9.60074 21.115 11.7149 21.1862 13.7047 20.6274C15.6946 20.0686 17.4626 18.9072 18.7656 17.3028C20.2129 15.5187 21.0032 13.2914 21.004 10.9941ZM18.4436 16.6869C18.2243 16.5465 18.0428 16.3544 17.9153 16.1273C17.7712 15.8489 17.6898 15.5423 17.6768 15.229C17.6639 14.9158 17.7196 14.6035 17.8402 14.3141C17.8934 14.1797 17.9559 14.0484 18.0184 13.914C18.2536 13.5136 18.3726 13.0557 18.3623 12.5916C18.3317 12.3774 18.2761 12.1676 18.1966 11.9663C18.0963 11.7674 18.0551 11.5439 18.0778 11.3223C18.1326 11.1841 18.212 11.057 18.3123 10.9472C18.4747 10.7674 18.5954 10.5539 18.6655 10.3219C18.8312 9.60602 18.1904 9.00891 17.5057 8.80883C17.3244 8.75256 17.1399 8.71817 16.9586 8.68066C16.6348 8.64165 16.3227 8.53515 16.0426 8.36803C15.8971 8.26325 15.7826 8.12105 15.7113 7.95651C15.64 7.79197 15.6146 7.6112 15.6377 7.43336C15.6607 7.25553 15.7315 7.08724 15.8424 6.94634C15.9533 6.80544 16.1003 6.69716 16.2677 6.63297C16.5784 6.54447 16.9039 6.52001 17.2244 6.56107H17.4088C17.914 6.62258 18.4237 6.48958 18.8344 6.18905C18.8855 6.14478 18.9297 6.09316 18.9657 6.03586C19.9718 7.65263 20.4609 9.53784 20.3676 11.4398C20.2743 13.3418 19.6031 15.1701 18.4436 16.6807V16.6869ZM11 1.61538C12.2429 1.61752 13.4732 1.86506 14.6202 2.34379L14.689 2.47822C15.3392 4.05696 12.9508 5.63883 11.469 6.44228L11.2157 6.58295L9.76829 7.36764C9.28352 7.59292 8.84795 7.91163 8.48654 8.30551C8.28399 8.53833 8.15247 8.82437 8.10758 9.12969C8.0627 9.43501 8.10634 9.74679 8.23332 10.0281C8.78978 11.0597 10.2872 10.769 10.7781 10.6752C11.2689 10.5814 12.3412 10.447 12.5944 11.0691C12.7132 11.3505 12.7663 11.6943 12.6163 11.885C11.4471 13.2606 11.4033 14.6049 11.3658 15.9022C11.3667 16.5208 11.3039 17.1379 11.1782 17.7436C11.0438 18.3094 10.8656 18.6127 10.6093 18.6408C10.2966 18.6877 10.0372 18.2188 9.984 17.8686C9.96212 17.7373 9.94962 17.606 9.93398 17.4747C9.92587 17.0314 9.7961 16.5988 9.55884 16.2242C9.29823 15.9232 8.97056 15.6876 8.60221 15.5365C8.28419 15.4316 8.01097 15.2222 7.82691 14.9425C7.75219 14.7006 7.73823 14.4439 7.78626 14.1953C7.8378 13.8834 7.82504 13.5643 7.74875 13.2575C7.5934 12.8539 7.32672 12.5026 6.9797 12.2446C6.78412 12.0868 6.61248 11.9014 6.47012 11.6943C6.1575 11.1473 6.34195 10.4251 6.61393 9.60915C6.86715 8.84947 7.12976 7.75529 6.50138 6.99249C6.33826 6.79837 6.13037 6.64685 5.89563 6.551C5.66089 6.45514 5.40635 6.41783 5.15398 6.44228C4.82456 6.46188 4.50399 6.55658 4.21681 6.71914C3.92962 6.88169 3.68343 7.1078 3.49708 7.38014C3.32191 7.66951 3.17533 7.97523 3.05941 8.293C2.83432 8.84947 2.64049 9.33404 2.20282 9.48097C2.04956 9.51251 1.89348 9.52822 1.73701 9.52786C2.09151 7.32456 3.21779 5.31905 4.91464 3.86959C6.6115 2.42014 8.76839 1.62115 11 1.61538ZM11 20.3728C8.51265 20.3728 6.12714 19.3846 4.36829 17.6258C2.60945 15.867 1.62134 13.4814 1.62134 10.9941C1.62134 10.7752 1.62134 10.5533 1.64322 10.3344L1.66198 10.1562C1.9113 10.1625 2.16036 10.1362 2.4029 10.0781C3.11255 9.83423 3.39391 9.14021 3.65339 8.51497C3.75433 8.23601 3.88096 7.96704 4.03166 7.71152C4.16468 7.52274 4.33866 7.36647 4.54059 7.2544C4.74252 7.14234 4.96717 7.07738 5.19775 7.06439C5.35156 7.04868 5.50692 7.06872 5.65171 7.12295C5.7965 7.17718 5.9268 7.26413 6.03245 7.37702C6.45762 7.89597 6.25754 8.73067 6.03245 9.39969C5.78235 10.1437 5.44472 11.166 5.94179 12.0007C6.11337 12.2637 6.32423 12.4988 6.56704 12.6979C6.81691 12.882 7.01504 13.1275 7.14226 13.4106C7.18662 13.6388 7.18662 13.8734 7.14226 14.1015C7.07786 14.4589 7.11025 14.827 7.23605 15.1676C7.47208 15.5838 7.84904 15.902 8.29897 16.0648C8.57973 16.1748 8.83196 16.3468 9.03676 16.5681C9.20012 16.8541 9.28832 17.1767 9.29311 17.506C9.29311 17.6529 9.32124 17.7999 9.34625 17.9405C9.45567 18.5908 9.90898 19.2379 10.5499 19.2379C10.5915 19.241 10.6333 19.241 10.6749 19.2379C11.4658 19.1348 11.6972 18.1781 11.7722 17.8624C11.9064 17.2166 11.9745 16.5587 11.9754 15.8991C12.0161 14.6486 12.0567 13.4732 13.0852 12.2664C13.426 11.86 13.3478 11.2442 13.1603 10.8002C12.8476 10.0562 11.9504 9.78421 10.6593 10.0343C9.64012 10.2313 9.00862 10.1218 8.78353 9.70606C8.71556 9.5337 8.6971 9.34578 8.73024 9.16349C8.76339 8.9812 8.84681 8.8118 8.97111 8.6744C9.28331 8.35506 9.65363 8.09828 10.0622 7.91786L11.5065 7.13004L11.7628 6.99249C14.3826 5.57318 15.6206 4.11636 15.3924 2.70956C16.6184 3.35978 17.6858 4.27244 18.5186 5.38248C18.503 5.6107 18.4655 5.69511 18.4311 5.72324C18.1377 5.91292 17.7863 5.99164 17.4401 5.9452H17.2619C16.8552 5.89574 16.4426 5.93412 16.052 6.05775C15.781 6.16337 15.5434 6.34004 15.3642 6.5692C15.1851 6.79836 15.071 7.07155 15.0339 7.36006C14.9967 7.64857 15.038 7.94174 15.1534 8.20878C15.2687 8.47581 15.4539 8.70685 15.6894 8.87761C16.0415 9.09716 16.4373 9.23694 16.8492 9.28714C17.0211 9.32153 17.1837 9.35592 17.34 9.39969C17.7496 9.52161 18.1372 9.85924 18.0653 10.175C18.0155 10.3203 17.9356 10.4535 17.8308 10.5658C17.6748 10.7396 17.5566 10.944 17.4838 11.166C17.4202 11.5101 17.4662 11.8654 17.6151 12.182C17.6787 12.3345 17.7238 12.494 17.7496 12.6572C17.7435 13.0068 17.6454 13.3487 17.4651 13.6482C17.3932 13.792 17.3244 13.939 17.2681 14.0859C17.1142 14.4616 17.0442 14.8664 17.0631 15.2719C17.082 15.6775 17.1893 16.074 17.3775 16.4337C17.5465 16.7285 17.7794 16.9817 18.0591 17.1746C17.1801 18.1821 16.095 18.9891 14.8771 19.5408C13.6592 20.0926 12.3371 20.3763 11 20.3728Z'/%3E%3C/mask%3E%3Cpath d='M21.004 10.9941C21.0093 8.87429 20.3367 6.80835 19.0845 5.098C18.1568 3.83082 16.9461 2.79779 15.5487 2.08118H15.5299C15.3392 1.98427 15.1454 1.89674 14.9485 1.81233C13.5222 1.19959 11.9729 0.927172 10.4232 1.01663C8.87343 1.10608 7.36577 1.55495 6.01948 2.32773C4.67319 3.1005 3.52521 4.17598 2.66636 5.46906C1.80751 6.76214 1.26136 8.23735 1.07112 9.77796C1.04924 9.94678 1.03361 10.1187 1.0211 10.2907C0.996094 10.522 0.996094 10.7596 0.996094 10.9941C0.995681 13.0609 1.63546 15.0772 2.82748 16.7657C4.01951 18.4541 5.70525 19.732 7.653 20.4235C9.60074 21.115 11.7149 21.1862 13.7047 20.6274C15.6946 20.0686 17.4626 18.9072 18.7656 17.3028C20.2129 15.5187 21.0032 13.2914 21.004 10.9941ZM18.4436 16.6869C18.2243 16.5465 18.0428 16.3544 17.9153 16.1273C17.7712 15.8489 17.6898 15.5423 17.6768 15.229C17.6639 14.9158 17.7196 14.6035 17.8402 14.3141C17.8934 14.1797 17.9559 14.0484 18.0184 13.914C18.2536 13.5136 18.3726 13.0557 18.3623 12.5916C18.3317 12.3774 18.2761 12.1676 18.1966 11.9663C18.0963 11.7674 18.0551 11.5439 18.0778 11.3223C18.1326 11.1841 18.212 11.057 18.3123 10.9472C18.4747 10.7674 18.5954 10.5539 18.6655 10.3219C18.8312 9.60602 18.1904 9.00891 17.5057 8.80883C17.3244 8.75256 17.1399 8.71817 16.9586 8.68066C16.6348 8.64165 16.3227 8.53515 16.0426 8.36803C15.8971 8.26325 15.7826 8.12105 15.7113 7.95651C15.64 7.79197 15.6146 7.6112 15.6377 7.43336C15.6607 7.25553 15.7315 7.08724 15.8424 6.94634C15.9533 6.80544 16.1003 6.69716 16.2677 6.63297C16.5784 6.54447 16.9039 6.52001 17.2244 6.56107H17.4088C17.914 6.62258 18.4237 6.48958 18.8344 6.18905C18.8855 6.14478 18.9297 6.09316 18.9657 6.03586C19.9718 7.65263 20.4609 9.53784 20.3676 11.4398C20.2743 13.3418 19.6031 15.1701 18.4436 16.6807V16.6869ZM11 1.61538C12.2429 1.61752 13.4732 1.86506 14.6202 2.34379L14.689 2.47822C15.3392 4.05696 12.9508 5.63883 11.469 6.44228L11.2157 6.58295L9.76829 7.36764C9.28352 7.59292 8.84795 7.91163 8.48654 8.30551C8.28399 8.53833 8.15247 8.82437 8.10758 9.12969C8.0627 9.43501 8.10634 9.74679 8.23332 10.0281C8.78978 11.0597 10.2872 10.769 10.7781 10.6752C11.2689 10.5814 12.3412 10.447 12.5944 11.0691C12.7132 11.3505 12.7663 11.6943 12.6163 11.885C11.4471 13.2606 11.4033 14.6049 11.3658 15.9022C11.3667 16.5208 11.3039 17.1379 11.1782 17.7436C11.0438 18.3094 10.8656 18.6127 10.6093 18.6408C10.2966 18.6877 10.0372 18.2188 9.984 17.8686C9.96212 17.7373 9.94962 17.606 9.93398 17.4747C9.92587 17.0314 9.7961 16.5988 9.55884 16.2242C9.29823 15.9232 8.97056 15.6876 8.60221 15.5365C8.28419 15.4316 8.01097 15.2222 7.82691 14.9425C7.75219 14.7006 7.73823 14.4439 7.78626 14.1953C7.8378 13.8834 7.82504 13.5643 7.74875 13.2575C7.5934 12.8539 7.32672 12.5026 6.9797 12.2446C6.78412 12.0868 6.61248 11.9014 6.47012 11.6943C6.1575 11.1473 6.34195 10.4251 6.61393 9.60915C6.86715 8.84947 7.12976 7.75529 6.50138 6.99249C6.33826 6.79837 6.13037 6.64685 5.89563 6.551C5.66089 6.45514 5.40635 6.41783 5.15398 6.44228C4.82456 6.46188 4.50399 6.55658 4.21681 6.71914C3.92962 6.88169 3.68343 7.1078 3.49708 7.38014C3.32191 7.66951 3.17533 7.97523 3.05941 8.293C2.83432 8.84947 2.64049 9.33404 2.20282 9.48097C2.04956 9.51251 1.89348 9.52822 1.73701 9.52786C2.09151 7.32456 3.21779 5.31905 4.91464 3.86959C6.6115 2.42014 8.76839 1.62115 11 1.61538ZM11 20.3728C8.51265 20.3728 6.12714 19.3846 4.36829 17.6258C2.60945 15.867 1.62134 13.4814 1.62134 10.9941C1.62134 10.7752 1.62134 10.5533 1.64322 10.3344L1.66198 10.1562C1.9113 10.1625 2.16036 10.1362 2.4029 10.0781C3.11255 9.83423 3.39391 9.14021 3.65339 8.51497C3.75433 8.23601 3.88096 7.96704 4.03166 7.71152C4.16468 7.52274 4.33866 7.36647 4.54059 7.2544C4.74252 7.14234 4.96717 7.07738 5.19775 7.06439C5.35156 7.04868 5.50692 7.06872 5.65171 7.12295C5.7965 7.17718 5.9268 7.26413 6.03245 7.37702C6.45762 7.89597 6.25754 8.73067 6.03245 9.39969C5.78235 10.1437 5.44472 11.166 5.94179 12.0007C6.11337 12.2637 6.32423 12.4988 6.56704 12.6979C6.81691 12.882 7.01504 13.1275 7.14226 13.4106C7.18662 13.6388 7.18662 13.8734 7.14226 14.1015C7.07786 14.4589 7.11025 14.827 7.23605 15.1676C7.47208 15.5838 7.84904 15.902 8.29897 16.0648C8.57973 16.1748 8.83196 16.3468 9.03676 16.5681C9.20012 16.8541 9.28832 17.1767 9.29311 17.506C9.29311 17.6529 9.32124 17.7999 9.34625 17.9405C9.45567 18.5908 9.90898 19.2379 10.5499 19.2379C10.5915 19.241 10.6333 19.241 10.6749 19.2379C11.4658 19.1348 11.6972 18.1781 11.7722 17.8624C11.9064 17.2166 11.9745 16.5587 11.9754 15.8991C12.0161 14.6486 12.0567 13.4732 13.0852 12.2664C13.426 11.86 13.3478 11.2442 13.1603 10.8002C12.8476 10.0562 11.9504 9.78421 10.6593 10.0343C9.64012 10.2313 9.00862 10.1218 8.78353 9.70606C8.71556 9.5337 8.6971 9.34578 8.73024 9.16349C8.76339 8.9812 8.84681 8.8118 8.97111 8.6744C9.28331 8.35506 9.65363 8.09828 10.0622 7.91786L11.5065 7.13004L11.7628 6.99249C14.3826 5.57318 15.6206 4.11636 15.3924 2.70956C16.6184 3.35978 17.6858 4.27244 18.5186 5.38248C18.503 5.6107 18.4655 5.69511 18.4311 5.72324C18.1377 5.91292 17.7863 5.99164 17.4401 5.9452H17.2619C16.8552 5.89574 16.4426 5.93412 16.052 6.05775C15.781 6.16337 15.5434 6.34004 15.3642 6.5692C15.1851 6.79836 15.071 7.07155 15.0339 7.36006C14.9967 7.64857 15.038 7.94174 15.1534 8.20878C15.2687 8.47581 15.4539 8.70685 15.6894 8.87761C16.0415 9.09716 16.4373 9.23694 16.8492 9.28714C17.0211 9.32153 17.1837 9.35592 17.34 9.39969C17.7496 9.52161 18.1372 9.85924 18.0653 10.175C18.0155 10.3203 17.9356 10.4535 17.8308 10.5658C17.6748 10.7396 17.5566 10.944 17.4838 11.166C17.4202 11.5101 17.4662 11.8654 17.6151 12.182C17.6787 12.3345 17.7238 12.494 17.7496 12.6572C17.7435 13.0068 17.6454 13.3487 17.4651 13.6482C17.3932 13.792 17.3244 13.939 17.2681 14.0859C17.1142 14.4616 17.0442 14.8664 17.0631 15.2719C17.082 15.6775 17.1893 16.074 17.3775 16.4337C17.5465 16.7285 17.7794 16.9817 18.0591 17.1746C17.1801 18.1821 16.095 18.9891 14.8771 19.5408C13.6592 20.0926 12.3371 20.3763 11 20.3728Z' fill='black'/%3E%3Cpath d='M21.004 10.9941C21.0093 8.87429 20.3367 6.80835 19.0845 5.098C18.1568 3.83082 16.9461 2.79779 15.5487 2.08118H15.5299C15.3392 1.98427 15.1454 1.89674 14.9485 1.81233C13.5222 1.19959 11.9729 0.927172 10.4232 1.01663C8.87343 1.10608 7.36577 1.55495 6.01948 2.32773C4.67319 3.1005 3.52521 4.17598 2.66636 5.46906C1.80751 6.76214 1.26136 8.23735 1.07112 9.77796C1.04924 9.94678 1.03361 10.1187 1.0211 10.2907C0.996094 10.522 0.996094 10.7596 0.996094 10.9941C0.995681 13.0609 1.63546 15.0772 2.82748 16.7657C4.01951 18.4541 5.70525 19.732 7.653 20.4235C9.60074 21.115 11.7149 21.1862 13.7047 20.6274C15.6946 20.0686 17.4626 18.9072 18.7656 17.3028C20.2129 15.5187 21.0032 13.2914 21.004 10.9941ZM18.4436 16.6869C18.2243 16.5465 18.0428 16.3544 17.9153 16.1273C17.7712 15.8489 17.6898 15.5423 17.6768 15.229C17.6639 14.9158 17.7196 14.6035 17.8402 14.3141C17.8934 14.1797 17.9559 14.0484 18.0184 13.914C18.2536 13.5136 18.3726 13.0557 18.3623 12.5916C18.3317 12.3774 18.2761 12.1676 18.1966 11.9663C18.0963 11.7674 18.0551 11.5439 18.0778 11.3223C18.1326 11.1841 18.212 11.057 18.3123 10.9472C18.4747 10.7674 18.5954 10.5539 18.6655 10.3219C18.8312 9.60602 18.1904 9.00891 17.5057 8.80883C17.3244 8.75256 17.1399 8.71817 16.9586 8.68066C16.6348 8.64165 16.3227 8.53515 16.0426 8.36803C15.8971 8.26325 15.7826 8.12105 15.7113 7.95651C15.64 7.79197 15.6146 7.6112 15.6377 7.43336C15.6607 7.25553 15.7315 7.08724 15.8424 6.94634C15.9533 6.80544 16.1003 6.69716 16.2677 6.63297C16.5784 6.54447 16.9039 6.52001 17.2244 6.56107H17.4088C17.914 6.62258 18.4237 6.48958 18.8344 6.18905C18.8855 6.14478 18.9297 6.09316 18.9657 6.03586C19.9718 7.65263 20.4609 9.53784 20.3676 11.4398C20.2743 13.3418 19.6031 15.1701 18.4436 16.6807V16.6869ZM11 1.61538C12.2429 1.61752 13.4732 1.86506 14.6202 2.34379L14.689 2.47822C15.3392 4.05696 12.9508 5.63883 11.469 6.44228L11.2157 6.58295L9.76829 7.36764C9.28352 7.59292 8.84795 7.91163 8.48654 8.30551C8.28399 8.53833 8.15247 8.82437 8.10758 9.12969C8.0627 9.43501 8.10634 9.74679 8.23332 10.0281C8.78978 11.0597 10.2872 10.769 10.7781 10.6752C11.2689 10.5814 12.3412 10.447 12.5944 11.0691C12.7132 11.3505 12.7663 11.6943 12.6163 11.885C11.4471 13.2606 11.4033 14.6049 11.3658 15.9022C11.3667 16.5208 11.3039 17.1379 11.1782 17.7436C11.0438 18.3094 10.8656 18.6127 10.6093 18.6408C10.2966 18.6877 10.0372 18.2188 9.984 17.8686C9.96212 17.7373 9.94962 17.606 9.93398 17.4747C9.92587 17.0314 9.7961 16.5988 9.55884 16.2242C9.29823 15.9232 8.97056 15.6876 8.60221 15.5365C8.28419 15.4316 8.01097 15.2222 7.82691 14.9425C7.75219 14.7006 7.73823 14.4439 7.78626 14.1953C7.8378 13.8834 7.82504 13.5643 7.74875 13.2575C7.5934 12.8539 7.32672 12.5026 6.9797 12.2446C6.78412 12.0868 6.61248 11.9014 6.47012 11.6943C6.1575 11.1473 6.34195 10.4251 6.61393 9.60915C6.86715 8.84947 7.12976 7.75529 6.50138 6.99249C6.33826 6.79837 6.13037 6.64685 5.89563 6.551C5.66089 6.45514 5.40635 6.41783 5.15398 6.44228C4.82456 6.46188 4.50399 6.55658 4.21681 6.71914C3.92962 6.88169 3.68343 7.1078 3.49708 7.38014C3.32191 7.66951 3.17533 7.97523 3.05941 8.293C2.83432 8.84947 2.64049 9.33404 2.20282 9.48097C2.04956 9.51251 1.89348 9.52822 1.73701 9.52786C2.09151 7.32456 3.21779 5.31905 4.91464 3.86959C6.6115 2.42014 8.76839 1.62115 11 1.61538ZM11 20.3728C8.51265 20.3728 6.12714 19.3846 4.36829 17.6258C2.60945 15.867 1.62134 13.4814 1.62134 10.9941C1.62134 10.7752 1.62134 10.5533 1.64322 10.3344L1.66198 10.1562C1.9113 10.1625 2.16036 10.1362 2.4029 10.0781C3.11255 9.83423 3.39391 9.14021 3.65339 8.51497C3.75433 8.23601 3.88096 7.96704 4.03166 7.71152C4.16468 7.52274 4.33866 7.36647 4.54059 7.2544C4.74252 7.14234 4.96717 7.07738 5.19775 7.06439C5.35156 7.04868 5.50692 7.06872 5.65171 7.12295C5.7965 7.17718 5.9268 7.26413 6.03245 7.37702C6.45762 7.89597 6.25754 8.73067 6.03245 9.39969C5.78235 10.1437 5.44472 11.166 5.94179 12.0007C6.11337 12.2637 6.32423 12.4988 6.56704 12.6979C6.81691 12.882 7.01504 13.1275 7.14226 13.4106C7.18662 13.6388 7.18662 13.8734 7.14226 14.1015C7.07786 14.4589 7.11025 14.827 7.23605 15.1676C7.47208 15.5838 7.84904 15.902 8.29897 16.0648C8.57973 16.1748 8.83196 16.3468 9.03676 16.5681C9.20012 16.8541 9.28832 17.1767 9.29311 17.506C9.29311 17.6529 9.32124 17.7999 9.34625 17.9405C9.45567 18.5908 9.90898 19.2379 10.5499 19.2379C10.5915 19.241 10.6333 19.241 10.6749 19.2379C11.4658 19.1348 11.6972 18.1781 11.7722 17.8624C11.9064 17.2166 11.9745 16.5587 11.9754 15.8991C12.0161 14.6486 12.0567 13.4732 13.0852 12.2664C13.426 11.86 13.3478 11.2442 13.1603 10.8002C12.8476 10.0562 11.9504 9.78421 10.6593 10.0343C9.64012 10.2313 9.00862 10.1218 8.78353 9.70606C8.71556 9.5337 8.6971 9.34578 8.73024 9.16349C8.76339 8.9812 8.84681 8.8118 8.97111 8.6744C9.28331 8.35506 9.65363 8.09828 10.0622 7.91786L11.5065 7.13004L11.7628 6.99249C14.3826 5.57318 15.6206 4.11636 15.3924 2.70956C16.6184 3.35978 17.6858 4.27244 18.5186 5.38248C18.503 5.6107 18.4655 5.69511 18.4311 5.72324C18.1377 5.91292 17.7863 5.99164 17.4401 5.9452H17.2619C16.8552 5.89574 16.4426 5.93412 16.052 6.05775C15.781 6.16337 15.5434 6.34004 15.3642 6.5692C15.1851 6.79836 15.071 7.07155 15.0339 7.36006C14.9967 7.64857 15.038 7.94174 15.1534 8.20878C15.2687 8.47581 15.4539 8.70685 15.6894 8.87761C16.0415 9.09716 16.4373 9.23694 16.8492 9.28714C17.0211 9.32153 17.1837 9.35592 17.34 9.39969C17.7496 9.52161 18.1372 9.85924 18.0653 10.175C18.0155 10.3203 17.9356 10.4535 17.8308 10.5658C17.6748 10.7396 17.5566 10.944 17.4838 11.166C17.4202 11.5101 17.4662 11.8654 17.6151 12.182C17.6787 12.3345 17.7238 12.494 17.7496 12.6572C17.7435 13.0068 17.6454 13.3487 17.4651 13.6482C17.3932 13.792 17.3244 13.939 17.2681 14.0859C17.1142 14.4616 17.0442 14.8664 17.0631 15.2719C17.082 15.6775 17.1893 16.074 17.3775 16.4337C17.5465 16.7285 17.7794 16.9817 18.0591 17.1746C17.1801 18.1821 16.095 18.9891 14.8771 19.5408C13.6592 20.0926 12.3371 20.3763 11 20.3728Z' stroke='black' stroke-width='0.6' mask='url(%23path-1-outside-1_9568_11972)'/%3E%3C/svg%3E");
}

.hw__sidebar-nav .nav-link .hw__icon-earth, .hw__sidebar-nav .nav-link.active .hw__icon-earth, .dropdown-item .hw__icon-earth {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cmask id='path-1-outside-1_9568_16050' maskUnits='userSpaceOnUse' x='-0.00390625' y='0' width='22' height='22' fill='black'%3E%3Crect fill='white' x='-0.00390625' width='22' height='22'/%3E%3Cpath d='M21.004 10.9941C21.0093 8.87429 20.3367 6.80835 19.0845 5.098C18.1568 3.83082 16.9461 2.79779 15.5487 2.08118H15.5299C15.3392 1.98427 15.1454 1.89674 14.9485 1.81233C13.5222 1.19959 11.9729 0.927172 10.4232 1.01663C8.87343 1.10608 7.36577 1.55495 6.01948 2.32773C4.67319 3.1005 3.52521 4.17598 2.66636 5.46906C1.80751 6.76214 1.26136 8.23735 1.07112 9.77796C1.04924 9.94678 1.03361 10.1187 1.0211 10.2907C0.996094 10.522 0.996094 10.7596 0.996094 10.9941C0.995681 13.0609 1.63546 15.0772 2.82748 16.7657C4.01951 18.4541 5.70525 19.732 7.653 20.4235C9.60074 21.115 11.7149 21.1862 13.7047 20.6274C15.6946 20.0686 17.4626 18.9072 18.7656 17.3028C20.2129 15.5187 21.0032 13.2914 21.004 10.9941ZM18.4436 16.6869C18.2243 16.5465 18.0428 16.3544 17.9153 16.1273C17.7712 15.8489 17.6898 15.5423 17.6768 15.229C17.6639 14.9158 17.7196 14.6035 17.8402 14.3141C17.8934 14.1797 17.9559 14.0484 18.0184 13.914C18.2536 13.5136 18.3726 13.0557 18.3623 12.5916C18.3317 12.3774 18.2761 12.1676 18.1966 11.9663C18.0963 11.7674 18.0551 11.5439 18.0778 11.3223C18.1326 11.1841 18.212 11.057 18.3123 10.9472C18.4747 10.7674 18.5954 10.5539 18.6655 10.3219C18.8312 9.60602 18.1904 9.00891 17.5057 8.80883C17.3244 8.75256 17.1399 8.71817 16.9586 8.68066C16.6348 8.64165 16.3227 8.53515 16.0426 8.36803C15.8971 8.26325 15.7826 8.12105 15.7113 7.95651C15.64 7.79197 15.6146 7.6112 15.6377 7.43336C15.6607 7.25553 15.7315 7.08724 15.8424 6.94634C15.9533 6.80544 16.1003 6.69716 16.2677 6.63297C16.5784 6.54447 16.9039 6.52001 17.2244 6.56107H17.4088C17.914 6.62258 18.4237 6.48958 18.8344 6.18905C18.8855 6.14478 18.9297 6.09316 18.9657 6.03586C19.9718 7.65263 20.4609 9.53784 20.3676 11.4398C20.2743 13.3418 19.6031 15.1701 18.4436 16.6807V16.6869ZM11 1.61538C12.2429 1.61752 13.4732 1.86506 14.6202 2.34379L14.689 2.47822C15.3392 4.05696 12.9508 5.63883 11.469 6.44228L11.2157 6.58295L9.76829 7.36764C9.28352 7.59292 8.84795 7.91163 8.48654 8.30551C8.28399 8.53833 8.15247 8.82437 8.10758 9.12969C8.0627 9.43501 8.10634 9.74679 8.23332 10.0281C8.78978 11.0597 10.2872 10.769 10.7781 10.6752C11.2689 10.5814 12.3412 10.447 12.5944 11.0691C12.7132 11.3505 12.7663 11.6943 12.6163 11.885C11.4471 13.2606 11.4033 14.6049 11.3658 15.9022C11.3667 16.5208 11.3039 17.1379 11.1782 17.7436C11.0438 18.3094 10.8656 18.6127 10.6093 18.6408C10.2966 18.6877 10.0372 18.2188 9.984 17.8686C9.96212 17.7373 9.94962 17.606 9.93398 17.4747C9.92587 17.0314 9.7961 16.5988 9.55884 16.2242C9.29823 15.9232 8.97056 15.6876 8.60221 15.5365C8.28419 15.4316 8.01097 15.2222 7.82691 14.9425C7.75219 14.7006 7.73823 14.4439 7.78626 14.1953C7.8378 13.8834 7.82504 13.5643 7.74875 13.2575C7.5934 12.8539 7.32672 12.5026 6.9797 12.2446C6.78412 12.0868 6.61248 11.9014 6.47012 11.6943C6.1575 11.1473 6.34195 10.4251 6.61393 9.60915C6.86715 8.84947 7.12976 7.75529 6.50138 6.99249C6.33826 6.79837 6.13037 6.64685 5.89563 6.551C5.66089 6.45514 5.40635 6.41783 5.15398 6.44228C4.82456 6.46188 4.50399 6.55658 4.21681 6.71914C3.92962 6.88169 3.68343 7.1078 3.49708 7.38014C3.32191 7.66951 3.17533 7.97523 3.05941 8.293C2.83432 8.84947 2.64049 9.33404 2.20282 9.48097C2.04956 9.51251 1.89348 9.52822 1.73701 9.52786C2.09151 7.32456 3.21779 5.31905 4.91464 3.86959C6.6115 2.42014 8.76839 1.62115 11 1.61538ZM11 20.3728C8.51265 20.3728 6.12714 19.3846 4.36829 17.6258C2.60945 15.867 1.62134 13.4814 1.62134 10.9941C1.62134 10.7752 1.62134 10.5533 1.64322 10.3344L1.66198 10.1562C1.9113 10.1625 2.16036 10.1362 2.4029 10.0781C3.11255 9.83423 3.39391 9.14021 3.65339 8.51497C3.75433 8.23601 3.88096 7.96704 4.03166 7.71152C4.16468 7.52274 4.33866 7.36647 4.54059 7.2544C4.74252 7.14234 4.96717 7.07738 5.19775 7.06439C5.35156 7.04868 5.50692 7.06872 5.65171 7.12295C5.7965 7.17718 5.9268 7.26413 6.03245 7.37702C6.45762 7.89597 6.25754 8.73067 6.03245 9.39969C5.78235 10.1437 5.44472 11.166 5.94179 12.0007C6.11337 12.2637 6.32423 12.4988 6.56704 12.6979C6.81691 12.882 7.01504 13.1275 7.14226 13.4106C7.18662 13.6388 7.18662 13.8734 7.14226 14.1015C7.07786 14.4589 7.11025 14.827 7.23605 15.1676C7.47208 15.5838 7.84904 15.902 8.29897 16.0648C8.57973 16.1748 8.83196 16.3468 9.03676 16.5681C9.20012 16.8541 9.28832 17.1767 9.29311 17.506C9.29311 17.6529 9.32124 17.7999 9.34625 17.9405C9.45567 18.5908 9.90898 19.2379 10.5499 19.2379C10.5915 19.241 10.6333 19.241 10.6749 19.2379C11.4658 19.1348 11.6972 18.1781 11.7722 17.8624C11.9064 17.2166 11.9745 16.5587 11.9754 15.8991C12.0161 14.6486 12.0567 13.4732 13.0852 12.2664C13.426 11.86 13.3478 11.2442 13.1603 10.8002C12.8476 10.0562 11.9504 9.78421 10.6593 10.0343C9.64012 10.2313 9.00862 10.1218 8.78353 9.70606C8.71556 9.5337 8.6971 9.34578 8.73024 9.16349C8.76339 8.9812 8.84681 8.8118 8.97111 8.6744C9.28331 8.35506 9.65363 8.09828 10.0622 7.91786L11.5065 7.13004L11.7628 6.99249C14.3826 5.57318 15.6206 4.11636 15.3924 2.70956C16.6184 3.35978 17.6858 4.27244 18.5186 5.38248C18.503 5.6107 18.4655 5.69511 18.4311 5.72324C18.1377 5.91292 17.7863 5.99164 17.4401 5.9452H17.2619C16.8552 5.89574 16.4426 5.93412 16.052 6.05775C15.781 6.16337 15.5434 6.34004 15.3642 6.5692C15.1851 6.79836 15.071 7.07155 15.0339 7.36006C14.9967 7.64857 15.038 7.94174 15.1534 8.20878C15.2687 8.47581 15.4539 8.70685 15.6894 8.87761C16.0415 9.09716 16.4373 9.23694 16.8492 9.28714C17.0211 9.32153 17.1837 9.35592 17.34 9.39969C17.7496 9.52161 18.1372 9.85924 18.0653 10.175C18.0155 10.3203 17.9356 10.4535 17.8308 10.5658C17.6748 10.7396 17.5566 10.944 17.4838 11.166C17.4202 11.5101 17.4662 11.8654 17.6151 12.182C17.6787 12.3345 17.7238 12.494 17.7496 12.6572C17.7435 13.0068 17.6454 13.3487 17.4651 13.6482C17.3932 13.792 17.3244 13.939 17.2681 14.0859C17.1142 14.4616 17.0442 14.8664 17.0631 15.2719C17.082 15.6775 17.1893 16.074 17.3775 16.4337C17.5465 16.7285 17.7794 16.9817 18.0591 17.1746C17.1801 18.1821 16.095 18.9891 14.8771 19.5408C13.6592 20.0926 12.3371 20.3763 11 20.3728Z'/%3E%3C/mask%3E%3Cpath d='M21.004 10.9941C21.0093 8.87429 20.3367 6.80835 19.0845 5.098C18.1568 3.83082 16.9461 2.79779 15.5487 2.08118H15.5299C15.3392 1.98427 15.1454 1.89674 14.9485 1.81233C13.5222 1.19959 11.9729 0.927172 10.4232 1.01663C8.87343 1.10608 7.36577 1.55495 6.01948 2.32773C4.67319 3.1005 3.52521 4.17598 2.66636 5.46906C1.80751 6.76214 1.26136 8.23735 1.07112 9.77796C1.04924 9.94678 1.03361 10.1187 1.0211 10.2907C0.996094 10.522 0.996094 10.7596 0.996094 10.9941C0.995681 13.0609 1.63546 15.0772 2.82748 16.7657C4.01951 18.4541 5.70525 19.732 7.653 20.4235C9.60074 21.115 11.7149 21.1862 13.7047 20.6274C15.6946 20.0686 17.4626 18.9072 18.7656 17.3028C20.2129 15.5187 21.0032 13.2914 21.004 10.9941ZM18.4436 16.6869C18.2243 16.5465 18.0428 16.3544 17.9153 16.1273C17.7712 15.8489 17.6898 15.5423 17.6768 15.229C17.6639 14.9158 17.7196 14.6035 17.8402 14.3141C17.8934 14.1797 17.9559 14.0484 18.0184 13.914C18.2536 13.5136 18.3726 13.0557 18.3623 12.5916C18.3317 12.3774 18.2761 12.1676 18.1966 11.9663C18.0963 11.7674 18.0551 11.5439 18.0778 11.3223C18.1326 11.1841 18.212 11.057 18.3123 10.9472C18.4747 10.7674 18.5954 10.5539 18.6655 10.3219C18.8312 9.60602 18.1904 9.00891 17.5057 8.80883C17.3244 8.75256 17.1399 8.71817 16.9586 8.68066C16.6348 8.64165 16.3227 8.53515 16.0426 8.36803C15.8971 8.26325 15.7826 8.12105 15.7113 7.95651C15.64 7.79197 15.6146 7.6112 15.6377 7.43336C15.6607 7.25553 15.7315 7.08724 15.8424 6.94634C15.9533 6.80544 16.1003 6.69716 16.2677 6.63297C16.5784 6.54447 16.9039 6.52001 17.2244 6.56107H17.4088C17.914 6.62258 18.4237 6.48958 18.8344 6.18905C18.8855 6.14478 18.9297 6.09316 18.9657 6.03586C19.9718 7.65263 20.4609 9.53784 20.3676 11.4398C20.2743 13.3418 19.6031 15.1701 18.4436 16.6807V16.6869ZM11 1.61538C12.2429 1.61752 13.4732 1.86506 14.6202 2.34379L14.689 2.47822C15.3392 4.05696 12.9508 5.63883 11.469 6.44228L11.2157 6.58295L9.76829 7.36764C9.28352 7.59292 8.84795 7.91163 8.48654 8.30551C8.28399 8.53833 8.15247 8.82437 8.10758 9.12969C8.0627 9.43501 8.10634 9.74679 8.23332 10.0281C8.78978 11.0597 10.2872 10.769 10.7781 10.6752C11.2689 10.5814 12.3412 10.447 12.5944 11.0691C12.7132 11.3505 12.7663 11.6943 12.6163 11.885C11.4471 13.2606 11.4033 14.6049 11.3658 15.9022C11.3667 16.5208 11.3039 17.1379 11.1782 17.7436C11.0438 18.3094 10.8656 18.6127 10.6093 18.6408C10.2966 18.6877 10.0372 18.2188 9.984 17.8686C9.96212 17.7373 9.94962 17.606 9.93398 17.4747C9.92587 17.0314 9.7961 16.5988 9.55884 16.2242C9.29823 15.9232 8.97056 15.6876 8.60221 15.5365C8.28419 15.4316 8.01097 15.2222 7.82691 14.9425C7.75219 14.7006 7.73823 14.4439 7.78626 14.1953C7.8378 13.8834 7.82504 13.5643 7.74875 13.2575C7.5934 12.8539 7.32672 12.5026 6.9797 12.2446C6.78412 12.0868 6.61248 11.9014 6.47012 11.6943C6.1575 11.1473 6.34195 10.4251 6.61393 9.60915C6.86715 8.84947 7.12976 7.75529 6.50138 6.99249C6.33826 6.79837 6.13037 6.64685 5.89563 6.551C5.66089 6.45514 5.40635 6.41783 5.15398 6.44228C4.82456 6.46188 4.50399 6.55658 4.21681 6.71914C3.92962 6.88169 3.68343 7.1078 3.49708 7.38014C3.32191 7.66951 3.17533 7.97523 3.05941 8.293C2.83432 8.84947 2.64049 9.33404 2.20282 9.48097C2.04956 9.51251 1.89348 9.52822 1.73701 9.52786C2.09151 7.32456 3.21779 5.31905 4.91464 3.86959C6.6115 2.42014 8.76839 1.62115 11 1.61538ZM11 20.3728C8.51265 20.3728 6.12714 19.3846 4.36829 17.6258C2.60945 15.867 1.62134 13.4814 1.62134 10.9941C1.62134 10.7752 1.62134 10.5533 1.64322 10.3344L1.66198 10.1562C1.9113 10.1625 2.16036 10.1362 2.4029 10.0781C3.11255 9.83423 3.39391 9.14021 3.65339 8.51497C3.75433 8.23601 3.88096 7.96704 4.03166 7.71152C4.16468 7.52274 4.33866 7.36647 4.54059 7.2544C4.74252 7.14234 4.96717 7.07738 5.19775 7.06439C5.35156 7.04868 5.50692 7.06872 5.65171 7.12295C5.7965 7.17718 5.9268 7.26413 6.03245 7.37702C6.45762 7.89597 6.25754 8.73067 6.03245 9.39969C5.78235 10.1437 5.44472 11.166 5.94179 12.0007C6.11337 12.2637 6.32423 12.4988 6.56704 12.6979C6.81691 12.882 7.01504 13.1275 7.14226 13.4106C7.18662 13.6388 7.18662 13.8734 7.14226 14.1015C7.07786 14.4589 7.11025 14.827 7.23605 15.1676C7.47208 15.5838 7.84904 15.902 8.29897 16.0648C8.57973 16.1748 8.83196 16.3468 9.03676 16.5681C9.20012 16.8541 9.28832 17.1767 9.29311 17.506C9.29311 17.6529 9.32124 17.7999 9.34625 17.9405C9.45567 18.5908 9.90898 19.2379 10.5499 19.2379C10.5915 19.241 10.6333 19.241 10.6749 19.2379C11.4658 19.1348 11.6972 18.1781 11.7722 17.8624C11.9064 17.2166 11.9745 16.5587 11.9754 15.8991C12.0161 14.6486 12.0567 13.4732 13.0852 12.2664C13.426 11.86 13.3478 11.2442 13.1603 10.8002C12.8476 10.0562 11.9504 9.78421 10.6593 10.0343C9.64012 10.2313 9.00862 10.1218 8.78353 9.70606C8.71556 9.5337 8.6971 9.34578 8.73024 9.16349C8.76339 8.9812 8.84681 8.8118 8.97111 8.6744C9.28331 8.35506 9.65363 8.09828 10.0622 7.91786L11.5065 7.13004L11.7628 6.99249C14.3826 5.57318 15.6206 4.11636 15.3924 2.70956C16.6184 3.35978 17.6858 4.27244 18.5186 5.38248C18.503 5.6107 18.4655 5.69511 18.4311 5.72324C18.1377 5.91292 17.7863 5.99164 17.4401 5.9452H17.2619C16.8552 5.89574 16.4426 5.93412 16.052 6.05775C15.781 6.16337 15.5434 6.34004 15.3642 6.5692C15.1851 6.79836 15.071 7.07155 15.0339 7.36006C14.9967 7.64857 15.038 7.94174 15.1534 8.20878C15.2687 8.47581 15.4539 8.70685 15.6894 8.87761C16.0415 9.09716 16.4373 9.23694 16.8492 9.28714C17.0211 9.32153 17.1837 9.35592 17.34 9.39969C17.7496 9.52161 18.1372 9.85924 18.0653 10.175C18.0155 10.3203 17.9356 10.4535 17.8308 10.5658C17.6748 10.7396 17.5566 10.944 17.4838 11.166C17.4202 11.5101 17.4662 11.8654 17.6151 12.182C17.6787 12.3345 17.7238 12.494 17.7496 12.6572C17.7435 13.0068 17.6454 13.3487 17.4651 13.6482C17.3932 13.792 17.3244 13.939 17.2681 14.0859C17.1142 14.4616 17.0442 14.8664 17.0631 15.2719C17.082 15.6775 17.1893 16.074 17.3775 16.4337C17.5465 16.7285 17.7794 16.9817 18.0591 17.1746C17.1801 18.1821 16.095 18.9891 14.8771 19.5408C13.6592 20.0926 12.3371 20.3763 11 20.3728Z' fill='white'/%3E%3Cpath d='M21.004 10.9941C21.0093 8.87429 20.3367 6.80835 19.0845 5.098C18.1568 3.83082 16.9461 2.79779 15.5487 2.08118H15.5299C15.3392 1.98427 15.1454 1.89674 14.9485 1.81233C13.5222 1.19959 11.9729 0.927172 10.4232 1.01663C8.87343 1.10608 7.36577 1.55495 6.01948 2.32773C4.67319 3.1005 3.52521 4.17598 2.66636 5.46906C1.80751 6.76214 1.26136 8.23735 1.07112 9.77796C1.04924 9.94678 1.03361 10.1187 1.0211 10.2907C0.996094 10.522 0.996094 10.7596 0.996094 10.9941C0.995681 13.0609 1.63546 15.0772 2.82748 16.7657C4.01951 18.4541 5.70525 19.732 7.653 20.4235C9.60074 21.115 11.7149 21.1862 13.7047 20.6274C15.6946 20.0686 17.4626 18.9072 18.7656 17.3028C20.2129 15.5187 21.0032 13.2914 21.004 10.9941ZM18.4436 16.6869C18.2243 16.5465 18.0428 16.3544 17.9153 16.1273C17.7712 15.8489 17.6898 15.5423 17.6768 15.229C17.6639 14.9158 17.7196 14.6035 17.8402 14.3141C17.8934 14.1797 17.9559 14.0484 18.0184 13.914C18.2536 13.5136 18.3726 13.0557 18.3623 12.5916C18.3317 12.3774 18.2761 12.1676 18.1966 11.9663C18.0963 11.7674 18.0551 11.5439 18.0778 11.3223C18.1326 11.1841 18.212 11.057 18.3123 10.9472C18.4747 10.7674 18.5954 10.5539 18.6655 10.3219C18.8312 9.60602 18.1904 9.00891 17.5057 8.80883C17.3244 8.75256 17.1399 8.71817 16.9586 8.68066C16.6348 8.64165 16.3227 8.53515 16.0426 8.36803C15.8971 8.26325 15.7826 8.12105 15.7113 7.95651C15.64 7.79197 15.6146 7.6112 15.6377 7.43336C15.6607 7.25553 15.7315 7.08724 15.8424 6.94634C15.9533 6.80544 16.1003 6.69716 16.2677 6.63297C16.5784 6.54447 16.9039 6.52001 17.2244 6.56107H17.4088C17.914 6.62258 18.4237 6.48958 18.8344 6.18905C18.8855 6.14478 18.9297 6.09316 18.9657 6.03586C19.9718 7.65263 20.4609 9.53784 20.3676 11.4398C20.2743 13.3418 19.6031 15.1701 18.4436 16.6807V16.6869ZM11 1.61538C12.2429 1.61752 13.4732 1.86506 14.6202 2.34379L14.689 2.47822C15.3392 4.05696 12.9508 5.63883 11.469 6.44228L11.2157 6.58295L9.76829 7.36764C9.28352 7.59292 8.84795 7.91163 8.48654 8.30551C8.28399 8.53833 8.15247 8.82437 8.10758 9.12969C8.0627 9.43501 8.10634 9.74679 8.23332 10.0281C8.78978 11.0597 10.2872 10.769 10.7781 10.6752C11.2689 10.5814 12.3412 10.447 12.5944 11.0691C12.7132 11.3505 12.7663 11.6943 12.6163 11.885C11.4471 13.2606 11.4033 14.6049 11.3658 15.9022C11.3667 16.5208 11.3039 17.1379 11.1782 17.7436C11.0438 18.3094 10.8656 18.6127 10.6093 18.6408C10.2966 18.6877 10.0372 18.2188 9.984 17.8686C9.96212 17.7373 9.94962 17.606 9.93398 17.4747C9.92587 17.0314 9.7961 16.5988 9.55884 16.2242C9.29823 15.9232 8.97056 15.6876 8.60221 15.5365C8.28419 15.4316 8.01097 15.2222 7.82691 14.9425C7.75219 14.7006 7.73823 14.4439 7.78626 14.1953C7.8378 13.8834 7.82504 13.5643 7.74875 13.2575C7.5934 12.8539 7.32672 12.5026 6.9797 12.2446C6.78412 12.0868 6.61248 11.9014 6.47012 11.6943C6.1575 11.1473 6.34195 10.4251 6.61393 9.60915C6.86715 8.84947 7.12976 7.75529 6.50138 6.99249C6.33826 6.79837 6.13037 6.64685 5.89563 6.551C5.66089 6.45514 5.40635 6.41783 5.15398 6.44228C4.82456 6.46188 4.50399 6.55658 4.21681 6.71914C3.92962 6.88169 3.68343 7.1078 3.49708 7.38014C3.32191 7.66951 3.17533 7.97523 3.05941 8.293C2.83432 8.84947 2.64049 9.33404 2.20282 9.48097C2.04956 9.51251 1.89348 9.52822 1.73701 9.52786C2.09151 7.32456 3.21779 5.31905 4.91464 3.86959C6.6115 2.42014 8.76839 1.62115 11 1.61538ZM11 20.3728C8.51265 20.3728 6.12714 19.3846 4.36829 17.6258C2.60945 15.867 1.62134 13.4814 1.62134 10.9941C1.62134 10.7752 1.62134 10.5533 1.64322 10.3344L1.66198 10.1562C1.9113 10.1625 2.16036 10.1362 2.4029 10.0781C3.11255 9.83423 3.39391 9.14021 3.65339 8.51497C3.75433 8.23601 3.88096 7.96704 4.03166 7.71152C4.16468 7.52274 4.33866 7.36647 4.54059 7.2544C4.74252 7.14234 4.96717 7.07738 5.19775 7.06439C5.35156 7.04868 5.50692 7.06872 5.65171 7.12295C5.7965 7.17718 5.9268 7.26413 6.03245 7.37702C6.45762 7.89597 6.25754 8.73067 6.03245 9.39969C5.78235 10.1437 5.44472 11.166 5.94179 12.0007C6.11337 12.2637 6.32423 12.4988 6.56704 12.6979C6.81691 12.882 7.01504 13.1275 7.14226 13.4106C7.18662 13.6388 7.18662 13.8734 7.14226 14.1015C7.07786 14.4589 7.11025 14.827 7.23605 15.1676C7.47208 15.5838 7.84904 15.902 8.29897 16.0648C8.57973 16.1748 8.83196 16.3468 9.03676 16.5681C9.20012 16.8541 9.28832 17.1767 9.29311 17.506C9.29311 17.6529 9.32124 17.7999 9.34625 17.9405C9.45567 18.5908 9.90898 19.2379 10.5499 19.2379C10.5915 19.241 10.6333 19.241 10.6749 19.2379C11.4658 19.1348 11.6972 18.1781 11.7722 17.8624C11.9064 17.2166 11.9745 16.5587 11.9754 15.8991C12.0161 14.6486 12.0567 13.4732 13.0852 12.2664C13.426 11.86 13.3478 11.2442 13.1603 10.8002C12.8476 10.0562 11.9504 9.78421 10.6593 10.0343C9.64012 10.2313 9.00862 10.1218 8.78353 9.70606C8.71556 9.5337 8.6971 9.34578 8.73024 9.16349C8.76339 8.9812 8.84681 8.8118 8.97111 8.6744C9.28331 8.35506 9.65363 8.09828 10.0622 7.91786L11.5065 7.13004L11.7628 6.99249C14.3826 5.57318 15.6206 4.11636 15.3924 2.70956C16.6184 3.35978 17.6858 4.27244 18.5186 5.38248C18.503 5.6107 18.4655 5.69511 18.4311 5.72324C18.1377 5.91292 17.7863 5.99164 17.4401 5.9452H17.2619C16.8552 5.89574 16.4426 5.93412 16.052 6.05775C15.781 6.16337 15.5434 6.34004 15.3642 6.5692C15.1851 6.79836 15.071 7.07155 15.0339 7.36006C14.9967 7.64857 15.038 7.94174 15.1534 8.20878C15.2687 8.47581 15.4539 8.70685 15.6894 8.87761C16.0415 9.09716 16.4373 9.23694 16.8492 9.28714C17.0211 9.32153 17.1837 9.35592 17.34 9.39969C17.7496 9.52161 18.1372 9.85924 18.0653 10.175C18.0155 10.3203 17.9356 10.4535 17.8308 10.5658C17.6748 10.7396 17.5566 10.944 17.4838 11.166C17.4202 11.5101 17.4662 11.8654 17.6151 12.182C17.6787 12.3345 17.7238 12.494 17.7496 12.6572C17.7435 13.0068 17.6454 13.3487 17.4651 13.6482C17.3932 13.792 17.3244 13.939 17.2681 14.0859C17.1142 14.4616 17.0442 14.8664 17.0631 15.2719C17.082 15.6775 17.1893 16.074 17.3775 16.4337C17.5465 16.7285 17.7794 16.9817 18.0591 17.1746C17.1801 18.1821 16.095 18.9891 14.8771 19.5408C13.6592 20.0926 12.3371 20.3763 11 20.3728Z' stroke='white' stroke-width='0.6' mask='url(%23path-1-outside-1_9568_16050)'/%3E%3C/svg%3E");}

.hw__sidebar-nav .nav-link:not(:hover) .hw__icon-cashback {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame' clip-path='url(%23clip0_10282_162)'%3E%3Cpath id='Vector' d='M15.5834 12.8333C12.0451 12.8333 9.16675 9.95408 9.16675 6.41667C9.16675 2.87925 12.0451 0 15.5834 0C19.1217 0 22.0001 2.87925 22.0001 6.41667C22.0001 9.95408 19.1217 12.8333 15.5834 12.8333ZM15.5834 1.375C12.8032 1.375 10.5417 3.63733 10.5417 6.41667C10.5417 9.196 12.8032 11.4583 15.5834 11.4583C18.3637 11.4583 20.6251 9.196 20.6251 6.41667C20.6251 3.63733 18.3637 1.375 15.5834 1.375Z' fill='black'/%3E%3Cpath id='Vector_2' d='M15.9317 9.62504H13.9792C13.7969 9.62504 13.622 9.55261 13.4931 9.42368C13.3641 9.29474 13.2917 9.11988 13.2917 8.93754C13.2917 8.7552 13.3641 8.58034 13.4931 8.45141C13.622 8.32247 13.7969 8.25004 13.9792 8.25004H15.9317C16.0824 8.25004 16.227 8.19016 16.3336 8.08358C16.4401 7.977 16.5 7.83244 16.5 7.68171C16.5009 7.6064 16.4868 7.53168 16.4587 7.46183C16.4305 7.39198 16.3888 7.32839 16.336 7.27471C16.2832 7.22104 16.2203 7.17834 16.1509 7.14908C16.0815 7.11981 16.007 7.10457 15.9317 7.10421H15.235C14.7184 7.10421 14.2229 6.89898 13.8576 6.53368C13.4923 6.16837 13.2871 5.67291 13.2871 5.15629C13.2871 4.63967 13.4923 4.14421 13.8576 3.77891C14.2229 3.4136 14.7184 3.20837 15.235 3.20837H17.1875C17.3699 3.20837 17.5447 3.28081 17.6737 3.40974C17.8026 3.53867 17.875 3.71354 17.875 3.89587C17.875 4.07821 17.8026 4.25308 17.6737 4.38201C17.5447 4.51094 17.3699 4.58337 17.1875 4.58337H15.235C15.0843 4.58337 14.9397 4.64325 14.8332 4.74984C14.7266 4.85642 14.6667 5.00098 14.6667 5.15171C14.6667 5.47437 14.9215 5.72921 15.235 5.72921H15.9317C16.4483 5.72921 16.9438 5.93443 17.3091 6.29974C17.6744 6.66504 17.8796 7.1605 17.8796 7.67712C17.8796 8.19374 17.6744 8.6892 17.3091 9.05451C16.9438 9.41981 16.4483 9.62504 15.9317 9.62504Z' fill='black'/%3E%3Cpath id='Vector_3' d='M15.5835 4.58337C15.4011 4.58337 15.2263 4.51094 15.0973 4.38201C14.9684 4.25308 14.896 4.07821 14.896 3.89587V2.52087C14.896 2.33854 14.9684 2.16367 15.0973 2.03474C15.2263 1.90581 15.4011 1.83337 15.5835 1.83337C15.7658 1.83337 15.9407 1.90581 16.0696 2.03474C16.1985 2.16367 16.271 2.33854 16.271 2.52087V3.89587C16.271 4.07821 16.1985 4.25308 16.0696 4.38201C15.9407 4.51094 15.7658 4.58337 15.5835 4.58337ZM15.5835 11C15.4011 11 15.2263 10.9276 15.0973 10.7987C14.9684 10.6697 14.896 10.4949 14.896 10.3125V8.93754C14.896 8.7552 14.9684 8.58034 15.0973 8.45141C15.2263 8.32247 15.4011 8.25004 15.5835 8.25004C15.7658 8.25004 15.9407 8.32247 16.0696 8.45141C16.1985 8.58034 16.271 8.7552 16.271 8.93754V10.3125C16.271 10.4949 16.1985 10.6697 16.0696 10.7987C15.9407 10.9276 15.7658 11 15.5835 11ZM3.20846 20.1667H0.687622C0.505286 20.1667 0.330417 20.0943 0.201486 19.9653C0.0725549 19.8364 0.00012207 19.6615 0.00012207 19.4792L0.00012207 11.6875C0.00012207 11.5052 0.0725549 11.3303 0.201486 11.2014C0.330417 11.0725 0.505286 11 0.687622 11C3.90054 11 5.39746 12.1156 5.45887 12.1633C5.56743 12.2461 5.64885 12.3594 5.69277 12.4887C5.73668 12.618 5.7411 12.7575 5.70546 12.8893L3.87212 19.6598C3.83248 19.8054 3.74602 19.934 3.62608 20.0256C3.50614 20.1172 3.35938 20.1668 3.20846 20.1667ZM1.37512 18.7917H2.68229L4.23879 13.0433C3.75937 12.8169 2.82162 12.4795 1.37421 12.3952V18.7917H1.37512Z' fill='black'/%3E%3Cpath id='Vector_4' d='M11.9168 22.0001C9.70854 22.0001 5.49004 20.1667 3.17179 19.075C3.09012 19.0365 3.01683 18.9822 2.95611 18.9154C2.89539 18.8485 2.84843 18.7704 2.81792 18.6854C2.7874 18.6004 2.77393 18.5102 2.77826 18.42C2.78259 18.3298 2.80465 18.2414 2.84317 18.1597C2.92096 17.9947 3.0611 17.8674 3.23275 17.8058C3.31775 17.7753 3.40792 17.7618 3.49812 17.7662C3.58832 17.7705 3.67678 17.7925 3.75846 17.8311C7.52596 19.6076 10.4996 20.626 11.9168 20.626C13.7758 20.626 17.9961 18.6185 20.2071 17.4598C19.9523 17.3141 19.5728 17.1885 19.021 17.1885C18.2161 17.1885 17.2215 17.5194 16.259 17.8411C15.193 18.1968 14.0902 18.5635 13.0626 18.5635C11.1303 18.5635 8.58104 17.6441 8.47379 17.6056C8.3024 17.5433 8.16274 17.4155 8.08556 17.2503C8.00837 17.0851 7.99997 16.896 8.06221 16.7246C8.12445 16.5532 8.25222 16.4136 8.41743 16.3364C8.58263 16.2592 8.77173 16.2508 8.94313 16.3131C8.96696 16.3222 11.3741 17.1885 13.0626 17.1885C13.8675 17.1885 14.862 16.8576 15.8245 16.5358C16.8906 16.1801 17.9934 15.8135 19.021 15.8135C21.2934 15.8135 21.925 17.3269 21.9506 17.392C22.0132 17.5476 22.0167 17.7207 21.9603 17.8786C21.9038 18.0366 21.7915 18.1684 21.6445 18.2491C21.3676 18.4012 14.8107 22.0001 11.9168 22.0001Z' fill='black'/%3E%3Cpath id='Vector_5' d='M15.1251 18.1867C14.9427 18.1867 14.7679 18.1142 14.6389 17.9853C14.51 17.8564 14.4376 17.6815 14.4376 17.4992V17.0867C14.4376 16.5449 14.0517 16.0728 13.5209 15.9628L4.6934 14.157C4.60308 14.1409 4.51691 14.1068 4.43996 14.0569C4.36301 14.0069 4.29684 13.942 4.24534 13.8661C4.19384 13.7902 4.15807 13.7047 4.14012 13.6147C4.12217 13.5248 4.12241 13.4321 4.14082 13.3422C4.15924 13.2523 4.19546 13.1671 4.24735 13.0914C4.29924 13.0157 4.36575 12.9512 4.44296 12.9017C4.52017 12.8521 4.60651 12.8185 4.69691 12.8028C4.78731 12.7872 4.87993 12.7897 4.96932 12.8104L13.7968 14.6163C14.3652 14.7342 14.8757 15.0439 15.2429 15.4935C15.6101 15.9431 15.8115 16.5053 15.8135 17.0858V17.4983C15.8132 17.6808 15.7406 17.8557 15.6116 17.9848C15.4825 18.1138 15.3076 18.1864 15.1251 18.1867Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10282_162'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.hw__sidebar-nav .nav-link .hw__icon-cashback, .hw__sidebar-nav .nav-link.active .hw__icon-cashback, .dropdown-item .hw__icon-cashback {background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Frame' clip-path='url(%23clip0_10285_23205)'%3E%3Cpath id='Vector' d='M15.5834 12.8333C12.0451 12.8333 9.16675 9.95408 9.16675 6.41667C9.16675 2.87925 12.0451 0 15.5834 0C19.1217 0 22.0001 2.87925 22.0001 6.41667C22.0001 9.95408 19.1217 12.8333 15.5834 12.8333ZM15.5834 1.375C12.8032 1.375 10.5417 3.63733 10.5417 6.41667C10.5417 9.196 12.8032 11.4583 15.5834 11.4583C18.3637 11.4583 20.6251 9.196 20.6251 6.41667C20.6251 3.63733 18.3637 1.375 15.5834 1.375Z' fill='white'/%3E%3Cpath id='Vector_2' d='M15.9317 9.62504H13.9792C13.7969 9.62504 13.622 9.55261 13.4931 9.42368C13.3641 9.29474 13.2917 9.11988 13.2917 8.93754C13.2917 8.7552 13.3641 8.58034 13.4931 8.45141C13.622 8.32247 13.7969 8.25004 13.9792 8.25004H15.9317C16.0824 8.25004 16.227 8.19016 16.3336 8.08358C16.4401 7.977 16.5 7.83244 16.5 7.68171C16.5009 7.6064 16.4868 7.53168 16.4587 7.46183C16.4305 7.39198 16.3888 7.32839 16.336 7.27471C16.2832 7.22104 16.2203 7.17834 16.1509 7.14908C16.0815 7.11981 16.007 7.10457 15.9317 7.10421H15.235C14.7184 7.10421 14.2229 6.89898 13.8576 6.53368C13.4923 6.16837 13.2871 5.67291 13.2871 5.15629C13.2871 4.63967 13.4923 4.14421 13.8576 3.77891C14.2229 3.4136 14.7184 3.20837 15.235 3.20837H17.1875C17.3699 3.20837 17.5447 3.28081 17.6737 3.40974C17.8026 3.53867 17.875 3.71354 17.875 3.89587C17.875 4.07821 17.8026 4.25308 17.6737 4.38201C17.5447 4.51094 17.3699 4.58337 17.1875 4.58337H15.235C15.0843 4.58337 14.9397 4.64325 14.8332 4.74984C14.7266 4.85642 14.6667 5.00098 14.6667 5.15171C14.6667 5.47437 14.9215 5.72921 15.235 5.72921H15.9317C16.4483 5.72921 16.9438 5.93443 17.3091 6.29974C17.6744 6.66504 17.8796 7.1605 17.8796 7.67712C17.8796 8.19374 17.6744 8.6892 17.3091 9.05451C16.9438 9.41981 16.4483 9.62504 15.9317 9.62504Z' fill='white'/%3E%3Cpath id='Vector_3' d='M15.5835 4.58337C15.4011 4.58337 15.2263 4.51094 15.0973 4.38201C14.9684 4.25308 14.896 4.07821 14.896 3.89587V2.52087C14.896 2.33854 14.9684 2.16367 15.0973 2.03474C15.2263 1.90581 15.4011 1.83337 15.5835 1.83337C15.7658 1.83337 15.9407 1.90581 16.0696 2.03474C16.1985 2.16367 16.271 2.33854 16.271 2.52087V3.89587C16.271 4.07821 16.1985 4.25308 16.0696 4.38201C15.9407 4.51094 15.7658 4.58337 15.5835 4.58337ZM15.5835 11C15.4011 11 15.2263 10.9276 15.0973 10.7987C14.9684 10.6697 14.896 10.4949 14.896 10.3125V8.93754C14.896 8.7552 14.9684 8.58034 15.0973 8.45141C15.2263 8.32247 15.4011 8.25004 15.5835 8.25004C15.7658 8.25004 15.9407 8.32247 16.0696 8.45141C16.1985 8.58034 16.271 8.7552 16.271 8.93754V10.3125C16.271 10.4949 16.1985 10.6697 16.0696 10.7987C15.9407 10.9276 15.7658 11 15.5835 11ZM3.20846 20.1667H0.687622C0.505286 20.1667 0.330417 20.0943 0.201486 19.9653C0.0725549 19.8364 0.00012207 19.6615 0.00012207 19.4792L0.00012207 11.6875C0.00012207 11.5052 0.0725549 11.3303 0.201486 11.2014C0.330417 11.0725 0.505286 11 0.687622 11C3.90054 11 5.39746 12.1156 5.45887 12.1633C5.56743 12.2461 5.64885 12.3594 5.69277 12.4887C5.73668 12.618 5.7411 12.7575 5.70546 12.8893L3.87212 19.6598C3.83248 19.8054 3.74602 19.934 3.62608 20.0256C3.50614 20.1172 3.35938 20.1668 3.20846 20.1667ZM1.37512 18.7917H2.68229L4.23879 13.0433C3.75937 12.8169 2.82162 12.4795 1.37421 12.3952V18.7917H1.37512Z' fill='white'/%3E%3Cpath id='Vector_4' d='M11.9168 22.0001C9.70854 22.0001 5.49004 20.1667 3.17179 19.075C3.09012 19.0365 3.01683 18.9822 2.95611 18.9154C2.89539 18.8485 2.84843 18.7704 2.81792 18.6854C2.7874 18.6004 2.77393 18.5102 2.77826 18.42C2.78259 18.3298 2.80465 18.2414 2.84317 18.1597C2.92096 17.9947 3.0611 17.8674 3.23275 17.8058C3.31775 17.7753 3.40792 17.7618 3.49812 17.7662C3.58832 17.7705 3.67678 17.7925 3.75846 17.8311C7.52596 19.6076 10.4996 20.626 11.9168 20.626C13.7758 20.626 17.9961 18.6185 20.2071 17.4598C19.9523 17.3141 19.5728 17.1885 19.021 17.1885C18.2161 17.1885 17.2215 17.5194 16.259 17.8411C15.193 18.1968 14.0902 18.5635 13.0626 18.5635C11.1303 18.5635 8.58104 17.6441 8.47379 17.6056C8.3024 17.5433 8.16274 17.4155 8.08556 17.2503C8.00837 17.0851 7.99997 16.896 8.06221 16.7246C8.12445 16.5532 8.25222 16.4136 8.41743 16.3364C8.58263 16.2592 8.77173 16.2508 8.94313 16.3131C8.96696 16.3222 11.3741 17.1885 13.0626 17.1885C13.8675 17.1885 14.862 16.8576 15.8245 16.5358C16.8906 16.1801 17.9934 15.8135 19.021 15.8135C21.2934 15.8135 21.925 17.3269 21.9506 17.392C22.0132 17.5476 22.0167 17.7207 21.9603 17.8786C21.9038 18.0366 21.7915 18.1684 21.6445 18.2491C21.3676 18.4012 14.8107 22.0001 11.9168 22.0001Z' fill='white'/%3E%3Cpath id='Vector_5' d='M15.1251 18.1867C14.9427 18.1867 14.7679 18.1142 14.6389 17.9853C14.51 17.8564 14.4376 17.6815 14.4376 17.4992V17.0867C14.4376 16.5449 14.0517 16.0728 13.5209 15.9628L4.6934 14.157C4.60308 14.1409 4.51691 14.1068 4.43996 14.0569C4.36301 14.0069 4.29684 13.942 4.24534 13.8661C4.19384 13.7902 4.15807 13.7047 4.14012 13.6147C4.12217 13.5248 4.12241 13.4321 4.14082 13.3422C4.15924 13.2523 4.19546 13.1671 4.24735 13.0914C4.29924 13.0157 4.36575 12.9512 4.44296 12.9017C4.52017 12.8521 4.60651 12.8185 4.69691 12.8028C4.78731 12.7872 4.87993 12.7897 4.96932 12.8104L13.7968 14.6163C14.3652 14.7342 14.8757 15.0439 15.2429 15.4935C15.6101 15.9431 15.8115 16.5053 15.8135 17.0858V17.4983C15.8132 17.6808 15.7406 17.8557 15.6116 17.9848C15.4825 18.1138 15.3076 18.1864 15.1251 18.1867Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10285_23205'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");}
.hw__ic {
  background-size: 5rem 5rem;
  background-repeat: no-repeat;
  background-position: center center;
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  display: inline-block
}
.hw__ic.icon3x {background-size: 2.4rem 2.4rem;width: 2.4rem;height: 2.4rem;min-width: 2.4rem;}
.hw__icon-plane {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9055 21.9909C10.55 21.9907 10.1996 21.906 9.88335 21.7436C9.56707 21.5812 9.29398 21.3459 9.08667 21.0571C8.87935 20.7682 8.74376 20.4342 8.69111 20.0826C8.63846 19.731 8.67025 19.3719 8.78387 19.035L10.4005 14.4909H7.1297L6.2297 15.8625C6.00252 16.2097 5.69235 16.4946 5.32727 16.6917C4.96218 16.8887 4.55372 16.9915 4.13887 16.9909C3.7962 16.9908 3.4586 16.9081 3.15473 16.7497C2.85086 16.5913 2.58969 16.3619 2.39339 16.081C2.19709 15.8002 2.07145 15.4761 2.02714 15.1363C1.98283 14.7965 2.02116 14.451 2.13887 14.1292L2.9147 11.9909L2.13053 9.85754C2.01254 9.53627 1.97374 9.1913 2.0174 8.85185C2.06106 8.5124 2.18591 8.18848 2.38137 7.90754C2.61357 7.61086 2.91391 7.37456 3.25691 7.21869C3.5999 7.06283 3.97543 6.99199 4.35164 7.01219C4.72784 7.03239 5.09363 7.14303 5.41796 7.33473C5.74229 7.52643 6.0156 7.79353 6.2147 8.11337L7.1272 9.49087H10.4005L8.7872 4.96004C8.67171 4.62148 8.63861 4.26026 8.69064 3.90635C8.74266 3.55244 8.87833 3.21603 9.08637 2.92504C9.33419 2.61029 9.65679 2.3625 10.0248 2.20424C10.3928 2.04597 10.7946 1.98224 11.1935 2.01884C11.5924 2.05545 11.9759 2.19123 12.3089 2.41382C12.642 2.63642 12.9141 2.93878 13.1005 3.29337L16.648 9.49087H19.4089C20.0116 9.4833 20.5977 9.6878 21.0649 10.0686C21.5321 10.4494 21.8506 10.9824 21.9647 11.5742C22.0253 11.9328 22.007 12.3003 21.9109 12.6511C21.8148 13.0019 21.6434 13.3275 21.4086 13.6052C21.1737 13.8829 20.8811 14.1061 20.5511 14.259C20.2211 14.412 19.8617 14.4911 19.498 14.4909H16.648L13.0922 20.7025C12.8766 21.0936 12.56 21.4194 12.1753 21.6461C11.7906 21.8727 11.352 21.9918 10.9055 21.9909ZM6.6797 12.8242H11.5814C11.7144 12.8253 11.8452 12.8581 11.9631 12.9199C12.081 12.9816 12.1824 13.0705 12.2591 13.1792C12.3358 13.2879 12.3856 13.4133 12.4042 13.545C12.4228 13.6767 12.4099 13.811 12.3664 13.9367L10.358 19.5809C10.3312 19.6655 10.3248 19.7553 10.3392 19.8429C10.3537 19.9306 10.3887 20.0135 10.4414 20.085C10.5254 20.1683 10.628 20.2305 10.7407 20.2666C10.8534 20.3026 10.973 20.3115 11.0898 20.2925C11.2066 20.2735 11.3172 20.2271 11.4126 20.1572C11.5081 20.0872 11.5856 19.9957 11.6389 19.89L15.4414 13.2409C15.5146 13.1139 15.6201 13.0086 15.7471 12.9354C15.8741 12.8623 16.0181 12.8239 16.1647 12.8242H19.498C19.6199 12.8243 19.7402 12.7976 19.8506 12.7461C19.961 12.6946 20.0588 12.6196 20.137 12.5262C20.2153 12.4329 20.2721 12.3235 20.3035 12.2058C20.335 12.0881 20.3402 11.965 20.3189 11.845C20.2695 11.6432 20.152 11.4646 19.9862 11.3393C19.8204 11.2141 19.6165 11.1499 19.4089 11.1575H16.1647C16.0181 11.1578 15.8741 11.1195 15.7471 11.0463C15.6201 10.9731 15.5146 10.8678 15.4414 10.7409L11.6455 4.1067C11.5949 3.9976 11.5186 3.90237 11.4232 3.82916C11.3278 3.75595 11.216 3.70693 11.0975 3.68629C10.9791 3.66566 10.8573 3.67402 10.7428 3.71066C10.6282 3.7473 10.5242 3.81113 10.4397 3.8967C10.3864 3.9705 10.3515 4.056 10.3381 4.14603C10.3246 4.23607 10.3329 4.32802 10.3622 4.4142L12.3622 10.045C12.4056 10.1704 12.4186 10.3043 12.4002 10.4357C12.3818 10.5671 12.3324 10.6923 12.2562 10.8009C12.1799 10.9095 12.079 10.9985 11.9617 11.0605C11.8444 11.1225 11.714 11.1557 11.5814 11.1575H6.6797C6.54203 11.1576 6.4065 11.1235 6.28522 11.0583C6.16395 10.9932 6.0607 10.899 5.9847 10.7842L4.82387 9.0342C4.63387 8.68337 3.9622 8.50337 3.74887 8.8592C3.70529 8.91999 3.67753 8.99067 3.66807 9.06486C3.65862 9.13905 3.66777 9.21443 3.6947 9.2842L4.58804 11.7059C4.65625 11.8915 4.65625 12.0953 4.58804 12.2809L3.6997 14.7059C3.67493 14.7756 3.66725 14.8503 3.67728 14.9237C3.68732 14.997 3.71479 15.0669 3.75739 15.1275C3.79999 15.188 3.85647 15.2375 3.92212 15.2717C3.98777 15.3059 4.06067 15.3239 4.1347 15.3242C4.2731 15.3243 4.40933 15.2899 4.53111 15.2241C4.65288 15.1584 4.75636 15.0633 4.8322 14.9475L5.97887 13.1975C6.0554 13.0819 6.15958 12.9872 6.28196 12.922C6.40434 12.8568 6.54105 12.8232 6.6797 12.8242Z' fill='%230F294D'/%3E%3C/svg%3E");
}
.hw__icon-planeBlue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_3603_68952)'%3E%3Cpath d='M20 12.5H25C25.663 12.5 26.2989 12.7634 26.7678 13.2322C27.2366 13.7011 27.5 14.337 27.5 15C27.5 15.663 27.2366 16.2989 26.7678 16.7678C26.2989 17.2366 25.663 17.5 25 17.5H20L15 26.25H11.25L13.75 17.5H8.75L6.25 20H2.5L5 15L2.5 10H6.25L8.75 12.5H13.75L11.25 3.75H15L20 12.5Z' stroke='%233264FF' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3603_68952'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.hw__icon-planeDark {
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_3603_68952)'%3E%3Cpath d='M20 12.5H25C25.663 12.5 26.2989 12.7634 26.7678 13.2322C27.2366 13.7011 27.5 14.337 27.5 15C27.5 15.663 27.2366 16.2989 26.7678 16.7678C26.2989 17.2366 25.663 17.5 25 17.5H20L15 26.25H11.25L13.75 17.5H8.75L6.25 20H2.5L5 15L2.5 10H6.25L8.75 12.5H13.75L11.25 3.75H15L20 12.5Z' stroke='%230F294D' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3603_68952'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); */
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M19.6354 8.80291L23.6979 4.87583C24.2187 4.35506 24.925 4.0625 25.6615 4.0625C26.3979 4.0625 27.1042 4.35506 27.625 4.87583C28.1458 5.39659 28.4383 6.1029 28.4383 6.83937C28.4383 7.57584 28.1458 8.28215 27.625 8.80291L23.6979 12.8654L27.0833 23.0217L23.6979 26.4748L18.9583 17.605L14.8958 21.6675V25.73L12.1875 28.4383L10.1563 22.3446L4.0625 20.3133L6.77083 17.605H10.8333L14.8958 13.5425L6.09375 8.80291L9.47917 5.41749L19.6354 8.80291Z' stroke='%230F294D' stroke-width='2.4375' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.hw__icon-carDark {
 
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3.51836 14.7449C3.51836 15.2549 3.71346 15.7441 4.06075 16.1047C4.40804 16.4654 4.87907 16.668 5.37021 16.668C5.86135 16.668 6.33237 16.4654 6.67966 16.1047C7.02695 15.7441 7.22206 15.2549 7.22206 14.7449M3.51836 14.7449C3.51836 14.2349 3.71346 13.7457 4.06075 13.3851C4.40804 13.0244 4.87907 12.8218 5.37021 12.8218C5.86135 12.8218 6.33237 13.0244 6.67966 13.3851C7.02695 13.7457 7.22206 14.2349 7.22206 14.7449M3.51836 14.7449H1.6665V8.97566M7.22206 14.7449H12.7776M12.7776 14.7449C12.7776 15.2549 12.9727 15.7441 13.32 16.1047C13.6673 16.4654 14.1383 16.668 14.6295 16.668C15.1206 16.668 15.5916 16.4654 15.9389 16.1047C16.2862 15.7441 16.4813 15.2549 16.4813 14.7449M12.7776 14.7449C12.7776 14.2349 12.9727 13.7457 13.32 13.3851C13.6673 13.0244 14.1383 12.8218 14.6295 12.8218C15.1206 12.8218 15.5916 13.0244 15.9389 13.3851C16.2862 13.7457 16.4813 14.2349 16.4813 14.7449M16.4813 14.7449H18.3332V10.8987C18.3332 10.3887 18.1381 9.89956 17.7908 9.53892C17.4435 9.17827 16.9725 8.97566 16.4813 8.97566H15.5554M1.6665 8.97566L3.51836 4.16797H11.8517L15.5554 8.97566M1.6665 8.97566H15.5554M9.99984 8.97566V4.16797' stroke='%230F294D' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}
.hw__icon-bus {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.3848 16.6154C7.80964 16.6154 8.15403 16.271 8.15403 15.8462C8.15403 15.4213 7.80964 15.0769 7.3848 15.0769C6.95997 15.0769 6.61557 15.4213 6.61557 15.8462C6.61557 16.271 6.95997 16.6154 7.3848 16.6154Z' fill='%230F294D'/%3E%3Cpath d='M17.3848 15.8462C17.3848 16.271 17.0404 16.6154 16.6156 16.6154C16.1907 16.6154 15.8463 16.271 15.8463 15.8462C15.8463 15.4213 16.1907 15.0769 16.6156 15.0769C17.0404 15.0769 17.3848 15.4213 17.3848 15.8462Z' fill='%230F294D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.8463 6.61538H20.4617V5.84615C20.4617 3.72538 18.7363 2 16.6156 2H7.3848C5.26403 2 3.53865 3.72538 3.53865 5.84615V6.61538H3.15403C2.09326 6.61538 1.23096 7.47846 1.23096 8.53846V10.4615C1.23096 10.8862 1.5748 11.2308 2.00019 11.2308C2.42557 11.2308 2.76942 10.8862 2.76942 10.4615V8.53846C2.76942 8.32615 2.9425 8.15385 3.15403 8.15385H3.53865V15.8462C3.53865 17.0977 4.14865 18.2008 5.07711 18.9031V20.4615C5.07711 21.31 5.76711 22 6.61557 22H8.15403C9.0025 22 9.6925 21.31 9.6925 20.4615V19.6923H14.3079V20.4615C14.3079 21.31 14.9979 22 15.8463 22H17.3848C18.2333 22 18.9233 21.31 18.9233 20.4615V18.9031C19.8517 18.2 20.4617 17.0969 20.4617 15.8462V8.15385H20.8463C21.0579 8.15385 21.231 8.32615 21.231 8.53846V10.4615C21.231 10.8862 21.5748 11.2308 22.0002 11.2308C22.4256 11.2308 22.7694 10.8862 22.7694 10.4615V8.53846C22.7694 7.47846 21.9071 6.61538 20.8463 6.61538ZM5.07711 6.61538H18.9233V12.2808C18.2271 12.5962 17.4656 12.7692 16.701 12.7692H7.29942C6.53557 12.7692 5.77326 12.5962 5.07711 12.2808V6.61538ZM7.3848 3.53846H16.6156C17.6171 3.53846 18.4633 4.18385 18.7817 5.07692H5.21865C5.53711 4.18385 6.38327 3.53846 7.3848 3.53846ZM6.61557 20.4615V19.6146C6.86403 19.6654 7.12173 19.6923 7.3848 19.6923H8.15403V20.4615H6.61557ZM15.8463 20.4615V19.6923H16.6156C16.8786 19.6923 17.1363 19.6654 17.3848 19.6146V20.4615H15.8463ZM16.6156 18.1538H7.3848C6.1125 18.1538 5.07711 17.1185 5.07711 15.8462V13.9338C5.7925 14.1754 6.54557 14.3077 7.29942 14.3077H16.7017C17.4556 14.3077 18.2086 14.1754 18.924 13.9338V15.8462C18.924 17.1185 17.8879 18.1538 16.6156 18.1538Z' fill='%230F294D'/%3E%3C/svg%3E");}
/*End Header*/
.hw__app-main {
position: relative;
padding-top: 7.1rem;
/* min-height: 100vh; */
background-color: var(--hw-gray-100);
}
@media screen and (min-width: 768px) {
.dropdown-menu {
  font-size: 1.6rem;
}
}
@media screen and (min-width: 990px) {
  .hw__app-main {
padding-top: 9.6rem;
}
.hw__ic.icon3x {background-size: 3rem 3rem;width: 3rem;height: 3rem;min-width: 3rem;}
}
@media screen and (min-width: 1024px) {
.hw__mt-36 {margin-top: 3.6rem}
}
.hw__rowg-3 {row-gap: .3rem !important;}
.hw__page-titlebar {margin-bottom: 2rem;}
.hw__page-inner {padding-top: 2.4rem;}
.breadcrumb .hw__nav-link--icon.hw__icon-dashboard {
width: 1.8rem;
height: 1.8rem;
background-size: 1.8rem 1.8rem;
}
.notification-item + .notification-item::before {content: '';border-top: .1rem solid #ccc;display: block;padding-top: 1rem;margin: 1.2rem -2rem 0 -2rem}
.hw__notifications-dropdown .dropdown-divider {margin: 1rem -2rem;}
.tab-content {margin-top: 2rem;}
.nav-tabs .nav-link {
  border: none;
border-bottom: .2rem solid #ccc;
color: var(--body-color);
padding: 1rem 2rem;
border-radius: 0;
}
#bookingTab.nav-tabs .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
} 
.nav-tabs .nav-link:hover {
 border-color: var(--body-color);
 color: var(--dark);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: var(--dark);
background-color: var(--brand-light);
border-color: var(--brand);
border-radius: 1rem 1rem 0 0;
}
.nav-tabs > .nav-item:first-child .nav-link {border-radius: 1rem 0 0 0}
.nav-tabs > .nav-item:last-child .nav-link {border-radius: 0 1rem 0 0}
.table > :not(caption) > * > * {
padding: 1rem .5rem;
background-color: var(--bs-table-bg);
box-shadow: none;
border-bottom: 1px solid rgba(18, 24, 38, 0.10);
}
.hw__badge {
font-size: 1.6rem;
line-height: 2.8rem;
display: inline-block;
font-weight: 500;
padding: .5rem .6rem;
border-radius: .6rem;
border: 1px solid transparent;
}
.hw__badge-debit {background-color: var(--brand-light);color: var(--brand);}
.table .hw__badge {
  font-size: 1.2rem;
  padding: 0.275rem 0.8rem;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 1rem;
  line-height: 1.33333;
  text-transform: capitalize;
  min-width: 7.4rem;
  text-align: center;
  white-space: nowrap;
}
.hw__badge-cancel, .hw__badge-Canceled, .hw__badge-cancelled {
  background-color: #FFE2E2;
  color: #DA102A;
  border-color: #FFC9C9 !important;
}
.hw__badge-confirm, .hw__badge-Confirmed, .hw__badge-confirmed,.hw__badge-CONFIRMED,.hw__badge-completed {
background: #D0FAE5;
color: #0A7519;
border-color: #A4F4CF !important;
}
.hw__badge-PENDING,.hw__badge-pending {
  background-color: #FEF3C6;
  color: #BB4D00;
  border-color: #FEE685 !important;
}
.hw__badge-hold-release,.hw__badge-hold {
  background-color: #E3E3E3;
  color: #5B5B5B;
  border-color: #CBCBCB !important;
}
.table .hw__badge-confirm {
  background: #D0FAE5;
  color: #0A7519;
  border-color: #A4F4CF !important;
}
.hw__badge-debit {
  background-color: var(--brand-light);
  color: var(--brand);
  border-color: #9EC5FB !important;
}
.table {color: var(--hw-black-900);}
.table tr > th:first-child,.table tr > td:first-child {padding-left: 0}
.table tr > th:last-child ,.table tr > td:last-child {padding-right: 0}
.table thead th {font-weight: 500;color: var(--dark);white-space: nowrap;}
.hw__td-link {gap: 1rem;}
/* .hw__td-link a {
background-color: var(--brand-light);
padding: .2rem;
line-height: 1;
cursor: pointer;
border-radius: .2rem;
min-width: 2rem;
min-height: 2rem;
display: inline-flex;
justify-content: center;
align-items: center;
color: var(--body-color)
} */
.hw__td-link a {
background-color: var(--brand-light);
padding: .2rem;
line-height: 1;
cursor: pointer;
border-radius: .2rem;
min-width: 2rem;
min-height: 2rem;
display: inline-flex;
justify-content: center;
align-items: center;
  color: var(--brand);
  border-radius: 10rem;
}
.hw__td-link a .bi {
  font-size: 1.2rem;
}
.hw__td-link a .bi.bi-eye-fill, .hw__td-link a .bi.bi-download {
  display: flex;
}
.hw__td-link a .bi.bi-eye-fill::before, .hw__td-link a .bi.bi-download::before, .hw__td-link a.hw__icon-btn.js-booking-note .bi.bi-pencil::before {
  content: '';
 background-size: 1.6rem 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.hw__td-link a .bi.bi-eye-fill::before {
    background-size: 1.2rem 0.8rem;
  width: 1.2rem;
  height: 0.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M5.36686 4.69922C5.36686 5.05284 5.50734 5.39198 5.75739 5.64203C6.00744 5.89208 6.34657 6.03255 6.7002 6.03255C7.05382 6.03255 7.39296 5.89208 7.643 5.64203C7.89305 5.39198 8.03353 5.05284 8.03353 4.69922C8.03353 4.3456 7.89305 4.00646 7.643 3.75641C7.39296 3.50636 7.05382 3.36589 6.7002 3.36589C6.34657 3.36589 6.00744 3.50636 5.75739 3.75641C5.50734 4.00646 5.36686 4.3456 5.36686 4.69922Z' stroke='%233264FF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.7002 4.69922C11.1002 7.36589 9.1002 8.69922 6.7002 8.69922C4.3002 8.69922 2.3002 7.36589 0.700195 4.69922C2.3002 2.03255 4.3002 0.699219 6.7002 0.699219C9.1002 0.699219 11.1002 2.03255 12.7002 4.69922Z' stroke='%233264FF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  
}
.hw__td-link a .bi.bi-download::before {
  
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 10.6591V11.6944C4 11.969 4.10536 12.2323 4.29289 12.4265C4.48043 12.6206 4.73478 12.7297 5 12.7297H11C11.2652 12.7297 11.5196 12.6206 11.7071 12.4265C11.8946 12.2323 12 11.969 12 11.6944V10.6591M5.5 7.55322L8 10.1415M8 10.1415L10.5 7.55322M8 10.1415V3.92969' stroke='%233264FF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
 }

.hw__td-link a:hover {background-color: var(--brand);color: var(--light) !important;}
.hw__td-link a:hover .bi.bi-eye-fill::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M5.36686 4.69922C5.36686 5.05284 5.50734 5.39198 5.75739 5.64203C6.00744 5.89208 6.34657 6.03255 6.7002 6.03255C7.05382 6.03255 7.39296 5.89208 7.643 5.64203C7.89305 5.39198 8.03353 5.05284 8.03353 4.69922C8.03353 4.3456 7.89305 4.00646 7.643 3.75641C7.39296 3.50636 7.05382 3.36589 6.7002 3.36589C6.34657 3.36589 6.00744 3.50636 5.75739 3.75641C5.50734 4.00646 5.36686 4.3456 5.36686 4.69922Z' stroke='%23ffffff' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.7002 4.69922C11.1002 7.36589 9.1002 8.69922 6.7002 8.69922C4.3002 8.69922 2.3002 7.36589 0.700195 4.69922C2.3002 2.03255 4.3002 0.699219 6.7002 0.699219C9.1002 0.699219 11.1002 2.03255 12.7002 4.69922Z' stroke='%23ffffff' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.hw__td-link a:hover .bi.bi-download::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 10.6591V11.6944C4 11.969 4.10536 12.2323 4.29289 12.4265C4.48043 12.6206 4.73478 12.7297 5 12.7297H11C11.2652 12.7297 11.5196 12.6206 11.7071 12.4265C11.8946 12.2323 12 11.969 12 11.6944V10.6591M5.5 7.55322L8 10.1415M8 10.1415L10.5 7.55322M8 10.1415V3.92969' stroke='%23FFFFFF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.hw__td-link a.hw__icon-btn.js-booking-note .bi.bi-pencil::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.625 3L4.25 3C3.91848 3 3.60054 3.1317 3.36612 3.36612C3.1317 3.60054 3 3.91848 3 4.25L3 11.75C3 12.0815 3.1317 12.3995 3.36612 12.6339C3.60054 12.8683 3.91848 13 4.25 13L11.75 13C12.0815 13 12.3995 12.8683 12.6339 12.6339C12.8683 12.3995 13 12.0815 13 11.75V7.375M8.625 3V6.125C8.625 6.45652 8.7567 6.77446 8.99112 7.00888C9.22554 7.2433 9.54348 7.375 9.875 7.375L13 7.375M8.625 3L8.7325 3C9.06399 3.00007 9.38188 3.13181 9.61625 3.36625L12.6337 6.38375C12.8682 6.61812 12.9999 6.93601 13 7.2675V7.375' stroke='%233264FF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.hw__td-link a.hw__icon-btn.js-booking-note:hover .bi.bi-pencil::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8.625 3L4.25 3C3.91848 3 3.60054 3.1317 3.36612 3.36612C3.1317 3.60054 3 3.91848 3 4.25L3 11.75C3 12.0815 3.1317 12.3995 3.36612 12.6339C3.60054 12.8683 3.91848 13 4.25 13L11.75 13C12.0815 13 12.3995 12.8683 12.6339 12.6339C12.8683 12.3995 13 12.0815 13 11.75V7.375M8.625 3V6.125C8.625 6.45652 8.7567 6.77446 8.99112 7.00888C9.22554 7.2433 9.54348 7.375 9.875 7.375L13 7.375M8.625 3L8.7325 3C9.06399 3.00007 9.38188 3.13181 9.61625 3.36625L12.6337 6.38375C12.8682 6.61812 12.9999 6.93601 13 7.2675V7.375' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
} 
.nav-tabs {border: none;}
.hw__nwhspc {white-space: nowrap}
.hw__cta-slider:not(.slick-initialized) {display: flex;overflow: hidden}
.hw__cta-slider:not(.slick-initialized) > * {opacity: 0;width: 100%;min-width: 100%;flex: 0 0 100%}
.hw__normal-link {
display: inline-flex;
align-items: center;
color: var(--body-color);
text-decoration: none;
font-size: 1.6rem;
line-height: 2.8rem;
column-gap: 1rem;
}
.hw__normal-link .bi {
font-size: 2rem;
line-height: 1;
}
.form-control,.hw__dropdown .hw__btn-dropdown,.dataTables_filter input[type="search"] {
padding: 1rem 1.6rem;
border-color: var(--hw-gray-600);
border-radius: 0.5rem;
font-size: 1.6rem;
line-height: 1.75;
color: var(--hw-brand-blue);
font-weight: 500;
}
#booking_date_range.form-control {
  transition: background-color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}
.dataTables_filter input[type="search"] {border: 1px solid #ccc;width: 100%;}
.hw__dropdown .hw__btn-dropdown {
  background-color: var(--light);
border: .1rem solid var(--hw-gray-600);
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.hw__dropdown .hw__btn-dropdown:hover, #booking_date_range.form-control:hover {
  /* background-color: var(--brand-light); */
  border-color: var(--brand);
}
#booking_date_range.form-control:hover {
  background-color: var(--brand-light);
}
.hw__dropdown .hw__btn-dropdown::after {display: none}
.hw__btn-dropdown.dropdown-toggle.show .bi-chevron-down::before {content: "\f286";}
.hw__btn-dropdown.dropdown-toggle.show {border-color: var(--brand)}
.hw__btn-dropdown.dropdown-toggle.show i {color: var(--brand)}
.hw__dropdown .dropdown-item {
padding: 1rem 1.2rem;
border-radius: 1rem;
background-color: rgba(0,0,0,0) !important;
padding: 0;
}
.hw__dropdown .dropdown-item:hover {color: var(--brand)}
.hw__dropdown .dropdown-menu {
min-width: 100%;
margin-top: 0.5rem !important;
}
.hw__dropdown .dropdown-menu li + li {margin-top: 1rem}
.form-control:disabled {background-color: #F9F9F9;}
label {
font-size: 1.6rem;
color: var(--dark);
line-height: 2.8rem;
font-weight: 500;
margin-bottom: 1rem;
}
.form-control:focus,.dataTables_filter input[type="search"]:focus {
color: var(--body-color);
background-color: #fff;
border-color: var(--brand);
box-shadow: none;
}
.dataTables_filter input[type="search"]:focus-visible {
color: var(--body-color) !important;
background-color: #fff !important;
border-color: var(--brand) !important;
box-shadow: none !important;
outline: none !important;
}
.hw__bnt-full {width: 100%}
/* .hw__btn-shadow {box-shadow: 0px 20px 20px 0px rgba(50, 100, 255, 0.10);} */
.hw__icon-span {
display: inline-flex;
justify-content: center;
align-items: center;
background-color: var(--brand-light);
padding: 1rem;
border-radius: 1rem;
font-size: 4rem;
line-height: 1;
color: var(--brand);
margin-right: 2rem;
}
#edit__profile {min-width: 21.7rem;}

.hw__modal .modal-content {background-color: var(--light);border: none;border-radius: 0.5rem;padding: 2.4rem 2rem;}
.hw__modal .modal-content.modal-content--reDesign {
  padding: 0;
}
.hw__modal .modal-body {padding: 0;}
.hw__modal .modal-content--reDesign .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 6L6 18M6 6L18 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 2.4rem 2.4rem;
  outline: none;
  border: none !important;
}
.modal-header--reDesign {
  padding: 2rem 4.5rem 1.6rem 2rem;
  background-color: var(--hw-white);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}
.modal-header--reDesignSticky {
  position: sticky;
  -webkit-position: sticky;
  top: 0;
}
.spinner-border.text-warning {
  color: var(--brand) !important;
}
.modal-body--reDesign {
  padding: 2rem;
}
.hw__btn-full {
  width: 100% !important;
}
.hw-modal--titleIcon {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 900px) {
  .modal-header--reDesign {
    padding: 3.2rem 6rem 2.4rem 3.2rem;
  }
   .modal-body--reDesign {
    padding: 3.2rem;
  }
  .lg-space--nowrap {white-space: nowrap;}
}
.hw__text ul li {color: var(--dark);font-size: 1.6rem;line-height: 2.8rem;}
.hw__modal .btn-close {position: absolute;opacity: 1;right: 3rem;top: 3rem;width: 2.5rem;height: 2.5rem;padding: 0;z-index: 1}
.hw__head-box {
  background-color: var(--brand);
  padding: 1rem 2rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;

}
.hw__head-box1 {background-color: var(--brand);padding: 1rem 2rem;border-top-left-radius: 5px;
  border-top-right-radius: 5px;}
.hw__one-line {
row-gap: 1rem;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.table.th__16 thead th {font-size: 1.6rem;line-height: 2.8rem;}
.page-link {
 border: none;
font-weight: bold;
font-size: 1.6rem;
color: var(--dark);
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.paginate_button {
  border: none;
  font-weight: bold;
  font-size: 1.6rem;
  color: var(--dark);
  cursor: pointer;
  transition: background-image 0.2s ease-out;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
/* .page-item-prev:not(.disabled) .page-link,.page-item-next:not(.disabled) .page-link,.paginate_button.next:not(.disabled),.paginate_button.previous:not(.disabled) {color: var(--brand);} */
.paginate_button.previous,.paginate_button.next {
  background-repeat: no-repeat;
}
.paginate_button.next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right center;
  padding-right: 3rem;
}
.paginate_button.previous {
  padding-left: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 6L9 12L15 18' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.paginate_button.previous:not(.disabled):hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 6L9 12L15 18' stroke='%233264FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.paginate_button.next:not(.disabled):hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%233264FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.active > .page-link, .page-link.active,.page-link:hover {color: var(--brand);background-color: rgba(0,0,0,0);}
.hw__inline-group {position: relative}

@media screen and (max-width: 479px) {
.paginate_button.previous, .paginate_button.next {
  font-size: 1.4rem;
  background-size: 2rem 2rem;
}
.paginate_button.previous {
  padding-left: 2rem;
}
.paginate_button.next {
  padding-right: 2rem;
}
.paginate_button {
  font-size: 1.4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
}
/* .hw__page-inner-bg {min-height: calc(100vh - 11rem);background-color: var(--brand-light);} */
.hw__filter-area {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-shrink: 0;
   align-self: stretch;
   flex-wrap: wrap;
gap: 1rem;
}
.hw__filter-area--right {display: flex;align-items: flex-start;gap: 1rem;flex-wrap: wrap;}
.hw__only-text {border-width: 0 !important;padding: 0 !important;}
.hw__bf-list--wrapper {
margin: 0;
list-style: none;
display: flex;
padding: 0;
flex-direction: column;
align-items: center;
gap: 2rem;
}
.hw__imgmin-100 {
  min-width: 10rem;
  min-height: 10rem
}
.hw__bf-list {
  display: flex;
  padding: 1.2rem;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 0.5rem;
  background-color: var(--hw-white);
}
.hw__bf-list--item {
   display: flex;
   align-items: flex-start;
   gap: 2rem;
   align-self: stretch;
}
.hw__bf-list--content {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   flex: 1 0 0;
   align-self: stretch;
   column-gap: 1.6rem;
}
.hw__bf-list--time > .d-flex {
  column-gap: 1rem;
}
.hw__bf-list--location {
   flex-shrink: 0;
}
.hw__bf-list--time {
   display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: 44.4rem;
}
.hw__bf-list--time > div + div {
  border-top: 1px solid var(--hw-gray-600);
  margin-top: 1.6rem;
  padding-top: 1.6rem;
}
.hw__bf-list--price {
   display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-self: stretch;
  flex-shrink: 0;
  row-gap: 0.8rem;
}
.hw__inline {
display: flex;
flex-wrap: wrap;
flex-direction: column;
row-gap: 1rem;
}
.hw__inline-list {
column-gap: 2rem;
display: flex;
}
.hw__quantity-picker {
  border: .1rem solid var(--hw-gray-600);
  border-radius: 1rem;
  overflow: hidden;
}
.hw__quantity-picker > * {
flex: 1;
border: none !important;
}
.hw__quantity-picker .input-number {
font-size: 1.8rem;
  font-weight: 500;
  color: var(--dark);
  padding: 1rem 0;
  text-align: center;
  line-height: 1;
}
.hw__quantity-picker .btn-number {
color: var(--dark);
font-size: 2.5rem;
line-height: 1;
padding: 0 0.5rem;
border-radius: 0;
}
.hw__quantity-picker .btn-number:hover {background-color: var(--brand);color: var(--light);}
ul > .line__divider:not(:first-child)::before {
content: '|';
margin-left: 1rem;
margin-right: 1rem;
}
.hw__book-box {background-color: var(--light);padding: 1.2rem;border-radius: 1rem;}
.hw__table table th, .hw__table table td {
font-size: 1.6rem;
line-height: 2.8rem;
font-weight: 500;
padding: .5rem;
text-align: center
}
.hw__table table {width:100%}
.hw__table table th {color: var(--dark);}
.hw__table table tr > th:first-child,.hw__table table tr > td:first-child {padding-left: 0;text-align: left}
.hw__table table tr > th:last-child,.hw__table table tr > td:lst-child {padding-right: 0;text-align: right}

/*datepicker*/
.datepicker.datepicker-dropdown.dropdown-menu {
min-width: auto;
margin: 1rem 0 0 0 !important;
padding: 1.2rem;
border: 1px solid var(--hw-gray-600);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
}
.hw__inline-group .form-control {padding-right: 4rem;}
.hw__inline-group > .bi {
position: absolute;
right: 2rem;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
}
.datepicker .datepicker-switch {
width: 20rem;
font-size: 1.6rem;
line-height: 2.8rem;
color: var(--hw-brand-blue);
  font-weight: bold;
}
.datepicker thead th.dow {
font-size: 1.4rem;
line-height: 2.4rem;
font-weight: 500;
color: var(--hw-gray-700);
padding: .8rem .4rem .4rem .4rem;
border-bottom: 1px solid var(--hw-gray-600);
}
.datepicker table tr td.new, .datepicker table tr td.old {
color: #555;
}
.datepicker td {
text-align: center;
width: 3rem;
height: 3rem;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none;
font-size: 1.4rem;
line-height: 1.5;
font-weight: 500;
padding: 0 .5rem;
color: var(--hw-black-900);
}
.datepicker table tr td.day.focused, .datepicker table tr td.day:hover,.datepicker table tr td span.focused, .datepicker table tr td span:hover {
background: var(--brand-light);
cursor: pointer;
}
.datepicker .datepicker-switch:hover {
background: rgba(0,0,0,0);
color: var(--brand-blue);
}
.datepicker table tr td.new {opacity: .5;}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover,.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
 background: var(--brand-blue);
 color: var(--light);
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled],.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
background-color: var(--brand);
color: var(--light);
}
.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
background-color: var(--brand);
color: var(--light);
}
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
background: var(--brand);
color: var(--light);
}
.datepicker thead th.prev, .datepicker thead th.next {
  font-size: 0;
  background-size: 1.8rem 1.8rem !important;
  background-repeat: no-repeat !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cg clip-path='url(%23clip0_3433_33078)'%3E%3Cpath d='M3.75 9H14.25' stroke='%233264FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 9L8.25 13.5' stroke='%233264FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.75 9L8.25 4.5' stroke='%233264FF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3433_33078'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") !important;
  background-color: rgba(50, 100, 255, 0.10) !important;
  width: 3rem !important;
  height: 3rem !important;
  background-position: center center !important;
}
.datepicker thead th.next {transform: scaleX(-1)}
.datepicker-dropdown.datepicker-orient-bottom::before,.datepicker-dropdown.datepicker-orient-bottom::after {display: none !important}
@media screen and (min-width: 360px) {
.datepicker td {
width: 4.4rem;
height: 4.4rem;
font-size: 1.6rem;
line-height: 2.8rem;
}
}
/*End datepicker*/
.hw__mh-150 {min-height: 15rem}
.hw__required {color: var(--brand);}
.dataTables_filter > label::before {
  content: '';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 2rem;
pointer-events: none;
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='search'%3E%3Cpath id='Icon' d='M10 4C6.68629 4 4 6.68629 4 10C4 13.3137 6.68629 16 10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4ZM2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 11.8487 17.3729 13.551 16.3199 14.9056L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L14.9056 16.3199C13.551 17.3729 11.8487 18 10 18C5.58172 18 2 14.4183 2 10Z' fill='%23555555'/%3E%3C/g%3E%3C/svg%3E");
background-size: 2.4rem 2.4rem;
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
width: 2.4rem;
height: 2.4rem;
}
.hw__icon-search {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='search'%3E%3Cpath id='Icon' d='M10 4C6.68629 4 4 6.68629 4 10C4 13.3137 6.68629 16 10 16C13.3137 16 16 13.3137 16 10C16 6.68629 13.3137 4 10 4ZM2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 11.8487 17.3729 13.551 16.3199 14.9056L21.7071 20.2929C22.0976 20.6834 22.0976 21.3166 21.7071 21.7071C21.3166 22.0976 20.6834 22.0976 20.2929 21.7071L14.9056 16.3199C13.551 17.3729 11.8487 18 10 18C5.58172 18 2 14.4183 2 10Z' fill='%23555555'/%3E%3C/g%3E%3C/svg%3E");
background-size: 2.4rem 2.4rem;
background-repeat: no-repeat;
background-position: center center;
display: inline-block;
width: 2.4rem;
height: 2.4rem;
}
.hw__search-wrapper {position: relative}
.hw__search-wrapper i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 2rem;
pointer-events: none;
}
.hw__search-wrapper .form-control,.dataTables_filter input[type="search"] {padding-left: 5.4rem}
.dataTables_filter > label {position: relative;width: 100%;}
.hw__mw-150 {max-width: 15rem}
.hw__minw-150 {min-width: 15rem}
.hw__td-align--center tbody td {vertical-align: middle}
.hw__icon-remove {
background-size: 2.4rem 2.4rem;
background-position: center center;
background-repeat: no-repeat;
width: 2.4rem;
height: 2.4rem;
display: inline-block;
vertical-align: middle;
}
.hw__btn.hw__btn-normal:not(:hover) .hw__icon-remove {
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='delete-alt'%3E%3Cpath id='Icon' d='M7 4C7 2.89543 7.89543 2 9 2H15C16.1046 2 17 2.89543 17 4V6H18.9897C18.9959 5.99994 19.0021 5.99994 19.0083 6H21C21.5523 6 22 6.44772 22 7C22 7.55228 21.5523 8 21 8H19.9311L19.0638 20.1425C18.989 21.1891 18.1182 22 17.0689 22H6.93112C5.88184 22 5.01096 21.1891 4.9362 20.1425L4.06888 8H3C2.44772 8 2 7.55228 2 7C2 6.44772 2.44772 6 3 6H4.99174C4.99795 5.99994 5.00414 5.99994 5.01032 6H7V4ZM9 6H15V4H9V6ZM6.07398 8L6.93112 20H17.0689L17.926 8H6.07398Z' fill='%23555555'/%3E%3C/g%3E%3C/svg%3E");
}
.hw__btn.hw__btn-normal:hover .hw__icon-remove {background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='delete-alt'%3E%3Cpath id='Icon' d='M7 4C7 2.89543 7.89543 2 9 2H15C16.1046 2 17 2.89543 17 4V6H18.9897C18.9959 5.99994 19.0021 5.99994 19.0083 6H21C21.5523 6 22 6.44772 22 7C22 7.55228 21.5523 8 21 8H19.9311L19.0638 20.1425C18.989 21.1891 18.1182 22 17.0689 22H6.93112C5.88184 22 5.01096 21.1891 4.9362 20.1425L4.06888 8H3C2.44772 8 2 7.55228 2 7C2 6.44772 2.44772 6 3 6H4.99174C4.99795 5.99994 5.00414 5.99994 5.01032 6H7V4ZM9 6H15V4H9V6ZM6.07398 8L6.93112 20H17.0689L17.926 8H6.07398Z' fill='%230F294D'/%3E%3C/g%3E%3C/svg%3E");}
.hw__btn.hw__btn-normal {
background-color: rgba(0,0,0,0) !important;
color: var(--body-color);
}
.hw__btn.hw__btn-normal:hover {color: var(--brand);}
.hw__change-profile {max-width: 70rem;}
.hw__profile-edit--img {max-width: 10rem;min-height: 10rem}
/*Login pages*/
/* .hw__login-page {
min-height: 100vh;
background-color:var(--hw-gray-100);
display: flex;
flex-direction: column;
background-image: url('/wp-content/uploads/2023/10/Dubai-bg-image.png');
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;
} */
.hw__container {margin-left: auto;margin-right: auto}
.hw__main-section {margin-top: 15rem;margin-bottom: 4rem;}
/* .hw__login-page .hw__header {background-color: var(--brand-light);border-width: 0;} */
.hw__sidebar.hw__account-sidebar {background-color: var(--brand-light);border-radius: 0;}
.hw__footer {background-color: var(--hw-white);padding-top: .5rem;padding-bottom: .5rem;margin-top: auto}
/* .hw__footer ul li a:not(:hover) {color: var(--light)} */
.hw__footer .hw__textlight {
  font-size: 1.4rem;
  line-height: 1.71429;
  font-weight: 500;
color: var(--body-color);
}
.hw__footer ul {column-gap: 1rem}
.hw__vector-circle {
display: block;
position: fixed;
bottom: 0;
right: 0;
background-color: var(--brand);
width: 50vmin;
height: 50vmin;
z-index: -1;
opacity: .3;
border-radius: 50%;
filter: blur(143px);
}
.hw__account-box {background-color: var(--light);padding: 4rem 6rem;border-radius: 1rem;}
.hw__icon-group {
position: relative;
}
.hw__small-link {
font-weight: 500;
cursor: pointer;
display: inline-block;
line-height: 2.4rem;
}
.hw__small-link:hover {color: var(--brand-blue);}
.hw__icon-group > i {
background-size: 2.4rem;
background-position: center center;
background-repeat: no-repeat;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 2rem;
width: 2.4rem;
height: 2.4rem;
line-height: 1;
}
.form-check-input {
width: 2.2rem;
height: 2.2rem;
min-width: 2.2rem;
margin-right: 1rem;
border-color: #ccc !important;
border-radius: .4rem !important;
}
.form-check-input:checked {
background-color: var(--brand);
border-color: var(--brand) !important;
}
.form-check-input:focus {
 box-shadow: none;
}
.hw__icon-group .form-control {padding-left: 5.4rem;}
.hw__icon-user {
background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='user'%3E%3Cpath id='Icon' d='M12.5 4.86523C10.2909 4.86523 8.5 6.6561 8.5 8.86523C8.5 11.0744 10.2909 12.8652 12.5 12.8652C14.7091 12.8652 16.5 11.0744 16.5 8.86523C16.5 6.6561 14.7091 4.86523 12.5 4.86523ZM6.5 8.86523C6.5 5.55153 9.18629 2.86523 12.5 2.86523C15.8137 2.86523 18.5 5.55153 18.5 8.86523C18.5 12.1789 15.8137 14.8652 12.5 14.8652C9.18629 14.8652 6.5 12.1789 6.5 8.86523ZM8.5 18.8652C6.84315 18.8652 5.5 20.2084 5.5 21.8652C5.5 22.4175 5.05228 22.8652 4.5 22.8652C3.94772 22.8652 3.5 22.4175 3.5 21.8652C3.5 19.1038 5.73858 16.8652 8.5 16.8652H16.5C19.2614 16.8652 21.5 19.1038 21.5 21.8652C21.5 22.4175 21.0523 22.8652 20.5 22.8652C19.9477 22.8652 19.5 22.4175 19.5 21.8652C19.5 20.2084 18.1569 18.8652 16.5 18.8652H8.5Z' fill='%23555555'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.hw__icon-user-light {
background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='user'%3E%3Cpath id='Icon' d='M12.5 4.86523C10.2909 4.86523 8.5 6.6561 8.5 8.86523C8.5 11.0744 10.2909 12.8652 12.5 12.8652C14.7091 12.8652 16.5 11.0744 16.5 8.86523C16.5 6.6561 14.7091 4.86523 12.5 4.86523ZM6.5 8.86523C6.5 5.55153 9.18629 2.86523 12.5 2.86523C15.8137 2.86523 18.5 5.55153 18.5 8.86523C18.5 12.1789 15.8137 14.8652 12.5 14.8652C9.18629 14.8652 6.5 12.1789 6.5 8.86523ZM8.5 18.8652C6.84315 18.8652 5.5 20.2084 5.5 21.8652C5.5 22.4175 5.05228 22.8652 4.5 22.8652C3.94772 22.8652 3.5 22.4175 3.5 21.8652C3.5 19.1038 5.73858 16.8652 8.5 16.8652H16.5C19.2614 16.8652 21.5 19.1038 21.5 21.8652C21.5 22.4175 21.0523 22.8652 20.5 22.8652C19.9477 22.8652 19.5 22.4175 19.5 21.8652C19.5 20.2084 18.1569 18.8652 16.5 18.8652H8.5Z' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.hw__icon-user-Dark {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_3013_70890)'%3E%3Cpath d='M4.1665 5.83333C4.1665 6.71739 4.51769 7.56523 5.14281 8.19036C5.76794 8.81548 6.61578 9.16667 7.49984 9.16667C8.38389 9.16667 9.23174 8.81548 9.85686 8.19036C10.482 7.56523 10.8332 6.71739 10.8332 5.83333C10.8332 4.94928 10.482 4.10143 9.85686 3.47631C9.23174 2.85119 8.38389 2.5 7.49984 2.5C6.61578 2.5 5.76794 2.85119 5.14281 3.47631C4.51769 4.10143 4.1665 4.94928 4.1665 5.83333Z' stroke='%230F294D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 17.5V15.8333C2.5 14.9493 2.85119 14.1014 3.47631 13.4763C4.10143 12.8512 4.94928 12.5 5.83333 12.5H9.16667C10.0507 12.5 10.8986 12.8512 11.5237 13.4763C12.1488 14.1014 12.5 14.9493 12.5 15.8333V17.5' stroke='%230F294D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3335 2.60547C14.0505 2.78905 14.686 3.20605 15.1399 3.79073C15.5937 4.3754 15.84 5.09449 15.84 5.83464C15.84 6.57478 15.5937 7.29387 15.1399 7.87854C14.686 8.46322 14.0505 8.88022 13.3335 9.0638' stroke='%230F294D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 17.5V15.8333C17.4958 15.0976 17.2483 14.384 16.7961 13.8037C16.3439 13.2233 15.7124 12.8089 15 12.625' stroke='%230F294D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3013_70890'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.hw__icon-email {
background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='email'%3E%3Cpath id='Icon' d='M2.5 6.86523C2.5 5.76067 3.39543 4.86523 4.5 4.86523H20.5C21.6046 4.86523 22.5 5.76066 22.5 6.86523V18.8652C22.5 19.9698 21.6046 20.8652 20.5 20.8652H4.5C3.39543 20.8652 2.5 19.9698 2.5 18.8652V6.86523ZM6.01859 6.86523L12.5 12.5365L18.9814 6.86523H6.01859ZM20.5 8.194L13.1585 14.6178C12.7815 14.9477 12.2185 14.9477 11.8415 14.6178L4.5 8.194V18.8652H20.5V8.194Z' fill='%23555555'/%3E%3C/g%3E%3C/svg%3E");
}
.hw__icon-lock {
background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='lock'%3E%3Cpath id='Icon' d='M12.5 4.86523C14.1477 4.86523 15.5 6.21752 15.5 7.86523V10.8652H9.5V7.86523C9.5 6.21752 10.8523 4.86523 12.5 4.86523ZM17.5 10.8652V7.86523C17.5 5.11295 15.2523 2.86523 12.5 2.86523C9.74771 2.86523 7.5 5.11295 7.5 7.86523V10.8652H6.5C5.39543 10.8652 4.5 11.7607 4.5 12.8652V20.8652C4.5 21.9698 5.39543 22.8652 6.5 22.8652H18.5C19.6046 22.8652 20.5 21.9698 20.5 20.8652V12.8652C20.5 11.7607 19.6046 10.8652 18.5 10.8652H17.5ZM6.5 12.8652H18.5V20.8652H6.5V12.8652Z' fill='%23555555'/%3E%3C/g%3E%3C/svg%3E");
}
.hw__icon-eye {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 12C10 12.5304 10.2107 13.0391 10.5858 13.4142C10.9609 13.7893 11.4696 14 12 14C12.5304 14 13.0391 13.7893 13.4142 13.4142C13.7893 13.0391 14 12.5304 14 12C14 11.4696 13.7893 10.9609 13.4142 10.5858C13.0391 10.2107 12.5304 10 12 10C11.4696 10 10.9609 10.2107 10.5858 10.5858C10.2107 10.9609 10 11.4696 10 12Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 12C18.6 16 15.6 18 12 18C8.4 18 5.4 16 3 12C5.4 8 8.4 6 12 6C15.6 6 18.6 8 21 12Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.hw__icon-pin {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='location'%3E%3Cpath id='Icon' d='M12 2.86523C7.6 2.86523 4 6.46523 4 10.8652C4 16.2652 11 22.3652 11.3 22.6652C11.5 22.7652 11.8 22.8652 12 22.8652C12.2 22.8652 12.5 22.7652 12.7 22.6652C13 22.3652 20 16.2652 20 10.8652C20 6.46523 16.4 2.86523 12 2.86523ZM12 20.5652C9.9 18.5652 6 14.2652 6 10.8652C6 7.56523 8.7 4.86523 12 4.86523C15.3 4.86523 18 7.56523 18 10.8652C18 14.1652 14.1 18.5652 12 20.5652ZM12 6.86523C9.8 6.86523 8 8.66523 8 10.8652C8 13.0652 9.8 14.8652 12 14.8652C14.2 14.8652 16 13.0652 16 10.8652C16 8.66523 14.2 6.86523 12 6.86523ZM12 12.8652C10.9 12.8652 10 11.9652 10 10.8652C10 9.76523 10.9 8.86523 12 8.86523C13.1 8.86523 14 9.76523 14 10.8652C14 11.9652 13.1 12.8652 12 12.8652Z' fill='%23555555'/%3E%3C/g%3E%3C/svg%3E");
}
.hw__icon-phone {
background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='call'%3E%3Cpath id='Icon' d='M4.49969 4.86523H8.98964L10.4368 8.48326L8.11197 10.0332C7.83377 10.2186 7.66667 10.5309 7.66667 10.8652C7.66921 10.9589 7.66667 10.8662 7.66667 10.8662L7.66667 10.8673L7.66668 10.8695L7.66671 10.8746L7.66686 10.8869C7.667 10.8961 7.66725 10.9073 7.66768 10.9204C7.66852 10.9466 7.67005 10.9805 7.67279 11.0216C7.67826 11.1037 7.68858 11.2147 7.70797 11.3504C7.74673 11.6217 7.82195 11.9933 7.96799 12.4315C8.26122 13.3112 8.8374 14.4502 9.95956 15.5723C11.0817 16.6945 12.2207 17.2707 13.1004 17.5639C13.5386 17.71 13.9102 17.7852 14.1815 17.8239C14.3172 17.8433 14.4282 17.8536 14.5103 17.8591C14.5514 17.8619 14.5853 17.8634 14.6115 17.8642C14.6246 17.8646 14.6358 17.8649 14.645 17.865L14.6573 17.8652L14.6624 17.8652L14.6646 17.8652L14.6657 17.8652C14.6657 17.8652 14.7773 17.8591 14.6667 17.8652C15.0454 17.8652 15.3917 17.6512 15.5611 17.3124L16.2308 15.973L20.6667 16.7124V21.0322C18.5556 21.3375 12.8541 21.6384 8.37378 17.1581C3.89348 12.6778 4.19439 6.97633 4.49969 4.86523ZM9.74032 11.3513L11.5462 10.1474C12.3332 9.62274 12.6451 8.61861 12.2938 7.74048L10.8466 4.12245C10.5429 3.36314 9.80745 2.86523 8.98964 2.86523H4.44744C3.53893 2.86523 2.68376 3.4964 2.53461 4.48214C2.1953 6.72474 1.73345 13.3462 6.95956 18.5723C12.1857 23.7985 18.8072 23.3366 21.0498 22.9973C22.0355 22.8481 22.6667 21.993 22.6667 21.0845V16.7124C22.6667 15.7347 21.9598 14.9003 20.9955 14.7396L16.5596 14.0003C15.6935 13.8559 14.8346 14.2933 14.4419 15.0786L14.0954 15.7716C13.9865 15.7449 13.865 15.7106 13.7329 15.6666C13.1126 15.4598 12.2516 15.036 11.3738 14.1581C10.4959 13.2803 10.0721 12.4193 9.86535 11.799C9.80948 11.6314 9.76926 11.4807 9.74032 11.3513Z' fill='%23555555'/%3E%3C/g%3E%3C/svg%3E");
}
.hw__icon-attachment {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='attachment'%3E%3Cpath id='Icon' d='M19.463 6.44097C18.7758 5.6912 17.5346 5.645 16.7073 6.47235L8.6073 14.5723C8.39783 14.7818 8.39783 15.0487 8.6073 15.2581C8.81678 15.4676 9.08361 15.4676 9.29309 15.2581L15.9931 8.55813C16.3836 8.16761 17.0168 8.16761 17.4073 8.55813C17.7978 8.94866 17.7978 9.58182 17.4073 9.97235L10.7073 16.6723C9.71678 17.6629 8.18361 17.6629 7.19309 16.6723C6.20256 15.6818 6.20256 14.1487 7.19309 13.1581L15.2931 5.05813C16.8606 3.4906 19.408 3.4396 20.9225 5.07344C22.4748 6.64186 22.5205 9.1768 20.8931 10.6866L11.4073 20.1723C9.21678 22.3629 5.78361 22.3629 3.59309 20.1723C1.40256 17.9818 1.40256 14.5487 3.59309 12.3581L11.6931 4.25813C12.0836 3.86761 12.7168 3.86761 13.1073 4.25813C13.4978 4.64866 13.4978 5.28182 13.1073 5.67235L5.0073 13.7723C3.59783 15.1818 3.59783 17.3487 5.0073 18.7581C6.41678 20.1676 8.58361 20.1676 9.99309 18.7581L19.4931 9.25813C19.5033 9.24789 19.5138 9.23787 19.5245 9.22809C20.2742 8.5408 20.3204 7.29969 19.4931 6.47235C19.4828 6.46211 19.4728 6.45164 19.463 6.44097Z' fill='%23555555'/%3E%3C/g%3E%3C/svg%3E");
}
.form-check-label {
font-size: 1.4rem;
color: var(--body-color);
font-weight: normal;
margin: 0;
}
.hw__account-box .hw__icon-group > i.hw__icon-attachment {right: 2rem;left: auto}
.hw__account-box .form-control[type="file"] {padding-left: 2rem;padding-right: 5.4rem}
.hw__account-box input::file-selector-button {
background: var(--brand) !important;
color: var(--light) !important;
font-size: 1.6rem !important;
font-weight: 700;
border-radius: 1rem !important;
border: none !important;
padding: 1rem 2rem !important;
line-height: 2.8rem;
text-align: right !important;

}
input.hw__control-file::file-selector-button {
  background: var(--brand) !important;
color: var(--light) !important;
border-radius: 1rem !important;
border: none !important;
font-weight: 700;
 padding-left: 2rem !important;
 padding-right: 2rem !important;
}
.hw__account-box .form-control[type="file"] {
padding-top: .4rem;
padding-bottom: .4rem;
line-height: 4.8rem;
}
.hw__mx410 {
max-width: 41rem;
margin-left: auto;
margin-right: auto;
}
.hw__modal.hw__modal-promotional .modal-dialog {
  max-width: 116.7rem;
}
.hw__modal.hw__modal-promotional .modal-content {
  padding: 0 !important;
overflow: hidden;
}
.hw__fwho {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.hw__promotional-content {
padding: 3rem 2rem;
max-width: 46rem;
margin-left: auto;
margin-right: auto;
}
/*Design fixes*/
.hw__sidebar-profile--img img,.hw__profile-view img.rounded-circle {max-height: 10rem;min-height: 10rem;}
table tr td .hw__one-line > img {max-width: 7.5rem;}
.hw__bf-list--item .adjust-img {max-width: 10rem;max-height: 15rem;}
.nav-link.nav-profile img {max-height: 5rem;min-height: 5rem}
.table {font-size: 1.4rem;}
.hw__badge-reject {color: #721c24;background-color: #f8d7da;}
.hw__cta-slider.slick-initialized .slick-slide {display: flex;flex-direction: column;justify-content: center;align-items: flex-start;}
.form-check {display: flex;}
.hw__cform-btn .hw__btn {
padding: 1.5rem 3rem;
min-width: 26.8rem;
background-color: var(--brand);
color: var(--light);
}
.hw__cform-btn .hw__btn:hover {background-color: var(--brand-blue);color: var(--light);}
.hw__cta-slider,.hw__cta-slider .slick-list,.hw__cta-slider .slick-track {height: 100%;}
.hw__cta-slider .slick-list {border-radius: 0.5rem;}
.hw__cta-slider .slick-list .hw__grid {border-width: 0}
.table-striped > tbody > tr:nth-of-type(2n+1) > * {color: var(--body-color);}
body > .skip-link.screen-reader-text {
clip: rect(0 0 0 0);
height: 0;
overflow: hidden;
padding: 0;
position: absolute;
}
.hw__cta-slider .hw__cta-item > h3 {max-width: 50rem;}
/*.back_to_calender + .selected_date_wrapper_outer_box*/
.selected_date_wrapper_outer_box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
color: var(--brand-blue);
font-size: 20px;
line-height: 28px;
font-weight: 500;
}
.selected_date_wrapper_outer_box::before {
content: '';
background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='calendar'%3E%3Cpath id='Icon' d='M11.75 2.5C12.4404 2.5 13 3.05964 13 3.75V5H18V3.75C18 3.05964 18.5596 2.5 19.25 2.5C19.9404 2.5 20.5 3.05964 20.5 3.75V5H24.25C25.6307 5 26.75 6.11929 26.75 7.5V23.75C26.75 25.1307 25.6307 26.25 24.25 26.25H6.75C5.36929 26.25 4.25 25.1307 4.25 23.75V7.5C4.25 6.11929 5.36929 5 6.75 5H10.5V3.75C10.5 3.05964 11.0596 2.5 11.75 2.5ZM10.5 7.5H6.75V11.25H24.25V7.5H20.5V8.75C20.5 9.44036 19.9404 10 19.25 10C18.5596 10 18 9.44036 18 8.75V7.5H13V8.75C13 9.44036 12.4404 10 11.75 10C11.0596 10 10.5 9.44036 10.5 8.75V7.5ZM24.25 13.75H6.75V23.75H24.25V13.75Z' fill='%233264FF'/%3E%3C/g%3E%3C/svg%3E");
background-size: 30px 30px;
width: 30px;
height: 30px;
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background-position: center center;
margin-right: 10px;
}
@media screen and (min-width: 576px) {
  .paginate_button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-height: 800px) {
.hw__sidebar-nav .nav-link {font-size: 1.4rem;}
}
/*End design fixes*/
/*calender*/
/* #calendar {max-width: 110.7rem;} */
body .fc .fc-toolbar.fc-header-toolbar {margin-bottom: 2rem;padding: 1rem 2rem;border-radius: 0.5rem;min-height: 4.8rem;position: relative;}
body .fc .fc-button {font-size: 1.4rem;line-height: 1;}
/* body .fc .fc-view-harness-active > .fc-view {background-color: #fff;padding: 2rem;border-radius: 1rem;} */
body .fc .fc-col-header-cell-cushion {
color: var(--brand-blue);
font-size: 1.6rem;
line-height: 2.8rem;
padding-top: 0;
padding-bottom: 0;
font-weight: 500;
}
body .fc .fc-scrollgrid {border-width: 0 !important;}
body .fc th {border: none;border-bottom: .1rem solid rgba(18, 24, 38, 0.10);padding-bottom: 0.8rem;}
body .fc td {text-align: center;vertical-align: middle;border-width: 0 !important;}
body .fc-event {
border: none !important;
  background-color: rgba(0,0,0,0) !important;
  color: var(--brand) !important;
  font-size: 1.4rem;
  border-radius: .8rem;
  line-height: 1.71429;
  margin-top: 5.6rem !important;
  position: static;
}
body .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event::after {
content: '';
width: 100%;
height: 100%;
position: absolute;
display: block;
inset: 0;
cursor: pointer;
z-index: 5;
}
body .fc-event .fc-event-title {color: var(--brand);font-weight: 500;font-size: 110%;}
body .fc .fc-daygrid-day-top {justify-content: center;}
body .fc .fc-daygrid-day-number {color: var(--body-color);font-size: 1.8rem;line-height: 2.8rem;font-weight: 500;padding: 0px;}
body .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:last-child,body .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:first-child .fc-today-button {
display: none;
}
body .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:first-child {
position: absolute;
left: 0;
right: 0;
z-index: 1;
display: flex;
justify-content: space-between;
}
body .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:first-child .fc-button-group {width: 100%;justify-content: space-between;}
body .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk:first-child  .fc-button-group > .fc-button {position: relative;flex: 0 0 auto;}
body .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk .fc-prev-button,body .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk .fc-next-button {
color: var(--brand);
  background: rgba(50, 100, 255, 0.10) !important;
  border-width: 0 !important;
  padding: 0;
  border-radius: 5px;
  min-width: 3rem;
  min-height: 3rem;
}
body .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk .fc-toolbar-title {
  position: absolute;
left: 0;
right: 0;
top: 50%;
transform: translateY(-50%);
font-size: 1.6rem;
line-height: norml;
 color: var(--brand-blue);
}

/* body .fc .fc-day-other {background-color: #f2f2f2;border-radius: 999px;} */

/* body .fc .fc-daygrid-day-frame {display: flex;justify-content: center;align-items: center;flex-direction: column;height: 100%;min-height: 1rem;} */
.fc .fc-daygrid-day-frame {
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-items: center;
}
.fc .fc-view-harness {min-height: 430px;}
body .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
min-height: 0;
position: static;
margin: 0;
}
body .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events .fc-daygrid-event-harness {
margin: 0px;
position: absolute;
width: 100%;
height: 100%;
cursor: pointer;
inset: 0px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

/* body .fc .fc-daygrid-day-frame:hover .fc-daygrid-event-harness {
  background: rgba(50, 100, 255, 0.10);
  border-radius: 1rem;
} */
body .fc .fc-daygrid-day-frame:hover .fc-daygrid-event-harness .fc-event .fc-event-title, body .fc .fc-daygrid-day-frame:hover .fc-daygrid-day-number {
  color: var(--brand-blue);
}
body .fc .fc-daygrid-day-frame:hover .fc-daygrid-day-number {
  font-weight: 500;
}
/* .fc-liquid-hack .fc-daygrid-day-frame {
  
  max-width: 62px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
} */

body .fc .fc-daygrid-day.fc-day-today {
/* background-color: var(--hw-white); */
background-color: rgba(0,0,0,0);
/* border-radius: 999px; */
}
@media(min-width:768px) {
  body .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 1.8rem;
  }
}
@media(min-width:992px) {
  body .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 2.2rem;
  }
  body .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk .fc-prev-button,body .fc .fc-toolbar.fc-header-toolbar > .fc-toolbar-chunk .fc-next-button {
    min-width: 4rem;
    min-height: 4rem;
  }
  .hw__bf-list {
  padding: 2.4rem;
}
.hw__book-box {padding: 1.6rem 2.4rem 2.4rem 2.4rem;}
}
@media(max-width:989px) {
  body .fc .fc-daygrid-day-number {font-size: 1.4rem;line-height: 2.8rem;}
  body .fc-event,body .fc .fc-col-header-cell-cushion {font-size: 1.4rem;}
}
@media(max-width:599px) {
.hw-visa--mainWidget.hw__grid {
  padding: 1.6rem;
}
}
.hw__error {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: .1rem solid transparent;
border-radius: .5rem;

font-size: 1.4rem;
}
.hw__error-fail {color: #721c24;background-color: #f8d7da;border-color: #f5c6cb;}
.hw__error-success {color: #155724;background-color: #d4edda;border-color: #c3e6cb;}
.booking_pagination {
display: flex;
justify-content: center;
margin-top: 3rem;
}
.paginate_button.current {color: var(--brand);}
.hw__required-line {
border-color: #F00 !important;
}
.hw__name_error:not(.infant_dob_error) {color: #F00;}
.hw__bf-list--price .hw__badge-confirm {cursor: pointer;}
.paginate_button.current {
color: var(--brand) !important;
}
/*End calender*/
#export_csv_form {
margin-top: 10px;
}
.modal-body--reDesign .excursionRecordListing td[data-label="Action"] a[title="With Contact"], .modal-body--reDesign .excursionRecordListing td[data-label="Action"] a[title="Without Contact"] {
  background-color: var(--brand-light);
  padding: .5rem 1rem;
  line-height: 1;
  cursor: pointer;
  min-width: 2rem;
  min-height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--brand);
  border-radius: 10rem;
  font-size: 1.2rem;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.modal-body--reDesign .excursionRecordListing td[data-label="Action"] a[title="With Contact"] + a[title="Without Contact"] {
  margin-left: 1rem;
}
.modal-body--reDesign .excursionRecordListing td[data-label="Action"] a[title="With Contact"]:hover, .modal-body--reDesign .excursionRecordListing td[data-label="Action"] a[title="Without Contact"]:hover {
background-color: var(--brand);
  color: var(--light);
}
@media(max-width:899px) {
  .modal-body--reDesign .excursionRecordListing td[data-label="Action"] a[title="With Contact"], .modal-body--reDesign .excursionRecordListing td[data-label="Action"] a[title="Without Contact"] {
    flex-grow: 1;
  }
}
@media(max-width:767px) {
.hw__account-box {padding: 3rem;border-radius: 2rem;}
.hw__main-section {margin-top: 13rem;}
.hw__nav-desktop {display: none !important}
/* .hw__account-sidebar .toggle-sidebar-btn {left: auto;right: 2rem;} */
.hw__login-page .hw__logo {padding-left: 0}
.hw__promotional-content .hw__h1 {font-size: 3rem;}
.hw__promotional-content .hw__text16 {font-size: 1.4rem;line-height: 2.4rem;}
}
@media(max-width:575px) {
.hw__account-box input::file-selector-button {
font-size: 1.4rem !important;
font-weight: 700;
padding: .75rem 2rem !important;
line-height: 2.2rem;
}
.hw__account-box .form-control[type="file"] {
 line-height: 3.8rem;
}
}
@media(max-width:479px) {
.hw__footer ul .nav-link,.hw__footer p.hw__text16 {font-size: 1.4rem;line-height: 2.2rem;}
.hw__footer ul {justify-content: center;}
/* .hw__account-sidebar .toggle-sidebar-btn {right: 1.5rem;} */
}
@media(max-width:360px) {
 .hw__account-box {padding:2rem;}
}
/*End login pages*/
@media(min-width:576px) {
  .hw__sm-ml6 {margin-left: 6rem;}
  .hw__profile-edit--img {max-width: 13.5rem;min-width: 13.5rem}
}

@media(min-width:768px) {
  .hw__sidebar-nav {
    margin-top: 1rem;
  }
  .dropdown-toggle.agent_title {padding: 1.5rem 0 1.5rem 10px !important;}
  .hw__account-sidebar {display: none !important}
  .hw__container-645 {max-width: calc(64.5rem + 8rem)}
  .hw__container-852 {max-width: calc(85.2rem + 8rem)}
  .hw__modal .modal-content {padding: 4rem 5rem;}
  .hw__modal .modal-dialog {max-width: 585px;}
  .hw__modal.hw__modal-650 .modal-dialog {max-width: 65rem;}
.hw__modal.hw__modal-700 .modal-dialog {max-width: 70rem;}
.hw__modal.hw__modal-750 .modal-dialog {max-width: 75rem;}
.hw__sidebar--mainToggle svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

body.toggle-sidebar .hw__sidebar {width: 8.7rem;}
/* body.toggle-sidebar .hw__sidebar  .hw__sidebar-nav .nav-link > span,body.toggle-sidebar .hw__sidebar .hide__toggle {
  opacity: 0;white-space: nowrap;
} */
body.toggle-sidebar .hw__sidebar  .hw__sidebar-nav .nav-link > span {
  font-size: 0;
  line-height: 0;
  display: none;
  height: 0;
  width: 0;
}
body.toggle-sidebar .hw__sidebar-nav {
  padding-left: 2rem;
  padding-right: 2rem;
}
body.toggle-sidebar .hw__sidebar-nav .nav-link {
  justify-content: center;
}
body.toggle-sidebar .hw__sidebar .hw__sidebar-profile--img img {transform: scale(.5);transform-origin: left center;}
.hw__desk-hide {display: none !important}


.hw__cta.hw__grid {padding: 3rem 4rem;}
}
@media(min-width:861px) {
  .hw__notifications-dropdown {min-width: 34rem;}
}
@media(min-width:900px) {
  .hw__profile-edit--img {max-width: 15rem;min-height: 15rem}
  .hw__modal.hw__modal-850 .modal-dialog {max-width: 85rem;}
  .modal-body--reDesign .excursionRecordListing td[data-label="Action"] {
  white-space: nowrap;
}
.modal-body--reDesign .excursionRecordListing td[data-label="Sr"] {
  min-width: 5rem;
}
}

@media(min-width:992px) {
.hw__container-full,.hw__container {padding-left: 40px;padding-right: 40px}

.hw__header-menu--center {list-style: none;margin: 0;padding: 0;flex: 1;column-gap: 4rem;justify-content: center;}
}
@media(min-width:1120px) {
  .hw__notifications-dropdown {min-width: 58.5rem;}
}
@media(min-width:1120px) {
.hw__overflow-section {max-height: calc(100vh - 31rem);overflow-y: auto;}
}
@media(min-width:1200px) {
  .hw__col-xlauto {width: 27.77%;}
}
@media(min-width:1400px) {
.hw__filter-area--right {gap: 3rem;}
.hw__xl-auto {width: 100%;max-width: calc(100% - 369px);padding-right: 2rem;}
.hw__xl-354 {max-width: 369px;width: 100%;}
.hw__gridpi-40 {padding: 4rem}
}
@media(max-width:1300px) {
 .hw__bf-list--location .hw__text16 {font-size: 1.4rem;line-height: 2.2rem;}
}
@media(max-width:1200px) {
  /* .hw__bf-list--content {flex-wrap: wrap;} */
  /* .hw__bf-list--price {width: 100%;} */
  /* .hw__bf-list--location .hw__ht6 {font-size: 2rem;line-height: 2.8rem; } */
/* .hw__bf-list--location .hw__ht6 {font-size: 1.8rem;line-height: 2.8rem; }
.hw__bf-list--location .hw__text16 {font-size: 1.2rem;line-height: 2.2rem;}
.hw__bf-list--price .hw__h7 {font-size: 1.8rem;line-height: 2.4rem;}*/
}
@media(max-width:1080px) {
  .hw__bf-list--location .hw__colg-16 {
  column-gap: 0.8rem;
}
/* .hw__bf-list--content {flex-wrap: wrap;row-gap: 2rem;} */
/*.hw__bf-list--time {width: auto;margin-left: -13rem;flex: 1 1 auto;}*/
/* .hw__bf-list--location {width: 100%;flex: 1 1 100%;align-items: center;gap: .5rem;} */
/* .hw__bf-list--location .hw__inline {row-gap: .5rem;} */
.hw__bf-list--item {gap: 1rem;}
.hw__bf-list--time {width: 100%;gap: 1rem;}
}
@media(max-width:991px) {
.hw__header-menu--center {display: none !important}
}
@media(max-width:989px) {
.hw__menu-overlay {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(46, 61, 107,0.5);
   z-index: 996;
   pointer-events: none;
   opacity: 0;
   transition: opacity .5s ease-in-out;
}
.toggle-sidebar .hw__menu-overlay {opacity: 1;}
}



@media(max-width:767px) {
  .hw__logo {padding-left: 3.5rem;}
  .hw__logo img {max-width: 14rem;max-height: 4.9rem;}
  .hw__mob-hide {display: none !important}
  .hw__sidebar {left: -26.5rem;transition: left 0.3s;}
  .toggle-sidebar .hw__sidebar {left: 0;}
 .hw__hamburg {display: block;width: 2rem;height: 2rem;}
  .hw__hamburg span {
    display: block;
    width: 1.8rem;
    height: .2rem;
    margin-bottom: .4rem;
    position: relative;
    background: var(--dark);
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),opacity 0.55s ease;
  }
  .hw__hamburg > span:nth-of-type(3) {transform-origin: 0% 0%;}
  .toggle-sidebar .hw__hamburg span {opacity: 1;transform: rotate(45deg) translate(1px, 1px);}
  .toggle-sidebar .hw__hamburg span:nth-of-type(2) {opacity: 0;transform: rotate(0deg) scale(0.2, 0.2);}
  .toggle-sidebar .hw__hamburg span:nth-of-type(3) {transform: rotate(-45deg) translate(0, -1px);}
  .hw__modal .btn-close {right: 1rem;top: 1rem;}
  .hw__quantity-picker .input-number {font-size: 1.4rem;padding: 1rem 0;}
  .hw__quantity-picker .btn-number {font-size: 1.4rem;padding: 0 .5rem;}
}
@media(max-width:575px) {
   .hw__bf-list--content {
    flex-wrap: wrap;
    row-gap: 1.6rem;
  }
  .hw__bf-list--location {
    width: 100%;
  }
   .hw__bf-list--time {
   
    max-width: 100%;
  }
  .hw__bf-list--time > div + div {
   margin-top: 0.8rem;
  padding-top: 0.8rem;
}
.hw__bf-list--price {
  flex-direction: row;
  width: 100%;
  column-gap: 0.8rem;
}
.hw__bf-list--price .hw__text16.hw__textblue {
   flex-shrink: 0;
}
.nav-link.nav-profile {padding: .5rem;border-radius: 50%;}
.nav-link.nav-profile > :not(img) {display: none;}
h3, .hw__h3 {font-size: 2.8rem;}
h6, .hw__h6 {font-size: 2rem;}
h5, .hw__h5 {font-size: 2.2rem;}
.hw__text22 {font-size: 2rem;}
.hw__inline {row-gap: .5rem;}
.hw__btn {font-size: 1.4rem;line-height: 2.2rem;}
.hw__link-arrow {column-gap: .5rem;font-size: 1.4rem;line-height: 2.4rem;}
.hw__ic {background-size: 3rem 3rem;width: 3rem;height: 3rem;min-width: 3rem;}
.hw__xtext16 {font-size: 1.6rem !important}
.hw__xtext14 {font-size: 1.4rem !important}
.hw__xtext12 {font-size: 1.2rem !important}
.table-responsive .table tr td .hw__xtext12 {
  line-height: 2rem;
}
.nav-tabs .nav-link {font-size: 1.4rem;padding: .8rem 1.5rem;}
.form-control,.hw__dropdown .hw__btn-dropdown {font-size: 1.4rem;line-height: 2.4rem;padding: 1rem 1.5rem;}
.dataTables_filter input[type="search"] {font-size: 1.4rem;line-height: 2.4rem;padding: 1rem 1.5rem 1rem 5.4rem}
.hw__mt-32 {margin-top: 2.2rem;}
.hw__mb-32 {margin-bottom: 2.2rem;}
label,.hw__mtext14 {font-size: 1.4rem;line-height: 2.4rem;}
.hw__inline-list {column-gap: 1rem;}
.hw__mrowg-10 {row-gap: 1rem;}
.hw__mrcg10 {margin-left: -.5rem;margin-right: -.5rem}
.hw__mrcg10 > * {padding-left: .5rem;padding-right: .5rem}
.hw__mtexti-50 {font-size: 5rem}
.hw__btn.hw__bnt-lg {padding-top: 1.1rem;padding-bottom: 1.3rem;}
.hw__cform-btn .hw__btn {padding-top: 1.1rem;padding-bottom: 1.3rem;}
.table-responsive .table tr td::before {
    font-size: 1.2rem;
  }
}
@media(max-width:479px) {
   .table-responsive .table tr td {
      padding: 0.5rem;
  }
.hw__bf-list--item {flex-wrap: wrap;}
.hw__bf-list--item .hw__imgmin-100 {   min-width: 10rem;min-height: auto;}
.hw__bf-list--time {margin-left: 0;flex: 0 0 auto;}
.hw__bf-list--time .d-flex {column-gap: 0.5rem;}
.hw__bf-list--price {width: 100%;}
.hw__bf-list--content {width: 100%;flex: 1 1 auto;}

.hw__container-full,.hw__container {padding-left: 1.5rem;padding-right: 1.5rem;}

.hw__change-profile .hw__btn {font-size: 1.2rem;line-height: 2rem;padding-left: 1.5rem;padding-right: 1.5rem;border-radius: .8rem;}
.hw__change-profile .hw__colg-20 {column-gap: 1rem;}
.hw__change-profile .hw__mt-20 {margin-top: 1rem;}
.hw__change-profile .hw__text14 {font-size: 1.2rem;line-height: 1.8rem;}
.hw__change-profile .hw__btn.hw__btn-normal {padding-left: 0;padding-right: 0;}
.hw__change-profile .hw__icon-remove {background-size: 2rem 2rem;width: 2rem;height: 2rem;margin-left: .5rem !important;}
.selected_date_wrapper_outer_box {font-size: 14px;line-height: 27px;}
.selected_date_wrapper_outer_box::before {background-size: 24px 24px;width: 24px;height: 24px;margin-right: 5px;}
.hw__bf-list--location .hw__text16 {font-size: 1.2rem;line-height: 1.8rem;}
.hw__bf-list--location .hw__ht6 {font-size: 1.8rem;}
.hw__bf-list--time .hw__text16 {font-size: 1.4rem;line-height: 2.2rem;}
}
@media(max-width:360px) {
.hw__profile-edit--img {max-width: 8rem;min-height: 8rem}
}
.hw__bfooter{position: relative;z-index: 1;}
ul.contact-footer li a svg{width:25px; height:25px;}


/* loader */
.table-responsive {
  background-color: var(--hw-white);
  border-radius: 5px;
}
.dataTables_wrapper.no-footer {
    position: relative !important;
    background-color: var(--hw-white);
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.5rem;
}
.dataTables_wrapper.no-footer .top {
 float: left;
 margin-bottom: 1.6rem;
}
.dataTables_wrapper.no-footer .top + .top {
  float: right;
}
.dataTables_info {
  font-weight: 500;
}
.dataTables_wrapper.no-footer > div label select {
  border: none;
  padding: 0.8rem 3rem 0.8rem 0.8rem;
  color: var(--hw-black-900);
  border-radius: 6.75px;
  background: rgba(85, 85, 85, 0.10);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M4 6L7.5 9.5L11 6' stroke='%233264FF' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  -webkit-appearance: none;
  appearance: none;
  min-width: 7rem;
  text-align: center;
  line-height: 1;
}
.dataTables_wrapper.no-footer > div {
  padding-left: 2rem;
  padding-right: 2rem;
}
.dataTables_wrapper.no-footer  table thead tr > th:first-child  {
  padding-left: 2rem;
}
.dataTables_wrapper.no-footer  table thead tr > th:last-child, .dataTables_wrapper.no-footer  table tbody tr > td:last-child  {
  padding-right: 2rem;
}
div.dataTables_processing {
    position: absolute;
    top: 11rem;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 2px
}
div.dataTables_processing>div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto
}
div.dataTables_processing>div:last-child>div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #0F294D !important;
    animation-timing-function: cubic-bezier(0, 1, 1, 0) !important;
}
div.dataTables_processing>div:last-child>div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 .6s infinite
}
div.dataTables_processing>div:last-child>div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 .6s infinite
}
div.dataTables_processing>div:last-child>div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 .6s infinite
}
div.dataTables_processing>div:last-child>div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 .6s infinite
}
@keyframes datatables-loader-1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}
@keyframes datatables-loader-3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}
@keyframes datatables-loader-2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}
/* table */
.dataTables_wrapper table .sorting_disabled, .dataTables_wrapper table tr td {
    display: table-cell !important;
}
.dataTables_wrapper table tr td {
  font-weight: 500;
}

.hw__dropdown select.hw__btn-dropdown  {
  appearance: none; /* Removes the default styling */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.29289 9.29289C5.68342 8.90237 6.31658 8.90237 6.70711 9.29289L12 14.5858L17.2929 9.29289C17.6834 8.90237 18.3166 8.90237 18.7071 9.29289C19.0976 9.68342 19.0976 10.3166 18.7071 10.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L5.29289 10.7071C4.90237 10.3166 4.90237 9.68342 5.29289 9.29289Z' fill='%23555555'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 1.8rem;
  padding-right: 3.4rem;
  text-overflow: ellipsis;
}

/* For Safari and others: remove inner dropdown arrow */
select::-ms-expand {
  display: none;
}
@media (min-width: 576px) {
  .hw__dropdown .hw__btn-dropdown {
      min-height: 5rem;
      height: 5rem;
  }
  .hw__dropdown select.hw__btn-dropdown  {
   background-size: 2.4rem;
}
}
@media (min-width: 900px) {
  .dataTables_wrapper.no-footer  table tbody tr > td:first-child  {
      padding-left: 2rem;
  }

}
@media (max-width: 575px) {
  .hw__dropdown .hw__btn-dropdown {
   min-height: 4.5rem;
   height: 4.5rem;
}
}

.hw-nomal--icon.hw__icon-excursion{
    width: 2.4rem;
    height: 2.4rem;
    min-width: 2.4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
}
.hw-nomal--icon.hw__icon-excursion {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5.7052 17.3947L5.70512 17.3947L5.70389 17.3985C5.66484 17.5193 5.65924 17.6484 5.6877 17.7722C5.71616 17.8959 5.77762 18.0096 5.86553 18.1012L5.867 18.1027C5.96185 18.1971 6.08168 18.2625 6.2124 18.2911C6.34312 18.3198 6.4793 18.3105 6.60492 18.2644L6.6053 18.2642L14.817 15.2093C14.8173 15.2092 14.8176 15.2091 14.8178 15.209C14.911 15.1762 14.9955 15.1229 15.0654 15.0531C15.1352 14.9833 15.1884 14.8987 15.2212 14.8056C15.2213 14.8053 15.2214 14.805 15.2215 14.8048L18.2765 6.59307L18.2768 6.59222C18.3221 6.4667 18.3307 6.33088 18.3016 6.20065C18.2725 6.07042 18.207 5.95115 18.1126 5.8568C18.0183 5.76245 17.899 5.69691 17.7688 5.66784C17.6386 5.63877 17.5027 5.64738 17.3772 5.69266L17.3167 5.71451V5.74574L9.16468 8.77849C9.16439 8.77859 9.1641 8.7787 9.16381 8.7788C9.0707 8.81158 8.98612 8.86484 8.91632 8.93464C8.84651 9.00445 8.79326 9.08902 8.76047 9.18213C8.76037 9.18243 8.76027 9.18272 8.76016 9.18301L5.7052 17.3947ZM7.57139 16.4286L9.68981 10.6811L13.3189 14.3102L7.57139 16.4286ZM10.6811 9.6898L16.4286 7.57139L14.3102 13.3189L10.6811 9.6898ZM12 0.908333C9.80628 0.908333 7.66182 1.55885 5.8378 2.77762C4.01379 3.99638 2.59214 5.72866 1.75264 7.7554C0.913139 9.78214 0.693487 12.0123 1.12146 14.1639C1.54944 16.3154 2.60581 18.2918 4.15701 19.843C5.70821 21.3942 7.68455 22.4506 9.83613 22.8785C11.9877 23.3065 14.2179 23.0869 16.2446 22.2474C18.2713 21.4079 20.0036 19.9862 21.2224 18.1622C22.4412 16.3382 23.0917 14.1937 23.0917 12C23.0917 9.0583 21.9231 6.2371 19.843 4.15701C17.7629 2.07692 14.9417 0.908333 12 0.908333ZM18.8671 18.8671C17.2172 20.517 15.0281 21.5151 12.7028 21.6799V19.3333C12.7028 19.1469 12.6287 18.9682 12.4969 18.8364C12.3651 18.7046 12.1864 18.6306 12 18.6306C11.8136 18.6306 11.6349 18.7046 11.5031 18.8364C11.3713 18.9682 11.2972 19.1469 11.2972 19.3333V21.6796C8.97748 21.5078 6.79572 20.5067 5.15213 18.8576C3.50846 17.2084 2.51463 15.0232 2.35066 12.7028H4.66667C4.85306 12.7028 5.03181 12.6287 5.16361 12.4969C5.29541 12.3651 5.36945 12.1864 5.36945 12C5.36945 11.8136 5.29541 11.6349 5.16361 11.5031C5.03181 11.3713 4.85306 11.2972 4.66667 11.2972H2.35097C2.52194 8.98233 3.51878 6.80451 5.16165 5.16164C6.80452 3.51878 8.98233 2.52194 11.2972 2.35097V4.66667C11.2972 4.85305 11.3713 5.03181 11.5031 5.1636C11.6349 5.2954 11.8136 5.36944 12 5.36944C12.1864 5.36944 12.3651 5.2954 12.4969 5.1636C12.6287 5.03181 12.7028 4.85305 12.7028 4.66667V2.35066C15.0232 2.51463 17.2084 3.50846 18.8576 5.15213C20.5067 6.79571 21.5078 8.97747 21.6796 11.2972H19.3333C19.1469 11.2972 18.9682 11.3713 18.8364 11.5031C18.7046 11.6349 18.6306 11.8136 18.6306 12C18.6306 12.1864 18.7046 12.3651 18.8364 12.4969C18.9682 12.6287 19.1469 12.7028 19.3333 12.7028H21.6799C21.5151 15.0281 20.517 17.2172 18.8671 18.8671Z' fill='black' stroke='black' stroke-width='0.183333'/%3E%3C/svg%3E");}


/*Redesign structure*/


.hw-page--width {
  max-width: 144rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 600px) {
  .hw-page--width {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .hw-page--width {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1300px) {
  .hw-page--width {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 1400px) {
  .hw-page--width {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.justify-between {
  justify-content: space-between !important;
}
a {
  color: var(--hw-black-900);
  font-weight: normal;
  text-decoration: none;
  transition: color .3s ease;
}
.hw-fontBold {
    font-weight: bold !important;
}
.hw-blue {
    color: var(--brand-blue) !important;
}
.hw-text12 {
  font-size: 1.2rem !important;
}
.hw-text14 {
  font-size: 1.4rem;
  line-height: 1.71429;
}
.hw-fontWeight--500 {
  font-weight: 500 !important;
}
.hw-fontBold {
  font-weight: bold !important;
}
.pe-10 {
    padding-left: 1rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}



/*Header*/
/* .hw-header {
    border-bottom: .1rem solid rgba(51, 51, 51, 0.10);
    background-color: var(--hw-white);
} */
.hw-header.fixed-top {
  z-index: 9999;
  top: 0;
  background-color: var(--hw-white);
  border-bottom: 1px solid rgba(51, 51, 51, 0.10);
  transition: top 0.1s ease-out, background-color 0.02s ease-out;
}
.hw-header.fixed-top.scroll-down, .hw-header.fixed-top.scrolled.scroll-up {
  top: 0;
  background-color: var(--hw-white) !important;
}



.hw-header--wrapper {
  /* border-radius: 0.8rem; */
  /* border-radius: 0.5rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.10);
  background-color: var(--hw-white);
  padding-left: 1.6rem;
  padding-right: 1.6rem; */
   min-height: 7rem;
    display: flex;
}
.hw-header--dropdownProfile > .dropdown-menu {
  margin-top: 1rem !important;
}
@media (min-width: 990px) {
  /* .hw-header--wrapper {
  border-radius: 2rem;
  } */
  /* .hw-header.fixed-top {
    top: 4.4rem;
  } */
 .hw-header--wrapper {
    min-height: 9.6rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  .hw-header--wrapper .header-nav {
    align-items: flex-end;
  }
  .hw-header--wrapper .hw-main--menu {
     padding-left: 1rem;
    padding-right: 1rem;
    flex: 1 0 0;
    justify-content: center;
  }
  .hw-header--dropdownProfile > .dropdown-menu {
  margin-top: 2.4rem !important;
}
}



.hw-main--menu {
  margin-bottom: 0;
}
.hw-main--menuItem {
  display: flex;
}
.hw-header--wrapper .hw-main--menu > .hw-main--menuItem {
  position: relative;
}
.new-menu--badge {
  border-radius: 2px;
  background: linear-gradient(90deg, #F696FF 0%, #8A38F5 100%);
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: var(--hw-white);
  min-height: 1.8rem;
  min-width: 5rem;
  text-align: center;
  max-width: 5rem;
}
.hw-header--wrapper .hw-main--menu > .hw-main--menuItem > .hw-main--menuItemLink {
   column-gap: 1.6rem;
   min-width: 5rem;
   row-gap: 0.4rem;
}
.hw-header--wrapper .hw-main--menu > .hw-main--menuItem > .hw-main--menuItemLink span {
  font-weight: bold;
  color: var(--hw-brand-blue);
}
.hw-header--wrapper .hw-main--menu > .hw-main--menuItem > .hw-main--menuItemLink .hw-main--menuIcon {
  width: 3.5rem;
  height: 3.5rem;
  color: var(--header-icon);
  transition: color 0.3s ease-out;
}
.hw-header--wrapper .hw-main--menu > .hw-main--menuItem > .hw-main--menuItemLink:hover .hw-main--menuIcon, .hw-header--wrapper .hw-main--menu > .hw-main--menuItem > .hw-main--menuItemLink.active .hw-main--menuIcon  {
  color: var(--header-icon-hover);
}
.hw-header--avtar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hw-avtar--circle {
  border-radius: 50%;
  background: linear-gradient(180deg, #3264FF -11%, #668BFF 111%);
  line-height: 1;
  font-weight: bold;
  color: var(--hw-white);
  width: 3.8rem;
  height: 3.8rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.4rem;
  margin-left: 2.4rem;
}
.hw-wallet--boxDropdown svg {
  position: absolute;
  right: 0;
  top: 0.7rem;
}
.hw-main--menuItemLink {
  display: inline-flex;
  align-items: center;
  column-gap: .8rem;
  color: var(--hw-gray-700);
  position: relative;
  font-weight: normal;
  cursor: pointer;
}

.hw-main--menuItemLink.show {
  color: var(--brand);
}
.hw-main--menuItem .hw-main--menuIcon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
}
.hw-main--menuItem .hw-main--menuIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.dropdown-menu .hw-main--menuItemLink svg {
  color: var(--hw-brand-orange);
}
.hw-main--menuItemLink.show span {
  color: inherit !important;
}
.hw-main--menu > .hw-main--menuItem > .hw-main--menuItemLink.show::after {
  width: 100%;
}
.hw-main--menuItem.active .hw-main--menuItemLink {
  color: var(--hw-brand-orange);
}
.dropdown-menu .hw-main--menuItemLink {
  column-gap: 1rem;
}
.hw-main--menu > .hw-main--menuItem > .hw-main--menuItemLink::after {
  content: '';
  background-color: var(--brand);
  position: absolute;
  bottom: -0.1rem;
  width: 0;
  height: .2rem;
  transition: width .2s ease-out;
}
.hw-main--menu > .hw-main--menuItem.active > .hw-main--menuItemLink::after {
  width: 100%;
}
.hw-main--menu > .hw-main--menuItem  > .hw-main--menuItemLink:hover::after {
   width: 100%;
  transform-origin: right;
}
.hw-main--menuItemLink.active, .hw-main--menuItemLink.active span {
    color: var(--brand);
}
.hw-main--menuItemLink span {
 font-weight: bold;
  color: var(--hw-gray-700);
}
.dropdown-menu .hw-main--menuItemLink span {
  font-weight: 500;
}
.hw-main--menuItemLink:hover span {
  color: var(--brand);
}
.hw-main--menuItem.active .hw-main--menuItemLink span {
  color: var(--brand);
}




.pe-10 {
  padding-left: 1rem;
}

.hw-opacity7 {
  opacity: 0.7 !important;
}
.hw-nav--notification {
  cursor: pointer;
}
.hw-nav--notification .hw-nav--icon {
  color: var(--hw-brand-blue);
}
.header-nav .nav-item.dropdown > .nav-link.nav-currency {
  color: var(--hw-brand-blue);
}



.hw-main--menuItem.dropdown .dropdown-menu .hw-main--menuItemLink, .hw-header--dropdownProfile .hw-main--menuItemLink {
  width: 100%;
}
.hw-main--menuItem.dropdown .dropdown-menu > .hw-main--menuItem:not(:first-child) .hw-main--menuItemLink, .hw-header--dropdownProfile > .hw-main--menuItem:not(:first-child) .hw-main--menuItemLink {
  padding-top: 1rem;
}

/* .dropdown-menu.hw-header--dropdown {
  margin-top: -1rem !important;
} */

/*sidebar toggle*/
.header-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hw-header--dropdownProfile {
    margin-top: 0 !important;
    right: 0 !important;
    left: auto !important;
}
.hw-wallet--box {
    background-color: rgba(var(--brand-rgb), 0.10);
    padding: .4rem 1rem;
    border-radius: 0.5rem;
    display: flex;
    min-height: 4.2rem;
    justify-content: center;
    min-width: 4.2rem;
    border: 1px solid var(--brand);
    align-items: center;
    column-gap: 0.4rem;
}
.hw-wallet--boxWallet {
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
}
.hw-wallet--boxDropdown {
  cursor: pointer;
  color: var(--hw-brand-blue) !important;
  column-gap: 0.4rem;
}
.hw-wallet--boxDropdown svg {
      width: 2.4rem;
    height: 2.4rem;
    display: block;
}
.hw-wallet--amount {
    background-color: #E6EFFF;
    padding: 0.4rem 1.2rem;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 1.33333;
    color: var(--brand) !important;
    margin-left: 0.4rem;
    overflow: hidden;
}
.hw-wallet--boxDropdown img {
  max-width: 4rem;
  max-height: 4rem;
  overflow: hidden;
  background-color: var(--hw-gray-100);
  font-size: 0;
}
.hw-header--avtar img {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}
@media (min-width: 990px) {
  .hw-header--wrapper .hw-main--menu > .hw-main--menuItem > .hw-main--menuItemLink {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.hw-header--wrapper nav.header-nav > ul {
      padding-top: 1.2rem;
    }  
.hw-header--wrapper .hw-main--menu > .hw-main--menuItem, .pt-12-990 {
    padding-top: 1.2rem;
  }
.hw-main--menu > .hw-main--menuItem > .hw-main--menuItemLink.active::after {
   width: 100%;
  transform-origin: right;
}
  .hw-header--avtar {
   row-gap: 0.4rem;
}
  .hw-wallet--boxDropdown {

  column-gap: 1.6rem;
}
 .hw-wallet--boxDropdown img {
  max-width: 6.4rem;
  max-height: 6.4rem;
  }
  span.hw-wallet--amount {
     margin-left: 0.8rem;
}
/* .hw-wallet--boxDropdown svg {
      width: 2.4rem;
    height: 2.4rem;
} */
  .hw-header--dropdownRight {
        right: 0 !important;
        left: auto !important;
    }
  .hw-toggle--sidebarBtn {
    display: none !important;
  }

  .hw-main--menu {
    display: flex;
    column-gap: 1.6rem;
    flex-wrap: wrap;
  }
  .dropdown-menu .hw-main--menuItemLink {
  column-gap: 1.6rem;
}
.new-menu--badge {
  position: absolute;
  /* top: -0.9rem; */
   top: 0.4rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
}

@media (min-width: 990px) and (max-width: 1080px) {
 .hw-main--menuItemLink {
    font-size: 1.4rem;
}
}
@media (min-width: 1200px) {

  .hw-main--menuItem.dropdown .dropdown-menu > .hw-main--menuItem:not(:first-child) .hw-main--menuItemLink, .hw-header--dropdownProfile > .hw-main--menuItem:not(:first-child) .hw-main--menuItemLink {
    padding-top: 1.6rem;
  }
   .hw-main--menu {
    column-gap: 3.2rem;
    min-width: 87.4rem;
  }
}



@media (max-width: 989px) {
  .pt-12-990 .hw-header--log--reg {
    flex-direction: row-reverse;
  }

      .hw-header--wrapper .header-nav {
        margin-left: auto;
    }
    .hw-header--logo img {
  max-height: 50px;
}
  .toggle-sidebar {
  height: 100%;
  overflow: hidden;
}
  .hw-sidebar {
      transition: left .2s ease;
  }
    .hw-main--menu {
        position: fixed;
        top: 11rem;
        left: 0;
        bottom: 0;
        width: 95%;
        z-index: 1000;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: thin;
        scrollbar-color: var(--brand-light) var(--hw-gray-100);
        background-color: var(--hw-white);
        border-top-right-radius: 1rem;
        max-width: 50rem;
        border-bottom-right-radius: 1rem;
        padding: 2rem !important;
        transition: left 0.3s ease-in-out, opacity 0.6s ease-in-out;
    }
  .hw-main--menu > .hw-main--menuItem {
  margin-bottom: 1rem;
  align-items: center;
  column-gap: 1rem;
}
.hw-main--menu > .hw-main--menuItem .hw-main--menuItemLink {
  /* width: 100%; */
  padding: 0.8rem 0;
}
.hw-main--menu > .hw-main--menuItem.dropdown .dropdown-menu {
  box-shadow: none !important;
  border-radius: 0;
  min-width: 26.1rem;
  border: none;
  padding: 0 0 0 2rem;
}
  body:not(.sidebar-collapsed) .hw-sidebar {
      left: -26.5rem;
  }
  body:not(.toggle-sidebar) .hw-main--menu {
     left: -26.5rem;
     pointer-events: none;
      opacity: 0;
  }
  .hw-toggle--sidebarBtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    cursor: pointer;
  }

  .hw-toggle--hamburg {
      display: block;
      width: 2rem;
      height: 2rem;
  }

  .hw-toggle--hamburg span {
      display: block;
      width: 1.8rem;
      height: .2rem;
      margin-bottom: .4rem;
      position: relative;
      background: var(--dark);
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
  }

  .hw-toggle--hamburg >span:nth-of-type(3) {
      transform-origin: 0% 0%;
  }

  .toggle-sidebar .hw-toggle--hamburg span {
      opacity: 1;
      transform: rotate(45deg) translate(1px, 1px);
  }

  .toggle-sidebar .hw-toggle--hamburg span:nth-of-type(2) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
  }

  .toggle-sidebar .hw-toggle--hamburg span:nth-of-type(3) {
      transform: rotate(-45deg) translate(0, -1px);
  }

  body:not(.sidebar-collapsed) .hw-menu--overlay {
      opacity: 0;
  }

  .hw-menu--overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(var(--hw-brand-blue-rgb), .5);
      z-index: 99;
      pointer-events: none;
      opacity: 1;
      transition: opacity .3s ease;
  }
}
@media (max-width: 599px)  {
  .hw-mhide {
    display: none !important;
  }

.hw-header--logo img {
  max-width: 30vw;
  max-height: 5rem;
}
.header-nav .pe-10 {
  padding-left: .5rem;
}
    .hw-wallet--box .pe-10 {
        padding-left: .5rem;
    }

}
/*End sidebar toggle*/
/*End header*/
.hw-footer {
  position: relative;
  background-color: var(--hw-gray-100);
  padding-top: 5rem;
  padding-bottom: 0;
  z-index: 10;
}
.hw-footer--wraper {
  background-color: var(--hw-white);
  padding: 2.4rem 0 1.2rem 0;
  /* border-radius: 0.5rem; */
}
.hw-footer--brandLogo {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
.hw-footer--links {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 76rem;
}
.hw-footer--menuTitle {
  color: var(--hw-black-900);
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.hw-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hw-footer--linksItem a {
  /* font-size: 1.4rem;
  line-height: 1.71429; */
  display: inline-block;
}
.hw-footer--linksItem a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}
.hw-footer--linksItem li + li {
  margin-top: 0.4rem;
}
.hw-footer--copyRight {
  border-top: .1rem solid var(--hw-gray-200);
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  justify-content: center;
}
.hw-footer--social {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.hw-footer__social-link {
  display: block;
  color: var(--social-color);
  border: 0.1rem solid var(--social-color);
  padding: 0.5rem;
  border-radius: 10rem;
  transition: 0.2s ease-out;
}
.hw-footer__social-link:hover {
  background-color: #25579E;
  color: var(--hw-white);
  border-color: #25579E;
}
.hw-footer__social-link svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
.hw-footer--copyRight a {
    color: inherit;
}
.hw-footer--copyRight a:hover {
    color: var(--dark);
}
.hw-paymentMethods {
  column-gap: 0.5rem;
}
.hw-paymentMethods > div {
  border-radius: 2px;
  border: 0.5px solid rgba(50, 100, 255, 0.20);
  background-color: var(--hw-white);
  min-width: 4rem;
  text-align: center;
}
@media (min-width: 750px) {
  .hw-footer--brandLogo {
    row-gap: 2.4rem;
  }
   .hw-footer--links {
    column-gap: 5rem;
    width: 70%;
  }
   .hw-footer--copyRight {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
  }
}
@media (min-width: 990px) {
  .hw-footer--links {
    column-gap: 6.5rem;
  }
  .hw-footer--wraper {
  padding-top: 4.8rem;
  padding-bottom: 2.4rem;
}
.hw-footer__social-link {
  padding: 0.6rem;
}
.hw-footer__social-link svg {
  width: 1.8rem;
  height: 1.8rem;
}
}
@media (max-width: 749px) {
  .hw-footer--brandInfo {
    flex-direction: column;
    row-gap: 2rem;
  }
   .hw-footer--links {
    justify-content: space-between;
  }
}
/*End Redesign structure*/
.hw-gray--whiteBox {
  background-color: var(--hw-white);
  border-radius: 5px;
}
.hw-navigation--btnNP {
  position: absolute;
  z-index: 1;
  right: 2rem;
  top: 2rem;
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
}
.hw-navigation--btnNPRelative {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  justify-content: flex-end;
  margin-bottom: 1.6rem;
}
.hw-navigation--btnNP.hw-navigation--btnNPTextTop {
  top: -4.5rem;
  right: 0;
}
.hw-navigation--btnNP .nav-btn {
  border: 1px solid var(--brand);
  color: var(--brand);
  border-radius: 0.7rem;
  background-color: var(--hw-white);
  padding: 0.5rem;
  cursor: pointer;
  min-width: 4.4rem;
  min-height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.hw-navigation--btnNP .nav-btn:hover {
  background-color: var(--brand-hover);
  border-color: var(--brand-hover);
  color: var(--hw-white);
}
.hw-navigation--btnNP .nav-btn[disabled=""] {
  opacity: 0.5;
  pointer-events: none;
}
.hw-navigation--btnNP .nav-btn svg {
  display: block;
  width: 1.6rem;
  height: 1.5rem;
}
.hw-header--log--reg img {
  font-size: 0;
  background-color: var(--hw-gray-100);
}

.hw-header--logIcon {
  width: 3.5rem;
  height: 3.5rem;
  color: var(--header-icon);
  transition: color 0.3s ease-out;
}
.hw-header--logIcon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.hw-header--log--reg:hover .hw-header--logIcon {
  color: var(--header-icon-hover);
}
.hw-header--log--reg {
  column-gap: 0.8rem;
}
/* .hw-header--log--reg:hover .hw__textblue {
  color: var(--brand) !important;
} */
@media (min-width: 990px) {
.hw-header--log--reg {
  row-gap: 0.4rem;
    flex-direction: column-reverse;
}
}
@media (max-width: 899px) {
.hide-899 {
  display: none !important;
}
#tableContainer .table {
  width: 100% !important;
}
}
@media (max-width: 479px) {
.hw__booking-widget #canvar_wrapper {
    max-width: 100% !important;
}
}


/*Login page*/
.hw__main-loginsection {
  min-height: 100dvh;
  display: flex;
}

.hw-acc--fullRow {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.hw-acc--fullCol {
  flex: 1;
  position: relative;

}
.hw-acc--formWrapper {
  display: flex;
  /* height: 100%; */
  padding: 4rem 1.5rem;
  flex-direction: column;
 justify-content: center;
  align-items: stretch;
}
.hw-acc--fullCol.hw-acc--fullColSlider {
  overflow: hidden;
}



.hw__icon-groupPassword {
  position: relative;
}
.hw__icon-groupPassword .hw__password-toggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6rem;
  border: none;
  background: rgba(0,0,0,0);
  outline: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0;
}
.hw__slider-fullOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
  inset: 0;
}
.hw__password-toggle .hw__icon-eye {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.hw-acc--fullCol.hw-acc--fullColForm {
  background-color: var(--hw-gray-100);
  display: flex;
  flex-direction: column;
  background-image: url('/wp-content/uploads/2023/10/Dubai-bg-image.png');
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.hw__slider-container {
  position: relative;

}

.hw__slider {
  height: 100%;
  position: relative;
}

.hw__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.hw-acc--formWrapper .hw__small-link {
  color: var(--brand);
  font-weight: bold;
}
.hw-acc--formWrapper .hw__small-link:hover {
color: var(--hw-gray-700)
}

.hw__slide.active {
  opacity: 1;
}

.hw__slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hw__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hw__slide-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(--hw-white);
  padding: 4rem 1.5rem 6rem 1.5rem;
  max-width: 56rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  z-index: 1;
}

.hw__slide-title {
margin-bottom: 0;
  color: var(--hw-white);
}

.hw__slide-description {
  opacity: 0.7;
  margin-bottom: 0;
}

.hw__slider-indicators {
  position: absolute;
  bottom: 3rem;
  display: flex;
  gap: 5px;
  right: 0;
  padding: 0 1.5rem;
  max-width: 56rem;
  width: 100%;
z-index: 1;
}

.hw__indicator {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 2rem;
  background: var(--hw-white);
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.2;
}

.hw__indicator.active {
  opacity: 1;
  width: 3rem;
}
.hw-wallet--boxDropdown.show .icon-chevronDown {
  transform: scaleY(-1);
}
.hw__login-page .hw__btn[disabled] {
  opacity: 0.5;
  cursor: none;
  pointer-events: none;
}

@media (min-width: 900px) {
  .hw-acc--fullCol.hw-acc--fullColForm {
    max-height: calc(100dvh - 7rem);
    overflow-y: auto;
  }
  .hw-acc--formWrapper {
    margin-top: auto;
    margin-bottom: auto;
  }
  .hw__slider-container {
    height: 100%;
  }

  .hw__slide-description {

    font-size: 2rem;
    line-height: 1.4;

  }
  .hw__slider-indicators {
   bottom: 10rem;
}
.hw__slide-overlay {
  padding: 10rem 3rem 14rem 3rem;
}
.hw-acc--formWrapper, .hw__slider-indicators {
  padding-left: 3rem;
  padding-right: 3rem;
}
.hw__indicator {
  width: 1rem;
  height: 1rem;
}

.hw__indicator.active {
  width: 5rem;
}
}
@media (min-width: 990px) {
  .hw-acc--fullCol.hw-acc--fullColForm {
    /* max-height: calc(100dvh - 8.8rem); */
    max-height: calc(100dvh - 9.6rem);
    overflow-y: auto;
  }
}
@media (min-width: 1200px) {
  .hw-acc--formWrapper{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
.hw-acc--formWrapper, .hw__slide-overlay, .hw__slider-indicators {
  padding-left: 5rem;
  padding-right: 5rem;
}
}
@media (min-width: 1260px) {
.form-control.form-control--lg {
  min-height: 7rem;
  padding: 2rem;
}
}
@media (min-width: 1400px) {
  .hw-acc--formWrapper, .hw__slide-overlay, .hw__slider-indicators {
  padding-left: 10rem;
  padding-right: 10rem;
  max-width: 72rem;
}
}


@media (max-width: 899px) {
  .table-responsive table {
    width: 100% !important;
  }
  .hw-acc--fullRow {
    flex-direction: column;
  }

  .hw__slider-container {
    height: 45vh;
    min-height: 35rem;
  }
  .hw-acc--formWrapper {
   max-width: 56rem; 
   margin: 0 auto; 
}
.hw__slide-overlay, .hw__slider-indicators {
 max-width: 56rem; 
   margin: 0 auto; 
   left: 0;
}
}

/*End Login page*/

/* 13-Aug-25 - car tranfer */
.step.active div#pvtresearchform {
    display: none !important;
}

.page-template-dashboard-template-php #car_rental_fields .hw-input--radioGroup label {
    color: #555 !important;
}

.page-template-dashboard-template-php #car_rental_fields .hw-input--radioGroup input:checked ~ label {
    color: var(--brand) !important;
}


.header-nav .hw-header--dropdownProfile .hw-main--menuItemLink {
  white-space: nowrap;
}
.th-top--null th {
  padding-top: 0 !important;
}
/*Filter Css Latest Common*/


 .hw-two--colFilterWrapBar {
    grid-template-rows: auto 1fr;
    display: grid;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--hw-gray-200) var(--hw-gray-100);
    transition: .2s ease-in-out;
    background-color: var(--hw-white);
    border-radius: 0.5rem;
  }
    .hw-two--colFilterBarTop {
      background-color: var(--hw-white);
  }
  .hw-two--colFilterBarAction {
    display: flex;
    justify-content: space-between;
    column-gap: .5rem;
    align-items: center;
    cursor: pointer;
}
.hw-two--colFilterBarBody {
   padding: 2rem 1.6rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}
.hw-two--colFilterWrapContent {
  padding-top: 2.4rem;
}
.hw-two--colFilterWidgetContent {
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
  margin-top: 0.4rem;
}
.hw-input--radioDesign {
  display: flex;
  align-items: center;
  column-gap: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.hw-input--radioDesign input, .hw-input--checkDesign input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--light);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: .1rem solid var(--hw-gray-700);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
  cursor: pointer;
}
.hw-input--radioDesign label, .hw-input--checkDesign label {
  margin: 0;
  color: var(--hw-black-900);
  font-weight: normal;
  padding: 0 0 0 1.2rem;
  background-color: var(--hw-white);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.71429;
}
.hw-input--radioDesign input {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 99.9rem;
}
.hw-input--radioDesign input:checked {
  background-color: var(--light);
  border-color: var(--brand);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233264FF'/%3e%3c/svg%3e");
}
  @media screen and (min-width: 901px) {
    .hw-two--colFilterWrap {
      display: flex;
      align-items: flex-start;
    }
    .hw-two--colFilterWrapBar {
        width: 32rem;
        position: sticky;
        min-width: 32rem;
        max-height: calc(100dvh - 11rem);
        top: 11rem;
        margin-top: 2.4rem;
        transition: .2s ease-in-out;
    } 
    .hw-two--colFilterWrapContent {
      padding-left: 2rem;
      /* flex: 1; */
      width: calc(100% - 32rem);
    }
    .sidebar-filter--show .hw-two--colFilterWrapContent {
        width: calc(100% - 7.4rem);
    }
     .hw-two--colFilterBarTop {
        position: sticky;
        top: 0;
        border-bottom: .1rem solid var(--hw-gray-400);
        z-index: 1;
    }
    .sidebar-filter--show .hw-two--colFilterWrapBar {
    width: 7.4rem;
    min-width: 7.4rem;
  }
  .sidebar-filter--show .hw-two--colFilterBarAction .js-toggleFilter {
  background-color: var(--brand);
  color: var(--hw-white);
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 500 !important;
  width: 100%;
  cursor: pointer;
}
    .sidebar-filter--show .hw-two--colFilterBarBody {
  display: none;
}
 .sidebar-filter--show .hw-two--colFilterBarAction .hw-link {
    display: none;
  }
  } 
  @media screen and (max-width: 900px) {
  .hw-two--colFilterBarGroup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: flex-end;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  body:not(.sidebar-filter--show) .hw-two--colFilterBarGroup {
    pointer-events: none;
  }
  .hw-two--colFilterBarBody {
  position: absolute;
  max-height: 90%;
  overflow: auto;
  background-color: var(--hw-white);
  z-index: 2;
  width: 100vw;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}
.sidebar-filter--show .hw-two--colFilterBarGroup {
  opacity: 1;
}
.sidebar-filter--show  .hw-two--colFilterBarBody {
transform: translateY(0);
}
.hw-two--colFilterBarTop {
  background-color: var(--hw-white);
  position: fixed;
  bottom: 0;
  z-index: 100;
  left: 0;
  right: 0;
  box-shadow: 0px -4px 8px 0 rgba(0, 0, 0, 0.05);
}
.hw-two--colFilterBarAction .hw-link {
  display: none !important;
}
.sidebar-filter--show {
  height: 100%;
  overflow: hidden;
}
  }
/*End Filter Css Latest Common*/
/*Table redesign*/
.table-responsive {
  scrollbar-width: thin;
  scrollbar-color: var(--hw-gray-500) var(--hw-gray-100);
}
table.hw-table--reDesign {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.hw-table--reDesign thead th {
  background-color: var(--brand-light);
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: var(--hw-brand-blue);
  padding: 2rem 0.5rem;
  border-top: 1px solid rgba(50, 100, 255, 0.10);
  border-bottom: 1px solid rgba(50, 100, 255, 0.10);
}
.hw-table--reDesign  thead tr > th:first-child {
  padding-left: 2rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.hw-table--reDesign  thead tr > th:last-child {
border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.hw-table--reDesign  thead tr > th:last-child, .hw-table--reDesign  tbody tr > td:last-child {
  padding-right: 2rem
}
body .hw-table--reDesign tbody tr td {
  vertical-align: middle;
  border-bottom: 1px solid rgba(18, 24, 38, 0.10) !important;
}
@media screen and (min-width: 900px) {
  table.hw-table--reDesign {
  border: 1px solid rgba(18, 24, 38, 0.10);
  border-radius: 5px;
}
  .hw-table--reDesign  tbody tr:last-child > td {
    border-bottom-width: 0 !important;
  }
  .hw-table--reDesign  tbody tr > td:first-child {
    padding-left: 2rem
  }
  .hw-table--reDesign  tbody tr > td:last-child {
    padding-right: 2rem
  }
}
@media(max-width:899px) {
  table.hw-table--reDesign tbody {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(28rem,1fr));
  gap: 1.6rem;
}
  .table-responsive .table > thead {display: none;}
  .table-responsive .table tr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 1.2rem;
    border-radius: 0.4rem;
    border: 1px solid var(--hw-gray-200);
  }
  .table-responsive .table tr td {
    display: flex !important;
    text-align: right;
    font-size: 1.3rem;
    min-height: 4rem;
    /* align-items: center; */
    align-items: flex-start;
    font-weight: 500;
    padding: 1rem 0;
    line-height: 1.308;
  }
  .table-responsive .table tr td::before {
    content: attr(data-label);
    font-size: 1.4rem;
    padding-right: 0.8rem;
    flex-grow: 1;
    text-align: left;
    color: var(--hw-brand-blue);
    font-weight: 500;
    min-width: 8rem;
    margin-top: 0.2em;
  }
  .table-responsive .table tr > td:first-child {
    background-color: var(--brand-light);
    font-weight: 600;
    color: var(--dark);
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    border-radius: 0.4rem;
    border: 1px solid rgba(50, 100, 255, 0.10) !important;
  }
  .table-responsive .table tr td[data-label="Service Type"] {
    border-bottom-width: 0 !important;
    font-size: 1.4rem;
    font-weight: 600;
    padding-top: 1.2rem;
  }
  .hw__one-line {align-items: flex-end;row-gap: .2rem;}


  /* .table-responsive .table tr + tr {margin-top: 2rem;} */
  .page-link {font-size: 1.4rem;padding-left: 1rem;padding-right: 1rem;}
  .hw__mflex-end {justify-content: flex-end !important}
  .hw__icon-span {font-size: 3rem;margin-right: 1.5rem;}
  body .fc-event {margin: 4rem 0 0 !important;}
  .hw-table--reDesign  tbody tr:last-child > td:last-child {
  border-bottom-width: 0 !important;
 }
 .table-responsive .table tr td[data-label="Service Type"]:before {
  display: none;
}
.table-responsive .table tr td[data-label="Action"]::before {
  display: none;
}
.table-responsive .table tr td[data-label="Action"] .hw__td-link {
  flex-grow: 1;
}
.table-responsive .table tr td[data-label="Action"] .hw__td-link > * {
  flex-grow: 1;
  min-height: 3.2rem;
  border-radius: 4px;
}
.table-responsive .table tr td[data-label="Action"] {
  border-bottom-width: 0 !important;
}
.hw-table--reDesign thead tr > th:last-child, .hw-table--reDesign tbody tr > td:last-child {
  padding-right: 0 !important;
  padding-bottom: 0;
  border-bottom-width: 0 !important;
}
.hw__td-link a .bi {
  font-size: 1.5rem;
}
.hw__td-link a .bi.bi-download::before {
  background-size: contain;
  width: 1.9rem;
  height: 1.9rem;
}
.hw__td-link a .bi.bi-eye-fill::before {
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
}
.table-responsive .table tr td[data-label="Action"] > .d-flex {
  width: 100%;
}
.table-responsive .table tr td .hw__text16 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
}

@media(max-width:575px) {
  .table-responsive .table tr td::before {
    font-size: 1.3rem;
  }
}



/*End Table redesign*/
.hw-search--flightFilter__iconText {
  display: flex;
  column-gap: 1.2rem;
}
.hw-search--flightFilter__iconText > span {
  border: .1rem solid var(--hw-gray-600);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.4rem;
  padding: 0.8rem;
  flex: 1;
  cursor: pointer;
  font-weight: 500;
  color: var(--hw-black-900);
  transition: background-color .2s ease,color .2s ease;
  font-size: 1.2rem;
  line-height: 1.33333;
  border-radius: 0.5rem;
  text-align: center;
}

.hw-search--flightFilter__iconText > span:not(.active):hover {
  background-color: rgba(50, 100, 255, 0.10);
  border-color: var(--brand);
}
.hw-search--flightFilter__iconText > span.active {
  background-color: var(--brand);;
 color: var(--hw-white);
  border-color: var(--brand);
}

.hw__link-arrow.hw__link-arrowGray {
  color: var(--hw-gray-700);
}
.hw__link-arrow.hw__link-arrowGray:hover {
  color: var(--brand);
}
.selected_date_wrapper_outer_box .prev_date_flight, .selected_date_wrapper_outer_box .next_date_flight {
  border-radius: 6.667px;
  background-color: rgba(50, 100, 255, 0.10);
  padding: 7px 10px;
  color: var(--brand);
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 2rem;
}
.selected_date_wrapper_outer_box .prev_date_flight { left: -7rem;}
.selected_date_wrapper_outer_box .next_date_flight {right: -7rem}
.hw__grid.hw-calender--topBar {
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
}


.hw-screen--paymentRow {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
}
/* .hw-screen--paymentCol {} */
.hw-screen--paymentColSummary {
  display: flex;
  flex-direction: column;
  background-color: var(--hw-white);
  border-radius: 0.5rem;
}
.hw-screen--SummaryHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 5.3rem;
  padding: 1.2rem;
  border-bottom: 1px solid var(--hw-gray-600);
}
/* table.fc-scrollgrid-sync-table {
  height: 432px !important;
} */
.hw__bf-list--price .hw__btn.hw__btn-default {
  background-color: rgba(50, 100, 255, 0.10);
  color: var(--brand);
  font-weight: bold;
  padding: 0.8rem 1.6rem;
  border-radius: 5px;
}
.hw__bf-list--price .hw__btn.hw__btn-default:hover {
  background-color: var(--brand);
  color: var(--hw-white);
}
.hw__bf-list--price .hw__text16.hw__textblue {
  margin-top: auto;
}
.hw-flight-booking--dateLeft {
  padding: 1.6rem !important;
  min-height: 6rem;
}
.hw-flight-booking--dateLeft .selected_date_wrapper_outer_box {
  left: 1.6rem;
  transform: translate(0,-50%);
}
.fc .fc-button-primary:focus {
  box-shadow: none !important;
}
.fc-icon-chevron-left::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_4570_13868)'%3E%3Cpath d='M5 12H19' stroke='%233264FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12L11 18' stroke='%233264FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12L11 6' stroke='%233264FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4570_13868'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  content: "";
  background-size: 2.4rem 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
}
.fc-icon-chevron-right::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_4570_15548)'%3E%3Cpath d='M19 12L5 12' stroke='%233264FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 12L13 6' stroke='%233264FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19 12L13 18' stroke='%233264FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4570_15548'%3E%3Crect width='24' height='24' fill='white' transform='translate(24 24) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  content: "";
  background-size: 2.4rem 2.4rem;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
}
.mx-392 {
  max-width: 39.2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
.hw-flight-booking--dateLeft {
  padding: 2.4rem !important;
  min-height: 7.8rem;
}
.hw-flight-booking--dateLeft .selected_date_wrapper_outer_box {
  left: 2.4rem;
}
.hw-screen--SummaryHead {
   padding: 2.4rem 2.4rem 1.6rem 2.4rem;
}
}
@media screen and (min-width: 1099px) {
  .hw-screen--paymentRow  {
    grid-template-columns: 1fr 36.8rem;
    align-items: flex-start;
    column-gap: 2rem;
  }
  .hw-screen--paymentColSummary {
    z-index: 1;
    position: sticky;
    top: 11rem;
  }
}
@media screen and (min-width: 1300px) {
  .hw-screen--paymentRow  {
    grid-template-columns: 1fr 44.8rem;
  }
}
@media screen and (max-width: 599px) {
.hw__grid.hw-calender--topBar {
   padding: 1.6rem;
}
 .hw__grid.hw-calender--topBar .selected_date_wrapper_outer_box {
    left: auto;
    right: 0.6rem;
  }
 .hw__grid.hw-calender--topBar .selected_date_wrapper_outer_box .prev_date_flight {
  left: -5rem;
}
.hw__grid.hw-calender--topBar .selected_date_wrapper_outer_box .next_date_flight {
  right: -5rem;
}
.hw__book-box .hw__h7, .hw-screen--SummaryHead .hw__h7  {
  font-size: 2rem;
  line-height: 1.5;
}
}
#search-results > .hw-car--bookListItem ~ .hw-car--bookListItem {
    margin-top: 1.6rem;
}
.hw-top--fixImg img {
  object-fit: cover;
  width: 100%;
}
.hw-button--groupButtonsConfirm {
  display: flex;
  column-gap: 1rem;
  width: 100%;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
}
.hw-button--groupButtonsConfirm .col-autoDiv {
  flex: 1;
  display: flex;
  width: 100%;
}
.hw-button--groupButtonsConfirm .col-autoDiv .hw__btn {
  width: 100%;
}
@media screen and (min-width: 992px) {
.hw-button--groupButtonsConfirm {
  column-gap: 2rem;
}
}
@media screen and (max-width: 991px) {
  .hw-button--groupButtonsConfirm {
    flex-wrap: wrap;
  }
.hw-button--groupButtonsConfirm .col-autoDiv {
  white-space: nowrap;
}
}
/*Input box global*/
.hw-input--groupIcon {
  position: relative;
  color: var(--hw-brand-blue);
}
.hw-input--groupIcon .icon-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
}
.hw-input--groupIcon .form-control {
  padding-left: 4.2rem;
}
/*End input box global*/
@media screen and (min-width: 576px) {
  .hw-input--groupIcon .form-control {
  padding-left: 5.2rem;
}
.hw-input--groupIcon .icon-left {
  left: 2rem;
  width: 2.4rem;
  height: 2.4rem;
}
}
@media screen and (min-width: 900px) {
  .hw__visa--pageMain #calendar {
    min-height: 63.6rem;
  }
  .hw__visa--pageMain #calendar .fc-view-harness {
    height: 46rem !important;
  }
  .hw__visa--pageMain #calendar table.fc-scrollgrid-sync-table {
    height: 40rem !important;
  }
  body .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events .fc-daygrid-event-harness .fc-event::before {
  content: '';
  width: 5.6rem;
  height: 100%;
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  top: 1.3rem;
  left: 0;
  right: 0;
  transition: background-color 0.2s ease-in-out;
}
body .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events .fc-daygrid-event-harness:hover .fc-event::before {
background: rgba(50, 100, 255, 0.10);
}
body .fc .fc-toolbar.fc-header-toolbar {
  min-height: 6rem;
  margin-bottom: 1.5rem;
}
}

@media screen and (max-width: 899px) {
body .fc .fc-daygrid-day-frame:hover .fc-daygrid-event-harness {
  background: rgba(50, 100, 255, 0.10);
  border-radius: 1rem;
}
}
@media screen and (max-width: 989px) {
  body .fc-event, body .fc .fc-col-header-cell-cushion {
    font-size: 1.2rem;
  }
}

.hw-payment--twoSideway {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2rem;
  padding-top: 2.4rem;
}
.hw-payment--twoSidewayColRight {
  display: flex;
  flex-direction: column;
  background-color: var(--hw-white);
  border-radius: 0.5rem;
}
.hw-payment--twoSidewayHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 5.3rem;
  padding: 1.2rem;
  border-bottom: 1px solid var(--hw-gray-600);
}
.hw-payment--twoSidewayColLeftHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 5.3rem;
}
.hw-payment--twoSidewayfareSummary {
  padding: 1.2rem;
}
.hw-global--visaConfirm.hw__page-inner {
  min-height: calc(100vh - 11.8rem);
}
.hw-mw--245 {
  min-width: 24.5rem;
}
@media screen and (min-width: 1099px) {
  .hw-payment--twoSideway {
    grid-template-columns: 1fr 36.8rem;
    align-items: flex-start;
    column-gap: 2rem;
  }
  .hw-payment--twoSidewayColRight {
    z-index: 1;
    position: sticky;
    top: 11rem;
    -webkit-position: sticky;
  }
  .hw-payment--twoSidewayfareSummary {
    padding: 1.6rem 2.4rem 2.4rem;
  }
}
@media screen and (min-width: 1300px) {
   .hw-payment--twoSideway {
    grid-template-columns: 1fr 44.8rem;
  }
  .hw-payment--twoSidewayHead {
    padding: 2.4rem 2.4rem 1.6rem 2.4rem;
}
}

/*A2A css*/
.hw__visa--pageMain > .hw-visa--mainWidget {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.hw-visa--mainWidget #calendar {
   min-height: 52.5rem;
}
#single_booking_wrapper .line__divider > :not(:last-child) {
  margin-right: 4px;
}
/*End A2A css*/
/*Booking History*/

.hw__page-innerGridLight {
  background-color: var(--hw-white);
  padding: 2rem 1.6rem;
  border-radius: 0.5rem;
  margin-top: 2.4rem;
}
.hw__page-innerPT50 {
  padding-top: 2.4rem;
}
.hw__btn-primaryWhiteOutline {
  border: 1px solid var(--brand);
  color: var(--brand);
  display: inline-flex;
  justify-content: center;
  column-gap: 0.8rem;
  align-items: center;
  background-color: var(--hw-white);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.hw__btn-small.hw__btn-primaryWhiteOutline {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}
.hw__btn-primaryWhiteOutline:hover {
  background-color: var(--brand);
  color: var(--hw-white);
  border-color: var(--brand);
}
.hw-input--groupIcon .form-control::placeholder {
  color: var(--hw-brand-blue);
  opacity: 1; 
  font-weight: 500;
}

.hw-input--groupIcon .form-control::-ms-input-placeholder { 
  color: var(--hw-brand-blue);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .hw__page-innerGridLight,.hw__page-innerPT50 {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
.hw__page-innerGridLight {

  padding: 2.4rem;

}
}
/*End Booking History*/
@media screen and (min-width: 1200px) {
  .form-control,.hw__dropdown .hw__btn-dropdown,.dataTables_filter input[type="search"] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1200px) {
.global_visa_select_fields .form-control {
  min-height: 7.6rem;
}
.global_visa_select_fields .hw__btn-dropdown {
   min-height: 7.6rem;
}
}

.hw-top--refixSpacer {
  margin-top: 45rem;
}
.hw-visaCard--slider:not(.slick-initialized), .grid-horizon--slider:not(.slick-initialized) {
  display: flex;
}
.grid-horizon--slider:not(.slick-initialized) {
  gap: 1.2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(24rem,1fr));
}
.hw-nbox--gridWhite {
  padding: 2rem;
  border-radius: 0.5rem;
  background: linear-gradient(259deg, rgba(50, 100, 255, 0.3) -54.92%, rgba(255, 255, 255, 0.50) 21.43%, #FFF 88.87%, rgba(50, 100, 255, 0.6) 164.17%);
}
.hw-vertical--grid, .hw-horizontal--grid {
  display: grid;
  gap: 1.2rem;
}
.hw-vertical--grid3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: start;
}
.hw-vertical--card {
  display: flex;
  align-items: center;
  column-gap: 1.6rem;
}
.hw-position--relative {
  position: relative;
}
.hw-vertical--card .hw-img--aspect1 {
  min-width: 7rem;
  max-width: 7rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
}
.hw-img--aspect1 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.hw-hover--scaleImg img {
  transition: transform 0.3s ease-out;
  will-change: transform;
}
.hw-img--aspect1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
}
.hw-hover--scale:hover .hw-hover--scaleImg img {
  transform: scale(1.12);
  transform-origin: center center;
}

.hw-vertical--card .hw-text--hidden {
  width: max-content;
}
.hw-text--hidden {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.hw-text--hiddenL svg {
  display: block;
  flex-shrink: 0;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}
.hw-text--hiddenL {
  overflow: hidden;
}
.hw__mt-auto {
  margin-top: auto;
}
.hw__dropdown--withSpan > span {
  /* font-size: 1.6rem;
  line-height: 1.75; */
  color: var(--hw-brand-blue);
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.1rem;
  pointer-events: none;
}
.hw__dropdown--withSpan  select.hw__btn-dropdown {
  padding-left: 8.2rem;
}
.pr-relative {
  position: relative;
}
@media (min-width: 576px) {
  .dropdown.hw__dropdown.hw__dropdown--withSpan {
    min-width: 23rem;
  }
}
@media (min-width: 641px) {
  .hw-head--textWrap {
    margin-bottom: 1.6rem;
  }

}
@media (min-width: 768px) {
.hw__dropdown--withSpan  select.hw__btn-dropdown {
  padding-left: 8.8rem;
}
}
@media screen and (min-width: 990px) {
    .grid-horizon--slider:not(.slick-initialized) {
  gap: 2.4rem;
}
    .hw-head--textWrap {
    margin-bottom: 3.2rem;
  }
  .hw-nbox--gridWhite {
  padding: 2.4rem;
}
.hw-vertical--grid, .hw-horizontal--grid {
    gap: 2.4rem;
  }
  .hw-top--refixSpacer {
    margin-top: 40rem;
  }
   .hw-vertical--grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }
   .hw-vertical--card .hw-img--aspect1 {
    min-width: 10rem;
    max-width: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .col-export---col {
    position: absolute;
    right: 0;
    top: -5rem;
    z-index: 1;
  }
  .row.gap-10 {
    --bs-gutter-x: 1rem;
    row-gap: var(--bs-gutter-x);
  }
}
@media screen and (max-width: 479px) {
  .col-export---col .hw__btn-min100 {
    min-width: 8rem;
  }
  .nav.hw-nav--horizontal .nav-item button {
    column-gap: 0.5rem;
    font-size: 1.4rem;
    padding: 0.4rem 0.8rem;
  }
  .nav.hw-nav--horizontal .nav-item button svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}



#generalBookingHistoryTable_wrapper #generalBookingHistoryTable_paginate {
  margin-top: 3.2rem;
  align-items: center;
  justify-content: center;
  display: flex;
}



/*Date Picker Range*/
body .daterangepicker {
  background-color: var(--hw-white);
  border-radius: 0.5rem;
  border-color: var(--hw-gray-600);
  font-family: var(--body-font-family);
  font-size: 1.4rem;
}

body .daterangepicker .calendar-table th.next, body .daterangepicker .calendar-table th.prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 18 18%27 fill=%27none%27%3E%3Cg clip-path=%27url%28%23clip0_2109_14175%29%27%3E%3Cpath d=%27M14.25 9H3.75%27 stroke=%27%233264FF%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M14.25 9L9.75 13.5%27 stroke=%27%233264FF%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M14.25 9L9.75 4.5%27 stroke=%27%233264FF%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_2109_14175%27%3E%3Crect width=%2718%27 height=%2718%27 fill=%27white%27 transform=%27matrix%28-1 0 0 1 18 0%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 1.8rem 1.8rem;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0.5rem;
  background-color: rgba(50, 100, 255, 0.10);
  font-size: 0;
}
body .daterangepicker .calendar-table th.next > span, body .daterangepicker .calendar-table th.prev > span {
  opacity: 0;
}
body .daterangepicker .calendar-table th.prev {
  transform: scaleX(-1);
}
body .daterangepicker .calendar-table thead > tr:not(:first-child) th {
  color: var(--hw-gray-700);
  font-size: 1.4rem;
  font-weight: 500;

  line-height: 2.4rem;

  padding: .8rem .4rem .4rem .4rem;
  border-bottom: 1px solid var(--hw-gray-600);


}
body .daterangepicker .calendar-table th.month {
   color: var(--hw-brand-blue) !important;
   font-weight: bold !important;
}
body .daterangepicker .calendar-table td {
  font-size: inherit;
  color: var(--dark);
  font-weight: 500;
}
body .daterangepicker td.off, body .daterangepicker td.off.in-range, body .daterangepicker td.off.start-date, body .daterangepicker td.off.end-date {
  opacity: 0.5 !important;
  background-color: rgba(0,0,0,0) !important;
  color: var(--dark) !important;
  cursor: default;
}
body .daterangepicker .drp-buttons .btn-primary {
  background-color: var(--brand);
  color: var(--light);
  border: none;
}
body .daterangepicker .drp-buttons .btn-primary:hover {
  background-color: var(--brand-hover);
  color: var(--light);
} 
body .daterangepicker .drp-buttons .btn.btn-default {
  background-color: rgba(50, 100, 255, 0.10);
  border: .1rem solid var(--brand);
  color: var(--brand);
}
body .daterangepicker .drp-buttons .btn.btn-default:hover {
  background-color: var(--brand-hover);
  color: var(--light);
  border-color: var(--brand-hover);
}
body .daterangepicker td.in-range {
  background-color: var(--brand-light);
}
body .daterangepicker td.available:hover, body .daterangepicker th.available:hover {
  background-color: rgba(50, 100, 255, 0.10);
}
body .daterangepicker td.active, body .daterangepicker td.active:hover {
  background-color: var(--brand);
  border-color: transparent;
  color: var(--hw-white);
}

body .daterangepicker .drp-selected {
   font-size: 1.4rem;
  padding-right: 8px;
  color: var(--dark);
  font-weight: 600;
}
 body .daterangepicker .calendar-table td {
    width: 3.6rem;
    height: 3.6rem;
 }
body .daterangepicker .calendar-table td, body .daterangepicker .calendar-table th.month {
  font-size: 1.4rem;
}

@media screen and (min-width: 576px) {
  body .daterangepicker .calendar-table td {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .daterangepicker .drp-buttons .btn {
  font-size: 1.4rem;
  padding: 0.8rem 2rem !important;
  min-height: 4.2rem;
}
  body .daterangepicker {
    font-size: 1.6rem;
    line-height: 1.75;
  }
body .daterangepicker .calendar-table th.month {
  font-size: 1.6rem;
}
}
@media screen and (max-width: 575px) {
  body .daterangepicker .drp-selected {
    display: block;
    padding-right: 0;
    padding-bottom: 0.8rem;
  }
    .daterangepicker .drp-buttons .btn {
  padding: 0.5rem 1.6rem !important;
  min-height: 3.2rem;
}
}


/*End Date Picker Range*/

.p-null {
  padding: 0 !important;
}
.bg-transparent {
  background: rgba(0,0,0,0) !important;
}



/*Table Redesign*/
/* @media screen and (max-width: 899px) {
table.hw-table--reDesign {
  border-radius: 0;
  border: none;
}
} */
/*End Table Redesign*/