
.pucl-alert-grid {
  width: 940px;
  margin: auto;
}
.pucl-alert-grid .col-span-1 {
  width: 60px;
}
.pucl-alert-grid .col-span-2 {
  width: 140px;
}
.pucl-alert-grid .col-span-3 {
  width: 220px;
}
.pucl-alert-grid .col-span-4 {
  width: 300px;
}
.pucl-alert-grid .col-span-5 {
  width: 380px;
}
.pucl-alert-grid .col-span-6 {
  width: 460px;
}
.pucl-alert-grid .col-span-7 {
  width: 540px;
}
.pucl-alert-grid .col-span-8 {
  width: 620px;
}
.pucl-alert-grid .col-span-9 {
  width: 700px;
}
.pucl-alert-grid .col-span-10 {
  width: 780px;
}
.pucl-alert-grid .col-span-11 {
  width: 860px;
}
.pucl-alert-grid .col-span-12 {
  width: 940px;
}
@media screen and (min-width: 1280px) {
  .pucl-alert-grid {
    width: 1180px;
  }
  .pucl-alert-grid .col-span-1 {
    width: 80px;
  }
  .pucl-alert-grid .col-span-2 {
    width: 180px;
  }
  .pucl-alert-grid .col-span-3 {
    width: 280px;
  }
  .pucl-alert-grid .col-span-4 {
    width: 380px;
  }
  .pucl-alert-grid .col-span-5 {
    width: 480px;
  }
  .pucl-alert-grid .col-span-6 {
    width: 580px;
  }
  .pucl-alert-grid .col-span-7 {
    width: 680px;
  }
  .pucl-alert-grid .col-span-8 {
    width: 780px;
  }
  .pucl-alert-grid .col-span-9 {
    width: 880px;
  }
  .pucl-alert-grid .col-span-10 {
    width: 980px;
  }
  .pucl-alert-grid .col-span-11 {
    width: 1080px;
  }
  .pucl-alert-grid .col-span-12 {
    width: 1180px;
  }
}
@media screen and (min-width: 1366px) {
  .pucl-alert-grid {
    width: 1300px;
  }
  .pucl-alert-grid .col-span-1 {
    width: 90px;
  }
  .pucl-alert-grid .col-span-2 {
    width: 200px;
  }
  .pucl-alert-grid .col-span-3 {
    width: 310px;
  }
  .pucl-alert-grid .col-span-4 {
    width: 420px;
  }
  .pucl-alert-grid .col-span-5 {
    width: 530px;
  }
  .pucl-alert-grid .col-span-6 {
    width: 640px;
  }
  .pucl-alert-grid .col-span-7 {
    width: 750px;
  }
  .pucl-alert-grid .col-span-8 {
    width: 860px;
  }
  .pucl-alert-grid .col-span-9 {
    width: 970px;
  }
  .pucl-alert-grid .col-span-10 {
    width: 1080px;
  }
  .pucl-alert-grid .col-span-11 {
    width: 1190px;
  }
  .pucl-alert-grid .col-span-12 {
    width: 1300px;
  }
}

.pucl-alert {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 10;
}
.pucl-alert__backdrop {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  z-index: 9;
}
.pucl-alert__container {
  padding-top: 25px;
}
.pucl-alert__content {
  position: relative;
  z-index: 10;
  border: 1px;
  border-color: #EEEEEE;
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  min-height: 280px;
  min-width: 300px;
}
.pucl-alert__content .pucl-alert--success .pucl-alert__content--icon {
  background-color: #2D9E94;
}
.pucl-alert__content .pucl-alert--success .pucl-alert__content--icon:before {
  content: "\e904";
  color: #FFFFFF;
}
.pucl-alert__content .pucl-alert--error .pucl-alert__content--icon {
  background-color: #C5474B;
}
.pucl-alert__content .pucl-alert--error .pucl-alert__content--icon:before {
  content: "\e90f";
  color: #FFFFFF;
}
.pucl-alert__content .pucl-alert--warning .pucl-alert__content--icon {
  background-color: #D99C34;
}
.pucl-alert__content .pucl-alert--warning .pucl-alert__content--icon:before {
  content: "\e91a";
  color: #FFFFFF;
}
.pucl-alert__content .pucl-alert--info .pucl-alert__content--icon {
  background-color: #0072CE;
}
.pucl-alert__content .pucl-alert--info .pucl-alert__content--icon:before {
  content: "\e90b";
  color: #FFFFFF;
}
.pucl-alert__content .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 32px;
  margin-right: 32px;
  min-height: 280px;
}
.pucl-alert__content--header {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.pucl-alert__content--icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  font-family: "icomoon";
  font-size: 24px;
  left: calc(50% - 25px);
  top: -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.pucl-alert__content--close {
  outline: none;
  color: #616161;
  opacity: 0.5;
  display: flex;
  height: 12px;
  margin-right: -10px;
}
.pucl-alert__content--close:hover {
  opacity: 1;
}
.pucl-alert__content--body {
  margin-top: 32px;
  flex-grow: 1;
}
.pucl-alert__content--title {
  padding: 0px 0px 10px;
}
.pucl-alert__content--actions {
  display: flex;
  justify-content: flex-end;
  padding: 32px 0px 30px 0px;
}
.pucl-alert__content--actions .pucl-btn {
  margin-bottom: 0;
}
.pucl-alert .pucl-btn.cancel {
  background: #FFFFFF;
  color: #0072CE;
}
@media only screen and (min-width: 1084px) {
  .pucl-alert .pucl-btn.cancel {
    margin-left: 20px;
  }
}

.sie-breadcrumb {
  padding-top: 20px;
  padding-bottom: 30px;
  height: initial;
  white-space: nowrap;
}
.sie-breadcrumb .icon-offset, .sie-breadcrumb .breadcrumb-contents .breadcrumb-home-button, .sie-breadcrumb .breadcrumb-contents .breadcrumb-truncate .kabob__container .kabob__icon .pucl-icon, .sie-breadcrumb .breadcrumb-contents .breadcrumb-separator {
  position: relative;
  top: 2px;
}
.sie-breadcrumb .breadcrumb-contents {
  white-space: nowrap;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-separator {
  padding-left: 15px;
  padding-right: 15px;
  color: #CACACA;
  position: relative;
  top: 50%;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-separator:last-of-type {
  display: none;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-truncate {
  display: inline-block;
  position: relative;
  top: 5px;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-truncate .kabob__container .kabob__icon {
  padding: 0 0 0 0;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-truncate .kabob__container .kabob__icon .pucl-icon {
  transform: rotate(90deg);
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-truncate .kabob__container .kabob__menu .kabob__arrow {
  z-index: 101;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-truncate .kabob__container .kabob__menu ul {
  position: relative;
  right: 15px;
  max-height: 132px;
  overflow-x: hidden;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-truncate .kabob__container .kabob__menu ul::-webkit-scrollbar {
  width: 9px;
  border-radius: 3px;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-truncate .kabob__container .kabob__menu ul::-webkit-scrollbar-track {
  background: transparent;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-truncate .kabob__container .kabob__menu ul::-webkit-scrollbar-thumb {
  background: #D2D2D2;
  border-right: 5px solid transparent;
  background-clip: padding-box;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-truncate .kabob__container .kabob__menu ul .kabob__option__label {
  font-size: 12px;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-token .breadcrumb-token-button, .sie-breadcrumb .breadcrumb-contents .breadcrumb-token .breadcrumb-home-button {
  white-space: nowrap;
  color: #767676;
  border: none;
  padding: 0 0 0 0;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-token .breadcrumb-token-button .breadcrumb-button-icon, .sie-breadcrumb .breadcrumb-contents .breadcrumb-token .breadcrumb-home-button .breadcrumb-button-icon {
  padding-right: 7px;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-token .breadcrumb-token-button .button-text, .sie-breadcrumb .breadcrumb-contents .breadcrumb-token .breadcrumb-home-button .button-text {
  font-family: "SSTPro-Roman";
  font-size: 12px;
  border-bottom: 1px solid transparent;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-token .breadcrumb-token-button:hover .button-text, .sie-breadcrumb .breadcrumb-contents .breadcrumb-token .breadcrumb-home-button:hover .button-text {
  border-bottom: 1px solid #767676;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-token .breadcrumb-token-button.token-disabled .button-text, .sie-breadcrumb .breadcrumb-contents .breadcrumb-token .token-disabled.breadcrumb-home-button .button-text {
  border-bottom: 1px solid transparent;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-token .breadcrumb-token-button:focus, .sie-breadcrumb .breadcrumb-contents .breadcrumb-token .breadcrumb-home-button:focus {
  outline: 3px solid #006db4;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-token .breadcrumb-token-selected {
  color: #363636;
  font-family: "SSTpro-Medium";
  font-size: 12px;
  height: 40px;
  position: relative;
  top: 1px;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-home-button {
  background-color: transparent;
  color: #767676;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-home-button:hover {
  color: #767676;
}
.sie-breadcrumb .breadcrumb-contents .breadcrumb-default-separator {
  font-size: 8px;
}

.pucl-btn {
  align-items: center;
  border-radius: 2.5px;
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "SSTPro-Medium";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  justify-content: center;
  outline: 0;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  user-select: none;
  background-color: #0072CE;
  color: #FFFFFF;
  padding: 0 20px;
  min-height: 26px;
  max-height: 46px;
  height: 40px;
  width: auto;
}
.pucl-btn:hover, .pucl-btn.hover {
  background-color: #00578F;
}
.pucl-btn:active, .pucl-btn.active {
  color: #F8FDDF;
  background-color: #0089D8;
}
.pucl-btn[disabled], .pucl-btn.disabled {
  color: #767676;
  background-color: #E7E7E7;
  border: 1px solid #E7E7E7;
  cursor: not-allowed;
}
.pucl-btn.loading, .pucl-btn.progress {
  border: 1px solid #E7E7E7;
}
.pucl-btn-secondary {
  color: #0072CE;
  background-color: #FFFFFF;
  border: 1px solid #0072CE;
}
.pucl-btn-secondary:hover, .pucl-btn-secondary.hover {
  color: #005C99;
  background-color: #FFFFFF;
  border: 1px solid #005C99;
}
.pucl-btn-secondary:active, .pucl-btn-secondary.active {
  color: #0072CE;
  background-color: #F6FBFF;
  border: 1px solid #0072CE;
}
.pucl-btn-secondary[disabled], .pucl-btn-secondary.disabled {
  border: 1px solid #999999;
  color: #999999;
  background-color: #FFFFFF;
  cursor: not-allowed;
}
.pucl-btn-secondary.loading, .pucl-btn-secondary.progress {
  border: 1px solid #E7E7E7;
}
.pucl-btn.loading, .pucl-btn.progress {
  background-color: #F5F5F5;
}
.pucl-btn.loading .button-overlay, .pucl-btn.progress .button-overlay {
  display: block;
}
.pucl-btn.loading .button-text, .pucl-btn.progress .button-text {
  visibility: hidden;
}
.pucl-btn-dark {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  opacity: 1;
}
.pucl-btn-dark:hover, .pucl-btn-dark.hover {
  background-color: transparent;
  opacity: 0.75;
}
.pucl-btn-dark:active, .pucl-btn-dark.active {
  background-color: transparent;
  opacity: 1;
}
.pucl-btn-dark[disabled], .pucl-btn-dark.disabled {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  opacity: 0.75;
}
.pucl-btn-dark.loading, .pucl-btn-dark.progress {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.pucl-btn-success {
  color: #FFFFFF;
  background-color: #2D9E94;
}
.pucl-btn-success:hover, .pucl-btn-success.hover {
  background: #006157;
}
.pucl-btn-success:active, .pucl-btn-success.active {
  background: #2D9E94;
}
.pucl-btn-warning {
  color: #FFFFFF;
  background-color: #D99C34;
}
.pucl-btn-warning:hover, .pucl-btn-warning.hover {
  background-color: #B35B00;
}
.pucl-btn-warning:active, .pucl-btn-warning.active {
  background-color: #D99C34;
}
.pucl-btn-destructive {
  color: #FBFDFF;
  background-color: #C5474B;
}
.pucl-btn-destructive:hover, .pucl-btn-destructive.hover {
  color: #F6FBFF;
  background-color: #B00C12;
}
.pucl-btn-destructive:active, .pucl-btn-destructive.active {
  color: #FFFFFF;
  background-color: #C5474B;
}
.pucl-btn-link {
  color: #0072CE;
  background-color: transparent;
  border: 1px solid transparent;
}
.pucl-btn-link:hover, .pucl-btn-link.hover {
  color: #0089D8;
  background: transparent;
}
.pucl-btn-link:active, .pucl-btn-link.active {
  color: #363636;
  font-weight: 500;
  background: transparent;
}
.pucl-btn-link[disabled], .pucl-btn-link.disabled {
  border: none;
  color: #999999;
  background: transparent;
}
.pucl-btn-link-destructive {
  color: #C5474B;
  background-color: transparent;
  border: 1px solid transparent;
}
.pucl-btn-link-destructive:hover, .pucl-btn-link-destructive.hover {
  color: #B00C12;
  background: transparent;
}
.pucl-btn-link-destructive:active, .pucl-btn-link-destructive.active {
  color: #363636;
  font-weight: 500;
  background: transparent;
}
.pucl-btn-link-destructive[disabled], .pucl-btn-link-destructive.disabled {
  border: none;
  color: #999999;
  background: transparent;
}
.pucl-btn:before {
  border-radius: inherit;
  color: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.12;
}
.pucl-btn-icon i {
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
}
.pucl-btn-icon.sm {
  height: 30px;
  padding: 0 15px;
}
.pucl-btn-icon.sm i {
  font-size: 12px;
  font-weight: 600;
  margin-right: 5px;
}
.pucl-btn.xs {
  height: 26px;
  padding: 0 10px;
}
.pucl-btn.xs i {
  padding-right: 5px;
}
.pucl-btn.sm {
  height: 30px;
  padding: 0 15px;
}
.pucl-btn.lg {
  height: 46px;
  padding: 0 20px;
}
.pucl-btn.bolder {
  font-size: 16px;
  font-weight: 600;
  font-family: "SSTPro-Medium";
}
.pucl-btn .button-overlay {
  height: 16px;
  position: absolute;
  display: none;
}
.pucl-btn .button-text {
  display: contents;
  visibility: visible;
}

.pucl-icon {
  align-items: flex-end;
  display: inline-flex;
  font-feature-settings: "liga";
  font-size: 16px;
  justify-content: center;
  line-height: 1;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
}
.pucl-icon.icon.icon--link {
  cursor: pointer;
}
.pucl-icon.icon--tiny {
  font-size: 8px;
}
.pucl-icon.icon--x-small {
  font-size: 10px;
}
.pucl-icon.icon--small {
  font-size: 12px;
}
.pucl-icon.icon--medium {
  font-size: 16px;
}
.pucl-icon.icon--large {
  font-size: 18px;
}
.pucl-icon.icon--x-large {
  font-size: 24px;
}
.pucl-icon.icon--disabled {
  pointer-events: none;
}
.pucl-icon.secondary {
  color: #0072CE;
}
.pucl-icon.hover {
  color: #006db4;
}
.pucl-icon.default {
  color: #616161;
}
.pucl-icon.inactive {
  color: #CACACA;
}
.pucl-icon.dark {
  color: #FFFFFF;
}
.pucl-icon.valid {
  color: #2D9E94;
}
.pucl-icon.error {
  color: #C5474B;
}
.pucl-icon.warning {
  color: #D99C34;
}
.pucl-icon.pucl-tooltip-icon {
  color: #FFFFFF;
  border-radius: 14px;
  height: 12px;
  width: 12px;
  margin-left: 7px;
  padding: 3px;
  font-size: 10px;
  background-color: #999999;
}

.pucl-progress-indicator-container {
  display: inline-block;
  position: relative;
  text-align: center;
}
.pucl-progress-indicator-container.button {
  height: 16px;
}
.pucl-progress-indicator-container .pucl-spinner-wrapper {
  width: fit-content;
  margin: 0px auto;
  position: relative;
}
.pucl-progress-indicator-container .pucl-spinner-wrapper .pucl-progress-indicator-progress-text {
  position: absolute;
}
.pucl-progress-indicator-container .pucl-progress-indicator-svg-container {
  display: inline-block;
}
.pucl-progress-indicator-container .pucl-progress-indicator-svg-container.indeterminate {
  animation: spin 1s infinite cubic-bezier(0.38, 0.27, 0.48, 0.87);
}
.pucl-progress-indicator-container .pucl-progress-indicator-svg-container svg {
  position: relative;
}
.pucl-progress-indicator-container .pucl-progress-message {
  color: #999999;
}

.pucl-progress-bar-container {
  width: 100%;
  max-width: 380px;
  min-width: 35px;
  height: 8px;
  background-color: #EEEEEE;
  border-radius: 5px;
  overflow: hidden;
}
.pucl-progress-bar-container .pucl-progress-indicator-bar {
  height: 100%;
  border-radius: inherit;
  text-align: right;
  background-color: #0089D8;
}
.pucl-progress-bar-container .pucl-progress-indicator-bar.complete {
  background-color: #2D9E94;
}
.pucl-progress-bar-container .pucl-progress-indicator-bar.error {
  background-color: #C5474B;
}
.pucl-progress-bar-container + .pucl-progress-bar-message {
  margin-top: 5px;
  color: #999999;
}

.pucl-indeterminate-bar-container {
  max-width: 380px;
  min-width: 35px;
  height: 8px;
  position: relative;
  border-radius: 5px;
  background-color: #EEEEEE;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar .pucl-progress-indicator-fill-1.indeterminate {
  position: relative;
  height: 8px;
  border-radius: 5px;
  background-color: #0089D8;
  will-change: transform;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar .pucl-progress-indicator-fill-1.indeterminate {
  animation: marquee1-position 2.5s cubic-bezier(0.37, 0, 0.63, 1) infinite, marquee1-width 2.5s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar .pucl-progress-indicator-fill-1.error {
  background-color: #C5474B;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar .pucl-progress-indicator-fill-2.indeterminate {
  position: relative;
  height: 8px;
  border-radius: 5px;
  background-color: #0089D8;
  will-change: transform;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar .pucl-progress-indicator-fill-2.indeterminate {
  animation: marquee2-position 2.5s cubic-bezier(0.37, 0, 0.63, 1) infinite, marquee2-width 2.5s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar .pucl-progress-indicator-fill-2.error {
  background-color: #C5474B;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar .pucl-progress-indicator-fill-3.indeterminate {
  position: relative;
  height: 8px;
  border-radius: 5px;
  background-color: #0089D8;
  will-change: transform;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar .pucl-progress-indicator-fill-3.indeterminate {
  animation: marquee3-position 2.5s cubic-bezier(0.37, 0, 0.63, 1) infinite, marquee3-width 2.5s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar .pucl-progress-indicator-fill-3.error {
  background-color: #C5474B;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar .pucl-progress-indicator-fill-4.indeterminate {
  position: relative;
  height: 8px;
  border-radius: 5px;
  background-color: #0089D8;
  will-change: transform;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar .pucl-progress-indicator-fill-4.indeterminate {
  animation: marquee4-position 2.5s cubic-bezier(0.37, 0, 0.63, 1) infinite, marquee4-width 2.5s cubic-bezier(0.37, 0, 0.63, 1) infinite;
}
.pucl-indeterminate-bar-container .pucl-indeterminate-bar .pucl-progress-indicator-fill-4.error {
  background-color: #C5474B;
}
@keyframes marquee1-position {
  from {
    left: 0px;
  }
  5% {
    left: 0px;
  }
  45% {
    left: calc(70% - 23px);
  }
  55% {
    left: calc(70% - 23px);
  }
  95% {
    left: 0px;
  }
  to {
    left: 0px;
  }
}
@keyframes marquee1-width {
  from {
    width: 8px;
  }
  5% {
    width: 8px;
  }
  45% {
    width: 13%;
  }
  55% {
    width: 13%;
  }
  95% {
    width: 8px;
  }
  to {
    width: 8px;
  }
}
@keyframes marquee2-position {
  from {
    left: calc(13px);
  }
  5% {
    left: calc(13px);
  }
  45% {
    left: calc(83% - 18px);
  }
  55% {
    left: calc(83% - 18px);
  }
  95% {
    left: calc(13px);
  }
  to {
    left: calc(13px);
  }
}
@keyframes marquee2-width {
  from {
    width: 7%;
  }
  5% {
    width: 7%;
  }
  45% {
    width: 10%;
  }
  55% {
    width: 10%;
  }
  95% {
    width: 7%;
  }
  to {
    width: 7%;
  }
}
@keyframes marquee3-position {
  from {
    left: calc(18px + 7%);
  }
  5% {
    left: calc(18px + 7%);
  }
  45% {
    left: calc(93% - 13px);
  }
  55% {
    left: calc(93% - 13px);
  }
  95% {
    left: calc(18px + 7%);
  }
  to {
    left: calc(18px + 7%);
  }
}
@keyframes marquee3-width {
  from {
    width: 10%;
  }
  5% {
    width: 10%;
  }
  45% {
    width: 7%;
  }
  55% {
    width: 7%;
  }
  95% {
    width: 10%;
  }
  to {
    width: 10%;
  }
}
@keyframes marquee4-position {
  from {
    left: calc(23px + 17%);
  }
  5% {
    left: calc(23px + 17%);
  }
  45% {
    left: calc(100% - 8px);
  }
  55% {
    left: calc(100% - 8px);
  }
  95% {
    left: calc(23px + 17%);
  }
  to {
    left: calc(23px + 17%);
  }
}
@keyframes marquee4-width {
  from {
    width: 13%;
  }
  5% {
    width: 13%;
  }
  45% {
    width: 8px;
  }
  55% {
    width: 8px;
  }
  95% {
    width: 13%;
  }
  to {
    width: 13%;
  }
}

.pucl-tooltip {
  width: max-content;
  max-width: 15rem;
  border-radius: 2.5px;
  padding: 10px 15px 12px;
  color: #ffffff;
  background-color: #363636;
  font-family: "SSTPro-Roman", sans-serif;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  cursor: default;
  pointer-events: auto;
  z-index: 2;
}
.pucl-tooltip.custom-tooltip {
  max-width: unset;
}
.pucl-tooltip.custom-tooltip .inner-content {
  max-height: unset;
  display: unset;
}

#pucl-tooltip-container {
  z-index: 3001;
  position: relative;
}

.pucl-input .pucl-input__tooltip .pucl-icon,
.pucl-radio-group .pucl-input__tooltip .pucl-icon {
  font-size: 12px;
}

.inner-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-height: 80px;
}

.pucl-tooltip-trigger {
  pointer-events: auto;
}
.pucl-tooltip-trigger:focus {
  outline: none;
}
.pucl-tooltip-trigger .pucl-icon {
  color: #767676;
}
.pucl-tooltip-trigger .pucl-icon:hover {
  color: #363636;
}

.tooltip_link {
  display: block;
  padding-top: 8px;
}

.tooltip__inner-content a,
.tooltip_link a {
  color: #70BFFE;
  cursor: pointer;
  text-decoration-line: underline;
}
.tooltip__inner-content a:visited,
.tooltip_link a:visited {
  color: #70BFFE;
}
.tooltip__inner-content a.disabled,
.tooltip_link a.disabled {
  color: #999999;
  cursor: not-allowed;
}
.tooltip__inner-content a.disabled:hover,
.tooltip_link a.disabled:hover {
  color: #999999;
  cursor: not-allowed;
}
.tooltip__inner-content a:hover,
.tooltip_link a:hover {
  color: #5998CB;
}
.tooltip__inner-content a:active,
.tooltip_link a:active {
  color: #64ABE4;
}

.tooltip {
  display: inline-flex;
  position: relative;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}
.tooltip:focus {
  outline: none;
  border: none;
}
.tooltip__content {
  width: max-content;
  max-width: 15rem;
  border-radius: 2.5px;
  padding: 10px 15px 12px;
  color: #FFFFFF;
  background-color: #363636;
  text-align: left;
  font-size: 12px;
  font-family: "SSTPro-Roman";
  line-height: 20px;
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.tooltip__content.tooltip--visible {
  pointer-events: all;
  opacity: 1;
}
.tooltip__content.tooltip--custom {
  max-width: unset;
}
.tooltip__content.tooltip--custom .tooltip__inner-content {
  text-overflow: unset;
  max-height: unset;
  -webkit-line-clamp: unset;
}
.tooltip__content[data-popper-placement^=right] {
  margin-left: 4px;
}
.tooltip__content[data-popper-placement^=right] > .tooltip__arrow {
  left: -6px;
}
.tooltip__content[data-popper-placement^=right] > .tooltip__arrow::before {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 6px solid #363636;
  bottom: -3px;
}
.tooltip__content[data-popper-placement^=left] {
  margin-right: 4px;
}
.tooltip__content[data-popper-placement^=left] > .tooltip__arrow {
  right: -9px;
}
.tooltip__content[data-popper-placement^=left] > .tooltip__arrow::before {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 6px solid #363636;
  bottom: -3px;
}
.tooltip__content[data-popper-placement^=bottom] > .tooltip__arrow {
  top: -6px;
}
.tooltip__content[data-popper-placement^=bottom] > .tooltip__arrow::before {
  border-bottom: 6px solid #363636;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  right: -3px;
}
.tooltip__content[data-popper-placement^=top] > .tooltip__arrow {
  bottom: -9px;
}
.tooltip__content[data-popper-placement^=top] > .tooltip__arrow::before {
  border-top: 6px solid #363636;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: -3px;
}
.tooltip__inner-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  max-height: 80px;
}
.tooltip__arrow {
  width: 10px;
  height: 10px;
}
.tooltip__arrow::before {
  position: absolute;
  content: "";
}
.truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* variable definition for the file, should probably be moved into pucl-variables */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes marquee {
  from {
    left: -33%;
  }
  to {
    left: 100%;
  }
}
/* mixin to reduce duplication, should probably move it into the mixins folder */
.pucl-loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.pucl-loader.full-page {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
}
.pucl-loader .children {
  margin: 8px 0px;
  text-align: center;
  transition: color 0.2s ease;
  opacity: 0;
  font-size: 0.85714rem;
  animation: fadeIn 0s 3s forwards;
}
.pucl-loader .pucl-spinner.basic {
  border: 3px solid #DBDBDB;
  border-top: 3px solid #0089D8; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s cubic-bezier(0.38, 0.27, 0.48, 0.87) infinite;
}
.pucl-loader .pucl-spinner.basic.pucl-spinner-small.basic {
  border: 2px solid #DBDBDB;
  border-top: 2px solid #0089D8; /* Blue */
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s cubic-bezier(0.38, 0.27, 0.48, 0.87) infinite;
}
.pucl-loader .pucl-spinner.basic.pucl-spinner-medium.basic {
  border: 3px solid #DBDBDB;
  border-top: 3px solid #0089D8; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s cubic-bezier(0.38, 0.27, 0.48, 0.87) infinite;
}
.pucl-loader .pucl-spinner.basic.pucl-spinner-large.basic {
  border: 4px solid #DBDBDB;
  border-top: 4px solid #0089D8; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s cubic-bezier(0.38, 0.27, 0.48, 0.87) infinite;
}
.pucl-loader .playstation {
  height: 46px;
  width: 46px;
}
.pucl-loader .playstation.ie {
  height: 44px;
  width: 45px;
}
@media (min-width: 768px) {
  .pucl-loader .pucl-spinner.basic {
    border: 3px solid #DBDBDB;
    border-top: 3px solid #0089D8; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s cubic-bezier(0.38, 0.27, 0.48, 0.87) infinite;
  }
  .pucl-loader .pucl-spinner-message {
    margin: 10px 0px;
  }
}
.pucl-loader.button {
  min-width: 100px;
}
.pucl-loader .pucl-loader-message {
  padding-top: 5px;
  color: #999999;
}
.pucl-loader .pucl-loader-message.pucl-spinner-small {
  font-size: 10px;
}
.pucl-loader .pucl-loader-message.ps-message {
  color: #363636;
}

.pucl-loader-bar-container {
  height: 8px;
  width: 100%;
  background-color: #EEEEEE;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
}
.pucl-loader-bar-container .pucl-loader-bar-indicator {
  width: 33%;
  height: 100%;
  background-color: #0089D8;
  position: relative;
  border-radius: inherit;
  will-change: transform;
  animation: marquee 3s linear infinite;
}
.pucl-loader-bar-container + .pucl-loader-bar-message {
  font-family: "SSTPro-Roman";
  font-size: 12px;
  color: #616161;
}.dropdown__menu__option:hover .dropdown__icon {
  color: #363636; /* Assuming you have this variable defined */
}

.dropdown__container {
  width: auto;
  position: relative;
  display: flex;
}
.dropdown__button {
  display: flex;
}
.dropdown__simple {
  width: 40px;
}
.dropdown__menu .dropdown__arrow {
  width: 10px;
  height: 10px;
}
.dropdown__menu .dropdown__arrow::before {
  position: absolute;
  content: "";
}
.dropdown__label {
  display: flex;
  align-items: center; /* Vertically centers content */
  justify-content: center; /* Horizontally centers content */
  gap: 10px;
  font-family: "SSTPro-Roman";
  position: relative;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  font-size: 14px;
}
.dropdown__icon {
  color: #616161;
  cursor: pointer;
}
.dropdown__icon.menu-icon {
  padding: 0 10px 0 10px;
}
.dropdown__icon.active {
  color: #0072CE;
}
.dropdown__icon.ico-cancel-circle {
  margin-top: 2px;
}
.dropdown__notification {
  cursor: default;
  border-radius: 2.5px;
  background-color: #363636;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 20px 10px 10px;
  height: auto;
  display: flex;
  align-items: flex-start;
  width: 240px;
}
.dropdown__notification.hidden {
  visibility: hidden;
  pointer-events: none;
}
.dropdown__notification .dropdown__icon.pucl-icon {
  transition: none;
  margin-top: 3px;
  color: #FFFFFF;
  box-shadow: none;
}
.dropdown__notification .dropdown__icon.pucl-icon.success {
  color: #2D9E94;
}
.dropdown__notification .dropdown__icon.pucl-icon.error {
  color: #C5474B;
}
.dropdown__notification .dropdown__notification-text {
  margin-left: 10px;
  font-family: "SSTPro-Roman";
  font-size: 12px;
}
.dropdown__notification .dropdown__notification-text .dropdown__title {
  font-weight: 400;
  color: #FFFFFF;
}
.dropdown__notification .dropdown__notification-text .dropdown__label {
  color: #999999;
}
.dropdown__notification .dropdown__arrow::before {
  position: absolute;
  content: "";
}
.dropdown__notification[data-popper-placement^=right] > .dropdown__arrow {
  left: 0;
  top: -3px;
}
.dropdown__notification[data-popper-placement^=right] > .dropdown__arrow::before {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 6px solid #363636;
  right: 10px;
  top: -3px;
}
.dropdown__notification[data-popper-placement^=left] > .dropdown__arrow {
  right: 0;
}
.dropdown__notification[data-popper-placement^=left] > .dropdown__arrow::before {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 6px solid #363636;
  left: 10px;
}
.dropdown__menu {
  font-family: "SSTPro-Roman";
  position: relative;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  font-size: 14px;
  z-index: 3000;
}
.dropdown__menu.hidden {
  visibility: hidden;
  pointer-events: none;
}
.dropdown__menu ul {
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  width: auto;
}
.dropdown__menu ul li {
  cursor: pointer;
  min-width: 130px;
  max-width: 302px;
  font-size: 14px;
  list-style-type: none;
  color: #363636;
  height: auto;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.dropdown__menu ul li span {
  white-space: normal;
}
.dropdown__menu ul li .dropdown__icon__container {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
}
.dropdown__menu ul li .dropdown__icon.pucl-icon {
  transition: none;
  color: #767676;
}
.dropdown__menu ul li .dropdown__icon.pucl-icon.disabled {
  color: #CACACA;
}
.dropdown__menu ul li.disabled {
  pointer-events: none;
  color: #999999;
}
.dropdown__menu ul li:first-child {
  margin-top: 4px;
}
.dropdown__menu ul li:last-of-type {
  margin-bottom: 4px;
}
.dropdown__menu ul li:hover {
  background-color: #F5F5F5;
}
.dropdown__menu ul li:hover .dropdown__icon.pucl-icon {
  background-color: #F5F5F5;
  color: #363636;
}

.dropdown__menu__option:hover .dropdown__icon {
  color: #363636; /* Assuming you have this variable defined */
}

.dropdown__container {
  width: auto;
  position: relative;
  display: flex;
}
.dropdown__button {
  display: flex;
}
.dropdown__simple {
  width: 40px;
}
.dropdown__menu .dropdown__arrow {
  width: 10px;
  height: 10px;
}
.dropdown__menu .dropdown__arrow::before {
  position: absolute;
  content: "";
}
.dropdown__label {
  display: flex;
  align-items: center; /* Vertically centers content */
  justify-content: center; /* Horizontally centers content */
  gap: 10px;
  font-family: "SSTPro-Roman";
  position: relative;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  font-size: 14px;
}
.dropdown__icon {
  color: #616161;
  cursor: pointer;
}
.dropdown__icon.menu-icon {
  padding: 0 10px 0 10px;
}
.dropdown__icon.active {
  color: #0072CE;
}
.dropdown__icon.ico-cancel-circle {
  margin-top: 2px;
}
.dropdown__notification {
  cursor: default;
  border-radius: 2.5px;
  background-color: #363636;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 20px 10px 10px;
  height: auto;
  display: flex;
  align-items: flex-start;
  width: 240px;
}
.dropdown__notification.hidden {
  visibility: hidden;
  pointer-events: none;
}
.dropdown__notification .dropdown__icon.pucl-icon {
  transition: none;
  margin-top: 3px;
  color: #FFFFFF;
  box-shadow: none;
}
.dropdown__notification .dropdown__icon.pucl-icon.success {
  color: #2D9E94;
}
.dropdown__notification .dropdown__icon.pucl-icon.error {
  color: #C5474B;
}
.dropdown__notification .dropdown__notification-text {
  margin-left: 10px;
  font-family: "SSTPro-Roman";
  font-size: 12px;
}
.dropdown__notification .dropdown__notification-text .dropdown__title {
  font-weight: 400;
  color: #FFFFFF;
}
.dropdown__notification .dropdown__notification-text .dropdown__label {
  color: #999999;
}
.dropdown__notification .dropdown__arrow::before {
  position: absolute;
  content: "";
}
.dropdown__notification[data-popper-placement^=right] > .dropdown__arrow {
  left: 0;
  top: -3px;
}
.dropdown__notification[data-popper-placement^=right] > .dropdown__arrow::before {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 6px solid #363636;
  right: 10px;
  top: -3px;
}
.dropdown__notification[data-popper-placement^=left] > .dropdown__arrow {
  right: 0;
}
.dropdown__notification[data-popper-placement^=left] > .dropdown__arrow::before {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-left: 6px solid #363636;
  left: 10px;
}
.dropdown__menu {
  font-family: "SSTPro-Roman";
  position: relative;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  font-size: 14px;
  z-index: 3000;
}
.dropdown__menu.hidden {
  visibility: hidden;
  pointer-events: none;
}
.dropdown__menu ul {
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.25);
  width: auto;
}
.dropdown__menu ul li {
  cursor: pointer;
  min-width: 130px;
  max-width: 302px;
  font-size: 14px;
  list-style-type: none;
  color: #363636;
  height: auto;
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.dropdown__menu ul li span {
  white-space: normal;
}
.dropdown__menu ul li .dropdown__icon__container {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
}
.dropdown__menu ul li .dropdown__icon.pucl-icon {
  transition: none;
  color: #767676;
}
.dropdown__menu ul li .dropdown__icon.pucl-icon.disabled {
  color: #CACACA;
}
.dropdown__menu ul li.disabled {
  pointer-events: none;
  color: #999999;
}
.dropdown__menu ul li:first-child {
  margin-top: 4px;
}
.dropdown__menu ul li:last-of-type {
  margin-bottom: 4px;
}
.dropdown__menu ul li:hover {
  background-color: #F5F5F5;
}
.dropdown__menu ul li:hover .dropdown__icon.pucl-icon {
  background-color: #F5F5F5;
  color: #363636;
}

@keyframes loading {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: 100%;
  }
}
.pucl-paragraph-skeleton {
  margin: 30px;
}
.pucl-paragraph-skeleton .skeleton-row {
  animation: loading 1.5s linear infinite;
  background: linear-gradient(to right, #f5f5f5 20%, rgba(210, 210, 210, 0.6) 50%, #f5f5f5 100%);
  animation-fill-mode: forwards;
  background-size: 50% 100%;
  width: 100%;
  height: 15px;
  margin-bottom: 10px;
}
.pucl-paragraph-skeleton .skeleton-row:last-child {
  position: relative;
}
.pucl-paragraph-skeleton .skeleton-row:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 15px;
  width: 50%;
  background: #fff;
}
.pucl-paragraph-skeleton .skeleton-row.skeleton-title {
  height: 20px;
  margin-bottom: 20px;
  position: relative;
}
.pucl-paragraph-skeleton .skeleton-row.skeleton-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 25%;
  background: #fff;
}


/* Gradients */
@keyframes loading {
  from {
    background-position-x: 0%;
  }
  to {
    background-position-x: 100%;
  }
}
.pucl-media-skeleton {
  margin: 30px;
}
.pucl-media-skeleton .skeleton {
  animation: loading 1.5s linear infinite;
  background: linear-gradient(to right, #f5f5f5 20%, rgba(210, 210, 210, 0.6) 50%, #f5f5f5 100%);
  animation-fill-mode: forwards;
  background-size: 50% 100%;
  min-width: 40px;
  min-height: 40px;
}

/* Message Board */
.pucl-message-board {
  height: 300px;
  width: 360px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  border: 1px solid #DBDBDB;
  border-radius: 2.5px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  font-size: 14px;
  font-family: "SSTPro-Medium";
}
.pucl-message-board.expanded {
  max-height: 400px;
}
.pucl-message-board.expanded .body {
  height: 100%;
}
.pucl-message-board .header {
  height: 30px;
  width: 100%;
  background: #363636;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 1.5px 1.5px 0px 0px;
  padding: 0px 10px 0px 15px;
}
.pucl-message-board .header.statusText {
  margin-bottom: 0px;
}
.pucl-message-board .header.extraMargin {
  margin-bottom: 10px;
}
.pucl-message-board .header .title {
  color: #EEEEEE;
}
.pucl-message-board .header .close {
  color: #868686;
  cursor: pointer;
}
.pucl-message-board .header .close:hover {
  color: #FFFFFF;
}
.pucl-message-board .status-container {
  width: calc(100% - 30px);
  background: #FFFFFF;
  display: flex;
  margin: 0px 15px 10px 15px;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 5px;
  z-index: 3;
}
.pucl-message-board .status-container.sticky {
  width: 100%;
  margin: 0px;
  padding: 10px 15px 5px 15px;
  top: 0;
  z-index: 20;
}
.pucl-message-board .status-container.sticky + .gradient-top {
  top: 23px;
}
.pucl-message-board .status-container + .sticky-margin {
  position: sticky;
  margin-bottom: 10px;
}
.pucl-message-board .status-container.isScrolling {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.pucl-message-board .status-container .icon-class.info {
  color: #0072CE;
}
.pucl-message-board .status-container .icon-class.success {
  color: #2D9E94;
}
.pucl-message-board .status-container .icon-class.warning {
  color: #D99C34;
}
.pucl-message-board .status-container .icon-class.error, .pucl-message-board .status-container .icon-class.hasError {
  color: #C5474B;
}
.pucl-message-board .status-container .status-text {
  color: #616161;
}
.pucl-message-board .status-container .status-text.hasError {
  color: #C5474B;
}
.pucl-message-board .body {
  min-height: 248px;
  max-height: 322px;
  width: 100%;
  padding-bottom: 25px;
  color: #363636;
  position: relative;
}
.pucl-message-board .body.hasStickyHeader {
  min-height: 196px;
  max-height: 295px;
}
.pucl-message-board .body.isDraft {
  padding-bottom: 56px;
  cursor: text;
}
.pucl-message-board .body.isDraft.hasStickyHeader {
  min-height: 232px;
}
.pucl-message-board .body.isDraft .pucl-scrollarea {
  margin-bottom: 25px;
}
.pucl-message-board .body .gradient-top, .pucl-message-board .body .gradient-bottom {
  height: 25px;
  width: calc(100% - 30px);
  position: absolute;
  left: 15px;
  z-index: 2;
}
.pucl-message-board .body .gradient-top {
  top: 0px;
  background: linear-gradient(#FFFFFF, rgba(253, 253, 253, 0.2));
}
.pucl-message-board .body .gradient-bottom {
  bottom: 25px;
  background: linear-gradient(rgba(253, 253, 253, 0.2), #FFFFFF);
}
.pucl-message-board .body .message-head-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pucl-message-board .body .message-head-wrapper.hasName {
  margin-bottom: 20px;
}
.pucl-message-board .body .message-head-wrapper.isDraft {
  margin-bottom: 0px;
}
.pucl-message-board .body .message-head-wrapper .message-head {
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  margin: 0px 10px 0px 15px;
  line-height: 22px;
}
.pucl-message-board .body .message-head-wrapper .message-head.statusTextSticky {
  margin-top: 10px;
}
.pucl-message-board .body .message-head-wrapper .message-head .message-title {
  color: #767676;
}
.pucl-message-board .body .message-head-wrapper .message-head .message-date {
  font-size: 12px;
  color: #999999;
}
.pucl-message-board .body .draft-container {
  height: 100%;
  width: 100%;
  padding: 0px 15px;
  position: relative;
}
.pucl-message-board .body .draft-container.statusTextSticky {
  margin-top: 10px;
}
.pucl-message-board .body .draft-container .placeholder {
  position: absolute;
  top: 0;
  left: 15px;
  font-family: "SSTPro-Roman";
  color: #999999;
}
.pucl-message-board .body .draft-container .placeholder.hidden {
  display: none;
}
.pucl-message-board .body .draft-container .draft-text {
  height: 100%;
  width: 100%;
  outline: none;
  word-break: break-word;
  font-family: "SSTPro-Roman";
}
.pucl-message-board .body .draft-container .draft-text.statusText {
  height: calc(100% - 36px);
}
.pucl-message-board .body .draft-container .draft-text::placeholder {
  color: #999999;
}
.pucl-message-board .body .message {
  height: 90px;
  overflow: hidden;
  padding: 0px 15px;
  z-index: 1;
  word-break: break-word;
  font-family: "SSTPro-Roman";
}
.pucl-message-board .body .message.statusText.expanded {
  height: calc(100% - 36px);
}
.pucl-message-board .body .message.name.expanded {
  height: calc(100% - 42px);
}
.pucl-message-board .body .message.name.statusText.expanded {
  height: calc(100% - 78px);
}
.pucl-message-board .body .message.statusTextSticky {
  margin-top: 10px;
}
.pucl-message-board .body .more-less-container {
  padding: 5px 15px 0px;
}
.pucl-message-board .body .more-less-container span {
  color: #0072CE;
  cursor: pointer;
}
.pucl-message-board .header.statusText + .body {
  min-height: 268px;
  padding-top: 10px;
}
.pucl-message-board .header.extraMargin + .body {
  min-height: 258px;
  padding-top: 10px;
}
.pucl-message-board .footer {
  width: 100%;
  background: #FFFFFF;
  display: flex;
  border-radius: 0px 0px 1.5px 1.5px;
  padding: 0px 15px;
  position: absolute;
  bottom: 0;
}
.pucl-message-board .footer.icon {
  height: 36px;
  flex-direction: column;
  color: #616161;
}
.pucl-message-board .footer.icon .border {
  height: 1px;
  width: 100%;
  border-top: 1px solid #E7E7E7;
}
.pucl-message-board .footer.icon .icons {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pucl-message-board .footer.icon .icons div {
  cursor: pointer;
}
.pucl-message-board .footer.icon .icons .gap {
  width: 15px;
}
.pucl-message-board .footer.action {
  height: 60px;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #E7E7E7;
}
.pucl-message-board .footer.action .gap {
  width: 10px;
}

/* Stepper */
.stepper {
  position: relative;
  height: 100%;
  min-height: inherit;
  max-height: inherit;
}
.stepper .error {
  background-color: #C5474B;
  color: #FFFFFF;
  font-weight: bold;
}
.step-icon-default {
  background-color: rgba(0, 114, 206, 0.1019607843);
  color: #0072CE;
}
.step-icon-default:hover.step-error {
  background-color: #A73C40;
}
.step-number {
  background-color: rgba(0, 114, 206, 0.1019607843);
  color: #0072CE;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  flex-shrink: 0;
}
.step-number.step-error {
  margin-left: 1px;
  color: #FFFFFF;
}
.step-indicator *::selection {
  background: transparent;
}
.step-item > div > .pucl-icon:not(.ico-checkmark, .material-icons) {
  margin-left: 8px;
}
.step-indicator .step-number.step-error {
  background-color: #C5474B;
}
.step-number.active-step {
  border: 0;
  margin-left: 3px;
  margin-right: 5px;
}
.step-number.active-step.step-error {
  box-shadow: 0px 0px 0px 8px rgba(197, 71, 75, 0.2);
  color: #FFFFFF;
}
.pucl-tooltip-trigger .step-number .pucl-icon {
  color: unset;
}
.substep .step-number.active-step.step-error {
  box-shadow: 0px 0px 0px 5px rgba(197, 71, 75, 0.2);
}
.tooltip__content {
  z-index: 999;
}
.hidden-tooltip {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.step-indicator::-webkit-scrollbar {
  display: none;
}
.substep.cur-step .step-subcontent {
  margin-bottom: 0;
}
.substep {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cur-step .active-substep,
.cur-step .substep-icon {
  margin-left: 0;
}
.active-substep {
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  color: #FFFFFF;
  background-color: #0072CE;
  box-shadow: 0px 0px 0px 4px rgba(0, 114, 206, 0.2);
  position: relative;
  left: 9px;
  margin-bottom: 8px;
  margin-top: 6px;
}
.active-substep .step-item p {
  margin-left: 2px;
}
.active-substep:hover.step-error {
  background-color: #A73C40;
}
.active-icon {
  background-color: #0072ce;
}
.substep-icon {
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  position: relative;
  left: 9px;
  margin-bottom: 8px;
  margin-top: 6px;
}
.substep-icon .step-item p {
  margin-left: 2px;
}
.substep-icon:hover.step-error {
  background-color: #A73C40;
}
.step-indicator {
  padding-top: 0;
  padding-left: 5px;
  padding-right: 68px;
  margin-right: 20px;
  overflow-y: unset;
  overflow-x: unset;
  height: fit-content;
  position: sticky;
  top: 0;
  padding-bottom: 110px;
}
.step-indicator a {
  font-family: "SSTPro-Roman";
}
.step-indicator .switchable-step {
  cursor: pointer;
}
.step-indicator .step {
  padding-left: 5px;
  padding-bottom: 4px;
  overflow: hidden;
  width: 154px;
}
.step-indicator .step.filled-step {
  overflow: visible;
}
.step-indicator .cur-step {
  overflow: visible;
}
.step-indicator .cur-step .step-line {
  margin-top: 3px;
}
.step-indicator .step:last-of-type {
  border-bottom: none;
}
.step-indicator .step-box .step.substep:not(:nth-of-type(1)) .step-label {
  position: relative;
  bottom: 4px;
}
.step-indicator .step-box .step.substep:not(:nth-of-type(1)) .substep-icon {
  margin-top: 0;
}
.step-indicator .step .step-line {
  width: 2px;
  height: 10px;
  background-color: #d9d9d9;
  margin-top: 7px;
  margin-right: 26px;
  margin-left: 12px;
}
.step-indicator .step .step-line.active-step-line {
  background: linear-gradient(0deg, #d9d9d9 50%, #0072CE 50%);
}
.step-indicator .step .step-line.active-error-step-line {
  background: linear-gradient(0deg, #d9d9d9 50%, #C5474B 50%);
}
.step-indicator .step .step-line.error-step-line {
  background: #C5474B;
}
.step-label > span {
  color: #C5474B;
}
.step-item .step-label p {
  margin-left: 0;
  color: #363636;
}
.cur-step .step-subcontent {
  margin-bottom: 2px;
}
.cur-step .helper-text {
  position: relative;
}
.substep .step-subcontent .step-line {
  min-height: 26px;
}
.step-indicator .step-subcontent {
  position: relative;
  display: flex;
  margin-bottom: 0;
  overflow: hidden;
}
.step-indicator .step-subcontent .step-line {
  min-width: 2px;
  width: 2px;
  min-height: 46px;
  height: 100%;
  background-color: #d9d9d9;
  margin-right: 26px;
  margin-left: 12px;
}
.step-indicator .step-subcontent .completed-step-line {
  background-color: #0072CE;
  min-width: 2px;
  width: 2px;
  margin-right: 26px;
  margin-bottom: 0;
  margin-left: 12px;
}
.step-item {
  display: flex;
  width: 165px;
  position: relative;
  align-items: center;
  margin-bottom: 2px;
}
.step-item p {
  margin-bottom: 0;
  margin-left: 16px;
  max-width: 111px;
}
.step-item .step-required {
  margin-left: 5px;
  color: #EF5A75;
  font-family: "SSTPro-Medium";
}
.step-indicator .helper-text {
  align-self: baseline;
  min-height: 40px;
  color: #767676;
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 6px;
  visibility: visible;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}
.active-step.error {
  color: #FFFFFF;
}
.bold-text {
  font-weight: 500;
  font-family: "SSTPro-Medium";
}
.step-item p.active-step-title {
  margin-left: 8px;
  font-family: "SSTPro-Medium";
}
.step-item p.active-step-title > p,
.step-item p.active-step-title span {
  font-family: "SSTPro-Medium";
}
.step-item p.error-label {
  color: #C5474B;
  position: relative;
}
.active-step:not(.active-substep, .substep-icon) {
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
  background-color: #0072CE;
  box-shadow: 0px 0px 0px 8px rgba(0, 114, 206, 0.2);
  position: relative;
  right: 3px;
  top: 4px;
  margin-bottom: 8px;
  margin-top: 6px;
}
.active-step:not(.active-substep, .substep-icon) .step-item p {
  margin-left: 2px;
}
.active-step:not(.active-substep, .substep-icon):hover.step-error {
  background-color: #A73C40;
}
.step:hover .step-number.optional-step:not(.disabled) {
  border-color: #005090;
}
.step:hover .step-number:not(.optional-step, .step-error, .active-step, .disabled) {
  background-color: rgba(0, 114, 206, 0.5019607843);
  color: #FFFFFF;
}
.step:hover .step-number.active-step:hover:not(.optional-step, .step-error, .disabled) {
  background-color: #005090;
}
.step:hover .step-error {
  background-color: #A73C40;
}
.optional-step.step-number:not(.step-error) {
  background-color: transparent;
  color: #0072CE;
  border: 1.5px solid #0072CE;
}
.optional-step.step-number:not(.step-error):hover {
  border-color: #005090;
}
.cur-step {
  position: relative;
}
.cur-step .step-line {
  margin-top: 3px;
}
.cur-step .step-item {
  margin-bottom: 8px;
}
.substep .step-label,
.substep p {
  font-size: 12px;
}
.cur-step .step-item {
  margin-bottom: 6px;
}
.step-indicator .cur-step.substep .step-label {
  margin-left: 27px;
}
.step-indicator .substep .step-label {
  margin-left: 32px;
}
.cur-step.substep.step {
  margin-bottom: 4px;
}
.completed {
  color: #FFFFFF;
  background-color: #0072CE;
}
.stepper-button-bar {
  display: flex;
  justify-content: space-between;
  left: 80px;
  right: 80px;
  position: absolute;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 10;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #CACACA;
}
.stepper-button-bar .back-forth-buttons {
  height: 48px;
  box-sizing: border-box;
  column-gap: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.stepper-button-bar button,
.stepper-button-bar a {
  width: 72px;
  box-sizing: border-box;
}
.stepper-button-bar button.cancel-button {
  width: inherit;
}
.stepper-button-bar-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background-color: #FFFFFF;
  z-index: 10;
}
.actionable-container {
  min-width: 700px;
  max-width: 900px;
  margin-top: 0;
  margin-left: 40px;
}
.actionable-container .step-container {
  height: auto;
  overflow: initial;
  padding-bottom: 110px;
}
.actionable-container .step-container .pucl-input-field-container {
  width: 650px;
  max-width: 50vw;
}
.tooltip__content {
  max-width: 25rem;
}
.cur-step.step:not(.substep) {
  margin-top: -4px;
}
.step-indicator .step.substep .step-item {
  margin-bottom: 0;
}
.step-indicator .step.substep .step-subcontent .step-line {
  margin-top: 0;
}
.step-indicator .completed-step-line {
  margin-bottom: 5px;
}
.stepper-buttons-bar {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.stepper-buttons-bar .reset-button {
  width: 60px;
  padding: 0;
  border: none;
}
.cur-step .disabled {
  margin-top: 4px;
}
.step-number.disabled {
  background-color: #E7E7E7;
  color: #767676;
}
.step-number.disabled.optional-step {
  background-color: transparent;
  color: #b3b3b3;
  border: 1px solid #b3b3b3;
}
.step-number.disabled.optional-step:hover {
  border-color: #b3b3b3;
}
.step .step-line.disabled-step-line {
  background-color: #E7E7E7;
}
.step .step-line.hidden-step-line {
  visibility: hidden;
}
.step-indicator * a:hover {
  color: #363636;
}
.stepper-tooltip {
  margin-top: 24px;
  min-width: 140px;
  min-height: 200px;
  position: absolute;
  bottom: 0;
}
.stepper-tooltip-message {
  text-align: left;
  width: 150px;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
}
.cur-step {
  margin-top: 14px;
}
.step-indicator .substep .step-line {
  min-height: 36px;
}
.cur-step.substep {
  margin-top: 0;
}
.cur-step.step .step-item {
  margin-bottom: 0px;
}
.step-indicator .cur-step.step:not(.substep, .disabled-step) .step-line:first-of-type {
  margin-top: 4px;
}
.step-indicator .step.substep {
  position: relative;
  bottom: 4px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.substep .step-subcontent {
  position: relative;
  bottom: 4px;
}
.step:not(.substep) {
  padding-top: 4px;
}
.sub-steps-scroll-line-indicator {
  height: 10%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -9999;
  top: 40%;
}
.stepper-content-wrapper {
  display: flex;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.stepper-content-wrapper::-webkit-scrollbar {
  display: none;
}

/* Uploader */
.uploader-label {
  margin-bottom: 8px;
}
.uploader-label span {
  margin-left: 5px;
  color: #EF5A75;
}
.multi-upload-container {
  height: 90px;
}
.single-upload-container {
  height: 90px;
  display: flex;
  align-items: center;
}
.uploader-helper-text {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: #767676;
}
.drag-and-drop-area {
  display: flex;
  justify-content: center;
  padding: 24px;
  align-items: center;
  border-radius: 8px;
  height: 66px;
  margin-bottom: 8px;
}
.drag-and-drop-area-active {
  border: 1px dashed #cacaca;
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5);
  cursor: pointer;
}
.drag-and-drop-area-active:hover {
  background: linear-gradient(0deg, rgba(0, 114, 206, 0.05), rgba(0, 114, 206, 0.05));
  border: 1px solid #73b1e4;
}
.drag-and-drop-area-disabled {
  background: rgb(245, 245, 245);
  cursor: not-allowed;
}
.drag-and-drop-area-disabled p {
  opacity: 0.6;
}
.drag-and-drop-area-disabled p a {
  color: inherit;
}
.drag-and-drop-area-error {
  background: linear-gradient(0deg, rgba(197, 71, 75, 0.05), rgba(197, 71, 75, 0.05));
  border: 1px solid rgb(206, 99, 102);
  cursor: pointer;
}
.drag-and-drop-area-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  margin: 0;
  text-align: center;
  padding: 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drag-and-drop-area-text a {
  text-decoration: underline;
}
.document-preview-container {
  align-items: center;
  height: 72px;
  justify-content: space-between;
  border-radius: 8px;
  margin-bottom: 8px;
}
.document-preview-container .document-preview-thumbnail-image,
.document-preview-container .document-preview-thumbnail-container {
  border-radius: 8px 0px 0px 8px;
}
.document-preview-container-selectable {
  display: flex;
  align-items: center;
  height: 72px;
  justify-content: space-between;
  border-radius: 8px;
}
.document-preview-inner-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.document-preview-inner-container > div.document-preview-thumbnail-and-tooltip-container:last-child {
  padding-right: 16px;
}
.document-preview-reviewable {
  cursor: pointer;
}
.document-preview-thumbnail-and-tooltip-container {
  display: flex;
  align-items: center;
  width: 100%;
}
.document-preview-container-active {
  border: 1px solid #cacaca;
}
.document-preview-container-error {
  background: linear-gradient(0deg, rgba(197, 71, 75, 0.05), rgba(197, 71, 75, 0.05));
  border: 1px solid rgb(206, 99, 102);
}
.document-preview-container-error svg {
  color: rgb(206, 99, 102);
}
.document-preview-container-error i {
  color: #EF5A75;
}
.document-preview-container-disabled {
  border: 1px solid #cacaca;
  cursor: not-allowed;
}
.document-preview-container-disabled p {
  opacity: 0.6;
}
.document-preview-container-disabled a {
  color: inherit;
}
.document-preview-container-disabled svg {
  opacity: 0.6;
}
.document-preview-container-disabled .uploader-trashcan-icon {
  opacity: 0.6;
}
.document-preview-container-disabled .document-preview-inner-container,
.document-preview-container-disabled .document-preview-tooltip,
.document-preview-container-disabled .document-preview-thumbnail-and-tooltip-container {
  cursor: not-allowed;
}
.document-preview-text-container {
  white-space: nowrap;
  display: grid;
}
.document-preview-text-container .document-preview-file-name-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 4px;
}
.document-preview-tooltip {
  display: block;
  letter-spacing: 0em;
  text-align: left;
}
.document-preview-tooltip .document-preview-text-container {
  white-space: nowrap;
  margin-top: 4px;
  display: grid;
}
.document-preview-tooltip p {
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 4px;
}
.document-preview-size-text {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #767676;
  text-align: start;
}
.document-preview-thumbnail-image {
  height: 72px;
  width: 72px;
  object-fit: cover;
}
.document-preview-thumbnail-container {
  height: 72px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.document-preview-menu-buttons-container {
  display: flex;
  justify-content: space-between;
}
.document-preview-menu-buttons-container button.pucl-btn.sm {
  padding: 0px;
}
.document-preview-delete-menu-container {
  width: 160px;
}
.document-preview-delete-menu-container p {
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.uploader-trashcan-icon-container {
  padding: 16px;
}
.uploader-trashcan-icon-container a {
  color: inherit;
}
.uploader-trashcan-icon:hover {
  background: rgb(245, 245, 245);
}
.uploader-checkmark-icon {
  color: #00A68E;
  display: flex;
  justify-content: center;
  padding: 4px;
}
.uploader-error-icon {
  margin-right: 8px;
}
.document-preview-status-container {
  width: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  flex-direction: column;
}
.document-preview-status-container .pucl-progress-indicator-container {
  display: flex;
}
.uploader-error-text {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #e41017;
}
.menu-container {
  padding: 8px 16px;
  border-radius: 2.5px;
  border: 1px solid var(--grays-gray-200, #e7e7e7);
  background: var(--grays-white, #fff);
  z-index: 9999;
}
[data-popper-placement^=bottom] > .menu-arrow {
  top: -14px;
}
[data-popper-placement^=bottom] > .menu-arrow > svg {
  rotate: 180deg;
}
[data-popper-placement^=top] .menu-arrow {
  bottom: -10px !important;
}
.document-preview-checkbox {
  padding-left: 16px;
  padding-right: 16px;
}
.document-preview-checkbox .pucl-checkbox .pucl-input--selection-controls__input .pucl-label {
  padding: 0;
  margin: 0;
}
.document-preview-checkbox input.box {
  width: 18px;
}
.document-preview-checkbox .pucl-input.pucl-input-wrapper {
  padding-bottom: 2px;
}

/* Error Container */
.error__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.error__container p {
  max-width: 370px;
  line-height: 18px;
  margin-top: 24px;
  margin-bottom: 32px;
}

/* Component Container */
.component__container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component__container .error__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 410px;
  max-width: 846px;
}
.component__container .error__container figcaption {
  margin-left: 24px;
}
.component__container .error__container img {
  width: 192px;
  height: 192px;
}
.component__container .error__container h1 {
  padding-bottom: 16px;
}
.component__container .error__container p {
  max-width: 370px;
  line-height: 18px;
  padding-top: 16px;
  margin: 0;
}
.component__container .error__container .actions {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 32px;
}
.component__container .error__container .actions .pucl-btn-secondary {
  margin-right: 20px;
}

/* Styled Components */
.laCrNm {
  display: flex;
  flex-direction: column;
  -moz-box-align: center;
  align-items: center;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  padding: 30px 0px;
  font-family: SSTPro-Roman;
}
@media screen and (min-width: 850px) {
  .laCrNm {
    flex-direction: row;
    padding: 20px 30px;
  }
}
.iltJar {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 850px) {
  .iltJar {
    margin-bottom: 0px;
  }
}
.dXLXyK {
  display: flex;
}
@media screen and (min-width: 850px) {
  .dXLXyK {
    display: inline-block;
  }
}
.kztfFL {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}
@media screen and (min-width: 850px) {
  .kztfFL {
    margin-left: 22px;
  }
}
.kyvEmO {
  display: inline-block;
  font-family: SSTPro-Medium;
  font-weight: normal;
  font-size: 14px;
  color: rgb(255, 255, 255);
  margin-left: 10px;
}
@media screen and (min-width: 850px) {
  .kyvEmO {
    margin-left: 22px;
  }
}
@media screen and (max-width: 849px) {
  .kyvEmO:first-child {
    margin: 0px;
  }
}
.kyvEmO:hover,
.kyvEmO:focus {
  color: rgb(173, 216, 230);
  text-decoration: none;
}
.kyvEmO:visited {
  color: rgb(255, 255, 255);
}
.CpNcj {
  max-width: 25px;
}
.cfdgPu {
  height: 30px;
  padding: 0px 18px;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  font-size: 14px;
  background: rgb(0, 114, 206);
  color: rgb(255, 255, 255);
  border-radius: 2.5px;
  transition: 0.09s ease-in-out;
  border: 1px solid rgb(0, 114, 206);
}
@supports (-moz-appearance:none) {
  .cfdgPu {
    padding-bottom: 2px;
  }
}
.cfdgPu:visited {
  color: rgb(255, 255, 255);
}
.cfdgPu:hover,
.cfdgPu:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(19, 126, 192);
}
.cfdgPu:active {
  background-color: rgb(76, 176, 237);
  color: rgb(255, 255, 255);
}
.fjGaJQ {
  height: 46px;
  padding: 0px 35px;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  font-size: 14px;
  background: rgb(0, 114, 206);
  color: rgb(255, 255, 255);
  border-radius: 2.5px;
  transition: 0.09s ease-in-out;
  border: 1px solid rgb(0, 114, 206);
}
@supports (-moz-appearance:none) {
  .fjGaJQ {
    padding-bottom: 2px;
  }
}
.fjGaJQ:visited {
  color: rgb(255, 255, 255);
}
.fjGaJQ:hover,
.fjGaJQ:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(19, 126, 192);
}
.fjGaJQ:active {
  background-color: rgb(76, 176, 237);
  color: rgb(255, 255, 255);
}
.hZBbMp {
  height: 46px;
  padding: 0px 35px;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  font-size: 14px;
  background: rgb(255, 255, 255);
  color: rgb(0, 114, 206);
  border-radius: 2.5px;
  transition: 0.09s ease-in-out;
  border: 1px solid rgb(0, 114, 206);
}
@supports (-moz-appearance:none) {
  .hZBbMp {
    padding-bottom: 2px;
  }
}
.hZBbMp:visited {
  color: rgb(0, 114, 206);
}
.hZBbMp:hover,
.hZBbMp:focus {
  color: rgb(0, 114, 206);
  text-decoration: none;
  background-color: rgb(246, 251, 255);
}
.hZBbMp:active {
  background-color: rgb(76, 176, 237);
  color: rgb(255, 255, 255);
}
.bzejje {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: SSTPro-Bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bzejje {
    line-height: 28px;
  }
}
.cRmfqv {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1620px;
}
.fXpiDg {
  padding: 80px 0px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1052px) {
  .fXpiDg {
    padding: 102px 0px;
  }
}
@media screen and (min-width: 2560px) {
  .fXpiDg {
    padding: 140px 0px;
  }
}
.bYgBwr {
  max-width: 620px;
  text-align: center;
}
.gPhIVd {
  margin-top: 0px;
  margin-bottom: 38px;
}
@media screen and (min-width: 850px) {
  .gPhIVd {
    margin-bottom: 42px;
  }
}
.tKwzT {
  position: relative;
  padding-bottom: 10px;
}
.tKwzT.qa-pspartner-text {
  padding: 0px;
  margin: 0px;
}
.tKwzT:last-of-type {
  margin-top: 10px;
}
@media screen and (min-width: 850px) {
  .tKwzT {
    font-size: 16px;
    line-height: 28px;
  }
  .tKwzT:last-of-type {
    margin-top: 12px;
  }
}
.hKUHSu {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (min-width: 850px) {
  .hKUHSu {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1052px) {
  .hKUHSu {
    margin-top: 32px;
  }
}
.guNnTM {
  display: inline-block;
  margin-left: 2px;
  width: 125px;
  height: 30px;
  background: url("../img/ps-logo-c2476631bd2e817c6764..svg") left center / contain no-repeat;
}
@media screen and (min-width: 550px) {
  .guNnTM {
    width: 236px;
    height: 28px;
    background-image: url("../img/playstation-partner-logo-desktop-0987c59bd5bda3178371..svg");
  }
}
.hgujdi {
  display: flex;
  flex-direction: column;
  background-color: rgb(0, 0, 0);
}
.emRipH {
  display: flex;
  text-align: right;
  padding: 15px 20px;
  -moz-box-align: center;
  align-items: center;
}
@media screen and (max-width: 519px) {
  .emRipH {
    -moz-box-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 520px) {
  .emRipH {
    -moz-box-pack: justify;
    justify-content: space-between;
  }
}
.dXebir {
  position: relative;
}
.dXebir::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.dKDPos {
  text-align: center;
}
.irOwLh {
  position: relative;
  z-index: 10;
  min-height: 600px;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 20px;
}
@media screen and (min-width: 1052px) {
  .irOwLh {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
  }
}
.efEFDz {
  position: absolute;
  height: 22px;
  width: 27px;
  left: 50%;
  bottom: 40px;
  background: url("../img/down-arrow-34fac494725c20cea756..svg") 0% 0% / cover;
  transform: translateX(-50%);
}
@media screen and (min-width: 1052px) {
  .efEFDz {
    height: 27px;
    width: 33px;
    bottom: 42px;
  }
}
.jrheks {
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
  height: auto;
}
@media screen and (max-width: 1051px) {
  .jrheks {
    max-height: 600px;
    object-position: 0% center;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
@media screen and (min-width: 1052px) {
  .jrheks {
    min-height: 700px;
    max-height: 924px;
  }
}
@media screen and (min-width: 2560px) {
  .jrheks {
    max-height: 1280px;
  }
}
.joifFq {
  margin-bottom: 16px;
  color: rgb(255, 255, 255);
  text-shadow: rgb(255, 255, 255) 0px 0px 40px;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  font-family: SSTPro-Bold;
}
@media screen and (min-width: 400px) {
  .joifFq {
    font-size: 12px;
  }
}
@media screen and (min-width: 1052px) {
  .joifFq {
    font-size: 16px;
  }
}
.eSrGTy {
  margin-bottom: 32px;
  width: 400px;
  max-width: 100%;
}
@media screen and (min-width: 850px) {
  .eSrGTy {
    width: 540px;
  }
}
@media screen and (min-width: 1052px) {
  .eSrGTy {
    width: 760px;
    margin-bottom: 48px;
  }
}
.kSLarS {
  margin-right: 24px;
}
.kSLarS:visited {
  color: rgb(255, 255, 255);
}
.gYrcjl {
  margin-bottom: 16px;
}
.cCsFus {
  display: flex;
  -moz-box-align: center;
  align-items: center;
}
.kLCpJG {
  display: flex;
  color: white;
}
.jZObEF {
  color: rgb(255, 255, 255);
  display: inline-block;
}
.jZObEF:visited {
  color: rgb(255, 255, 255);
}
.jZObEF:hover {
  color: rgb(173, 216, 230);
  text-decoration: none;
}
.jZObEF .bold {
  font-weight: bold;
}
.fwusqo {
  margin: 18px auto 32px;
  width: 80px;
  height: 1px;
  background: rgb(0, 0, 0);
  opacity: 0.4;
}
@media screen and (min-width: 850px) {
  .fwusqo {
    margin-bottom: 32px;
  }
}
.fwNIWy {
  margin: 18px auto 32px;
  width: 80px;
  height: 1px;
  background: rgb(255, 255, 255);
  opacity: 0.4;
}
@media screen and (min-width: 850px) {
  .fwNIWy {
    margin-bottom: 32px;
  }
}
.jIkkwF {
  background-image: url("../img/welcome-bground-7dc54e720d3a0559ff68..svg");
  background-size: cover;
  width: 100%;
  height: 100%;
}
.testimonial {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 100%;
  top: 0px;
}
@media screen and (min-width: 820px) {
  .testimonial {
    display: inline-block;
    position: absolute;
    left: 600px;
    width: 500px;
  }
}
.testimonial-transition {
  transition: 0.5s;
}
.testimonial-transition-in {
  left: 0px;
}
.jkzKlQ {
  margin-bottom: 33px;
}
.gVptDn {
  position: relative;
  display: block;
  margin: 10px auto;
  width: 80px;
  height: 1px;
}
.dfdxyx {
  display: flex;
  justify-content: space-around;
  background: linear-gradient(rgb(0, 112, 204) 0%, rgb(0, 0, 0) 100%);
}
.loGWj {
  display: flex;
  flex-direction: column;
  -moz-box-align: center;
  align-items: center;
  position: relative;
  color: rgb(255, 255, 255);
  padding: 70px 50px;
}
@media screen and (min-width: 1052px) {
  .loGWj {
    padding: 102px 0px;
  }
}
@media screen and (min-width: 2560px) {
  .loGWj {
    padding: 140px 0px;
  }
}
.khfMEu {
  position: absolute;
  top: 40%;
  width: 100%;
  padding: 0px 15px;
  display: flex;
  -moz-box-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 850px) {
  .khfMEu {
    top: 38%;
    max-width: 600px;
  }
}
.ceOmmY {
  position: relative;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
}
.gWfCrE {
  background-color: rgb(108, 118, 127);
  border-radius: 5px;
  transition: 1s;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
}
.gWfCrE:first-child {
  margin: 0px;
}
.gWfCrE.active {
  background-color: rgb(216, 216, 216);
}
.frxUdn {
  height: 18px;
  width: 18px;
  border-style: solid;
  border-width: 4px 4px 0px 0px;
  display: inline-block;
  transform: rotate(-135deg);
  cursor: pointer;
}
.btpUSc {
  height: 18px;
  width: 18px;
  border-style: solid;
  border-width: 4px 4px 0px 0px;
  display: inline-block;
  transform: rotate(45deg);
  cursor: pointer;
}
.kQrnHm {
  font-family: SSTPro-Bold;
}
.jWNbpT {
  color: rgb(54, 54, 54);
  margin-bottom: 32px;
}
.cLhGqm {
  padding: 80px 0px;
}
@media screen and (min-width: 850px) {
  .cLhGqm {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1052px) {
  .cLhGqm {
    padding-top: 102px;
    padding-bottom: 102px;
  }
}
@media screen and (min-width: 2560px) {
  .cLhGqm {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.bPEjNb {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  max-width: 40%;
}
@media screen and (min-width: 1600px) {
  .bPEjNb {
    max-width: 50%;
  }
}
.jOjsSO {
  max-width: 60%;
}
@media screen and (min-width: 1600px) {
  .jOjsSO {
    max-width: 47%;
  }
}
.dXyMre img {
  width: 100%;
}
@media screen and (max-width: 849px) {
  .dXyMre {
    margin-top: 70px;
    text-align: center;
  }
  .dXyMre img {
    max-width: 300px;
  }
}
@media screen and (min-width: 850px) and (max-width: 1199px) {
  .dXyMre img {
    padding-left: 10px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .dXyMre img {
    max-width: 440px;
  }
}
.jUxDhx {
  text-align: center;
}
.hGaOcj {
  width: 100%;
}
@media screen and (max-width: 849px) {
  .hGaOcj {
    max-width: 452px;
    margin: 0px auto;
  }
}
.jeMVbl {
  margin-bottom: 10px;
  list-style: none;
}
.jYwVso {
  text-align: center;
  margin-top: 40px;
}
.cmPoMG {
  max-width: 452px;
  flex: 1 1 0%;
}
@media (max-width: 849px) {
  .cmPoMG {
    margin-top: 40px;
  }
  .cmPoMG:first-child {
    margin-top: 0px;
  }
}
@media screen and (min-width: 850px) {
  .cmPoMG {
    padding: 0px 10px;
  }
}
@media screen and (min-width: 1600px) {
  .cmPoMG {
    padding: 0px;
  }
}
.krSfmF {
  display: flex;
  -moz-box-align: center;
  align-items: center;
}
@media screen and (min-width: 850px) {
  .krSfmF {
    -moz-box-pack: end;
    justify-content: flex-end;
    flex-direction: column;
  }
}
.dVULMB {
  font-size: 16px;
  line-height: 24px;
  font-family: SSTPro-Medium;
}
@media (max-width: 849px) {
  .dVULMB {
    margin-left: 6px;
  }
}
@media (min-width: 850px) {
  .dVULMB {
    text-align: center;
  }
}
.icInkX {
  margin-top: 20px;
  margin-bottom: 0px;
  display: inline-block;
}
@media (min-width: 850px) {
  .icInkX {
    text-align: center;
  }
}
@media (min-width: 1052px) {
  .icInkX {
    margin-top: 24px;
  }
}
.bQwpAg img {
  height: 28px;
  width: 28px;
}
@media (min-width: 850px) {
  .bQwpAg {
    height: 48px;
    margin-bottom: 24px;
  }
  .bQwpAg img {
    height: auto;
    width: auto;
    max-height: 48px;
  }
}
@media (min-width: 1200px) {
  .bQwpAg {
    height: 64px;
  }
  .bQwpAg img {
    max-height: 64px;
  }
}
.hanbaQ {
  padding: 80px 0px;
  background: rgb(245, 245, 245);
}
@media screen and (min-width: 1052px) {
  .hanbaQ {
    padding: 102px 0px;
  }
}
@media screen and (min-width: 2560px) {
  .hanbaQ {
    padding: 140px 0px;
  }
}
.gRbRUC {
  display: flex;
}
@media (max-width: 849px) {
  .gRbRUC {
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
  }
}
@media (min-width: 850px) {
  .gRbRUC {
    -moz-box-pack: justify;
    justify-content: space-between;
  }
}
.dlOfzB {
  font-family: SSTPro-Roman;
}
.dlOfzB p {
  font-size: 14px;
  line-height: 22px;
}
.dlOfzB img {
  height: auto;
}


