/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}

:root {
  --font: #212121;
  --white: white;
  --dodger-blue: #1e6ee6;
  --inactive-grey: #a6a6a6;
  --dark-line-blue: #afb7c5;
  --line-blue: #d7dae1;
  --ghost-white: #eff1f6;
  --button-hover: #e8eaed;
  --red: #e60f0f;
  --body-bg: #f6f6f6;
  --shadow: rgba(51, 58, 72, .12);
  --brand-orange: #f89c1c;
  --blue: #459be5;
  --medium-sea-green: #4caf50;
  --gold: #ffc107;
  --dark-orchid: #9c27b0;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--font);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--dodger-blue);
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

a:hover {
  color: var(--font);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--inactive-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

figure {
  margin-bottom: 10px;
}

.x-nav {
  z-index: 7000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.x-nav.for-manage {
  background-color: var(--white);
}

.x-nav-wrapper {
  z-index: 1;
}

.x-nav-wrapper.for-manage {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.x-nav-container {
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 24px;
  display: flex;
}

.x-nav-brand {
  width: 200px;
  flex: none;
  align-items: center;
  display: flex;
}

.x-nav-brand.for-access {
  width: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.x-nav-brand.for-manage {
  width: auto;
}

.x-nav-brand-link {
  justify-content: flex-start;
  align-items: center;
  padding: 22px 16px;
  display: flex;
}

.x-nav-brand-link.for-subpage {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 16px;
  padding: 8px 0;
}

.x-nav-brand-img {
  height: 24px;
  max-width: none;
}

.x-nav-brand-img.for-whitelabel {
  height: 18px;
  margin-top: 8px;
  display: block;
}

.x-nav-group {
  flex: none;
  align-items: center;
  display: flex;
}

.x-nav-group.for-brand {
  z-index: 10;
}

.x-nav-group.for-manage {
  border-left: 1px solid var(--dark-line-blue);
  padding-left: 8px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.x-nav-search {
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.x-nav-search-button {
  color: var(--font);
  background-color: rgba(0, 0, 0, 0);
  padding: 8px;
  font-family: Remix, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
}

.x-nav-search-input {
  width: 320px;
  height: 40px;
  border: 1px solid var(--line-blue);
  border-radius: 24px;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.x-nav-search-input.for-sheet {
  width: auto;
  flex: 1;
}

.x-nav-search-input.for-breadcrumb {
  width: 240px;
}

.x-nav-search-input.for-people-list {
  width: 100%;
}

.x-nav-burger {
  z-index: 1000;
  width: 40px;
  height: 40px;
  background-color: var(--line-blue);
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  display: flex;
  position: relative;
}

.x-nav-burger:hover {
  background-color: var(--button-hover);
}

.x-nav-button {
  background-color: var(--line-blue);
  color: var(--font);
  border-radius: 50px;
  flex: none;
  margin-left: 6px;
  padding: 8px;
  font-family: Remix, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: none;
}

.x-nav-button:hover {
  background-color: var(--button-hover);
}

.x-nav-button.for-quick {
  font-weight: 400;
  display: block;
}

.x-nav-button.for-quick.is-text {
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.x-nav-button.for-quick.is-text.do-active {
  background-color: var(--red);
  color: var(--white);
}

.x-nav-button.for-quick.displaynone {
  display: none;
}

.x-nav-account {
  z-index: 10;
  color: var(--font);
  align-items: center;
  font-size: 14px;
  display: flex;
  position: relative;
}

.x-avatar-img {
  width: 40px;
  height: 40px;
  border: 2px solid var(--line-blue);
  background-color: var(--button-hover);
  object-fit: cover;
  border-radius: 50px;
  display: block;
}

.x-avatar-img.for-account-picker {
  width: 56px;
  height: 56px;
  background-color: var(--body-bg);
  box-shadow: 0 1px 3px 0 var(--shadow), 0 8px 8px 0 var(--shadow);
  object-fit: cover;
  background-image: url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 0 0;
  background-size: 8px;
}

.x-avatar-img.for-account-picker.mr-2 {
  margin-right: 8px;
}

.x-avatar-img.for-account-picker.is-custom-field {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.x-avatar-img.for-list {
  width: 48px;
  height: 48px;
  flex: none;
  margin-right: 16px;
}

.x-avatar-img.for-contact {
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 64px;
}

.x-avatar-img.for-cal-eventchip {
  width: 16px;
  height: 16px;
}

.x-avatar-img.for-small {
  width: 24px;
  height: 24px;
}

.x-avatar-img.for-time {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  margin-right: 16px;
  padding: 8px;
}

.x-nav-account-name {
  margin-left: 4px;
  margin-right: 8px;
  display: block;
}

.x-master {
  width: 100%;
  min-height: 100vh;
  transition: all .5s cubic-bezier(.86, 0, .07, 1);
  position: relative;
}

.x-master.for-blur {
  opacity: .4;
}

.x-wrapper {
  width: 100%;
  min-height: 100vh;
  flex-direction: column;
  padding: 88px 24px 24px 216px;
  display: flex;
}

.x-wrapper.for-subpage {
  padding-bottom: 80px;
  padding-left: 24px;
  position: relative;
}

.x-wrapper.for-subpage.pt-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.x-wrapper.for-option {
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  display: flex;
}

.x-wrapper.for-manage {
  padding-top: 68px;
  padding-left: 24px;
}

.x-wrapper.for-media {
  padding-left: 24px;
}

.x-app-nav {
  width: 216px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 68px;
  position: fixed;
}

.x-app-nav-wrapper {
  padding-top: 12px;
  padding-left: 16px;
}

.x-app-nav-item {
  margin-bottom: 8px;
  padding-right: 16px;
}

.x-app-nav-item.for-sep {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-right: 16px;
}

.x-app-nav-link {
  color: var(--inactive-grey);
  align-items: center;
  padding: 12px;
  font-weight: 400;
  display: flex;
}

.x-app-nav-link:hover {
  color: var(--font);
}

.x-app-nav-link.w--current {
  color: var(--brand-orange);
}

.x-app-nav-link.for-current {
  color: var(--font);
}

.x-app-nav-icon {
  flex: none;
  font-family: Remix, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.x-app-nav-label {
  flex: 1;
  margin-left: 16px;
  font-weight: 600;
}

.x-sub-app-nav-list {
  padding-left: 44px;
}

.x-sub-app-nav-link {
  color: var(--inactive-grey);
  padding: 8px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.x-sub-app-nav-link:hover {
  color: var(--font);
}

.x-sub-app-nav-link.w--current {
  color: var(--brand-orange);
}

.x-app-ver {
  color: var(--inactive-grey);
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translate(-50%);
}

.x-content {
  width: 100%;
  max-width: 1280px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.x-nav-menu {
  z-index: 900;
  width: 400px;
  height: 100%;
  background-color: var(--white);
  box-shadow: -3px 0 24px 0 var(--line-blue);
  flex-direction: column;
  padding-top: 8px;
  transition: all .35s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0%);
}

.x-nav-menu.for-hide {
  box-shadow: none;
  transform: translate(100%);
}

.x-nav-menu-group {
  flex: none;
}

.x-nav-menu-group.for-noti {
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.x-nav-menu-header {
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.x-nav-noti-list {
  flex: 1;
  margin-bottom: 0;
  padding-top: 19px;
  overflow: auto;
}

.x-nav-noti-item {
  border-bottom: 1px solid var(--line-blue);
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.x-nav-noti-item:hover {
  background-color: var(--body-bg);
}

.x-nav-noti-container {
  align-items: center;
  padding-left: 24px;
  padding-right: 16px;
  display: flex;
}

.x-nav-noti-icon {
  background-color: var(--brand-orange);
  color: var(--white);
  border-radius: 50px;
  flex: none;
  padding: 12px;
  font-family: Remix, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.x-nav-noti-icon.for-read {
  background-color: var(--line-blue);
}

.x-nav-noti-link {
  color: var(--font);
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.x-nav-noti-button {
  color: var(--inactive-grey);
  flex: none;
  font-family: Remix, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.x-nav-noti-button.for-margin {
  margin-right: 16px;
}

.x-nav-noti-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.x-nav-noti-title.for-read {
  color: #9e9e9e;
}

.x-nav-noti-message {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.x-nav-noti-message.for-read {
  color: #9e9e9e;
}

.x-nav-noti-opt {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.x-nav-noti-opt-link {
  margin-left: 16px;
  font-weight: 500;
}

.x-nav-menu-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.x-nav-menu-grid.for-menu {
  background-color: var(--white);
}

.x-nav-menu-link {
  color: var(--inactive-grey);
  text-align: center;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 4px;
  display: block;
  position: relative;
}

.x-nav-menu-link:hover {
  background-color: var(--font);
  color: var(--white);
}

.x-nav-menu-icon {
  margin-bottom: 4px;
  font-family: Remix, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.x-nav-menu-label {
  font-size: 12px;
}

.x-nav-search-close-button {
  display: none;
}

.x-scroller {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.x-nav-menu-balloon {
  z-index: 1000;
  width: 12px;
  height: 12px;
  background-color: var(--red);
  border-radius: 50px;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 24px;
}

.x-nav-menu-balloon.for-manage {
  top: 8px;
  bottom: auto;
  left: auto;
  right: 8px;
}

.x-view-wrapper {
  width: 100%;
  height: 100%;
}

.hr-view-form {
  width: 100%;
  flex: 1;
  margin-bottom: 0;
}

.x-view-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.x-button {
  min-width: 96px;
  border: 1px solid var(--font);
  background-color: var(--font);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 40px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 700;
}

.x-button:hover {
  color: var(--white);
}

.x-button.for-access {
  margin-left: 0;
  margin-right: 0;
}

.x-button.for-secondary {
  color: var(--font);
  background-color: rgba(255, 255, 255, .48);
}

.x-button.for-secondary:hover {
  background-color: var(--white);
}

.x-button.for-secondary.is-late-clock-in {
  background-color: var(--blue);
  color: var(--white);
  border-style: none;
  border-radius: 40px;
}

.x-button.for-secondary.is-orange {
  border-color: var(--brand-orange);
  color: var(--brand-orange);
}

.x-button.for-secondary.is-orange:hover {
  background-color: var(--brand-orange);
  color: var(--white);
}

.x-button.for-secondary.is-orange.is-width {
  min-width: 120px;
}

.x-button.for-secondary.is-disabled {
  border-color: var(--inactive-grey);
  color: var(--inactive-grey);
  background-color: rgba(0, 0, 0, 0);
}

.x-button.for-secondary.is-grey {
  border-color: var(--inactive-grey);
  color: var(--inactive-grey);
}

.x-button.for-big-action {
  box-shadow: none;
  padding-top: 16px;
  padding-bottom: 16px;
}

.x-button.for-big-action.for-hide {
  display: none;
}

.x-button.for-submit {
  flex: 1;
}

.x-button.for-list-add {
  border: 1px solid var(--brand-orange);
  background-color: var(--white);
  box-shadow: none;
  color: var(--brand-orange);
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.x-button.for-list-add:hover {
  border-color: var(--font);
  color: var(--font);
  background-image: none;
}

.x-button.for-commit {
  min-width: 160px;
}

.x-button.for-option {
  border-color: var(--inactive-grey);
  background-color: var(--body-bg);
  color: var(--inactive-grey);
}

.x-button.for-option:hover {
  border-color: var(--font);
  color: var(--font);
}

.x-button.for-more {
  background-color: var(--white);
  box-shadow: 0 6px 8px 0 var(--button-hover);
  color: var(--font);
  display: block;
}

.x-button.for-more:hover {
  border-color: var(--font);
  background-color: var(--font);
  color: var(--white);
}

.x-button.for-sheet-modal {
  background-color: var(--white);
  box-shadow: none;
  color: var(--font);
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}

.x-button.for-sheet-modal:hover {
  border-color: var(--font);
}

.x-button.for-sheet-modal.is-apply {
  background-color: var(--brand-orange);
  color: var(--white);
}

.x-button.for-action {
  border: 1px solid var(--font);
  background-color: var(--white);
  box-shadow: none;
  color: var(--font);
  white-space: nowrap;
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  overflow: visible;
}

.x-button.for-action.is-red {
  border-color: var(--red);
  color: var(--red);
}

.x-button.for-action.is-red.has-small {
  max-width: 130px;
  min-width: 0;
}

.x-button.for-action.is-green {
  border-color: var(--medium-sea-green);
  background-color: var(--medium-sea-green);
  color: var(--white);
}

.x-button.for-action.is-small {
  flex: none;
}

.x-button.for-action.is-blue {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: var(--white);
}

.x-button.for-action.is-filled {
  background-color: var(--font);
  color: var(--white);
}

.x-button.for-action.is-uploaded {
  font-family: Inter, sans-serif;
}

.x-button.for-action.is-padding {
  margin-bottom: 24px;
}

.x-button.for-action.is-icon {
  min-height: 45px;
  min-width: 45px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 24px;
}

.x-button.for-action.is-icon.has-green {
  border-color: var(--medium-sea-green);
  color: var(--medium-sea-green);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  font-family: Remix, sans-serif;
}

.x-button.for-action.is-icon.has-red {
  border-color: var(--red);
  color: var(--red);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  font-family: Remix, sans-serif;
}

.x-button.for-action.is-small {
  background-color: var(--white);
  padding: 4px 12px;
  font-weight: 700;
}

.x-button.for-full {
  flex: 1;
}

.x-button.for-list-control {
  min-width: 80px;
  background-color: var(--font);
  box-shadow: none;
  border-style: none;
  padding: 4px 24px;
  font-size: 12px;
}

.x-button.for-list-control.is-green {
  background-color: var(--medium-sea-green);
}

.x-button.for-list-control.is-red {
  background-color: var(--red);
}

.x-button.for-green {
  border-color: var(--medium-sea-green);
  background-color: var(--white);
  color: var(--medium-sea-green);
}

.x-button.for-red {
  border-color: var(--red);
  color: var(--red);
  background-color: rgba(0, 0, 0, 0);
}

.x-button.for-employ {
  margin-left: 0;
  margin-right: 0;
}

.x-button.for-back {
  width: 82px;
  min-width: 0;
  border-color: var(--dark-line-blue);
  background-color: var(--white);
  color: var(--font);
  align-items: center;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 4px 12px;
  font-size: 10px;
  display: flex;
}

.x-button.for-draft {
  min-width: 0;
  background-color: #ff8282;
  border-color: #ff8282;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Remix, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.x-button.for-more-menu {
  min-width: 0;
  border-color: var(--dark-line-blue);
  background-color: var(--ghost-white);
  color: var(--inactive-grey);
  padding: 12px;
  font-family: Remix, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.x-button.report {
  color: var(--font);
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
}

.x-button.for-ot-claim {
  background-color: var(--blue);
  border-style: none;
}

.x-button.for-blue {
  min-width: auto;
  border-color: var(--dodger-blue);
  background-color: var(--white);
  color: var(--dodger-blue);
  flex: 0 auto;
}

.x-button.for-blue:active {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.x-button.for-blue.is-outline {
  background-color: var(--white);
  border-style: solid;
}

.x-button.for-delete {
  min-width: 47px;
  border-color: var(--red);
  background-color: var(--white);
  color: var(--red);
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.x-button.for-blue {
  border-style: none;
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
}

.x-button.for-orange {
  background-color: var(--brand-orange);
  border-style: none;
}

.x-button.for-orange.is-width {
  min-width: 120px;
}

.x-button.for-orange.is-outline {
  border: 1px solid var(--brand-orange);
  background-color: var(--white);
  color: var(--brand-orange);
}

.x-button.for-grey {
  border-style: solid;
  border-color: var(--inactive-grey);
  background-color: var(--inactive-grey);
  display: none;
}

.x-overlay {
  z-index: 8000;
  background-color: rgba(51, 58, 72, .9);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-center-wrapper {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.x-center-wrapper.for-vertical {
  flex-direction: column;
}

.x-center-container {
  width: 100%;
  max-width: 400px;
  padding: 16px;
}

.x-center-container.less-padding {
  padding-left: 8px;
  padding-right: 8px;
}

.x-input-action {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.x-input-action.for-right {
  justify-content: flex-end;
}

.x-input-action.for-full {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-left: -8px;
  margin-right: -8px;
  display: grid;
}

.x-app-nav-sep {
  width: 100%;
  height: 1px;
  background-color: var(--line-blue);
}

.x-text-height {
  height: 2400px;
}

.x-input-row {
  flex: 1;
  margin-bottom: 24px;
  display: block;
  position: relative;
  overflow: visible;
}

.x-input-row.for-location {
  margin-bottom: 0;
}

.x-input-row.for-employ {
  margin-bottom: 12px;
}

.x-input-row.mb-0, .x-input-row.for-claim {
  margin-bottom: 0;
}

.x-input-row.for-no-padding {
  margin-bottom: 5px;
}

.x-input-row.no-margin-bot {
  margin-bottom: 0;
}

.x-input-label {
  z-index: 12;
  background-color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.86, 0, .07, 1);
  position: absolute;
  top: -12px;
  left: 8px;
}

.x-input-label.for-idle {
  z-index: 2;
  color: var(--font);
  padding-left: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  top: 12px;
  left: 0;
}

.x-input-label.for-idle.is-static {
  padding-left: 0;
}

.x-input-label.for-idle.gray {
  z-index: 2;
}

.x-input-label.for-uploader {
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  left: 0;
}

.x-input-label.for-reset {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  top: 0;
  left: 12px;
}

.x-input-label.gray {
  z-index: 12;
}

.x-input-text {
  z-index: 10;
  height: 48px;
  border: 1px solid var(--line-blue);
  background-color: rgba(255, 255, 255, .64);
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  position: relative;
}

.x-input-text:focus {
  border-width: 1px 1px 2px;
  border-color: var(--dodger-blue);
}

.x-input-text::-ms-input-placeholder {
  font-size: 18px;
}

.x-input-text::placeholder {
  font-size: 18px;
}

.x-input-text.for-textarea {
  height: auto;
  min-height: 128px;
}

.x-input-text.for-textarea.attach {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: -1px;
}

.x-input-text.datedropper-init {
  cursor: pointer;
}

.x-input-text.for-select.is-currency {
  width: 80px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
}

.x-input-text.for-employment {
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--inactive-grey);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.x-input-text.for-employment:focus {
  border-bottom-color: var(--font);
}

.x-account-picker {
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  border-radius: 8px;
  margin-bottom: 24px;
  overflow: hidden;
}

.x-avatar-name {
  font-weight: 600;
}

.x-avatar-name.for-list {
  font-size: 16px;
  display: block;
}

.x-avatar-name.for-organisation {
  color: var(--inactive-grey);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.x-icon {
  z-index: 10;
  color: #212121;
  margin-right: 8px;
  font-family: Remix, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.x-icon.for-input {
  color: var(--font);
  padding: 8px;
  font-size: 20px;
  position: absolute;
  top: 4px;
  right: 4px;
}

.x-icon.for-opt {
  color: var(--font);
  padding: 8px;
  font-size: 24px;
  position: relative;
}

.x-icon.for-opt.is-legend {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.x-icon.for-empty-list {
  width: 40px;
  height: 40px;
  color: #ef9a9a;
  background-color: #ffebee;
  border: 1px solid #ef9a9a;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  font-size: 24px;
  display: flex;
}

.x-icon.for-rate {
  color: var(--inactive-grey);
}

.x-icon.for-rate.is-total {
  font-family: Remix, sans-serif;
}

.x-icon.for-subpage-back {
  color: var(--font);
  margin-right: 16px;
  padding: 8px;
  font-size: 24px;
}

.x-icon.for-subpage-back:hover {
  background-color: var(--body-bg);
}

.x-icon.for-subpage-back.is-sheet {
  margin-right: 0;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: 16px;
  right: auto;
}

.x-icon.for-more-menu {
  margin-right: 12px;
  font-size: 24px;
}

.x-icon.for-more-menu.is-green {
  color: var(--medium-sea-green);
}

.x-icon.for-more-menu.is-amber {
  color: var(--brand-orange);
}

.x-icon.for-more-menu.is-red {
  color: var(--red);
}

.x-icon.for-list-search {
  position: absolute;
  top: 8px;
  right: 12px;
}

.x-icon.for-range {
  margin-left: 12px;
  margin-right: 12px;
}

.x-icon.for-file-view {
  width: 48px;
  height: 48px;
  background-color: var(--body-bg);
  justify-content: center;
  align-items: center;
  font-size: 24px;
  display: flex;
}

.x-icon.for-button {
  margin-right: 4px;
  font-size: 20px;
  display: inline-block;
}

.x-icon.for-page-opt {
  font-size: 24px;
  position: absolute;
  right: 16px;
}

.x-icon.for-leg-block {
  color: var(--inactive-grey);
  padding: 8px;
  line-height: 16px;
}

.x-icon.for-leg-block:hover {
  background-color: var(--button-hover);
  color: var(--font);
}

.x-icon.for-inline {
  margin-right: 8px;
  font-size: 20px;
}

.x-icon.for-inline.is-grey {
  color: var(--inactive-grey);
}

.x-icon.for-inline.is-fav {
  color: var(--gold);
}

.x-icon.for-inline.is-red {
  color: var(--red);
}

.x-icon.for-inline.is-green {
  color: var(--medium-sea-green);
}

.x-icon.for-inline.is-right {
  margin-left: 8px;
  margin-right: 0;
}

.x-icon.for-link {
  margin-right: 6px;
  font-size: 20px;
  font-weight: 400;
}

.x-icon.for-bubble {
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-radius: 50px;
  padding: 4px;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 1px 1px 4px rgba(76, 175, 80, .8);
}

.x-icon.for-bubble.is-red {
  background-color: var(--red);
  box-shadow: 1px 1px 4px 0 var(--red);
}

.x-icon.for-emp-bar {
  margin-right: 12px;
  padding: 8px;
  font-size: 24px;
}

.x-icon.for-lv {
  background-color: var(--white);
  border-radius: 50px;
  margin-right: 4px;
  padding: 3px;
  line-height: 14px;
}

.x-icon.for-lv.is-al {
  color: #2196f3;
}

.x-icon.for-lv.is-mc {
  color: #e91e63;
}

.x-icon.for-lv.is-hl {
  color: #9c27b0;
}

.x-icon.for-lv.is-x {
  color: #37474f;
}

.x-icon.for-lv.is-rl {
  color: #00bcd4;
}

.x-icon.for-lv.is-ul {
  color: #424242;
}

.x-icon.for-lv.is-sp {
  color: var(--brand-orange);
}

.x-icon.for-cal-opt-range {
  margin-left: 8px;
  margin-right: 8px;
}

.x-icon.for-data-prog {
  margin-left: 8px;
  padding: 8px;
  font-size: 24px;
}

.x-icon.for-approval {
  width: 48px;
  height: 48px;
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  font-size: 24px;
  display: flex;
}

.x-icon.for-approval.is-rejected {
  background-color: var(--red);
}

.x-icon.for-approval.for-unprocessed {
  background-color: var(--brand-orange);
  font-size: 21px;
  line-height: 21px;
}

.x-icon.for-accordion {
  background-color: var(--white);
  border-radius: 50px;
  font-size: 24px;
  transition: all .55s cubic-bezier(.86, 0, .07, 1);
  transform: rotate(0);
}

.x-icon.for-accordion.is-flip {
  transform: rotate(180deg);
}

.x-icon.for-account-picker {
  border: 1px solid var(--line-blue);
  background-color: var(--ghost-white);
  border-radius: 4px;
  padding: 12px;
  font-size: 24px;
}

.x-icon.for-account-picker:hover {
  background-color: var(--white);
  color: var(--font);
}

.x-icon.for-account-picker.is-active {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: var(--white);
}

.x-icon.for-list-item {
  color: var(--red);
  text-align: center;
  padding: 8px;
  font-size: 24px;
}

.x-icon.for-list-item.is-draft {
  display: block;
  position: absolute;
  top: 20px;
  right: 16px;
}

.x-icon.for-manage {
  color: var(--font);
  padding: 8px;
  font-size: 26px;
  line-height: 26px;
  display: block;
  position: relative;
}

.x-icon.for-manage:hover {
  color: var(--brand-orange);
}

.x-icon.for-manage.is-disabled {
  color: var(--line-blue);
}

.x-icon.for-manage.is-disabled:hover {
  color: var(--inactive-grey);
}

.x-icon.for-manage.is-edit {
  margin-right: 0;
}

.x-icon.for-nav-link {
  margin-right: 4px;
  font-size: 28px;
  line-height: 28px;
}

.x-icon.for-input-radio-opt {
  margin-bottom: 4px;
  font-size: 24px;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%);
}

.x-icon.for-input-radio-opt.is-text {
  text-transform: none;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}

.x-icon.for-doc-icon {
  padding: 8px;
  font-size: 24px;
}

.x-icon.for-doc-icon.is-green {
  color: var(--medium-sea-green);
}

.x-icon.for-doc-icon.is-toggle {
  position: absolute;
}

.x-icon.for-doc-icon.is-toggle:hover {
  background-color: var(--shadow);
}

.x-icon.for-goal {
  margin-left: 8px;
  font-size: 24px;
}

.x-icon.for-header-opt {
  color: var(--inactive-grey);
  padding: 8px;
  font-size: 26px;
  line-height: 26px;
}

.x-icon.for-header-opt:hover {
  color: var(--font);
}

.x-icon.for-auto-list {
  justify-content: center;
  align-items: center;
  display: flex;
}

.x-icon.for-doc-opt {
  color: var(--font);
  padding: 8px;
  font-size: 24px;
}

.x-icon.for-doc-opt.is-green {
  color: var(--medium-sea-green);
}

.x-icon.for-doc-opt.is-toggle {
  position: absolute;
}

.x-icon.for-doc-opt.is-toggle:hover {
  background-color: var(--shadow);
}

.x-icon.for-prog-marker {
  font-size: 24px;
  line-height: 24px;
}

.x-icon.for-submenu {
  font-size: 32px;
  line-height: 40px;
}

.x-icon.for-status {
  font-size: 128px;
  line-height: 160px;
}

.x-icon.for-status.is-green {
  color: var(--medium-sea-green);
}

.x-icon.for-status.is-red {
  color: var(--red);
}

.x-icon.for-page-header {
  background-color: var(--brand-orange);
  color: var(--white);
  border-radius: 50px;
  margin-right: 12px;
  padding: 8px;
  font-size: 24px;
}

.x-icon.for-legend {
  color: var(--white);
  background-color: rgba(25, 118, 210, .5);
  border-radius: 8px;
  margin-right: 12px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
}

.x-icon.for-legend.is-solid {
  background-color: #1976d2;
}

.x-icon.for-message {
  color: var(--medium-sea-green);
  font-size: 128px;
  line-height: 128px;
}

.x-icon.for-login-opt {
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 40px;
  padding: 8px;
  font-size: 24px;
}

.x-icon.for-login-opt-arrow {
  padding: 8px;
  font-size: 24px;
}

.x-icon.for-clock {
  margin-right: 4px;
  font-size: 20px;
}

.x-icon.for-clock.is-right {
  margin-left: 4px;
  margin-right: 0;
}

.x-icon.for-deadline {
  color: var(--red);
}

.x-icon.for-appraisal {
  width: 30px;
  height: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 30px;
  transition: opacity .2s ease-out;
  display: flex;
  transform: rotate(0);
}

.x-icon.for-appraisal:hover {
  background-color: var(--button-hover);
  border-radius: 60px;
}

.x-icon.for-appraisal.rotate {
  transform: rotate(90deg);
}

.x-icon.for-input {
  color: #212121;
  padding: 8px;
  font-size: 20px;
  position: absolute;
  top: 4px;
  right: 4px;
}

.x-icon.for-flex {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.x-icon.for-orange {
  color: var(--brand-orange);
  margin-left: 5px;
}

.x-icon.for-red {
  color: var(--red);
}

.x-icon.for-allowance {
  margin-top: -20px;
}

.x-account-data {
  flex: 1;
  margin-left: 16px;
}

.x-tab-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.x-tab-menu.for-reset {
  justify-content: flex-start;
  margin-bottom: 16px;
}

.x-tab-link {
  color: var(--inactive-grey);
  background-color: rgba(0, 0, 0, 0);
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
}

.x-tab-link.w--current {
  color: var(--font);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.x-tab-content {
  overflow: visible;
}

.x-tab-content.for-access {
  text-align: center;
  margin-bottom: 24px;
}

.x-input-img {
  width: 64px;
  height: 64px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.x-account-wrapper {
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.x-account-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: relative;
}

.x-account-input {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 128px 64px;
  display: flex;
}

.x-account-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-account-overlay {
  z-index: 10;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, var(--white) 16%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.x-account-nav {
  z-index: 5000;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.x-account-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.x-account-nav-menu {
  padding-right: 8px;
}

.x-account-form {
  width: 480px;
}

.x-account-nav-menu-list {
  align-items: center;
  margin-left: -12px;
  padding-left: 0;
  display: flex;
}

.x-account-nav-menu-item {
  padding-left: 12px;
  padding-right: 12px;
}

.x-account-nav-menu-link {
  color: var(--font);
  font-weight: 500;
  display: block;
}

.x-account-nav-menu-link:hover {
  color: var(--brand-orange);
}

.x-small-print {
  color: var(--inactive-grey);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.x-small-print.for-bottom-margin {
  margin-bottom: 12px;
}

.x-small-print.for-sheet-list {
  padding: 8px 16px;
}

.x-small-print.for-approver {
  margin-top: 8px;
}

.x-small-print.for-cal-date {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
}

.x-small-print.for-nav-account-menu {
  margin-bottom: 8px;
}

.x-small-print.for-bold {
  font-weight: 600;
}

.x-grey {
  background-color: var(--ghost-white);
}

.x-avatar-uploader {
  z-index: 100;
  box-shadow: -2px -2px 4px 0 var(--white), 2px 2px 4px 0 var(--shadow);
  text-align: center;
  background-image: url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 0 0;
  background-size: 8px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: relative;
}

.x-input-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.x-input-checkbox.for-stacked {
  margin-top: 16px;
  display: flex;
}

.x-input-checkbox.for-sst {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.x-input-checkbox-button {
  width: 24px;
  height: 24px;
  border-width: 2px;
  border-color: var(--line-blue);
  box-shadow: -2px -2px 4px 0 var(--white), 2px 2px 6px 0 var(--shadow);
  cursor: pointer;
  border-radius: 8px;
  flex: none;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 12px;
}

.x-input-checkbox-button:hover {
  background-color: var(--button-hover);
}

.x-input-checkbox-button.w--redirected-checked {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  background-image: url('../images/check-line.svg');
  background-size: 16px;
  flex: none;
  box-shadow: 0 4px 8px rgba(30, 110, 230, .64);
}

.x-input-checkbox-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--dodger-blue);
}

.x-input-checkbox-button.for-sst {
  margin-top: 0;
  margin-left: 10px;
}

.x-input-checkbox-label {
  color: var(--font);
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.x-input-checkbox-label.for-list {
  display: none;
}

.x-input-checkbox-label.for-sst {
  color: var(--inactive-grey);
  font-weight: 400;
}

.x-menu-block {
  margin-top: 32px;
  overflow: hidden;
}

.x-menu-block.checklist-hidden {
  margin-top: 0;
}

.x-menu-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
  overflow: auto;
}

.x-menu-link {
  min-height: 110px;
  min-width: 115.25px;
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  color: var(--font);
  white-space: nowrap;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  display: flex;
  position: relative;
}

.x-button-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.x-button-container.for-secondary {
  margin-bottom: 12px;
}

.x-button-container.for-sheet-modal {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.x-button-container.for-action {
  margin-top: 20px;
}

.x-button-container.for-input-sheet {
  margin-bottom: 80px;
}

.x-button-container.for-contact-sheet {
  margin-top: 16px;
  margin-bottom: 16px;
}

.x-button-container.for-center {
  justify-content: center;
}

.x-menu-img {
  height: 32px;
  margin-bottom: 8px;
  display: block;
}

.x-menu-title {
  font-size: 13px;
  font-weight: 600;
}

.x-menu-title.for-sidebar {
  font-size: 20px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.x-menu-title.for-longtext {
  line-height: 18px;
}

.x-menu-container {
  z-index: 2;
  position: relative;
}

.x-broadcast-block {
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 24px;
  padding: 16px;
  display: flex;
}

.x-broadcast-container {
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.x-broadcast-opt {
  flex: none;
}

.x-block {
  flex: 1;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.x-block.for-request-card {
  width: 228px;
  margin-right: 16px;
}

.x-block.for-request-card.is-lv {
  width: 400px;
}

.x-block.for-request-card.dropdown {
  padding-left: 55px;
}

.x-block.for-lv-balance {
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.x-block.for-team-list {
  width: 210px;
  flex: none;
  margin-right: 40px;
}

.x-block.for-request-name {
  width: 65%;
  flex: none;
  margin-right: 16px;
}

.x-block.for-request-name.is-lv {
  width: 400px;
}

.x-block.for-request-name.dropdown {
  padding-left: 55px;
}

.x-block.for-flex {
  align-items: center;
  display: flex;
}

.x-block.for-flex.is-bottom-padding {
  margin-bottom: 0;
}

.x-block.for-flex.is-space-between {
  justify-content: space-between;
  align-items: flex-start;
}

.x-block.for-padding {
  border-bottom: 1px solid var(--line-blue);
  margin-bottom: 0;
  padding-bottom: 34px;
}

.x-broadcast-img {
  width: 56px;
  height: 56px;
  margin-right: 24px;
}

.x-broadcast-title {
  margin-bottom: 4px;
}

.x-news-block {
  border-radius: 8px;
  margin-bottom: 24px;
}

.x-news-block.checklist-hidden {
  margin-bottom: 0;
}

.x-news-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.x-news-slider-mask {
  border: 1px solid var(--line-blue);
  border-radius: 8px;
}

.x-news-slider-pane {
  height: 320px;
  background-color: var(--white);
  overflow: hidden;
}

.x-news-slider-arrow {
  width: 40px;
  height: 40px;
  background-color: var(--white);
  box-shadow: 0 4px 8px 0 var(--shadow);
  color: var(--font);
  border-radius: 50px;
  font-size: 16px;
}

.x-news-slider-arrow.for-left {
  margin-left: -16px;
}

.x-news-slider-arrow.for-right {
  margin-right: -16px;
}

.x-news-slider-nav {
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 4px;
}

.x-news-slider-container {
  width: 100%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 24px 40px;
  display: flex;
  position: relative;
}

.x-news-slider-title {
  z-index: 10;
  color: var(--font);
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.x-mobile-brand {
  display: none;
}

.x-list-block {
  margin-bottom: 32px;
}

.x-list-block.for-no-padding {
  margin-bottom: 0;
  display: flex;
}

.x-list {
  margin-bottom: 24px;
  padding-left: 0;
}

.x-list.for-nav-account-menu {
  margin-bottom: 0;
}

.x-list.for-case-stats {
  margin-left: -12px;
  margin-right: -12px;
}

.x-list.for-date-list {
  border-bottom: 1px solid var(--dark-line-blue);
}

.x-list.mb-0 {
  margin-top: 16px;
  margin-bottom: 0;
}

.x-list.for-loader {
  z-index: 1;
  width: 96.7%;
  background-color: var(--white);
  position: absolute;
}

.x-list.for-date-list {
  border-bottom: 1px solid #afb7c5;
}

.x-list-item {
  border-bottom: 1px solid var(--line-blue);
  overflow: visible;
}

.x-list-item.mix.m-pending.bt-1 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--line-blue) black;
}

.x-list-item.mix.m-pending.for-hide {
  display: none;
}

.x-list-item.for-date-list, .x-list-item.accordion {
  border-bottom-style: none;
}

.x-list-container {
  display: block;
  position: relative;
}

.x-list-container.for-flex {
  display: flex;
}

.x-list-container.for-loader {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.x-list-link {
  color: var(--font);
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.x-list-link.for-nav-account-menu {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.x-block-label {
  color: var(--inactive-grey);
  font-size: 14px;
  font-weight: 500;
}

.x-block-label.for-sticky {
  z-index: 100;
  background-color: var(--button-hover);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
}

.x-block-label.for-edit {
  color: var(--font);
  margin-bottom: 24px;
  font-weight: 700;
}

.x-block-label.for-manage {
  color: var(--font);
  font-weight: 700;
}

.x-block-label.for-cal-out {
  color: var(--line-blue);
}

.x-block-label.for-cal-current {
  color: var(--font);
}

.x-block-label.for-edit-copy {
  color: var(--font);
  margin-bottom: 24px;
  font-weight: 700;
}

.x-contact-sheet {
  z-index: 9999;
  background-color: var(--body-bg);
  box-shadow: 0 -4px 32px 0 var(--shadow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: all .35s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0%;
  left: 216px;
  right: 0;
  transform: translate(0);
}

.x-contact-sheet.for-hide {
  box-shadow: none;
  transform: translate(0, 100%);
}

.x-contact-sheet-row {
  width: 360px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.x-contact-sheet-name {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.x-img-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-img-overlay {
  z-index: 2;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, .88) 75%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-sheet-modal {
  z-index: 9999;
  background-color: var(--white);
  flex-direction: column;
  transition: all .35s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.x-sheet-modal.for-hide {
  display: none;
  transform: translate(0, 100%);
}

.x-sheet-modal.for-hide.backup, .x-sheet-modal.backup {
  display: none;
}

.x-sheet-header {
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.x-sheet-header.for-directory {
  margin-bottom: 32px;
}

.x-sheet-body {
  flex: 1;
  position: relative;
  overflow: auto;
}

.x-sheet-body.for-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.x-sheet-body.for-noscroll {
  position: relative;
  overflow: hidden;
}

.x-flex {
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: flex;
  position: relative;
}

.x-flex.for-request-data {
  flex: 1;
  margin-right: 24px;
  overflow: hidden;
}

.x-flex.for-request-data.is-lv {
  align-items: flex-start;
  margin-right: 0;
}

.x-flex.for-day-block {
  align-items: stretch;
}

.x-flex.for-chips {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 50%;
  background-size: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  padding: 12px;
  display: grid;
}

.x-flex.for-range-date {
  justify-content: space-between;
  margin-bottom: 16px;
}

.x-flex.for-cal {
  justify-content: space-between;
}

.x-flex.for-approval {
  width: 100%;
  align-items: flex-start;
}

.x-flex.for-approval.is-final {
  align-items: center;
}

.x-flex.for-between {
  justify-content: space-between;
}

.x-flex.for-between.is-block-header {
  margin-bottom: 16px;
}

.x-flex.for-between.pad-bot-14 {
  padding-bottom: 14px;
}

.x-flex.for-commentary {
  margin-bottom: 12px;
}

.x-flex.for-manage-sub-nav {
  margin-bottom: 24px;
}

.x-flex.for-cal-type {
  justify-content: flex-end;
}

.x-flex.for-header-opt {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.x-flex.for-file-container {
  flex: 1;
}

.x-flex.for-top {
  align-items: flex-start;
}

.x-flex.for-request-time {
  font-size: 12px;
  display: flex;
}

.x-flex.for-goal-data {
  width: 100%;
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .3fr .4fr;
  grid-auto-columns: minmax(auto, .25fr);
  justify-content: space-between;
  display: grid;
}

.x-flex.for-goal-data.is-5-columns {
  grid-template-columns: 1fr 1fr .4fr .3fr .25fr;
}

.x-flex.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.x-flex.vertical.for-full-width {
  width: 100%;
}

.x-flex.for-review {
  margin-bottom: 16px;
}

.x-flex.for-clock-in {
  border: 1px solid var(--brand-orange);
  color: var(--brand-orange);
  text-align: center;
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 12px;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
}

.x-flex.for-clocking-in-different-teams {
  flex-direction: row;
  justify-content: space-between;
}

.x-flex.for-margin {
  margin-left: 10px;
}

.x-flex.for-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.x-flex.for-vertical.for-right-align {
  flex-direction: column-reverse;
  align-items: flex-end;
}

.x-flex.for-margin-bot {
  margin-bottom: 12px;
}

.x-flex.for-submit-evaluation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr .3fr;
  grid-auto-columns: 0;
  display: grid;
}

.x-flex.for-edit {
  margin-right: 10px;
}

.x-flex.for-loader {
  align-items: flex-start;
  margin-top: 0;
}

.x-flex.for-expense {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
}

.x-sheet-close-button {
  color: var(--font);
  padding: 8px;
  font-family: Remix, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.x-sheet-close-button:hover {
  color: var(--red);
}

.x-sheet-title {
  margin-left: 16px;
  font-size: 20px;
  font-weight: 600;
}

.x-sheet-wrapper {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
}

.x-sheet-wrapper.for-input {
  max-width: 600px;
}

.x-sheet-wrapper.for-doc {
  max-width: 960px;
}

.x-sheet-list {
  margin-bottom: 0;
}

.x-sheet-link {
  color: var(--font);
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-weight: 400;
  transition: all .25s cubic-bezier(.86, 0, .07, 1);
  display: flex;
}

.x-sheet-link:hover {
  background-color: var(--ghost-white);
}

.x-sheet-link:focus {
  background-color: var(--button-hover);
}

.x-sheet-img {
  width: 40px;
  height: 40px;
  background-color: var(--body-bg);
}

.x-item-label {
  margin-left: 16px;
}

.x-item-label.for-fav-item {
  flex-direction: column;
  display: block;
}

.x-item-label.for-fav-item.ml-0 {
  margin-left: 0;
}

.x-item-label.for-fav-item.is-description {
  font-size: 14px;
  font-weight: 200;
}

.x-sheet-search {
  width: 640px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.x-sheet-search.for-list {
  width: 100%;
  margin-bottom: 16px;
  position: relative;
  left: auto;
  transform: none;
}

.x-empty-list-block {
  color: var(--inactive-grey);
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 0 0, 0 0;
  background-size: auto, 8px;
  align-items: center;
  padding: 16px;
  display: none;
}

.x-form-block {
  margin-bottom: 0;
}

.x-input-wrapper {
  max-width: 880px;
  background-color: var(--white);
  padding: 40px;
}

.x-input-wrapper.for-subpage {
  border: 1px solid var(--line-blue);
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.x-input-wrapper.for-subpage.is-status {
  min-height: 80vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px;
  display: flex;
}

.x-input-wrapper.for-subpage.review {
  max-width: none;
  margin-bottom: 62px;
}

.x-input-wrapper.for-subpage.for-custom-appraisal {
  margin-top: 64px;
}

.x-input-wrapper.for-subpage.for-margin-top {
  margin-top: 60px;
}

.x-input-wrapper.for-option {
  max-width: 560px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.x-input-header {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.x-input-header.for-margin {
  margin-bottom: 34px;
}

.x-input-helper {
  border-left: 2px solid var(--gold);
  color: var(--inactive-grey);
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.x-input-helper.for-left-align {
  text-align: left;
}

.x-input-format {
  margin-left: 56px;
}

.x-input-format.for-mileage {
  margin-left: 140px;
}

.x-input-format.for-currency {
  margin-left: 96px;
}

.x-rate-block {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

.x-rate-col {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.x-rate-label {
  margin-top: 8px;
  font-size: 24px;
}

.x-rate-container {
  text-align: center;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 8px 12px rgba(51, 58, 72, .16);
}

.x-rate-container.for-total {
  color: var(--white);
  background-color: #0d47a1;
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: 0 4px 8px rgba(13, 71, 161, .64);
}

.x-input-group {
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

.x-input-group.for-radio {
  flex-wrap: wrap;
  margin-bottom: -12px;
  margin-left: -6px;
  margin-right: -6px;
  position: relative;
}

.x-input-group.for-goal {
  margin-bottom: 24px;
}

.x-input-col {
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
}

.x-input-col.for-date-list {
  border-right: 1px solid var(--dark-line-blue);
  padding-top: 12px;
}

.x-input-col.for-small-width {
  width: 35%;
  flex: 0 auto;
}

.x-input-col.for-date-list {
  border-right: 1px solid #afb7c5;
  padding-top: 12px;
}

.x-input-col.for-date-list.for-travel {
  border-right-width: 0;
}

.x-location-block {
  z-index: 1000;
  margin-top: 8px;
  margin-bottom: 16px;
  position: relative;
}

.x-location-wrapper {
  position: relative;
}

.x-location-list {
  z-index: 10;
  position: relative;
}

.x-location-item {
  margin-bottom: 24px;
  position: relative;
}

.x-location-container {
  border: 1px solid var(--line-blue);
  background-color: var(--brand-orange);
  box-shadow: 3px 3px 16px 0 var(--shadow);
  display: flex;
}

.x-location-input {
  background-color: var(--white);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 56px;
  padding: 12px 16px;
  display: flex;
  position: relative;
}

.x-location-line {
  width: 1px;
  height: 100%;
  border-left: 2px dashed #26a69a;
  position: absolute;
  top: 0;
  left: 32px;
}

.x-list-adder {
  z-index: 10;
  position: relative;
}

.x-input-section-label {
  color: var(--font);
  letter-spacing: 0;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
}

.x-input-section-label.for-question {
  color: var(--font);
  margin-bottom: 0;
  font-size: 16px;
}

.x-input-section-label.for-allowance {
  margin-top: 12px;
}

.x-nav-sep {
  width: 1px;
  height: 40px;
  background-color: var(--dark-line-blue);
  flex: none;
}

.x-nav-overlay {
  height: 100%;
  background-color: var(--white);
  box-shadow: 0 1px 8px 0 var(--shadow);
  transition: all .75s cubic-bezier(.86, 0, .07, 1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.x-nav-overlay.for-idle {
  box-shadow: none;
  transform: translate(0, -100%);
}

.x-form-opt {
  z-index: 1000;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
  margin-top: 24px;
  display: flex;
}

.x-request-card {
  color: var(--font);
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 12px;
  font-weight: 400;
  display: flex;
}

.x-request-card:hover {
  background-color: var(--body-bg);
}

.x-request-card.for-unfocus {
  opacity: .4;
}

.x-request-card.dropdown:hover {
  background-color: rgba(0, 0, 0, 0);
}

.x-request-card.for-left-justify {
  text-align: left;
}

.x-request-card.for-default-pointer {
  cursor: default;
}

.x-request-card.for-loader {
  width: 100%;
}

.x-request-card.for-loader:hover {
  background-color: rgba(0, 0, 0, 0);
}

.x-list-date {
  width: 64px;
}

.x-emphasis-label {
  text-align: left;
  white-space: normal;
  font-weight: 600;
  overflow: hidden;
}

.x-emphasis-label.for-large {
  white-space: normal;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.x-emphasis-label.for-med {
  font-size: 20px;
  font-weight: 700;
}

.x-emphasis-label.for-med.is-wrap {
  white-space: normal;
}

.x-emphasis-label.for-med.is-padding {
  margin-left: 10px;
  padding-left: 0;
}

.x-emphasis-label.for-med.is-padding.is-blue {
  color: var(--blue);
}

.x-emphasis-label.for-pricing {
  text-align: right;
}

.x-emphasis-label.for-pricing.is-total {
  font-size: 20px;
}

.x-emphasis-label.for-current {
  color: var(--dodger-blue);
}

.x-emphasis-label.for-xlarge {
  font-size: 40px;
  font-weight: 700;
  line-height: 64px;
}

.x-emphasis-label.for-goal {
  white-space: normal;
  padding-right: 24px;
}

.x-emphasis-label.for-goal.is-blue {
  color: var(--dodger-blue);
}

.x-emphasis-label.total-requested {
  font-weight: 700;
}

.x-emphasis-label.for-right-padding {
  margin-right: 10px;
}

.x-emphasis-label.for-margin-bot {
  margin-bottom: 8px;
}

.x-prog-block {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
}

.x-prog-block.for-bottom {
  margin-top: 8px;
}

.x-prog-block.for-ot {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.x-prog-base {
  height: 4px;
  background-color: var(--ghost-white);
  color: var(--body-bg);
  border-radius: 50px;
  flex: 1;
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.x-prog-filler {
  width: 50%;
  height: 100%;
  background-color: var(--inactive-grey);
  border-radius: 8px;
  transition: all .75s cubic-bezier(.86, 0, .07, 1);
  position: relative;
}

.x-prog-filler.for-approved {
  width: 50%;
  background-color: var(--medium-sea-green);
}

.x-prog-filler.for-approved.is-full {
  width: 100%;
}

.x-prog-filler.for-rejected {
  width: 100%;
  background-color: var(--red);
}

.x-prog-filler.for-onhold {
  width: 75%;
  background-color: #03a9f4;
}

.x-prog-filler.for-processed, .x-prog-filler.for-approved-basic {
  width: 100%;
  background-color: var(--medium-sea-green);
}

.x-prog-filler.for-unprocessed {
  width: 50%;
  background-color: var(--brand-orange);
}

.x-prog-label {
  width: 72px;
}

.x-prog-label.for-approved {
  color: var(--medium-sea-green);
  font-weight: 600;
}

.x-prog-label.for-rejected {
  color: var(--red);
}

.x-prog-label.for-onhold {
  color: #03a9f4;
}

.x-prog-label.for-unprocessed {
  color: var(--brand-orange);
}

.x-prog-label.for-approved-ongoing {
  color: var(--brand-orange);
  text-align: left;
}

.x-prog-label.for-completed, .x-prog-label.for-green {
  color: var(--medium-sea-green);
}

.x-prog-label.for-red {
  color: var(--red);
}

.x-request-val {
  color: var(--font);
  font-weight: 500;
}

.x-list-more {
  margin-left: -8px;
  margin-right: -8px;
}

.x-more-menu-block {
  align-items: center;
  display: flex;
  position: relative;
}

.x-more-menu-toggle {
  z-index: 110;
  color: var(--font);
  padding: 8px;
  font-family: Remix, sans-serif;
  font-size: 24px;
  display: block;
  position: relative;
}

.x-more-menu {
  z-index: 1000;
  min-width: 128px;
  background-color: var(--white);
  box-shadow: 0 4px 4px -2px var(--shadow), 0 4px 8px 0 rgba(51, 58, 72, .16);
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  border-radius: 8px;
  transition: all .35s cubic-bezier(.86, 0, .07, 1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  transform: scale(1);
}

.x-more-menu.for-hide {
  transform: scale(0);
}

.x-more-menu-list {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
}

.x-more-menu-link {
  color: var(--inactive-grey);
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.x-more-menu-link:hover {
  background-color: var(--body-bg);
  color: var(--font);
}

.x-list-empty {
  width: 100%;
  min-height: 240px;
  color: var(--inactive-grey);
  text-align: center;
  background-image: url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 0 0;
  background-size: 8px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 40px;
  font-weight: 700;
  display: flex;
}

.x-request-info {
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.x-request-info.for-padding {
  margin-right: 10px;
}

.x-request-info.for-smaller-txt {
  font-size: 14px;
  line-height: 16px;
}

.x-more-menu-overlay {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-sort-radio {
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
}

.x-sort-radio-button {
  width: 24px;
  height: 24px;
  border-color: var(--line-blue);
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.x-sort-radio-button.w--redirected-checked {
  border-width: 8px;
  border-color: var(--brand-orange);
}

.x-sort-radio-label {
  font-weight: 500;
}

.x-sheet-footer {
  flex: none;
  padding: 12px;
}

.x-input-date-range {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Start-Date End-Date"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 16px;
  padding-right: 16px;
}

.x-input-date-range-wrapper {
  align-items: center;
  display: flex;
}

.x-sheet-sep {
  width: 100%;
  height: 1px;
  background-color: var(--dark-line-blue);
  margin-top: 16px;
  margin-bottom: 16px;
}

.x-filter-chkbox {
  padding: 16px;
}

.x-filter-chkbox-button {
  width: 24px;
  height: 24px;
  border-color: var(--line-blue);
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.x-filter-chkbox-button.w--redirected-checked {
  border-width: 8px;
  border-color: var(--brand-orange);
  background-color: var(--white);
  background-image: none;
}

.x-filter-chkbox-label {
  font-weight: 500;
}

.x-data-row {
  margin-bottom: 24px;
  position: relative;
}

.x-data-row.for-width_50 {
  width: 50%;
}

.x-data-row.for-expense {
  flex: 1;
}

.x-data-label {
  color: var(--inactive-grey);
  letter-spacing: 2px;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
}

.x-data-val.for-emp {
  font-weight: 700;
}

.x-data-val.for-left {
  text-align: left;
}

.x-data-status {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.x-data-date {
  color: var(--inactive-grey);
  font-weight: 700;
  display: flex;
}

.x-data-date-day {
  color: var(--font);
  margin-right: 4px;
  font-size: 48px;
  line-height: 48px;
}

.x-data-status-val {
  border: 1px solid var(--inactive-grey);
  background-color: var(--white);
  color: var(--inactive-grey);
  flex: 0 auto;
  padding: 11px 24px;
  font-weight: 700;
}

.x-data-status-val.is-yellow {
  border-color: var(--gold);
  color: var(--gold);
}

.x-data-status-val.is-red {
  border-color: var(--red);
  color: var(--red);
}

.x-data-status-val.is-green {
  border-color: var(--medium-sea-green);
  color: var(--medium-sea-green);
}

.x-data-status-val.is-orange {
  border-color: var(--brand-orange);
  color: var(--brand-orange);
}

.x-data-prog-block {
  border: 1px solid var(--dark-line-blue);
  background-color: var(--white);
  color: var(--font);
  border-radius: 12px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px;
  display: flex;
}

.x-data-prog-block.for-hide {
  display: none;
}

.x-data-prog-row {
  flex: 1;
}

.x-prog-marker {
  z-index: 10;
  width: 96px;
  background-color: var(--font);
  text-align: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 8px 12px;
  position: absolute;
  top: -48px;
  right: 0;
  box-shadow: 0 3px 8px -2px rgba(33, 33, 33, .32);
}

.x-prog-marker.for-approved {
  width: 48px;
  background-color: var(--medium-sea-green);
}

.x-prog-marker.for-rejected {
  width: 48px;
  background-color: var(--red);
}

.x-prog-marker.for-onhold {
  background-color: var(--dodger-blue);
}

.x-prog-marker.for-unprocessed {
  width: 48px;
  background-color: var(--brand-orange);
}

.x-prog-triangle {
  width: 0;
  height: 0;
  border-right: 16px solid var(--font);
  border-bottom: 16px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: auto;
  bottom: -24%;
  left: auto;
  right: 0%;
}

.x-prog-triangle.for-approved {
  border-right-color: var(--medium-sea-green);
}

.x-prog-triangle.for-rejected {
  border-right-color: var(--red);
}

.x-prog-triangle.for-onhold {
  border-right-color: var(--dodger-blue);
}

.x-prog-triangle.for-unprocessed {
  border-right-color: var(--brand-orange);
}

.x-file-view-block {
  border: 1px solid var(--dark-line-blue);
  padding: 24px;
}

.x-file-list {
  margin-top: 0;
  margin-bottom: 0;
}

.x-file-item {
  padding-bottom: 8px;
}

.x-file-container {
  background-color: var(--white);
  box-shadow: 0 1px 3px 0 var(--shadow);
  grid-template-rows: auto;
  grid-template-columns: 1fr 40px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.x-file-thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.x-file-name {
  width: 360px;
  color: var(--font);
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  overflow: hidden;
}

.x-file-helper {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.x-page-tab-block {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.x-page-tab-block.for-manage {
  z-index: 2000;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.x-page-tab-nav {
  color: var(--inactive-grey);
  letter-spacing: 1px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  padding: 6px 16px;
  font-size: 12px;
}

.x-page-tab-nav.w--current, .x-page-tab-nav.for-current {
  background-color: var(--font);
  color: var(--white);
  border-radius: 24px;
}

.x-bubble-span {
  background-color: var(--red);
  color: var(--white);
  border-radius: 4px;
  margin-right: 2px;
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
}

.x-page-option-block {
  min-width: 480px;
}

.x-page-option-item {
  background-color: var(--white);
  box-shadow: 0 4px 24px 0 var(--shadow);
  color: var(--font);
  align-items: center;
  margin-bottom: 24px;
  font-size: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.x-page-option-img {
  width: 96px;
  height: 96px;
  border: 1px solid var(--line-blue);
}

.x-input-picker {
  background-color: var(--white);
  border-radius: 50px;
  align-items: center;
  margin-bottom: 12px;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 0;
  font-style: normal;
  display: block;
  position: relative;
}

.x-input-picker.for-day-block {
  border-radius: 4px;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 8px;
}

.x-input-picker-label {
  width: 100%;
  background-color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.x-input-picker-label.for-emoji {
  width: 80px;
  font-size: 32px;
  line-height: 32px;
}

.x-input-picker-button {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-color: var(--button-hover);
  cursor: pointer;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-input-picker-button.w--redirected-checked {
  border-width: 2px;
  border-color: var(--dodger-blue);
  color: var(--brand-orange);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(30, 110, 230, .64);
}

.x-input-picker-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.x-input-section {
  border-bottom: 1px solid var(--dark-line-blue);
  margin-bottom: 24px;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
}

.x-input-section.for-allowance {
  border-bottom-width: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.x-input-day-block {
  border: 1px solid var(--line-blue);
  box-shadow: 4px 4px 16px 0 var(--shadow);
  margin-top: 8px;
  margin-bottom: 16px;
}

.x-input-day-col {
  width: 80px;
  border-right: 1px solid var(--line-blue);
  flex: none;
}

.x-input-day-view {
  flex: 1;
  padding: 12px;
}

.x-input-day-plan {
  border-bottom: 1px solid var(--line-blue);
  background-image: url('../images/stripe_1stripe.png');
  background-position: 0 0;
  background-size: 8px;
  padding: 12px;
}

.x-input-day-actual {
  padding: 12px;
}

.x-input-day-list {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -4px;
  margin-left: -4px;
  margin-right: -4px;
  padding-left: 0;
  display: flex;
}

.x-input-day-item {
  width: 33.333%;
  flex: none;
  padding-left: 4px;
  padding-right: 4px;
}

.x-input-day-opt {
  border-top: 1px solid var(--line-blue);
  justify-content: flex-end;
  align-items: center;
  padding: 12px;
  display: flex;
}

.x-input-leg-block {
  position: relative;
}

.x-leg-list {
  z-index: 10;
  margin-top: -12px;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 0;
  position: relative;
}

.x-leg-item {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.x-leg-container {
  border-left: 3px solid var(--dodger-blue);
  box-shadow: 0 4px 12px 0 var(--shadow);
  align-items: flex-start;
  padding: 12px 12px 12px 40px;
  display: flex;
}

.x-leg-col {
  flex: 1;
  margin-right: 12px;
  overflow: hidden;
}

.x-leg-opt, .x-leg-loc {
  align-items: center;
  display: flex;
}

.x-leg-loc-line {
  width: 1px;
  height: 6px;
  background-color: var(--brand-orange);
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: 7px;
}

.x-leg-date {
  align-items: center;
  display: flex;
}

.x-truncate-text {
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
}

.x-input-sheet {
  box-shadow: 3px 3px 12px 0 var(--shadow);
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 24px;
}

.x-data-loc-view-block {
  margin-bottom: 24px;
}

.x-link {
  color: var(--dodger-blue);
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.x-link.for-reset {
  justify-content: flex-end;
  margin-left: 10px;
  margin-right: 10px;
}

.x-link.for-adm-doc {
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.x-link.for-adm-doc:hover {
  color: var(--font);
}

.x-data-type {
  box-shadow: 0 4px 8px 0 var(--shadow);
  align-items: center;
  padding-right: 8px;
  font-weight: 500;
  display: flex;
}

.x-data-type-img {
  width: 48px;
  height: 48px;
  margin-right: 8px;
}

.x-range-date-view-block {
  margin-bottom: 24px;
  position: relative;
}

.x-chip {
  border: 1px solid var(--dark-line-blue);
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--shadow);
  flex: none;
  align-items: center;
  padding-right: 8px;
  display: flex;
}

.x-chip.for-disabled {
  box-shadow: none;
  color: var(--line-blue);
  background-image: url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 50%;
  background-size: 8px;
}

.x-chip-day {
  width: 40px;
  height: 40px;
  border-right: 1px solid var(--dark-line-blue);
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  padding: 6px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.x-chip-val {
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
}

.x-chip-year {
  font-size: 12px;
  line-height: 12px;
}

.x-range-date-block.for-right {
  text-align: right;
}

.x-range-date-val {
  border: 1px solid var(--font);
  border-radius: 50px;
  padding: 6px 16px;
}

.x-approver-block {
  position: relative;
}

.x-approver-list {
  margin-bottom: 0;
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  display: flex;
}

.x-approver-item {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.x-approver-link {
  text-align: center;
  display: block;
  position: relative;
}

.x-inline-block {
  display: inline-block;
  position: relative;
}

.x-emp-bar {
  border: 1px solid var(--line-blue);
  background-color: var(--body-bg);
  color: var(--inactive-grey);
  border-radius: 4px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 500;
  display: flex;
}

.x-emp-bar.for-green {
  background-color: var(--medium-sea-green);
  box-shadow: 2px 2px 8px 0 var(--medium-sea-green);
  color: var(--white);
  border-color: #2e7d32;
}

.x-input-action-row {
  z-index: 1000;
  margin-top: 0;
  transition: all .5s cubic-bezier(.86, 0, .07, 1);
  position: relative;
  bottom: 12px;
}

.x-input-action-sheet {
  border: 1px solid var(--red);
  background-color: var(--white);
  margin-bottom: 12px;
  padding: 12px;
  display: none;
  box-shadow: 2px 2px 8px rgba(230, 15, 15, .64);
}

.hr-center-wrapper {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hr-center-container {
  width: 100%;
  max-width: 400px;
  padding: 16px;
}

.x-lv-balance-block {
  min-height: 560px;
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  border-radius: 8px;
  padding: 24px 24px 48px;
  position: relative;
}

.x-lv-view-block {
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  border-radius: 8px;
  flex: 1;
  padding: 24px;
}

.x-footer-bar {
  color: var(--inactive-grey);
  margin-top: 24px;
  margin-bottom: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  position: relative;
}

.x-footer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.x-footer-opt {
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.x-footer-link {
  color: var(--inactive-grey);
  margin-left: 8px;
  margin-right: 8px;
  font-weight: 500;
}

.x-lv-leave-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--line-blue);
  grid-template-rows: auto;
  grid-template-columns: 128px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
  position: relative;
}

.x-lv-leave-list-wrapper {
  flex: 1;
  margin-left: 24px;
}

.x-lv-leave-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 0;
  display: grid;
}

.x-lv-leave-container {
  border: 1px solid var(--button-hover);
  border-radius: 16px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.x-lv-leave-container.for-empty {
  background-image: url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 0 0;
  background-size: 8px;
}

.x-lv-leave-container.for-loader {
  height: 82px;
  background-image: linear-gradient(to right, var(--line-blue), var(--body-bg) 50%, var(--line-blue));
  border-style: none;
}

.x-lv-leave-contact {
  flex: 1;
  margin-left: 16px;
}

.x-lv-leave-counter {
  color: var(--inactive-grey);
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.x-lv-balance-wrapper {
  position: relative;
}

.x-lv-balance-wrapper.for-loader {
  z-index: 1;
  width: 100%;
  background-color: var(--white);
  position: absolute;
  top: -5px;
}

.x-lv-balance-row {
  margin-bottom: 24px;
}

.x-lv-balance-type {
  width: 56px;
  height: 40px;
  background-color: var(--button-hover);
  box-shadow: 0 3px 8px 0 var(--shadow);
  color: var(--white);
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.x-lv-balance-type.for-al {
  background-color: #2196f3;
}

.x-lv-balance-type.for-mc {
  background-color: #e91e63;
}

.x-lv-balance-type.for-hl {
  background-color: #9c27b0;
}

.x-lv-balance-type.for-x {
  background-color: #37474f;
}

.x-lv-balance-type.for-ul {
  background-color: #00897b;
}

.x-lv-balance-type.for-rl {
  background-color: #00bcd4;
}

.x-lv-balance-type.for-sp {
  background-color: var(--brand-orange);
  color: var(--white);
}

.x-lv-balance-type.for-small {
  width: 40px;
  height: 24px;
  margin-right: 8px;
  font-size: 12px;
}

.x-lv-balance-type.for-small.is-al {
  background-color: #1976d2;
}

.x-lv-balance-type.for-small.is-gl {
  background-color: #e91e63;
}

.x-lv-balance-type.for-small.is-el {
  background-color: #00bcd4;
}

.x-lv-balance-type.for-small.is-rc {
  background-color: #ff9800;
}

.x-lv-balance-type.for-small.is-sl {
  background-color: #4caf50;
}

.x-lv-dot-list {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 0;
  display: flex;
}

.x-lv-dot-item {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
}

.x-lv-dot-indicator {
  width: 4px;
  height: 4px;
  background-color: var(--line-blue);
  border-radius: 4px;
}

.x-lv-dot-indicator.for-active {
  background-color: var(--medium-sea-green);
}

.x-lv-balance-label {
  margin-bottom: 4px;
  font-weight: 600;
}

.x-cal-view-block {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.x-cal-header {
  width: 100%;
  max-width: 640px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.x-cal-wrapper {
  border-top: 1px solid var(--dark-line-blue);
  flex: 1;
  overflow: auto;
}

.x-cal-opt {
  border-top: 1px solid var(--dark-line-blue);
  padding: 16px 24px;
}

.x-cal-type {
  position: relative;
}

.x-cal-type-link {
  color: var(--font);
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.x-cal-type-link:hover {
  background-color: var(--ghost-white);
}

.x-cal-type-list {
  z-index: 100;
  max-height: 400px;
  background-color: var(--white);
  box-shadow: 0 2px 6px 0 var(--shadow), 0 6px 24px 0 var(--shadow);
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  display: none;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 50%;
  right: auto;
  overflow: auto;
  transform: translate(-50%);
}

.x-cal-type-item.for-current {
  background-color: var(--body-bg);
}

.x-cal-container {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.x-cal-date-header {
  width: 100%;
  max-width: 640px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 14.285% 14.285% 14.285% 14.285% 14.285% 14.285% 14.285%;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.x-cal-day-label {
  padding-top: 4px;
  padding-bottom: 4px;
}

.x-cal-date-list {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.x-cal-date-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

.x-cal-date-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 0 0;
  background-size: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 14.285%) 14.285% 14.285% 14.285% 14.285% 14.285% 14.285%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.x-cal-date-label {
  height: 72px;
  background-color: var(--white);
  color: var(--font);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
  position: relative;
}

.x-cal-date-label:hover {
  background-color: var(--body-bg);
}

.x-cal-date-label.for-empty {
  background-color: rgba(0, 0, 0, 0);
}

.x-cal-date-label.for-checked {
  background-color: var(--brand-orange);
  color: var(--white);
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .72);
  font-weight: 700;
}

.x-cal-date-label.for-checked.is-al {
  background-color: #2196f3;
}

.x-cal-date-label.for-checked.is-mc {
  background-color: #e91e63;
}

.x-cal-date-label.for-checked.ic-hl {
  background-color: #9c27b0;
}

.x-cal-date-label.for-checked.is-rl {
  background-color: #00bcd4;
}

.x-cal-date-label.for-checked.is-ul {
  background-color: #00897b;
}

.x-cal-date-label.for-checked.is-x {
  background-color: #37474f;
}

.x-cal-month {
  text-align: center;
  padding: 4px 12px;
  font-weight: 700;
}

.x-cal-month.for-extend {
  border-bottom: 1px solid var(--dark-line-blue);
  padding-top: 8px;
  padding-bottom: 8px;
}

.x-cal-opt-range {
  align-items: center;
  display: flex;
}

.x-cal-date-today {
  z-index: 0;
  border: 1px solid var(--dodger-blue);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-approval-item {
  padding-left: 16px;
  position: relative;
}

.x-approval-container {
  justify-content: space-between;
  padding: 12px 16px;
  display: flex;
}

.x-approval-point {
  width: 12px;
  height: 12px;
  background-color: var(--line-blue);
  border-radius: 50px;
  position: absolute;
  top: 34px;
  left: 12px;
}

.x-approval-label {
  font-weight: 700;
}

.x-lv-count-block {
  margin-top: 16px;
}

.x-lv-count-row {
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.x-lv-count-row.for-rc {
  color: var(--dodger-blue);
}

.x-lv-count-row.nested {
  padding-left: 25px;
}

.x-lv-duration-list {
  margin-top: -8px;
  margin-bottom: 0;
}

.x-lv-duration-item {
  border-bottom: 1px solid var(--dark-line-blue);
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.x-lv-duration-container {
  justify-content: space-between;
  align-items: center;
  padding-left: 56px;
  display: flex;
}

.x-lv-duration-container.for-rc {
  color: var(--dodger-blue);
}

.x-lv-duration-opt {
  align-items: center;
  display: flex;
}

.x-input-duration {
  width: 56px;
  border: 1px solid var(--white);
  color: var(--inactive-grey);
  text-align: center;
  margin-bottom: 0;
  padding: 8px 8px 4px;
  font-weight: 500;
  position: relative;
}

.x-input-duration.for-checked {
  border-color: var(--brand-orange);
  color: var(--font);
  box-shadow: 0 2px 4px rgba(248, 156, 28, .64);
}

.x-input-hide {
  margin-left: 0;
  display: none;
  position: absolute;
  left: -16px;
}

.x-input-duration-label {
  width: 100%;
  margin-bottom: 0;
}

.x-input-duration-day {
  width: 24px;
  height: 24px;
  background-color: var(--line-blue);
  border-radius: 24px;
  margin-bottom: -4px;
  display: inline-block;
  overflow: hidden;
}

.x-input-duration-day-fill {
  width: 100%;
  height: 50%;
  background-color: var(--brand-orange);
}

.x-input-duration-day-fill.for-pm {
  margin-top: 50%;
}

.x-input-duration-day-fill.for-full {
  height: 100%;
}

.x-request-day {
  min-width: 88px;
  background-color: var(--line-blue);
  color: var(--font);
  text-align: center;
  flex: none;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  display: block;
}

.x-request-day.for-stats {
  background-color: var(--brand-orange);
  color: var(--white);
  text-align: center;
}

.x-request-day.for-stats.is-closed {
  background-color: var(--dodger-blue);
}

.x-request-day.for-pink {
  background-color: var(--red);
  color: var(--white);
}

.x-request-day.for-green {
  background-color: var(--medium-sea-green);
  color: var(--white);
}

.x-request-day.for-yellow {
  background-color: var(--gold);
  color: var(--font);
}

.x-request-day.for-red {
  background-color: var(--red);
  color: var(--white);
}

.x-request-day.for-orange {
  background-color: var(--brand-orange);
  color: var(--white);
}

.x-request-day.for-grey {
  color: var(--font);
}

.x-request-day.for-date {
  min-height: 20px;
  min-width: 0;
  border: 1px solid var(--line-blue);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  flex: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}

.x-request-day.for-blue {
  background-color: var(--dodger-blue);
  color: var(--white);
}

.x-request-day.for-full-width {
  width: 100%;
}

.x-request-day.for-margin-bot {
  margin-bottom: 4px;
}

.x-lv-request-block {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 64px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  margin-bottom: 12px;
  display: grid;
}

.x-lv-request-block.for-leaves-calendar {
  grid-template-rows: auto auto;
  grid-template-columns: 210px;
}

.x-lv-request-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(64px, 76px));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.x-lv-request-day {
  border: 1px solid var(--line-blue);
  background-color: var(--ghost-white);
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.x-sub-app-nav-block {
  display: none;
}

.x-input-toggle {
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  position: relative;
}

.x-input-toggle.for-setting {
  margin-top: -5px;
}

.x-input-toggle-label {
  width: 56px;
  height: 32px;
  border: 1px solid var(--line-blue);
  background-color: var(--button-hover);
  border-radius: 24px;
  margin-bottom: 0;
  transition: all .35s cubic-bezier(.86, 0, .07, 1);
  display: block;
  position: relative;
}

.x-input-toggle-button {
  display: none;
}

.x-parking-claim-block, .x-toll-claim-block {
  margin-top: 12px;
  display: none;
}

.x-trip-data-row {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  display: grid;
}

.x-trip-data-row.for-total {
  border-top: 1px solid var(--dark-line-blue);
  grid-template-columns: 1.5fr 1fr;
  padding-top: 12px;
}

.x-trip-rate {
  border: 1px solid var(--dark-line-blue);
  background-color: var(--body-bg);
  text-align: center;
  padding: 4px 8px;
}

.x-trip-claim-list {
  margin-bottom: 16px;
  padding-left: 0;
}

.x-trip-claim-item {
  margin-bottom: 16px;
  position: relative;
}

.x-trip-claim-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: var(--dark-line-blue) var(--dark-line-blue) var(--dark-line-blue) var(--gold);
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 12px 16px 12px 40px;
  display: grid;
}

.x-lv-balance-day {
  flex: none;
  padding-left: 72px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.x-accordion-block.for-data-block {
  border-bottom: 1px solid var(--dark-line-blue);
  margin-top: 12px;
  margin-left: -40px;
  margin-right: -40px;
}

.x-accordion-row {
  border-top: 1px solid var(--dark-line-blue);
}

.x-accordion-toggle {
  color: var(--font);
  background-image: url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 0 0;
  background-size: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  font-size: 20px;
  display: flex;
}

.x-accordion-content {
  margin-top: 16px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.x-empty-label {
  width: 64px;
  height: 20px;
  background-image: url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 0 0;
  background-size: 8px;
  margin-bottom: 4px;
  margin-left: auto;
}

.x-empty-label.for-40 {
  width: 96px;
  height: 36px;
}

.x-empty-label.for-20 {
  height: 16px;
}

.x-account-picker-container {
  z-index: 10;
  background-color: var(--white);
  align-items: center;
  padding: 16px;
  display: flex;
  position: relative;
}

.x-account-picker-list {
  margin-bottom: 0;
}

.x-nav-account-menu {
  z-index: 8;
  width: 320px;
  border: 1px solid var(--dark-line-blue);
  background-color: var(--white);
  perspective-origin: 100% 0;
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 100% 0;
  transform-style: preserve-3d;
  border-radius: 8px;
  padding-top: 52px;
  transition: all .5s cubic-bezier(.86, 0, .07, 1);
  position: fixed;
  top: 8px;
  right: 190px;
  box-shadow: 0 4px 24px rgba(51, 58, 72, .24);
}

.x-nav-account-menu.for-hide {
  box-shadow: none;
  transform: scale(0);
}

.x-nav-account-close {
  padding: 4px 8px;
  display: block;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: 8px;
  right: auto;
}

.x-nav-account-container {
  text-align: center;
  padding: 16px;
}

.x-action-modal {
  z-index: 9000;
  min-height: 320px;
  box-shadow: 0 4px 32px 0 var(--shadow);
  background-color: rgba(255, 255, 255, .64);
  justify-content: center;
  align-items: center;
  transition: all .5s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.x-action-modal.for-hide {
  top: 0%;
  transform: translate(0, -100%);
}

.x-action-modal-wrapper {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
}

.x-action-modal-text {
  margin-top: 24px;
}

.x-action-modal-overlay {
  z-index: 8000;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-preinput-block {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  background-color: #fff0dc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  padding: 24px;
  display: grid;
}

.x-info-block {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  border-left: 4px solid var(--gold);
  background-color: var(--body-bg);
  color: #474747;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 8px;
  font-size: 14px;
  display: grid;
  overflow: hidden;
}

.x-case-current-block {
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  display: flex;
}

.x-case-current-figure {
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.x-case-current-card {
  z-index: 10;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: var(--dark-line-blue) var(--dark-line-blue) var(--dark-line-blue) var(--button-hover);
  background-color: var(--white);
  grid-template: "Status Status"
                 "Date Days"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -24px;
  padding: 24px;
  display: grid;
  position: relative;
}

.x-case-current-card-stats {
  background-color: var(--brand-orange);
  color: var(--white);
  padding: 8px 12px;
  font-size: 20px;
  font-weight: 700;
}

.x-case-current-card-day {
  text-align: right;
}

.x-case-current-card-shadow {
  width: 128px;
  height: 12px;
  background-color: var(--font);
  opacity: .32;
  filter: blur(5px);
  border-radius: 100%;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%);
}

.x-date-list-block {
  margin-top: 16px;
  display: block;
}

.x-date-list-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--dark-line-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 40px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 24px;
  display: grid;
}

.x-nav-link {
  color: var(--font);
  align-items: center;
  padding: 8px;
  font-size: 20px;
  display: flex;
}

.x-nav-link:hover {
  color: var(--brand-orange);
}

.x-manage-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
}

.x-manage-wrapper.for-edit {
  max-width: 660px;
  display: block;
}

.x-manage-container {
  background-color: var(--white);
  border-radius: 16px;
  padding: 32px;
}

.x-manage-container.for-center {
  text-align: center;
}

.x-manage-account-block {
  border-bottom: 1px solid var(--line-blue);
  padding-bottom: 16px;
}

.x-manage-group {
  padding-bottom: 24px;
}

.x-manage-group.for-border {
  border-top: 1px solid var(--line-blue);
  padding-top: 12px;
}

.x-manage-row {
  min-height: 68px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Label Data Control"
  / 160px 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-left: -32px;
  margin-right: -32px;
  padding: 12px 32px;
  display: grid;
}

.x-manage-row:hover {
  background-color: var(--ghost-white);
}

.x-manage-row.for-setting {
  border-bottom: 1px solid var(--line-blue);
  grid-template-columns: 240px 1fr 56px;
  align-items: start;
  padding-top: 16px;
  padding-bottom: 16px;
}

.x-manage-row.for-setting.is-last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.x-manage-row.for-placeholder.for-align-top {
  align-items: start;
}

.x-manage-row.for-placeholder.for-align-top.is-fixed-grid {
  grid-template-columns: 160px 1fr auto;
}

.x-manage-row.for-border {
  border-bottom: 1px solid var(--inactive-grey);
}

.x-manage-row.for-fixed-grid {
  grid-template-columns: 160px 1fr auto;
  align-items: start;
}

.x-manage-avatar {
  align-items: center;
  display: flex;
}

.x-manage-h2 {
  color: var(--brand-orange);
  margin-bottom: 24px;
}

.x-manage-h2.for-padding {
  margin-bottom: 0;
}

.x-commentary-block {
  margin-top: 40px;
}

.x-commentary-list {
  margin-bottom: 0;
  padding-left: 0;
}

.x-commentary-item {
  margin-bottom: 12px;
}

.x-commentary-container {
  border: 1px solid var(--dark-line-blue);
  padding: 12px;
}

.x-dot-sep {
  margin-left: 8px;
  margin-right: 8px;
}

.x-manage-h1 {
  margin-bottom: 0;
  font-weight: 500;
}

.x-manage-h1.for-center {
  text-align: center;
}

.x-back-nav {
  color: var(--font);
  margin-right: 16px;
  padding: 8px;
  font-family: Remix, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.x-input-opt {
  border-right: 1px solid var(--line-blue);
  flex-wrap: wrap;
  margin-top: 12px;
  display: flex;
}

.x-input-radio-opt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.x-input-radio-opt-button {
  margin-left: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.x-input-radio-opt-label {
  width: 100%;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--line-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 36px;
  padding-bottom: 8px;
  font-weight: 500;
}

.x-checkbox-group {
  margin-top: 16px;
  margin-bottom: 16px;
}

.x-manage-p.for-solo {
  margin-bottom: 0;
}

.x-noti-menu {
  z-index: 12;
  width: 400px;
  border: 1px solid var(--dark-line-blue);
  background-color: var(--white);
  box-shadow: 0 8px 12px 0 var(--line-blue);
  perspective-origin: 100% 0;
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 100% 0;
  transform-style: preserve-3d;
  border-radius: 8px;
  padding-top: 48px;
  transition: all .5s cubic-bezier(.86, 0, .07, 1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.x-noti-menu.for-hide {
  transform: scale(0);
}

.x-noti-menu-opt {
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.x-noti-menu-title {
  padding-left: 24px;
  padding-right: 24px;
}

.x-noti-menu-overlay {
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-noti-menu-container {
  max-height: 480px;
  overflow: auto;
}

.x-list-condense {
  z-index: 10;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.x-list-condense-range {
  color: var(--line-blue);
  font-size: 32px;
}

.x-lv-extra-block {
  margin-bottom: 16px;
}

.x-cal-special-sheet {
  z-index: 100;
  min-height: 50vh;
  background-color: var(--white);
  flex-direction: column;
  transition: all .75s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.x-cal-special-sheet.for-hide {
  transform: translate(0, 100%);
}

.x-cal-special-menu {
  width: 100%;
  max-width: 640px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
}

.x-cal-special-overlay {
  z-index: 90;
  background-color: rgba(51, 58, 72, .64);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-input-radio {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.x-input-radio-button {
  width: 24px;
  height: 24px;
  border-width: 2px;
  border-color: var(--line-blue);
  box-shadow: -3px -3px 4px 0 rgba(255, 255, 255, .88), 3px 3px 4px 0 var(--shadow);
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.x-input-radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  box-shadow: 0 2px 4px rgba(33, 150, 243, .64), inset 0 0 0 4px #e7f1ff;
}

.x-input-radio-label {
  color: var(--font);
  letter-spacing: 1px;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}

.x-input-radio-label.for-emoji {
  font-size: 24px;
}

.x-doc-item {
  margin-top: 16px;
  margin-bottom: 16px;
  position: relative;
}

.x-doc-item.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.x-doc-link {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--ghost-white);
  color: var(--font);
  border-radius: 8px;
  grid-template: "Doc-Icon Doc-Name Doc-Type Doc-Size Doc-Opt"
  / 40px 1fr 128px 128px 40px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 16px;
  font-weight: 500;
  display: grid;
  position: relative;
}

.x-doc-link:hover {
  background-color: var(--button-hover);
}

.x-doc-link.for-folder {
  box-shadow: inset 0 0 0 1px var(--brand-orange);
  background-color: #fff6ea;
}

.x-doc-link.for-folder:hover {
  box-shadow: inset 0 0 0 1px var(--font);
}

.x-doc-link.for-form {
  background-color: #b2ebf2;
}

.x-doc-link.for-form:hover {
  box-shadow: inset 0 0 0 1px #000;
}

.x-doc-label.header {
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
}

.x-target-user {
  border: 1px solid var(--dark-line-blue);
  color: var(--font);
  border-radius: 12px;
  align-items: center;
  padding: 16px;
  display: flex;
}

.x-balloon {
  background-color: var(--red);
  color: var(--white);
  border-radius: 24px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  position: absolute;
  top: 4px;
  bottom: auto;
  left: auto;
  right: 4px;
}

.x-goal-block {
  position: relative;
}

.x-goal-list {
  z-index: 10;
  margin-bottom: 16px;
  position: relative;
}

.x-goal-item {
  position: relative;
}

.x-goal-item.for-action {
  border-bottom: 1px solid var(--line-blue);
  padding-top: 12px;
  padding-bottom: 12px;
}

.x-goal-link {
  border-bottom: 1px solid var(--line-blue);
  color: var(--font);
  justify-content: space-between;
  align-items: center;
  padding: 16px 12px;
  font-weight: 400;
  display: flex;
}

.x-goal-link:hover {
  color: var(--font);
}

.x-goal-link.for-current {
  background-color: var(--ghost-white);
  color: var(--font);
}

.x-goal-link.for-done {
  color: var(--line-blue);
}

.text-block {
  justify-content: space-between;
  display: flex;
}

.x-goal-indicator {
  width: 24px;
  height: 24px;
  background-color: var(--line-blue);
  color: var(--font);
  border-radius: 48px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-family: Remix, sans-serif;
  font-weight: 400;
  display: flex;
}

.x-breadcrumb-block {
  z-index: 100;
  background-color: rgba(255, 255, 255, .8);
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 68px;
}

.x-breadcrumb-back {
  color: var(--inactive-grey);
  padding: 8px;
  font-family: Remix, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.x-breadcrumb-back:hover {
  color: var(--font);
}

.x-breadcrumb-nav {
  align-items: center;
  margin-left: 16px;
  display: flex;
}

.x-breadcrumb-link {
  color: var(--inactive-grey);
  padding: 8px;
}

.x-breadcrumb-link:hover {
  background-color: var(--button-hover);
  color: var(--font);
}

.x-breadcrumb-link.w--current {
  color: var(--dodger-blue);
}

.x-breadcrumb-sep {
  color: var(--inactive-grey);
  margin-left: 4px;
  margin-right: 4px;
  font-size: 24px;
  font-weight: 300;
}

.x-breadcrumb-group, .x-breadcrumb-search {
  align-items: center;
  display: flex;
  position: relative;
}

.x-rsc-item {
  background-color: var(--ghost-white);
  margin-top: 16px;
  margin-bottom: 16px;
}

.x-rsc-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--font);
  grid-template-rows: auto;
  grid-template-columns: 48px 1fr 40px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 16px;
  display: grid;
}

.x-rsc-thumb {
  width: 48px;
  height: 48px;
  background-color: var(--button-hover);
  object-fit: cover;
}

.x-news-highlight-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 48px;
}

.x-news-highlight-grid.hide {
  display: none;
}

.x-news-thumb {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: all .5s cubic-bezier(.86, 0, .07, 1);
  display: block;
  box-shadow: 0 16px 24px -8px rgba(51, 58, 72, .24);
}

.x-news-thumb:hover {
  box-shadow: 0 24px 24px -12px rgba(51, 58, 72, .4);
}

.x-news-thumb.for-small {
  height: 220px;
}

.x-news-thumb.for-border-radius {
  max-height: 483.75px;
  max-width: 860px;
  border-radius: 10px;
}

.x-news-link {
  color: #5a5a5a;
}

.x-news-link:hover {
  color: var(--font);
}

.x-news-link.align {
  align-items: flex-end;
}

.x-news-link.block {
  width: 100%;
  height: 100%;
  color: #5a5a5a;
  margin-left: 0;
  padding: 25px;
  transition: all .2s;
}

.x-news-link.block:hover {
  filter: brightness(80%);
  color: var(--font);
}

.x-news-link.block.odd {
  border-left: 1px solid var(--line-blue);
}

.x-news-link.block._2 {
  border-left: 1px #000;
}

.x-news-lead {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.x-news-spec {
  align-items: center;
  display: flex;
}

.x-news-grid-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.x-news-grid-item {
  height: 450px;
  border-top: 1px solid var(--line-blue);
  transition: all .2s;
}

.x-news-grid-item:hover {
  background-color: var(--ghost-white);
}

.x-news-grid-item.larger {
  height: 450px;
  max-width: none;
  border-top: 1px solid var(--line-blue);
  border-left: 1px none var(--line-blue);
  color: #5a5a5a;
  padding: 0;
  transition: all .5s;
}

.x-news-grid-item.larger:hover {
  background-color: var(--body-bg);
  color: var(--font);
}

.x-news-grid-item.larger.left {
  border-left-width: 0;
}

.x-news-grid-item.larger._2, .x-news-grid-item.larger._4, .x-news-grid-item.larger._6 {
  border-left-style: solid;
}

.x-news-grid-item.for-middle {
  border-right: 1px solid var(--line-blue);
  border-left: 1px solid var(--line-blue);
}

.x-news-grid-container.long {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.x-news-grid-data {
  margin-top: 16px;
}

.x-news-grid-data.expand {
  flex: 1;
}

.x-news-grid-title {
  font-size: 22px;
  line-height: 28px;
}

.x-news-view-wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.x-news-view-body {
  margin-top: 32px;
  margin-bottom: 32px;
}

.x-news-view-h1 {
  margin-top: 32px;
}

.x-news-view-h1.low-margin {
  margin-bottom: 5px;
}

.x-news-view-richtext {
  padding: 40px 80px;
  font-size: 18px;
  line-height: 30px;
}

.x-news-view-richtext ul, .x-news-view-richtext ol {
  margin-bottom: 24px;
}

.x-news-view-richtext figure {
  margin-top: 24px;
  margin-bottom: 24px;
}

.x-hz-sep {
  width: 100%;
  height: 1px;
  background-color: var(--line-blue);
  margin-top: 24px;
  margin-bottom: 24px;
}

.x-skit-item {
  margin-bottom: 16px;
}

.x-skit-container {
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  display: flex;
}

.x-skit-link {
  color: var(--font);
  flex: 1;
  align-items: center;
  padding: 16px;
  display: flex;
}

.x-skit-link:hover {
  background-color: var(--body-bg);
}

.x-skit-opt {
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: relative;
}

.x-skit-thumb {
  width: 64px;
  height: 64px;
  border: 1px solid var(--line-blue);
  background-image: url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 0 0;
  background-size: 8px;
  margin-right: 16px;
  display: block;
}

.x-skit-thumb.for-details {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
  margin-right: 0;
}

.x-breadcrumb-opt {
  color: var(--inactive-grey);
  padding: 8px;
  font-family: Remix, sans-serif;
  font-size: 24px;
}

.x-breadcrumb-opt.for-fav {
  color: var(--gold);
}

.x-list-control {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--font);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.x-nav-bg {
  z-index: -1;
  background-color: rgba(255, 255, 255, .88);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-auto-list-block {
  z-index: 1000;
  background-color: var(--white);
  text-align: left;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: none;
  position: absolute;
  top: 48px;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 4px 16px rgba(51, 58, 72, .16);
}

.x-auto-list-block.for-toggle-up {
  display: none;
  top: auto;
  bottom: 76px;
}

.x-auto-list {
  margin-bottom: 0;
  padding-left: 0;
}

.x-auto-item {
  margin-top: 8px;
  margin-bottom: 8px;
}

.x-auto-link {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  color: var(--inactive-grey);
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr;
  grid-auto-columns: 1fr;
  padding: 8px;
  display: grid;
}

.x-auto-link:hover {
  background-color: var(--body-bg);
  color: var(--font);
}

.x-manage-row-group {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--line-blue);
  margin-bottom: -1px;
  margin-left: -32px;
  margin-right: -32px;
  padding: 16px 32px;
}

.x-manage-row-opt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px dashed var(--brand-orange);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  display: grid;
}

.x-noscroll {
  overflow: hidden;
}

.x-embed-cal {
  width: 100%;
  height: 100%;
  padding-top: 64px;
}

.x-embed-cal.for-width {
  width: 98%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.x-input-req-chip {
  z-index: 12;
  width: 8px;
  height: 8px;
  background-color: #e57373;
  border-radius: 4px;
  position: absolute;
  top: -2px;
  bottom: auto;
  left: -2px;
  right: auto;
}

.x-input-req-chip.for-legend {
  margin-right: 6px;
  position: static;
}

.x-input-legend {
  color: var(--inactive-grey);
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  display: flex;
  position: relative;
}

.x-embed-cal-menu {
  border-bottom: 1px solid var(--dark-line-blue);
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.x-embed-cal-menu.for-width {
  width: 98%;
  margin-left: 17px;
}

.x-embed-cal-nav {
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.x-embed-cal-nav-button {
  border: 1px solid var(--dark-line-blue);
  color: var(--inactive-grey);
  letter-spacing: 1px;
  white-space: nowrap;
  border-radius: 24px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 8px 16px;
  font-size: 14px;
}

.x-embed-cal-nav-button:hover {
  border-color: var(--font);
}

.x-embed-cal-nav-button.w--current {
  background-color: var(--font);
  color: var(--white);
  border-radius: 24px;
}

.x-embed-cal-nav-button.for-current {
  border-color: var(--font);
  background-color: var(--font);
  color: var(--white);
  border-radius: 24px;
}

.x-embed-cal-nav-button.for-icon {
  padding-left: 8px;
  padding-right: 8px;
  font-family: Remix, sans-serif;
  font-size: 24px;
}

.x-cat-type-val {
  text-align: right;
  margin-left: 64px;
  font-size: 14px;
  font-weight: 500;
}

.x-cal-type-toggle {
  min-width: 360px;
  background-color: var(--body-bg);
  color: var(--font);
  white-space: nowrap;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 12px 16px;
  display: flex;
  position: relative;
}

.x-cal-type-toggle.for-mini {
  min-width: 240px;
  margin-bottom: 0;
  padding: 8px 12px;
}

.x-leave-balance-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.x-leave-balance-card {
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-radius: 12px;
  padding: 32px;
}

.x-leave-balance-card.for-utilization {
  background-color: #e66e6e;
}

.x-leave-balance-card.for-effectivebalance {
  background-color: var(--brand-orange);
}

.x-leave-balance-card.for-limitpercycle {
  background-color: var(--font);
}

.x-leave-balance-picker {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.x-leave-balance-row {
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.x-leave-balance-val {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.x-leave-balance-h2 {
  opacity: .64;
  margin-bottom: 10px;
  font-size: 24px;
}

.x-center-body {
  max-width: 800px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.x-checkln-block {
  width: 100%;
  max-width: 640px;
}

.x-checkin-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.x-checkin-item {
  background-color: var(--white);
  box-shadow: 0 2px 4px -2px var(--shadow), 0 4px 12px 0 var(--shadow);
  border-radius: 12px;
  align-items: stretch;
  display: flex;
  position: relative;
}

.x-checkin-info {
  color: var(--font);
  flex: 1;
  padding: 24px;
}

.x-checkin-action {
  border-left: 1px dashed var(--line-blue);
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.x-checkin-label {
  text-shadow: 0 2px 4px rgba(51, 58, 72, .24);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.x-checkin-q-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  display: grid;
}

.x-checkin-q-item {
  padding-left: 40px;
  position: relative;
}

.x-checkin-q-text {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.x-people-list-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 40px);
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.x-checkin-date-entry {
  border-bottom: 1px solid var(--line-blue);
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}

.x-checkin-q-editor {
  min-height: 240px;
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  margin-bottom: 24px;
}

.x-checkin-user-emp {
  align-items: center;
  display: flex;
}

.x-checkin-user-emp-opt {
  flex: 1;
}

.x-checkin-day-sep {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.x-center-label {
  text-align: center;
  margin-bottom: 16px;
}

.x-checkin-sep {
  width: 100%;
  height: 1px;
  background-color: var(--line-blue);
  position: absolute;
}

.x-checkin-sep-label {
  z-index: 1;
  background-color: var(--white);
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.x-checkin-user-list {
  margin-bottom: 0;
}

.x-checkin-user-item {
  margin-bottom: 24px;
}

.x-checkin-user-link {
  color: var(--font);
  display: flex;
}

.x-checkin-user-data {
  flex: 1;
}

.x-checkin-a-list {
  margin-bottom: 0;
  font-weight: 400;
}

.x-checkin-a-item {
  margin-top: 8px;
  margin-bottom: 8px;
}

.x-checkin-a-text {
  color: var(--dodger-blue);
  font-weight: 500;
}

.x-checkin-a-richtext {
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  margin-top: 8px;
  padding: 16px;
}

.x-content-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.x-sso-action {
  border-top: 1px solid var(--line-blue);
  text-align: center;
  margin-top: 40px;
}

.x-sso-button {
  border: 1px solid var(--dark-line-blue);
  background-color: var(--white);
  color: var(--font);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 12px 24px;
  display: flex;
}

.x-sso-button-img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.x-sso-label {
  background-color: var(--white);
  color: var(--inactive-grey);
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
  position: relative;
  top: -12px;
}

.x-tcal-date-range {
  z-index: 100;
  background-color: #fafafa;
  flex: none;
}

.x-tcal-mth-list {
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.x-tcal-event-user {
  position: relative;
}

.x-tcal-day-list {
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.x-tcal-date-opt {
  align-items: center;
  display: flex;
}

.x-tcal-day-toggle {
  width: 64px;
  color: rgba(33, 33, 33, .32);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.x-tcal-day-toggle.for-today {
  opacity: 1;
  color: var(--font);
}

.x-tcal-day-toggle.for-current {
  opacity: 1;
  color: #fff;
  background-color: #212121;
}

.x-tcal-event-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 24px;
  padding-left: 0;
  display: grid;
}

.x-tcal-mth-item {
  align-items: stretch;
  display: flex;
}

.x-tcal-scroller {
  overflow: auto;
}

.x-tcal-body {
  flex: 1;
  overflow: auto;
}

.x-tcal-date-header {
  border-bottom: 1px solid #dce8ee;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: flex;
}

.x-tcal-date-button {
  color: #212121;
  padding: 12px 16px;
  font-weight: 700;
}

.x-tcal-day-val {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.x-tcal-day-activity-spot {
  width: 5px;
  height: 5px;
  background-color: #a3a3a3;
  border-radius: 8px;
  margin-left: 2px;
  margin-right: 2px;
  box-shadow: 0 1px 3px rgba(33, 33, 33, .24);
}

.x-tcal-day-activity-spot.for-sl {
  background-color: #4caf50;
}

.x-tcal-day-activity-spot.for-el {
  background-color: #00bcd4;
}

.x-tcal-day-activity-spot.for-mc {
  background-color: #f06292;
}

.x-tcal-day-activity-spot.for-rc {
  background-color: #ff9800;
}

.x-tcal-day-activity-spot.for-gl {
  background-color: #e91e63;
}

.x-tcal-day-activity-spot.for-al {
  background-color: #1976d2;
}

.x-tcal-event-type {
  width: 28px;
  color: #fff;
  background-color: #212121;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 4px;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.x-tcal-event-type.for-mc {
  background-color: #f06292;
}

.x-tcal-event-type.for-el {
  background-color: #00bcd4;
}

.x-tcal-event-type.for-al {
  background-color: #1976d2;
}

.x-tcal-event-type.for-sl {
  background-color: #4caf50;
}

.x-tcal-event-type.for-rc {
  background-color: #ff9800;
}

.x-tcal-event-type.for-gl {
  background-color: #e91e63;
}

.x-tcal-mth-sep {
  border-left: 1px solid #dce8ee;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 500;
  display: flex;
}

.x-tcal-event-link {
  color: #212121;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.x-label {
  color: #a3a3a3;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
}

.x-label.mb-0 {
  color: #797979;
  margin-bottom: 0;
  font-weight: 600;
}

.x-label.for-review {
  color: var(--medium-sea-green);
}

.x-tcal-day-activity {
  justify-content: center;
  align-items: center;
  display: flex;
}

.x-tcal-event-item {
  border: 1px solid #dce8ee;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.x-tcal-day-label {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
}

.x-tcal-event-block {
  padding: 24px;
}

.x-tcal-block {
  height: 100%;
  border-radius: 24px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.x-tcal-sidebar {
  z-index: 1000;
  width: 480px;
  height: 100%;
  background-color: var(--white);
  box-shadow: -8px 0 24px 0 var(--shadow);
  padding-top: 68px;
  transition: all .35s cubic-bezier(.86, 0, .07, 1);
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0);
}

.x-tcal-sidebar.for-hide {
  box-shadow: none;
  transform: translate(100%);
}

.x-sidebar-close {
  color: var(--inactive-grey);
  padding: 8px;
  font-family: Remix, sans-serif;
  font-size: 24px;
  display: block;
  position: absolute;
  top: 14px;
  right: 16px;
}

.x-sidebar-close:hover {
  color: var(--red);
}

.no-scroll {
  overflow: hidden;
}

.x-category-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.x-category-link {
  width: 32%;
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, .14);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding-top: 32%;
  padding-bottom: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.x-category-link:active {
  background-color: #f6f6f6;
}

.x-category-link.inactive {
  opacity: 1;
  position: relative;
}

.x-category-box {
  flex-direction: column;
  align-items: center;
  margin-top: -100%;
  display: flex;
}

.x-category-img {
  height: 90px;
  margin-bottom: 12px;
}

.x-category-text {
  max-width: 160px;
  color: #404040;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.x-insur-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.x-insur-item {
  background-color: var(--white);
  box-shadow: 0 2px 4px -2px var(--shadow), 0 4px 12px 0 var(--shadow);
  border-radius: 12px;
  align-items: stretch;
  display: flex;
  position: relative;
}

.x-insur-item-info {
  color: var(--font);
  flex: 1;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
}

.x-insur-data {
  flex: 1;
  margin-left: 24px;
}

.x-insur-thumb {
  width: 72px;
  height: 72px;
  display: block;
}

.x-insur-action {
  color: var(--font);
  flex: none;
  padding: 24px;
  display: flex;
}

.x-insur-item-link {
  z-index: 10;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-insur-data-row {
  margin-bottom: 8px;
}

.x-insur-button {
  background-color: var(--body-bg);
  border-radius: 50px;
  padding: 4px 13px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.x-empty-img {
  width: 120px;
  margin-bottom: 16px;
}

.x-insur-intro {
  align-items: flex-start;
  display: flex;
}

.x-insur-intro-data {
  flex: 1;
  margin-left: 24px;
}

.x-insur-info-block {
  background-color: var(--dodger-blue);
  border-radius: 12px;
  margin-top: 24px;
  padding: 4px;
  box-shadow: 0 4px 8px rgba(30, 110, 230, .4), 0 8px 16px -4px rgba(30, 110, 230, .64);
}

.x-insur-info-container {
  background-color: var(--white);
  border-radius: 8px;
  padding: 16px;
}

.x-insur-info-title {
  color: var(--white);
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
}

.x-stepper-block {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 16px;
  display: flex;
}

.x-stepper-item {
  width: 32px;
  height: 32px;
  background-color: var(--ghost-white);
  color: var(--inactive-grey);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.x-stepper-item.for-current {
  background-color: var(--font);
  color: var(--ghost-white);
}

.x-contact-summary {
  text-align: center;
}

.x-insur-amount {
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 16px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.x-dashboard-grid {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 0;
  display: grid;
}

.x-dashboard-grid.for-time-tracking {
  grid-template-rows: auto auto auto;
}

.x-page-header {
  position: relative;
}

.x-dashboard-body.checklist-hidden {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.x-dashboard-aside.hidden {
  display: none;
}

.x-checklist-block {
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  border-radius: 8px;
  padding: 24px 24px 48px;
  position: relative;
}

.x-block-h2 {
  margin-bottom: 0;
}

.x-block-h2.ml-2 {
  margin-left: 12px;
}

.x-block-action {
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.x-block-action.for-center {
  justify-content: center;
}

.x-block-action.for-static {
  position: static;
}

.x-page-header-container {
  min-height: 46px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.x-page-header-container.review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.x-page-h1 {
  margin-bottom: 0;
}

.x-dashboard-block {
  min-height: 430px;
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  border-radius: 8px;
  padding: 24px 24px 48px;
  position: relative;
}

.x-dashboard-block.performance {
  border-style: none;
  padding: 0;
}

.x-dashboard-block.for-org-chart {
  padding: 0;
}

.x-dashboard-block.pad-top-bot-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.x-dashboard-block.column-span-6 {
  grid-column: span 6;
}

.x-dashboard-block.for-hide {
  display: none;
}

.x-dashboard-block.pad-top-bot-0 {
  padding-top: 14px;
  padding-bottom: 0;
}

.x-page-subnav {
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
  position: relative;
}

.x-page-subnav-link {
  border-bottom: 2px solid var(--white);
  color: var(--inactive-grey);
  letter-spacing: 1px;
  padding: 12px 16px;
  font-size: 14px;
}

.x-page-subnav-link.w--current {
  border-bottom-style: none;
  border-bottom-color: var(--brand-orange);
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.x-page-subnav-link.current {
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.x-list-item-col {
  flex: 1;
  margin-right: 16px;
}

.x-item-history {
  color: var(--inactive-grey);
  margin-left: 12px;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.x-pagi-link {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  color: var(--inactive-grey);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
}

.x-pagi-link:hover {
  border-color: var(--font);
  color: var(--font);
}

.x-pagi-link.for-nav {
  font-family: Remix, sans-serif;
  font-size: 20px;
}

.x-pagi-link.for-current {
  border-color: var(--font);
  background-color: var(--font);
  color: var(--white);
}

.x-pagi-container {
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
}

.x-pagi-container.for-docs {
  margin-top: 48px;
}

.x-pop-modal {
  z-index: 9000;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  transition: all .35s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.x-pop-modal.for-hide {
  display: none;
  transform: scale(0);
}

.x-pop-modal.backup, .x-pop-modal.for-custom-clock-in.for-hide {
  display: none;
}

.x-pop-modal-container {
  z-index: 5;
  width: 720px;
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  margin-top: 40px;
  position: relative;
  box-shadow: 0 8px 24px rgba(51, 58, 72, .64);
}

.x-pop-modal-container.clock-in-log {
  max-height: 1000px;
}

.x-pop-modal-container.customclockin {
  overflow: hidden;
}

.x-modal-header {
  border-bottom: 1px solid var(--line-blue);
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 32px;
  display: flex;
}

.x-modal-header.for-pop-up {
  text-align: center;
  border-bottom-style: none;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding: 24px 0 12px;
  font-size: 18px;
}

.x-modal-body {
  max-height: 480px;
  text-align: center;
  padding: 24px 32px;
  overflow: auto;
}

.x-modal-body.for-pop-up {
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.x-modal-body.for-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

.x-modal-h3 {
  margin-bottom: 0;
}

.x-modal-h3.for-ot-claim {
  text-align: center;
  margin-top: 35px;
  font-size: 20px;
}

.x-modal-h3.for-padding {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
}

.x-modal-h3.for-description {
  font-size: 14px;
  font-weight: 400;
}

.x-modal-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.x-modal-footer {
  border-top: 1px solid var(--line-blue);
  padding: 16px 32px;
}

.x-loader {
  z-index: 9999;
  background-color: rgba(33, 33, 33, .64);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-loader.for-hide {
  display: none;
}

.x-people-search-block {
  flex: 1;
  position: relative;
}

.x-people-sep {
  width: 32px;
  height: 1px;
  background-color: var(--line-blue);
}

.x-nav-search-toggle {
  color: var(--font);
  padding: 8px;
  font-family: Remix, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
}

.x-people-search-list {
  z-index: 100;
  max-height: 400px;
  background-color: var(--white);
  box-shadow: 0 6px 24px 0 var(--shadow), 0 2px 6px 0 var(--shadow);
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  overflow: auto;
}

.x-people-search-link {
  color: var(--font);
  align-items: center;
  padding: 12px;
  display: flex;
}

.x-people-search-link:hover {
  background-color: var(--ghost-white);
}

.x-legend-block {
  position: relative;
}

.x-legend-menu {
  z-index: 10;
  background-color: var(--white);
  box-shadow: 1px 1px 3px 0 var(--shadow), 0 3px 8px 0 var(--shadow);
  perspective-origin: 100% 0;
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 100% 0;
  color: var(--inactive-grey);
  white-space: nowrap;
  transform-style: preserve-3d;
  border-radius: 8px;
  padding: 8px 16px 16px;
  transition: all .35s cubic-bezier(.86, 0, .07, 1);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.x-legend-menu.for-hide {
  transform: scale(0);
}

.x-legend-list {
  margin-bottom: -12px;
}

.x-legend-item {
  margin-bottom: 12px;
}

.x-legend-label {
  color: var(--font);
  margin-bottom: 24px;
  font-size: 12px;
  font-weight: 600;
}

.xf-upform {
  max-width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.xf-upform-header {
  min-height: 480px;
  background-image: url('../images/stripe_1stripe.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 128px;
  margin-bottom: 32vh;
  padding: 56px;
  display: flex;
}

.xf-upform-main {
  margin-bottom: 0;
  padding-left: 56px;
}

.xf-upform-footer {
  padding-bottom: 64vh;
  padding-left: 56px;
}

.xf-input-block {
  opacity: .24;
  padding-top: 8vh;
  padding-bottom: 8vh;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
}

.xf-input-block.for-active {
  opacity: 1;
  position: relative;
}

.xf-input-control.for-flex {
  flex-wrap: wrap;
  display: flex;
}

.xf-label {
  color: var(--font);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.x-key-span {
  border: 1px solid var(--line-blue);
  background-color: var(--ghost-white);
  border-radius: 4px;
  margin-right: 4px;
  padding: 4px 6px;
  font-weight: 600;
  display: inline-block;
}

.xf-cat-span {
  border: 1px solid var(--line-blue);
  color: var(--inactive-grey);
  border-radius: 4px;
  margin-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.xf-upform-logo {
  height: 128px;
  background-color: var(--white);
  flex: none;
  margin-bottom: 64px;
  padding: 11px;
  display: block;
}

.xf-header {
  z-index: 1000;
  border-bottom: 1px solid var(--line-blue);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.xf-header-logo {
  height: 24px;
  flex: none;
  display: block;
}

.xf-message {
  width: 100%;
  height: 100vh;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.x-login-opt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.x-login-opt-button {
  border: 1px solid var(--dark-line-blue);
  color: var(--font);
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
  position: relative;
}

.x-login-opt-button.for-emp {
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: var(--white);
}

.x-login-opt-label {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.x-exp-group-block {
  border: 1px solid var(--dodger-blue);
  border-radius: 8px;
  padding: 16px;
}

.x-exp-group-list {
  margin-bottom: 16px;
}

.x-exp-group-item {
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  box-shadow: 0 1px 3px 0 var(--shadow), 0 4px 8px 0 var(--shadow);
  border-radius: 12px;
  margin-bottom: 12px;
  padding: 12px 12px 12px 48px;
  position: relative;
}

.x-exp-group-container {
  align-items: center;
  display: flex;
}

.x-exp-group-select {
  flex: 1;
  position: relative;
}

.x-exp-group-type {
  width: 140px;
  text-align: center;
  border-radius: 8px;
  flex: none;
  padding: 12px 16px;
  font-weight: 600;
}

.x-exp-group-spec {
  flex: 1;
  align-items: center;
  display: flex;
}

.x-exp-group-label {
  flex: 1;
  overflow: hidden;
}

.x-exp-group-label.for-right-align {
  text-align: right;
}

.x-exp-group-label.for-right-align.for-padding-right {
  padding-right: 10px;
}

.x-exp-group-label.for-small-text {
  color: var(--inactive-grey);
  font-size: 13px;
  line-height: 21px;
}

.x-exp-group-opt {
  display: flex;
}

.x-exp-group-data {
  padding-top: 24px;
  padding-bottom: 128px;
}

.x-exp-group-total {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.x-nav-account-link {
  background-color: var(--line-blue);
  color: var(--font);
  border-radius: 24px;
  align-items: center;
  padding-right: 4px;
  display: flex;
}

.x-nav-account-link:hover {
  background-color: var(--button-hover);
}

.x-pa-block {
  z-index: 5000;
  width: 100%;
  background-color: var(--dodger-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-pa-block:hover {
  color: var(--white);
  background-color: #2979f2;
  box-shadow: 0 0 0 4px rgba(30, 110, 230, .64);
}

.x-pa-block.for-dp {
  background-color: var(--dark-orchid);
}

.x-clock-block {
  max-height: 640px;
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 24px 24px 48px;
  display: flex;
  position: relative;
}

.x-clock-block.max-h-0 {
  padding-bottom: 48px;
}

.x-clock-container {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 32px 40px;
  display: flex;
}

.x-clock-thumb {
  width: 160px;
  margin-bottom: 16px;
}

.x-clock-slider {
  border: 1px solid var(--line-blue);
  background-color: var(--body-bg);
  border-radius: 12px;
  position: relative;
}

.x-clock-slider-container {
  z-index: 1;
  height: 58px;
  position: relative;
}

.x-clock-slider-label {
  z-index: 0;
  color: var(--inactive-grey);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.x-clock-opt {
  display: none;
}

.x-clock-counter {
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 64px;
  display: none;
}

.x-clock-review-opt {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.x-clock-review-link {
  color: var(--inactive-grey);
  display: block;
}

.x-clock-review-link:hover {
  background-color: var(--ghost-white);
}

.x-clock-review-info {
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.x-clock-review-info.for-gap {
  color: var(--inactive-grey);
  background-image: url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
}

.x-dd-block {
  margin-left: 0;
  margin-right: 0;
}

.x-dd-toggle {
  border: 1px solid var(--line-blue);
  padding: 12px 40px 12px 16px;
}

.x-dd-list.w--open {
  background-color: var(--white);
  box-shadow: 0 1px 3px 0 var(--shadow), 0 4px 8px 0 var(--shadow);
}

.x-clock-review-month {
  border: 1px solid var(--line-blue);
  flex: 1;
}

.x-date-list {
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.x-date-list-item {
  flex: 1;
}

.x-date-item-link {
  height: 48px;
  color: var(--inactive-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.x-date-item-link.for-current {
  background-color: var(--brand-orange);
  color: var(--white);
}

.x-dd-icon {
  margin-right: 16px;
}

.x-clock-review-data {
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.x-clock-review-container {
  margin-left: -24px;
  margin-right: -24px;
}

.x-clock-review-day {
  width: 88px;
  height: 32px;
  background-color: var(--medium-sea-green);
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  font-size: 12px;
  display: flex;
}

.x-clock-review-day.for-weekend {
  background-color: var(--line-blue);
}

.x-clock-review-prog-block {
  width: 180px;
  height: 32px;
  background-color: var(--ghost-white);
  border-radius: 8px;
  align-items: center;
  display: flex;
}

.x-clock-review-prog-block.for-modal {
  width: 100%;
  margin-bottom: 24px;
}

.x-clock-review-prog-bar {
  width: 40%;
  height: 100%;
  background-color: var(--dodger-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.x-clock-review-prog-bar.for-break {
  width: 20%;
  min-width: 32px;
  background-color: var(--brand-orange);
}

.x-list-item-thumb {
  width: 48px;
  height: 48px;
  border: 1px solid var(--line-blue);
  background-color: var(--body-bg);
  border-radius: 4px;
  margin-right: 16px;
  padding: 8px;
  display: block;
}

.x-clock-session-list {
  margin-bottom: 0;
}

.x-clock-session-item {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--line-blue);
  margin-bottom: 24px;
}

.x-clock-session-time {
  border-top: 1px solid var(--line-blue);
  background-color: var(--body-bg);
  padding: 12px 16px;
}

.x-clock-custom-block {
  border: 1px solid var(--line-blue);
  background-image: url('../images/8x8-stripe_18x8-stripe.png');
  background-position: 0 0;
  background-size: 8px;
  border-radius: 16px;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.x-clock-custom-sep {
  background-color: var(--body-bg);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  display: flex;
}

.x-form-checker {
  max-width: 560px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.x-pa-bubble {
  z-index: 10;
  width: 24px;
  height: 24px;
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -4px;
  left: -4px;
  right: auto;
  box-shadow: 0 2px 6px rgba(30, 110, 230, .64);
}

.x-pa-bubble:hover {
  background-color: var(--font);
  color: var(--white);
}

.x-pa-bubble.for-dp {
  background-color: var(--dark-orchid);
}

.x-pa-bubble.for-dp:hover {
  background-color: var(--font);
}

.x-approval-span {
  color: var(--medium-sea-green);
  margin-left: 6px;
}

.x-approval-span.for-rejected {
  color: var(--red);
}

.x-approval-span.for-unprocessed {
  color: var(--brand-orange);
}

.x-approval-title {
  background-color: var(--ghost-white);
  text-align: center;
  border-radius: 24px;
  margin-bottom: 24px;
  padding: 12px 24px;
  font-weight: 700;
}

.x-type-span {
  background-color: var(--dodger-blue);
  color: var(--white);
  margin-left: 6px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 12px;
  display: inline-block;
}

.x-grouped-request-block {
  margin-bottom: 40px;
}

.x-link-block {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-pa-span {
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 8px;
  margin-right: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
}

.x-pa-span.for-dp {
  background-color: var(--dark-orchid);
}

.x-exp-accordion {
  border-left: 2px solid var(--line-blue);
  margin-top: 12px;
  padding-left: 16px;
  display: none;
}

.x-no-perm-block {
  min-height: 320px;
  border: 1px solid var(--line-blue);
  text-align: center;
  background-image: url('../images/stripe_1stripe.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 48px;
  display: flex;
}

.x-no-perm-img {
  margin-bottom: 12px;
  position: relative;
}

.x-doc-small-label {
  color: var(--dodger-blue);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.x-mgr-block {
  color: var(--dodger-blue);
  align-items: center;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.x-mgr-span {
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 4px;
  margin-right: 6px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  line-height: 18px;
}

.x-module-picker {
  z-index: 0;
  border-bottom: 1px solid var(--line-blue);
  padding-bottom: 8px;
  display: none;
  position: relative;
}

.x-module-picker-list {
  margin-bottom: 0;
  padding-left: 48px;
}

.x-module-picker-item {
  position: relative;
}

.x-module-picker-link {
  background-color: var(--body-bg);
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 16px;
  padding: 12px 16px;
  display: flex;
}

.x-clock-tag {
  color: #206eb1;
  background-color: #e1effe;
  border-radius: 8px;
  margin-left: 12px;
  padding: 4px 12px;
  font-weight: 600;
  overflow: hidden;
}

.x-clock-tag.for-time {
  margin-left: 0;
  font-size: 12px;
}

.x-clock-proj {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.x-app-whitelabel {
  width: auto;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 35%;
  right: auto;
  transform: translate(-50%);
}

.x-input-upload {
  z-index: 11;
  width: 48px;
  height: 48px;
  border: 1px solid var(--inactive-grey);
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  padding-left: 0;
  padding-right: 0;
  font-family: Remix, sans-serif;
  font-size: 1.7em;
  line-height: 1em;
  position: absolute;
  top: 26%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.x-input-upload:hover {
  background-color: #eaeaea;
}

.x-input-attachment-container {
  border: 1px solid var(--line-blue);
}

.x-input-container.attach {
  border-bottom-left-radius: 0;
}

.x-leave-subtitle {
  font-weight: 700;
}

.x-leave-breakdown {
  padding-left: 50px;
}

.x-utilized-breakdown {
  display: none;
}

.x-leave-subtitle-day {
  font-weight: 700;
  position: relative;
}

.x-leave-subtitle-wrap {
  display: flex;
}

.x-leave-arrow {
  text-align: center;
  font-family: Remix, sans-serif;
  font-size: 18px;
}

.x-leave-arrow-div {
  color: var(--white);
  margin-right: 5px;
  padding-left: 4px;
  padding-right: 4px;
}

.x-leave-arrow-div:hover {
  color: var(--white);
  background-color: rgba(255, 255, 255, .2);
  border-radius: 6px;
}

.x-leave-arrow-div:active {
  background-color: rgba(255, 255, 255, .5);
}

.text-block-2 {
  padding: 5px;
}

.x-leave-question {
  margin-right: 12px;
  font-family: Remix, sans-serif;
}

.x-leave-effective-bal-wrap {
  display: flex;
}

.x-leave-top-group {
  justify-content: space-between;
  padding-top: 10px;
  line-height: 22px;
  display: flex;
}

.x-leave-bot-group {
  justify-content: space-between;
  padding-bottom: 10px;
  line-height: 22px;
  display: flex;
}

.text-block-3 {
  line-height: 24px;
}

.for-hide {
  display: none;
}

.x-apprai-row {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--line-blue);
  color: var(--font);
  background-color: #fff;
  border-radius: 8px;
  grid-template: "."
  / .5fr .5fr .25fr minmax(40px, 40px);
  grid-auto-columns: .75fr;
  align-items: center;
  padding: 16px;
  font-weight: 500;
  transition: border-color .2s ease-out;
  display: grid;
  position: relative;
}

.x-apprai-row:hover {
  background-color: var(--body-bg);
}

.x-apprai-row.for-folder {
  box-shadow: inset 0 0 0 1px var(--brand-orange);
  background-color: #fff6ea;
}

.x-apprai-row.for-folder:hover {
  box-shadow: inset 0 0 0 1px var(--font);
}

.x-apprai-row.for-form {
  background-color: #b2ebf2;
}

.x-apprai-row.for-form:hover {
  box-shadow: inset 0 0 0 1px #000;
}

.x-apprai-row.selected {
  border-color: var(--dodger-blue);
}

.x-apprai-row.header {
  background-color: var(--body-bg);
  border-style: none;
  padding-top: 16px;
  padding-bottom: 16px;
}

.x-apprai-row.header.expenses {
  grid-template-columns: .25fr .75fr .25fr .25fr .25fr .25fr;
}

.x-apprai-row.header.workflows {
  grid-template-columns: .25fr .75fr .25fr minmax(40px, 118px);
}

.x-apprai-row.expenses {
  grid-template-columns: .25fr .75fr .25fr .25fr .25fr .25fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.x-apprai-row.expenses.border-bot {
  border-style: none none solid;
  border-radius: 0;
}

.x-apprai-row.expenses.border-bot.last {
  border-bottom-style: none;
}

.x-apprai-row.workflows {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  grid-template-columns: .25fr .75fr .25fr minmax(40px, 118px);
}

.x-apprai-row.workflows.last {
  border-bottom-style: none;
}

.x-goal-container {
  display: block;
}

.x-review-status-bar {
  border: 1px none var(--line-blue);
  background-color: #fff;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.x-goal-row {
  color: var(--font);
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 12px 24px;
  font-weight: 400;
  display: flex;
}

.x-goal-row:hover {
  background-color: var(--body-bg);
}

.x-goal-row.for-unfocus {
  opacity: .4;
}

.x-goal-row.for-no-hover:hover {
  background-color: rgba(0, 0, 0, 0);
}

.x-progress-bar {
  width: 100%;
  height: 14px;
  background-color: var(--button-hover);
  border-radius: 12px;
  line-height: 18px;
  overflow: hidden;
}

.x-progress {
  width: 60%;
  height: 14px;
  background-color: var(--gold);
  border-radius: 12px;
}

.x-progress.full {
  width: 100%;
  background-color: var(--medium-sea-green);
}

.x-progress.none {
  width: 0%;
}

.x-progress.for-green {
  background-color: var(--medium-sea-green);
}

.x-progress-text {
  color: var(--font);
  margin-right: 8px;
  font-weight: 700;
}

.x-goal-p {
  margin-bottom: 0;
}

.x-review-grid-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.x-goal-content-container {
  display: block;
}

.x-review-p {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.x-review-stepper {
  width: 32px;
  height: 32px;
  background-color: var(--dodger-blue);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  padding: 8px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.x-review-form-row {
  margin-top: 34px;
}

.x-input-answer {
  border: 1px solid var(--dark-line-blue);
  background-color: var(--body-bg);
  border-radius: 8px;
  padding: 16px;
}

.x-input-answer.dropdown {
  margin-bottom: 16px;
  display: inline-block;
}

.x-input-answer.evaluation {
  border-color: var(--medium-sea-green);
  background-color: #f4fff4;
  margin-top: -14px;
}

.review-heading {
  margin-bottom: 0;
}

.x-arrow-accordion {
  width: 35px;
  border-radius: 6px;
  font-family: Remix, sans-serif;
  font-size: 30px;
  line-height: 38px;
}

.x-accordion-wrapper-list {
  justify-content: space-between;
  align-items: flex-start;
  padding: 7px 12px;
  display: flex;
}

.x-accordion-wrapper {
  background-color: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.x-evaluate-row {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--line-blue);
  color: var(--font);
  background-color: #fff;
  border-radius: 8px;
  grid-template: "."
  / 1fr minmax(120px, .25fr) minmax(40px, 40px);
  grid-auto-columns: .75fr;
  align-items: center;
  padding: 16px;
  font-weight: 500;
  transition: border-color .2s ease-out;
  display: grid;
  position: relative;
}

.x-evaluate-row:hover {
  background-color: var(--body-bg);
}

.x-evaluate-row.for-folder {
  box-shadow: inset 0 0 0 1px var(--brand-orange);
  background-color: #fff6ea;
}

.x-evaluate-row.for-folder:hover {
  box-shadow: inset 0 0 0 1px var(--font);
}

.x-evaluate-row.for-form {
  background-color: #b2ebf2;
}

.x-evaluate-row.for-form:hover {
  box-shadow: inset 0 0 0 1px #000;
}

.x-evaluate-row.selected {
  border-color: var(--dodger-blue);
}

.x-evaluate-row.header {
  background-color: var(--body-bg);
  border-style: none;
  padding-top: 16px;
  padding-bottom: 16px;
}

.x-evaluate-employee-block {
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  margin-bottom: 18px;
  padding: 24px;
}

.form-block {
  margin-bottom: 0;
  display: inline-block;
}

.x-list-details {
  display: block;
}

.x-input-picker-2 {
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  margin-bottom: 12px;
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 0;
  display: block;
  position: relative;
}

.x-input-picker-button-2 {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-width: 1px;
  border-color: #e8eaed;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-input-picker-button-2.w--redirected-checked {
  color: #f89c1c;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-width: 2px;
  border-color: #1e6ee6;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(30, 110, 230, .64);
}

.x-input-picker-button-2.w--redirected-focus {
  box-shadow: none;
}

.x-modal-header-2 {
  border-bottom: 1px solid #d7dae1;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 32px;
  display: flex;
}

.x-input-label-2 {
  z-index: 12;
  color: #a6a6a6;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.86, 0, .07, 1);
  position: absolute;
  top: -12px;
  left: 8px;
}

.x-input-label-2.for-idle {
  z-index: 2;
  color: #212121;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  top: 12px;
  left: 0;
}

.x-input-label-2.for-idle.team {
  z-index: 0;
}

.x-input-label-2.for-uploader {
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  left: 0;
}

.x-pop-modal-container-2 {
  width: 720px;
  background-color: #fff;
  border: 1px solid #d7dae1;
  margin-top: 40px;
  box-shadow: 0 8px 24px rgba(51, 58, 72, .64);
}

.x-modal-footer-2 {
  border-top: 1px solid #d7dae1;
  padding: 16px 32px;
}

.x-input-picker-label-2 {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
}

.x-sheet-close-button-2 {
  color: #212121;
  padding: 8px;
  font-family: Remix, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.x-sheet-close-button-2:hover {
  color: #e60f0f;
}

.x-block-label-2 {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
}

.x-block-label-2.for-edit {
  color: #212121;
  margin-bottom: 24px;
  font-weight: 700;
}

.x-input-text-2 {
  height: 48px;
  background-color: rgba(255, 255, 255, .64);
  border: 1px solid #d7dae1;
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.x-input-text-2:focus {
  border-width: 1px 1px 2px;
  border-color: #1e6ee6;
}

.x-input-text-2::-ms-input-placeholder {
  font-size: 18px;
}

.x-input-text-2::placeholder {
  font-size: 18px;
}

.x-input-text-2.team {
  width: 100%;
}

.x-button-2 {
  min-width: 96px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #212121;
  border: 1px solid #212121;
  border-radius: 40px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 10px 24px;
  font-size: 12px;
  font-weight: 700;
}

.x-button-2:hover {
  color: #fff;
}

.x-button-2.for-secondary {
  color: #212121;
  background-color: rgba(255, 255, 255, .48);
}

.x-button-2.for-secondary:hover {
  background-color: #fff;
}

.x-button-2.orange {
  border-style: none;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
}

.x-button-2.orange:hover {
  background-color: var(--brand-orange);
  border-style: none;
}

.x-avatar-wrap.flex {
  justify-content: space-between;
  display: flex;
}

.x-avatar-wrap.flex.for-vertical {
  max-width: 300px;
  flex-direction: column;
}

.link-block {
  width: 100%;
  background-color: rgba(255, 255, 255, .64);
  position: relative;
}

.x-team-select-dropdown {
  z-index: 12;
  margin-top: -24px;
  display: none;
  position: relative;
}

.x-team-list {
  width: 100%;
  background-color: var(--body-bg);
  text-align: left;
  padding-left: 12px;
  font-size: 18px;
  line-height: 30px;
  list-style-type: none;
  display: none;
  position: absolute;
}

.x-menu-link-wrap {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.faizul-btn {
  background-color: var(--dark-orchid);
  border-radius: 12px;
}

.x-news-thumb-small {
  width: 100%;
  height: 100%;
  max-height: 241.88px;
  max-width: 350px;
  min-height: 241.88px;
  object-fit: cover;
  border-radius: 10px;
  transition: all .2s cubic-bezier(.86, 0, .07, 1);
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.x-news-thumb-small.for-small {
  height: 220px;
}

.x-news-grid-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.x-news-header {
  width: 100%;
  height: 100%;
  max-height: 393.75px;
  max-width: 700px;
  min-height: 393.75px;
  min-width: 700px;
  object-fit: cover;
  border-radius: 10px;
  transition: all .5s cubic-bezier(.86, 0, .07, 1);
  display: block;
}

.x-news-header.for-small {
  height: 220px;
}

.x-news-thumb-copy {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: all .5s cubic-bezier(.86, 0, .07, 1);
  display: block;
  box-shadow: 0 16px 24px -8px rgba(51, 58, 72, .24);
}

.x-news-thumb-copy:hover {
  box-shadow: 0 24px 24px -12px rgba(51, 58, 72, .4);
}

.x-news-thumb-copy.for-small {
  height: 220px;
}

.x-news-list-name {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.heading {
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 28px;
  line-height: 40px;
}

.contain {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.slider {
  height: 470px;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 25px;
  display: none;
  overflow: hidden;
}

.slide {
  background-color: var(--dodger-blue);
  border-radius: 10px;
  margin-right: 40px;
}

.text-block-4 {
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-nav {
  display: none;
}

.arrow {
  width: 60px;
  height: 60px;
  border: 1px solid var(--inactive-grey);
  color: var(--font);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  font-family: Remix, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
}

.arrow:hover {
  border: 2px none var(--brand-orange);
  background-color: var(--brand-orange);
  color: var(--white);
}

.arrow.left {
  margin-right: 76px;
  font-size: 40px;
  line-height: 40px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mask {
  width: 608px;
  height: 342px;
  overflow: visible;
}

.text-block-5.pseudo {
  color: var(--inactive-grey);
}

.block-link {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, var(--font), rgba(255, 255, 255, 0) 73%), url('../images/1200x675.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 100%;
  background-attachment: scroll, scroll;
  border-radius: 10px;
  transition: all .5s;
  display: block;
}

.block-link:hover {
  background-size: auto, auto 110%;
}

.left-arrow-pseudo {
  width: 60px;
  height: 60px;
  border: 1px solid var(--inactive-grey);
  color: var(--inactive-grey);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  margin-right: 75px;
  font-family: Remix, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.new-tag {
  background-color: var(--brand-orange);
  color: var(--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 3px 10px;
  display: flex;
  position: absolute;
}

.text-block-7 {
  font-weight: 400;
}

.right-arrow-pseudo {
  width: 60px;
  height: 60px;
  border: 1px solid var(--inactive-grey);
  color: var(--inactive-grey);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  margin-right: 0;
  font-family: Remix, sans-serif;
  font-size: 40px;
  line-height: 40px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.x-news-highlight-header {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  display: flex;
}

.x-news-highlight-header:hover {
  filter: brightness(90%);
}

.x-news-highlight-header.hide {
  display: none;
}

.tag {
  max-width: 400px;
}

.x-news-link-block {
  width: 100%;
  height: 100%;
  padding: 25px;
}

.x-news-grid-ttl {
  font-size: 22px;
  line-height: 28px;
}

.div-block-3 {
  width: 15px;
  height: 15px;
  background-color: var(--brand-orange);
  border-radius: 80px;
  position: absolute;
  top: 0;
  right: 0;
}

.div-block-4 {
  background-image: linear-gradient(270deg, #000, #fff);
}

.x-nav-noti-overlay-wrapper {
  height: 100%;
  background-image: linear-gradient(270deg, var(--body-bg) 78%, rgba(232, 234, 237, 0));
  align-items: center;
  padding-left: 40px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  right: 0;
}

.x-nav-noti-dot {
  width: 8px;
  height: 8px;
  background-color: var(--brand-orange);
  border-radius: 20px;
  position: absolute;
  top: 45%;
  bottom: auto;
  left: 8px;
  right: auto;
}

.text-block-8 {
  font-family: Remix, sans-serif;
}

.text-block-9 {
  font-family: Lato, sans-serif;
}

.text-block-10 {
  font-family: Remix, sans-serif;
  font-size: 20px;
}

.x-todays-shifts {
  padding-left: 0;
}

.x-todays-shift-item {
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 16px 12px;
}

.x-todays-shifts-container.for-placeholder {
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  flex-direction: column;
  display: flex;
}

.x-todays-shifts-block {
  min-height: 0;
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  padding: 24px 24px 48px;
  position: relative;
}

.x-todays-shift-card {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.x-shift-time {
  color: var(--inactive-grey);
  flex: none;
  justify-content: flex-start;
  font-family: Remix, sans-serif;
  display: flex;
  overflow: visible;
}

.x-shift-time.for-center {
  justify-content: center;
}

.x-shift-date {
  color: var(--font);
  flex: none;
  font-size: 14px;
}

.x-shift-date.for-left-justify {
  text-align: left;
}

.for-shift-duration {
  color: var(--font);
  padding-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.for-shift-hours {
  background-color: var(--brand-orange);
  color: var(--white);
  border: 1px #000;
  border-radius: 4px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 4px 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.for-shift-icon {
  color: var(--brand-orange);
  padding-top: 5px;
  padding-right: 5px;
  font-family: Remix, sans-serif;
  font-size: 20px;
}

.for-shift-icon.is-ot-claim {
  padding-top: 0;
}

.x-shift-place {
  color: var(--brand-orange);
  font-family: Remix, sans-serif;
}

.x-shift-place.for-left-justify {
  text-align: left;
}

.x-shift-location {
  color: var(--font);
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.x-clock-in {
  border: 1px solid var(--brand-orange);
  color: var(--brand-orange);
  text-align: center;
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 12px;
}

.for-place-name {
  color: var(--font);
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.x-shift-info {
  flex-direction: column;
  flex: 1;
  padding-right: 0;
  display: block;
}

.x-shift-info.for-clock-in-details {
  text-align: center;
  display: block;
}

.x-clock-in {
  border-style: none;
  display: flex;
}

.for-clock-in {
  border: 1px solid var(--brand-orange);
  background-color: var(--white);
  color: var(--brand-orange);
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
}

.x-clock-in-teams-item {
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
}

.x-clock-in-different-teams {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.x-clock-in-shift-details {
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  padding: 16px 12px;
}

.x-late-clock-in-details-heading {
  text-align: center;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  overflow: visible;
}

.x-late-clock-in-details-subheading {
  text-align: center;
  margin-bottom: 16px;
  font-size: 14px;
}

.x-late-clock-in-explanation-field {
  border: 1px solid var(--line-blue);
  border-radius: 8px;
}

.div-block-5 {
  border: 1px #000;
}

.x-late-clock-in-explanation-field-text {
  color: var(--line-blue);
  text-align: left;
  padding: 16px 16px 12px 12px;
  font-size: 14px;
}

.x-ot-claim-request-heading {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.x-ot-claim-request-button {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}

.x-ot-claim-request-yes {
  background-color: var(--brand-orange);
  color: #fff;
  border-radius: 8px 0 0 8px;
  padding-left: 30px;
  padding-right: 30px;
}

.x-ot-claim-request-yes.for-deselected {
  background-color: var(--line-blue);
}

.x-ot-claim-request-no {
  background-color: var(--line-blue);
  border-radius: 0 8px 8px 0;
  padding-left: 30px;
  padding-right: 30px;
}

.x-ot-claim-request-no.for-selected {
  background-color: var(--brand-orange);
}

.text-block-11 {
  font-size: 14px;
}

.x-ot-claim-request-explanation {
  min-height: 100px;
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.x-day-and-icon-wrapper {
  align-items: center;
  display: flex;
}

.x-leave-day {
  margin-right: 10px;
  font-size: 16px;
}

.radio-button {
  display: none;
}

.radio-button-2 {
  width: 100%;
  background-color: var(--line-blue);
  border-radius: 8%;
  margin-top: 0;
  margin-left: 0;
}

.x-toggle {
  flex: 1;
  display: flex;
}

.x-toggle-container {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.x-toggle-field {
  flex: 1;
}

.radio-button-3 {
  width: 100px;
  height: 100px;
  border-radius: 8%;
}

.radio-button-label {
  width: auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}

.x-input-toggle-for-ot-claim {
  min-width: 80px;
  border: 1px solid var(--line-blue);
  cursor: pointer;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.x-input-toggle-for-ot-claim:hover {
  background-color: rgba(248, 156, 28, .15);
}

.x-input-toggle-btn {
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 1px none var(--button-hover);
  color: var(--inactive-grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 0;
  margin-left: 0;
  font-size: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-input-toggle-btn.w--redirected-checked {
  z-index: -5;
  width: 100%;
  height: 100%;
  background-color: #f89c1c;
  background-image: none;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 8px;
}

.x-input-toggle-label-for-ot-claim {
  width: 100%;
  background-color: var(--brand-orange);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-radius: 8px 0 0 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.x-input-toggle-label-for-ot-claim.for-yes-to-submit-ot-claim {
  width: 100%;
  justify-content: center;
  margin-right: 0;
}

.x-input-toggle-label-for-ot-claim.for-yes-to-submit-ot-claim:hover {
  background-color: var(--medium-sea-green);
}

.x-input-toggle-label-for-ot-claim.for-yes-to-submit-ot-claim:focus {
  background-color: var(--dark-orchid);
}

.x-input-toggle-label-for-ot-claim.for-no-to-submit-ot-claim {
  border-radius: 0 8px 8px 0;
}

.x-input-group-copy {
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

.x-input-group-copy.for-radio {
  flex-wrap: wrap;
  margin-bottom: -12px;
  margin-left: -6px;
  margin-right: -6px;
  position: relative;
}

.x-input-group-copy.for-goal {
  margin-bottom: 24px;
}

.x-toggle-label {
  z-index: 2;
  width: 100%;
  height: 100%;
  color: var(--inactive-grey);
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  font-weight: 600;
  position: relative;
}

.x-toggle-label.for-yes {
  z-index: 10;
  height: auto;
  border: 1px none var(--button-hover);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px 0 0 8px;
  position: relative;
}

.x-toggle-label.for-no {
  border: 1px none var(--button-hover);
  background-color: var(--ghost-white);
  border-radius: 0 8px 8px 0;
}

.x-ot-claim-request-field {
  margin-top: 15px;
}

.x-ot-claim-request-explanation-title {
  color: var(--font);
  text-align: center;
  margin-bottom: 12px;
  font-size: 16px;
}

.text-block-12 {
  color: var(--line-blue);
  font-size: 14px;
}

.x-ot-claim-request-explanation-field {
  color: var(--line-blue);
  text-align: left;
  padding: 12px;
  font-size: 14px;
}

.x-ot-claim-name {
  color: var(--font);
  margin-right: 20px;
  font-size: 18px;
}

.x-date-block {
  background-color: var(--ghost-white);
  color: var(--font);
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
}

.x-date-block.for-right-padding {
  margin-right: 20px;
}

.x-date-block.for-line-height {
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
}

.text-block-13 {
  flex: 1;
  font-size: 14px;
  font-weight: 400;
}

.div-block-6 {
  flex: 1;
}

.x-ot-details {
  width: 100%;
  display: flex;
}

.x-ot-start-end-time {
  width: auto;
}

.x-ot-hours-container {
  border: 1px solid var(--brand-orange);
  text-align: center;
  border-radius: 12px;
  flex: 1;
  align-self: center;
  padding: 15px 10px;
}

.x-ot-start-time-container {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--dark-line-blue);
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 20px;
  display: block;
}

.x-ot-start-time-container.is-left-aligned {
  text-align: left;
}

.x-ot-end-time-container {
  text-align: right;
  flex: 1;
  align-self: center;
  padding-right: 20px;
}

.x-ot-details-hour {
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 600;
}

.x-ot-details-hour.for-ot-hours {
  text-align: center;
}

.x-ot-details-date {
  text-transform: none;
  font-size: 12px;
}

.x-ot-details-container {
  display: flex;
}

.x-ot-start-end-time-container {
  width: auto;
  border: 1px solid var(--dark-line-blue);
  border-radius: 12px;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-right: 25px;
  padding: 15px 10px;
  display: flex;
}

.x-ot-start-end-time-container.for-ot-hours {
  border-color: var(--brand-orange);
  flex: 0 auto;
  justify-content: center;
}

.x-ot-start-end-time-container.for-ot-hours.is-no-padding {
  margin-right: 0;
}

.x-ot-details-title {
  width: 100%;
  color: var(--inactive-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 0 auto;
  font-size: 12px;
}

.x-ot-details-title.for-orange {
  color: var(--brand-orange);
  text-align: center;
}

.x-ot-hours {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.x-user-submission-details {
  border: 1px solid var(--dark-line-blue);
  border-radius: 12px;
  align-items: center;
  margin-top: 20px;
  padding: 16px;
  display: flex;
}

.x-user-submission-container {
  margin-left: 16px;
}

.x-user-submission-name {
  border: 1px none var(--dodger-blue);
  color: var(--font);
  font-weight: 600;
}

.x-user-submission-name.for-left {
  text-align: left;
}

.x-user-submission-date {
  color: var(--blue);
  text-align: left;
  font-size: 12px;
}

.image {
  margin: 0;
  padding-left: 0;
}

.image-2 {
  max-width: 200px;
  text-align: left;
}

.o-radio-input {
  width: 100%;
  height: 100%;
  border-color: #ff5361;
  border-radius: 8px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.o-radio-input.w--redirected-checked {
  background-color: var(--brand-orange);
}

.o-radio-wrapper {
  width: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  position: relative;
}

.o-radio-wrapper:hover {
  background-color: #e9f2ff;
}

.o-radio-label {
  z-index: 5;
  width: 100%;
  text-align: center;
  text-transform: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.x-radio-input-field {
  padding-left: 0;
  position: relative;
}

.x-radio-input-field:hover {
  background-color: rgba(248, 156, 28, .15);
}

.x-radio-input {
  width: 100%;
  height: 100%;
  border-color: var(--line-blue);
  border-radius: 4px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.x-radio-input.w--redirected-checked {
  border-width: 1px;
  border-color: var(--brand-orange);
  background-color: var(--brand-orange);
  border-radius: 4px;
}

.x-radio-input.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--brand-orange);
}

.x-radio-input-label {
  z-index: 5;
  width: 100%;
  min-width: 70px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-weight: 600;
  position: relative;
}

.heading-2 {
  font-size: 30px;
}

.x-plalceholder-text {
  color: var(--inactive-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 12px;
}

.x-placeholder-container {
  height: auto;
  border: 1px solid var(--line-blue);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 70px;
  display: block;
}

.image-3 {
  width: 160px;
  max-width: 100%;
}

.x-card-position {
  color: #777;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.image-47 {
  object-fit: cover;
}

.x-card-wrapper {
  z-index: 5;
  max-height: 280px;
  max-width: 188px;
  min-height: 120px;
  min-width: 188px;
  color: #212121;
  background-color: #fff;
  border: 3px solid #e1e1e1;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin: 21px 8px;
  display: flex;
  position: relative;
}

.x-card-wrapper:active {
  background-color: #fafafa;
}

.x-org-chart-container {
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  transition: transform .2s;
  position: absolute;
}

.x-zoom-in-out-block {
  margin-right: 8px;
}

.x-card-thumbnail-wrapper {
  margin-bottom: 12px;
  display: none;
  position: relative;
}

.x-card-name {
  max-width: 186px;
  color: #212121;
  text-align: center;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.x-org-chart-content-wrapper {
  height: 87vh;
  margin-top: 16px;
  position: relative;
}

.x-nested-card-container {
  border-top: 2px solid #e1e1e1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.x-zoom-btn-wrapper {
  z-index: 20;
  justify-content: flex-start;
  margin-top: 32px;
  display: none;
  position: relative;
}

.x-card-more {
  width: 40px;
  padding: 4px 8px;
  transition: all .2s;
  transform: rotate(0);
}

.x-card-more.for-collapse {
  transition: all .2s;
  transform: rotate(180deg);
}

.x-subcat-card {
  display: flex;
}

.x-subcat-card.for-leader {
  flex-direction: column;
  align-items: center;
}

.x-org-chart-content {
  min-width: 50vw;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.x-zoom-btn {
  color: #a3a3a3;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a3a3a3;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
}

.x-zoom-btn:hover {
  color: #3898ec;
  border-color: #3898ec;
}

.x-zoom-btn:active {
  color: #fff;
  background-color: #3898ec;
}

.x-zoom-btn.for-zoom-in {
  background-color: #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 24px;
}

.x-zoom-btn.for-zoom-out {
  background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 24px;
}

.x-zoom-btn.for-zoomfit {
  font-size: 16px;
  line-height: 24px;
}

.x-zoom-btn.for-zoomfit.for-hide {
  display: none;
}

.x-card-arrow {
  z-index: 10;
  width: 100%;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  justify-content: center;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.x-card-arrow:hover {
  background-color: rgba(248, 156, 28, .1);
}

.x-card-arrow:active {
  background-color: rgba(248, 156, 28, .3);
}

.x-card-arrow.for-hide {
  display: none;
}

.x-org-chart-wrapper {
  width: 100vw;
  height: auto;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.x-card-content {
  width: 100%;
  border-radius: 14px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.x-card-content:hover {
  background-color: #fafafa;
}

.x-card-content:active {
  background-color: rgba(33, 33, 33, .08);
}

.x-card-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 82px;
  max-width: 82px;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 82px;
  position: relative;
  overflow: hidden;
}

.x-card-number {
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  background-color: #f89c1c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-7 {
  max-height: 75vh;
  position: relative;
  overflow: auto;
}

.x-custom-field-img {
  width: 25px;
  height: 25px;
}

.x-file-size {
  padding-right: 0;
}

.x-test-button {
  background-color: #ec3847;
}

.x-item-list {
  flex: 1;
}

.x-padding {
  flex-direction: row;
  margin-bottom: 24px;
  display: flex;
}

.text-span {
  font-family: Remix, sans-serif;
}

.text-span-2, .text-span-3 {
  align-items: center;
  display: flex;
}

.x-pop-modal-img {
  max-width: 200px;
}

.x-field-label-margin-top {
  margin-top: 8px;
}

.x-header-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.x-header-div.for-right {
  justify-content: flex-end;
}

.x-header-div.for-fixed-grid {
  grid-template-columns: 1fr auto;
}

.x-edit-div {
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.x-avatar-wrapper {
  flex-direction: column;
  display: flex;
}

.x-input-block {
  display: flex;
}

.x-header-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.x-modal-body-text {
  color: var(--font);
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
}

.x-tag {
  min-height: 0;
  color: #206eb1;
  background-color: #e1effe;
  border-radius: 8px;
  margin-right: 10px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.x-tag.for-purple {
  color: var(--dark-orchid);
  background-color: #f3dcf7;
}

.x-remarks {
  color: var(--dodger-blue);
  margin-top: 5px;
  margin-bottom: 0;
}

.x-remarks.is-black {
  color: var(--font);
}

.paragraph {
  margin-bottom: 0;
}

.x-text {
  padding: 14px 18px;
}

.x-textbox {
  border: 1px solid var(--line-blue);
  background-color: var(--body-bg);
  object-fit: fill;
  border-radius: 8px;
  display: inline-block;
}

.x-textbox.for-padding {
  margin-bottom: 34px;
}

.x-item-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.div-block-8 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.x-date-divider {
  width: 2px;
  height: 23px;
  border: 1px solid var(--inactive-grey);
  margin-left: 10px;
}

.x-time {
  color: var(--inactive-grey);
  margin-left: 10px;
}

.div-block-9 {
  display: flex;
}

.x-time-wrapper {
  min-width: 200px;
  justify-content: flex-end;
  margin-right: 8px;
  display: flex;
}

.x-indicator-block {
  width: 98%;
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
}

.x-circle {
  width: 30px;
  height: 30px;
  background-color: var(--line-blue);
  border-radius: 20px;
  margin-right: 8px;
  padding: 8px;
}

.x-circle.for-purple {
  background-color: var(--dark-orchid);
}

.x-circle.for-pink {
  background-color: #ff8585;
}

.x-circle.for-yellow {
  background-color: var(--gold);
}

.x-circle.for-teal {
  background-color: #00bcd4;
}

.x-circle.for-blue {
  background-color: var(--dodger-blue);
}

.x-circle.for-red {
  background-color: var(--red);
}

.x-circle.for-green {
  background-color: var(--medium-sea-green);
}

.x-circle.for-orange {
  background-color: var(--brand-orange);
}

.x-circle.for-magenta {
  background-color: #f638c1;
}

.x-circle.for-neon-green {
  background-color: #b46900;
}

.x-indicator-wrapper {
  align-items: center;
  display: flex;
}

.x-indicator-text {
  font-size: 14px;
}

.text-span-4 {
  font-family: Inter, sans-serif;
}

.custom-field-text {
  max-width: 90%;
  text-align: left;
  white-space: normal;
  object-fit: fill;
}

.x-edit-timesheet {
  min-width: 88px;
  border: 1px solid var(--line-blue);
  background-color: var(--white);
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

.x-input-text-answer {
  text-align: left;
}

.x-alert-banner {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.x-alert-banner.for-orange-bg {
  border: 1px solid var(--brand-orange);
  background-color: rgba(248, 156, 28, .12);
  border-radius: 8px;
  justify-content: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
}

.x-stepper-num-block {
  width: 40px;
  height: 40px;
  background-color: var(--dodger-blue);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
}

.x-stepper-num-block.for-orange {
  background-color: var(--brand-orange);
}

.div-block-12 {
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.div-block-13 {
  border: 1px solid var(--line-blue);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 16px 17px;
}

.x-stepper-line {
  width: 10%;
  height: 3px;
  background-color: var(--dodger-blue);
}

.x-stepper-line.for-orange {
  background-color: var(--brand-orange);
}

.x-alert-descrip {
  font-size: 14px;
  line-height: 22px;
}

.x-alert-icon {
  color: var(--brand-orange);
  padding-left: 16px;
  padding-right: 4px;
  font-family: Remix, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.x-image {
  margin-bottom: 10px;
}

.x-date-icon {
  height: 20px;
  margin-right: 5px;
}

.x-date-wrapper {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.div-block-14 {
  justify-content: space-between;
  display: flex;
}

.x-receipt-date-wrapper {
  max-width: 226px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.x-receipt-date-wrapper.for-vertical {
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-top: 4px;
}

.div-block-15 {
  flex: 1;
}

.x-data-row-wrapper {
  display: flex;
}

.x-field-label {
  margin-top: 3px;
}

.field-label {
  align-items: flex-start;
  padding-top: 2px;
}

.field-label-2 {
  padding-top: 3px;
}

.column {
  padding-left: 0;
}

.x-label-loader {
  width: 100%;
  height: 36px;
  min-width: 196px;
  background-image: linear-gradient(to right, var(--line-blue), var(--body-bg) 50%, var(--line-blue));
  border-radius: 8px;
  margin-bottom: 8px;
}

.x-label-day-loader {
  width: 100%;
  height: 20px;
  min-width: 240px;
  background-image: linear-gradient(to right, var(--line-blue), var(--body-bg) 50%, var(--line-blue));
  border-radius: 8px;
  margin-bottom: 4px;
}

.x-label-day-loader.for-padding-left_72 {
  min-width: 110px;
}

.x-label-type-loader {
  width: 100%;
  height: 36px;
  max-width: 56px;
  min-width: 56px;
  background-image: linear-gradient(to right, var(--line-blue), var(--body-bg) 50%, var(--line-blue));
  border-radius: 8px;
  margin-bottom: 4px;
}

.x-list-loader {
  width: 100%;
  height: 54px;
  min-width: 558px;
  background-image: linear-gradient(to right, var(--line-blue), var(--body-bg) 50%, var(--line-blue));
  border-radius: 8px;
}

.x-list-loader.animated-background {
  background-image: linear-gradient(to right, var(--line-blue), var(--body-bg) 50%, var(--line-blue));
}

.x-day-loader {
  width: 100%;
  height: 34px;
  min-width: 150px;
  background-image: linear-gradient(to right, var(--line-blue), var(--body-bg) 50%, var(--line-blue));
  border-radius: 8px;
  margin-left: 24px;
}

.x-request-loader {
  width: 100%;
  height: 26px;
  min-width: 558px;
  background-image: linear-gradient(to right, var(--line-blue), var(--body-bg) 50%, var(--line-blue));
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.x-list-loader-wrapper {
  width: 100%;
}

.x-new-h1 {
  color: var(--font);
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.x-news-h2 {
  color: var(--font);
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.x-news-h3 {
  color: var(--font);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.x-news-h4 {
  color: var(--font);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.x-news-h5 {
  color: var(--font);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.x-news-h6 {
  color: var(--font);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.x-news-paragraph {
  color: var(--font);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.x-news-blockquote {
  color: var(--font);
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.x-news-code {
  border: 1px solid var(--dark-line-blue);
  background-color: var(--body-bg);
  color: var(--font);
  border-radius: 8px;
  margin-bottom: 24px;
  padding-left: 27px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.x-clock-in-btn-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.x-page-banner {
  border: 1px solid var(--line-blue);
  background-color: #5c99df;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 15px 24px;
  display: flex;
  position: relative;
}

.x-tt-banner {
  color: #fff;
  padding: 0 0 0 8px;
  font-family: Inter, sans-serif;
}

.image-48 {
  width: 20px;
  height: 20px;
}

.multi-travel-hotel {
  padding: 0 0 20px;
}

.x-icon-2 {
  z-index: 10;
  margin-right: 8px;
  font-family: Remix, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.x-icon-2.for-input {
  color: #212121;
  padding: 8px;
  font-size: 20px;
  position: absolute;
  top: 4px;
  right: 4px;
}

.x-icon-2.for-list-item {
  color: #e60f0f;
  text-align: center;
  padding: 8px;
  font-size: 24px;
}

.x-icon-2.for-travel-arrow {
  align-items: center;
  margin-right: 0;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  top: auto;
}

.for-travel-acc {
  border-right: 1px solid #afb7c5;
  flex-direction: column;
  display: flex;
}

.x-list-item-2 {
  border-bottom: 1px solid #d7dae1;
  overflow: visible;
}

.x-list-item-2.for-date-list {
  border-bottom-style: none;
}

.x-input-text-3 {
  z-index: 10;
  height: 48px;
  background-color: rgba(255, 255, 255, .64);
  border: 1px solid #d7dae1;
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.x-input-text-3:focus {
  border-width: 1px 1px 2px;
  border-color: #1e6ee6;
}

.x-input-text-3::-ms-input-placeholder {
  font-size: 18px;
}

.x-input-text-3::placeholder {
  font-size: 18px;
}

.x-input-text-3.datedropper-init {
  cursor: pointer;
}

.div-block-16 {
  display: flex;
}

.x-input-row-2 {
  flex: 1;
  margin-bottom: 24px;
  display: block;
  position: relative;
  overflow: visible;
}

.div-block-17 {
  padding: 20px 16px 10px;
}

.x-date-list-container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #afb7c5;
  border-bottom-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 40px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 24px;
  display: grid;
}

.x-date-list-container-2.for-travel {
  grid-template-columns: 1fr 40px;
  padding-left: 0;
}

.x-input-label-3 {
  z-index: 12;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.86, 0, .07, 1);
  position: absolute;
  top: -12px;
  left: 8px;
}

.x-input-label-3.for-idle {
  z-index: 2;
  color: #212121;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  top: 12px;
  left: 0;
}

.x-data-notes {
  font-size: 12px;
}

.x-data-notes.for-emp {
  font-weight: 700;
}

.x-data-notes.for-left {
  text-align: left;
}

.x-data-notes.for-amount {
  line-height: 18px;
}

.x-data-notes.for-amount.for-alert {
  padding-top: 4px;
  font-size: 14px;
}

.bold-text {
  color: var(--dark-line-blue);
  font-weight: 400;
}

.checkbox-field {
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-left: 0;
  display: flex;
}

.checkbox {
  flex: none;
  margin-top: 0;
  margin-left: 0;
}

.for-alert {
  color: var(--red);
  padding-right: 5px;
  font-size: 12px;
  font-weight: 400;
}

.for-alert.for-icon {
  font-size: 14px;
}

.text-span-5 {
  font-family: Remix, sans-serif;
}

.alert-row {
  display: flex;
}

.text-block-14 {
  font-family: Remix, sans-serif;
}

.div-block-18 {
  display: flex;
}

.alert-info {
  color: var(--brand-orange);
  margin-top: -3px;
  margin-right: 5px;
  font-family: Remix, sans-serif;
}

@media screen and (min-width: 1440px) {
  .x-content {
    max-width: 1440px;
  }

  .x-input-row {
    display: block;
  }

  .x-input-text.for-textarea {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .x-input-text.datedropper-init, .x-input-text.for-menu {
    display: block;
  }

  .x-icon.for-opt {
    flex: none;
  }

  .x-icon.for-button {
    margin-top: 0;
  }

  .x-icon.for-button.is-center {
    margin-top: -3px;
  }

  .x-menu-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .x-news-slider-pane {
    height: 400px;
  }

  .x-list.for-max-height {
    max-height: 600px;
    overflow: auto;
  }

  .x-block-label.for-custom-clock-in {
    margin-bottom: 10px;
  }

  .x-flex {
    flex-direction: row;
    flex: 0 auto;
  }

  .x-flex.for-goal-data.is-5-columns {
    grid-template-columns: 1fr 1fr .4fr .3fr .25fr;
  }

  .x-flex.for-clocking-in-different-teams {
    flex: 1;
  }

  .x-flex.for-vertical {
    flex-direction: column-reverse;
  }

  .x-flex.for-vertical.for-right-align {
    align-items: flex-end;
  }

  .x-item-label.for-h2 {
    font-size: 14px;
    font-weight: 700;
  }

  .x-empty-list-block {
    display: none;
  }

  .x-emphasis-label.for-margin-bot {
    margin-bottom: 8px;
  }

  .x-file-container {
    padding: 12px;
  }

  .x-link.for-reset {
    margin-right: 10px;
  }

  .x-request-day.for-margin-bot {
    margin-bottom: 8px;
  }

  .x-lv-request-block.for-leaves-calendar {
    grid-template-rows: auto auto;
    grid-template-columns: 286px;
  }

  .x-input-toggle.for-center {
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .x-input-toggle-button {
    display: none;
  }

  .x-news-highlight-grid {
    grid-template-columns: minmax(200px, 1fr) .5fr;
  }

  .x-news-thumb.for-small {
    box-shadow: none;
    border-radius: 10px;
  }

  .x-news-link.block.odd {
    border-right: 1px solid var(--line-blue);
  }

  .x-news-grid-item.larger {
    max-width: none;
    min-width: 360px;
    border-top: 1px solid var(--line-blue);
    padding: 0;
    transition: all .5s;
  }

  .x-news-grid-item.larger:hover {
    background-color: var(--body-bg);
  }

  .x-news-grid-item.larger.left {
    border-left-width: 1px;
  }

  .x-news-grid-item.larger.left.adjust {
    border-left-width: 0;
  }

  .x-news-grid-item.larger._2 {
    border-right: 1px solid var(--line-blue);
  }

  .x-news-grid-item.larger._4 {
    border-right: 1px solid var(--line-blue);
    border-left-width: 0;
    margin-right: -1px;
  }

  .x-news-grid-item.larger._6 {
    margin-left: -1px;
  }

  .x-news-grid-container.long {
    height: 100%;
    flex-direction: column;
    display: flex;
  }

  .x-news-grid-data.expand {
    flex: 1;
  }

  .x-embed-cal.for-width {
    width: 98%;
  }

  .x-embed-cal-menu.for-width {
    width: 98%;
    margin-left: 20px;
  }

  .x-embed-cal-nav {
    margin-left: -4px;
  }

  .x-pop-modal.for-late-clock-in.for-hide {
    display: none;
  }

  .x-modal-body {
    max-height: 640px;
  }

  .x-input-upload {
    position: absolute;
    top: 6%;
    bottom: auto;
    left: auto;
    right: 1%;
  }

  .x-input-attachment-container {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-top: -1px;
  }

  .x-input-container {
    position: relative;
  }

  .x-button-2.orange {
    margin-bottom: 10px;
  }

  .x-news-thumb-small {
    box-shadow: none;
    border-radius: 10px;
    transition-duration: .2s;
  }

  .x-news-thumb-small:hover {
    box-shadow: none;
  }

  .x-news-grid-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-auto-flow: row dense;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .x-news-header {
    max-width: 700px;
  }

  .x-news-thumb-copy.for-small {
    box-shadow: none;
    border-radius: 10px;
  }

  .x-news-list-name {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .heading {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 36px;
    line-height: 50px;
  }

  .contain {
    justify-content: flex-start;
    padding-left: 30px;
    padding-right: 20px;
  }

  .slider {
    height: 560px;
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .slide {
    background-color: var(--dodger-blue);
    border-radius: 10px;
    margin-right: 40px;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    border: 1px solid var(--inactive-grey);
    color: var(--font);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    margin-right: 75px;
    font-family: Remix, sans-serif;
    font-size: 40px;
    line-height: 40px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow.pseudo {
    border-color: var(--inactive-grey);
    color: var(--inactive-grey);
  }

  .text-block-4 {
    color: var(--white);
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slide-nav {
    display: block;
    position: relative;
  }

  .arrow {
    width: 60px;
    height: 60px;
    border: 1px solid var(--inactive-grey);
    color: var(--font);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    font-family: Remix, sans-serif;
    font-size: 40px;
    line-height: 40px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .arrow:hover {
    border-width: 2px;
    border-color: var(--brand-orange);
    color: var(--brand-orange);
  }

  .arrow.left {
    margin-right: 76px;
  }

  .mask {
    width: 768px;
    height: 432px;
    overflow: visible;
  }

  .text-block-5.pseudo {
    color: var(--inactive-grey);
  }

  .text-block-6 {
    color: var(--font);
    font-family: Remix, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
  }

  .block-link {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(33, 33, 33, .93), rgba(49, 49, 49, .86) 17%, rgba(255, 255, 255, 0)), url('../images/1200x675.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 100%;
    background-attachment: scroll, scroll;
    border-radius: 10px;
    text-decoration: none;
    transition: all .5s;
    display: block;
  }

  .block-link:hover {
    background-size: auto, auto 110%;
  }

  .left-arrow-copy {
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    margin-right: 86px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow-pseudo.pseudo {
    border-color: var(--inactive-grey);
    color: var(--inactive-grey);
  }

  .div-block-2 {
    z-index: 4;
    width: 400px;
    height: 80%;
    background-color: rgba(255, 255, 255, .3);
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .new-tag {
    background-color: var(--brand-orange);
    color: #fff;
    border-radius: 8px;
    position: absolute;
  }

  .right-arrow-pseudo.pseudo {
    border-color: var(--inactive-grey);
    color: var(--inactive-grey);
  }

  .x-news-highlight-header {
    grid-template-columns: minmax(200px, 1fr) .5fr;
  }

  .tag {
    max-width: 500px;
  }

  .x-todays-shift-item.for-custom-clock-in {
    margin-top: 20px;
  }

  .x-todays-shift-card, .x-shift-time {
    justify-content: flex-start;
  }

  .for-shift-duration, .for-shift-icon {
    padding-top: 5px;
  }

  .x-shift-info {
    display: flex;
  }

  .x-shift-info.for-clock-in-details {
    text-align: center;
  }

  .for-clock-in {
    border: 1px solid var(--brand-orange);
    background-color: var(--white);
    color: var(--brand-orange);
    border-radius: 8px;
    padding: 6px 12px;
    font-weight: 400;
  }

  .x-custom-clock-in-shifts {
    margin-bottom: 30px;
  }

  .x-clock-in-teams-item {
    border: 1px solid var(--line-blue);
    border-radius: 8px;
    padding: 16px 12px;
    display: flex;
  }

  .x-clock-in-different-teams {
    flex: 1;
    display: flex;
  }

  .x-clock-in-shift-details {
    border: 1px solid var(--line-blue);
    border-radius: 8px;
    padding: 12px 16px;
  }

  .x-input-toggle-for-ot-claim {
    align-items: center;
    display: flex;
  }

  .x-ot-hours-container {
    border-right: 1px solid var(--brand-orange);
    border-radius: 12px;
    flex: 0 auto;
    align-items: center;
    padding: 15px 35px;
    display: flex;
  }

  .x-ot-start-time-container {
    border-style: none solid none none;
    border-width: 1px;
    border-color: black var(--dark-line-blue) black black;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0 0 0 15px;
    display: block;
  }

  .x-ot-end-time-container {
    text-align: right;
    flex: 1;
    padding-right: 15px;
  }

  .x-ot-details-hour {
    width: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 25px;
  }

  .x-ot-details-hour.for-ot-hours {
    color: var(--brand-orange);
    text-align: center;
  }

  .x-ot-details-date {
    font-size: 14px;
  }

  .x-ot-start-end-time-container {
    border-style: solid;
    border-width: 1px;
    border-color: var(--line-blue) var(--dark-line-blue) var(--dark-line-blue) var(--line-blue);
    border-radius: 12px;
    flex: 1;
    margin-right: 25px;
    padding: 15px 20px 15px 10px;
  }

  .x-ot-details-title {
    font-size: 16px;
  }

  .x-ot-details-title.for-ot-hours {
    color: var(--brand-orange);
    text-align: center;
  }

  .x-indicator-block {
    width: 98%;
    border: 1px solid var(--line-blue);
    border-radius: 8px;
    justify-content: space-around;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    display: flex;
  }

  .x-circle {
    width: 30px;
    height: 30px;
    background-color: var(--line-blue);
    border-radius: 20px;
    margin-right: 8px;
    padding: 0;
  }

  .x-circle.for-purple {
    background-color: var(--dark-orchid);
  }

  .x-circle.for-pink {
    background-color: #ff8585;
  }

  .x-circle.for-yellow {
    background-color: var(--gold);
  }

  .x-circle.for-teal {
    background-color: #00bcd4;
  }

  .x-circle.for-blue {
    background-color: var(--dodger-blue);
  }

  .x-circle.for-red {
    background-color: var(--red);
  }

  .x-circle.for-green {
    background-color: var(--medium-sea-green);
  }

  .x-circle.for-orange {
    background-color: var(--brand-orange);
  }

  .x-circle.for-magenta {
    background-color: #f638c1;
  }

  .x-circle.for-neon-green {
    background-color: #b46900;
  }

  .x-indicator-wrapper {
    align-items: center;
    display: flex;
  }

  .x-calendar-wrapper {
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

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

  h2 {
    font-size: 24px;
  }

  .x-nav-container {
    padding-left: 24px;
  }

  .x-nav-brand {
    width: auto;
  }

  .x-nav-brand.for-access {
    left: 16px;
  }

  .x-nav-brand-link {
    padding-left: 0;
    padding-right: 0;
  }

  .x-nav-group.for-brand {
    flex: 1;
  }

  .x-nav-group.for-manage, .x-nav-search {
    margin-left: 16px;
  }

  .x-nav-search.for-hide {
    flex: 1;
    margin-right: 16px;
  }

  .x-nav-search-input {
    width: auto;
    flex: 1;
  }

  .x-master {
    height: auto;
  }

  .x-wrapper {
    height: auto;
    padding-left: 24px;
    display: block;
  }

  .x-wrapper.for-pa {
    padding-top: 114px;
  }

  .x-app-nav {
    z-index: 6000;
    width: 100%;
    height: auto;
    border-top: 1px solid var(--line-blue);
    background-color: var(--white);
    padding-top: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .x-app-nav-wrapper {
    padding-top: 0;
    padding-left: 0;
  }

  .x-app-nav-list {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .x-app-nav-item {
    margin-bottom: 0;
    padding-right: 0;
  }

  .x-app-nav-item.for-sep {
    width: 1px;
    height: 56px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }

  .x-app-nav-item.for-subpage {
    flex: 1;
    padding-right: 16px;
  }

  .x-app-nav-link {
    flex-direction: column;
    justify-content: center;
    padding: 8px 24px;
  }

  .x-app-nav-icon {
    font-size: 32px;
    line-height: 32px;
  }

  .x-app-nav-label {
    margin-top: 6px;
    margin-left: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .x-sub-app-nav-list {
    z-index: 1;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
    overflow: auto;
  }

  .x-sub-app-nav-item {
    min-width: 128px;
    text-align: center;
    flex: none;
  }

  .x-sub-app-nav-link {
    padding: 12px 16px;
    font-size: 16px;
  }

  .x-app-ver {
    z-index: 9999;
    position: fixed;
  }

  .x-content {
    min-height: 400px;
  }

  .x-button.for-commit {
    flex: 1;
  }

  .x-app-nav-sep {
    height: 100%;
  }

  .x-input-row {
    min-width: 240px;
  }

  .x-icon.for-goal {
    flex: none;
  }

  .x-account-input {
    padding: 40px;
  }

  .x-account-nav {
    padding-left: 11px;
  }

  .x-account-form {
    width: 360px;
  }

  .x-menu-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .x-button-container.for-subpage {
    flex: 1;
    margin-bottom: 0;
  }

  .x-button-container.for-secondary {
    margin-bottom: 0;
  }

  .x-broadcast-opt {
    flex: none;
  }

  .x-news-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .x-news-slider {
    width: auto;
  }

  .x-news-slider-arrow {
    width: 32px;
    height: 32px;
  }

  .x-news-slider-container {
    padding: 16px 32px;
  }

  .x-mobile-brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .x-mobile-brand-img {
    height: 24px;
    opacity: .24;
    filter: grayscale();
  }

  .x-contact-sheet {
    width: auto;
    max-width: none;
    left: 0;
  }

  .x-flex.for-header-opt {
    max-width: 663px;
  }

  .x-sheet-search {
    width: 320px;
    position: relative;
    left: auto;
    transform: none;
  }

  .x-input-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .x-form-opt {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--white));
    flex-direction: row-reverse;
    padding: 12px;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .x-page-tab-block.for-manage {
    overflow: auto;
  }

  .x-link.for-reset {
    min-width: 120px;
    justify-content: center;
    margin-left: 0;
    margin-right: 10px;
  }

  .x-lv-balance-block {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 24px;
  }

  .x-lv-view-block {
    padding: 24px;
  }

  .x-footer-bar {
    margin-bottom: 80px;
  }

  .x-lv-leave-row {
    grid-template-columns: 96px 1fr;
    padding: 16px;
  }

  .x-cal-type-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-sub-app-nav-block {
    border-top: 1px solid var(--line-blue);
    border-bottom: 1px solid var(--line-blue);
    position: fixed;
    top: auto;
    bottom: 66px;
    left: 0%;
    right: 0%;
  }

  .x-input-toggle.for-setting {
    margin-top: -4px;
  }

  .x-case-current-block {
    margin-bottom: 32px;
  }

  .x-case-current-figure {
    height: 160px;
    flex: none;
  }

  .x-manage-container {
    padding: 24px;
  }

  .x-manage-row {
    grid-template-columns: 160px 1fr 44px;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .x-manage-row.for-setting {
    grid-template-columns: 160px 1fr 56px;
  }

  .x-manage-row.for-placeholder.for-align-top.is-fixed-grid, .x-manage-row.for-fixed-grid {
    grid-template-columns: 160px 1fr minmax(auto, 130px);
  }

  .x-frameless {
    margin-bottom: 40px;
  }

  .x-goal-indicator {
    flex: none;
  }

  .x-breadcrumb-block {
    top: 68px;
  }

  .x-news-grid-block {
    border: 1px solid var(--white);
  }

  .x-news-highlight-grid {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .x-news-thumb {
    height: 400px;
  }

  .x-news-link {
    display: block;
  }

  .x-news-grid-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .x-news-grid-item.larger {
    height: 400px;
    border: 1px #000;
  }

  .x-news-grid-item.larger._2, .x-news-grid-item.larger._4 {
    border-style: solid;
    border-width: 0;
  }

  .x-news-grid-item.larger._6 {
    border-left-style: none;
    border-left-color: var(--line-blue);
  }

  .x-news-grid-item.for-middle {
    border-right-style: none;
    border-right-width: 0;
  }

  .x-news-grid-container.long {
    width: 100%;
  }

  .x-manage-row-group {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .x-checkin-day-sep {
    font-size: 20px;
  }

  .x-tcal-sidebar {
    width: 640px;
  }

  .x-dashboard-body.checklist-hidden {
    grid-template-columns: 1fr;
  }

  .x-page-subnav-link {
    padding: 8px 12px 6px;
    font-size: 12px;
  }

  .x-pop-modal-container {
    margin-top: 0;
  }

  .x-pa-block {
    top: 68px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .x-clock-block {
    width: 100%;
    max-width: none;
    flex: none;
    padding: 24px;
  }

  .x-app-whitelabel {
    display: none;
  }

  .x-pop-modal-container-2 {
    margin-top: 0;
  }

  .x-news-thumb-small {
    max-height: 173.81px;
    max-width: 309px;
    min-height: 173.81px;
    min-width: 309px;
  }

  .x-news-grid-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

  .x-news-header {
    max-height: 253.13px;
    max-width: 450px;
    min-height: 253.13px;
    min-width: 450px;
  }

  .x-news-thumb-copy {
    height: 400px;
  }

  .heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 35px;
  }

  .contain {
    justify-content: flex-start;
    padding-right: 20px;
  }

  .x-news-highlight-header {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .x-input-toggle-for-ot-claim {
    align-items: center;
    display: flex;
  }

  .x-header-div.for-fixed-grid {
    grid-template-columns: 1fr minmax(auto, 128px);
  }

  .x-input-row-2 {
    min-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-color: var(--white);
    font-size: 13px;
    line-height: 22px;
  }

  h1 {
    white-space: nowrap;
    font-size: 22px;
    line-height: 22px;
    overflow: hidden;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 26px;
  }

  p {
    margin-bottom: 22px;
  }

  .x-nav.for-subpage {
    background-image: none;
  }

  .x-nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-nav-brand-link.for-subpage {
    display: none;
  }

  .x-nav-group {
    z-index: 0;
    position: relative;
  }

  .x-nav-group.for-brand.is-subpage {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .x-nav-group.for-subpage {
    display: none;
  }

  .x-nav-search {
    z-index: 9999;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    box-shadow: 0 3px 6px 0 var(--line-blue);
    grid-template-rows: auto;
    grid-template-columns: 1fr 40px 40px;
    grid-auto-columns: 1fr;
    margin-left: 0;
    padding: 12px 16px;
    transition: all .35s cubic-bezier(.86, 0, .07, 1);
    display: grid;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    transform: translate(0);
  }

  .x-nav-search.for-hide {
    box-shadow: none;
    margin-right: 0;
    transform: translate(0%, -100%);
  }

  .x-nav-search-button {
    position: relative;
    right: auto;
  }

  .x-nav-search-button.for-sheet {
    color: var(--inactive-grey);
    font-size: 22px;
    position: absolute;
    left: 0;
  }

  .x-nav-search-button.for-breadcrumb {
    position: absolute;
    right: 0;
  }

  .x-nav-search-input {
    width: auto;
    border-style: none;
    flex: 1;
    padding-left: 0;
    font-size: 24px;
  }

  .x-nav-search-input.for-sheet {
    background-color: var(--ghost-white);
    padding-left: 56px;
    padding-right: 16px;
    font-size: 18px;
  }

  .x-nav-search-input.for-breadcrumb {
    width: 100%;
    padding-left: 16px;
    font-size: 16px;
  }

  .x-nav-burger:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .x-nav-button {
    font-size: 22px;
    display: block;
  }

  .x-nav-button:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .x-avatar-img {
    width: 38px;
    height: 38px;
  }

  .x-nav-account-name {
    display: none;
  }

  .x-wrapper {
    padding-top: 96px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-wrapper.for-subpage {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .x-wrapper.for-manage {
    padding-left: 16px;
  }

  .x-app-nav-item.for-subpage {
    padding-right: 0;
  }

  .x-app-nav-link {
    line-height: 24px;
  }

  .x-app-nav-link.for-subpage-back {
    background-color: var(--font);
  }

  .x-sub-app-nav-link {
    font-size: 14px;
  }

  .x-nav-menu {
    padding-top: 72px;
  }

  .x-nav-menu.for-hide {
    padding-top: 80px;
  }

  .x-nav-search-close-button {
    color: var(--font);
    padding: 8px;
    font-family: Remix, sans-serif;
    font-size: 22px;
    display: block;
  }

  .x-nav-menu-balloon {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .x-button {
    min-width: 96px;
    padding: 8px 24px;
    font-size: 10px;
  }

  .x-button.for-big-action {
    flex: 1;
  }

  .x-button.for-submit {
    box-shadow: none;
    border-radius: 0;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .x-button.for-more-menu {
    padding: 9px;
  }

  .x-input-row {
    min-width: 0;
  }

  .x-input-label.for-idle {
    font-size: 16px;
  }

  .x-input-text.for-employment {
    height: 40px;
    font-size: 14px;
  }

  .x-input-text.for-employment::-ms-input-placeholder {
    font-size: 14px;
  }

  .x-input-text.for-employment::placeholder {
    font-size: 14px;
  }

  .x-icon.for-input, .x-icon.for-opt, .x-icon.for-subpage-back {
    font-size: 22px;
  }

  .x-icon.for-list-search {
    font-size: 22px;
    left: 12px;
    right: auto;
  }

  .x-icon.for-account-picker {
    font-size: 22px;
  }

  .x-icon.for-manage, .x-icon.for-nav-link {
    font-size: 24px;
    line-height: 24px;
  }

  .x-icon.for-page-header, .x-icon.for-input {
    font-size: 22px;
  }

  .x-account-wrapper {
    height: auto;
    flex-direction: column-reverse;
  }

  .x-account-container {
    height: 240px;
    flex: none;
  }

  .x-account-input {
    min-height: 100vh;
    flex: none;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .x-account-overlay {
    display: none;
  }

  .x-account-nav {
    background-image: linear-gradient(#f8f8fb 6%, rgba(255, 255, 255, 0));
  }

  .x-account-nav-menu {
    padding: 24px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .x-account-nav-menu-list {
    justify-content: center;
  }

  .x-menu-block {
    margin-top: 16px;
    overflow: visible;
  }

  .x-menu-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .x-menu-link {
    height: 100%;
    box-shadow: -3px -3px 4px 0 rgba(255, 255, 255, .88), 3px 3px 4px 0 var(--shadow);
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    display: flex;
  }

  .x-button-container.for-subpage {
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-button-container.for-input-sheet {
    margin-left: 0;
    margin-right: 0;
    padding: 24px 16px;
  }

  .x-menu-img {
    position: relative;
  }

  .x-menu-title {
    font-size: 12px;
  }

  .x-broadcast-block {
    display: block;
    box-shadow: 0 4px 12px -2px rgba(14, 94, 163, .4);
  }

  .x-broadcast-container {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .x-broadcast-opt {
    width: 100%;
  }

  .x-block.for-request-card {
    width: 240px;
    flex: none;
  }

  .x-block.for-request-card.is-lv {
    width: auto;
    flex: 1;
  }

  .x-block.for-request-name {
    width: 240px;
    flex: none;
  }

  .x-block.for-request-name.is-lv {
    width: auto;
    flex: 1;
  }

  .x-news-slider {
    width: auto;
  }

  .x-news-slider-title {
    font-size: 16px;
  }

  .x-mobile-brand {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .x-contact-sheet {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 24px;
    left: 0;
    right: 0;
  }

  .x-sheet-header {
    display: block;
  }

  .x-flex.for-request-data.is-lv {
    width: 100%;
    flex: none;
  }

  .x-flex.for-chips {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    grid-auto-flow: row dense;
    padding: 8px;
  }

  .x-sheet-title {
    font-size: 22px;
  }

  .x-sheet-search {
    width: auto;
    margin-top: 8px;
  }

  .x-form-block.for-breadcrumb {
    width: 100%;
  }

  .x-input-wrapper.for-subpage {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding-top: 18px;
  }

  .x-input-header {
    margin-left: 24px;
  }

  .x-nav-sep {
    display: none;
  }

  .x-list-date {
    width: 64px;
    flex: none;
  }

  .x-emphasis-label.for-med {
    font-size: 16px;
  }

  .x-emphasis-label.for-xlarge {
    font-size: 32px;
    line-height: 48px;
  }

  .x-more-menu-block {
    z-index: 7500;
    position: fixed;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 16px;
  }

  .x-more-menu-block.for-page {
    order: 2;
    position: relative;
    top: auto;
    right: auto;
  }

  .x-more-menu-toggle {
    font-size: 22px;
  }

  .x-file-name {
    width: 240px;
  }

  .x-page-tab-block.for-manage {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-input-day-item {
    width: 50%;
  }

  .x-input-sheet {
    border-bottom: 1px solid var(--dark-line-blue);
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .x-lv-balance-block {
    width: auto;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }

  .x-lv-view-block {
    margin-left: 0;
  }

  .x-footer-bar {
    margin-bottom: 128px;
  }

  .x-footer-wrapper {
    text-align: center;
    display: block;
  }

  .x-footer-opt {
    justify-content: center;
    margin-top: 12px;
  }

  .x-cal-header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .x-cal-type-link {
    min-width: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-cal-date-header, .x-cal-date-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .x-cal-date-label {
    height: 64px;
  }

  .x-request-day {
    min-width: 64px;
    flex: none;
    margin-left: 0;
  }

  .target-subpage {
    background-color: var(--white);
  }

  .x-nav-account-menu {
    right: 224px;
  }

  .x-case-current-block {
    padding: 24px;
  }

  .x-case-current-figure {
    height: 128px;
  }

  .x-case-current-card {
    margin-top: -12px;
  }

  .x-case-current-card-shadow {
    bottom: -24px;
  }

  .x-nav-link {
    font-size: 16px;
  }

  .x-manage-container {
    margin-bottom: 40px;
    padding: 16px;
  }

  .x-manage-row {
    margin-left: -16px;
    margin-right: -16px;
    padding: 8px 16px;
  }

  .x-manage-row.for-setting {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .x-cal-special-menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .x-doc-manager-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .x-doc-link {
    grid-template-columns: 40px 1fr 48px 48px 40px;
  }

  .x-goal-link {
    line-height: 24px;
  }

  .x-breadcrumb-block {
    flex-direction: column;
    align-items: flex-start;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 24px;
    padding-right: 24px;
    top: 64px;
  }

  .x-breadcrumb-back {
    font-size: 22px;
  }

  .x-breadcrumb-nav {
    margin-left: 12px;
  }

  .x-breadcrumb-sep {
    font-size: 22px;
  }

  .x-breadcrumb-group {
    margin-bottom: 8px;
  }

  .x-news-thumb {
    height: 360px;
  }

  .x-news-thumb.for-small {
    height: 168px;
  }

  .x-news-lead {
    font-size: 16px;
    line-height: 24px;
  }

  .x-news-grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .x-news-grid-item {
    height: 330px;
  }

  .x-news-grid-item.larger {
    border-width: 1px 0 0;
    border-top-style: solid;
    border-top-color: var(--line-blue);
  }

  .x-news-grid-item.larger._2, .x-news-grid-item.larger._4 {
    border-top-width: 1px;
    border-left-width: 1px;
    border-left-color: var(--line-blue);
  }

  .x-news-grid-item.larger._6 {
    border-left-style: solid;
    border-left-width: 1px;
  }

  .x-news-grid-title {
    font-size: 18px;
  }

  .x-news-view-h1 {
    white-space: normal;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 32px;
  }

  .x-news-view-richtext {
    padding-left: 40px;
    padding-right: 40px;
  }

  .x-manage-row-group {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-embed-cal-nav-button.for-icon {
    font-size: 22px;
  }

  .x-cal-type-toggle {
    min-width: 320px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-checkin-label {
    font-size: 18px;
  }

  .x-tcal-event-link {
    font-size: 16px;
    line-height: 20px;
  }

  .x-tcal-sidebar, .x-page-header {
    width: 100%;
  }

  .x-page-header-container.review {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .xf-upform-main {
    padding-left: 48px;
  }

  .xf-label {
    font-size: 18px;
    line-height: 24px;
  }

  .x-exp-group-type {
    display: none;
  }

  .x-nav-account-link {
    padding-right: 0;
  }

  .x-clock-block {
    width: auto;
    margin-bottom: 16px;
    padding-bottom: 40px;
  }

  .x-clock-review-month {
    overflow: hidden;
  }

  .x-date-list {
    overflow: auto;
  }

  .x-date-list-item {
    width: 48px;
    flex: none;
  }

  .x-pa-span {
    padding-left: 6px;
    padding-right: 6px;
  }

  .x-apprai-row, .x-evaluate-row {
    grid-template-columns: 40px 1fr 48px 48px 40px;
  }

  .x-input-label-2.for-idle {
    font-size: 16px;
  }

  .x-button-2 {
    min-width: 96px;
    padding: 8px 24px;
    font-size: 10px;
  }

  .x-button-2.orange {
    display: none;
  }

  .x-news-thumb-small.for-small {
    height: 168px;
  }

  .x-news-grid-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .x-news-header {
    height: auto;
    max-width: 100%;
    min-width: 0;
  }

  .x-news-header.for-small {
    height: 168px;
  }

  .x-news-thumb-copy {
    height: 360px;
  }

  .x-news-thumb-copy.for-small {
    height: 168px;
  }

  .heading {
    white-space: normal;
    margin-bottom: 0;
    display: flex;
  }

  .contain {
    padding-left: 0;
  }

  .mask {
    width: 90vw;
    height: 40vh;
  }

  .x-news-highlight-header {
    flex-direction: column;
    align-items: stretch;
  }

  .tag {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .x-news-grid-ttl {
    font-size: 18px;
  }

  .x-card-position {
    font-size: 10px;
    line-height: 14px;
  }

  .x-card-wrapper {
    max-height: 210px;
    max-width: 170px;
    min-height: 200px;
    min-width: 170px;
  }

  .x-card-name {
    font-size: 12px;
    line-height: 16px;
  }

  .x-card-more {
    width: 35px;
  }

  .x-card-number {
    width: 26px;
    height: 26px;
    font-size: 12px;
    line-height: 22px;
  }

  .x-icon-2.for-input {
    font-size: 22px;
  }

  .x-input-row-2 {
    min-width: 0;
  }

  .x-input-label-3.for-idle {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    margin-bottom: 8px;
    line-height: 24px;
  }

  p {
    margin-bottom: 18px;
  }

  .x-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .x-nav.for-manage {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .x-nav-container {
    flex-wrap: wrap;
  }

  .x-nav-brand.for-main {
    display: none;
  }

  .x-nav-brand-link.for-manage {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .x-nav-group {
    width: 100%;
    justify-content: flex-end;
  }

  .x-nav-group.for-brand.is-subpage {
    justify-content: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .x-nav-group.for-brand.is-manage {
    justify-content: center;
  }

  .x-nav-group.for-manage {
    width: auto;
  }

  .x-nav-group.for-secondary {
    z-index: 1000;
    border-top: 1px solid var(--dark-line-blue);
    background-color: var(--white);
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .x-nav-search {
    top: 0;
  }

  .x-nav-search-input {
    max-width: 240px;
    flex: none;
  }

  .x-nav-search-input.for-sheet {
    width: auto;
    flex: 1;
    font-size: 16px;
  }

  .x-nav-account {
    position: absolute;
    left: 0;
  }

  .x-avatar-img.for-account-picker {
    width: 48px;
    height: 48px;
  }

  .x-avatar-img.for-contact {
    width: 80px;
    height: 80px;
  }

  .x-master {
    overflow: hidden;
  }

  .x-wrapper {
    padding-top: 80px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .x-wrapper.for-subpage {
    padding-left: 0;
  }

  .x-wrapper.for-option {
    padding-top: 16px;
    padding-right: 24px;
    display: block;
  }

  .x-wrapper.for-manage {
    padding-left: 24px;
    padding-right: 24px;
  }

  .x-wrapper.for-media {
    padding-right: 24px;
  }

  .x-app-nav {
    background-color: var(--white);
  }

  .x-app-nav-item {
    flex: 1;
  }

  .x-app-nav-item.for-sep, .x-app-nav-item.for-subpage-back {
    flex: none;
  }

  .x-app-nav-link {
    justify-content: center;
    padding: 12px 0 8px;
  }

  .x-app-nav-link.for-subpage-back {
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-app-nav-icon {
    font-size: 24px;
    line-height: 24px;
  }

  .x-app-nav-label {
    font-size: 10px;
    line-height: 10px;
  }

  .x-sub-app-nav-list {
    bottom: 48px;
  }

  .x-sub-app-nav-item {
    min-width: 0;
    flex: 1;
  }

  .x-sub-app-nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .x-content {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding-bottom: 24px;
  }

  .x-nav-menu {
    width: 100%;
    padding-top: 56px;
  }

  .x-nav-menu-header {
    padding: 12px 16px;
  }

  .x-nav-noti-container {
    padding-left: 16px;
  }

  .x-nav-noti-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .x-nav-noti-button {
    font-size: 22px;
  }

  .x-nav-noti-opt {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .x-nav-menu-icon {
    font-size: 24px;
    line-height: 24px;
  }

  .target-reset {
    background-color: var(--body-bg);
  }

  .x-nav-menu-balloon {
    z-index: 4000;
  }

  .x-button {
    flex: 1;
    margin-left: 4px;
    margin-right: 4px;
  }

  .x-button.for-access {
    flex: none;
  }

  .x-button.for-submit {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .x-button.for-commit {
    min-width: 0;
    flex: 1;
  }

  .x-button.for-option {
    min-width: 96px;
  }

  .x-button.for-draft {
    flex: none;
  }

  .x-button.for-more-menu {
    order: 0;
  }

  .x-center-container {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    top: -64px;
  }

  .x-input-row {
    min-width: 0;
  }

  .x-input-text.for-textarea {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 53px;
    font-size: 12px;
  }

  .x-avatar-name {
    font-size: 18px;
  }

  .x-icon.for-opt {
    display: inline-block;
  }

  .x-icon.for-rate.is-total {
    width: 100%;
    text-align: center;
    flex: none;
    margin-top: 8px;
    font-size: 22px;
    transform: rotate(90deg);
  }

  .x-icon.for-subpage-back {
    flex: none;
  }

  .x-icon.for-file-view {
    width: 40px;
    height: 40px;
  }

  .x-icon.for-lv {
    font-size: 12px;
    line-height: 12px;
  }

  .x-icon.for-goal, .x-icon.for-prog-marker {
    font-size: 20px;
  }

  .x-account-container {
    height: 20vh;
    min-height: 260px;
  }

  .x-account-input {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .x-account-nav-menu {
    background-image: linear-gradient(rgba(255, 255, 255, 0), #f8f8fb);
  }

  .x-account-form {
    width: 100%;
  }

  .x-avatar-uploader {
    margin-bottom: -72px;
  }

  .x-input-checkbox {
    align-items: flex-start;
  }

  .x-input-checkbox.for-list {
    position: absolute;
    top: 56px;
  }

  .x-menu-block {
    margin-top: 24px;
  }

  .x-menu-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .x-menu-link {
    min-height: 100px;
    box-shadow: -1px -1px 2px 0 rgba(255, 255, 255, .88), 1px 1px 2px 0 var(--shadow);
  }

  .x-button-container.for-subpage {
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 0;
    padding-right: 0;
  }

  .x-button-container.for-sheet-modal {
    padding-left: 0;
    padding-right: 0;
  }

  .x-button-container.for-page-header {
    margin-top: 24px;
    margin-left: -4px;
    margin-right: -4px;
  }

  .x-menu-title.for-longtext {
    line-height: 17px;
  }

  .x-broadcast-block {
    border-radius: 0;
    margin-left: -8px;
    margin-right: -8px;
    padding: 24px;
  }

  .x-block {
    flex: 1;
  }

  .x-block.for-request-card {
    width: auto;
    flex: 1;
    margin-right: 0;
  }

  .x-block.for-request-card.is-info {
    width: 100%;
    flex: none;
    justify-content: space-between;
    margin-top: 12px;
    display: flex;
  }

  .x-block.for-manage {
    flex: none;
  }

  .x-block.for-team-list, .x-block.for-request-name {
    width: auto;
    flex: 1;
    margin-right: 0;
  }

  .x-block.for-request-name.is-info {
    width: 100%;
    flex: none;
    justify-content: space-between;
    margin-top: 12px;
    display: flex;
  }

  .x-news-slider {
    margin-left: -16px;
    margin-right: -16px;
  }

  .x-news-slider-arrow.for-left {
    margin-left: 0;
  }

  .x-news-slider-arrow.for-right {
    margin-right: 0;
  }

  .x-news-slider-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .x-news-slider-title {
    margin-bottom: 12px;
  }

  .x-mobile-brand {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .x-list-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-block-label.for-sticky {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .x-contact-sheet {
    padding: 24px;
  }

  .x-contact-sheet-row {
    width: 100%;
  }

  .x-contact-sheet-name {
    font-size: 20px;
    line-height: 24px;
  }

  .x-flex {
    flex: 0 auto;
  }

  .x-flex.for-request-val {
    justify-content: space-between;
    margin-top: 8px;
    padding-left: 56px;
  }

  .x-flex.for-request-data {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: 0;
  }

  .x-flex.for-day-block, .x-flex.for-cal {
    flex-direction: column;
  }

  .x-flex.for-manage-sub-nav {
    margin-bottom: 16px;
  }

  .x-flex.for-cal-type {
    justify-content: center;
  }

  .x-flex.for-request-time {
    font-size: 10px;
    position: absolute;
    top: 16px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .x-flex.for-clock-in {
    bottom: 15px;
  }

  .x-flex.for-expense {
    flex-direction: column;
    align-items: flex-start;
  }

  .x-item-label {
    margin-right: 16px;
    line-height: 20px;
  }

  .x-sheet-search {
    width: 100%;
  }

  .x-input-wrapper {
    border-radius: 0;
    padding: 8px 16px;
  }

  .x-input-wrapper.for-subpage {
    padding-top: 14px;
  }

  .x-input-wrapper.for-subpage.review {
    border-radius: 9px;
  }

  .x-input-header {
    margin-bottom: 24px;
    margin-left: 48px;
  }

  .x-rate-block {
    margin-left: -8px;
    margin-right: -8px;
  }

  .x-rate-col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .x-rate-col.for-total {
    margin-top: 8px;
  }

  .x-input-group {
    margin-left: -8px;
    margin-right: -8px;
  }

  .x-input-group.for-radio {
    margin-left: -4px;
    margin-right: -4px;
  }

  .x-input-col {
    padding-left: 8px;
    padding-right: 8px;
  }

  .x-form-opt {
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .x-request-card {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: relative;
  }

  .x-request-card:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .x-list-date {
    width: 56px;
    flex: none;
  }

  .x-emphasis-label.for-large {
    font-size: 28px;
    line-height: 36px;
  }

  .x-more-menu-block {
    top: 12px;
  }

  .x-request-info {
    margin-top: 4px;
  }

  .x-data-prog-block {
    padding: 16px;
  }

  .x-prog-marker {
    width: 80px;
    font-size: 8px;
  }

  .x-file-view-block {
    padding: 16px;
  }

  .x-file-list {
    margin-top: 8px;
  }

  .x-file-container {
    width: 100%;
  }

  .x-file-thumb {
    width: 40px;
    height: 40px;
  }

  .x-file-name {
    width: 128px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 12px;
    line-height: 20px;
  }

  .x-page-tab-block {
    margin-bottom: 8px;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 8px;
    padding-left: 16px;
    overflow: auto;
  }

  .x-page-tab-block.for-manage {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    top: 64px;
  }

  .x-page-tab-nav {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    display: block;
    position: relative;
  }

  .x-page-option-block {
    min-width: 320px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .x-page-option-img {
    width: 80px;
    height: 80px;
  }

  .x-input-picker {
    margin-bottom: 8px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .x-input-section {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-input-day-col {
    width: 100%;
    border-bottom: 1px solid var(--line-blue);
    border-right-style: none;
    display: flex;
  }

  .x-input-day-plan {
    width: 96px;
    border-right: 1px solid var(--line-blue);
    border-bottom-style: none;
  }

  .x-link.for-reset {
    margin-left: 0;
    margin-right: 0;
  }

  .hr-center-container {
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    top: -64px;
  }

  .x-lv-balance-block {
    margin-bottom: 0;
    padding: 16px;
  }

  .x-lv-view-block {
    padding: 0;
  }

  .x-lv-leave-row {
    grid-template-columns: 88px 1fr;
  }

  .x-lv-leave-list-wrapper {
    margin-left: 0;
  }

  .x-lv-leave-container {
    padding: 8px;
  }

  .x-lv-view-header {
    margin-left: -8px;
    margin-right: -8px;
    padding: 16px 24px 4px;
  }

  .x-cal-header {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .x-cal-opt {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .x-cal-type {
    width: 100%;
  }

  .x-cal-date-list {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .x-cal-date-label {
    height: 56px;
    font-size: 12px;
  }

  .x-cal-opt-range {
    margin-bottom: 8px;
  }

  .x-request-day {
    min-width: 64px;
    flex: none;
    margin-left: 0;
    padding: 0 8px;
  }

  .x-lv-request-block {
    margin-top: 8px;
    display: block;
  }

  .x-lv-request-grid {
    grid-template-columns: repeat(auto-fit, minmax(56px, 66px));
  }

  .x-sub-app-nav-block {
    bottom: 60px;
  }

  .x-input-toggle.for-setting {
    position: absolute;
    top: 20px;
    bottom: auto;
    left: auto;
    right: 24px;
  }

  .x-trip-data-row {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr .85fr;
  }

  .x-trip-claim-container {
    flex-direction: column;
    display: flex;
  }

  .x-nav-account-menu {
    width: 280px;
    perspective-origin: 0 0;
    transform-origin: 0 0;
    padding-top: 46px;
    left: 8px;
    right: auto;
  }

  .x-nav-account-close {
    left: auto;
    right: 8px;
  }

  .x-nav-account-container {
    padding-top: 0;
  }

  .x-action-modal-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .x-case-current-block {
    border-radius: 0;
    margin-bottom: 8px;
    padding: 16px;
  }

  .x-case-current-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  .x-case-current-card-stats {
    font-size: 16px;
  }

  .x-manage-wrapper.for-edit {
    padding-top: 16px;
  }

  .x-manage-container {
    border-top: 1px solid var(--line-blue);
    box-shadow: none;
    margin-bottom: 0;
    margin-left: -24px;
    margin-right: -24px;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .x-manage-row {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    border-bottom: 1px solid var(--dark-line-blue);
    grid-template: "Label Label"
                   "Data Control"
                   / 1fr 40px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 12px 12px 16px 24px;
  }

  .x-manage-row.for-setting {
    padding-right: 24px;
    display: block;
    position: relative;
  }

  .x-input-radio-opt-label {
    white-space: nowrap;
  }

  .x-manage-p {
    border-bottom: 1px solid var(--dark-line-blue);
    margin-bottom: 12px;
    padding-bottom: 8px;
    padding-right: 72px;
  }

  .x-noti-menu {
    width: 100%;
    perspective-origin: 50% 100%;
    transform-origin: 50% 100%;
    padding-top: 24px;
    padding-bottom: 64px;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .x-list-condense-range {
    font-size: 18px;
  }

  .x-doc-manager-block {
    padding-left: 0;
    padding-right: 0;
  }

  .x-doc-link {
    grid-column-gap: 8px;
    grid-template-columns: 40px 1fr 40px;
    grid-template-areas: "Doc-Icon Doc-Name Doc-Opt";
  }

  .x-frameless {
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-doc-label {
    display: block;
  }

  .x-goal-block {
    margin-left: -16px;
    margin-right: -16px;
  }

  .x-goal-link {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
  }

  .x-goal-link.for-done {
    flex-wrap: nowrap;
  }

  .x-goal-indicator {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }

  .x-breadcrumb-block {
    margin-left: -24px;
    margin-right: -24px;
  }

  .x-breadcrumb-back {
    padding: 6px;
  }

  .x-breadcrumb-link {
    padding: 6px 4px;
  }

  .x-news-highlight-grid {
    grid-row-gap: 16px;
  }

  .x-news-thumb {
    height: 320px;
  }

  .x-news-thumb.for-small {
    height: 160px;
  }

  .x-news-link.block {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .x-news-grid-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .x-news-grid-item {
    border-style: solid solid none;
    border-right-width: 1px;
    border-right-color: var(--line-blue);
    border-bottom-width: 1px;
    border-bottom-color: var(--line-blue);
    border-left-width: 1px;
    border-left-color: var(--line-blue);
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-news-grid-item.larger {
    height: 350px;
    border-left-width: 0;
  }

  .x-news-grid-item.larger._2, .x-news-grid-item.larger._4, .x-news-grid-item.larger._6 {
    border-left-width: 0;
  }

  .x-news-grid-item.for-middle {
    border-right-style: solid;
    border-right-width: 1px;
  }

  .x-news-grid-container.long {
    padding-top: 20px;
  }

  .x-news-grid-title {
    font-size: 16px;
    line-height: 24px;
  }

  .x-news-view-richtext {
    padding: 24px 0;
    font-size: 16px;
    line-height: 24px;
  }

  .x-manage-row-group {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .x-embed-cal-nav-button {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    display: block;
    position: relative;
  }

  .x-cat-type-val {
    margin-left: 40px;
  }

  .x-cal-type-toggle {
    min-width: 260px;
  }

  .x-leave-balance-card {
    padding: 24px;
  }

  .x-leave-balance-val {
    font-size: 20px;
    line-height: 24px;
  }

  .x-checkln-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-checkin-item {
    display: block;
  }

  .x-checkin-info {
    padding: 24px;
    display: block;
  }

  .x-checkin-action {
    border-left-style: none;
    display: none;
  }

  .x-checkin-q-item {
    padding-left: 32px;
  }

  .x-tcal-event-user {
    flex: none;
  }

  .x-category-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .x-category-link {
    width: 48%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding-top: 48%;
    padding-bottom: 0%;
    display: flex;
    position: relative;
  }

  .x-category-link.inactive {
    opacity: 1;
    overflow: visible;
  }

  .x-category-box {
    margin-top: -100%;
  }

  .x-category-img {
    height: 65px;
    margin-bottom: 0;
  }

  .x-category-text {
    margin: 8px 16px 0;
    font-size: 18px;
    line-height: 23px;
  }

  .x-insur-list {
    margin-left: -16px;
    margin-right: -16px;
  }

  .x-insur-list.for-choice {
    margin-left: -8px;
    margin-right: -8px;
  }

  .x-insur-item {
    display: block;
  }

  .x-insur-item-info {
    flex-wrap: wrap;
    padding: 16px;
  }

  .x-insur-data {
    margin-left: 16px;
  }

  .x-insur-thumb {
    width: 40px;
    height: 40px;
  }

  .x-insur-action {
    padding: 24px;
    display: none;
  }

  .x-insur-item-link {
    display: block;
  }

  .x-insur-button {
    width: 100%;
    text-align: center;
    flex: none;
    margin-top: 8px;
    position: static;
  }

  .x-empty-img {
    width: 110px;
  }

  .x-dashboard-grid {
    width: 100%;
  }

  .x-checklist-block {
    padding: 16px 16px 32px;
  }

  .x-block-action {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .x-page-header-container {
    display: block;
  }

  .x-page-header-container.review {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }

  .x-dashboard-block {
    padding: 16px 16px 32px;
  }

  .x-page-subnav {
    justify-content: flex-start;
    overflow: auto;
  }

  .x-page-subnav-link {
    white-space: nowrap;
  }

  .x-item-history {
    margin-left: 0;
  }

  .xf-upform-main {
    padding-left: 24px;
  }

  .x-exp-group-block {
    padding: 12px;
  }

  .x-exp-group-item {
    padding-left: 40px;
  }

  .x-pa-block {
    font-size: 10px;
    top: 64px;
  }

  .x-clock-block {
    margin-bottom: 0;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .x-clock-review-info {
    padding-left: 16px;
    padding-right: 12px;
  }

  .x-clock-review-container {
    margin-left: -16px;
    margin-right: -16px;
  }

  .x-clock-review-day {
    width: 80px;
    font-size: 12px;
  }

  .x-clock-review-prog-block {
    display: none;
  }

  .x-clock-session-list {
    margin-left: -16px;
    margin-right: -16px;
  }

  .x-form-checker {
    padding-left: 8px;
    padding-right: 8px;
  }

  .x-input-upload {
    width: 40px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5em;
    top: 11%;
    right: 2%;
  }

  .x-input-attachment-container {
    margin-top: -1px;
    padding: 0 4px 4px;
  }

  .x-apprai-row {
    grid-column-gap: 8px;
    grid-template-columns: 40px 1fr 40px;
    grid-template-areas: "Doc-Icon Doc-Name Doc-Opt";
  }

  .x-goal-row {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    position: relative;
  }

  .x-goal-row:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .x-evaluate-row {
    grid-column-gap: 8px;
    grid-template-columns: 40px 1fr 40px;
    grid-template-areas: "Doc-Icon Doc-Name Doc-Opt";
  }

  .x-input-picker-2 {
    margin-bottom: 8px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .x-button-2 {
    flex: 1;
    margin-left: 4px;
    margin-right: 4px;
  }

  .x-news-thumb-small {
    max-height: 163.69px;
    max-width: 291px;
    min-height: 132.75px;
    min-width: 236px;
  }

  .x-news-thumb-small.for-small {
    height: 160px;
  }

  .x-news-grid-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .x-news-header {
    height: auto;
    min-width: 0;
  }

  .x-news-header.for-small {
    height: 160px;
  }

  .x-news-thumb-copy {
    height: 320px;
  }

  .x-news-thumb-copy.for-small {
    height: 160px;
  }

  .x-news-highlight-header {
    grid-row-gap: 16px;
  }

  .x-news-grid-ttl {
    font-size: 16px;
    line-height: 24px;
  }

  .x-input-toggle-btn, .x-input-toggle-btn.w--redirected-checked {
    position: absolute;
  }

  .x-input-toggle-label-for-ot-claim {
    height: 100%;
  }

  .x-input-group-copy {
    margin-left: -8px;
    margin-right: -8px;
  }

  .x-input-group-copy.for-radio {
    margin-left: -4px;
    margin-right: -4px;
  }

  .x-card-wrapper {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .x-page-banner {
    justify-content: flex-start;
    overflow: auto;
  }

  .x-input-row-2 {
    min-width: 0;
  }
}

#w-node-_689c3e9f-e8e4-c147-52de-ff0022e7a8a4-3c61dccc {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-eaed9bd4-e28f-1eab-a279-c9e63a78a1af-3c61dccc, #w-node-_40f0c0d9-1c65-f861-ff2d-052798a518c2-3c61dccc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2911ff37-044a-bcf5-b1c8-e8097cc2f557-3c61dccf {
  grid-area: Label;
}

#w-node-bd5eb0ef-0f3f-e953-d3e9-6a7052f0fbee-3c61dccf {
  grid-area: Data;
}

#w-node-_232a0fe1-4adc-42d6-0376-82bdef8fcb1a-3c61dccf {
  grid-area: Label;
}

#w-node-_8cf03b59-098e-aa2a-bf7d-5d9de1cde0b2-3c61dccf {
  grid-area: Data;
}

#w-node-e54cba14-e287-1eaf-92d4-5faaae0f3097-3c61dccf {
  grid-area: Label;
}

#w-node-e640323a-2760-14bd-2480-90679dc154df-3c61dccf {
  grid-area: Data;
}

#w-node-_45a2178e-d9b2-8dac-cea5-a57b041fae14-3c61dccf {
  grid-area: Label;
}

#w-node-ea4426d5-dce3-b07e-f13b-457208c9abe8-3c61dccf {
  grid-area: Data;
}

#w-node-_498b7321-3abd-5ca5-1840-dd14888eda39-3c61dccf {
  grid-area: Label;
  align-self: start;
}

#w-node-_90999b19-d5a8-cb3b-40b8-c0a732839849-3c61dccf {
  grid-area: Data;
}

#w-node-_3446e85d-3a5c-d285-7ee0-4eb3366452ba-3c61dccf {
  grid-area: Label;
}

#w-node-_3446e85d-3a5c-d285-7ee0-4eb3366452bc-3c61dccf {
  grid-area: Data;
}

#w-node-eb47981a-6e3e-acbe-17b3-7ad9335199ef-3c61dccf {
  grid-area: Label;
}

#w-node-_45acae84-5bc0-5b8e-b2f8-ffd8ffc2128e-3c61dccf {
  grid-area: Data;
}

#w-node-_25020afa-729d-be9f-c291-b675d5bac413-3c61dccf {
  grid-area: Label;
}

#w-node-_17dc4205-cc6f-2bc0-48b9-e908186025df-3c61dccf {
  grid-area: Data;
}

#w-node-_676ca033-8af1-201c-e72f-da44ac2418b9-3c61dccf {
  grid-area: Label;
}

#w-node-_676ca033-8af1-201c-e72f-da44ac2418bb-3c61dccf {
  grid-area: Data;
}

#w-node-_35d4e73d-74e2-438e-ba6d-1c392046e243-3c61dccf {
  grid-area: Label;
}

#w-node-ea73c175-cd85-40a1-8900-40c6ea683965-3c61dccf {
  grid-area: Data;
}

#w-node-_35d4e73d-74e2-438e-ba6d-1c392046e24a-3c61dccf {
  grid-area: Label;
}

#w-node-_94a5ab45-252e-84f2-e020-ff9cc753cf7e-3c61dccf {
  grid-area: Data;
}

#w-node-_0ad09512-77f7-64a4-d4ad-31a9124c7b10-3c61dccf {
  grid-area: Label;
}

#w-node-_0ad09512-77f7-64a4-d4ad-31a9124c7b12-3c61dccf {
  grid-area: Data;
}

#w-node-_0ad09512-77f7-64a4-d4ad-31a9124c7b1a-3c61dccf {
  grid-area: Label;
}

#w-node-_0ad09512-77f7-64a4-d4ad-31a9124c7b1c-3c61dccf {
  grid-area: Data;
}

#w-node-_696c0fb0-6116-721b-6a42-c4ad0d11583e-3c61dccf {
  grid-area: Label;
}

#w-node-_696c0fb0-6116-721b-6a42-c4ad0d115840-3c61dccf {
  grid-area: Data;
}

#w-node-_696c0fb0-6116-721b-6a42-c4ad0d115848-3c61dccf {
  grid-area: Label;
  align-self: start;
}

#w-node-_696c0fb0-6116-721b-6a42-c4ad0d11584a-3c61dccf {
  grid-area: Data;
}

#w-node-dfef4f97-8ff3-755f-901f-4199da9d7180-3c61dccf {
  grid-area: Label;
  align-self: auto;
}

#w-node-dfef4f97-8ff3-755f-901f-4199da9d7182-3c61dccf {
  grid-area: Data;
}

#w-node-_319b97de-551f-ab1b-dca4-7822a4675e48-3c61dccf {
  grid-area: Label;
  align-self: start;
}

#w-node-_319b97de-551f-ab1b-dca4-7822a4675e4a-3c61dccf {
  grid-area: Data;
}

#appraisal-arrow.w-node-_0cd72314-d8e3-72da-963a-556a691ab1ab-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab1ad-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab1cb-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab1cd-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab1e1-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab1e3-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab1f7-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab1f9-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#appraisal-arrow.w-node-_0cd72314-d8e3-72da-963a-556a691ab211-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab213-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab231-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab233-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab247-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab249-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab25d-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab25f-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#appraisal-arrow.w-node-_0cd72314-d8e3-72da-963a-556a691ab277-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab279-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab297-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab299-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab2ad-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab2af-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab2c3-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab2c5-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#appraisal-arrow.w-node-_0cd72314-d8e3-72da-963a-556a691ab2dd-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab2df-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab2fd-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab2ff-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab313-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab315-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab329-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cd72314-d8e3-72da-963a-556a691ab32b-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#appraisal-arrow.w-node-_6a92e274-51e7-e4e6-be22-9670cf388f1d-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388f1f-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388f3d-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388f3f-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388f53-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388f55-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388f69-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388f6b-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#appraisal-arrow.w-node-_6a92e274-51e7-e4e6-be22-9670cf388f83-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388f85-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388fa3-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388fa5-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388fb9-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388fbb-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388fcf-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388fd1-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#appraisal-arrow.w-node-_6a92e274-51e7-e4e6-be22-9670cf388fe9-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf388feb-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf389009-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf38900b-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf38901f-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf389021-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf389035-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf389037-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#appraisal-arrow.w-node-_6a92e274-51e7-e4e6-be22-9670cf38904f-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf389051-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf38906f-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf389071-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf389085-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf389087-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf38909b-3c61dcd7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a92e274-51e7-e4e6-be22-9670cf38909d-3c61dcd7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9530a46e-d490-1cf1-4b99-fb6c7cfd8d58-3c61dcda {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-bd0fcbe5-3bfb-121e-d864-efea40aebac2-3c61dcda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b10c5070-c848-9b12-0fc5-e5ad66e2d87f-3c61dcda {
  grid-area: Days;
}

#w-node-a927ebc6-c9d7-f21d-8fd7-d9fda8799022-3c61dcda {
  grid-area: Status;
}

#w-node-_120ff25e-fec2-6c06-f538-2dbe2ca08c7e-3c61dcda {
  grid-area: Date;
}

#w-node-_99dffd32-4694-5e6c-52c5-d317095315b8-3c61dcda {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_232a0fe1-4adc-42d6-0376-82bdef8fcb1a-3c61dce5 {
  grid-area: Label;
}

#w-node-_8cf03b59-098e-aa2a-bf7d-5d9de1cde0b2-3c61dce5 {
  grid-area: Data;
}

#w-node-_232a0fe1-4adc-42d6-0376-82bdef8fcb20-3c61dce5 {
  grid-area: Control;
}

#w-node-_77529410-9051-138f-7be5-ff11e0309fce-3c61dce5 {
  grid-area: Label;
}

#w-node-_77529410-9051-138f-7be5-ff11e0309fd0-3c61dce5 {
  grid-area: Data;
}

#w-node-_9576fe6a-4a02-62aa-a4f6-5c176e20275d-3c61dce5 {
  grid-area: Label;
}

#w-node-_9576fe6a-4a02-62aa-a4f6-5c176e20275f-3c61dce5 {
  grid-area: Data;
}

#w-node-_09a5cff1-b322-ed56-f53f-b6f30ab24a92-3c61dce5 {
  grid-area: Label;
}

#w-node-_09a5cff1-b322-ed56-f53f-b6f30ab24a94-3c61dce5 {
  grid-area: Data;
}

#w-node-_00be5bf3-51b5-3116-2df2-335a39ce070e-3c61dce5 {
  grid-area: Label;
}

#w-node-_00be5bf3-51b5-3116-2df2-335a39ce0710-3c61dce5 {
  grid-area: Data;
}

#w-node-_00be5bf3-51b5-3116-2df2-335a39ce0715-3c61dce5 {
  grid-area: Control;
}

#w-node-_00be5bf3-51b5-3116-2df2-335a39ce0718-3c61dce5 {
  grid-area: Label;
}

#w-node-_00be5bf3-51b5-3116-2df2-335a39ce071a-3c61dce5 {
  grid-area: Data;
}

#w-node-_00be5bf3-51b5-3116-2df2-335a39ce0720-3c61dce5 {
  grid-area: Label;
}

#w-node-_00be5bf3-51b5-3116-2df2-335a39ce0722-3c61dce5 {
  grid-area: Data;
}

#w-node-_456606a5-aed3-8be8-5a88-873b66b64ea1-3c61dce5 {
  grid-area: Label;
}

#w-node-_456606a5-aed3-8be8-5a88-873b66b64ea3-3c61dce5 {
  grid-area: Data;
}

#w-node-_456606a5-aed3-8be8-5a88-873b66b64ea8-3c61dce5 {
  grid-area: Control;
}

#w-node-_507f564b-9691-74d4-490f-bb302e355a42-3c61dce5 {
  grid-area: Label;
}

#w-node-_507f564b-9691-74d4-490f-bb302e355a44-3c61dce5 {
  grid-area: Data;
}

#w-node-_22c4a925-a2fe-c2f0-4645-473031e78dd3-3c61dce5 {
  grid-area: Label;
}

#w-node-_22c4a925-a2fe-c2f0-4645-473031e78dd5-3c61dce5 {
  grid-area: Data;
}

#w-node-_231eb134-4b8e-2e52-15c4-9ba8c76fae54-3c61dce5 {
  grid-area: Label;
}

#w-node-_231eb134-4b8e-2e52-15c4-9ba8c76fae56-3c61dce5 {
  grid-area: Data;
}

#w-node-_2ddadc34-a628-f988-37f4-2e176ebec0f0-3c61dce5 {
  grid-area: Label;
}

#w-node-_2ddadc34-a628-f988-37f4-2e176ebec0f2-3c61dce5 {
  grid-area: Data;
}

#w-node-d2554e42-3539-3125-48b1-a91630dbacf3-3c61dce5 {
  grid-area: Label;
}

#w-node-d2554e42-3539-3125-48b1-a91630dbacf5-3c61dce5 {
  grid-area: Data;
}

#w-node-efed2af6-03be-4045-cc78-57eafcef15c8-3c61dce5 {
  grid-area: Label;
}

#w-node-efed2af6-03be-4045-cc78-57eafcef15ca-3c61dce5 {
  grid-area: Data;
}

#w-node-e3f2b0bf-49a3-9e4a-f9d5-1adc307aeb74-3c61dce5 {
  grid-area: Label;
}

#w-node-e3f2b0bf-49a3-9e4a-f9d5-1adc307aeb76-3c61dce5 {
  grid-area: Data;
}

#w-node-bd0b843c-304c-e590-5446-c5e8d5cd33b4-3c61dce5 {
  grid-area: Label;
}

#w-node-bd0b843c-304c-e590-5446-c5e8d5cd33b6-3c61dce5 {
  grid-area: Data;
}

#w-node-_71acfde0-6234-477f-faf1-997d53ebec56-3c61dce5 {
  grid-area: Label;
}

#w-node-_71acfde0-6234-477f-faf1-997d53ebec58-3c61dce5 {
  grid-area: Data;
}

#w-node-_232a0fe1-4adc-42d6-0376-82bdef8fcb1a-3c61dce6 {
  grid-area: Label;
}

#w-node-_8cf03b59-098e-aa2a-bf7d-5d9de1cde0b2-3c61dce6 {
  grid-area: Data;
}

#w-node-_232a0fe1-4adc-42d6-0376-82bdef8fcb20-3c61dce6 {
  grid-area: Control;
}

#w-node-f27ca02b-7218-cde3-cae1-c9d1e0d71460-3c61dce6 {
  grid-area: Label;
}

#w-node-f27ca02b-7218-cde3-cae1-c9d1e0d71462-3c61dce6 {
  grid-area: Data;
}

#w-node-_25020afa-729d-be9f-c291-b675d5bac413-3c61dce6 {
  grid-area: Label;
}

#w-node-_17dc4205-cc6f-2bc0-48b9-e908186025df-3c61dce6 {
  grid-area: Data;
}

#w-node-_923cacb4-6252-437b-ee52-e47733da6b36-3c61dce6 {
  grid-area: Label;
}

#w-node-_923cacb4-6252-437b-ee52-e47733da6b38-3c61dce6 {
  grid-area: Data;
}

#w-node-_923cacb4-6252-437b-ee52-e47733da6b3d-3c61dce6 {
  grid-area: Control;
}

#w-node-_81f8b462-de64-8df4-9f2e-b921a2df1d2a-3c61dce6 {
  grid-area: Label;
}

#w-node-_81f8b462-de64-8df4-9f2e-b921a2df1d2c-3c61dce6 {
  grid-area: Data;
}

#w-node-_91b4c637-a3dd-cd2d-053e-1c68d4496604-3c61dce6 {
  grid-area: Label;
  align-self: start;
}

#w-node-_91b4c637-a3dd-cd2d-053e-1c68d4496606-3c61dce6 {
  grid-area: Data;
}

#w-node-_35d4e73d-74e2-438e-ba6d-1c392046e23c-3c61dce6 {
  grid-area: Label;
}

#w-node-_499b410f-a72a-f72f-3f09-2e8aa966d2fe-3c61dce6 {
  grid-area: Data;
}

#w-node-_159d0ba0-8a5c-2b46-5804-fa9a83ccfffb-3c61dce6 {
  grid-area: Control;
}

#w-node-e25aff71-b256-2967-f815-1943ce730985-3c61dce6 {
  grid-area: Label;
}

#w-node-e25aff71-b256-2967-f815-1943ce730987-3c61dce6 {
  grid-area: Data;
}

#w-node-e25aff71-b256-2967-f815-1943ce73098c-3c61dce6 {
  grid-area: Control;
}

#w-node-_5bbeed1f-756c-8831-069f-ab5918b3d850-3c61dce6 {
  grid-area: Label;
}

#w-node-_5bbeed1f-756c-8831-069f-ab5918b3d852-3c61dce6 {
  grid-area: Data;
}

#w-node-cac4b29f-ac0a-2661-6980-09a23a13f46c-3c61dced, #w-node-_9b8b80e3-baa8-f245-0b2f-c7f4979bac98-3c61dced, #w-node-_7f6c7dce-e4bb-01e3-d659-1d5354c3bf87-3c61dced, #w-node-cac4b29f-ac0a-2661-6980-09a23a13f49c-3c61dced {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ac469f-62af-c3d9-0b49-73705b3ce938-3c61dced, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61dced {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#appraisal-arrow.w-node-_295bab12-ce78-c1ed-b81d-9a097dcc8a80-3c61dced, #appraisal-arrow.w-node-c047f0c1-ddec-ef7c-5c23-26aeeb152468-3c61dced, #appraisal-arrow.w-node-_5eb36e5d-db7e-99e2-639e-dd55193225ba-3c61dced, #appraisal-arrow.w-node-_62b667ea-3057-7d7a-b0d4-2c29bd4e9096-3c61dced {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43fbea6e-e1d5-df7c-6e53-e4e19a131ac3-3c61dcf0 {
  grid-area: Doc-Name;
}

#w-node-b4614c08-9069-45dd-b322-6db1db04748e-3c61dcf0 {
  grid-area: Doc-Type;
}

#w-node-ac928178-01ea-4c8f-53da-f74d6442a86f-3c61dcf0 {
  grid-area: Doc-Size;
}

#w-node-de4c8bec-d092-67fd-523a-4a4e3ccb6e20-3c61dcf0 {
  grid-area: Doc-Opt;
}

#w-node-c508f126-d079-8565-d19d-ea66a1fe9bb0-3c61dcf0 {
  grid-area: Doc-Name;
}

#w-node-c508f126-d079-8565-d19d-ea66a1fe9bb2-3c61dcf0 {
  grid-area: Doc-Type;
}

#w-node-c508f126-d079-8565-d19d-ea66a1fe9bb4-3c61dcf0 {
  grid-area: Doc-Size;
}

#w-node-c508f126-d079-8565-d19d-ea66a1fe9bb8-3c61dcf0 {
  grid-area: Doc-Opt;
}

#w-node-_586e76cb-5021-a092-2372-08a2b4ba9887-3c61dcf0 {
  grid-area: Doc-Name;
}

#w-node-_586e76cb-5021-a092-2372-08a2b4ba9889-3c61dcf0 {
  grid-area: Doc-Type;
}

#w-node-_586e76cb-5021-a092-2372-08a2b4ba988b-3c61dcf0 {
  grid-area: Doc-Size;
}

#w-node-_586e76cb-5021-a092-2372-08a2b4ba988f-3c61dcf0 {
  grid-area: Doc-Opt;
}

#w-node-_0614f81a-2efd-2c1d-1a93-12092c848720-3c61dcf0 {
  grid-area: Doc-Name;
}

#w-node-_0614f81a-2efd-2c1d-1a93-12092c848722-3c61dcf0 {
  grid-area: Doc-Type;
}

#w-node-_0614f81a-2efd-2c1d-1a93-12092c848724-3c61dcf0 {
  grid-area: Doc-Size;
}

#w-node-_0614f81a-2efd-2c1d-1a93-12092c848728-3c61dcf0 {
  grid-area: Doc-Opt;
}

#w-node-_58bbaf84-c396-34ac-19eb-c24c2a6b91b8-3c61dcf0 {
  grid-area: Doc-Name;
}

#w-node-_58bbaf84-c396-34ac-19eb-c24c2a6b91ba-3c61dcf0 {
  grid-area: Doc-Type;
}

#w-node-_58bbaf84-c396-34ac-19eb-c24c2a6b91bc-3c61dcf0 {
  grid-area: Doc-Size;
}

#w-node-_58bbaf84-c396-34ac-19eb-c24c2a6b91c0-3c61dcf0 {
  grid-area: Doc-Opt;
}

#w-node-_0a166e5c-14bb-2708-bf36-234f650ed48f-3c61dcf0 {
  grid-area: Doc-Name;
}

#w-node-_0a166e5c-14bb-2708-bf36-234f650ed491-3c61dcf0 {
  grid-area: Doc-Type;
}

#w-node-_0a166e5c-14bb-2708-bf36-234f650ed493-3c61dcf0 {
  grid-area: Doc-Size;
}

#w-node-_0a166e5c-14bb-2708-bf36-234f650ed497-3c61dcf0 {
  grid-area: Doc-Opt;
}

#w-node-aa5f1bd3-ac17-e233-f748-1b62ba7bd16b-3c61dcf0 {
  grid-area: Doc-Name;
}

#w-node-_07307b69-f28d-30db-e3bb-bae30aff8963-3c61dcf0 {
  grid-area: Doc-Type;
}

#w-node-_07307b69-f28d-30db-e3bb-bae30aff8965-3c61dcf0 {
  grid-area: Doc-Opt;
}

#w-node-_07307b69-f28d-30db-e3bb-bae30aff8967-3c61dcf0 {
  grid-area: Doc-Size;
}

#w-node-a060f167-0479-a876-30e9-0e650ffcc90f-3c61dcf0 {
  grid-area: Doc-Name;
}

#w-node-_4a5ff2a5-3189-fea7-09e8-f699ce0c5547-3c61dcf0 {
  grid-area: Doc-Type;
}

#w-node-_4a5ff2a5-3189-fea7-09e8-f699ce0c554b-3c61dcf0 {
  grid-area: Doc-Size;
}

#w-node-_2a553610-e967-30fb-ad5e-f9f04298499c-3c61dcf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20c63d7b-c012-c593-2307-e068e396a806-3c61dcf0 {
  grid-area: Doc-Name;
}

#w-node-_20c63d7b-c012-c593-2307-e068e396a80b-3c61dcf0 {
  grid-area: Doc-Type;
}

#w-node-_20c63d7b-c012-c593-2307-e068e396a80d-3c61dcf0 {
  grid-area: Doc-Size;
}

#w-node-_6aa5693b-a059-0fbf-9ab9-2419a1016653-3c61dcf0 {
  grid-area: Doc-Name;
}

#w-node-_6aa5693b-a059-0fbf-9ab9-2419a1016658-3c61dcf0 {
  grid-area: Doc-Type;
}

#w-node-_6aa5693b-a059-0fbf-9ab9-2419a101665a-3c61dcf0 {
  grid-area: Doc-Size;
}

#w-node-ffd4eacc-7b23-8596-10f8-115e0e4afcb6-3c61dcf0 {
  grid-area: Doc-Name;
}

#w-node-ffd4eacc-7b23-8596-10f8-115e0e4afcbb-3c61dcf0 {
  grid-area: Doc-Type;
}

#w-node-ffd4eacc-7b23-8596-10f8-115e0e4afcbd-3c61dcf0 {
  grid-area: Doc-Size;
}

#w-node-dcd8d360-ff04-3d57-50d5-a525c6b65287-3c61dcf0 {
  grid-area: Doc-Name;
}

#w-node-dcd8d360-ff04-3d57-50d5-a525c6b6528c-3c61dcf0 {
  grid-area: Doc-Type;
}

#w-node-dcd8d360-ff04-3d57-50d5-a525c6b6528e-3c61dcf0 {
  grid-area: Doc-Size;
}

#w-node-_232a0fe1-4adc-42d6-0376-82bdef8fcb1a-3c61dd2a {
  grid-area: Label;
}

#w-node-_8cf03b59-098e-aa2a-bf7d-5d9de1cde0b2-3c61dd2a {
  grid-area: Data;
}

#w-node-_239229b9-fd9e-883b-cc89-988c0d1814db-3c61dd2a {
  grid-area: Control;
}

#w-node-e54cba14-e287-1eaf-92d4-5faaae0f3097-3c61dd2a {
  grid-area: Label;
}

#w-node-e640323a-2760-14bd-2480-90679dc154df-3c61dd2a {
  grid-area: Data;
}

#w-node-_0f219b53-8cba-ea14-7c03-c81809aaa0b7-3c61dd2a {
  grid-area: Control;
}

#w-node-_498b7321-3abd-5ca5-1840-dd14888eda39-3c61dd2a {
  grid-area: Label;
}

#w-node-_90999b19-d5a8-cb3b-40b8-c0a732839849-3c61dd2a {
  grid-area: Data;
}

#w-node-_73b2c522-079a-5976-1e98-466f8eb2bcaa-3c61dd2a {
  grid-area: Control;
}

#w-node-_45a2178e-d9b2-8dac-cea5-a57b041fae14-3c61dd2a {
  grid-area: Label;
}

#w-node-ea4426d5-dce3-b07e-f13b-457208c9abe8-3c61dd2a {
  grid-area: Data;
}

#w-node-_88bc0872-8c9c-e985-43f8-5088fdabb625-3c61dd2a {
  grid-area: Control;
}

#w-node-eb47981a-6e3e-acbe-17b3-7ad9335199ef-3c61dd2a {
  grid-area: Label;
}

#w-node-_45acae84-5bc0-5b8e-b2f8-ffd8ffc2128e-3c61dd2a {
  grid-area: Data;
}

#w-node-_24286dee-7c7f-f3e3-83f3-d8c6cdb24dec-3c61dd2a {
  grid-area: Control;
}

#w-node-_25020afa-729d-be9f-c291-b675d5bac413-3c61dd2a {
  grid-area: Label;
}

#w-node-_17dc4205-cc6f-2bc0-48b9-e908186025df-3c61dd2a {
  grid-area: Data;
}

#w-node-_1f1c4701-f08c-64b9-25a9-fcf3eec55707-3c61dd2a {
  grid-area: Control;
}

#w-node-_7e3fafa8-d9e8-0f62-7d62-0887cd04fc34-3c61dd2a {
  grid-area: Label;
}

#w-node-_7e3fafa8-d9e8-0f62-7d62-0887cd04fc36-3c61dd2a {
  grid-area: Data;
}

#w-node-e2d2e204-d678-737e-9a47-011130c6cd5e-3c61dd2a {
  grid-area: Control;
}

#w-node-_83bd28a3-9dce-b340-0aa4-e26bbde598f1-3c61dd2a {
  grid-area: Label;
}

#w-node-_83bd28a3-9dce-b340-0aa4-e26bbde598f3-3c61dd2a {
  grid-area: Data;
}

#w-node-fc843540-e079-1fd8-12a3-4c7e465e44c0-3c61dd2a {
  grid-area: Control;
}

#w-node-cc78e997-537c-2a65-6eb6-b26d96dbd74c-3c61dd2a {
  grid-area: Label;
  align-self: start;
}

#w-node-cc78e997-537c-2a65-6eb6-b26d96dbd74e-3c61dd2a {
  grid-area: Data;
}

#w-node-_91050bd4-6541-7936-1423-cecebac41c65-3c61dd2a {
  grid-area: Control;
}

#w-node-cfdef55c-9d6e-83a8-3c91-8c13820fb4b3-3c61dd2a {
  grid-area: Label;
  align-self: start;
}

#w-node-cfdef55c-9d6e-83a8-3c91-8c13820fb4b5-3c61dd2a {
  grid-area: Data;
}

#w-node-cfdef55c-9d6e-83a8-3c91-8c13820fb4ba-3c61dd2a {
  grid-area: Control;
}

#w-node-_9912b067-266a-d466-df11-f48e52fb838d-3c61dd2a {
  grid-area: Label;
}

#w-node-_9912b067-266a-d466-df11-f48e52fb838f-3c61dd2a {
  grid-area: Data;
}

#w-node-_9912b067-266a-d466-df11-f48e52fb8394-3c61dd2a {
  grid-area: Control;
}

#w-node-_63462114-5d3d-3014-b428-cef5c0d88cf4-3c61dd2a {
  grid-area: Label;
}

#w-node-_63462114-5d3d-3014-b428-cef5c0d88cf6-3c61dd2a {
  grid-area: Data;
}

#w-node-_63462114-5d3d-3014-b428-cef5c0d88cfb-3c61dd2a {
  grid-area: Control;
}

#w-node-_6544a891-942a-ac6f-8792-48c05aabe16d-3c61dd2a {
  grid-area: Label;
}

#w-node-_6544a891-942a-ac6f-8792-48c05aabe16f-3c61dd2a {
  grid-area: Data;
}

#w-node-_6544a891-942a-ac6f-8792-48c05aabe174-3c61dd2a {
  grid-area: Control;
}

#w-node-_843fef16-3ff3-aa8e-bb25-d6dc731029ef-3c61dd2a {
  grid-area: Label;
}

#w-node-_843fef16-3ff3-aa8e-bb25-d6dc731029f1-3c61dd2a {
  grid-area: Data;
}

#w-node-_843fef16-3ff3-aa8e-bb25-d6dc731029f6-3c61dd2a {
  grid-area: Control;
}

#w-node-_5557c9ee-6505-b543-2ce7-88d6fd8a06f0-3c61dd2a {
  grid-area: Label;
}

#w-node-_5557c9ee-6505-b543-2ce7-88d6fd8a06f2-3c61dd2a {
  grid-area: Data;
}

#w-node-_5557c9ee-6505-b543-2ce7-88d6fd8a06f7-3c61dd2a {
  grid-area: Control;
}

#w-node-_42c8b851-1ebe-707f-fa11-c610644c8159-3c61dd2a {
  grid-area: Label;
}

#w-node-_42c8b851-1ebe-707f-fa11-c610644c815b-3c61dd2a {
  grid-area: Data;
}

#w-node-_42c8b851-1ebe-707f-fa11-c610644c8160-3c61dd2a {
  grid-area: Control;
}

#w-node-cac4b29f-ac0a-2661-6980-09a23a13f46c-3c61dd2c, #w-node-_9b8b80e3-baa8-f245-0b2f-c7f4979bac98-3c61dd2c, #w-node-_7f6c7dce-e4bb-01e3-d659-1d5354c3bf87-3c61dd2c, #w-node-cac4b29f-ac0a-2661-6980-09a23a13f49c-3c61dd2c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ac469f-62af-c3d9-0b49-73705b3ce938-3c61dd2c, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61dd2c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#appraisal-arrow.w-node-_295bab12-ce78-c1ed-b81d-9a097dcc8a80-3c61dd2c, #appraisal-arrow.w-node-c047f0c1-ddec-ef7c-5c23-26aeeb152468-3c61dd2c, #appraisal-arrow.w-node-_5eb36e5d-db7e-99e2-639e-dd55193225ba-3c61dd2c, #appraisal-arrow.w-node-_62b667ea-3057-7d7a-b0d4-2c29bd4e9096-3c61dd2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d641185-efde-cba1-43d0-35e32f59c040-3c61dd2d, #w-node-_8d641185-efde-cba1-43d0-35e32f59c04c-3c61dd2d, #w-node-_911a5e8d-3ce9-3dbf-f218-d4d470f8a0dc-3c61dd2d, #w-node-cc2f542b-ba40-06ea-d23d-24e74a1a7071-3c61dd2d, #w-node-e6dc187c-ce25-5963-805b-f591eebc5862-3c61dd2d, #w-node-ae03ac19-78de-ea6a-edfb-b6dd19499ca2-3c61dd2d, #w-node-_4fec49a4-386b-b43f-1956-4774866c3086-3c61dd2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ee1ed85-f769-69d6-bd2d-b9d354826ddd-3c61dd2d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cad2a59b-d46e-be72-a82e-1ed2f0fba5f0-3c61dd2d, #w-node-b9708b19-f61b-04c2-d3a5-e8f7f2eff069-3c61dd2d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a48ea155-d81f-9c14-8dd0-887fd34c4c2d-3c61dd2d, #w-node-b092f168-c222-b336-ab78-2a231ff4bf82-3c61dd2d, #w-node-c6d8e8aa-cef5-ccbf-ef60-73373c9f0e06-3c61dd2d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_232a0fe1-4adc-42d6-0376-82bdef8fcb1a-3c61dd2f {
  grid-area: Label;
}

#w-node-_8cf03b59-098e-aa2a-bf7d-5d9de1cde0b2-3c61dd2f {
  grid-area: Data;
}

#w-node-_232a0fe1-4adc-42d6-0376-82bdef8fcb20-3c61dd2f {
  grid-area: Control;
}

#w-node-baf58b98-133a-e516-4c55-19a37ceb2634-3c61dd2f {
  grid-area: Label;
}

#w-node-baf58b98-133a-e516-4c55-19a37ceb2636-3c61dd2f {
  grid-area: Data;
}

#w-node-baf58b98-133a-e516-4c55-19a37ceb263b-3c61dd2f {
  grid-area: Control;
}

#w-node-_1c86ca87-f409-bccc-468b-69bade240fed-3c61dd2f {
  grid-area: Label;
}

#w-node-_1c86ca87-f409-bccc-468b-69bade240fef-3c61dd2f {
  grid-area: Data;
}

#w-node-_1c86ca87-f409-bccc-468b-69bade240ff4-3c61dd2f {
  grid-area: Control;
}

#w-node-_4a381450-50ac-9626-9671-e1387fabce36-3c61dd2f {
  grid-area: Label;
}

#w-node-_4a381450-50ac-9626-9671-e1387fabce38-3c61dd2f {
  grid-area: Data;
}

#w-node-_4a381450-50ac-9626-9671-e1387fabce3d-3c61dd2f {
  grid-area: Control;
}

#w-node-cac4b29f-ac0a-2661-6980-09a23a13f46c-3c61dd43, #w-node-_9b8b80e3-baa8-f245-0b2f-c7f4979bac98-3c61dd43, #w-node-_7f6c7dce-e4bb-01e3-d659-1d5354c3bf87-3c61dd43, #w-node-cac4b29f-ac0a-2661-6980-09a23a13f49c-3c61dd43, #w-node-_846ccdbc-01ec-d068-0258-0f3ad81d5bbc-3c61dd43, #w-node-_846ccdbc-01ec-d068-0258-0f3ad81d5bc0-3c61dd43, #w-node-_846ccdbc-01ec-d068-0258-0f3ad81d5bc4-3c61dd43, #w-node-_846ccdbc-01ec-d068-0258-0f3ad81d5bd5-3c61dd43, #w-node-_049a3dea-dfe2-8316-8978-8025e4b69d42-3c61dd43, #w-node-f2a1c20a-2ef3-82a1-998c-235346861fe4-3c61dd43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ac469f-62af-c3d9-0b49-73705b3ce938-3c61dd43, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61dd43 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c994ed16-bcde-ad46-d2c0-6c87539dbe53-3c61dd43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7da4a9dc-e582-a9f6-1670-a4172540535e-3c61dd43 {
  justify-self: start;
}

#w-node-_13617957-1af4-03a1-e171-91177d62c2bb-3c61dd43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13617957-1af4-03a1-e171-91177d62c2bd-3c61dd43 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f6945b7d-e6ee-0eec-86ec-fa938256f181-3c61dd43 {
  justify-self: start;
}

#w-node-f6945b7d-e6ee-0eec-86ec-fa938256f184-3c61dd43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6945b7d-e6ee-0eec-86ec-fa938256f186-3c61dd43 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5667a2af-1074-5c36-4390-30758a173d15-3c61dd43 {
  justify-self: start;
}

#w-node-_5667a2af-1074-5c36-4390-30758a173d18-3c61dd43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5667a2af-1074-5c36-4390-30758a173d1a-3c61dd43 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_436f1a97-8da0-66be-def8-d6a98acbb48e-3c61dd43 {
  justify-self: start;
}

#w-node-_51417fb0-a6c2-2482-33f0-a3bfb3a128ad-3c61dd43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee777274-36a3-a51f-6738-40510b5df6c9-3c61dd43 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2f9a4070-8865-530e-3c2e-8b9ae7923afe-3c61dd43 {
  justify-self: start;
}

#w-node-_1e3ecd5e-ab56-eec1-6b0b-dfed29e87a0a-3c61dd43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e3ecd5e-ab56-eec1-6b0b-dfed29e87a0c-3c61dd43 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fe48e0c3-22f8-3a2f-aa5d-cb59a23caffc-3c61dd43 {
  justify-self: start;
}

#w-node-fe48e0c3-22f8-3a2f-aa5d-cb59a23cafff-3c61dd43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe48e0c3-22f8-3a2f-aa5d-cb59a23cb001-3c61dd43 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6b9a9ce2-6116-3a93-fe6d-60fd35563673-3c61dd61, #w-node-_6b9a9ce2-6116-3a93-fe6d-60fd3556367f-3c61dd61 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ac469f-62af-c3d9-0b49-73705b3ce938-3c61dd61 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2888ce8d-41b2-e27c-0548-240effed54b0-3c61dd61 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61dd61 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6c3aff5a-58be-3ab2-58c2-bd4f84c9343d-3c61dd61, #w-node-f908ed24-81db-149d-ed01-0743537a8081-3c61dd61 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e3c657a1-16c4-4295-337f-52f337b8bfb7-3c61dd61, #w-node-_4b75a385-c7c7-0957-1c31-da8d8d5fb434-3c61dd61, #w-node-c08eaddb-7d26-54d6-4406-65b925b2cbf9-3c61dd61, #w-node-_927d6098-103e-5eb1-2b52-e46068cc9640-3c61dd61 {
  align-self: stretch;
}

#w-node-_6b9a9ce2-6116-3a93-fe6d-60fd35563673-3c61dd62, #w-node-_6b9a9ce2-6116-3a93-fe6d-60fd3556367f-3c61dd62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ac469f-62af-c3d9-0b49-73705b3ce938-3c61dd62 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2888ce8d-41b2-e27c-0548-240effed54b0-3c61dd62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61dd62 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6b9a9ce2-6116-3a93-fe6d-60fd35563673-3c61dd63, #w-node-_6b9a9ce2-6116-3a93-fe6d-60fd3556367f-3c61dd63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ac469f-62af-c3d9-0b49-73705b3ce938-3c61dd63 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2888ce8d-41b2-e27c-0548-240effed54b0-3c61dd63 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61dd63 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6c3aff5a-58be-3ab2-58c2-bd4f84c9343d-3c61dd63 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f908ed24-81db-149d-ed01-0743537a8081-3c61dd63 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4b75a385-c7c7-0957-1c31-da8d8d5fb434-3c61dd63, #w-node-c08eaddb-7d26-54d6-4406-65b925b2cbf9-3c61dd63, #w-node-_927d6098-103e-5eb1-2b52-e46068cc9640-3c61dd63 {
  align-self: stretch;
}

#w-node-bca87542-39b7-b733-8b79-9e53cf3bd759-3c61dd7d, #w-node-_76215fd6-3abe-05e4-f21a-1822c52e3304-3c61dd7d, #w-node-_76215fd6-3abe-05e4-f21a-1822c52e3309-3c61dd7d {
  align-self: center;
}

#w-node-_88dd2e43-3fec-c7a2-fdc8-57867c719903-3c61dd85, #w-node-_88dd2e43-3fec-c7a2-fdc8-57867c719907-3c61dd85, #w-node-_88dd2e43-3fec-c7a2-fdc8-57867c719917-3c61dd85, #w-node-_88dd2e43-3fec-c7a2-fdc8-57867c719927-3c61dd85, #w-node-_88dd2e43-3fec-c7a2-fdc8-57867c719903-3c61dd86, #w-node-_88dd2e43-3fec-c7a2-fdc8-57867c719907-3c61dd86, #w-node-_88dd2e43-3fec-c7a2-fdc8-57867c719917-3c61dd86, #w-node-_88dd2e43-3fec-c7a2-fdc8-57867c719927-3c61dd86 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65b67933-77d6-6594-5805-1334f7ac54e1-3c61ddac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b9a9ce2-6116-3a93-fe6d-60fd35563673-3c61ddad, #w-node-_6b9a9ce2-6116-3a93-fe6d-60fd3556367f-3c61ddad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ac469f-62af-c3d9-0b49-73705b3ce938-3c61ddad, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61ddad {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_232a0fe1-4adc-42d6-0376-82bdef8fcb1a-3c61ddb0 {
  grid-area: Label;
}

#w-node-_8cf03b59-098e-aa2a-bf7d-5d9de1cde0b2-3c61ddb0 {
  grid-area: Data;
}

#w-node-_232a0fe1-4adc-42d6-0376-82bdef8fcb20-3c61ddb0 {
  grid-area: Control;
}

#w-node-_1c86ca87-f409-bccc-468b-69bade240fed-3c61ddb0 {
  grid-area: Label;
}

#w-node-_1c86ca87-f409-bccc-468b-69bade240fef-3c61ddb0 {
  grid-area: Data;
}

#w-node-_1c86ca87-f409-bccc-468b-69bade240ff4-3c61ddb0 {
  grid-area: Control;
}

#w-node-_67b595c8-01f1-c8a1-d24a-f7d6ee1d81a7-3c61ddb0 {
  grid-area: Label;
}

#w-node-_67b595c8-01f1-c8a1-d24a-f7d6ee1d81a9-3c61ddb0 {
  grid-area: Data;
}

#w-node-_232a0fe1-4adc-42d6-0376-82bdef8fcb1a-3c61ddb1 {
  grid-area: Label;
}

#w-node-_8cf03b59-098e-aa2a-bf7d-5d9de1cde0b2-3c61ddb1 {
  grid-area: Data;
}

#w-node-e54cba14-e287-1eaf-92d4-5faaae0f3097-3c61ddb1 {
  grid-area: Label;
}

#w-node-e640323a-2760-14bd-2480-90679dc154df-3c61ddb1 {
  grid-area: Data;
}

#w-node-_45a2178e-d9b2-8dac-cea5-a57b041fae14-3c61ddb1 {
  grid-area: Label;
}

#w-node-ea4426d5-dce3-b07e-f13b-457208c9abe8-3c61ddb1 {
  grid-area: Data;
}

#w-node-_498b7321-3abd-5ca5-1840-dd14888eda39-3c61ddb1 {
  grid-area: Label;
}

#w-node-_90999b19-d5a8-cb3b-40b8-c0a732839849-3c61ddb1 {
  grid-area: Data;
}

#w-node-_71645bb7-4b91-eb3d-eb95-f8b4da61341c-3c61ddb1 {
  grid-area: Label;
}

#w-node-_71645bb7-4b91-eb3d-eb95-f8b4da61341e-3c61ddb1 {
  grid-area: Data;
}

#w-node-_71645bb7-4b91-eb3d-eb95-f8b4da613424-3c61ddb1 {
  grid-area: Label;
}

#w-node-_71645bb7-4b91-eb3d-eb95-f8b4da613426-3c61ddb1 {
  grid-area: Data;
}

#w-node-_71645bb7-4b91-eb3d-eb95-f8b4da61342c-3c61ddb1 {
  grid-area: Label;
}

#w-node-_71645bb7-4b91-eb3d-eb95-f8b4da61342e-3c61ddb1 {
  grid-area: Data;
}

#w-node-_71645bb7-4b91-eb3d-eb95-f8b4da613434-3c61ddb1 {
  grid-area: Label;
}

#w-node-_71645bb7-4b91-eb3d-eb95-f8b4da613436-3c61ddb1 {
  grid-area: Data;
}

#w-node-cac4b29f-ac0a-2661-6980-09a23a13f46c-3c61ddba, #w-node-_9b8b80e3-baa8-f245-0b2f-c7f4979bac98-3c61ddba, #w-node-cac4b29f-ac0a-2661-6980-09a23a13f49c-3c61ddba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ac469f-62af-c3d9-0b49-73705b3ce938-3c61ddba, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61ddba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#appraisal-arrow.w-node-a403534b-4e44-348a-6f24-cbf20d6b4c7f-3c61ddba, #appraisal-arrow.w-node-_78fdc906-0c67-ee1e-d74a-4d30e8141db6-3c61ddba, #appraisal-arrow.w-node-c7026b30-8574-363d-35a3-bb03591f606a-3c61ddba, #appraisal-arrow.w-node-_9f440b63-a4d8-04f7-d348-8b5302b664ae-3c61ddba, #appraisal-arrow.w-node-a4089ca9-4538-ff7b-8ca1-2717d70a54b2-3c61ddba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cac4b29f-ac0a-2661-6980-09a23a13f46c-3c61ddcd, #w-node-_9b8b80e3-baa8-f245-0b2f-c7f4979bac98-3c61ddcd, #w-node-cac4b29f-ac0a-2661-6980-09a23a13f49c-3c61ddcd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ac469f-62af-c3d9-0b49-73705b3ce938-3c61ddcd, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61ddcd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_232a0fe1-4adc-42d6-0376-82bdef8fcb1a-3c61ddd3 {
  grid-area: Label;
}

#w-node-_2bd48b18-5492-4ff8-52a1-b06727ebb1ef-3c61ddd3 {
  grid-area: Data;
}

#w-node-_8d7706c9-4577-2c70-daf6-51d5c99939f2-3c61ddd3 {
  grid-area: Control;
}

#w-node-_7c0db71f-e3b4-63a8-a17b-5fe51fc0637d-3c61ddd3 {
  grid-area: Label;
}

#w-node-_7c0db71f-e3b4-63a8-a17b-5fe51fc0637f-3c61ddd3 {
  grid-area: Data;
}

#w-node-_7c0db71f-e3b4-63a8-a17b-5fe51fc06382-3c61ddd3 {
  grid-area: Control;
}

#w-node-_9b81dbf6-9e4e-de2f-cff5-3222f6ebe2e2-3c61ddd3 {
  grid-area: Label;
}

#w-node-_9b81dbf6-9e4e-de2f-cff5-3222f6ebe2e4-3c61ddd3 {
  grid-area: Data;
}

#w-node-_9b81dbf6-9e4e-de2f-cff5-3222f6ebe2e9-3c61ddd3 {
  grid-area: Control;
}

#w-node-_3c38960d-4c43-dbdd-4de6-3ce61fb66440-3c61ddd3 {
  grid-area: Label;
}

#w-node-_3c38960d-4c43-dbdd-4de6-3ce61fb66442-3c61ddd3 {
  grid-area: Data;
}

#w-node-_3c38960d-4c43-dbdd-4de6-3ce61fb66456-3c61ddd3 {
  grid-area: Control;
}

#w-node-b0a410e0-6507-592d-4166-155d8cb3d906-3c61ddd3 {
  grid-area: Label;
}

#w-node-b0a410e0-6507-592d-4166-155d8cb3d908-3c61ddd3 {
  grid-area: Data;
}

#w-node-b0a410e0-6507-592d-4166-155d8cb3d90b-3c61ddd3 {
  grid-area: Control;
}

#w-node-_43fbea6e-e1d5-df7c-6e53-e4e19a131ac3-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-b4614c08-9069-45dd-b322-6db1db04748e-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-ac928178-01ea-4c8f-53da-f74d6442a86f-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-de4c8bec-d092-67fd-523a-4a4e3ccb6e20-3c61ddd6 {
  grid-area: Doc-Opt;
}

#w-node-c508f126-d079-8565-d19d-ea66a1fe9bb0-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-c508f126-d079-8565-d19d-ea66a1fe9bb2-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-c508f126-d079-8565-d19d-ea66a1fe9bb4-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-c508f126-d079-8565-d19d-ea66a1fe9bb8-3c61ddd6 {
  grid-area: Doc-Opt;
}

#w-node-_586e76cb-5021-a092-2372-08a2b4ba9887-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-_586e76cb-5021-a092-2372-08a2b4ba9889-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-_586e76cb-5021-a092-2372-08a2b4ba988b-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-_586e76cb-5021-a092-2372-08a2b4ba988f-3c61ddd6 {
  grid-area: Doc-Opt;
}

#w-node-_0614f81a-2efd-2c1d-1a93-12092c848720-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-_0614f81a-2efd-2c1d-1a93-12092c848722-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-_0614f81a-2efd-2c1d-1a93-12092c848724-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-_0614f81a-2efd-2c1d-1a93-12092c848728-3c61ddd6 {
  grid-area: Doc-Opt;
}

#w-node-_58bbaf84-c396-34ac-19eb-c24c2a6b91b8-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-_58bbaf84-c396-34ac-19eb-c24c2a6b91ba-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-_58bbaf84-c396-34ac-19eb-c24c2a6b91bc-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-_58bbaf84-c396-34ac-19eb-c24c2a6b91c0-3c61ddd6 {
  grid-area: Doc-Opt;
}

#w-node-_0a166e5c-14bb-2708-bf36-234f650ed48f-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-_0a166e5c-14bb-2708-bf36-234f650ed491-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-_0a166e5c-14bb-2708-bf36-234f650ed493-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-_0a166e5c-14bb-2708-bf36-234f650ed497-3c61ddd6 {
  grid-area: Doc-Opt;
}

#w-node-_07307b69-f28d-30db-e3bb-bae30aff8961-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-_07307b69-f28d-30db-e3bb-bae30aff8963-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-_07307b69-f28d-30db-e3bb-bae30aff8965-3c61ddd6 {
  grid-area: Doc-Opt;
}

#w-node-_07307b69-f28d-30db-e3bb-bae30aff8967-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-_4a5ff2a5-3189-fea7-09e8-f699ce0c5545-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-_4a5ff2a5-3189-fea7-09e8-f699ce0c5547-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-_4a5ff2a5-3189-fea7-09e8-f699ce0c554b-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-_09e43b8d-1e68-be2a-2683-f0e8b79422bf-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-_09e43b8d-1e68-be2a-2683-f0e8b79422c1-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-_09e43b8d-1e68-be2a-2683-f0e8b79422c5-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-_1c01ad86-0f74-befe-c9b3-4423c47aea23-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-_1c01ad86-0f74-befe-c9b3-4423c47aea25-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-_1c01ad86-0f74-befe-c9b3-4423c47aea29-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-_22d84a86-65fc-a0d7-170b-aabab5ea151c-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-_22d84a86-65fc-a0d7-170b-aabab5ea151e-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-_22d84a86-65fc-a0d7-170b-aabab5ea1522-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-_62f67646-baf8-c37c-b0bb-5c4dcc2b2318-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-_62f67646-baf8-c37c-b0bb-5c4dcc2b231a-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-_62f67646-baf8-c37c-b0bb-5c4dcc2b231e-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-_0b3a6221-46da-b4c9-258a-7f96962f1b8d-3c61ddd6 {
  grid-area: Doc-Name;
}

#w-node-_0b3a6221-46da-b4c9-258a-7f96962f1b8f-3c61ddd6 {
  grid-area: Doc-Type;
}

#w-node-_0b3a6221-46da-b4c9-258a-7f96962f1b91-3c61ddd6 {
  grid-area: Doc-Opt;
}

#w-node-_0b3a6221-46da-b4c9-258a-7f96962f1b93-3c61ddd6 {
  grid-area: Doc-Size;
}

#w-node-cac4b29f-ac0a-2661-6980-09a23a13f46c-3c61ddda, #w-node-_9b8b80e3-baa8-f245-0b2f-c7f4979bac98-3c61ddda, #w-node-cac4b29f-ac0a-2661-6980-09a23a13f49c-3c61ddda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19ac469f-62af-c3d9-0b49-73705b3ce938-3c61ddda, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61ddda {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#appraisal-arrow.w-node-_21418bdd-4714-419c-b33a-d5b75873d399-3c61ddda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f4ea05d-76c2-7969-2f9c-f7b1ad7e92c4-3c61dddb, #w-node-_2fa3965d-8770-2c71-979a-152c3bb77f94-3c61dddb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9993645b-794c-a885-389e-878cd136c5e0-3c61dddb, #w-node-_9993645b-794c-a885-389e-878cd136c5f9-3c61dddb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f316f511-447b-9c59-05c8-828c6932a4f7-3c61dddb {
  justify-self: start;
}

#w-node-f316f511-447b-9c59-05c8-828c6932a4fc-3c61dddb, #w-node-df7b6860-7340-97e7-7d0a-7afe6b9a8d3e-3c61dddb, #w-node-fc04cb57-07dc-95ea-11ed-bb35c58a94f9-3c61dddb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ea8693ca-68d4-c119-f899-ffc2f69015a5-3c61dddb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a05863e7-1819-aee9-fb61-641829eeb05c-3c61dddb {
  justify-self: start;
}

#w-node-a05863e7-1819-aee9-fb61-641829eeb061-3c61dddb, #w-node-_2553776b-3381-dd58-5d3d-75783511850b-3c61dddb, #w-node-e46c71cb-8f3a-6fbd-f6a5-077186c37ec2-3c61dddb, #w-node-e46c71cb-8f3a-6fbd-f6a5-077186c37ede-3c61dddb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e46c71cb-8f3a-6fbd-f6a5-077186c37efa-3c61dddb {
  justify-self: start;
}

#w-node-e46c71cb-8f3a-6fbd-f6a5-077186c37efd-3c61dddb, #w-node-e46c71cb-8f3a-6fbd-f6a5-077186c37f00-3c61dddb, #w-node-e46c71cb-8f3a-6fbd-f6a5-077186c37f05-3c61dddb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e46c71cb-8f3a-6fbd-f6a5-077186c37f0a-3c61dddb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e46c71cb-8f3a-6fbd-f6a5-077186c37f23-3c61dddb {
  justify-self: start;
}

#w-node-e46c71cb-8f3a-6fbd-f6a5-077186c37f26-3c61dddb, #w-node-e46c71cb-8f3a-6fbd-f6a5-077186c37f29-3c61dddb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ab5ba05c-c890-635a-f7d7-ec0bc99a3391-3c61dddf, #w-node-ab5ba05c-c890-635a-f7d7-ec0bc99a3395-3c61dddf, #w-node-ab5ba05c-c890-635a-f7d7-ec0bc99a33a5-3c61dddf, #w-node-ab5ba05c-c890-635a-f7d7-ec0bc99a33b5-3c61dddf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65b67933-77d6-6594-5805-1334f7ac54e1-3c61dde4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa133-3c61dde5, #w-node-_5e07974d-3451-e402-743a-77de2b930a24-3c61dde5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa148-3c61dde5, #w-node-_080ecc7d-82bd-9714-0a04-0045a7628ebd-3c61dde5, #w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa310-3c61dde5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-aa26ecec-9504-994b-dac5-b384eb0946bb-3c61dde6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa133-3c61dde6, #w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa310-3c61dde6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-aa26ecec-9504-994b-dac5-b384eb094697-3c61dde7, #w-node-aa26ecec-9504-994b-dac5-b384eb0946bb-3c61dde7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa133-3c61dde7, #w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa310-3c61dde7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e994c906-dc79-b366-d71a-1ccc0e2e901b-3c61ddeb, #w-node-e994c906-dc79-b366-d71a-1ccc0e2e901f-3c61ddeb, #w-node-e994c906-dc79-b366-d71a-1ccc0e2e902b-3c61ddeb, #w-node-e994c906-dc79-b366-d71a-1ccc0e2e903b-3c61ddeb, #w-node-e994c906-dc79-b366-d71a-1ccc0e2e904b-3c61ddeb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9262f963-517b-8f48-cc74-1c2df17c70e3-3c61ddeb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_9262f963-517b-8f48-cc74-1c2df17c70f3-3c61ddeb, #w-node-_9262f963-517b-8f48-cc74-1c2df17c711c-3c61ddeb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9262f963-517b-8f48-cc74-1c2df17c713d-3c61ddeb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8d641185-efde-cba1-43d0-35e32f59c040-3c61ddf1, #w-node-_8d641185-efde-cba1-43d0-35e32f59c04c-3c61ddf1, #w-node-_911a5e8d-3ce9-3dbf-f218-d4d470f8a0dc-3c61ddf1, #w-node-cc2f542b-ba40-06ea-d23d-24e74a1a7071-3c61ddf1, #w-node-e6dc187c-ce25-5963-805b-f591eebc5862-3c61ddf1, #w-node-ae03ac19-78de-ea6a-edfb-b6dd19499ca2-3c61ddf1, #w-node-_4fec49a4-386b-b43f-1956-4774866c3086-3c61ddf1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8ee1ed85-f769-69d6-bd2d-b9d354826ddd-3c61ddf1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cad2a59b-d46e-be72-a82e-1ed2f0fba5f0-3c61ddf1, #w-node-b9708b19-f61b-04c2-d3a5-e8f7f2eff069-3c61ddf1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a48ea155-d81f-9c14-8dd0-887fd34c4c2d-3c61ddf1, #w-node-b092f168-c222-b336-ab78-2a231ff4bf82-3c61ddf1, #w-node-c6d8e8aa-cef5-ccbf-ef60-73373c9f0e06-3c61ddf1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

@media screen and (max-width: 991px) {
  #w-node-eaed9bd4-e28f-1eab-a279-c9e63a78a1af-3c61dccc, #w-node-_40f0c0d9-1c65-f861-ff2d-052798a518c2-3c61dccc {
    grid-column: span 6 / span 6;
  }

  #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61dced, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61dd2c, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61dd43, #w-node-_2888ce8d-41b2-e27c-0548-240effed54b0-3c61dd61, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61dd61, #w-node-_2888ce8d-41b2-e27c-0548-240effed54b0-3c61dd62, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61dd62, #w-node-_2888ce8d-41b2-e27c-0548-240effed54b0-3c61dd63, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61dd63, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61ddad, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61ddba {
    grid-column: span 5 / span 5;
  }

  #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61ddcd, #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61ddda {
    grid-column: span 6 / span 6;
  }

  #w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa148-3c61dde5, #w-node-_080ecc7d-82bd-9714-0a04-0045a7628ebd-3c61dde5, #w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa310-3c61dde5 {
    grid-column: span 5 / span 5;
  }

  #w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa310-3c61dde6, #w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa310-3c61dde7 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e32be74-aa7a-7f63-6225-8745513095a9-3c61dced, #w-node-_77f1a428-d78d-5e97-6112-e30ff75d22fa-3c61dced, #w-node-_9e32be74-aa7a-7f63-6225-8745513095af-3c61dced, #w-node-_9e32be74-aa7a-7f63-6225-8745513095a9-3c61dd2c, #w-node-_77f1a428-d78d-5e97-6112-e30ff75d22fa-3c61dd2c, #w-node-_9e32be74-aa7a-7f63-6225-8745513095af-3c61dd2c, #w-node-_8cf3701a-355b-a68f-c180-0475411aee4d-3c61dd43, #w-node-_8cf3701a-355b-a68f-c180-0475411aee53-3c61dd43, #w-node-_9213e04b-c3e8-e2f3-1134-721dd7a02cfa-3c61dd43, #w-node-f5ff7ba0-1bad-fa81-594b-baa82bad2995-3c61ddcd, #w-node-_0cfeeef6-9139-8452-5407-f850554ac623-3c61ddcd, #w-node-_6f9066db-8e32-f5f3-1a28-f8e6b8bd92a5-3c61ddcd {
    order: 9999;
  }

  #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61ddcd {
    grid-column: span 6 / span 6;
  }

  #w-node-f5ff7ba0-1bad-fa81-594b-baa82bad2995-3c61ddda, #w-node-_295d200f-5fc5-3ba9-783d-c4bc435dab8a-3c61ddda, #w-node-bcc31d5d-5898-0d93-5c79-c4bd7c63f10b-3c61ddda {
    order: 9999;
  }

  #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61ddda, #w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa310-3c61dde6, #w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa310-3c61dde7 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e32be74-aa7a-7f63-6225-8745513095b5-3c61dced, #w-node-_9e32be74-aa7a-7f63-6225-8745513095b5-3c61dd2c, #w-node-_8cf3701a-355b-a68f-c180-0475411aee59-3c61dd43, #w-node-f5ff7ba0-1bad-fa81-594b-baa82bad29a1-3c61ddcd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61ddcd {
    grid-column: span 7 / span 7;
  }

  #w-node-f5ff7ba0-1bad-fa81-594b-baa82bad29a1-3c61ddda {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cf89f803-594a-01e5-f99f-dccdb7346108-3c61ddda {
    grid-column: span 7 / span 7;
  }

  #w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa310-3c61dde6, #w-node-ed5d3d4f-1563-815d-2ba2-f4b0713fa310-3c61dde7 {
    grid-column: span 6 / span 6;
  }
}


@font-face {
  font-family: 'Remix';
  src: url('../fonts/Remix.woff2') format('woff2'), url('../fonts/Remix.eot') format('embedded-opentype'), url('../fonts/Remix.woff') format('woff'), url('../fonts/Remix.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

.x-input-checkbox.for-sst {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.x-input-checkbox-button.for-sst {
  margin-top: 0;
  margin-left: 10px;
}
.x-input-checkbox-label.for-sst {
  color: var(--inactive-grey);
  font-weight: 400;
}

.z-justify-content-start {
    justify-content: start !important;
}

.z-justify-content-center {
    justify-content: center !important;
}

.z-justify-content-end {
    justify-content: end !important;
}

.z-justify-content-space-around {
    justify-content: space-around !important;
}

.z-justify-content-space-between {
    justify-content: space-between !important;
}

.z-justify-content-space-evenly {
    justify-content: space-evenly !important;
}

.z-text-left {
    text-align: left;
}

.z-text-center {
    text-align: center;
}

.z-text-right {
    text-align: right;
}

.z-text-justify {
    text-align: justify;
}

.z-modal-container-s {
    width: 480px !important;
}

.z-float-input-right {
    position: absolute;
    top: 25%;
    right: 0;
}

.z-duplicate-alert {
	height: 1.5em;
	width: 1.5em;
	background-color: rgb(235, 57, 57);
	aspect-ratio: 1;
	color: white;
	text-align: center;
	border-radius: 15px;
	right: 0.5em !important;
    z-index: 10;
}

.z-duplicates-tooltip .v-popper__wrapper .v-popper__inner {
	z-index: 12;
	background: #fff;
	padding: 30px 15px 30px 0px;
	border-radius: 30px;
	border: solid 1px var(--brand-orange)
}

.z-duplicates-tooltip .v-popper__wrapper .v-popper__inner div div h3 {
	padding-left: 25px;
}

.z-duplicates-tooltip .v-popper__wrapper .v-popper__arrow-container .v-popper__arrow-outer {
	top: -5px !important;
    border-color: var(--brand-orange);
}

.z-duplicates-tooltip .v-popper__wrapper .v-popper__arrow-container .v-popper__arrow-inner {
    border-color: var(--brand-orange);
}

.z-duplicate-border {
    border: 2px solid #fb5b5b !important;
    border-radius: 15px;
}

.z-duplicate-details {
    padding: 30px 15px 30px 30px;
}

.z-duplicates-requester-remarks {
    font-size: 13px;
    color: #aaa
}

.z-word-count {
    font-size: 12px;
    color: #ccc
}

.z-row {
    display: flex;
    margin-bottom: 5px;
}

.z-word-break {
    word-break: break-word;
}

.for-red {
    color: var(--red);
}

.z-warning-dialog {
    box-shadow: 0px 0px 3px 3px var(--red);
}



/************ left-slide-fade animation **************/
.left-slide-fade-enter-active {
  transition: all .3s ease;
}
.left-slide-fade-leave-active {
  transition: all .3s ease;
}
.left-slide-fade-enter, .left-slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateX(-10px);
  opacity: 0;
}
/************ left-slide-fade animation **************/

/************ top-slide-fade animation **************/
.top-slide-fade-enter-active {
transition: all .1s ease;
}
.top-slide-fade-leave-active {
transition: all .1s ease;
}
.top-slide-fade-enter, .top-slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
transform: translateY(-10px);
opacity: 0;
}
/************ top-slide-fade animation **************/
