@import url('https://fonts.googleapis.com/css?family=DM Mono');
body {
  background-color: #fbfcfc;
  font-family: Montserrat, sans-serif;
  color: #263238;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

/* ===============================
   NAV ITEM
   =============================== */
.people-on-leave {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.people-on-leave .nav-link {
    cursor: default;
    padding: 10px 15px;
    font-weight: 500;
    white-space: nowrap;
}

/* ===============================
   POPUP (CORRECT TARGET)
   =============================== */
.leave-popup {
    display: none;
    position: absolute;
    top: 80%;
    right: 0;              /* anchor to right edge */
    left: auto;
    margin-top: 10px;
    width: 680px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.18);
    z-index: 9999;
}


/* ===============================
   SHOW ON HOVER (SAFE)
   =============================== */
.people-on-leave:hover .leave-popup,
.leave-popup:hover {
    display: block;
}

/* ===============================
   CONTENT LAYOUT
   =============================== */
.leave-content {
    display: flex;
    gap: 24px;
    padding: 24px;
}

.leave-left img {
    width: 200px;
    display: block;
}

.leave-right h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.leave-right p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 16px;
}

/* ===============================
   BUTTON
   =============================== */
.leave-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    background-color: #f26c4f !important;
    color: #ffffff !important;

    padding: 12px 20px;
    border-radius: 10px;

    font-size: 14px;
    font-weight: 500;
    text-decoration: none;

    margin: 12px 0 10px;
    white-space: nowrap;

    cursor: pointer;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Info row */
.migration {
    display: flex;                /* SAME LINE */
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
    position: relative;
    width: fit-content;
}

/* Info icon */
.info-icon {
    width: 18px;
    height: 18px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Tooltip */
.tooltip {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    width: 260px;
    font-size: 12px;
    line-height: 1.4;
    z-index: 9999;
}

/* Show tooltip on hover */
.migration:hover .tooltip {
    display: block;
}

/* ===============================
   NAVBAR SAFETY
   =============================== */
.navbar,
.nav-menu,
.w-nav,
.w-nav-menu {
    overflow: visible !important;
}


h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 800;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

._w-styleguide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.subhead-1 {
  font-size: 20px;
  font-weight: 600;
}

.subhead-2 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
}

.subhead-2.medium {
  font-weight: 500;
}

.subhead-2.medium.guide-text {
  margin-top: 40px;
  padding: 0px 16px 16px;
  font-size: 16px;
}
}
.guide-text-style {
margin-top: 24px;
padding: 0px 16px 16px;
font-size: 14px;
}

.subhead-2.walkthrough-text {
  display: none;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}
.subhead-2.CEOModal-text {
  display: none;
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}

.subhead-2.walkthrough-text:hover {
  text-decoration: none;
}
.subhead-2.CEOModal-text:hover {
  text-decoration: none;
}
.nav-text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.nav-text.top-margin {
  margin-top: 25px;
  margin-bottom: 5px;
}

.caption {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.caption.pol {
  margin-right: 5px;
  margin-left: 5px;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #263238;
}
.CEOsection {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #263238;
}

.section.hero {
  padding: 19px 0px 0px;
}

.section.login {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-image: url('/images/helpdeskportalbackground.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section.walkthrough {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.section.CEOModal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._w-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c--nav {
  max-width: 1200px;
}

.navbar {
  background-color: transparent;
}

.image {
  width: 110px;
  -o-object-fit: contain;
  object-fit: contain;
}

._w-quick-link {
  display: inline-block;
  height: 32px;
  margin: 4px;
  padding: 3px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #eceff1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

._w-quick-link:hover {
  -webkit-filter: contrast(125%);
  filter: contrast(125%);
}

.quick-link-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  -webkit-filter: saturate(20%) hue-rotate(197deg);
  filter: saturate(20%) hue-rotate(197deg);
}

.quick-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #546e7a;
  font-size: 15px;
}

.c-quick-link {
  max-width: 900px;
  margin-top: 12px;
  text-align: center;
}

.search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 3px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.2);
  color: #546e7a;
}

.search-box:hover {
  outline-color: #15cb80;
  outline-offset: -1px;
  outline-style: solid;
  outline-width: 2px;
}

.search-box.elfo:hover {
  outline-color: #16acfb;
}

.search-box.pg:hover {
  outline-color: #006fb4;
}

.search-box.wc:hover {
  outline-color: #28aae1;
}

.search-box.fight:hover {
  outline-color: #08b8fa;
}

.search-box.fif:hover {
  outline-color: #2ca858;
}

.search-box.eduloco:hover {
  outline-color: #bb261a;
}

.search-icon {
  margin-right: 10px;
}

.user-email {
  color: #15cb80;
  font-weight: 400;
}

.user-email.elfo {
  color: #fff;
}

.user-email.pg {
  color: #fff;
}

.user-email.wc {
  color: #fff;
}

.user-email.fight {
  color: #fff;
}
.user-email.fif {
  color: #fff;
}
.user-email.eduloco {
  color: #fff;
}

.welcome-text {
  color: #fff;
}

.welcome-text.elfo {
  color: #fff;
}
.welcome-text.pg {
  color: #fff;
}
.welcome-text.wc {
  color: #fff;
}
.welcome-text.fight {
  color: #fff;
}
.welcome-text.fif {
  color: #fff;
}
.welcome-text.fight {
  color: #fff;
}
._w-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #004e26;
  background-image: url('../images/hex-pattern.svg');
  background-position: -100px 50px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

._w-banner.elfo {
  background-color: #16ACFB;
  background-image: url('../images/elfo-pattern.svg');
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

._w-banner.pg {
  background-color: #006FB4;
  background-image: url('../images/pg-pattern.svg');
}

._w-banner.wc {
  background-color: #28AAE1;
  background-image: url('../images/wc-pattern.svg');
}

._w-banner.fight {
  background-color: #08B8FA;
  background-image: url('../images/fight-pattern.svg');
}

._w-banner.fif {
  background-color: #2CA858;
  background-image: url('../images/fif-pattern.svg');
}

._w-banner.eduloco {
  background-color: #BB261A;
  background-image: url('../images/eduloco-pattern.svg');
  background-position: -10px 0px;
}

.tab-link {
  margin-right: 24px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #546e7a;
}

.tab-link:hover {
  opacity: 1;
  color: #263238;
}

.tab-link.w--current {
  background-color: transparent;
  opacity: 1;
  color: #263238;
}

.tab-pane-tab-1 {
  height: 250px;
  border-radius: 10px;
  background-color: #fff;
}

._w-tab-pane {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-tab-pane.table {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.star-icon-notification {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-left: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tabs-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

._w-item-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 12px 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  border: 1.5px solid #e6e6e6;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
._w-item-card:hover {
  background-color: #eceff1;
}
._w-item-card.suggestion {
  color: #fff;
  background-color: #f0735c;
  border-width: 0;
  text-decoration: none;
}

.fav-icon-wrapper {
  position: relative;
  width: 26px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.fav-icon-empty {
  position: absolute;
  opacity: 0;
}

.fav-icon-filled {
  position: absolute;
  z-index: 2;
  opacity: 0;
}

.container {
  max-width: 1200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.counter {
  width: 100%;
  color: #546e7a;
  text-align: right;
}

._w-recently-used {
  display: -ms-grid;
  display: grid;
  margin-top: 12px;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._w-pin {
  width: 33.33%;
  padding-left: 12px;
}

._w-title {
  margin-top: 16px;
  margin-bottom: 8px;
}

._w-announcement {
  margin-bottom: 14px;
  border-bottom: 2px dotted #e6e6e6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #546e7a;
  text-decoration: none;
}

._w-announcement:hover {
  color: #263238;
}

.announcement-description {
  font-size: 14px;
}

.announcement-thumb {
  width: 100%;
  height: 230px;
  margin-bottom: 16px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.announcement-thumb.text-only {
  display: none;
}

.announcement-title {
  font-size: 20px;
}

.announcement-title:hover {
  color: #263238;
}

.search-button {
  display: none;
}

.search-input {
  margin-bottom: 0px;
  padding: 0px;
  border: 0px solid #000;
}

.nav-dropdown-list {
  background-color: transparent;
}

.nav-dropdown-list:hover {
  color: #007a33;
}

.nav-dropdown-list.elfo:hover {
  color: #16ACFB;
}

.nav-dropdown-list.pg:hover {
  color: #006FB4;
}

.nav-dropdown-list.wc:hover {
  color: #28AAE1;
}

.nav-dropdown-list.fight:hover {
  color: #08B8FA;
}


.nav-dropdown-list.fif:hover {
  color: #2CA858;
}

.nav-dropdown-list.eduloco:hover {
  color: #BB261A;
}

.nav-dropdown-list.w--current {
  color: #263238;
}

.dropdown-list {
  border-radius: 10px;
}

.dropdown-list.w--open {
  margin-top: -12px;
  padding: 4px;
  background-color: #fff;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2);
}

.dropdown-list.pol {
  right: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-toggle {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown.pol {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 210px;
}

.log-out {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 105px;
}

.log-out:hover {
  color: #f0735c;
}
.c-walkthrough {
  position: fixed;
  left: 25px;
  top: auto;
  right: auto;
  bottom: 25px;
  z-index: 3;
  display: inline-block;
  width: 43px;
  padding: 8px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}
.c-CEOModal {
  position: fixed;
  left: 25px;
  top: auto;
  right: auto;
  bottom: 25px;
  z-index: 3;
  display: inline-block;
  width: 43px;
  padding: 8px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.c-walkthrough:hover {
  text-decoration: none;
}
.c-CEOModal:hover {
  text-decoration: none;
}

._w-walkthrough-icon {
  width: 28px;
  height: 26px;
  margin-bottom: 1px;
  margin-left: -1px;
}
._w-CEOModal-icon {
  width: 28px;
  height: 26px;
  margin-bottom: 1px;
  margin-left: -1px;
}

._w-walkthrough {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
._w-CEOModal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.walk-1-icon {
  position: absolute;
}

.walk-2-icon {
  position: absolute;
  display: none;
}

.c-pol {
  width: 780px;
}

._w-pol-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._w-pol-grid {
  overflow: scroll;
  max-height: 450px;
}

.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pol-icon {
  display: block;
  width: 20px;
}

._w-pol-list {
  overflow: scroll;
  max-height: 450px;
}

.view-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: #5c707c;
}

.view-tab.w--current {
  background-color: transparent;
  -webkit-filter: none;
  filter: none;
  color: #007a33;
}
.view-tab.w--current.elfo {
  color: #16ACFB;
}

.view-tab.w--current.pg {
  color: #006FB4;
}

.view-tab.w--current.wc {
  color: #28AAE1;
}

.view-tab.w--current.fight {
  color: #08B8FA;
}

.view-tab.w--current.fif {
  color: #2CA858;
}

.view-tab.w--current.eduloco {
  color: #BB261A;
}
.tabs {
  z-index: 2;
  margin-top: -28px;
}

._w-talent-img {
  position: relative;
}

.talent-name {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 122, 51, 0.6);
  opacity: 0;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #fff;
  text-align: center;
}

.talent-name:hover {
  opacity: 1;
}

.talent-img {
  width: 130px;
}

._w-pol-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-thumb {
  width: 50px;
}

._w-pol-list-descrption {
  margin-left: 10px;
}

.position {
  display: inline;
  margin-right: 8px;
  font-size: 15px;
}

.office {
  display: inline-block;
  color: #a3a3a3;
  font-size: 15px;
}

.department {
  display: inline-block;
  margin-right: 8px;
  color: #a3a3a3;
  font-size: 15px;
}

.name {
  display: inline;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 600;
}

.leave-type {
  display: inline;
  margin-right: 8px;
  color: #f0735c;
  font-size: 15px;
}

._w-subpage-results {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

._w-chatbot {
  position: fixed;
  left: auto;
  top: auto;
  right: 25px;
  bottom: 25px;
  z-index: 3;
  width: 60px;
  border-radius: 50px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}

.image-2 {
  max-width: 26px;
}

.drag-bar {
  display: none;
}

.image-3 {
  max-width: 26px;
}

._w-col {
  width: 66.66%;
  padding-right: 12px;
}

._w-reminder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding: 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  border-radius: 10px;
  background-color: #f6f8f8;
}

.icon-reminder {
  max-width: 24px;
}

.reminder-text {
  color: #546e7a;
  font-size: 14px;
}

.section-2 {
  text-align: center;
}

.slider {
  width: 600px;
  height: 560px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03), 0 20px 24px -4px rgba(16, 24, 40, 0.08);
}
.CEOslider {
    position: absolute;
    max-width: 640px;
    width: 100%;
    height: auto;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03), 0 20px 24px -4px rgba(16, 24, 40, 0.08);
}
._w-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
._w-CEOslider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pb-20 {
    padding-bottom: 20px;
}
._w-guide-img {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 10px;
}

.slide {
  padding: 10px;
}
.CEOslide {
  padding: 10px;
}
.left-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 45px;
  margin-bottom: 8px;
  margin-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #78909c;
}
.Awarenessleft-arrow {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 45px;
  margin-bottom: 8px;
  margin-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #78909c;
}

.left-arrow:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 45px;
  margin-right: 16px;
  margin-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #78909c;
}
.Awarenessright-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 45px;
  margin-right: 16px;
  margin-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #78909c;
}

.right-arrow:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

.slide-nav {
  left: 0%;
  top: 370px;
  right: 0%;
  bottom: auto;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.Aslide-nav {
  left: 0%;
  top: 350px;
  right: 0%;
  bottom: auto;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.guide-img {
  width: 580px;
  height: 360px;
  background-color: #cfd8dc;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-walkthrough-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-CEOModal-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-nav-text {
  font-size: 16px;
}

.slider-nav-text.green {
  color: #00ac53;
  text-decoration: none;
}

.chevron {
  height: 24px;
}
.Awarenesschevron {
  height: 24px;
}
.chevron.rotated {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Awarenesschevron.rotated {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 24px;
  height: 24px;
  margin-top: 18px;
  margin-right: 18px;
  -o-object-fit: cover;
  object-fit: cover;
}
.CEOclose-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0px;
    bottom: auto;
    z-index: 10;
    width: 24px;
    height: 24px;
    margin-top: 18px;
    margin-right: 18px;
    -o-object-fit: cover;
    object-fit: cover;
}
.ITclose-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 24px;
  height: 24px;
  margin-top: 18px;
  margin-right: 18px;
  -o-object-fit: cover;
  object-fit: cover;
}
.close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.complete {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 45px;
  margin-right: 16px;
  margin-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #78909c;
  text-decoration: none;
}

.complete:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}

._w-dialog {
  background-color: rgba(255,255,255,1);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50vh;
  padding: 12px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08), 0 8px 8px -4px rgba(16, 24, 40, 0.03);
}
@media screen and (max-width: 991px)
{
._w-dialog {
  background-color: rgba(255,255,255,1);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40vh;
  padding: 12px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08), 0 8px 8px -4px rgba(16, 24, 40, 0.03);
}
}
.close-dialog {
  width: 24px;
  -webkit-filter: contrast(80%);
  filter: contrast(80%);
}

.timer-bar {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 3px;
  background-color: #1c80ff;
}

.dialog-text {
  width: 100%;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 10px;
}

._w-progress-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
}

._w-progress-bar {
  overflow: hidden;
  width: 200px;
  height: 6px;
  border-radius: 10px;
  background-color: #eceff1;
}

.track {
  width: 20%;
  height: 100%;
  border-radius: 10px;
  background-color: #1c80ff;
}

.track.completed {
  width: 100%;
  background-color: #00ac53;
}

.progress-text {
  color: #00ac53;
  font-size: 14px;
  font-weight: 700;
}

.progress-text.completed {
  color: #00ac53;
}

.completion {
  color: #546e7a;
  font-size: 14px;
}

.body-styleguide {
  padding-bottom: 80px;
}

.text-span {
  color: #bb261a;
}

.text-span-2 {
  color: #2ca858;
}

.text-span-3 {
  color: #08b8fa;
}

.text-span-4 {
  color: #28aae1;
}

.text-span-5 {
  color: #006fb4;
}

.text-span-6 {
  color: #006fb4;
}

.bold-text {
  color: #16acfb;
}

.container-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-entity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-column-gap: 16px;
}

._w-login {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  padding: 60px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.75);
  box-shadow: 0 40px 100px -10px rgba(6, 51, 79, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #263238;
}

.sign-in-button {
  margin-top: 24px;
  margin-bottom: 24px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sign-in-button:hover {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
}

.body-2 {
  background-image: url('/images/helpdeskportalbackground.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff; /* keep as fallback */
}

.error-message {
  display: block;
  padding: 20px;
  border: 1px solid #f3c0c6;
  border-radius: 5px;
  background-color: #f6ccd1;
  color: #6a1f25;
}

.text-span-7 {
  color: #e02a24;
}

.headline {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 5;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #06334f;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 600;
}

.element {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.element.right {
  left: auto;
  top: auto;
  right: 6%;
  bottom: -50px;
}

.element.right-2 {
  left: auto;
  top: -50px;
  right: -50px;
  bottom: auto;
}

.element.left {
  left: 10%;
}

.element.left-2 {
  left: 1%;
  top: 25%;
}

.element.left-3 {
  top: 40%;
}

.element.right-3 {
  top: auto;
  bottom: -50px;
  left: auto;
  right: 4%;
}

.element.left-2 {
  top: 25%;
  left: 1%;
}

.element.right-2 {
  top: -50px;
  bottom: auto;
  left: auto;
  right: -50px;
}

.element.left-3 {
  top: 40%;
}

.element.right {
  top: auto;
  right: 4%;
  bottom: -50px;
  left: auto;
  right: 6%;
}

.entity {
  height: 24px;
}

._w-separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  opacity: 0.8;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  opacity: 0.5;
}

.separator-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 13px;
}

.tabs-menu {
  margin-top: 10px;
}

.account-form-title {
  text-align: left;
  border-style: none;
  margin-bottom: 15px;
}

.image-6 {
  width: 103px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.margin-bottom-16 {
  margin-bottom: 15px;
  display: block;
}

.heading-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 140%;
}

.paragraph-2 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.button-secondary {
  min-width: 166px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-stroke-color: #fff;
  background-color: #007a33;
  border: 0 solid #fff;
  border-radius: 30px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary:hover, .button-secondary:active {
  background-color: #004e26;
}

.button-secondary.full-width {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin-top: 30px;
  text-decoration: none;
  display: flex;
}

.text-block-5, .text-block-6, .text-block-7 {
  text-decoration: none;
}

.section-3 {
  color: #263238;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-3.login {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

._w-login-2 {
  z-index: 10;
  width: 650px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #263238;
  background-color: rgba(255, 255, 255, .75);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 30px;
  display: flex;
  position: relative;
  box-shadow: 0 40px 100px -10px rgba(6, 51, 79, .1);
}

.headline-2 {
  z-index: 5;
  color: #06334f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-span-8 {
  color: #e02a24;
}

.ai_btn {
  color: #222;
  text-align: center;
  border-radius: 6px;
  margin-top: 0;
  padding: 10px 14px;
  text-decoration: none;
  transition: all .5ms;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.ai_btn:hover {
  filter: none;
}

.ai-btn-an {
  position: absolute;
}

.ai_btn_text {
  text-transform: uppercase;
  background-image: linear-gradient(to right, #f58c10, #ef3d68 31%, #df00fd 70%, #4490e7);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  padding: .125em;
  font-size: 18px;
  display: flex;
  position: relative;
}

.text-block-8 {
  color: #1d1d1d;
  padding: 0;
  font-family: DM Mono, sans-serif;
  font-weight: 700;
}

.div-block {
  position: absolute;
}

.text-block-9 {
  color: #fff;
  background-image: linear-gradient(to right, #e20be4, #696fed);
  border-radius: 4px;
  padding: 3px;
  font-size: 14px;
  font-weight: 700;
}

.text-block-9.tag_new {
  font-size: 8.33px;
}

.new_tag {
  position: absolute;
  top: -7px;
  right: 9px;
}

.ai_btn_text_box {
  background-color: #fff;
  border-radius: 5px;
  padding: 9px 14px;
  font-family: DM Mono, sans-serif;
  line-height: 1;
}

._w-suggestion-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  margin-top: 12px;
  display: grid;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .subhead-1 {
    font-size: 18px;
  }

  .subhead-2 {
    max-width: 100%;
    font-size: 15px;
  }

  .nav-text {
    font-size: 15px;
  }

  .caption {
    font-size: 13px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.hero {
    padding-top: 0px;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 17px 18px -14px rgba(0, 0, 0, 0.8);
  }

  .navbar {
    padding-left: 20px;
  }

  .quick-link {
    font-size: 14px;
  }

  .search-box {
    width: 80%;
  }

  ._w-tab-pane.table {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._w-item-card {
    grid-column-gap: 12px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .announcement-thumb {
    height: 130px;
  }

  .nav-dropdown-list {
    width: 100%;
    padding-right: 10px;
    padding-left: 30px;
  }

  .dropdown-list.w--open {
    margin-top: 0px;
    border-top: 1px solid #ebebf1;
    border-radius: 0px;
    background-color: #f9f9fb;
    box-shadow: none;
  }

  .dropdown-toggle {
    display: block;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown.pol {
    position: static;
  }

  .log-out {
    position: static;
  }

  .c-walkthrough {
    display: none;
  }
  .c-CEOModal {
    display: none;
  }

  .c-pol {
    width: 100%;
  }

  ._w-pol-grid {
    max-height: 330px;
  }

  .view-tab.w--current {
    opacity: 0;
  }

  .view-tab.grid {
    display: none;
  }

  .view-tab.list {
    opacity: 0;
  }

  ._w-talent-img {
    width: 106px;
  }

  ._w-subpage-results {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    font-size: 15px;
  }

  .image-2 {
    height: 20px;
  }

  .image-3 {
    height: 20px;
  }

  .element.right {
    display: none;
  }

  ._w-separator {
    width: 80%;
  }

  .button-secondary {
    display: flex;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ai_btn {
    text-align: left;
    display: block;
    position: static;
  }

  .ai-btn-an {
    display: none;
  }

  .ai_btn_text {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.login {
    height: 800px;
  }

  .c-nav {
    height: 80px;
  }

  ._w-quick-link {
    height: 30px;
    padding: 4px 10px;
  }

  .quick-link-icon {
    height: 13px;
    margin-right: 4px;
  }

  .quick-link {
    font-size: 12px;
  }

  .c-quick-link {
    margin-top: 12px;
  }

  .search-box {
    padding: 2px 6px;
  }

  ._w-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._w-tab-pane.table {
    padding: 0px;
  }

  .container.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .counter {
    font-size: 13px;
  }

  ._w-recently-used {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._w-pin {
    width: 100%;
    padding-left: 0px;
  }

  ._w-announcement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    grid-column-gap: 16px;
  }

  .announcement-thumb {
    display: none;
    width: auto;
  }

  ._w-col {
    width: 100%;
    margin-bottom: 40px;
  }

  ._w-announcement-text {
    width: 100%;
  }

  ._w-entity {
    margin-top: 16px;
    grid-column-gap: 12px;
  }

  ._w-login {
    width: 90%;
    padding-top: 30px;
  }

  .sign-in-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .headline {
    bottom: 80px;
    width: 100%;
    font-size: 32px;
    text-align: center;
  }

  .element.right-2 {
    max-width: 40%;
  }

  .element.left {
    top: -80px;
    max-width: 50%;
  }

  .element.left-2 {
    max-width: 20%;
  }

  .element.right-2 {
    max-width: 40%;
  }

  .element.left-3 {
    max-width: 20%;
  }

  .entity {
    height: 18px;
  }

  .image-4 {
    max-width: 80%;
  }

  .separator-text {
    font-size: 11px;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-3.login {
    height: 800px;
  }

  ._w-login-2 {
    width: 90%;
    padding-top: 30px;
  }

  .headline-2 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    bottom: 80px;
  }

  .image-11 {
    max-width: 80%;
  }

  ._w-suggestion-form {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .subhead-2 {
    text-align: left;
  }

  .nav-text.link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section.home {
    padding-bottom: 0px;
  }

  .section.result {
    background-color: #f6f6f8;
  }

  .section.login {
    height: 100vh;
  }

  .c-nav {
    height: 62px;
  }

  .navbar {
    padding-left: 10px;
  }

  .image {
    width: 160px;
  }

  .search-box {
    width: 90%;
  }

  .welcome-text {
    font-size: 24px;
  }

  ._w-banner {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 70px;
    padding-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-position: -280px 185px;
    text-align: center;
  }

  ._w-banner.subpage {
    padding-bottom: 70px;
    background-position: -290px -290px;
    background-size: 500px;
  }

  .tab-link {
    display: inline-block;
    margin-right: 12px;
  }

  ._w-tab-pane {
    display: block;
    padding-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  ._w-tab-pane.table {
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .star-icon-notification {
    display: inline;
  }

  ._w-item-card {
    height: 50px;
    grid-column-gap: 12px;
    background-color: #fff;
  }

  .container.flex {
    margin-top: -70px;
    padding-top: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f6f6f8;
  }

  ._w-recently-used {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._w-pin {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-left: 0px;
  }

  .announcement-thumb {
    height: 200px;
  }

  .announcement-title {
    font-size: 16px;
  }

  .dropdown-toggle {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .log-out {
    padding-top: 14px;
    padding-bottom: 14px;
    color: #f0735c;
  }

  ._w-pol-list {
    max-height: 300px;
  }

  .position {
    display: block;
    font-size: 12px;
  }

  .office {
    font-size: 11px;
  }

  .department {
    font-size: 11px;
  }

  .name {
    font-size: 12px;
  }

  .leave-type {
    display: block;
    font-size: 12px;
  }

  ._w-subpage-results {
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._w-chatbot {
    right: 20px;
    bottom: 20px;
    width: 45px;
  }

  .image-2 {
    height: 20px;
  }

  .drag-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bar {
    width: 50%;
    height: 8px;
    padding: 0px;
    border-radius: 50px;
    background-color: #e6e6e6;
  }

  .icon {
    font-size: 26px;
  }

  .image-3 {
    height: 20px;
  }

  .text-block {
    display: inline;
  }

  .text-block-2 {
    display: inline;
  }

  ._w-reminder {
    border: 1.5px solid #e6e6e6;
  }

  .reminder-text {
    font-size: 12px;
  }

  ._w-entity {
    margin-top: 40px;
    grid-row-gap: 12px;
  }

  ._w-login {
    height: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sign-in-button {
    margin-top: 0px;
  }

  .error-message {
    padding: 8px;
    font-size: 11px;
  }

  .headline {
    bottom: 60px;
    font-size: 24px;
  }

  .element.left {
    top: 2%;
  }

  .heading {
    font-size: 20px;
  }

  ._w-separator {
    width: 90%;
  }
  ._w-suggestion-form {
    width: 100%;
    grid-template-columns: 1fr;
  }
}
  .transcript {
    text-align: left;
    padding: 8px;
    cursor: pointer;
    user-select: none;
  }
  .transcript-content {
    display: none;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 400;
  }
  .transcript.expanded .transcript-content {
     display: block;
  }
  .complete-btn {
    background-color: transparent;
    color: #a0a0a0;
    border: none;
    display: flex;
    gap: 4px;
    flex-direction: row;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }
  .complete-btn.enabled {
     color: forestgreen;
     cursor: pointer;
  }
  .complete-btn svg {
     width: 16px;
     height: 16px;
     transition: transform 0.3s ease;
  }
  .complete-btn.enabled svg {
     transform: translateX(5px);
  }
  video {
     width: 100%;
     height: auto;
     border-radius: 10px;
  }
  .video-container {
     position: relative;
     display: none;
     margin-bottom: 0;
  }
  .video-container.active {
    display: block;
    margin-bottom: 0;
  }
  #AwarenessModal .slider{
    height: auto;
  }
.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#w-node-ddc48214-d19e-0d79-5993-ceae338410b1-949dfcec {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_807b3ad9-d4e3-cc72-e43d-463019f36cac-949dfcec {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6a14aed1-6b7f-17dd-1bef-b55fb044a144-e3a1d2fe {
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ddc48214-d19e-0d79-5993-ceae338410b1-949dfcec {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_6a14aed1-6b7f-17dd-1bef-b55fb044a144-e3a1d2fe {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_807b3ad9-d4e3-cc72-e43d-463019f36cac-949dfcec {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ddc48214-d19e-0d79-5993-ceae338410b1-949dfcec {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_807b3ad9-d4e3-cc72-e43d-463019f36cac-949dfcec {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6a14aed1-6b7f-17dd-1bef-b55fb044a144-e3a1d2fe {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}