.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}:root {
  --max-width-mobile: 1279px;
  --min-width-fhd: 1425px;
  --min-width-l: 1920px;
}*, *:after, *:before {
  box-sizing: border-box;
  display: block;
}span, span:after, span:before {
  display: inline;
}style, style:after, style:before {
  display: none;
}html,
body {
  display: flex;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}a {
  color: inherit;
  text-decoration: none;
}button {
  outline: none;
  border-style: none;
}input {
  font-family: inherit;
  font-size: inherit;
  min-width: 0;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
}input:focus {
  border: none;
  outline: none;
  font-style: italic;
}body {
  font-family: "Raleway", sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  color: #5D5D5D;
}:root {
  --max-width-mobile: 1279px;
  --min-width-fhd: 1425px;
  --min-width-l: 1920px;
}@media screen and (min-width: 1920px) {
  /* width */
  ::-webkit-scrollbar {
    width: 8px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #ffefd5;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #5D5D5D;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: white;
  }
}


