@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&display=swap");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ck-hidden {
  display: none !important;
}

.ck-reset_all :not(.ck-reset_all-excluded *), .ck.ck-reset, .ck.ck-reset_all {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  position: static;
  width: auto;
}

:root {
  --ck-z-default:1;
  --ck-z-modal:calc(var(--ck-z-default) + 999);
}

.ck-transitions-disabled, .ck-transitions-disabled * {
  -webkit-transition: none !important;
  transition: none !important;
}

:root {
  --ck-powered-by-line-height:0.625rem;
  --ck-powered-by-padding-vertical:0.125rem;
  --ck-powered-by-padding-horizontal:0.25rem;
  --ck-powered-by-text-color:#4f4f4f;
  --ck-powered-by-border-radius:var(--ck-border-radius);
  --ck-powered-by-background:#fff;
  --ck-powered-by-border-color:var(--ck-color-focus-border);
}

.ck.ck-balloon-panel.ck-powered-by-balloon {
  --ck-border-radius:var(--ck-powered-by-border-radius);
  background: var(--ck-powered-by-background);
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: unset;
  z-index: calc(var(--ck-z-modal) - 1);
}

.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by {
  line-height: var(--ck-powered-by-line-height);
}

.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
  line-height: var(--ck-powered-by-line-height);
  opacity: 0.66;
  padding: var(--ck-powered-by-padding-vertical) var(--ck-powered-by-padding-horizontal);
}

.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-powered-by__label {
  color: var(--ck-powered-by-text-color);
  cursor: pointer;
  font-size: 0.46875rem;
  font-weight: 700;
  letter-spacing: -0.2px;
  line-height: normal;
  margin-right: 0.25rem;
  padding-left: 0.125rem;
  text-transform: uppercase;
}

.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by .ck-icon {
  cursor: pointer;
  display: block;
}

.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by:hover a {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.ck.ck-balloon-panel.ck-powered-by-balloon[class*=position_inside] {
  border-color: transparent;
}

.ck.ck-balloon-panel.ck-powered-by-balloon[class*=position_border] {
  border: var(--ck-focus-ring);
  border-color: var(--ck-powered-by-border-color);
}

:root {
  --ck-color-base-border:#ccced1;
  --ck-color-base-action:#53a336;
  --ck-color-base-active:#2977ff;
  --ck-color-base-active-focus:#0d65ff;
  --ck-color-focus-border-coordinates:218,81.8%,56.9%;
  --ck-color-focus-border:hsl(var(--ck-color-focus-border-coordinates));
  --ck-color-focus-outer-shadow:#cae1fc;
  --ck-color-button-default-hover-background:#f0f0f0;
  --ck-color-button-default-active-background:#f0f0f0;
  --ck-color-button-on-background:#f0f7ff;
  --ck-color-button-on-hover-background:#dbecff;
  --ck-color-button-on-active-background:#dbecff;
  --ck-color-button-on-disabled-background:#f0f2f4;
  --ck-color-button-on-color:#2977ff;
  --ck-color-button-action-hover-background:#4d9d30;
  --ck-color-button-action-active-background:#4d9d30;
  --ck-color-switch-button-off-background:#939393;
  --ck-color-switch-button-off-hover-background:#7d7d7d;
  --ck-color-switch-button-on-background:var(--ck-color-button-action-background);
  --ck-color-switch-button-on-hover-background:#4d9d30;
  --ck-color-input-border:var(--ck-color-base-border);
  --ck-color-input-disabled-border:var(--ck-color-base-border);
  --ck-color-list-button-hover-background:var(--ck-color-button-default-hover-background);
  --ck-color-list-button-on-background:var(--ck-color-button-on-color);
  --ck-color-list-button-on-background-focus:var(--ck-color-button-on-color);
  --ck-color-toolbar-background:var(--ck-color-base-background);
  --ck-color-highlight-background:#ff0;
  --ck-disabled-opacity:.5;
}

.ck-reset_all :not(.ck-reset_all-excluded *), .ck.ck-reset, .ck.ck-reset_all {
  word-wrap: break-word;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  vertical-align: middle;
}

.ck-reset_all :not(.ck-reset_all-excluded *), .ck.ck-reset_all {
  border-collapse: collapse;
  color: var(--ck-color-text);
  cursor: auto;
  float: none;
  font: normal normal normal var(--ck-font-size-base)/var(--ck-line-height-base) var(--ck-font-face);
  text-align: left;
  white-space: nowrap;
}

.ck-reset_all .ck-rtl :not(.ck-reset_all-excluded *) {
  text-align: right;
}

.ck-reset_all iframe:not(.ck-reset_all-excluded *) {
  vertical-align: inherit;
}

.ck-reset_all textarea:not(.ck-reset_all-excluded *) {
  white-space: pre-wrap;
}

.ck-reset_all input[type=password]:not(.ck-reset_all-excluded *), .ck-reset_all input[type=text]:not(.ck-reset_all-excluded *), .ck-reset_all textarea:not(.ck-reset_all-excluded *) {
  cursor: text;
}

.ck-reset_all input[type=password][disabled]:not(.ck-reset_all-excluded *), .ck-reset_all input[type=text][disabled]:not(.ck-reset_all-excluded *), .ck-reset_all textarea[disabled]:not(.ck-reset_all-excluded *) {
  cursor: default;
}

.ck-reset_all fieldset:not(.ck-reset_all-excluded *) {
  border: 0.125rem groove #dfdee3;
  padding: 0.625rem;
}

.ck-reset_all button:not(.ck-reset_all-excluded *)::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ck[dir=rtl], .ck[dir=rtl] .ck {
  text-align: right;
}

:root {
  --ck-border-radius:0.125rem;
  --ck-inner-shadow:0.125rem 0.125rem 0.1875rem var(--ck-color-shadow-inner) inset;
  --ck-drop-shadow:0 1px 0.125rem 1px var(--ck-color-shadow-drop);
}

.ck.ck-icon {
  vertical-align: middle;
  font-size: 0.8333350694em;
  height: var(--ck-icon-size);
  width: var(--ck-icon-size);
  will-change: transform;
}

.ck.ck-icon, .ck.ck-icon * {
  cursor: inherit;
}

.ck.ck-icon.ck-icon_inherit-color, .ck.ck-icon.ck-icon_inherit-color * {
  color: inherit;
}

.ck.ck-icon.ck-icon_inherit-color :not([fill]) {
  fill: currentColor;
}

.ck.ck-button, a.ck.ck-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

:is(.ck.ck-button, a.ck.ck-button) .ck-button__label {
  display: none;
}

.ck-button_with-text:is(.ck.ck-button, a.ck.ck-button) .ck-button__label {
  display: inline-block;
}

:is(.ck.ck-button, a.ck.ck-button):not(.ck-button_with-text) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ck.ck-button, a.ck.ck-button {
  background: var(--ck-color-button-default-background);
}

.ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
  background: var(--ck-color-button-default-hover-background);
}

.ck.ck-button:not(.ck-disabled):active, a.ck.ck-button:not(.ck-disabled):active {
  background: var(--ck-color-button-default-active-background);
}

.ck.ck-button.ck-disabled, a.ck.ck-button.ck-disabled {
  background: var(--ck-color-button-default-disabled-background);
}

.ck.ck-button, a.ck.ck-button {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-button, .ck-rounded-corners a.ck.ck-button, .ck.ck-button.ck-rounded-corners, a.ck.ck-button.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}

.ck.ck-button, a.ck.ck-button {
  -webkit-appearance: none;
  border: 1px solid transparent;
  cursor: default;
  font-size: inherit;
  line-height: 1;
  min-height: var(--ck-ui-component-min-height);
  min-width: var(--ck-ui-component-min-height);
  padding: var(--ck-spacing-tiny);
  text-align: center;
  -webkit-transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, border 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
}

.ck.ck-button:active, .ck.ck-button:focus, a.ck.ck-button:active, a.ck.ck-button:focus {
  border: var(--ck-focus-ring);
  -webkit-box-shadow: var(--ck-focus-outer-shadow), 0 0;
          box-shadow: var(--ck-focus-outer-shadow), 0 0;
  outline: none;
}

.ck.ck-button .ck-button__icon use, .ck.ck-button .ck-button__icon use *, a.ck.ck-button .ck-button__icon use, a.ck.ck-button .ck-button__icon use * {
  color: inherit;
}

.ck.ck-button .ck-button__label, a.ck.ck-button .ck-button__label {
  color: inherit;
  cursor: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
}

[dir=ltr] .ck.ck-button .ck-button__label, [dir=ltr] a.ck.ck-button .ck-button__label {
  text-align: left;
}

[dir=rtl] .ck.ck-button .ck-button__label, [dir=rtl] a.ck.ck-button .ck-button__label {
  text-align: right;
}

.ck.ck-button .ck-button__keystroke, a.ck.ck-button .ck-button__keystroke {
  color: inherit;
}

[dir=ltr] .ck.ck-button .ck-button__keystroke, [dir=ltr] a.ck.ck-button .ck-button__keystroke {
  margin-left: var(--ck-spacing-large);
}

[dir=rtl] .ck.ck-button .ck-button__keystroke, [dir=rtl] a.ck.ck-button .ck-button__keystroke {
  margin-right: var(--ck-spacing-large);
}

.ck.ck-button .ck-button__keystroke, a.ck.ck-button .ck-button__keystroke {
  font-weight: 700;
  opacity: 0.7;
}

.ck.ck-button.ck-disabled:active, .ck.ck-button.ck-disabled:focus, a.ck.ck-button.ck-disabled:active, a.ck.ck-button.ck-disabled:focus {
  -webkit-box-shadow: var(--ck-focus-disabled-outer-shadow), 0 0;
          box-shadow: var(--ck-focus-disabled-outer-shadow), 0 0;
}

.ck.ck-button.ck-disabled .ck-button__icon, .ck.ck-button.ck-disabled .ck-button__label, a.ck.ck-button.ck-disabled .ck-button__icon, a.ck.ck-button.ck-disabled .ck-button__label {
  opacity: var(--ck-disabled-opacity);
}

.ck.ck-button.ck-disabled .ck-button__keystroke, a.ck.ck-button.ck-disabled .ck-button__keystroke {
  opacity: 0.3;
}

.ck.ck-button.ck-button_with-text, a.ck.ck-button.ck-button_with-text {
  padding: var(--ck-spacing-tiny) var(--ck-spacing-standard);
}

[dir=ltr] .ck.ck-button.ck-button_with-text .ck-button__icon, [dir=ltr] a.ck.ck-button.ck-button_with-text .ck-button__icon {
  margin-left: calc(var(--ck-spacing-small) * -1);
  margin-right: var(--ck-spacing-small);
}

[dir=rtl] .ck.ck-button.ck-button_with-text .ck-button__icon, [dir=rtl] a.ck.ck-button.ck-button_with-text .ck-button__icon {
  margin-left: var(--ck-spacing-small);
  margin-right: calc(var(--ck-spacing-small) * -1);
}

.ck.ck-button.ck-button_with-keystroke .ck-button__label, a.ck.ck-button.ck-button_with-keystroke .ck-button__label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ck.ck-button.ck-on, a.ck.ck-button.ck-on {
  background: var(--ck-color-button-on-background);
}

.ck.ck-button.ck-on:not(.ck-disabled):hover, a.ck.ck-button.ck-on:not(.ck-disabled):hover {
  background: var(--ck-color-button-on-hover-background);
}

.ck.ck-button.ck-on:not(.ck-disabled):active, a.ck.ck-button.ck-on:not(.ck-disabled):active {
  background: var(--ck-color-button-on-active-background);
}

.ck.ck-button.ck-on.ck-disabled, a.ck.ck-button.ck-on.ck-disabled {
  background: var(--ck-color-button-on-disabled-background);
}

.ck.ck-button.ck-on, a.ck.ck-button.ck-on {
  color: var(--ck-color-button-on-color);
}

.ck.ck-button.ck-button-save, a.ck.ck-button.ck-button-save {
  color: var(--ck-color-button-save);
}

.ck.ck-button.ck-button-cancel, a.ck.ck-button.ck-button-cancel {
  color: var(--ck-color-button-cancel);
}

.ck.ck-button-action, a.ck.ck-button-action {
  background: var(--ck-color-button-action-background);
}

.ck.ck-button-action:not(.ck-disabled):hover, a.ck.ck-button-action:not(.ck-disabled):hover {
  background: var(--ck-color-button-action-hover-background);
}

.ck.ck-button-action:not(.ck-disabled):active, a.ck.ck-button-action:not(.ck-disabled):active {
  background: var(--ck-color-button-action-active-background);
}

.ck.ck-button-action.ck-disabled, a.ck.ck-button-action.ck-disabled {
  background: var(--ck-color-button-action-disabled-background);
}

.ck.ck-button-action, a.ck.ck-button-action {
  color: var(--ck-color-button-action-text);
}

.ck.ck-button-bold, a.ck.ck-button-bold {
  font-weight: 700;
}

.ck.ck-button.ck-switchbutton .ck-button__toggle, .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
  display: block;
}

:root {
  --ck-switch-button-toggle-width:2.6153846154em;
  --ck-switch-button-toggle-inner-size:calc(1.07692em + 1px);
  --ck-switch-button-translation:calc(var(--ck-switch-button-toggle-width) - var(--ck-switch-button-toggle-inner-size) - 0.125rem);
  --ck-switch-button-inner-hover-shadow:0 0 0 0.3125rem var(--ck-color-switch-button-inner-shadow);
}

.ck.ck-button.ck-switchbutton, .ck.ck-button.ck-switchbutton.ck-on:active, .ck.ck-button.ck-switchbutton.ck-on:focus, .ck.ck-button.ck-switchbutton.ck-on:hover, .ck.ck-button.ck-switchbutton:active, .ck.ck-button.ck-switchbutton:focus, .ck.ck-button.ck-switchbutton:hover {
  background: transparent;
  color: inherit;
}

[dir=ltr] .ck.ck-button.ck-switchbutton .ck-button__label {
  margin-right: calc(var(--ck-spacing-large) * 2);
}

[dir=rtl] .ck.ck-button.ck-switchbutton .ck-button__label {
  margin-left: calc(var(--ck-spacing-large) * 2);
}

.ck.ck-button.ck-switchbutton .ck-button__toggle {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle, .ck.ck-button.ck-switchbutton .ck-button__toggle.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}

[dir=ltr] .ck.ck-button.ck-switchbutton .ck-button__toggle {
  margin-left: auto;
}

[dir=rtl] .ck.ck-button.ck-switchbutton .ck-button__toggle {
  margin-right: auto;
}

.ck.ck-button.ck-switchbutton .ck-button__toggle {
  background: var(--ck-color-switch-button-off-background);
  border: 1px solid transparent;
  -webkit-transition: background 0.4s ease, outline 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background 0.4s ease, outline 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: background 0.4s ease, box-shadow 0.2s ease-in-out, outline 0.2s ease-in-out;
  transition: background 0.4s ease, box-shadow 0.2s ease-in-out, outline 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  width: var(--ck-switch-button-toggle-width);
}

.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner, .ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-radius: calc(var(--ck-border-radius) * 0.5);
}

.ck.ck-button.ck-switchbutton .ck-button__toggle .ck-button__toggle__inner {
  background: var(--ck-color-switch-button-inner-background);
  height: var(--ck-switch-button-toggle-inner-size);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: var(--ck-switch-button-toggle-inner-size);
}

.ck.ck-button.ck-switchbutton .ck-button__toggle:hover {
  background: var(--ck-color-switch-button-off-hover-background);
}

.ck.ck-button.ck-switchbutton .ck-button__toggle:hover .ck-button__toggle__inner {
  -webkit-box-shadow: var(--ck-switch-button-inner-hover-shadow);
          box-shadow: var(--ck-switch-button-inner-hover-shadow);
}

.ck.ck-button.ck-switchbutton.ck-disabled .ck-button__toggle {
  opacity: var(--ck-disabled-opacity);
}

.ck.ck-button.ck-switchbutton:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.ck.ck-button.ck-switchbutton:focus .ck-button__toggle {
  -webkit-box-shadow: 0 0 0 1px var(--ck-color-base-background), 0 0 0 5px var(--ck-color-focus-outer-shadow);
          box-shadow: 0 0 0 1px var(--ck-color-base-background), 0 0 0 5px var(--ck-color-focus-outer-shadow);
  outline: var(--ck-focus-ring);
  outline-offset: 1px;
}

.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle {
  background: var(--ck-color-switch-button-on-background);
}

.ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle:hover {
  background: var(--ck-color-switch-button-on-hover-background);
}

[dir=ltr] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner {
  -webkit-transform: translateX(var(--ck-switch-button-translation));
          transform: translateX(var(--ck-switch-button-translation));
}

[dir=rtl] .ck.ck-button.ck-switchbutton.ck-on .ck-button__toggle .ck-button__toggle__inner {
  -webkit-transform: translateX(calc(var(--ck-switch-button-translation) * -1));
          transform: translateX(calc(var(--ck-switch-button-translation) * -1));
}

.ck.ck-color-grid {
  display: -ms-grid;
  display: grid;
}

:root {
  --ck-color-grid-tile-size:1.5rem;
  --ck-color-color-grid-check-icon:#166fd4;
}

.ck.ck-color-grid {
  grid-gap: 0.3125rem;
  padding: 0.5rem;
}

.ck.ck-color-grid__tile {
  border: 0;
  height: var(--ck-color-grid-tile-size);
  min-height: var(--ck-color-grid-tile-size);
  min-width: var(--ck-color-grid-tile-size);
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  width: var(--ck-color-grid-tile-size);
}

.ck.ck-color-grid__tile.ck-disabled {
  cursor: unset;
  -webkit-transition: unset;
  transition: unset;
}

.ck.ck-color-grid__tile.ck-color-table__color-tile_bordered {
  -webkit-box-shadow: 0 0 0 1px var(--ck-color-base-border);
          box-shadow: 0 0 0 1px var(--ck-color-base-border);
}

.ck.ck-color-grid__tile .ck.ck-icon {
  color: var(--ck-color-color-grid-check-icon);
  display: none;
}

.ck.ck-color-grid__tile.ck-on {
  -webkit-box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-base-text);
          box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-base-text);
}

.ck.ck-color-grid__tile.ck-on .ck.ck-icon {
  display: block;
}

.ck.ck-color-grid__tile.ck-on, .ck.ck-color-grid__tile:focus:not(.ck-disabled), .ck.ck-color-grid__tile:hover:not(.ck-disabled) {
  border: 0;
}

.ck.ck-color-grid__tile:focus:not(.ck-disabled), .ck.ck-color-grid__tile:hover:not(.ck-disabled) {
  -webkit-box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-focus-border);
          box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-focus-border);
}

.ck.ck-color-grid__label {
  padding: 0 var(--ck-spacing-standard);
}

.ck.ck-label {
  display: block;
}

.ck.ck-voice-label {
  display: none;
}

.ck.ck-label {
  font-weight: 700;
}

.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.ck.ck-labeled-field-view .ck.ck-label {
  display: block;
  position: absolute;
}

:root {
  --ck-labeled-field-view-transition:.1s cubic-bezier(0,0,0.24,0.95);
  --ck-labeled-field-empty-unfocused-max-width:100% - 2 * var(--ck-spacing-medium);
  --ck-labeled-field-label-default-position-x:var(--ck-spacing-medium);
  --ck-labeled-field-label-default-position-y:calc(var(--ck-font-size-base)*0.6);
  --ck-color-labeled-field-label-background:var(--ck-color-base-background);
}

.ck.ck-labeled-field-view {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-labeled-field-view, .ck.ck-labeled-field-view.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}

.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper {
  width: 100%;
}

.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  top: 0;
}

[dir=ltr] .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  left: 0;
}

[dir=rtl] .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  right: 0;
}

.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  background: var(--ck-color-labeled-field-label-background);
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
  overflow: hidden;
  padding: 0 calc(var(--ck-font-size-tiny) * 0.5);
  pointer-events: none;
  text-overflow: ellipsis;
  -webkit-transform: translate(var(--ck-spacing-medium), -0.375rem) scale(0.75);
          transform: translate(var(--ck-spacing-medium), -0.375rem) scale(0.75);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: padding var(--ck-labeled-field-view-transition), background var(--ck-labeled-field-view-transition), -webkit-transform var(--ck-labeled-field-view-transition);
  transition: padding var(--ck-labeled-field-view-transition), background var(--ck-labeled-field-view-transition), -webkit-transform var(--ck-labeled-field-view-transition);
  transition: transform var(--ck-labeled-field-view-transition), padding var(--ck-labeled-field-view-transition), background var(--ck-labeled-field-view-transition);
  transition: transform var(--ck-labeled-field-view-transition), padding var(--ck-labeled-field-view-transition), background var(--ck-labeled-field-view-transition), -webkit-transform var(--ck-labeled-field-view-transition);
}

.ck.ck-labeled-field-view.ck-error .ck-input:not([readonly]) + .ck.ck-label, .ck.ck-labeled-field-view.ck-error > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  color: var(--ck-color-base-error);
}

.ck.ck-labeled-field-view .ck-labeled-field-view__status {
  font-size: var(--ck-font-size-small);
  margin-top: var(--ck-spacing-small);
  white-space: normal;
}

.ck.ck-labeled-field-view .ck-labeled-field-view__status.ck-labeled-field-view__status_error {
  color: var(--ck-color-base-error);
}

.ck.ck-labeled-field-view.ck-disabled > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label, .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  color: var(--ck-color-input-disabled-text);
}

[dir=ltr] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label, [dir=ltr] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  -webkit-transform: translate(var(--ck-labeled-field-label-default-position-x), var(--ck-labeled-field-label-default-position-y)) scale(1);
          transform: translate(var(--ck-labeled-field-label-default-position-x), var(--ck-labeled-field-label-default-position-y)) scale(1);
}

[dir=rtl] .ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label, [dir=rtl] .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  -webkit-transform: translate(calc(var(--ck-labeled-field-label-default-position-x) * -1), var(--ck-labeled-field-label-default-position-y)) scale(1);
          transform: translate(calc(var(--ck-labeled-field-label-default-position-x) * -1), var(--ck-labeled-field-label-default-position-y)) scale(1);
}

.ck.ck-labeled-field-view.ck-disabled.ck-labeled-field-view_empty > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label, .ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  background: transparent;
  max-width: calc(var(--ck-labeled-field-empty-unfocused-max-width));
  padding: 0;
}

.ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck-dropdown > .ck.ck-button {
  background: transparent;
}

.ck.ck-labeled-field-view.ck-labeled-field-view_empty > .ck.ck-labeled-field-view__input-wrapper > .ck-dropdown > .ck-button > .ck-button__label {
  opacity: 0;
}

.ck.ck-labeled-field-view.ck-labeled-field-view_empty:not(.ck-labeled-field-view_focused):not(.ck-labeled-field-view_placeholder) > .ck.ck-labeled-field-view__input-wrapper > .ck-dropdown + .ck-label {
  max-width: calc(var(--ck-labeled-field-empty-unfocused-max-width) - var(--ck-dropdown-arrow-size) - var(--ck-spacing-standard));
}

:root {
  --ck-input-width:18em;
  --ck-input-text-width:var(--ck-input-width);
}

.ck.ck-input {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-input, .ck.ck-input.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}

.ck.ck-input {
  background: var(--ck-color-input-background);
  border: 1px solid var(--ck-color-input-border);
  min-height: var(--ck-ui-component-min-height);
  min-width: var(--ck-input-width);
  padding: var(--ck-spacing-extra-tiny) var(--ck-spacing-medium);
  -webkit-transition: border 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: border 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, border 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out, border 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
}

.ck.ck-input:focus {
  border: var(--ck-focus-ring);
  -webkit-box-shadow: var(--ck-focus-outer-shadow), 0 0;
          box-shadow: var(--ck-focus-outer-shadow), 0 0;
  outline: none;
}

.ck.ck-input[readonly] {
  background: var(--ck-color-input-disabled-background);
  border: 1px solid var(--ck-color-input-disabled-border);
  color: var(--ck-color-input-disabled-text);
}

.ck.ck-input[readonly]:focus {
  -webkit-box-shadow: var(--ck-focus-disabled-outer-shadow), 0 0;
          box-shadow: var(--ck-focus-disabled-outer-shadow), 0 0;
}

.ck.ck-input.ck-error {
  -webkit-animation: ck-input-shake 0.3s ease both;
          animation: ck-input-shake 0.3s ease both;
  border-color: var(--ck-color-input-error-border);
}

.ck.ck-input.ck-error:focus {
  -webkit-box-shadow: var(--ck-focus-error-outer-shadow), 0 0;
          box-shadow: var(--ck-focus-error-outer-shadow), 0 0;
}

@-webkit-keyframes ck-input-shake {
  20% {
    -webkit-transform: translateX(-0.125rem);
            transform: translateX(-0.125rem);
  }
  40% {
    -webkit-transform: translateX(0.125rem);
            transform: translateX(0.125rem);
  }
  60% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  80% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}

@keyframes ck-input-shake {
  20% {
    -webkit-transform: translateX(-0.125rem);
            transform: translateX(-0.125rem);
  }
  40% {
    -webkit-transform: translateX(0.125rem);
            transform: translateX(0.125rem);
  }
  60% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  80% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
}
:root {
  --ck-dropdown-max-width:75vw;
}

.ck.ck-dropdown {
  display: inline-block;
  position: relative;
}

.ck.ck-dropdown .ck-dropdown__arrow {
  pointer-events: none;
  z-index: var(--ck-z-default);
}

.ck.ck-dropdown .ck-button.ck-dropdown__button {
  width: 100%;
}

.ck.ck-dropdown .ck-dropdown__panel {
  display: none;
  max-width: var(--ck-dropdown-max-width);
  position: absolute;
  z-index: var(--ck-z-modal);
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel-visible {
  display: inline-block;
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw {
  bottom: 100%;
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw {
  bottom: auto;
  top: 100%;
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
  left: 0;
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nw, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sw {
  right: 0;
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_n, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_s {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nmw, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_smw {
  left: 75%;
  -webkit-transform: translateX(-75%);
          transform: translateX(-75%);
}

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_nme, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_sme {
  left: 25%;
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.ck.ck-toolbar .ck-dropdown__panel {
  z-index: calc(var(--ck-z-modal) + 1);
}

:root {
  --ck-dropdown-arrow-size:calc(var(--ck-icon-size)*0.5);
}

.ck.ck-dropdown {
  font-size: inherit;
}

.ck.ck-dropdown .ck-dropdown__arrow {
  width: var(--ck-dropdown-arrow-size);
}

[dir=ltr] .ck.ck-dropdown .ck-dropdown__arrow {
  margin-left: var(--ck-spacing-standard);
  right: var(--ck-spacing-standard);
}

[dir=rtl] .ck.ck-dropdown .ck-dropdown__arrow {
  left: var(--ck-spacing-standard);
  margin-right: var(--ck-spacing-small);
}

.ck.ck-dropdown.ck-disabled .ck-dropdown__arrow {
  opacity: var(--ck-disabled-opacity);
}

[dir=ltr] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text) {
  padding-left: var(--ck-spacing-small);
}

[dir=rtl] .ck.ck-dropdown .ck-button.ck-dropdown__button:not(.ck-button_with-text) {
  padding-right: var(--ck-spacing-small);
}

.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 7em;
}

.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-disabled .ck-button__label {
  opacity: var(--ck-disabled-opacity);
}

.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-dropdown__button_label-width_auto .ck-button__label {
  width: auto;
}

.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active, .ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ck.ck-dropdown .ck-button.ck-dropdown__button.ck-off:active:focus, .ck.ck-dropdown .ck-button.ck-dropdown__button.ck-on:active:focus {
  -webkit-box-shadow: var(--ck-focus-outer-shadow), 0 0;
          box-shadow: var(--ck-focus-outer-shadow), 0 0;
}

.ck.ck-dropdown__panel {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-dropdown__panel, .ck.ck-dropdown__panel.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}

.ck.ck-dropdown__panel {
  background: var(--ck-color-dropdown-panel-background);
  border: 1px solid var(--ck-color-dropdown-panel-border);
  bottom: 0;
  -webkit-box-shadow: var(--ck-drop-shadow), 0 0;
          box-shadow: var(--ck-drop-shadow), 0 0;
  min-width: 100%;
}

.ck.ck-dropdown__panel.ck-dropdown__panel_se {
  border-top-left-radius: 0;
}

.ck.ck-dropdown__panel.ck-dropdown__panel_sw {
  border-top-right-radius: 0;
}

.ck.ck-dropdown__panel.ck-dropdown__panel_ne {
  border-bottom-left-radius: 0;
}

.ck.ck-dropdown__panel.ck-dropdown__panel_nw {
  border-bottom-right-radius: 0;
}

.ck .ck-placeholder, .ck.ck-placeholder {
  position: relative;
}

.ck .ck-placeholder:before, .ck.ck-placeholder:before {
  content: attr(data-placeholder);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.ck.ck-read-only .ck-placeholder:before {
  display: none;
}

.ck.ck-reset_all .ck-placeholder {
  position: relative;
}

.ck .ck-placeholder:before, .ck.ck-placeholder:before {
  color: var(--ck-color-engine-placeholder-text);
  cursor: text;
}

.ck.ck-editor__editable span[data-ck-unsafe-element] {
  display: none;
}

.ck.ck-toolbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.ck.ck-toolbar > .ck-toolbar__items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ck.ck-toolbar .ck.ck-toolbar__separator {
  display: inline-block;
}

.ck.ck-toolbar .ck.ck-toolbar__separator:first-child, .ck.ck-toolbar .ck.ck-toolbar__separator:last-child {
  display: none;
}

.ck.ck-toolbar .ck-toolbar__line-break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ck.ck-toolbar.ck-toolbar_vertical > .ck-toolbar__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ck.ck-toolbar.ck-toolbar_floating > .ck-toolbar__items {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown > .ck-dropdown__button .ck-dropdown__arrow {
  display: none;
}

.ck.ck-toolbar {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-toolbar, .ck.ck-toolbar.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}

.ck.ck-toolbar {
  background: var(--ck-color-toolbar-background);
  border: 1px solid var(--ck-color-toolbar-border);
  padding: 0 var(--ck-spacing-small);
}

.ck.ck-toolbar .ck.ck-toolbar__separator {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: var(--ck-color-toolbar-border);
  margin-bottom: var(--ck-spacing-small);
  margin-top: var(--ck-spacing-small);
  min-width: 1px;
  width: 1px;
}

.ck.ck-toolbar .ck-toolbar__line-break {
  height: 0;
}

.ck.ck-toolbar > .ck-toolbar__items > :not(.ck-toolbar__line-break) {
  margin-right: var(--ck-spacing-small);
}

.ck.ck-toolbar > .ck-toolbar__items:empty + .ck.ck-toolbar__separator {
  display: none;
}

.ck.ck-toolbar > .ck-toolbar__items > :not(.ck-toolbar__line-break), .ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown {
  margin-bottom: var(--ck-spacing-small);
  margin-top: var(--ck-spacing-small);
}

.ck.ck-toolbar.ck-toolbar_vertical {
  padding: 0;
}

.ck.ck-toolbar.ck-toolbar_vertical > .ck-toolbar__items > .ck {
  border-radius: 0;
  margin: 0;
  width: 100%;
}

.ck.ck-toolbar.ck-toolbar_compact {
  padding: 0;
}

.ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > * {
  margin: 0;
}

.ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > :not(:first-child):not(:last-child) {
  border-radius: 0;
}

.ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown > .ck.ck-button.ck-dropdown__button {
  padding-left: var(--ck-spacing-tiny);
}

.ck.ck-toolbar .ck-toolbar__nested-toolbar-dropdown > .ck-dropdown__panel {
  min-width: auto;
}

.ck.ck-toolbar .ck-toolbar__nested-toolbar-dropdown > .ck-button > .ck-button__label {
  max-width: 7em;
  width: auto;
}

.ck.ck-toolbar:focus {
  outline: none;
}

.ck-toolbar-container .ck.ck-toolbar {
  border: 0;
}

.ck.ck-toolbar[dir=rtl] > .ck-toolbar__items > .ck, [dir=rtl] .ck.ck-toolbar > .ck-toolbar__items > .ck {
  margin-right: 0;
}

.ck.ck-toolbar[dir=rtl]:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck, [dir=rtl] .ck.ck-toolbar:not(.ck-toolbar_compact) > .ck-toolbar__items > .ck {
  margin-left: var(--ck-spacing-small);
}

.ck.ck-toolbar[dir=rtl] > .ck-toolbar__items > .ck:last-child, [dir=rtl] .ck.ck-toolbar > .ck-toolbar__items > .ck:last-child {
  margin-left: 0;
}

.ck.ck-toolbar.ck-toolbar_compact[dir=rtl] > .ck-toolbar__items > .ck:first-child, [dir=rtl] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ck.ck-toolbar.ck-toolbar_compact[dir=rtl] > .ck-toolbar__items > .ck:last-child, [dir=rtl] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.ck.ck-toolbar.ck-toolbar_grouping[dir=rtl] > .ck-toolbar__items:not(:empty):not(:only-child), .ck.ck-toolbar[dir=rtl] > .ck.ck-toolbar__separator, [dir=rtl] .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items:not(:empty):not(:only-child), [dir=rtl] .ck.ck-toolbar > .ck.ck-toolbar__separator {
  margin-left: var(--ck-spacing-small);
}

.ck.ck-toolbar[dir=ltr] > .ck-toolbar__items > .ck:last-child, [dir=ltr] .ck.ck-toolbar > .ck-toolbar__items > .ck:last-child {
  margin-right: 0;
}

.ck.ck-toolbar.ck-toolbar_compact[dir=ltr] > .ck-toolbar__items > .ck:first-child, [dir=ltr] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.ck.ck-toolbar.ck-toolbar_compact[dir=ltr] > .ck-toolbar__items > .ck:last-child, [dir=ltr] .ck.ck-toolbar.ck-toolbar_compact > .ck-toolbar__items > .ck:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ck.ck-toolbar.ck-toolbar_grouping[dir=ltr] > .ck-toolbar__items:not(:empty):not(:only-child), .ck.ck-toolbar[dir=ltr] > .ck.ck-toolbar__separator, [dir=ltr] .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items:not(:empty):not(:only-child), [dir=ltr] .ck.ck-toolbar > .ck.ck-toolbar__separator {
  margin-right: var(--ck-spacing-small);
}

.ck.ck-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.ck.ck-list .ck-list__item, .ck.ck-list .ck-list__separator {
  display: block;
}

.ck.ck-list .ck-list__item > :focus {
  position: relative;
  z-index: var(--ck-z-default);
}

.ck.ck-list {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-list, .ck.ck-list.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}

.ck.ck-list {
  background: var(--ck-color-list-background);
  list-style-type: none;
}

.ck.ck-list__item {
  cursor: default;
  min-width: 12em;
}

.ck.ck-list__item .ck-button {
  border-radius: 0;
  min-height: unset;
  padding: calc(var(--ck-line-height-base) * 0.2 * var(--ck-font-size-base)) calc(var(--ck-line-height-base) * 0.4 * var(--ck-font-size-base));
  text-align: left;
  width: 100%;
}

.ck.ck-list__item .ck-button .ck-button__label {
  line-height: calc(var(--ck-line-height-base) * 1.2 * var(--ck-font-size-base));
}

.ck.ck-list__item .ck-button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ck.ck-list__item .ck-button.ck-on {
  background: var(--ck-color-list-button-on-background);
  color: var(--ck-color-list-button-on-text);
}

.ck.ck-list__item .ck-button.ck-on:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled) {
  background: var(--ck-color-list-button-on-background-focus);
}

.ck.ck-list__item .ck-button.ck-on:focus:not(.ck-switchbutton):not(.ck-disabled) {
  border-color: var(--ck-color-base-background);
}

.ck.ck-list__item .ck-button:hover:not(.ck-disabled) {
  background: var(--ck-color-list-button-hover-background);
}

.ck.ck-list__item .ck-switchbutton.ck-on {
  background: var(--ck-color-list-background);
  color: inherit;
}

.ck.ck-list__item .ck-switchbutton.ck-on:hover:not(.ck-disabled) {
  background: var(--ck-color-list-button-hover-background);
  color: inherit;
}

.ck.ck-list__separator {
  background: var(--ck-color-base-border);
  height: 1px;
  width: 100%;
}

.ck.ck-splitbutton {
  font-size: inherit;
}

.ck.ck-splitbutton .ck-splitbutton__action:focus {
  z-index: calc(var(--ck-z-default) + 1);
}

:root {
  --ck-color-split-button-hover-background:#ebebeb;
  --ck-color-split-button-hover-border:#b3b3b3;
}

[dir=ltr] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action, [dir=ltr] .ck.ck-splitbutton:hover > .ck-splitbutton__action {
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}

[dir=rtl] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action, [dir=rtl] .ck.ck-splitbutton:hover > .ck-splitbutton__action {
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
}

.ck.ck-splitbutton > .ck-splitbutton__arrow {
  min-width: unset;
}

[dir=ltr] .ck.ck-splitbutton > .ck-splitbutton__arrow {
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
}

[dir=rtl] .ck.ck-splitbutton > .ck-splitbutton__arrow {
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
}

.ck.ck-splitbutton > .ck-splitbutton__arrow svg {
  width: var(--ck-dropdown-arrow-size);
}

.ck.ck-splitbutton > .ck-splitbutton__arrow:not(:focus) {
  border-bottom-width: 0;
  border-top-width: 0;
}

.ck.ck-splitbutton.ck-splitbutton_open > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover), .ck.ck-splitbutton:hover > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover) {
  background: var(--ck-color-split-button-hover-background);
}

.ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):after, .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled):after {
  background-color: var(--ck-color-split-button-hover-border);
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
}

.ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:focus:after, .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:focus:after {
  --ck-color-split-button-hover-border:var(--ck-color-focus-border);
}

[dir=ltr] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):after, [dir=ltr] .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled):after {
  left: -1px;
}

[dir=rtl] .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):after, [dir=rtl] .ck.ck-splitbutton:hover > .ck-splitbutton__arrow:not(.ck-disabled):after {
  right: -1px;
}

.ck.ck-splitbutton.ck-splitbutton_open {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open, .ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}

.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__action, .ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners > .ck-splitbutton__action {
  border-bottom-left-radius: 0;
}

.ck-rounded-corners .ck.ck-splitbutton.ck-splitbutton_open > .ck-splitbutton__arrow, .ck.ck-splitbutton.ck-splitbutton_open.ck-rounded-corners > .ck-splitbutton__arrow {
  border-bottom-right-radius: 0;
}

:root {
  --ck-toolbar-dropdown-max-width:60vw;
}

.ck.ck-toolbar-dropdown > .ck-dropdown__panel {
  max-width: var(--ck-toolbar-dropdown-max-width);
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.ck.ck-toolbar-dropdown > .ck-dropdown__panel .ck-button:focus {
  z-index: calc(var(--ck-z-default) + 1);
}

.ck.ck-toolbar-dropdown .ck-toolbar {
  border: 0;
}

.ck.ck-dropdown .ck-dropdown__panel .ck-list {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list, .ck.ck-dropdown .ck-dropdown__panel .ck-list.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-top-left-radius: 0;
}

.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button, .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:first-child .ck-button.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}

.ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button, .ck.ck-dropdown .ck-dropdown__panel .ck-list .ck-list__item:last-child .ck-button.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.color-picker-hex-input {
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.color-picker-hex-input .ck.ck-input {
  min-width: unset;
}

.ck.ck-color-picker__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ck.ck-color-picker__row .ck-color-picker__hash-view {
  padding-right: var(--ck-spacing-medium);
  padding-top: var(--ck-spacing-tiny);
}

:root {
  --ck-balloon-panel-arrow-z-index:calc(var(--ck-z-default) - 3);
}

.ck.ck-balloon-panel {
  display: none;
  position: absolute;
  z-index: var(--ck-z-modal);
}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after, .ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before {
  content: "";
  position: absolute;
}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before {
  z-index: var(--ck-balloon-panel-arrow-z-index);
}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after {
  z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
}

.ck.ck-balloon-panel[class*=arrow_n]:before {
  z-index: var(--ck-balloon-panel-arrow-z-index);
}

.ck.ck-balloon-panel[class*=arrow_n]:after {
  z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
}

.ck.ck-balloon-panel[class*=arrow_s]:before {
  z-index: var(--ck-balloon-panel-arrow-z-index);
}

.ck.ck-balloon-panel[class*=arrow_s]:after {
  z-index: calc(var(--ck-balloon-panel-arrow-z-index) + 1);
}

.ck.ck-balloon-panel.ck-balloon-panel_visible {
  display: block;
}

:root {
  --ck-balloon-border-width:1px;
  --ck-balloon-arrow-offset:0.125rem;
  --ck-balloon-arrow-height:0.625rem;
  --ck-balloon-arrow-half-width:0.5rem;
  --ck-balloon-arrow-drop-shadow:0 0.125rem 0.125rem var(--ck-color-shadow-drop);
}

.ck.ck-balloon-panel {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-balloon-panel, .ck.ck-balloon-panel.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}

.ck.ck-balloon-panel {
  background: var(--ck-color-panel-background);
  border: var(--ck-balloon-border-width) solid var(--ck-color-panel-border);
  -webkit-box-shadow: var(--ck-drop-shadow), 0 0;
          box-shadow: var(--ck-drop-shadow), 0 0;
  min-height: 0.9375rem;
}

.ck.ck-balloon-panel.ck-balloon-panel_with-arrow:after, .ck.ck-balloon-panel.ck-balloon-panel_with-arrow:before {
  border-style: solid;
  height: 0;
  width: 0;
}

.ck.ck-balloon-panel[class*=arrow_n]:after, .ck.ck-balloon-panel[class*=arrow_n]:before {
  border-width: 0 var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width);
}

.ck.ck-balloon-panel[class*=arrow_n]:before {
  border-color: transparent transparent var(--ck-color-panel-border) transparent;
  margin-top: calc(var(--ck-balloon-border-width) * -1);
}

.ck.ck-balloon-panel[class*=arrow_n]:after {
  border-color: transparent transparent var(--ck-color-panel-background) transparent;
  margin-top: calc(var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width));
}

.ck.ck-balloon-panel[class*=arrow_s]:after, .ck.ck-balloon-panel[class*=arrow_s]:before {
  border-width: var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width) 0 var(--ck-balloon-arrow-half-width);
}

.ck.ck-balloon-panel[class*=arrow_s]:before {
  border-color: var(--ck-color-panel-border) transparent transparent;
  -webkit-filter: drop-shadow(var(--ck-balloon-arrow-drop-shadow));
          filter: drop-shadow(var(--ck-balloon-arrow-drop-shadow));
  margin-bottom: calc(var(--ck-balloon-border-width) * -1);
}

.ck.ck-balloon-panel[class*=arrow_s]:after {
  border-color: var(--ck-color-panel-background) transparent transparent transparent;
  margin-bottom: calc(var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width));
}

.ck.ck-balloon-panel[class*=arrow_e]:after, .ck.ck-balloon-panel[class*=arrow_e]:before {
  border-width: var(--ck-balloon-arrow-half-width) 0 var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height);
}

.ck.ck-balloon-panel[class*=arrow_e]:before {
  border-color: transparent transparent transparent var(--ck-color-panel-border);
  margin-right: calc(var(--ck-balloon-border-width) * -1);
}

.ck.ck-balloon-panel[class*=arrow_e]:after {
  border-color: transparent transparent transparent var(--ck-color-panel-background);
  margin-right: calc(var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width));
}

.ck.ck-balloon-panel[class*=arrow_w]:after, .ck.ck-balloon-panel[class*=arrow_w]:before {
  border-width: var(--ck-balloon-arrow-half-width) var(--ck-balloon-arrow-height) var(--ck-balloon-arrow-half-width) 0;
}

.ck.ck-balloon-panel[class*=arrow_w]:before {
  border-color: transparent var(--ck-color-panel-border) transparent transparent;
  margin-left: calc(var(--ck-balloon-border-width) * -1);
}

.ck.ck-balloon-panel[class*=arrow_w]:after {
  border-color: transparent var(--ck-color-panel-background) transparent transparent;
  margin-left: calc(var(--ck-balloon-arrow-offset) - var(--ck-balloon-border-width));
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_n:after, .ck.ck-balloon-panel.ck-balloon-panel_arrow_n:before {
  left: 50%;
  margin-left: calc(var(--ck-balloon-arrow-half-width) * -1);
  top: calc(var(--ck-balloon-arrow-height) * -1);
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_nw:after, .ck.ck-balloon-panel.ck-balloon-panel_arrow_nw:before {
  left: calc(var(--ck-balloon-arrow-half-width) * 2);
  top: calc(var(--ck-balloon-arrow-height) * -1);
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_ne:after, .ck.ck-balloon-panel.ck-balloon-panel_arrow_ne:before {
  right: calc(var(--ck-balloon-arrow-half-width) * 2);
  top: calc(var(--ck-balloon-arrow-height) * -1);
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_s:after, .ck.ck-balloon-panel.ck-balloon-panel_arrow_s:before {
  bottom: calc(var(--ck-balloon-arrow-height) * -1);
  left: 50%;
  margin-left: calc(var(--ck-balloon-arrow-half-width) * -1);
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_sw:after, .ck.ck-balloon-panel.ck-balloon-panel_arrow_sw:before {
  bottom: calc(var(--ck-balloon-arrow-height) * -1);
  left: calc(var(--ck-balloon-arrow-half-width) * 2);
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_se:after, .ck.ck-balloon-panel.ck-balloon-panel_arrow_se:before {
  bottom: calc(var(--ck-balloon-arrow-height) * -1);
  right: calc(var(--ck-balloon-arrow-half-width) * 2);
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_sme:after, .ck.ck-balloon-panel.ck-balloon-panel_arrow_sme:before {
  bottom: calc(var(--ck-balloon-arrow-height) * -1);
  margin-right: calc(var(--ck-balloon-arrow-half-width) * 2);
  right: 25%;
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_smw:after, .ck.ck-balloon-panel.ck-balloon-panel_arrow_smw:before {
  bottom: calc(var(--ck-balloon-arrow-height) * -1);
  left: 25%;
  margin-left: calc(var(--ck-balloon-arrow-half-width) * 2);
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_nme:after, .ck.ck-balloon-panel.ck-balloon-panel_arrow_nme:before {
  margin-right: calc(var(--ck-balloon-arrow-half-width) * 2);
  right: 25%;
  top: calc(var(--ck-balloon-arrow-height) * -1);
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw:after, .ck.ck-balloon-panel.ck-balloon-panel_arrow_nmw:before {
  left: 25%;
  margin-left: calc(var(--ck-balloon-arrow-half-width) * 2);
  top: calc(var(--ck-balloon-arrow-height) * -1);
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_e:after, .ck.ck-balloon-panel.ck-balloon-panel_arrow_e:before {
  margin-top: calc(var(--ck-balloon-arrow-half-width) * -1);
  right: calc(var(--ck-balloon-arrow-height) * -1);
  top: 50%;
}

.ck.ck-balloon-panel.ck-balloon-panel_arrow_w:after, .ck.ck-balloon-panel.ck-balloon-panel_arrow_w:before {
  left: calc(var(--ck-balloon-arrow-height) * -1);
  margin-top: calc(var(--ck-balloon-arrow-half-width) * -1);
  top: 50%;
}

.ck.ck-balloon-panel.ck-tooltip {
  --ck-balloon-border-width:0px;
  --ck-balloon-arrow-offset:0px;
  --ck-balloon-arrow-half-width:0.25rem;
  --ck-balloon-arrow-height:0.25rem;
  --ck-color-panel-background:var(--ck-color-tooltip-background);
  padding: 0 var(--ck-spacing-medium);
  pointer-events: none;
  z-index: calc(var(--ck-z-modal) + 100);
}

.ck.ck-balloon-panel.ck-tooltip .ck-tooltip__text {
  color: var(--ck-color-tooltip-text);
  font-size: 0.9em;
  line-height: 1.5;
}

.ck.ck-balloon-panel.ck-tooltip {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ck.ck-balloon-panel.ck-tooltip:before {
  display: none;
}

:root {
  --ck-color-editable-blur-selection:#d9d9d9;
}

.ck.ck-editor__editable:not(.ck-editor__nested-editable) {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-editor__editable:not(.ck-editor__nested-editable), .ck.ck-editor__editable.ck-rounded-corners:not(.ck-editor__nested-editable) {
  border-radius: var(--ck-border-radius);
}

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
  border: var(--ck-focus-ring);
  -webkit-box-shadow: var(--ck-inner-shadow), 0 0;
          box-shadow: var(--ck-inner-shadow), 0 0;
  outline: none;
}

.ck.ck-editor__editable_inline {
  border: 1px solid transparent;
  overflow: auto;
  padding: 0 var(--ck-spacing-standard);
}

.ck.ck-editor__editable_inline[dir=ltr] {
  text-align: left;
}

.ck.ck-editor__editable_inline[dir=rtl] {
  text-align: right;
}

.ck.ck-editor__editable_inline > :first-child {
  margin-top: var(--ck-spacing-large);
}

.ck.ck-editor__editable_inline > :last-child {
  margin-bottom: var(--ck-spacing-large);
}

.ck.ck-editor__editable_inline.ck-blurred ::-moz-selection {
  background: var(--ck-color-editable-blur-selection);
}

.ck.ck-editor__editable_inline.ck-blurred ::selection {
  background: var(--ck-color-editable-blur-selection);
}

.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_n]:after {
  border-bottom-color: var(--ck-color-base-foreground);
}

.ck.ck-balloon-panel.ck-toolbar-container[class*=arrow_s]:after {
  border-top-color: var(--ck-color-base-foreground);
}

.ck.ck-form__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

:root {
  --ck-form-header-height:2.375rem;
}

.ck.ck-form__header {
  border-bottom: 1px solid var(--ck-color-base-border);
  height: var(--ck-form-header-height);
  line-height: var(--ck-form-header-height);
  padding: var(--ck-spacing-small) var(--ck-spacing-large);
}

.ck.ck-form__header .ck-form__header__label {
  font-weight: 700;
}

.ck .ck-balloon-rotator__navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ck .ck-balloon-rotator__content .ck-toolbar {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ck .ck-balloon-rotator__navigation {
  background: var(--ck-color-toolbar-background);
  border-bottom: 1px solid var(--ck-color-toolbar-border);
  padding: 0 var(--ck-spacing-small);
}

.ck .ck-balloon-rotator__navigation > * {
  margin-bottom: var(--ck-spacing-small);
  margin-right: var(--ck-spacing-small);
  margin-top: var(--ck-spacing-small);
}

.ck .ck-balloon-rotator__navigation .ck-balloon-rotator__counter {
  margin-left: var(--ck-spacing-small);
  margin-right: var(--ck-spacing-standard);
}

.ck .ck-balloon-rotator__content .ck.ck-annotation-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ck .ck-fake-panel {
  position: absolute;
  z-index: calc(var(--ck-z-modal) - 1);
}

.ck .ck-fake-panel div {
  position: absolute;
}

.ck .ck-fake-panel div:first-child {
  z-index: 2;
}

.ck .ck-fake-panel div:nth-child(2) {
  z-index: 1;
}

:root {
  --ck-balloon-fake-panel-offset-horizontal:0.375rem;
  --ck-balloon-fake-panel-offset-vertical:0.375rem;
}

.ck .ck-fake-panel div {
  background: var(--ck-color-panel-background);
  border: 1px solid var(--ck-color-panel-border);
  border-radius: var(--ck-border-radius);
  -webkit-box-shadow: var(--ck-drop-shadow), 0 0;
          box-shadow: var(--ck-drop-shadow), 0 0;
  height: 100%;
  min-height: 0.9375rem;
  width: 100%;
}

.ck .ck-fake-panel div:first-child {
  margin-left: var(--ck-balloon-fake-panel-offset-horizontal);
  margin-top: var(--ck-balloon-fake-panel-offset-vertical);
}

.ck .ck-fake-panel div:nth-child(2) {
  margin-left: calc(var(--ck-balloon-fake-panel-offset-horizontal) * 2);
  margin-top: calc(var(--ck-balloon-fake-panel-offset-vertical) * 2);
}

.ck .ck-fake-panel div:nth-child(3) {
  margin-left: calc(var(--ck-balloon-fake-panel-offset-horizontal) * 3);
  margin-top: calc(var(--ck-balloon-fake-panel-offset-vertical) * 3);
}

.ck .ck-balloon-panel_arrow_s + .ck-fake-panel, .ck .ck-balloon-panel_arrow_se + .ck-fake-panel, .ck .ck-balloon-panel_arrow_sw + .ck-fake-panel {
  --ck-balloon-fake-panel-offset-vertical:-0.375rem;
}

.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
  position: fixed;
  top: 0;
  z-index: var(--ck-z-modal);
}

.ck.ck-sticky-panel .ck-sticky-panel__content_sticky_bottom-limit {
  position: absolute;
  top: auto;
}

.ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-width: 0 1px 1px;
  -webkit-box-shadow: var(--ck-drop-shadow), 0 0;
          box-shadow: var(--ck-drop-shadow), 0 0;
}

.ck.ck-block-toolbar-button {
  position: absolute;
  z-index: var(--ck-z-default);
}

:root {
  --ck-color-block-toolbar-button:var(--ck-color-text);
  --ck-block-toolbar-button-size:var(--ck-font-size-normal);
}

.ck.ck-block-toolbar-button {
  color: var(--ck-color-block-toolbar-button);
  font-size: var(--ck-block-toolbar-size);
}

.ck.ck-editor {
  position: relative;
}

.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
  z-index: var(--ck-z-modal);
}

.ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
  border-bottom-width: 0;
}

.ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar {
  border-bottom-width: 1px;
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content_sticky .ck-toolbar.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-radius: 0;
}

.ck.ck-editor__main > .ck-editor__editable {
  background: var(--ck-color-base-background);
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: var(--ck-color-base-border);
}

.ck .ck-widget .ck-widget__type-around__button {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: var(--ck-z-default);
}

.ck .ck-widget .ck-widget__type-around__button svg {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: calc(var(--ck-z-default) + 2);
}

.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_before {
  left: min(10%, 1.875rem);
  top: calc(var(--ck-widget-outline-thickness) * -0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ck .ck-widget .ck-widget__type-around__button.ck-widget__type-around__button_after {
  bottom: calc(var(--ck-widget-outline-thickness) * -0.5);
  right: min(10%, 1.875rem);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button:after, .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover:after {
  content: "";
  display: block;
  left: 1px;
  position: absolute;
  top: 1px;
  z-index: calc(var(--ck-z-default) + 1);
}

.ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
}

.ck .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
  left: calc(var(--ck-widget-outline-thickness) * -1);
  right: calc(var(--ck-widget-outline-thickness) * -1);
}

.ck .ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
  display: block;
  top: calc(var(--ck-widget-outline-thickness) * -1 - 1px);
}

.ck .ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__fake-caret {
  bottom: calc(var(--ck-widget-outline-thickness) * -1 - 1px);
  display: block;
}

.ck.ck-editor__editable.ck-read-only .ck-widget__type-around, .ck.ck-editor__editable.ck-restricted-editing_mode_restricted .ck-widget__type-around, .ck.ck-editor__editable.ck-widget__type-around_disabled .ck-widget__type-around {
  display: none;
}

:root {
  --ck-widget-type-around-button-size:1.25rem;
  --ck-color-widget-type-around-button-active:var(--ck-color-focus-border);
  --ck-color-widget-type-around-button-hover:var(--ck-color-widget-hover-border);
  --ck-color-widget-type-around-button-blurred-editable:var(--ck-color-widget-blurred-border);
  --ck-color-widget-type-around-button-radar-start-alpha:0;
  --ck-color-widget-type-around-button-radar-end-alpha:.3;
  --ck-color-widget-type-around-button-icon:var(--ck-color-base-background);
}

.ck .ck-widget .ck-widget__type-around__button {
  background: var(--ck-color-widget-type-around-button);
  border-radius: 6.25rem;
  height: var(--ck-widget-type-around-button-size);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve), background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
  transition: opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve), background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
  width: var(--ck-widget-type-around-button-size);
}

.ck .ck-widget .ck-widget__type-around__button svg {
  height: 0.5rem;
  margin-top: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  width: 0.625rem;
}

.ck .ck-widget .ck-widget__type-around__button svg * {
  stroke-dasharray: 10;
  stroke-dashoffset: 0;
  fill: none;
  stroke: var(--ck-color-widget-type-around-button-icon);
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ck .ck-widget .ck-widget__type-around__button svg line {
  stroke-dasharray: 7;
}

.ck .ck-widget .ck-widget__type-around__button:hover {
  -webkit-animation: ck-widget-type-around-button-sonar 1s ease infinite;
          animation: ck-widget-type-around-button-sonar 1s ease infinite;
}

.ck .ck-widget .ck-widget__type-around__button:hover svg polyline {
  -webkit-animation: ck-widget-type-around-arrow-dash 2s linear;
          animation: ck-widget-type-around-arrow-dash 2s linear;
}

.ck .ck-widget .ck-widget__type-around__button:hover svg line {
  -webkit-animation: ck-widget-type-around-arrow-tip-dash 2s linear;
          animation: ck-widget-type-around-arrow-tip-dash 2s linear;
}

.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button, .ck .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__button {
  opacity: 1;
  pointer-events: auto;
}

.ck .ck-widget:not(.ck-widget_selected) > .ck-widget__type-around > .ck-widget__type-around__button {
  background: var(--ck-color-widget-type-around-button-hover);
}

.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button, .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover {
  background: var(--ck-color-widget-type-around-button-active);
}

.ck .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button:after, .ck .ck-widget > .ck-widget__type-around > .ck-widget__type-around__button:hover:after {
  background: linear-gradient(135deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.3));
  border-radius: 6.25rem;
  height: calc(var(--ck-widget-type-around-button-size) - 0.125rem);
  width: calc(var(--ck-widget-type-around-button-size) - 0.125rem);
}

.ck .ck-widget.ck-widget_with-selection-handle > .ck-widget__type-around > .ck-widget__type-around__button_before {
  margin-left: 1.25rem;
}

.ck .ck-widget .ck-widget__type-around__fake-caret {
  -webkit-animation: ck-widget-type-around-fake-caret-pulse 1s linear infinite normal forwards;
          animation: ck-widget-type-around-fake-caret-pulse 1s linear infinite normal forwards;
  background: var(--ck-color-base-text);
  height: 1px;
  outline: 1px solid hsla(0, 0%, 100%, 0.5);
  pointer-events: none;
}

.ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_after, .ck .ck-widget.ck-widget_selected.ck-widget_type-around_show-fake-caret_before {
  outline-color: transparent;
}

.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected:hover, .ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected:hover {
  outline-color: var(--ck-color-widget-hover-border);
}

.ck .ck-widget.ck-widget_type-around_show-fake-caret_after > .ck-widget__type-around > .ck-widget__type-around__button, .ck .ck-widget.ck-widget_type-around_show-fake-caret_before > .ck-widget__type-around > .ck-widget__type-around__button {
  opacity: 0;
  pointer-events: none;
}

.ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_selected.ck-widget_with-resizer > .ck-widget__resizer, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_type-around_show-fake-caret_after.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_selected.ck-widget_with-resizer > .ck-widget__resizer, .ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_type-around_show-fake-caret_before.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle {
  opacity: 0;
}

.ck[dir=rtl] .ck-widget.ck-widget_with-selection-handle .ck-widget__type-around > .ck-widget__type-around__button_before {
  margin-left: 0;
  margin-right: 1.25rem;
}

.ck-editor__nested-editable.ck-editor__editable_selected .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button, .ck-editor__nested-editable.ck-editor__editable_selected .ck-widget:hover > .ck-widget__type-around > .ck-widget__type-around__button {
  opacity: 0;
  pointer-events: none;
}

.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button:not(:hover) {
  background: var(--ck-color-widget-type-around-button-blurred-editable);
}

.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected > .ck-widget__type-around > .ck-widget__type-around__button:not(:hover) svg * {
  stroke: #999;
}

@-webkit-keyframes ck-widget-type-around-arrow-dash {
  0% {
    stroke-dashoffset: 10;
  }
  20%, to {
    stroke-dashoffset: 0;
  }
}

@keyframes ck-widget-type-around-arrow-dash {
  0% {
    stroke-dashoffset: 10;
  }
  20%, to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes ck-widget-type-around-arrow-tip-dash {
  0%, 20% {
    stroke-dashoffset: 7;
  }
  40%, to {
    stroke-dashoffset: 0;
  }
}
@keyframes ck-widget-type-around-arrow-tip-dash {
  0%, 20% {
    stroke-dashoffset: 7;
  }
  40%, to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes ck-widget-type-around-button-sonar {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
            box-shadow: 0 0 0 0 hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-end-alpha));
            box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-end-alpha));
  }
  to {
    -webkit-box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
            box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
  }
}
@keyframes ck-widget-type-around-button-sonar {
  0% {
    -webkit-box-shadow: 0 0 0 0 hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
            box-shadow: 0 0 0 0 hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
  }
  50% {
    -webkit-box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-end-alpha));
            box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-end-alpha));
  }
  to {
    -webkit-box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
            box-shadow: 0 0 0 5px hsla(var(--ck-color-focus-border-coordinates), var(--ck-color-widget-type-around-button-radar-start-alpha));
  }
}
@-webkit-keyframes ck-widget-type-around-fake-caret-pulse {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ck-widget-type-around-fake-caret-pulse {
  0% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:root {
  --ck-color-resizer:var(--ck-color-focus-border);
  --ck-color-resizer-tooltip-background:#262626;
  --ck-color-resizer-tooltip-text:#f2f2f2;
  --ck-resizer-border-radius:var(--ck-border-radius);
  --ck-resizer-tooltip-offset:0.625rem;
  --ck-resizer-tooltip-height:calc(var(--ck-spacing-small)*2 + 0.625rem);
}

.ck .ck-widget, .ck .ck-widget.ck-widget_with-selection-handle {
  position: relative;
}

.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
  position: absolute;
}

.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon {
  display: block;
}

.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle {
  visibility: visible;
}

.ck .ck-size-view {
  background: var(--ck-color-resizer-tooltip-background);
  border: 1px solid var(--ck-color-resizer-tooltip-text);
  border-radius: var(--ck-resizer-border-radius);
  color: var(--ck-color-resizer-tooltip-text);
  display: block;
  font-size: var(--ck-font-size-tiny);
  height: var(--ck-resizer-tooltip-height);
  line-height: var(--ck-resizer-tooltip-height);
  padding: 0 var(--ck-spacing-small);
}

.ck .ck-size-view.ck-orientation-above-center, .ck .ck-size-view.ck-orientation-bottom-left, .ck .ck-size-view.ck-orientation-bottom-right, .ck .ck-size-view.ck-orientation-top-left, .ck .ck-size-view.ck-orientation-top-right {
  position: absolute;
}

.ck .ck-size-view.ck-orientation-top-left {
  left: var(--ck-resizer-tooltip-offset);
  top: var(--ck-resizer-tooltip-offset);
}

.ck .ck-size-view.ck-orientation-top-right {
  right: var(--ck-resizer-tooltip-offset);
  top: var(--ck-resizer-tooltip-offset);
}

.ck .ck-size-view.ck-orientation-bottom-right {
  bottom: var(--ck-resizer-tooltip-offset);
  right: var(--ck-resizer-tooltip-offset);
}

.ck .ck-size-view.ck-orientation-bottom-left {
  bottom: var(--ck-resizer-tooltip-offset);
  left: var(--ck-resizer-tooltip-offset);
}

.ck .ck-size-view.ck-orientation-above-center {
  left: 50%;
  top: calc(var(--ck-resizer-tooltip-height) * -1);
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

:root {
  --ck-widget-outline-thickness:0.1875rem;
  --ck-widget-handler-icon-size:1rem;
  --ck-widget-handler-animation-duration:200ms;
  --ck-widget-handler-animation-curve:ease;
  --ck-color-widget-blurred-border:#dedede;
  --ck-color-widget-hover-border:#ffc83d;
  --ck-color-widget-editable-focus-background:var(--ck-color-base-background);
  --ck-color-widget-drag-handler-icon-color:var(--ck-color-base-background);
}

.ck .ck-widget {
  outline-color: transparent;
  outline-style: solid;
  outline-width: var(--ck-widget-outline-thickness);
  -webkit-transition: outline-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
  transition: outline-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
}

.ck .ck-widget.ck-widget_selected, .ck .ck-widget.ck-widget_selected:hover {
  outline: var(--ck-widget-outline-thickness) solid var(--ck-color-focus-border);
}

.ck .ck-widget:hover {
  outline-color: var(--ck-color-widget-hover-border);
}

.ck .ck-editor__nested-editable {
  border: 1px solid transparent;
}

.ck .ck-editor__nested-editable.ck-editor__nested-editable_focused, .ck .ck-editor__nested-editable:focus {
  background-color: var(--ck-color-widget-editable-focus-background);
  border: var(--ck-focus-ring);
  -webkit-box-shadow: var(--ck-inner-shadow), 0 0;
          box-shadow: var(--ck-inner-shadow), 0 0;
  outline: none;
}

.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
  background-color: transparent;
  border-radius: var(--ck-border-radius) var(--ck-border-radius) 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: calc(0px - var(--ck-widget-outline-thickness));
  opacity: 0;
  padding: 0.25rem;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: background-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve), visibility var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve), opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
  transition: background-color var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve), visibility var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve), opacity var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
}

.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon {
  color: var(--ck-color-widget-drag-handler-icon-color);
  height: var(--ck-widget-handler-icon-size);
  width: var(--ck-widget-handler-icon-size);
}

.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator {
  opacity: 0;
  -webkit-transition: opacity 0.3s var(--ck-widget-handler-animation-curve);
  transition: opacity 0.3s var(--ck-widget-handler-animation-curve);
}

.ck .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover .ck-icon .ck-icon__selected-indicator {
  opacity: 1;
}

.ck .ck-widget.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle {
  background-color: var(--ck-color-widget-hover-border);
  opacity: 1;
}

.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle, .ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle {
  background-color: var(--ck-color-focus-border);
  opacity: 1;
}

.ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected:hover > .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator, .ck .ck-widget.ck-widget_with-selection-handle.ck-widget_selected > .ck-widget__selection-handle .ck-icon .ck-icon__selected-indicator {
  opacity: 1;
}

.ck[dir=rtl] .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle {
  left: auto;
  right: calc(0px - var(--ck-widget-outline-thickness));
}

.ck.ck-editor__editable.ck-read-only .ck-widget {
  -webkit-transition: none;
  transition: none;
}

.ck.ck-editor__editable.ck-read-only .ck-widget:not(.ck-widget_selected) {
  --ck-widget-outline-thickness:0px;
}

.ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle, .ck.ck-editor__editable.ck-read-only .ck-widget.ck-widget_with-selection-handle .ck-widget__selection-handle:hover {
  background: var(--ck-color-widget-blurred-border);
}

.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected, .ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected:hover {
  outline-color: var(--ck-color-widget-blurred-border);
}

.ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle, .ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle:hover > .ck-widget__selection-handle:hover, .ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle > .ck-widget__selection-handle, .ck.ck-editor__editable.ck-blurred .ck-widget.ck-widget_selected.ck-widget_with-selection-handle > .ck-widget__selection-handle:hover {
  background: var(--ck-color-widget-blurred-border);
}

.ck.ck-editor__editable blockquote > .ck-widget.ck-widget_with-selection-handle:first-child, .ck.ck-editor__editable > .ck-widget.ck-widget_with-selection-handle:first-child {
  margin-top: calc(1em + var(--ck-widget-handler-icon-size));
}

.ck .ck-widget_with-resizer {
  position: relative;
}

.ck .ck-widget__resizer {
  display: none;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.ck-focused .ck-widget_with-resizer.ck-widget_selected > .ck-widget__resizer {
  display: block;
}

.ck .ck-widget__resizer__handle {
  pointer-events: all;
  position: absolute;
}

.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right, .ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left {
  cursor: nwse-resize;
}

.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left, .ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right {
  cursor: nesw-resize;
}

:root {
  --ck-resizer-size:0.625rem;
  --ck-resizer-offset:calc(var(--ck-resizer-size)/-2 - 0.125rem);
  --ck-resizer-border-width:1px;
}

.ck .ck-widget__resizer {
  outline: 1px solid var(--ck-color-resizer);
}

.ck .ck-widget__resizer__handle {
  background: var(--ck-color-focus-border);
  border: var(--ck-resizer-border-width) solid #fff;
  border-radius: var(--ck-resizer-border-radius);
  height: var(--ck-resizer-size);
  width: var(--ck-resizer-size);
}

.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-left {
  left: var(--ck-resizer-offset);
  top: var(--ck-resizer-offset);
}

.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-top-right {
  right: var(--ck-resizer-offset);
  top: var(--ck-resizer-offset);
}

.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-right {
  bottom: var(--ck-resizer-offset);
  right: var(--ck-resizer-offset);
}

.ck .ck-widget__resizer__handle.ck-widget__resizer__handle-bottom-left {
  bottom: var(--ck-resizer-offset);
  left: var(--ck-resizer-offset);
}

.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position {
  display: inline;
  pointer-events: none;
  position: relative;
}

.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {
  position: absolute;
  width: 0;
}

.ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__selection-handle, .ck.ck-editor__editable .ck-widget:-webkit-drag > .ck-widget__type-around {
  display: none;
}

.ck.ck-clipboard-drop-target-line {
  pointer-events: none;
  position: absolute;
}

:root {
  --ck-clipboard-drop-target-dot-width:0.75rem;
  --ck-clipboard-drop-target-dot-height:0.5rem;
  --ck-clipboard-drop-target-color:var(--ck-color-focus-border);
}

.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span {
  background: var(--ck-clipboard-drop-target-color);
  border: 1px solid var(--ck-clipboard-drop-target-color);
  bottom: calc(var(--ck-clipboard-drop-target-dot-height) * -0.5);
  margin-left: -1px;
  top: calc(var(--ck-clipboard-drop-target-dot-height) * -0.5);
}

.ck.ck-editor__editable .ck.ck-clipboard-drop-target-position span:after {
  border-color: var(--ck-clipboard-drop-target-color) transparent transparent transparent;
  border-style: solid;
  border-width: calc(var(--ck-clipboard-drop-target-dot-height)) calc(var(--ck-clipboard-drop-target-dot-width) * 0.5) 0 calc(var(--ck-clipboard-drop-target-dot-width) * 0.5);
  content: "";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: calc(var(--ck-clipboard-drop-target-dot-height) * -0.5);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}

.ck.ck-editor__editable .ck-widget.ck-clipboard-drop-target-range {
  outline: var(--ck-widget-outline-thickness) solid var(--ck-clipboard-drop-target-color) !important;
}

.ck.ck-editor__editable .ck-widget:-webkit-drag {
  zoom: 0.6;
  outline: none !important;
}

.ck.ck-clipboard-drop-target-line {
  background: var(--ck-clipboard-drop-target-color);
  border: 1px solid var(--ck-clipboard-drop-target-color);
  height: 0;
  margin-top: -1px;
}

.ck .ck-link_selected {
  background: var(--ck-color-link-selected-background);
}

.ck .ck-link_selected span.image-inline {
  outline: var(--ck-widget-outline-thickness) solid var(--ck-color-link-selected-background);
}

.ck .ck-fake-link-selection {
  background: var(--ck-color-link-fake-selection);
}

.ck .ck-fake-link-selection_collapsed {
  border-right: 1px solid var(--ck-color-base-text);
  height: 100%;
  margin-right: -1px;
  outline: 1px solid hsla(0, 0%, 100%, 0.5);
}

.ck-vertical-form .ck-button:after {
  bottom: -1px;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  width: 0;
  z-index: 1;
}

.ck-vertical-form .ck-button:focus:after {
  display: none;
}

@media screen and (max-width: 600px) {
  .ck.ck-responsive-form .ck-button:after {
    bottom: -1px;
    content: "";
    position: absolute;
    right: -1px;
    top: -1px;
    width: 0;
    z-index: 1;
  }
  .ck.ck-responsive-form .ck-button:focus:after {
    display: none;
  }
}
.ck-vertical-form > .ck-button:nth-last-child(2):after {
  border-right: 1px solid var(--ck-color-base-border);
}

.ck.ck-responsive-form {
  padding: var(--ck-spacing-large);
}

.ck.ck-responsive-form:focus {
  outline: none;
}

[dir=ltr] .ck.ck-responsive-form > :not(:first-child), [dir=rtl] .ck.ck-responsive-form > :not(:last-child) {
  margin-left: var(--ck-spacing-standard);
}

@media screen and (max-width: 600px) {
  .ck.ck-responsive-form {
    padding: 0;
    width: calc(var(--ck-input-width) * 0.8);
  }
  .ck.ck-responsive-form .ck-labeled-field-view {
    margin: var(--ck-spacing-large) var(--ck-spacing-large) 0;
  }
  .ck.ck-responsive-form .ck-labeled-field-view .ck-input-text {
    min-width: 0;
    width: 100%;
  }
  .ck.ck-responsive-form .ck-labeled-field-view .ck-labeled-field-view__error {
    white-space: normal;
  }
  .ck.ck-responsive-form > .ck-button:nth-last-child(2):after {
    border-right: 1px solid var(--ck-color-base-border);
  }
  .ck.ck-responsive-form > .ck-button:last-child, .ck.ck-responsive-form > .ck-button:nth-last-child(2) {
    border-radius: 0;
    margin-top: var(--ck-spacing-large);
    padding: var(--ck-spacing-standard);
  }
  .ck.ck-responsive-form > .ck-button:last-child:not(:focus), .ck.ck-responsive-form > .ck-button:nth-last-child(2):not(:focus) {
    border-top: 1px solid var(--ck-color-base-border);
  }
  [dir=ltr] .ck.ck-responsive-form > .ck-button:last-child, [dir=ltr] .ck.ck-responsive-form > .ck-button:nth-last-child(2), [dir=rtl] .ck.ck-responsive-form > .ck-button:last-child, [dir=rtl] .ck.ck-responsive-form > .ck-button:nth-last-child(2) {
    margin-left: 0;
  }
  [dir=rtl] .ck.ck-responsive-form > .ck-button:last-child:last-of-type, [dir=rtl] .ck.ck-responsive-form > .ck-button:nth-last-child(2):last-of-type {
    border-right: 1px solid var(--ck-color-base-border);
  }
}
.ck.ck-link-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ck.ck-link-form .ck-label {
  display: none;
}

@media screen and (max-width: 600px) {
  .ck.ck-link-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ck.ck-link-form .ck-labeled-field-view {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .ck.ck-link-form .ck-button {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.ck.ck-link-form_layout-vertical {
  display: block;
}

.ck.ck-link-form_layout-vertical .ck-button.ck-button-cancel, .ck.ck-link-form_layout-vertical .ck-button.ck-button-save {
  margin-top: var(--ck-spacing-medium);
}

.ck.ck-link-form_layout-vertical {
  min-width: var(--ck-input-width);
  padding: 0;
}

.ck.ck-link-form_layout-vertical .ck-labeled-field-view {
  margin: var(--ck-spacing-large) var(--ck-spacing-large) var(--ck-spacing-small);
}

.ck.ck-link-form_layout-vertical .ck-labeled-field-view .ck-input-text {
  min-width: 0;
  width: 100%;
}

.ck.ck-link-form_layout-vertical > .ck-button {
  border-radius: 0;
  margin: 0;
  padding: var(--ck-spacing-standard);
  width: 50%;
}

.ck.ck-link-form_layout-vertical > .ck-button:not(:focus) {
  border-top: 1px solid var(--ck-color-base-border);
}

[dir=ltr] .ck.ck-link-form_layout-vertical > .ck-button, [dir=rtl] .ck.ck-link-form_layout-vertical > .ck-button {
  margin-left: 0;
}

[dir=rtl] .ck.ck-link-form_layout-vertical > .ck-button:last-of-type {
  border-right: 1px solid var(--ck-color-base-border);
}

.ck.ck-link-form_layout-vertical .ck.ck-list {
  margin: var(--ck-spacing-standard) var(--ck-spacing-large);
}

.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton {
  padding: 0;
  width: 100%;
}

.ck.ck-link-form_layout-vertical .ck.ck-list .ck-button.ck-switchbutton:hover {
  background: none;
}

.ck.ck-link-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ck.ck-link-actions .ck-link-actions__preview {
  display: inline-block;
}

.ck.ck-link-actions .ck-link-actions__preview .ck-button__label {
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .ck.ck-link-actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ck.ck-link-actions .ck-link-actions__preview {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.ck.ck-link-actions .ck-button.ck-link-actions__preview {
  padding-left: 0;
  padding-right: 0;
}

.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
  color: var(--ck-color-link-default);
  cursor: pointer;
  max-width: var(--ck-input-width);
  min-width: 3em;
  padding: 0 var(--ck-spacing-medium);
  text-align: center;
  text-overflow: ellipsis;
}

.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label:hover {
  text-decoration: underline;
}

.ck.ck-link-actions .ck-button.ck-link-actions__preview, .ck.ck-link-actions .ck-button.ck-link-actions__preview:active, .ck.ck-link-actions .ck-button.ck-link-actions__preview:focus, .ck.ck-link-actions .ck-button.ck-link-actions__preview:hover {
  background: none;
}

.ck.ck-link-actions .ck-button.ck-link-actions__preview:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ck.ck-link-actions .ck-button.ck-link-actions__preview:focus .ck-button__label {
  text-decoration: underline;
}

[dir=ltr] .ck.ck-link-actions .ck-button:not(:first-child), [dir=rtl] .ck.ck-link-actions .ck-button:not(:last-child) {
  margin-left: var(--ck-spacing-standard);
}

@media screen and (max-width: 600px) {
  .ck.ck-link-actions .ck-button.ck-link-actions__preview {
    margin: var(--ck-spacing-standard) var(--ck-spacing-standard) 0;
  }
  .ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
    max-width: 100%;
    min-width: 0;
  }
  [dir=ltr] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview), [dir=rtl] .ck.ck-link-actions .ck-button:not(.ck-link-actions__preview) {
    margin-left: 0;
  }
}
.ck-source-editing-area {
  overflow: hidden;
  position: relative;
}

.ck-source-editing-area textarea, .ck-source-editing-area:after {
  border: 1px solid transparent;
  font-family: monospace;
  font-size: var(--ck-font-size-normal);
  line-height: var(--ck-line-height-base);
  margin: 0;
  padding: var(--ck-spacing-large);
  white-space: pre-wrap;
}

.ck-source-editing-area:after {
  content: attr(data-value) " ";
  display: block;
  visibility: hidden;
}

.ck-source-editing-area textarea {
  border-color: var(--ck-color-base-border);
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  outline: none;
  overflow: hidden;
  position: absolute;
  resize: none;
  width: 100%;
}

.ck-rounded-corners .ck-source-editing-area textarea, .ck-source-editing-area textarea.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ck-source-editing-area textarea:not([readonly]):focus {
  border: var(--ck-focus-ring);
  -webkit-box-shadow: var(--ck-inner-shadow), 0 0;
          box-shadow: var(--ck-inner-shadow), 0 0;
  outline: none;
}

.ck.ck-heading_heading1 {
  font-size: 1.25rem;
}

.ck.ck-heading_heading2 {
  font-size: 1.0625rem;
}

.ck.ck-heading_heading3 {
  font-size: 0.875rem;
}

.ck[class*=ck-heading_heading] {
  font-weight: 700;
}

.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__button .ck-button__label {
  width: 8em;
}

.ck.ck-dropdown.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
  min-width: 18em;
}

.ck-content ol {
  list-style-type: decimal;
}

.ck-content ol ol {
  list-style-type: lower-latin;
}

.ck-content ol ol ol {
  list-style-type: lower-roman;
}

.ck-content ol ol ol ol {
  list-style-type: upper-latin;
}

.ck-content ol ol ol ol ol {
  list-style-type: upper-roman;
}

.ck-content ul {
  list-style-type: disc;
}

.ck-content ul ul {
  list-style-type: circle;
}

.ck-content ul ul ul, .ck-content ul ul ul ul {
  list-style-type: square;
}

.ck.ck-collapsible.ck-collapsible_collapsed > .ck-collapsible__children {
  display: none;
}

:root {
  --ck-collapsible-arrow-size:calc(var(--ck-icon-size)*0.5);
}

.ck.ck-collapsible > .ck.ck-button {
  border-radius: 0;
  color: inherit;
  font-weight: 700;
  padding: var(--ck-spacing-medium) var(--ck-spacing-large);
  width: 100%;
}

.ck.ck-collapsible > .ck.ck-button:focus {
  background: transparent;
}

.ck.ck-collapsible > .ck.ck-button:active, .ck.ck-collapsible > .ck.ck-button:hover:not(:focus), .ck.ck-collapsible > .ck.ck-button:not(:focus) {
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ck.ck-collapsible > .ck.ck-button > .ck-icon {
  margin-right: var(--ck-spacing-medium);
  width: var(--ck-collapsible-arrow-size);
}

.ck.ck-collapsible > .ck-collapsible__children {
  padding: 0 var(--ck-spacing-large) var(--ck-spacing-large);
}

.ck.ck-collapsible.ck-collapsible_collapsed > .ck.ck-button .ck-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ck.ck-list-properties.ck-list-properties_without-styles {
  padding: var(--ck-spacing-large);
}

.ck.ck-list-properties.ck-list-properties_without-styles > * {
  min-width: 14em;
}

.ck.ck-list-properties.ck-list-properties_without-styles > * + * {
  margin-top: var(--ck-spacing-standard);
}

.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-list-styles-list {
  -ms-grid-columns: (auto)[4];
  grid-template-columns: repeat(4, auto);
}

.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-collapsible {
  border-top: 1px solid var(--ck-color-base-border);
}

.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-collapsible > .ck-collapsible__children > * {
  width: 100%;
}

.ck.ck-list-properties.ck-list-properties_with-numbered-properties > .ck-collapsible > .ck-collapsible__children > * + * {
  margin-top: var(--ck-spacing-standard);
}

.ck.ck-list-properties .ck.ck-numbered-list-properties__start-index .ck-input {
  min-width: auto;
  width: 100%;
}

.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order {
  background: transparent;
  margin-bottom: calc(var(--ck-spacing-tiny) * -1);
  padding-left: 0;
  padding-right: 0;
}

.ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order:active, .ck.ck-list-properties .ck.ck-numbered-list-properties__reversed-order:hover {
  background: none;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ck.ck-list-styles-list {
  display: -ms-grid;
  display: grid;
}

:root {
  --ck-list-style-button-size:2.75rem;
}

.ck.ck-list-styles-list {
  -moz-column-gap: var(--ck-spacing-medium);
  -webkit-column-gap: var(--ck-spacing-medium);
          column-gap: var(--ck-spacing-medium);
  -ms-grid-columns: auto var(--ck-spacing-medium) auto var(--ck-spacing-medium) auto;
  grid-template-columns: repeat(3, auto);
  padding: var(--ck-spacing-large);
  row-gap: var(--ck-spacing-medium);
}

.ck.ck-list-styles-list .ck-button {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  padding: 0;
}

.ck.ck-list-styles-list .ck-button, .ck.ck-list-styles-list .ck-button .ck-icon {
  height: var(--ck-list-style-button-size);
  width: var(--ck-list-style-button-size);
}

.ck.ck-text-alternative-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ck.ck-text-alternative-form .ck-labeled-field-view {
  display: inline-block;
}

.ck.ck-text-alternative-form .ck-label {
  display: none;
}

@media screen and (max-width: 600px) {
  .ck.ck-text-alternative-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ck.ck-text-alternative-form .ck-labeled-field-view {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .ck.ck-text-alternative-form .ck-button {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.ck.ck-editor__editable .image > figcaption.ck-placeholder:before {
  overflow: hidden;
  padding-left: inherit;
  padding-right: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ck.ck-editor__editable .image-inline.ck-widget_selected, .ck.ck-editor__editable .image.ck-widget_selected {
  z-index: 1;
}

.ck.ck-editor__editable .image-inline.ck-widget_selected ::-moz-selection {
  display: none;
}

.ck.ck-editor__editable .image-inline.ck-widget_selected ::selection {
  display: none;
}

.ck.ck-editor__editable td .image-inline img, .ck.ck-editor__editable th .image-inline img {
  max-width: none;
}

:root {
  --ck-color-image-caption-background:#f7f7f7;
  --ck-color-image-caption-text:#333;
  --ck-color-image-caption-highligted-background:#fd0;
}

.ck.ck-editor__editable .image > figcaption.image__caption_highlighted {
  -webkit-animation: ck-image-caption-highlight 0.6s ease-out;
          animation: ck-image-caption-highlight 0.6s ease-out;
}

@-webkit-keyframes ck-image-caption-highlight {
  0% {
    background-color: var(--ck-color-image-caption-highligted-background);
  }
  to {
    background-color: var(--ck-color-image-caption-background);
  }
}

@keyframes ck-image-caption-highlight {
  0% {
    background-color: var(--ck-color-image-caption-highligted-background);
  }
  to {
    background-color: var(--ck-color-image-caption-background);
  }
}
:root {
  --ck-image-style-spacing:1.5em;
  --ck-inline-image-style-spacing:calc(var(--ck-image-style-spacing)/2);
}

.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__action:not(.ck-disabled), .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled), .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover), .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__action:not(.ck-disabled), .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled), .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
  background-color: var(--ck-color-button-on-background);
}

:is(.ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__action:not(.ck-disabled), .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__action:not(.ck-disabled), .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled), .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled), .ck.ck-splitbutton.ck-splitbutton_flatten:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover), .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover)):after {
  display: none;
}

.ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__action:not(.ck-disabled), .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__arrow:not(.ck-disabled), .ck.ck-splitbutton.ck-splitbutton_flatten.ck-splitbutton_open:hover > .ck-splitbutton__arrow:not(.ck-disabled):not(:hover) {
  background-color: var(--ck-color-button-on-hover-background);
}

.ck.ck-editor__editable td .image-inline.image_resized img, .ck.ck-editor__editable th .image-inline.image_resized img {
  max-width: 100%;
}

[dir=ltr] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon {
  margin-right: var(--ck-spacing-standard);
}

[dir=rtl] .ck.ck-button.ck-button_with-text.ck-resize-image-button .ck-button__icon {
  margin-left: var(--ck-spacing-standard);
}

.ck.ck-dropdown .ck-button.ck-resize-image-button .ck-button__label {
  width: 4em;
}

.ck.ck-editor__editable .image, .ck.ck-editor__editable .image-inline {
  position: relative;
}

.ck.ck-editor__editable .image .ck-progress-bar, .ck.ck-editor__editable .image-inline .ck-progress-bar {
  left: 0;
  position: absolute;
  top: 0;
}

.ck.ck-editor__editable .image-inline.ck-appear, .ck.ck-editor__editable .image.ck-appear {
  -webkit-animation: fadeIn 0.7s;
          animation: fadeIn 0.7s;
}

.ck.ck-editor__editable .image .ck-progress-bar, .ck.ck-editor__editable .image-inline .ck-progress-bar {
  background: var(--ck-color-upload-bar-background);
  height: 0.125rem;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
  width: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ck-image-upload-complete-icon {
  border-radius: 50%;
  display: block;
  position: absolute;
  right: min(var(--ck-spacing-medium), 6%);
  top: min(var(--ck-spacing-medium), 6%);
  z-index: 1;
}

.ck-image-upload-complete-icon:after {
  content: "";
  position: absolute;
}

:root {
  --ck-color-image-upload-icon:#fff;
  --ck-color-image-upload-icon-background:#008a00;
  --ck-image-upload-icon-size:20;
  --ck-image-upload-icon-width:0.125rem;
  --ck-image-upload-icon-is-visible:clamp(0px,100% - 3.125rem,1px);
}

.ck-image-upload-complete-icon {
  -webkit-animation-delay: 0ms, 3s;
          animation-delay: 0ms, 3s;
  -webkit-animation-duration: 0.5s, 0.5s;
          animation-duration: 0.5s, 0.5s;
  -webkit-animation-fill-mode: forwards, forwards;
          animation-fill-mode: forwards, forwards;
  -webkit-animation-name: ck-upload-complete-icon-show, ck-upload-complete-icon-hide;
          animation-name: ck-upload-complete-icon-show, ck-upload-complete-icon-hide;
  background: var(--ck-color-image-upload-icon-background);
  font-size: calc(1px * var(--ck-image-upload-icon-size));
  height: calc(var(--ck-image-upload-icon-is-visible) * var(--ck-image-upload-icon-size));
  opacity: 0;
  overflow: hidden;
  width: calc(var(--ck-image-upload-icon-is-visible) * var(--ck-image-upload-icon-size));
}

.ck-image-upload-complete-icon:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: ck-upload-complete-icon-check;
          animation-name: ck-upload-complete-icon-check;
  border-right: var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);
  border-top: var(--ck-image-upload-icon-width) solid var(--ck-color-image-upload-icon);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0;
  left: 25%;
  opacity: 0;
  top: 50%;
  -webkit-transform: scaleX(-1) rotate(135deg);
          transform: scaleX(-1) rotate(135deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 0;
}

@-webkit-keyframes ck-upload-complete-icon-show {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ck-upload-complete-icon-show {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes ck-upload-complete-icon-hide {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes ck-upload-complete-icon-hide {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes ck-upload-complete-icon-check {
  0% {
    height: 0;
    opacity: 1;
    width: 0;
  }
  33% {
    height: 0;
    width: 0.3em;
  }
  to {
    height: 0.45em;
    opacity: 1;
    width: 0.3em;
  }
}
@keyframes ck-upload-complete-icon-check {
  0% {
    height: 0;
    opacity: 1;
    width: 0;
  }
  33% {
    height: 0;
    width: 0.3em;
  }
  to {
    height: 0.45em;
    opacity: 1;
    width: 0.3em;
  }
}
.ck .ck-upload-placeholder-loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.ck .ck-upload-placeholder-loader:before {
  content: "";
  position: relative;
}

:root {
  --ck-color-upload-placeholder-loader:#b3b3b3;
  --ck-upload-placeholder-loader-size:2rem;
  --ck-upload-placeholder-image-aspect-ratio:2.8;
}

.ck .ck-image-upload-placeholder {
  margin: 0;
  width: 100%;
}

.ck .ck-image-upload-placeholder.image-inline {
  width: calc(var(--ck-upload-placeholder-loader-size) * 2 * var(--ck-upload-placeholder-image-aspect-ratio));
}

.ck .ck-image-upload-placeholder img {
  aspect-ratio: var(--ck-upload-placeholder-image-aspect-ratio);
}

.ck .ck-upload-placeholder-loader {
  height: 100%;
  width: 100%;
}

.ck .ck-upload-placeholder-loader:before {
  -webkit-animation: ck-upload-placeholder-loader 1s linear infinite;
          animation: ck-upload-placeholder-loader 1s linear infinite;
  border-radius: 50%;
  border-right: 0.125rem solid transparent;
  border-top: 0.1875rem solid var(--ck-color-upload-placeholder-loader);
  height: var(--ck-upload-placeholder-loader-size);
  width: var(--ck-upload-placeholder-loader-size);
}

@-webkit-keyframes ck-upload-placeholder-loader {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes ck-upload-placeholder-loader {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.ck.ck-editor__editable a span.image-inline:after, .ck.ck-editor__editable figure.image > a:after {
  display: block;
  position: absolute;
}

:root {
  --ck-link-image-indicator-icon-size:20;
  --ck-link-image-indicator-icon-is-visible:clamp(0px,100% - 3.125rem,1px);
}

.ck.ck-editor__editable a span.image-inline:after, .ck.ck-editor__editable figure.image > a:after {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0ibTExLjA3NyAxNSAuOTkxLTEuNDE2YS43NS43NSAwIDEgMSAxLjIyOS44NmwtMS4xNDggMS42NGEuNzQ4Ljc0OCAwIDAgMS0uMjE3LjIwNiA1LjI1MSA1LjI1MSAwIDAgMS04LjUwMy01Ljk1NS43NDEuNzQxIDAgMCAxIC4xMi0uMjc0bDEuMTQ3LTEuNjM5YS43NS43NSAwIDEgMSAxLjIyOC44Nkw0LjkzMyAxMC43bC4wMDYuMDAzYTMuNzUgMy43NSAwIDAgMCA2LjEzMiA0LjI5NGwuMDA2LjAwNHptNS40OTQtNS4zMzVhLjc0OC43NDggMCAwIDEtLjEyLjI3NGwtMS4xNDcgMS42MzlhLjc1Ljc1IDAgMSAxLTEuMjI4LS44NmwuODYtMS4yM2EzLjc1IDMuNzUgMCAwIDAtNi4xNDQtNC4zMDFsLS44NiAxLjIyOWEuNzUuNzUgMCAwIDEtMS4yMjktLjg2bDEuMTQ4LTEuNjRhLjc0OC43NDggMCAwIDEgLjIxNy0uMjA2IDUuMjUxIDUuMjUxIDAgMCAxIDguNTAzIDUuOTU1em0tNC41NjMtMi41MzJhLjc1Ljc1IDAgMCAxIC4xODQgMS4wNDVsLTMuMTU1IDQuNTA1YS43NS43NSAwIDEgMS0xLjIyOS0uODZsMy4xNTUtNC41MDZhLjc1Ljc1IDAgMCAxIDEuMDQ1LS4xODR6Ii8+PC9zdmc+);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.875rem;
  border-radius: 100%;
  content: "";
  height: calc(var(--ck-link-image-indicator-icon-is-visible) * var(--ck-link-image-indicator-icon-size));
  overflow: hidden;
  right: min(var(--ck-spacing-medium), 6%);
  top: min(var(--ck-spacing-medium), 6%);
  width: calc(var(--ck-link-image-indicator-icon-is-visible) * var(--ck-link-image-indicator-icon-size));
}

:root {
  --ck-color-table-focused-cell-background:rgba(158,201,250,.3);
}

.ck-widget.table td.ck-editor__nested-editable.ck-editor__nested-editable_focused, .ck-widget.table td.ck-editor__nested-editable:focus, .ck-widget.table th.ck-editor__nested-editable.ck-editor__nested-editable_focused, .ck-widget.table th.ck-editor__nested-editable:focus {
  background: var(--ck-color-table-focused-cell-background);
  border-style: none;
  outline: 1px solid var(--ck-color-focus-border);
  outline-offset: -1px;
}

.ck .ck-insert-table-dropdown__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

:root {
  --ck-insert-table-dropdown-padding:0.625rem;
  --ck-insert-table-dropdown-box-height:0.6875rem;
  --ck-insert-table-dropdown-box-width:0.75rem;
  --ck-insert-table-dropdown-box-margin:1px;
}

.ck .ck-insert-table-dropdown__grid {
  padding: var(--ck-insert-table-dropdown-padding) var(--ck-insert-table-dropdown-padding) 0;
  width: calc(var(--ck-insert-table-dropdown-box-width) * 10 + var(--ck-insert-table-dropdown-box-margin) * 20 + var(--ck-insert-table-dropdown-padding) * 2);
}

.ck .ck-insert-table-dropdown__label, .ck[dir=rtl] .ck-insert-table-dropdown__label {
  text-align: center;
}

.ck .ck-insert-table-dropdown-grid-box {
  border: 1px solid var(--ck-color-base-border);
  border-radius: 1px;
  margin: var(--ck-insert-table-dropdown-box-margin);
  min-height: var(--ck-insert-table-dropdown-box-height);
  min-width: var(--ck-insert-table-dropdown-box-width);
  outline: none;
  -webkit-transition: none;
  transition: none;
}

.ck .ck-insert-table-dropdown-grid-box:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ck .ck-insert-table-dropdown-grid-box.ck-on {
  background: var(--ck-color-focus-outer-shadow);
  border-color: var(--ck-color-focus-border);
}

:root {
  --ck-table-selected-cell-background:rgba(158,207,250,.3);
}

.ck.ck-editor__editable .table table td.ck-editor__editable_selected, .ck.ck-editor__editable .table table th.ck-editor__editable_selected {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  caret-color: transparent;
  outline: unset;
  position: relative;
}

.ck.ck-editor__editable .table table td.ck-editor__editable_selected:after, .ck.ck-editor__editable .table table th.ck-editor__editable_selected:after {
  background-color: var(--ck-table-selected-cell-background);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
}

.ck.ck-editor__editable .table table td.ck-editor__editable_selected ::-moz-selection, .ck.ck-editor__editable .table table th.ck-editor__editable_selected ::-moz-selection {
  background-color: transparent;
}

.ck.ck-editor__editable .table table td.ck-editor__editable_selected ::selection, .ck.ck-editor__editable .table table td.ck-editor__editable_selected:focus, .ck.ck-editor__editable .table table th.ck-editor__editable_selected ::selection, .ck.ck-editor__editable .table table th.ck-editor__editable_selected:focus {
  background-color: transparent;
}

.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget, .ck.ck-editor__editable .table table th.ck-editor__editable_selected .ck-widget {
  outline: unset;
}

.ck.ck-editor__editable .table table td.ck-editor__editable_selected .ck-widget > .ck-widget__selection-handle, .ck.ck-editor__editable .table table th.ck-editor__editable_selected .ck-widget > .ck-widget__selection-handle {
  display: none;
}

.ck-content .table {
  margin: 0.9em auto;
}

.ck-content .table table {
  border: 1px double #b3b3b3;
}

.ck-content .table table td, .ck-content .table table th {
  border: 1px solid #bfbfbf;
  padding: 0.4em;
}

.ck-editor__editable .ck-table-bogus-paragraph {
  display: inline-block;
  width: 100%;
}

.ck.ck-input-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
}

.ck.ck-input-color > input.ck.ck-input-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: auto;
}

.ck.ck-input-color > div.ck.ck-dropdown {
  min-width: auto;
}

.ck.ck-input-color > div.ck.ck-dropdown > .ck-input-color__button .ck-dropdown__arrow {
  display: none;
}

.ck.ck-input-color .ck.ck-input-color__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview {
  overflow: hidden;
  position: relative;
}

.ck.ck-input-color .ck.ck-input-color__button .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator {
  display: block;
  position: absolute;
}

[dir=ltr] .ck.ck-input-color > .ck.ck-input-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

[dir=rtl] .ck.ck-input-color > .ck.ck-input-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.ck.ck-input-color > .ck.ck-input-text:focus {
  z-index: 0;
}

.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
  padding: 0;
}

[dir=ltr] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

[dir=ltr] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button:not(:focus) {
  border-left: 1px solid transparent;
}

[dir=rtl] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

[dir=rtl] .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button:not(:focus) {
  border-right: 1px solid transparent;
}

.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button.ck-disabled {
  background: var(--ck-color-input-disabled-background);
}

.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview, .ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}

.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview {
  border: 1px solid var(--ck-color-input-border);
  height: 1.25rem;
  width: 1.25rem;
}

.ck.ck-input-color > .ck.ck-dropdown > .ck.ck-button.ck-input-color__button > .ck.ck-input-color__button__preview > .ck.ck-input-color__button__preview__no-color-indicator {
  background: red;
  border-radius: 0.125rem;
  height: 150%;
  left: 50%;
  top: -30%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  width: 8%;
}

.ck.ck-input-color .ck.ck-input-color__remove-color {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);
  width: 100%;
}

.ck.ck-input-color .ck.ck-input-color__remove-color:not(:focus) {
  border-bottom: 1px solid var(--ck-color-input-border);
}

[dir=ltr] .ck.ck-input-color .ck.ck-input-color__remove-color {
  border-top-right-radius: 0;
}

[dir=rtl] .ck.ck-input-color .ck.ck-input-color__remove-color {
  border-top-left-radius: 0;
}

.ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon {
  margin-right: var(--ck-spacing-standard);
}

[dir=rtl] .ck.ck-input-color .ck.ck-input-color__remove-color .ck.ck-icon {
  margin-left: var(--ck-spacing-standard);
  margin-right: 0;
}

.ck.ck-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ck.ck-form__row > :not(.ck-label) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ck.ck-form__row.ck-table-form__action-row .ck-button-cancel, .ck.ck-form__row.ck-table-form__action-row .ck-button-save {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ck.ck-form__row {
  padding: var(--ck-spacing-standard) var(--ck-spacing-large) 0;
}

[dir=ltr] .ck.ck-form__row > :not(.ck-label) + * {
  margin-left: var(--ck-spacing-large);
}

[dir=rtl] .ck.ck-form__row > :not(.ck-label) + * {
  margin-right: var(--ck-spacing-large);
}

.ck.ck-form__row > .ck-label {
  min-width: 100%;
  width: 100%;
}

.ck.ck-form__row.ck-table-form__action-row {
  margin-top: var(--ck-spacing-large);
}

.ck.ck-form__row.ck-table-form__action-row .ck-button .ck-button__label {
  color: var(--ck-color-text);
}

.ck.ck-form {
  padding: 0 0 var(--ck-spacing-large);
}

.ck.ck-form:focus {
  outline: none;
}

.ck.ck-form .ck.ck-input-text {
  min-width: 100%;
  width: 0;
}

.ck.ck-form .ck.ck-dropdown {
  min-width: 100%;
}

.ck.ck-form .ck.ck-dropdown .ck-dropdown__button:not(:focus) {
  border: 1px solid var(--ck-color-base-border);
}

.ck.ck-form .ck.ck-dropdown .ck-dropdown__button .ck-button__label {
  width: 100%;
}

.ck.ck-table-form .ck-form__row.ck-table-form__background-row, .ck.ck-table-form .ck-form__row.ck-table-form__border-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-labeled-field-view .ck.ck-dropdown, .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.ck.ck-table-form .ck.ck-labeled-field-view {
  position: relative;
}

.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
  bottom: calc(var(--ck-table-properties-error-arrow-size) * -1);
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 1;
}

.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status:after {
  content: "";
  left: 50%;
  position: absolute;
  top: calc(var(--ck-table-properties-error-arrow-size) * -1);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

:root {
  --ck-table-properties-error-arrow-size:0.375rem;
  --ck-table-properties-min-error-width:9.375rem;
}

.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-labeled-field-view > .ck-label {
  font-size: var(--ck-font-size-tiny);
  text-align: center;
}

.ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-style, .ck.ck-table-form .ck-form__row.ck-table-form__border-row .ck-table-form__border-width {
  max-width: 5rem;
  min-width: 5rem;
  width: 5rem;
}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row {
  padding: 0;
}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__height, .ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimensions-row__width {
  margin: 0;
}

.ck.ck-table-form .ck-form__row.ck-table-form__dimensions-row .ck-table-form__dimension-operator {
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: inline-block;
  height: var(--ck-ui-component-min-height);
  line-height: var(--ck-ui-component-min-height);
  margin: 0 var(--ck-spacing-small);
}

.ck.ck-table-form .ck.ck-labeled-field-view {
  padding-top: var(--ck-spacing-standard);
}

.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
  border-radius: 0;
}

.ck-rounded-corners .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status, .ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status.ck-rounded-corners {
  border-radius: var(--ck-border-radius);
}

.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
  background: var(--ck-color-base-error);
  color: var(--ck-color-base-background);
  min-width: var(--ck-table-properties-min-error-width);
  padding: var(--ck-spacing-small) var(--ck-spacing-medium);
  text-align: center;
}

.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status:after {
  border-color: transparent transparent var(--ck-color-base-error) transparent;
  border-style: solid;
  border-width: 0 var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size) var(--ck-table-properties-error-arrow-size);
}

.ck.ck-table-form .ck.ck-labeled-field-view .ck.ck-labeled-field-view__status {
  -webkit-animation: ck-table-form-labeled-view-status-appear 0.15s ease both;
          animation: ck-table-form-labeled-view-status-appear 0.15s ease both;
}

.ck.ck-table-form .ck.ck-labeled-field-view .ck-input.ck-error:not(:focus) + .ck.ck-labeled-field-view__status {
  display: none;
}

@-webkit-keyframes ck-table-form-labeled-view-status-appear {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ck-table-form-labeled-view-status-appear {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ck.ck-table-properties-form {
  width: 20rem;
}

.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0;
}

.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar {
  background: none;
  margin-top: var(--ck-spacing-standard);
}

.ck.ck-table-properties-form .ck-form__row.ck-table-properties-form__alignment-row .ck.ck-toolbar .ck-toolbar__items > * {
  width: 2.5rem;
}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:first-of-type {
  -webkit-box-flex: 0.57;
      -ms-flex-positive: 0.57;
          flex-grow: 0.57;
}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar:last-of-type {
  -webkit-box-flex: 0.43;
      -ms-flex-positive: 0.43;
          flex-grow: 0.43;
}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar .ck-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ck.ck-table-cell-properties-form {
  width: 20rem;
}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__padding-row {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 0;
  width: 25%;
}

.ck.ck-table-cell-properties-form .ck-form__row.ck-table-cell-properties-form__alignment-row .ck.ck-toolbar {
  background: none;
  margin-top: var(--ck-spacing-standard);
}

.ck .ck-button.ck-color-table__color-picker, .ck .ck-button.ck-color-table__remove-color {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

[dir=rtl] .ck .ck-button.ck-color-table__color-picker, [dir=rtl] .ck .ck-button.ck-color-table__remove-color {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ck .ck-button.ck-color-table__color-picker {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);
}

.ck .ck-button.ck-color-table__color-picker:not(:focus) {
  border-top: 1px solid var(--ck-color-base-border);
}

[dir=ltr] .ck .ck-button.ck-color-table__color-picker .ck.ck-icon {
  margin-right: var(--ck-spacing-standard);
}

[dir=rtl] .ck .ck-button.ck-color-table__color-picker .ck.ck-icon {
  margin-left: var(--ck-spacing-standard);
}

label.ck.ck-color-grid__label {
  font-weight: unset;
}

.ck.ck-color-picker {
  padding: 0.5rem;
}

.ck.ck-color-picker .hex-color-picker {
  height: 6.25rem;
  margin: 0 0 var(--ck-spacing-large) 0;
}

.ck.ck-color-picker .hex-color-picker::part(saturation) {
  border-radius: var(--ck-border-radius) var(--ck-border-radius) 0 0;
}

.ck.ck-color-picker .hex-color-picker::part(hue) {
  border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
}

.ck.ck-color-picker .hex-color-picker::part(hue-pointer), .ck.ck-color-picker .hex-color-picker::part(saturation-pointer) {
  height: 0.9375rem;
  width: 0.9375rem;
}

.ck.ck-color-table_action-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 0.5rem 0.5rem;
}

.ck.ck-color-table_action-bar .ck-button-cancel, .ck.ck-color-table_action-bar .ck-button-save {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ck .ck-button.ck-color-table__remove-color {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: calc(var(--ck-spacing-standard) / 2) var(--ck-spacing-standard);
}

.ck .ck-button.ck-color-table__remove-color:not(:focus) {
  border-bottom: 1px solid var(--ck-color-base-border);
}

[dir=ltr] .ck .ck-button.ck-color-table__remove-color .ck.ck-icon {
  margin-right: var(--ck-spacing-standard);
}

[dir=rtl] .ck .ck-button.ck-color-table__remove-color .ck.ck-icon {
  margin-left: var(--ck-spacing-standard);
}

.ck.ck-editor__editable .ck-code_selected {
  background-color: hsla(0, 0%, 78%, 0.5);
}

.ck-editor__editable .ck-horizontal-line {
  display: flow-root;
}

:root {
  --ck-highlight-marker-yellow:#fdfd77;
  --ck-highlight-marker-green:#62f962;
  --ck-highlight-marker-pink:#fc7899;
  --ck-highlight-marker-blue:#72ccfd;
  --ck-highlight-pen-red:#e71313;
  --ck-highlight-pen-green:#128a00;
}

.ck.ck-find-and-replace-form {
  max-width: 100%;
}

.ck.ck-find-and-replace-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find .ck-results-counter {
  position: absolute;
}

.ck.ck-find-and-replace-form {
  width: 25rem;
}

.ck.ck-find-and-replace-form:focus {
  outline: none;
}

.ck.ck-find-and-replace-form fieldset {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: var(--ck-spacing-large);
}

.ck.ck-find-and-replace-form fieldset > .ck-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

[dir=ltr] .ck.ck-find-and-replace-form fieldset > * + * {
  margin-left: var(--ck-spacing-standard);
}

[dir=rtl] .ck.ck-find-and-replace-form fieldset > * + * {
  margin-right: var(--ck-spacing-standard);
}

.ck.ck-find-and-replace-form fieldset .ck-labeled-field-view {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.ck.ck-find-and-replace-form fieldset .ck-labeled-field-view .ck-input {
  min-width: 3.125rem;
  width: 100%;
}

.ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find > .ck-button-find {
  font-weight: 700;
}

.ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find > .ck-button-find .ck-button__label {
  padding-left: var(--ck-spacing-large);
  padding-right: var(--ck-spacing-large);
}

.ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find > .ck-button-prev > .ck-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find > .ck-button-next > .ck-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find .ck-results-counter {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[dir=ltr] .ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find .ck-results-counter {
  right: var(--ck-spacing-standard);
}

[dir=rtl] .ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find .ck-results-counter {
  left: var(--ck-spacing-standard);
}

.ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find .ck-results-counter {
  color: var(--ck-color-base-border);
}

.ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__replace {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: calc(var(--ck-spacing-large) * -1);
}

.ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__replace > .ck-labeled-field-view {
  margin-bottom: var(--ck-spacing-large);
}

.ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__replace > .ck-options-dropdown {
  margin-left: 0;
  margin-right: auto;
}

.ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__replace > .ck-labeled-field-view, .ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__replace > .ck-labeled-field-view .ck-input {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .ck.ck-find-and-replace-form {
    width: 18.75rem;
  }
  .ck.ck-find-and-replace-form fieldset {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find .ck-labeled-field-view {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: var(--ck-spacing-standard);
    width: 100%;
  }
  .ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find > .ck-button {
    text-align: center;
  }
  .ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find > .ck-button:first-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  [dir=ltr] .ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find > .ck-button:first-of-type {
    margin-left: 0;
  }
  [dir=rtl] .ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find > .ck-button:first-of-type {
    margin-right: 0;
  }
  .ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__find > .ck-button:first-of-type .ck-button__label {
    text-align: center;
    width: 100%;
  }
  .ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__replace > :not(.ck-labeled-field-view) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__replace > .ck-dropdown:not(.ck-labeled-field-view) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .ck.ck-find-and-replace-form fieldset.ck-find-and-replace-form__replace > .ck-button:not(.ck-labeled-field-view) > .ck-button__label {
    text-align: center;
    width: 100%;
  }
}
.ck-find-result {
  background: var(--ck-color-highlight-background);
  color: var(--ck-color-text);
}

.ck-find-result_selected {
  background: #ff9633;
}

.ck.ck-character-grid {
  max-width: 100%;
}

.ck.ck-character-grid .ck-character-grid__tiles {
  display: -ms-grid;
  display: grid;
}

:root {
  --ck-character-grid-tile-size:1.5rem;
}

.ck.ck-character-grid {
  max-height: 12.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  width: 21.875rem;
}

@media screen and (max-width: 600px) {
  .ck.ck-character-grid {
    width: 11.875rem;
  }
}
.ck.ck-character-grid .ck-character-grid__tiles {
  grid-gap: var(--ck-spacing-standard);
  -ms-grid-columns: 1fr var(--ck-spacing-standard) 1fr var(--ck-spacing-standard) 1fr var(--ck-spacing-standard) 1fr var(--ck-spacing-standard) 1fr var(--ck-spacing-standard) 1fr var(--ck-spacing-standard) 1fr var(--ck-spacing-standard) 1fr var(--ck-spacing-standard) 1fr var(--ck-spacing-standard) 1fr;
  grid-template-columns: repeat(10, 1fr);
  margin: var(--ck-spacing-standard) var(--ck-spacing-large);
}

@media screen and (max-width: 600px) {
  .ck.ck-character-grid .ck-character-grid__tiles {
    -ms-grid-columns: 1fr var(--ck-spacing-standard) 1fr var(--ck-spacing-standard) 1fr var(--ck-spacing-standard) 1fr var(--ck-spacing-standard) 1fr;
    grid-template-columns: repeat(5, 1fr);
  }
}
.ck.ck-character-grid .ck-character-grid__tile {
  border: 0;
  font-size: 1.2em;
  height: var(--ck-character-grid-tile-size);
  min-height: var(--ck-character-grid-tile-size);
  min-width: var(--ck-character-grid-tile-size);
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  width: var(--ck-character-grid-tile-size);
}

.ck.ck-character-grid .ck-character-grid__tile:focus:not(.ck-disabled), .ck.ck-character-grid .ck-character-grid__tile:hover:not(.ck-disabled) {
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-focus-border);
          box-shadow: inset 0 0 0 1px var(--ck-color-base-background), 0 0 0 2px var(--ck-color-focus-border);
}

.ck.ck-character-grid .ck-character-grid__tile .ck-button__label {
  line-height: var(--ck-character-grid-tile-size);
  text-align: center;
  width: 100%;
}

.ck.ck-character-info {
  border-top: 1px solid var(--ck-color-base-border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--ck-spacing-small) var(--ck-spacing-large);
}

.ck.ck-character-info > * {
  font-size: var(--ck-font-size-small);
  text-transform: uppercase;
}

.ck.ck-character-info .ck-character-info__name {
  max-width: 17.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ck.ck-character-info .ck-character-info__code {
  opacity: 0.6;
}

@media screen and (max-width: 600px) {
  .ck.ck-character-info {
    max-width: 11.875rem;
  }
}
.ck.ck-special-characters-navigation > .ck-label {
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ck.ck-special-characters-navigation > .ck-dropdown .ck-dropdown__panel {
  max-height: 15.625rem;
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 600px) {
  .ck.ck-special-characters-navigation {
    max-width: 11.875rem;
  }
  .ck.ck-special-characters-navigation > .ck-form__header__label {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
:root {
  --ck-html-object-embed-unfocused-outline-width:1px;
}

.ck-widget.html-object-embed {
  background-color: var(--ck-color-base-foreground);
  font-size: var(--ck-font-size-base);
  min-width: calc(4.75rem + var(--ck-spacing-standard));
  padding: var(--ck-spacing-small);
  padding-top: calc(var(--ck-font-size-tiny) + var(--ck-spacing-large));
}

.ck-widget.html-object-embed:not(.ck-widget_selected):not(:hover) {
  outline: var(--ck-html-object-embed-unfocused-outline-width) dashed var(--ck-color-widget-blurred-border);
}

.ck-widget.html-object-embed:before {
  background: #999;
  border-radius: 0 0 var(--ck-border-radius) var(--ck-border-radius);
  color: var(--ck-color-base-background);
  content: attr(data-html-object-embed-label);
  font-family: var(--ck-font-face);
  font-size: var(--ck-font-size-tiny);
  font-style: normal;
  font-weight: 400;
  left: var(--ck-spacing-standard);
  padding: calc(var(--ck-spacing-tiny) + var(--ck-html-object-embed-unfocused-outline-width)) var(--ck-spacing-small) var(--ck-spacing-tiny);
  position: absolute;
  top: 0;
  -webkit-transition: background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
  transition: background var(--ck-widget-handler-animation-duration) var(--ck-widget-handler-animation-curve);
}

.ck-widget.html-object-embed .ck-widget__type-around .ck-widget__type-around__button.ck-widget__type-around__button_before {
  margin-left: 3.125rem;
}

.ck-widget.html-object-embed .html-object-embed__content {
  pointer-events: none;
}

div.ck-widget.html-object-embed {
  margin: 1em auto;
}

span.ck-widget.html-object-embed {
  display: inline-block;
}

:root {
  --ck-color-base-foreground:#fafafa;
  --ck-color-base-background:#fff;
  --ck-color-base-border:#d9d9d9;
  --ck-color-base-action:#61b045;
  --ck-color-base-focus:#6cb5f9;
  --ck-color-base-text:#333;
  --ck-color-base-active:#198cf0;
  --ck-color-base-active-focus:#0e7fe1;
  --ck-color-base-error:#db3700;
  --ck-color-focus-border-coordinates:208,79%,51%;
  --ck-color-focus-border:var(--ck-color-base-border);
  --ck-color-focus-outer-shadow:#bcdefb;
  --ck-color-focus-disabled-shadow:rgba(119,186,248,.3);
  --ck-color-focus-error-shadow:rgba(255,64,31,.3);
  --ck-color-text:var(--ck-color-base-text);
  --ck-color-shadow-drop:rgba(0,0,0,.15);
  --ck-color-shadow-drop-active:rgba(0,0,0,.2);
  --ck-color-shadow-inner:rgba(0,0,0,.1);
  --ck-color-button-default-background:transparent;
  --ck-color-button-default-hover-background:#e6e6e6;
  --ck-color-button-default-active-background:#d9d9d9;
  --ck-color-button-default-active-shadow:#bfbfbf;
  --ck-color-button-default-disabled-background:transparent;
  --ck-color-button-on-background:#dedede;
  --ck-color-button-on-hover-background:#c4c4c4;
  --ck-color-button-on-active-background:#bababa;
  --ck-color-button-on-active-shadow:#a1a1a1;
  --ck-color-button-on-disabled-background:#dedede;
  --ck-color-button-action-background:var(--ck-color-base-action);
  --ck-color-button-action-hover-background:#579e3d;
  --ck-color-button-action-active-background:#53973b;
  --ck-color-button-action-active-shadow:#498433;
  --ck-color-button-action-disabled-background:#7ec365;
  --ck-color-button-action-text:var(--ck-color-base-background);
  --ck-color-button-save:#008a00;
  --ck-color-button-cancel:#db3700;
  --ck-color-switch-button-off-background:#b0b0b0;
  --ck-color-switch-button-off-hover-background:#a3a3a3;
  --ck-color-switch-button-on-background:var(
    --ck-color-button-action-background
  );
  --ck-color-switch-button-on-hover-background:#579e3d;
  --ck-color-switch-button-inner-background:var(--ck-color-base-background);
  --ck-color-switch-button-inner-shadow:rgba(0,0,0,.1);
  --ck-color-dropdown-panel-background:var(--ck-color-base-background);
  --ck-color-dropdown-panel-border:var(--ck-color-base-border);
  --ck-color-input-background:var(--ck-color-base-background);
  --ck-color-input-border:#c7c7c7;
  --ck-color-input-error-border:var(--ck-color-base-error);
  --ck-color-input-text:var(--ck-color-base-text);
  --ck-color-input-disabled-background:#f2f2f2;
  --ck-color-input-disabled-border:#c7c7c7;
  --ck-color-input-disabled-text:#757575;
  --ck-color-list-background:var(--ck-color-base-background);
  --ck-color-list-button-hover-background:var(
    --ck-color-button-default-hover-background
  );
  --ck-color-list-button-on-background:var(--ck-color-base-active);
  --ck-color-list-button-on-background-focus:var(--ck-color-base-active-focus);
  --ck-color-list-button-on-text:var(--ck-color-base-background);
  --ck-color-panel-background:var(--ck-color-base-background);
  --ck-color-panel-border:var(--ck-color-base-border);
  --ck-color-toolbar-background:var(--ck-color-base-foreground);
  --ck-color-toolbar-border:var(--ck-color-base-border);
  --ck-color-tooltip-background:var(--ck-color-base-text);
  --ck-color-tooltip-text:var(--ck-color-base-background);
  --ck-color-engine-placeholder-text:#707070;
  --ck-color-upload-bar-background:#6cb5f9;
  --ck-color-link-default:#0000f0;
  --ck-color-link-selected-background:rgba(31,176,255,.1);
  --ck-color-link-fake-selection:rgba(31,176,255,.3);
  --ck-disabled-opacity:0.5;
  --ck-focus-outer-shadow-geometry:0 0 0 0.1875rem;
  --ck-focus-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-outer-shadow);
  --ck-focus-disabled-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-disabled-shadow);
  --ck-focus-error-outer-shadow:var(--ck-focus-outer-shadow-geometry) var(--ck-color-focus-error-shadow);
  --ck-focus-ring:1px solid var(--ck-color-focus-border);
  --ck-font-size-base:0.8125rem;
  --ck-line-height-base:1.84615;
  --ck-font-face:Helvetica,Arial,Tahoma,Verdana,Sans-Serif;
  --ck-font-size-tiny:0.7em;
  --ck-font-size-small:0.75em;
  --ck-font-size-normal:1em;
  --ck-font-size-big:1.4em;
  --ck-font-size-large:1.8em;
  --ck-ui-component-min-height:2.3em;
  --ck-border-radius:0.3125rem;
  --ck-inner-shadow:none;
  --ck-drop-shadow:0 1px 0.3125rem 1px var(--ck-color-shadow-drop);
  --ck-drop-shadow-active:0 0.1875rem 0.375rem 1px var(--ck-color-shadow-drop-active);
  --ck-spacing-unit:0.6em;
  --ck-spacing-large:calc(var(--ck-spacing-unit)*1.5);
  --ck-spacing-standard:var(--ck-spacing-unit);
  --ck-spacing-medium:calc(var(--ck-spacing-unit)*0.8);
  --ck-spacing-small:calc(var(--ck-spacing-unit)*0.5);
  --ck-spacing-tiny:calc(var(--ck-spacing-unit)*0.3);
  --ck-spacing-extra-tiny:calc(var(--ck-spacing-unit)*0.16);
  --ck-icon-size:calc(var(--ck-line-height-base)*var(--ck-font-size-normal));
}

.ck-content {
  min-height: 12.5rem;
}

.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ck-rounded-corners .ck-source-editing-area textarea {
  font-family: 微軟正黑體, Microsoft JhengHei, Heiti TC, 黑體, Arial, Helvetica, sans-serif;
}

.ck.ck-editor__editable_inline > :first-child, .ck.ck-editor__editable_inline > :last-child {
  margin-top: 0;
  margin-bottom: 0;
}

.ck.ck-editor__editable_inline {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.m-switch-ctrl:before {
  pointer-events: none;
  position: absolute;
  top: -1px;
  height: 2.1875rem;
  width: 1.875rem;
  border-radius: 0.1875rem;
  border-width: 1px;
  --tw-border-opacity:1;
  border-color: rgb(217 217 217/var(--tw-border-opacity, 1));
  --tw-bg-opacity:1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity, 1));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  --tw-content:"";
  content: var(--tw-content);
}

.m-switch-ctrl.\--open {
  background-color: var(--blue-59cc);
}

.m-switch-ctrl.\--open:before {
  left: 1px;
  --tw-translate-x:3.125rem;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.m-switch-ctrl.\--close {
  --tw-bg-opacity:1;
  background-color: rgb(228 228 228/var(--tw-bg-opacity, 1));
}

.m-switch-ctrl.\--close:before {
  left: -1px;
  --tw-translate-x:0px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ck-content code {
  background-color: hsla(0, 0%, 78%, 0.3);
  padding: 0.15em;
  border-radius: 0.125rem;
}

.ck-content blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: 0.3125rem solid #ccc;
}

.ck-content[dir=rtl] blockquote {
  border-left: 0;
  border-right: 0.3125rem solid #ccc;
}

.ck-content .text-tiny {
  font-size: 0.7em;
}

.ck-content .text-small {
  font-size: 0.85em;
}

.ck-content .text-big {
  font-size: 1.4em;
}

.ck-content .text-huge {
  font-size: 1.8em;
}

.ck-content .marker-yellow {
  background-color: var(--ck-highlight-marker-yellow);
}

.ck-content .marker-green {
  background-color: var(--ck-highlight-marker-green);
}

.ck-content .marker-pink {
  background-color: var(--ck-highlight-marker-pink);
}

.ck-content .marker-blue {
  background-color: var(--ck-highlight-marker-blue);
}

.ck-content .pen-red {
  color: var(--ck-highlight-pen-red);
  background-color: transparent;
}

.ck-content .pen-green {
  color: var(--ck-highlight-pen-green);
  background-color: transparent;
}

.ck-content .image.image_resized {
  max-width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ck-content .image.image_resized img {
  width: 100%;
}

.ck-content .image.image_resized > figcaption {
  display: block;
}

.ck-content .image {
  display: table;
  clear: both;
  text-align: center;
  margin: 0.9em auto;
  min-width: 3.125rem;
}

.ck-content .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
}

.ck-content .image-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ck-content .image-inline picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ck-content .image-inline img, .ck-content .image-inline picture {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
}

.ck-content .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: var(--ck-color-image-caption-text);
  background-color: var(--ck-color-image-caption-background);
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}

.ck-content .image-style-block-align-left, .ck-content .image-style-block-align-right {
  max-width: calc(100% - var(--ck-image-style-spacing));
}

.ck-content .image-style-align-left, .ck-content .image-style-align-right {
  clear: none;
}

.ck-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}

.ck-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}

.ck-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

.ck-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}

.ck-content .image-style-block-align-right {
  margin-right: 0;
  margin-left: auto;
}

.ck-content .image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

.ck-content p + .image-style-align-left, .ck-content p + .image-style-align-right, .ck-content p + .image-style-side {
  margin-top: 0;
}

.ck-content .image-inline.image-style-align-left, .ck-content .image-inline.image-style-align-right {
  margin-top: var(--ck-inline-image-style-spacing);
  margin-bottom: var(--ck-inline-image-style-spacing);
}

.ck-content .image-inline.image-style-align-left {
  margin-right: var(--ck-inline-image-style-spacing);
}

.ck-content .image-inline.image-style-align-right {
  margin-left: var(--ck-inline-image-style-spacing);
}

.ck-content span[lang] {
  font-style: italic;
}

.ck-content .media {
  clear: both;
  margin: 0.9em 0;
  display: block;
  min-width: 15em;
}

.ck-content .todo-list {
  list-style: none;
}

.ck-content .todo-list li {
  margin-bottom: 0.3125rem;
}

.ck-content .todo-list li .todo-list {
  margin-top: 0.3125rem;
}

.ck-content .todo-list .todo-list__label > input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -1.5625rem;
  margin-right: -0.9375rem;
  right: 0;
  margin-left: 0;
}

.ck-content .todo-list .todo-list__label > input:before {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  border-radius: 0.125rem;
  -webkit-transition: background 0.25s ease-in-out, border 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: background 0.25s ease-in-out, border 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, background 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out, background 0.25s ease-in-out, border 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out;
}

.ck-content .todo-list .todo-list__label > input:after {
  display: block;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  pointer-events: none;
  content: "";
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ck-content .todo-list .todo-list__label > input[checked]:before {
  background: #26ab33;
  border-color: #26ab33;
}

.ck-content .todo-list .todo-list__label > input[checked]:after {
  border-color: #fff;
}

.ck-content .todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle;
}

.ck-content .page-break {
  position: relative;
  clear: both;
  padding: 0.3125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ck-content .page-break:after {
  content: "";
  position: absolute;
  border-bottom: 0.125rem dashed #c4c4c4;
  width: 100%;
}

.ck-content .page-break__label {
  position: relative;
  z-index: 1;
  padding: 0.3em 0.6em;
  display: block;
  text-transform: uppercase;
  border: 1px solid #c4c4c4;
  border-radius: 0.125rem;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.75em;
  font-weight: 700;
  color: #333;
  background: #fff;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.ck-content .table {
  display: table;
}

.ck-content .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ck-content .table table td, .ck-content .table table th {
  min-width: 2em;
  border: none;
  padding: 0.625rem;
}

.ck-content .table table th {
  font-weight: 700;
  background: rgba(0, 0, 0, 0.05);
}

.ck-content[dir=rtl] .table th {
  text-align: right;
}

.ck-content[dir=ltr] .table th {
  text-align: left;
}

.ck-content .table > figcaption {
  display: table-caption;
  caption-side: top;
  word-break: break-word;
  text-align: center;
  color: var(--ck-color-table-caption-text);
  background-color: var(--ck-color-table-caption-background);
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}

.ck-content .table table {
  overflow: hidden;
  table-layout: fixed;
}

.ck-content .table td, .ck-content .table th {
  position: relative;
}

.ck-content .table .table-column-resizer {
  position: absolute;
  top: -62499.9375rem;
  bottom: -62499.9375rem;
  right: var(--ck-table-column-resizer-position-offset);
  width: var(--ck-table-column-resizer-width);
  cursor: col-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  z-index: var(--ck-z-default);
}

.ck-content .table[draggable] .table-column-resizer {
  display: none;
}

.ck-content .table .table-column-resizer:hover, .ck-content .table .table-column-resizer__active {
  background-color: var(--ck-color-table-column-resizer-hover);
  opacity: 0.25;
}

.ck-content[dir=rtl] .table .table-column-resizer {
  left: var(--ck-table-column-resizer-position-offset);
  right: unset;
}

.ck-content.ck-read-only .table .table-column-resizer {
  display: none;
}

.ck-content pre {
  padding: 1em;
  color: #353535;
  background: hsla(0, 0%, 78%, 0.3);
  border: 1px solid #c4c4c4;
  border-radius: 0.125rem;
  text-align: left;
  direction: ltr;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
  font-style: normal;
  min-width: 12.5rem;
}

.ck-content pre code {
  background: unset;
  padding: 0;
  border-radius: 0;
}

.ck-content hr {
  margin: 0.9375rem 0;
  height: 0.25rem;
  background: #dedede;
  border: 0;
}

.ck-content .mention {
  background: var(--ck-color-mention-background);
  color: var(--ck-color-mention-text);
}

.ck-content ol, .ck-content ul {
  list-style-position: inside;
}

.ck-content li {
  display: list-item;
}

.ck-content li .ck-list-bogus-paragraph {
  display: inline;
}

@media print {
  .ck-content .page-break {
    padding: 0;
  }
  .ck-content .page-break:after {
    display: none;
  }
}
html#scoped {
  font-family: "Noto Sans TC", sans-serif;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0C0E1F;
  overflow-x: hidden;
}
html#scoped * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  font-family: "Noto Sans TC", sans-serif;
  outline: none;
}
html#scoped.no-scroll {
  overflow: hidden;
}
html#scoped body {
  margin: 0;
}
html#scoped img {
  display: block;
}
html#scoped .d {
  display: block;
}
html#scoped .d.inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  html#scoped .d {
    display: none;
  }
}
html#scoped .m {
  display: none;
}
@media screen and (max-width: 767px) {
  html#scoped .m {
    display: block;
  }
  html#scoped .m.inline {
    display: inline;
  }
}

html#scoped .common-page-wrapper {
  min-height: 100vh;
}
html#scoped .common-page-banner {
  height: 226px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 20px 40px;
}
html#scoped .common-page-banner.agefriendly {
  background-image: url("../assets/banner-agefriendly-d.svg");
}
html#scoped .common-page-banner.retirement {
  background-image: url("../assets/banner-retirement-d.svg");
}
html#scoped .common-page-banner.antifraud {
  background-image: url("../assets/banner-antifraud-d.svg");
}
html#scoped .common-page-banner.announcement {
  background-image: url("../assets/banner-announcement-d.svg");
}
@media screen and (max-width: 1023px) {
  html#scoped .common-page-banner {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-banner {
    height: 119px;
    padding: 12px 16px;
  }
  html#scoped .common-page-banner.agefriendly {
    background-image: url("../assets/banner-agefriendly-m.svg");
  }
  html#scoped .common-page-banner.retirement {
    background-image: url("../assets/banner-retirement-m.svg");
  }
  html#scoped .common-page-banner.antifraud {
    background-image: url("../assets/banner-antifraud-m.svg");
  }
  html#scoped .common-page-banner.announcement {
    background-image: url("../assets/banner-announcement-m.svg");
  }
}
html#scoped .common-page-banner .center-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
html#scoped .common-page-banner .center-wrapper .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
html#scoped .common-page-banner .center-wrapper .breadcrumb .home {
  width: 20px;
  background-image: url("../assets/breadcrumb-home.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-banner .center-wrapper .breadcrumb .home {
    width: 16px;
  }
}
html#scoped .common-page-banner .center-wrapper .breadcrumb .arrow {
  width: 16px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
html#scoped .common-page-banner .center-wrapper .breadcrumb .arrow.inactive {
  background-image: url("../assets/breadcrumb-arrow-inactive.svg");
}
html#scoped .common-page-banner .center-wrapper .breadcrumb .arrow.active {
  background-image: url("../assets/breadcrumb-arrow-active.svg");
}
html#scoped .common-page-banner .center-wrapper .breadcrumb .crumb {
  font-size: 14px;
  line-height: 21px;
}
html#scoped .common-page-banner .center-wrapper .breadcrumb .crumb.inactive {
  color: #AEAFB4;
}
html#scoped .common-page-banner .center-wrapper h1 {
  position: absolute;
  margin: 0;
  font-size: 42px;
  font-weight: bold;
  color: #494A57;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-banner .center-wrapper h1 {
    font-size: 28px;
  }
}
html#scoped .common-page-content {
  padding: 64px 40px;
}
@media screen and (max-width: 1023px) {
  html#scoped .common-page-content {
    padding: 64px 24px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content {
    padding: 16px 16px 32px 16px;
  }
}
html#scoped .common-page-content .center-wrapper {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
html#scoped .common-page-content .top-layer-tab-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
html#scoped .common-page-content .top-layer-tab-headings::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html#scoped .common-page-content .top-layer-tab-headings::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
}
html#scoped .common-page-content .top-layer-tab-headings::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}
html#scoped .common-page-content .top-layer-tab-headings {
  background-color: white;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .top-layer-tab-headings {
    margin-bottom: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    position: sticky;
    top: 64px;
    left: 0;
    width: 100vw;
  }
}
html#scoped .common-page-content .top-layer-tab-headings .tab-heading {
  display: block;
  font-size: 28px;
  line-height: 34px;
  text-decoration: none;
  color: #494A57;
  white-space: nowrap;
}
html#scoped .common-page-content .top-layer-tab-headings .tab-heading.active, html#scoped .common-page-content .top-layer-tab-headings .tab-heading:hover {
  color: #0C0E1F;
  font-weight: bold;
}
html#scoped .common-page-content .top-layer-tab-headings .tab-heading.active .border, html#scoped .common-page-content .top-layer-tab-headings .tab-heading:hover .border {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .top-layer-tab-headings .tab-heading {
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
  }
}
html#scoped .common-page-content .top-layer-tab-headings .tab-heading .text {
  margin: 0;
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .top-layer-tab-headings .tab-heading .text {
    font-size: 20px;
    line-height: 24px;
  }
}
html#scoped .common-page-content .top-layer-tab-headings .tab-heading .border-wrap {
  padding: 8px 4px 0 4px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .top-layer-tab-headings .tab-heading .border-wrap {
    padding: 4px 4px 0 4px;
  }
}
html#scoped .common-page-content .top-layer-tab-headings .tab-heading .border {
  height: 4px;
  background: #0093C1;
  border-radius: 2px;
  opacity: 0;
}
html#scoped .common-page-content .shadow-wrapper {
  border-radius: 16px;
  background: white;
  -webkit-box-shadow: 0 2px 16px -8px rgba(2, 4, 22, 0.2), 0 4px 24px 0 rgba(2, 4, 22, 0.08);
          box-shadow: 0 2px 16px -8px rgba(2, 4, 22, 0.2), 0 4px 24px 0 rgba(2, 4, 22, 0.08);
}
html#scoped .common-page-content .shadow-wrapper.mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .shadow-wrapper {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  html#scoped .common-page-content .shadow-wrapper.mt24 {
    margin-top: 0;
  }
}
html#scoped .common-page-content .shadow-wrapper .tab-headings {
  padding: 28px 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #D7D7DA;
  background-color: white;
}
html#scoped .common-page-content .shadow-wrapper .tab-headings.sp {
  margin-left: -40px;
  margin-right: -40px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .shadow-wrapper .tab-headings {
    padding: 12px 0 0 0;
    margin-left: -16px;
    margin-right: -16px;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px 16px 0 16px;
    gap: 24px;
    position: sticky;
    top: 106px;
    z-index: 1;
    left: 0;
    width: 100vw;
  }
  html#scoped .common-page-content .shadow-wrapper .tab-headings::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  html#scoped .common-page-content .shadow-wrapper .tab-headings::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
  }
  html#scoped .common-page-content .shadow-wrapper .tab-headings::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0;
  }
  html#scoped .common-page-content .shadow-wrapper .tab-headings.sp {
    margin-left: -16px;
    margin-right: -16px;
  }
}
html#scoped .common-page-content .shadow-wrapper .tab-headings .tab-heading {
  display: block;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  color: #494A57;
  white-space: nowrap;
  margin-bottom: -1px;
  cursor: pointer;
}
html#scoped .common-page-content .shadow-wrapper .tab-headings .tab-heading.active, html#scoped .common-page-content .shadow-wrapper .tab-headings .tab-heading:hover {
  color: #0C0E1F;
  font-weight: bold;
}
html#scoped .common-page-content .shadow-wrapper .tab-headings .tab-heading.active .border, html#scoped .common-page-content .shadow-wrapper .tab-headings .tab-heading:hover .border {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .shadow-wrapper .tab-headings .tab-heading {
    font-size: 18px;
    line-height: 28px;
  }
}
html#scoped .common-page-content .shadow-wrapper .tab-headings .tab-heading .border-wrap {
  padding-top: 8px;
}
html#scoped .common-page-content .shadow-wrapper .tab-headings .tab-heading .border {
  height: 4px;
  background: #0C0E1F;
  border-radius: 2px;
  opacity: 0;
}
html#scoped .common-page-content .shadow-wrapper .tab-headings .tab-heading h3.text {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .shadow-wrapper .tab-headings .tab-heading h3.text {
    font-size: 18px;
    line-height: 28px;
  }
}
html#scoped .common-page-content .shadow-wrapper .tab-content {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .shadow-wrapper .tab-content {
    margin-left: -16px;
    margin-right: -16px;
    padding: 32px 16px;
  }
  html#scoped .common-page-content .shadow-wrapper .tab-content.npb {
    padding-bottom: 0;
  }
}
html#scoped .common-page-content .warning-block {
  margin-top: 24px;
  background-color: #E3E3E3;
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block {
    margin-top: 16px;
  }
}
html#scoped .common-page-content .warning-block.sp .toggler .text {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block.sp .toggler .text {
    font-size: 18px;
  }
}
html#scoped .common-page-content .warning-block.sp .content {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block.sp .content {
    font-size: 18px;
  }
}
html#scoped .common-page-content .warning-block.sp ol {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block.sp ol {
    font-size: 18px;
  }
}
html#scoped .common-page-content .warning-block.sp .ol {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block.sp .ol {
    font-size: 18px;
  }
}
html#scoped .common-page-content .warning-block .toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 16px;
  cursor: pointer;
}
html#scoped .common-page-content .warning-block .toggler.toggled .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
html#scoped .common-page-content .warning-block .toggler .text {
  font-size: 16px;
  font-weight: 500;
  color: #0C0E1F;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block .toggler .text {
    font-size: 14px;
    line-height: 21px;
  }
}
html#scoped .common-page-content .warning-block .toggler .icon {
  width: 20px;
  background-image: url("../assets/warning-arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block .toggler .icon {
    width: 16px;
  }
}
html#scoped .common-page-content .warning-block .toggle-target {
  display: none;
}
html#scoped .common-page-content .warning-block .toggle-target li.red {
  color: #FF4753;
}
html#scoped .common-page-content .warning-block .content {
  padding: 4px 16px 12px 16px;
  font-size: 16px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block .content {
    font-size: 14px;
    line-height: 21px;
    padding: 0 12px 8px 12px;
  }
}
html#scoped .common-page-content .warning-block ol {
  margin: 0;
  padding: 0;
  padding-left: 1.6em;
  font-size: 16px;
  color: #494A57;
  line-height: 24px;
  margin-top: 16px;
}
html#scoped .common-page-content .warning-block ol.mt8 {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block ol {
    font-size: 14px;
    line-height: 21px;
    margin-top: 12px;
  }
}
html#scoped .common-page-content .warning-block ol li {
  margin: 0;
  padding: 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block ol li {
    margin-bottom: 2px;
  }
}
html#scoped .common-page-content .warning-block ol .bold {
  font-weight: bold;
}
html#scoped .common-page-content .warning-block .special-block {
  padding: 0 50px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block .special-block {
    padding: 0;
    margin-top: 12px;
  }
}
html#scoped .common-page-content .warning-block .ol {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #494A57;
  margin-top: 16px;
}
html#scoped .common-page-content .warning-block .ol.no-mt {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block .ol {
    font-size: 14px;
    line-height: 21px;
    margin-top: 12px;
  }
}
html#scoped .common-page-content .warning-block .li-text-block {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-page-content .warning-block .li-text-block {
    margin-top: 0;
  }
}
html#scoped .common-news-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
html#scoped .common-news-tabs::-webkit-scrollbar {
  width: 0;
  height: 0;
}
html#scoped .common-news-tabs::-webkit-scrollbar-thumb {
  width: 0;
  height: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0);
}
html#scoped .common-news-tabs::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  html#scoped .common-news-tabs {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
html#scoped .common-news-tabs .news-tab {
  padding: 8px 16px;
  border: 1px solid #EEF0F0;
  background-color: #EEF0F0;
  color: #494A57;
  font-size: 18px;
  line-height: 28px;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  html#scoped .common-news-tabs .news-tab {
    padding: 4px 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
html#scoped .common-news-tabs .news-tab.active, html#scoped .common-news-tabs .news-tab:hover {
  background-color: #F4FBFF;
  color: #0C0E1F;
  border-color: #0093C1;
  font-weight: 500;
}
html#scoped .common-news-tabs .news-tab.active {
  pointer-events: none;
}
html#scoped .common-news-list {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-news-list {
    margin-top: 28px;
  }
}
html#scoped .common-news-list .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  html#scoped .common-news-list .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
html#scoped .common-news-list .news-item .flex-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  html#scoped .common-news-list .news-item .flex-layer {
    gap: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
html#scoped .common-news-list .news-item .flex-layer .v-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped .common-news-list .news-item .flex-layer .date {
  font-size: 16px;
  line-height: 24px;
  color: black;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 767px) {
  html#scoped .common-news-list .news-item .flex-layer .date {
    font-size: 14px;
    line-height: 21px;
  }
}
html#scoped .common-news-list .news-item .flex-layer .tag {
  border-radius: 4px;
  padding: 0 8px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #0C0E1F;
  background-color: #EEF0F0;
}
@media screen and (max-width: 767px) {
  html#scoped .common-news-list .news-item .flex-layer .tag {
    font-size: 14px;
  }
}
html#scoped .common-news-list .news-item .heading {
  font-size: 18px;
  line-height: 28px;
  color: #0C0E1F;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  html#scoped .common-news-list .news-item .heading {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
html#scoped .common-news-list .separator {
  height: 1px;
  background-color: #D7D7DA;
  margin: 24px 0;
}
html#scoped .common-icon-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  html#scoped .common-icon-link {
    gap: 2px;
  }
}
html#scoped .common-icon-link:hover .t {
  color: #11699C;
}
html#scoped .common-icon-link:hover .icon .normal {
  opacity: 0;
}
html#scoped .common-icon-link:hover .icon .hover {
  opacity: 1;
}
html#scoped .common-icon-link .t {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #0093C1;
}
@media screen and (max-width: 767px) {
  html#scoped .common-icon-link .t {
    font-size: 16px;
    line-height: 24px;
  }
}
html#scoped .common-icon-link .icon {
  width: 16px;
  position: relative;
}
html#scoped .common-icon-link .icon.arrow .normal {
  background-image: url("../assets/index-arrow-inactive.svg");
}
html#scoped .common-icon-link .icon.arrow .hover {
  background-image: url("../assets/index-arrow-hover.svg");
}
html#scoped .common-icon-link .icon.link .normal {
  background-image: url("../assets/link-icon.svg");
}
html#scoped .common-icon-link .icon.link .hover {
  background-image: url("../assets/link-icon-hover.svg");
}
html#scoped .common-icon-link .icon .normal {
  width: 16px;
  height: 16px;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html#scoped .common-icon-link .icon .hover {
  width: 16px;
  height: 16px;
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
html#scoped .tab-contents.real .tab-content-wrap {
  display: none;
}
html#scoped .tab-contents.real .tab-content-wrap.active {
  display: block;
}
html#scoped .videos-wrapper {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 24px;
}
@media screen and (max-width: 767px) {
  html#scoped .videos-wrapper {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
html#scoped .videos-wrapper .video-wrapper {
  width: calc((100% - 48px) / 3);
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #D7D7DA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  html#scoped .videos-wrapper .video-wrapper {
    width: calc((100% - 48px) / 2);
  }
}
@media screen and (max-width: 767px) {
  html#scoped .videos-wrapper .video-wrapper {
    width: 100%;
  }
}
html#scoped .videos-wrapper .video-wrapper:hover .video-link a.common-icon-link .t {
  color: #11699C;
}
html#scoped .videos-wrapper .video-wrapper:hover .video-link a.common-icon-link .icon .normal {
  opacity: 0;
}
html#scoped .videos-wrapper .video-wrapper:hover .video-link a.common-icon-link .icon .hover {
  opacity: 1;
}
html#scoped .videos-wrapper .video-wrapper p {
  margin: 0;
}
html#scoped .videos-wrapper .video-wrapper iframe {
  aspect-ratio: 16/9;
  width: 100%;
  display: block;
}
html#scoped .videos-wrapper .video-wrapper .video-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #0C0E1F;
  cursor: default;
}
html#scoped .videos-wrapper .video-wrapper .video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0;
  background-color: #F4FBFF;
}
@media screen and (max-width: 767px) {
  html#scoped .videos-wrapper .video-wrapper .video-link {
    padding: 8px 0;
  }
}
html#scoped .common-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 200ms ease, visibility 200ms ease;
  transition: opacity 200ms ease, visibility 200ms ease;
}
html#scoped .common-popup-wrap.active {
  opacity: 1;
  visibility: visible;
}
html#scoped .common-popup-wrap .popup-content {
  background-color: white;
  border-radius: 16px;
  width: 500px;
  max-width: 100%;
  overflow: hidden;
  padding-top: 32px;
}
html#scoped .common-popup-wrap .popup-content .heading {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  color: #0C0E1F;
  text-align: center;
  padding: 0 24px;
}
html#scoped .common-popup-wrap .popup-content .text {
  margin-top: 8px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 24px;
  color: #0C0E1F;
  text-align: center;
}
html#scoped .common-popup-wrap .popup-content .flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
html#scoped .common-popup-wrap .popup-content .flex-buttons .button {
  width: 50%;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  html#scoped .common-popup-wrap .popup-content .flex-buttons .button {
    line-height: 48px;
    font-size: 16px;
  }
}
html#scoped .common-popup-wrap .popup-content .flex-buttons .button.full {
  width: 100%;
}
html#scoped .common-popup-wrap .popup-content .flex-buttons .button.confirm {
  background-color: #0093C1;
  color: white;
}
html#scoped .common-popup-wrap .popup-content .flex-buttons .button.cancel {
  background-color: #EEF0F0;
  color: #0C0E1F;
}
html#scoped .common-pagination {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped .common-pagination {
    margin-top: 24px;
    gap: 12px;
  }
}
html#scoped .common-pagination .page-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .common-pagination .prev, html#scoped .common-pagination .next {
  width: 44px;
  min-width: 44px;
  height: 44px;
  border: 1.5px solid #D9DBDC;
  position: relative;
  border-radius: 12px;
  cursor: pointer;
  background-color: white;
}
@media screen and (max-width: 767px) {
  html#scoped .common-pagination .prev, html#scoped .common-pagination .next {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
html#scoped .common-pagination .prev:hover, html#scoped .common-pagination .next:hover {
  background-color: #F6F7F7;
}
html#scoped .common-pagination .prev.disabled, html#scoped .common-pagination .next.disabled {
  cursor: default;
}
html#scoped .common-pagination .prev.disabled:hover, html#scoped .common-pagination .next.disabled:hover {
  background-color: white;
}
html#scoped .common-pagination .prev.disabled .icon.defaul, html#scoped .common-pagination .next.disabled .icon.defaul {
  opacity: 0;
}
html#scoped .common-pagination .prev.disabled .icon.disabled, html#scoped .common-pagination .next.disabled .icon.disabled {
  opacity: 1;
}
html#scoped .common-pagination .prev .icon, html#scoped .common-pagination .next .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
html#scoped .common-pagination .prev .icon.default, html#scoped .common-pagination .next .icon.default {
  opacity: 1;
}
html#scoped .common-pagination .prev .icon.disabled, html#scoped .common-pagination .next .icon.disabled {
  opacity: 0;
}
html#scoped .common-pagination .prev .icon.default {
  background-image: url("../assets/pagination-prev-default.svg");
}
html#scoped .common-pagination .prev .icon.disabled {
  background-image: url("../assets/pagination-prev-disabled.svg");
}
html#scoped .common-pagination .next .icon.default {
  background-image: url("../assets/pagination-next-default.svg");
}
html#scoped .common-pagination .next .icon.disabled {
  background-image: url("../assets/pagination-next-disabled.svg");
}
html#scoped .common-pagination .page-item {
  width: 44px;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  html#scoped .common-pagination .page-item {
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
html#scoped .common-pagination .page-item:hover {
  background-color: #F6F7F7;
}
html#scoped .common-pagination .page-item.active {
  background-color: #F4FBFF;
  color: #006E91;
  cursor: default;
}
html#scoped .common-pagination .dots {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url("../assets/pagination-dots.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
html#scoped .flex-buttons-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  padding-top: 16px;
  gap: 24px;
}
html#scoped .flex-buttons-sp.mt {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  html#scoped .flex-buttons-sp {
    margin-top: 16px;
    padding-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  html#scoped .flex-buttons-sp.mt {
    margin-top: 32px;
  }
}
html#scoped .flex-buttons-sp .button {
  border-radius: 12px;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  width: 212px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  html#scoped .flex-buttons-sp .button {
    width: 100%;
    font-size: 16px;
  }
}
html#scoped .flex-buttons-sp .button.big {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html#scoped .flex-buttons-sp .button.big {
    font-size: 18px;
  }
}
html#scoped .flex-buttons-sp .button.big .icon {
  width: 24px;
  min-width: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped .flex-buttons-sp .button.big .icon {
    width: 20px;
    min-width: 20px;
  }
}
html#scoped .flex-buttons-sp .button.type1 {
  background-color: #0093C1;
  color: white;
}
html#scoped .flex-buttons-sp .button.type1:hover, html#scoped .flex-buttons-sp .button.type1.active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), #0093C1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #0093C1;
}
@media screen and (max-width: 767px) {
  html#scoped .flex-buttons-sp .button.type1.back {
    width: 212px;
    margin: 0 auto;
  }
}
html#scoped .flex-buttons-sp .button.type2 {
  border: 1px solid #0093C1;
  line-height: 46px;
  color: #0093C1;
  background-color: white;
}
html#scoped .flex-buttons-sp .button.type2:hover, html#scoped .flex-buttons-sp .button.type2.active {
  background-color: #0093C1;
  color: white;
}
html#scoped .flex-buttons-sp .button.type3 {
  background-color: #014865;
  color: white;
}
html#scoped .flex-buttons-sp .button.type3:hover, html#scoped .flex-buttons-sp .button.type3.active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), #014865;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #014865;
}
html#scoped .flex-buttons-sp .button.type4 {
  background-color: #EEF0F0;
  color: #0C0E1F;
}
html#scoped .flex-buttons-sp .button.type4:hover, html#scoped .flex-buttons-sp .button.type4.active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.25)), to(#EEF0F0));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%, #EEF0F0);
}
html#scoped .flex-buttons-sp .button.type5 {
  background-color: #F4FBFF;
  color: #0093C1;
  width: 300px;
}
html#scoped .flex-buttons-sp .button.type5:hover, html#scoped .flex-buttons-sp .button.type5.active {
  background-color: #E3F3FC;
}
@media screen and (max-width: 767px) {
  html#scoped .flex-buttons-sp .button.type5 {
    width: 100%;
  }
}
html#scoped .flex-buttons-sp .button .icon {
  width: 20px;
  min-width: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  html#scoped .flex-buttons-sp .button .icon {
    width: 16px;
    min-width: 16px;
  }
}
html#scoped .flex-buttons-sp .button .pre-icon {
  width: 24px;
  min-width: 24px;
  margin-right: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
html#scoped .flex-buttons-sp .button .pre-icon.back {
  background-image: url("../assets/link-back-d.svg");
}
@media screen and (max-width: 767px) {
  html#scoped .flex-buttons-sp .button .pre-icon {
    width: 20px;
    min-width: 20px;
    margin-right: 2px;
  }
  html#scoped .flex-buttons-sp .button .pre-icon.back {
    background-image: url("../assets/link-back-m.svg");
  }
}
html#scoped .flex-buttons-sp .button.hide {
  display: none;
}
html#scoped #not-found .not-found-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  html#scoped #not-found .not-found-wrapper {
    padding: 40px 0;
  }
}
html#scoped #not-found .not-found-wrapper .content {
  width: 375px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html#scoped #not-found .not-found-wrapper .content {
    width: 100%;
  }
}
html#scoped #not-found .not-found-wrapper .content .fig {
  width: 200px;
  margin: 0 auto;
}
html#scoped #not-found .not-found-wrapper .content .t1 {
  margin-top: 48px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  html#scoped #not-found .not-found-wrapper .content .t1 {
    margin-top: 24px;
  }
}
html#scoped #not-found .not-found-wrapper .content .t2 {
  margin-top: 8px;
  font-size: 14px;
  color: #494A57;
}
html#scoped #not-found .not-found-wrapper .content .t3 {
  margin-top: 16px;
  font-size: 16px;
}
html#scoped #not-found .not-found-wrapper .content a {
  text-decoration: none;
  color: #0093C1;
}
html#scoped .no-data {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
  color: #494A57;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
html#scoped .no-data.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped .no-data span.blue {
  color: #0093C1;
}
html#scoped .flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
html#scoped .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  html#scoped .flex-between {
    display: block;
  }
}
html#scoped .sp-bold {
  font-weight: bold;
}
html#scoped .source span.red {
  color: #FF4753;
}

html#scoped {
  padding-top: 72px;
}
@media screen and (max-width: 1023px) {
  html#scoped {
    padding-top: 64px;
  }
}

html#scoped header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 72px;
  background-color: white;
  border-bottom: 1px solid #D9DBDC;
  z-index: 10;
  padding: 0 40px;
}
@media screen and (max-width: 1023px) {
  html#scoped header {
    height: 64px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped header {
    padding: 0 8px;
  }
}
html#scoped header .center-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
html#scoped header .center-wrapper .left-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html#scoped header .center-wrapper .left-wrapper .menu {
  display: none;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrapper .left-wrapper .menu {
    display: block;
    width: 40px;
    min-width: 40px;
    position: relative;
  }
  html#scoped header .center-wrapper .left-wrapper .menu.active .icon.open {
    display: none;
  }
  html#scoped header .center-wrapper .left-wrapper .menu.active .icon.close {
    display: block;
  }
}
html#scoped header .center-wrapper .left-wrapper .menu .icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
html#scoped header .center-wrapper .left-wrapper .menu .icon.open {
  background-image: url("../assets/menu-open.svg");
}
html#scoped header .center-wrapper .left-wrapper .menu .icon.close {
  background-image: url("../assets/menu-close.svg");
  display: none;
}
html#scoped header .center-wrapper .left-wrapper a.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped header .center-wrapper .left-wrapper a.logo {
    margin-right: 12px;
  }
}
html#scoped header .center-wrapper .left-wrapper a.logo img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrapper .left-wrapper a.logo img {
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped header .center-wrapper .left-wrapper a.logo img {
    height: 18px;
  }
}
html#scoped header .center-wrapper .left-wrapper a.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #0C0E1F;
  text-decoration: none;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrapper .left-wrapper a.home {
    line-height: 26px;
  }
}
html#scoped header .center-wrapper .left-wrapper a.home .text {
  border-left: 1px solid #D9DBDC;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  html#scoped header .center-wrapper .left-wrapper a.home .text {
    padding: 0 12px;
  }
}
html#scoped header .center-wrapper .right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrapper .right-wrapper {
    display: none;
    position: fixed;
    height: calc(100svh - 64px);
    background-color: rgba(2, 4, 22, 0.8);
    top: 64px;
    left: 0;
    width: 100vw;
  }
  html#scoped header .center-wrapper .right-wrapper.active {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrapper .right-wrapper a.top-level.m-hide {
    display: none;
  }
}
html#scoped header .center-wrapper .right-wrapper .top-level {
  display: block;
  text-decoration: none;
  color: #0C0E1F;
  border-bottom: 3px solid transparent;
  line-height: 69px;
  padding: 0 4px;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}
html#scoped header .center-wrapper .right-wrapper .top-level.active, html#scoped header .center-wrapper .right-wrapper .top-level:hover {
  border-color: #0093C1;
  color: #0093C1;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrapper .right-wrapper .top-level {
    background-color: white;
    border-bottom: none;
    line-height: 56px;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
  }
  html#scoped header .center-wrapper .right-wrapper .top-level:hover:not(.active) {
    font-weight: 500;
    color: #0C0E1F;
  }
  html#scoped header .center-wrapper .right-wrapper .top-level.active {
    font-weight: 500;
  }
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrapper .right-wrapper .top-level .toggle-sub-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 24px;
  }
  html#scoped header .center-wrapper .right-wrapper .top-level .toggle-sub-level.toggled .icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  html#scoped header .center-wrapper .right-wrapper .top-level .toggle-sub-level .icon {
    width: 20px;
    background-image: url("../assets/menu-toggle.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
html#scoped header .center-wrapper .right-wrapper .top-level .sub-level-wrapper {
  display: none;
  position: absolute;
  border-radius: 16px;
  background: white;
  -webkit-box-shadow: 0 2px 16px -8px rgba(2, 4, 22, 0.2), 0 4px 24px 0 rgba(2, 4, 22, 0.08);
          box-shadow: 0 2px 16px -8px rgba(2, 4, 22, 0.2), 0 4px 24px 0 rgba(2, 4, 22, 0.08);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 72px;
  padding: 12px 0;
}
html#scoped header .center-wrapper .right-wrapper .top-level .sub-level-wrapper.active {
  display: block;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrapper .right-wrapper .top-level .sub-level-wrapper {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding: 0;
    display: none;
    box-shadow: none;
    background-color: #EEF0F0;
  }
}
html#scoped header .center-wrapper .right-wrapper .top-level .sub-level-wrapper .sub-level {
  display: block;
  padding: 0 24px;
  line-height: 44px;
  text-decoration: none;
  color: #0C0E1F;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
html#scoped header .center-wrapper .right-wrapper .top-level .sub-level-wrapper .sub-level.active, html#scoped header .center-wrapper .right-wrapper .top-level .sub-level-wrapper .sub-level:hover {
  font-weight: 400;
  color: #0093C1;
}
@media screen and (max-width: 1023px) {
  html#scoped header .center-wrapper .right-wrapper .top-level .sub-level-wrapper .sub-level {
    line-height: 56px;
    padding-left: 32px;
    font-size: 16px;
    font-weight: 500;
  }
  html#scoped header .center-wrapper .right-wrapper .top-level .sub-level-wrapper .sub-level:hover:not(.active) {
    font-weight: 500;
    color: #0C0E1F;
  }
  html#scoped header .center-wrapper .right-wrapper .top-level .sub-level-wrapper .sub-level.active {
    font-weight: 500;
  }
}

html#scoped .mobile-fixed-buttons .to-top {
  width: 48px;
  height: 48px;
  background-image: url("../assets/to-top.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  right: 32px;
  bottom: 100px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 6;
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .mobile-fixed-buttons .to-top.hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  html#scoped .mobile-fixed-buttons .to-top {
    right: 24px;
    bottom: 92px;
  }
}
html#scoped .mobile-fixed-buttons .shortcut-open {
  width: 64px;
  height: 64px;
  background-image: url("../assets/shortcut-open.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  right: 24px;
  bottom: 24px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
          box-shadow: 0px 2px 16px -8px rgba(2, 4, 22, 0.2), 0px 4px 24px 0px rgba(2, 4, 22, 0.08);
  -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 7;
}
html#scoped .mobile-fixed-buttons .shortcut-open.active {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  html#scoped .mobile-fixed-buttons .shortcut-open {
    right: 16px;
    bottom: 16px;
  }
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(9px);
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap.active {
  opacity: 1;
  visibility: visible;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap.active .shortcut-wrap .text {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap.active .shortcut {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcuts {
  position: absolute;
  right: 24px;
  bottom: 92px;
  z-index: 7;
}
@media screen and (max-width: 767px) {
  html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcuts {
    right: 16px;
    bottom: 84px;
  }
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
  text-decoration: none;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut-wrap:hover .text {
  color: #0093C1;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut-wrap .text {
  line-height: 64px;
  margin-right: 12px;
  font-size: 16px;
  color: #0C0E1F;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut {
  width: 64px;
  height: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 100ms cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut.s1 {
  background-image: url("../assets/shortcut1.svg");
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut.s2 {
  background-image: url("../assets/shortcut2.svg");
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut.s3 {
  background-image: url("../assets/shortcut3.svg");
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}
html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 36px;
  bottom: 36px;
  -webkit-transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  transition: all 200ms cubic-bezier(0.68, 0, 0.265, 1);
  cursor: pointer;
  background-image: url("../assets/shortcut-close.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  html#scoped .mobile-fixed-buttons .shortcuts-wrap .shortcut-close {
    right: 28px;
    bottom: 28px;
  }
}

html#scoped footer .center-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
html#scoped footer .gradient-line {
  background: -webkit-gradient(linear, left top, right top, from(#0093C1), to(#00A59B));
  background: linear-gradient(90deg, #0093C1 0%, #00A59B 100%);
  height: 3px;
}
html#scoped footer .top-wrapper {
  border-bottom: 1px solid #D9DBDC;
  background: #F4FBFF;
  padding: 32px 40px 24px 40px;
}
@media screen and (max-width: 1023px) {
  html#scoped footer .top-wrapper {
    padding: 32px 24px 24px 24px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped footer .top-wrapper {
    padding: 32px 16px 24px 16px;
  }
}
html#scoped footer .top-wrapper .heading {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html#scoped footer .top-wrapper .heading {
    font-size: 16px;
    font-weight: 500;
  }
}
html#scoped footer .top-wrapper .description {
  margin-top: 16px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped footer .top-wrapper .description {
    font-size: 14px;
  }
}
html#scoped footer .mid-wrapper {
  padding: 20px 40px;
  border-bottom: 1px solid #D9DBDC;
}
@media screen and (max-width: 1023px) {
  html#scoped footer .mid-wrapper {
    padding: 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped footer .mid-wrapper {
    padding: 24px 16px 16px 16px;
  }
}
html#scoped footer .mid-wrapper .flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  html#scoped footer .mid-wrapper .flex-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
html#scoped footer .mid-wrapper .flex-between a.logo {
  display: block;
}
html#scoped footer .mid-wrapper .flex-between a.logo img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 1023px) {
  html#scoped footer .mid-wrapper .flex-between a.logo img {
    height: 26px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped footer .mid-wrapper .flex-between a.logo img {
    height: 18px;
  }
}
html#scoped footer .mid-wrapper .flex-between .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
html#scoped footer .mid-wrapper .flex-between .social-media a {
  display: block;
}
html#scoped footer .mid-wrapper .flex-between .social-media a img {
  width: 24px;
}
@media screen and (max-width: 767px) {
  html#scoped footer .mid-wrapper .flex-between .social-media a img {
    width: 20px;
  }
}
html#scoped footer .mid-wrapper .locations {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  html#scoped footer .mid-wrapper .locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
html#scoped footer .mid-wrapper .locations a {
  color: #0C0E1F;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  html#scoped footer .mid-wrapper .locations a {
    line-height: 28px;
  }
}
html#scoped footer .bot-wrapper {
  padding: 12px 40px;
}
@media screen and (max-width: 1023px) {
  html#scoped footer .bot-wrapper {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped footer .bot-wrapper {
    padding: 12px 16px 20px 16px;
  }
}
html#scoped footer .bot-wrapper .center-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  html#scoped footer .bot-wrapper .center-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
html#scoped footer .bot-wrapper .center-wrapper .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 14px;
}
@media screen and (max-width: 1365px) {
  html#scoped footer .bot-wrapper .center-wrapper .info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  html#scoped footer .bot-wrapper .center-wrapper .info-wrapper {
    gap: 10px;
  }
}
html#scoped footer .bot-wrapper .center-wrapper .copyright {
  font-size: 14px;
}

.custom-editor-content * {
  font-family: "Noto Sans TC", sans-serif;
}
.custom-editor-content .heading1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #014865;
  line-height: 40px;
  padding-bottom: 8px;
  font-family: "Noto Sans TC", sans-serif;
}
.custom-editor-content .heading1.smaller {
  font-size: 28px;
  line-height: 34px;
}
.custom-editor-content .heading1.mt56 {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .heading1 {
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 4px;
  }
  .custom-editor-content .heading1.smaller {
    font-size: 24px;
    line-height: 30px;
  }
  .custom-editor-content .heading1.mt56 {
    margin-top: 40px;
  }
}
.custom-editor-content .heading1.sp {
  margin-top: 24px;
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .heading1.sp {
    margin-top: 16px;
    padding-top: 8px;
  }
}
.custom-editor-content .bullet-stars {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .bullet-stars {
    margin-top: 16px;
  }
}
.custom-editor-content .bullet-stars .bullet {
  line-height: 38px;
  padding-left: 24px;
  font-size: 20px;
  color: #0C0E1F;
  background-image: url("../assets/bullet-star.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left top 9px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .bullet-stars .bullet {
    line-height: 28px;
    font-size: 18px;
    padding-left: 20px;
    background-size: 16px 16px;
  }
}
.custom-editor-content .retirement-flex-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1279px) {
  .custom-editor-content .retirement-flex-cards {
    display: block;
  }
}
.custom-editor-content .retirement-card {
  border-radius: 12px;
  overflow: hidden;
  margin-top: 24px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.custom-editor-content .retirement-card.alt {
  width: calc(50% - 8px);
}
.custom-editor-content .retirement-card.alt .card-content {
  height: 198px;
}
@media screen and (max-width: 1279px) {
  .custom-editor-content .retirement-card.alt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card {
    margin-top: 16px;
  }
  .custom-editor-content .retirement-card.alt .card-content {
    height: auto;
  }
}
.custom-editor-content .retirement-card .card-title {
  padding: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: white;
  background: #014865;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-title {
    font-size: 20px;
    line-height: 24px;
    padding: 12px;
  }
}
.custom-editor-content .retirement-card .card-title .green {
  color: #27CDA0;
  margin-left: 4px;
}
.custom-editor-content .retirement-card .card-content {
  padding: 20px 40px;
  background-color: #F4FBFF;
  background-size: 550px auto;
  background-repeat: no-repeat;
  background-position: right 24px center;
}
.custom-editor-content .retirement-card .card-content.alt {
  height: auto;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.custom-editor-content .retirement-card .card-content.tab1-fig {
  background-image: url("../assets/retirement-tab1-fig.svg");
}
.custom-editor-content .retirement-card .card-content.tab2-fig {
  background-image: url("../assets/retirement-tab2-fig.svg");
}
.custom-editor-content .retirement-card .card-content.tab3-fig {
  background-image: url("../assets/retirement-tab3-fig.svg");
}
@media screen and (max-width: 1023px) {
  .custom-editor-content .retirement-card .card-content.fig {
    padding-bottom: 200px;
    background-position: center bottom 12px;
  }
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-content {
    padding: 20px 16px;
    background-size: 400px auto;
  }
  .custom-editor-content .retirement-card .card-content.fig {
    padding-bottom: 180px;
  }
}
.custom-editor-content .retirement-card .card-content img.fig {
  width: 100%;
}
.custom-editor-content .retirement-card .card-content .bullet-checks {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-content .bullet-checks {
    padding: 0;
    gap: 8px;
  }
}
.custom-editor-content .retirement-card .card-content .bullet-checks .bullet {
  line-height: 30px;
  padding-left: 36px;
  font-size: 20px;
  color: #0C0E1F;
  background-image: url("../assets/bullet-check.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left 4px top 6px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-content .bullet-checks .bullet {
    line-height: 28px;
    font-size: 18px;
    padding-left: 28px;
    background-size: 16px 16px;
  }
}
.custom-editor-content .retirement-card .card-content .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-editor-content .retirement-card .card-content .steps .step {
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-content .steps .step {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.custom-editor-content .retirement-card .card-content .steps .arrow {
  width: 32px;
  min-width: 32px;
  background-image: url("../assets/retirement-step-arrow.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-content .steps .arrow {
    width: 16px;
    min-width: 16px;
  }
}
.custom-editor-content .retirement-card .card-content .steps .icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}
.custom-editor-content .retirement-card .card-content .steps .icon.icon1 {
  background-image: url("../assets/retirement-step-icon1.svg");
}
.custom-editor-content .retirement-card .card-content .steps .icon.icon2 {
  background-image: url("../assets/retirement-step-icon2.svg");
}
.custom-editor-content .retirement-card .card-content .steps .icon.icon3 {
  background-image: url("../assets/retirement-step-icon3.svg");
}
.custom-editor-content .retirement-card .card-content .steps .icon.icon4 {
  background-image: url("../assets/retirement-step-icon4.svg");
}
.custom-editor-content .retirement-card .card-content .steps .icon.icon5 {
  background-image: url("../assets/retirement-step-icon5.svg");
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-content .steps .icon {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }
}
.custom-editor-content .retirement-card .card-content .steps .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-content .steps .text {
    font-size: 18px;
    margin-top: 4px;
  }
}
.custom-editor-content .retirement-card .card-content .info-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-content .info-rows {
    gap: 16px;
  }
}
.custom-editor-content .retirement-card .card-content .info-rows .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-content .info-rows .info-row {
    gap: 12px;
    padding: 0;
  }
}
.custom-editor-content .retirement-card .card-content .info-rows .info-row .v-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-editor-content .retirement-card .card-content .info-rows .info-row .label {
  line-height: 40px;
  height: 40px;
  background-color: #00B2A8;
  border-radius: 8px;
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  width: 100px;
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-content .info-rows .info-row .label {
    width: 88px;
    font-size: 18px;
  }
}
.custom-editor-content .retirement-card .card-content .info-rows .info-row .value {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-content .info-rows .info-row .value {
    font-size: 18px;
    line-height: 28px;
  }
}
.custom-editor-content .retirement-card .card-content .info-rows .info-row .value span.small {
  font-size: 16px;
  font-weight: 400;
  color: #494A57;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-card .card-content .info-rows .info-row .value span.small {
    font-size: 16px;
    line-height: 24px;
  }
}
.custom-editor-content .retirement-card .card-content .info-rows .info-row .value span.red {
  color: #F5693D;
}
.custom-editor-content .flex-between-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .flex-between-title {
    margin-top: 16px;
  }
}
.custom-editor-content .flex-between-title .heading2 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .flex-between-title .heading2 {
    margin-top: 0;
  }
}
.custom-editor-content .flex-between-title .flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.custom-editor-content .flex-between-title .flex-end.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.custom-editor-content .heading2 {
  margin: 0;
  margin-top: 24px;
  padding-top: 16px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .heading2 {
    margin-top: 16px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 28px;
  }
}
.custom-editor-content .heading2.sp {
  margin-top: 0;
  padding-top: 0;
}
.custom-editor-content .heading3 {
  margin: 0;
  padding-top: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .heading3 {
    padding-top: 0;
  }
}
.custom-editor-content .heading4 {
  padding: 16px 0;
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .heading4 {
    margin-top: 16px;
    padding: 8px 0;
    font-size: 18px;
    line-height: 22px;
  }
}
.custom-editor-content .heading4 span {
  font-weight: 400;
}
.custom-editor-content .text-wrapper {
  margin-top: 12px;
  font-size: 20px;
  line-height: 30px;
}
.custom-editor-content .text-wrapper.smaller {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .text-wrapper.smaller {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    word-break: break-all;
  }
}
.custom-editor-content .text-wrapper.no-margin {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .text-wrapper.no-margin {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .custom-editor-content .text-wrapper {
    font-size: 18px;
    line-height: 28px;
  }
}
.custom-editor-content .text-wrapper span.focus2 {
  color: #00A59B;
}
.custom-editor-content .text-wrapper span.bold {
  font-weight: bold;
}
.custom-editor-content .image-table-wrapper {
  margin-top: 24px;
  overflow-x: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .image-table-wrapper {
    margin-top: 16px;
  }
}
.custom-editor-content .image-table-wrapper img {
  width: 1200px;
}
.custom-editor-content figure.table {
  margin: 0;
}
.custom-editor-content .table-wrapper {
  margin-top: 12px;
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .table-wrapper {
    margin-top: 8px;
  }
}
.custom-editor-content .table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  table-layout: unset;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .table-wrapper table {
    width: 500px;
  }
  .custom-editor-content .table-wrapper table.mobile-full {
    width: 100%;
  }
  .custom-editor-content .table-wrapper table.mw900 {
    width: 900px;
  }
}
.custom-editor-content .table-wrapper table .bg {
  background-color: #F0F0F0;
}
.custom-editor-content .table-wrapper table .bg tr th {
  background: rgba(255, 255, 255, 0);
}
.custom-editor-content .table-wrapper table th, .custom-editor-content .table-wrapper table td {
  border: 1px solid #D7D7DA;
}
.custom-editor-content .table-wrapper table th.tac, .custom-editor-content .table-wrapper table td.tac {
  text-align: center;
}
.custom-editor-content .table-wrapper table th.tal, .custom-editor-content .table-wrapper table td.tal {
  text-align: left;
}
.custom-editor-content .table-wrapper table th.tar, .custom-editor-content .table-wrapper table td.tar {
  text-align: right;
}
.custom-editor-content .table-wrapper table th.nowrap, .custom-editor-content .table-wrapper table td.nowrap {
  white-space: nowrap;
}
.custom-editor-content .table-wrapper table th {
  padding: 13px 16px;
  font-size: 20px;
  font-weight: 400;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .table-wrapper table th {
    padding: 8px;
    font-size: 18px;
  }
}
.custom-editor-content .table-wrapper table th span.small {
  font-size: 14px;
}
.custom-editor-content .table-wrapper table td {
  padding: 16px;
  background-color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .table-wrapper table td {
    padding: 8px;
    font-size: 18px;
    line-height: 28px;
  }
}
.custom-editor-content .table-wrapper table td a {
  color: #0093C1;
  text-decoration: none;
}
.custom-editor-content .table-wrapper table td a:hover {
  color: #11699C;
}
.custom-editor-content .table-wrapper table .th {
  background-color: #F0F0F0;
}
.custom-editor-content .table-wrapper table tr:nth-child(even) {
  background-color: #FAFAFA;
}
.custom-editor-content .table-wrapper table .red {
  color: #EB4751;
}
.custom-editor-content .table-wrapper table .w140 {
  width: 140px;
  min-width: 140px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .table-wrapper table .w140 {
    width: 80px;
    min-width: 80px;
  }
}
.custom-editor-content .table-wrapper table .min120 {
  min-width: 120px;
}
.custom-editor-content .table-wrapper table .half {
  width: 50%;
}
.custom-editor-content .table-wrapper .min90 {
  min-width: 90px;
}
.custom-editor-content .table-wrapper .min60 {
  min-width: 60px;
}
.custom-editor-content .table-wrapper .min300 {
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .table-wrapper .min300 {
    min-width: 120px;
  }
}
.custom-editor-content .footnote {
  margin-top: 12px;
  font-size: 18px;
  line-height: 28px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .footnote {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
.custom-editor-content .flex-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  padding-top: 16px;
  gap: 24px;
}
.custom-editor-content .flex-buttons.mt {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .flex-buttons {
    margin-top: 16px;
    padding-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .custom-editor-content .flex-buttons.mt {
    margin-top: 32px;
  }
}
.custom-editor-content .flex-buttons .button {
  border-radius: 12px;
  text-decoration: none;
  height: 48px;
  line-height: 48px;
  width: 212px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .flex-buttons .button {
    width: 100%;
    font-size: 16px;
  }
}
.custom-editor-content .flex-buttons .button.big {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .flex-buttons .button.big {
    font-size: 18px;
  }
}
.custom-editor-content .flex-buttons .button.big .icon {
  width: 24px;
  min-width: 24px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .flex-buttons .button.big .icon {
    width: 20px;
    min-width: 20px;
  }
}
.custom-editor-content .flex-buttons .button.type1 {
  background-color: #0093C1;
  color: white;
}
.custom-editor-content .flex-buttons .button.type1:hover, .custom-editor-content .flex-buttons .button.type1.active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), #0093C1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #0093C1;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .flex-buttons .button.type1.back {
    width: 212px;
    margin: 0 auto;
  }
}
.custom-editor-content .flex-buttons .button.type2 {
  border: 1px solid #0093C1;
  line-height: 46px;
  color: #0093C1;
  background-color: white;
}
.custom-editor-content .flex-buttons .button.type2:hover, .custom-editor-content .flex-buttons .button.type2.active {
  background-color: #0093C1;
  color: white;
}
.custom-editor-content .flex-buttons .button.type3 {
  background-color: #014865;
  color: white;
}
.custom-editor-content .flex-buttons .button.type3:hover, .custom-editor-content .flex-buttons .button.type3.active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), #014865;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #014865;
}
.custom-editor-content .flex-buttons .button.type4 {
  background-color: #EEF0F0;
  color: #0C0E1F;
}
.custom-editor-content .flex-buttons .button.type4:hover, .custom-editor-content .flex-buttons .button.type4.active {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0.25)), to(#EEF0F0));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%, #EEF0F0);
}
.custom-editor-content .flex-buttons .button.type5 {
  background-color: #F4FBFF;
  color: #0093C1;
  width: 300px;
}
.custom-editor-content .flex-buttons .button.type5:hover, .custom-editor-content .flex-buttons .button.type5.active {
  background-color: #E3F3FC;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .flex-buttons .button.type5 {
    width: 100%;
  }
}
.custom-editor-content .flex-buttons .button .icon {
  width: 20px;
  min-width: 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .flex-buttons .button .icon {
    width: 16px;
    min-width: 16px;
  }
}
.custom-editor-content .flex-buttons .button .pre-icon {
  width: 24px;
  min-width: 24px;
  margin-right: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-editor-content .flex-buttons .button .pre-icon.back {
  background-image: url("../assets/link-back-d.svg");
}
@media screen and (max-width: 767px) {
  .custom-editor-content .flex-buttons .button .pre-icon {
    width: 20px;
    min-width: 20px;
    margin-right: 2px;
  }
  .custom-editor-content .flex-buttons .button .pre-icon.back {
    background-image: url("../assets/link-back-m.svg");
  }
}
.custom-editor-content .flex-buttons .button.hide {
  display: none;
}
.custom-editor-content a.none {
  text-decoration: none;
  color: inherit;
}
.custom-editor-content .mt12 {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .mt12 {
    margin-top: 6px;
  }
}
.custom-editor-content .ml16 {
  margin-left: 16px;
}
.custom-editor-content .flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-editor-content ol {
  margin: 0;
  padding: 0;
  padding-left: 1.25em;
  margin-top: 12px;
  font-size: 20px;
  line-height: 30px;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  .custom-editor-content ol {
    margin-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }
}
.custom-editor-content ol li {
  margin: 0;
  padding: 0;
}
.custom-editor-content .source {
  font-size: 18px;
  line-height: 28px;
  color: #494A57;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .source {
    font-size: 14px;
    margin-top: 16px;
    line-height: 21px;
  }
}
.custom-editor-content .banner-wrap {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .banner-wrap {
    margin-top: 16px;
  }
}
.custom-editor-content .banner-wrap img {
  max-width: 100%;
}
.custom-editor-content .heading-flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .heading-flex-between {
    display: block;
  }
}
.custom-editor-content .heading-flex-between .v-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .heading-flex-between .v-flex {
    margin-top: 4px;
  }
}
.custom-editor-content .links-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .custom-editor-content .links-type1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type1 {
    margin-top: 16px;
    gap: 16px;
  }
}
.custom-editor-content .links-type1 .link-type1 {
  text-decoration: none;
  width: calc(50% - 12px);
  background-color: #F4FBFF;
  border-radius: 12px;
  padding: 24px 20px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  cursor: pointer;
}
.custom-editor-content .links-type1 .link-type1:hover {
  background-color: #E3F3FC;
}
@media screen and (max-width: 1023px) {
  .custom-editor-content .links-type1 .link-type1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type1 .link-type1 {
    padding: 16px;
    gap: 12px;
  }
}
.custom-editor-content .links-type1 .link-type1 .pre-icon {
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-editor-content .links-type1 .link-type1 .pre-icon.clippers {
  background-image: url("../assets/link-clippers-d.svg");
}
.custom-editor-content .links-type1 .link-type1 .pre-icon.phone {
  background-image: url("../assets/link-phone-d.svg");
}
.custom-editor-content .links-type1 .link-type1 .pre-icon.back {
  background-image: url("../assets/link-back-d.svg");
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type1 .link-type1 .pre-icon {
    width: 35px;
    min-width: 35px;
    min-height: 35px;
  }
  .custom-editor-content .links-type1 .link-type1 .pre-icon.clippers {
    background-image: url("../assets/link-clippers-m.svg");
  }
  .custom-editor-content .links-type1 .link-type1 .pre-icon.phone {
    background-image: url("../assets/link-phone-m.svg");
  }
  .custom-editor-content .links-type1 .link-type1 .pre-icon.back {
    background-image: url("../assets/link-back-m.svg");
  }
}
.custom-editor-content .links-type1 .link-type1 .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #0C0E1F;
  line-height: 30px;
}
.custom-editor-content .links-type1 .link-type1 .text.smaller {
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type1 .link-type1 .text {
    font-size: 18px;
    line-height: 28px;
  }
  .custom-editor-content .links-type1 .link-type1 .text.smaller {
    font-size: 16px;
    line-height: 24px;
  }
}
.custom-editor-content .links-type1 .link-type1 .text span.numbers {
  font-weight: 400;
  font-family: "Roboto", sans-serif !important;
}
.custom-editor-content .links-type1 .link-type1 .arrow-icon {
  width: 40px;
  min-width: 40px;
  background-image: url("../assets/link-arrow-d.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type1 .link-type1 .arrow-icon {
    width: 24px;
    min-width: 24px;
    background-image: url("../assets/link-arrow-m.svg");
  }
}
.custom-editor-content .links-type2 .link-type2 {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  cursor: pointer;
}
.custom-editor-content .links-type2 .link-type2:hover .text-wrap .icon-text-wrap .link-icon-wrap .icon.normal {
  opacity: 0;
}
.custom-editor-content .links-type2 .link-type2:hover .text-wrap .icon-text-wrap .link-icon-wrap .icon.hover {
  opacity: 1;
}
.custom-editor-content .links-type2 .link-type2:hover .text-wrap .icon-text-wrap .main-text {
  color: #0093C1;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type2 .link-type2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
}
.custom-editor-content .links-type2 .link-type2 .date {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type2 .link-type2 .date {
    font-size: 14px;
    line-height: 21px;
  }
}
.custom-editor-content .links-type2 .link-type2 .text-wrap .icon-text-wrap {
  display: inline;
}
.custom-editor-content .links-type2 .link-type2 .text-wrap .icon-text-wrap .main-text {
  font-size: 18px;
  line-height: 28px;
  color: #0C0E1F;
  display: inline;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type2 .link-type2 .text-wrap .icon-text-wrap .main-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.custom-editor-content .links-type2 .link-type2 .text-wrap .icon-text-wrap .link-icon-wrap {
  display: inline-block;
  width: 16px;
  height: 28px;
  vertical-align: text-bottom;
  position: relative;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type2 .link-type2 .text-wrap .icon-text-wrap .link-icon-wrap {
    height: 24px;
  }
}
.custom-editor-content .links-type2 .link-type2 .text-wrap .icon-text-wrap .link-icon-wrap .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-editor-content .links-type2 .link-type2 .text-wrap .icon-text-wrap .link-icon-wrap .icon.normal {
  background-image: url("../assets/icon-link-normal.svg");
  opacity: 1;
}
.custom-editor-content .links-type2 .link-type2 .text-wrap .icon-text-wrap .link-icon-wrap .icon.hover {
  background-image: url("../assets/icon-link-hover.svg");
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type2 .link-type2 .text-wrap .icon-text-wrap .link-icon-wrap .icon {
    background-position: center top 5px;
  }
}
.custom-editor-content .links-type2 .link-type2 .text-wrap .source-text {
  font-size: 16px;
  line-height: 24px;
  color: #494A57;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type2 .link-type2 .text-wrap .source-text {
    font-size: 14px;
    line-height: 21px;
  }
}
.custom-editor-content .links-type2 .separator {
  width: 100%;
  height: 1px;
  background-color: #D7D7DA;
  margin: 24px 0;
}
.custom-editor-content .links-type3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.custom-editor-content .links-type3 .link-type3 {
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid #D7D7DA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .custom-editor-content .links-type3 .link-type3 {
    display: block;
  }
}
.custom-editor-content .links-type3 .link-type3 .cover img {
  width: 320px;
  min-width: 320px;
  height: 180px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .custom-editor-content .links-type3 .link-type3 .cover img {
    width: 100%;
    min-width: auto;
    height: auto;
  }
}
.custom-editor-content .links-type3 .link-type3 .content {
  padding: 24px 32px 18px 32px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type3 .link-type3 .content {
    padding: 16px;
  }
}
.custom-editor-content .links-type3 .link-type3 .content .date {
  font-size: 18px;
  line-height: 28px;
  font-family: "Roboto", sans-serif !important;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type3 .link-type3 .content .date {
    font-size: 16px;
    line-height: 24px;
  }
}
.custom-editor-content .links-type3 .link-type3 .content .title {
  margin-top: 8px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type3 .link-type3 .content .title {
    font-size: 22px;
    line-height: 28px;
  }
}
.custom-editor-content .links-type3 .link-type3 .content .preview {
  margin-top: 12px;
  font-size: 20px;
  line-height: 30px;
  color: #494A57;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .links-type3 .link-type3 .content .preview {
    display: none;
  }
}
.custom-editor-content .announcement-article .article-date {
  font-size: 16px;
  line-height: 24px;
  color: #0C0E1F;
  font-family: "Roboto", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .announcement-article .article-date {
    font-size: 14px;
    line-height: 21px;
  }
}
.custom-editor-content .announcement-article .article-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #014865;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .announcement-article .article-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.custom-editor-content .announcement-article .article-content {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .announcement-article .article-content {
    margin-top: 24px;
  }
}
.custom-editor-content .announcement-article .article-content .red-title {
  font-size: 18px;
  line-height: 28px;
  color: #F5693D;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .announcement-article .article-content .red-title {
    font-size: 16px;
    line-height: 24px;
  }
}
.custom-editor-content .announcement-article .article-content .section {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .announcement-article .article-content .section {
    margin-top: 20px;
  }
}
.custom-editor-content .announcement-article .article-content .section-title {
  font-size: 18px;
  line-height: 22px;
  color: #0C0E1F;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .announcement-article .article-content .section-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.custom-editor-content .announcement-article .article-content p {
  font-size: 18px;
  line-height: 28px;
  color: #0C0E1F;
  margin: 0;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .announcement-article .article-content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
  }
}
.custom-editor-content .announcement-article .article-content ul {
  margin: 0;
  padding: 0;
  padding-left: 1.6em;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .announcement-article .article-content ul {
    padding-left: 1.5em;
  }
}
.custom-editor-content .announcement-article .article-content ul li {
  margin-top: 24px;
  font-size: 18px;
  line-height: 28px;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .announcement-article .article-content ul li {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }
}
.custom-editor-content .announcement-article .article-content ol {
  margin: 0;
  padding: 0;
  padding-left: 1.25em;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .announcement-article .article-content ol {
    margin-top: 20px;
  }
}
.custom-editor-content .announcement-article .article-content ol li {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  .custom-editor-content .announcement-article .article-content ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .custom-editor-content .retirement-cards {
    margin-top: 16px;
  }
}
.custom-editor-content .retirement-cards img {
  width: 100%;
}

.article-date {
  font-size: 16px;
  line-height: 24px;
  color: #0C0E1F;
  font-family: "Roboto", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .article-date {
    font-size: 14px;
    line-height: 21px;
  }
}

.article-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #014865;
}
@media screen and (max-width: 767px) {
  .article-title {
    font-size: 20px;
    line-height: 24px;
  }
}

#landing .common-page-wrapper {
  position: relative;
}
#landing .bg1 {
  position: absolute;
  width: 380px;
  left: calc(50% + 400px);
  top: 765px;
}
@media screen and (max-width: 767px) {
  #landing .bg1 {
    width: 150px;
    left: 0;
    top: 162px;
  }
}
#landing .bg2 {
  position: absolute;
  width: 960px;
  right: 50%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #landing .bg2 {
    width: 258px;
    right: unset;
    left: 0;
    bottom: -34px;
  }
}
#landing .page-content {
  position: relative;
  padding-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1023px) {
  #landing .page-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
#landing .page-content .banner {
  width: 1440px;
  height: 330px;
  margin: 0 auto;
  background-image: url("../assets/index-banner-d.svg");
  border-radius: 36px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left center;
  max-width: 100%;
  position: relative;
  padding-top: 117px;
}
@media screen and (max-width: 1023px) {
  #landing .page-content .banner {
    height: 276px;
    border-radius: 0;
    padding-top: 85px;
    background-image: url("../assets/index-banner-t.svg");
  }
}
@media screen and (max-width: 767px) {
  #landing .page-content .banner {
    height: 154px;
    background-image: url("../assets/index-banner-m.svg");
    padding-top: 0;
  }
}
#landing .page-content .banner .text-box {
  margin-left: 9.6%;
}
@media screen and (max-width: 1024px) {
  #landing .page-content .banner .text-box {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1023px) {
  #landing .page-content .banner .text-box {
    margin-left: 92px;
  }
}
@media screen and (max-width: 800px) {
  #landing .page-content .banner .text-box {
    margin-left: 28px;
  }
}
@media screen and (max-width: 767px) {
  #landing .page-content .banner .text-box {
    margin-left: 0;
    position: absolute;
    right: calc(50% + 52px);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#landing .page-content .banner .text-box .t1 {
  font-size: 46px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 8px;
}
@media screen and (max-width: 1023px) {
  #landing .page-content .banner .text-box .t1 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 767px) {
  #landing .page-content .banner .text-box .t1 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 5px;
  }
}
#landing .page-content .banner .text-box .t2 {
  color: #0093C1;
}
#landing .page-content .banner .text-box .t3 {
  font-size: 20px;
  line-height: 30px;
  color: #494A57;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  #landing .page-content .banner .text-box .t3 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  #landing .page-content .banner .text-box .t3 {
    display: none;
  }
}
#landing .page-content .banner .banner-fig {
  position: absolute;
  width: 696px;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 1023px) {
  #landing .page-content .banner .banner-fig {
    width: 463px;
  }
}
@media screen and (max-width: 767px) {
  #landing .page-content .banner .banner-fig {
    width: 225px;
    left: calc(50% - 37px);
  }
}
#landing .page-content .banner .banner-fig img {
  width: 100%;
}
#landing .center-wrap {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #landing .center-wrap {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #landing .center-wrap {
    padding: 0 16px;
  }
}
#landing .outer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 144px;
  padding-top: 95px;
}
@media screen and (max-width: 1279px) {
  #landing .outer-flex {
    gap: 24px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1023px) {
  #landing .outer-flex {
    padding-top: 59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  #landing .outer-flex {
    padding-top: 41px;
    padding-bottom: 8px;
  }
}
#landing .outer-flex .flex-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 590px;
  min-width: 590px;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  #landing .outer-flex .flex-boxes {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  #landing .outer-flex .flex-boxes {
    gap: 24px 12px;
  }
}
#landing .outer-flex .flex-boxes .flex-box {
  display: block;
  text-decoration: none;
  width: 283px;
  border-radius: 16px;
  border: 1px solid #D7D7DA;
  padding: 40px 20px 20px 20px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  #landing .outer-flex .flex-boxes .flex-box {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  #landing .outer-flex .flex-boxes .flex-box {
    padding: 16px 16px 12px 16px;
    width: calc(50% - 6px);
  }
}
#landing .outer-flex .flex-boxes .flex-box:hover {
  background-color: #014865;
}
#landing .outer-flex .flex-boxes .flex-box:hover .heading {
  color: #FFFFFF;
}
#landing .outer-flex .flex-boxes .flex-box:hover .text {
  color: #FFFFFF;
}
#landing .outer-flex .flex-boxes .flex-box:hover .more .t {
  color: #FFFFFF;
}
#landing .outer-flex .flex-boxes .flex-box:hover .more .arrow .normal {
  opacity: 0;
}
#landing .outer-flex .flex-boxes .flex-box:hover .more .arrow .hover {
  opacity: 1;
}
#landing .outer-flex .flex-boxes .flex-box:nth-of-type(even) {
  -webkit-transform: translateY(48px);
          transform: translateY(48px);
}
@media screen and (max-width: 1023px) {
  #landing .outer-flex .flex-boxes .flex-box:nth-of-type(even) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#landing .outer-flex .flex-boxes .flex-box .heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #0C0E1F;
}
@media screen and (max-width: 767px) {
  #landing .outer-flex .flex-boxes .flex-box .heading {
    font-size: 18px;
    line-height: 22px;
  }
}
#landing .outer-flex .flex-boxes .flex-box .text {
  margin-top: 8px;
  font-size: 18px;
  line-height: 28px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  #landing .outer-flex .flex-boxes .flex-box .text {
    font-size: 14px;
    line-height: 21px;
    margin-top: 4px;
  }
}
#landing .outer-flex .flex-boxes .flex-box .more {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #landing .outer-flex .flex-boxes .flex-box .more {
    margin-top: 4px;
  }
}
#landing .outer-flex .flex-boxes .flex-box .more .t {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: #0093C1;
}
@media screen and (max-width: 767px) {
  #landing .outer-flex .flex-boxes .flex-box .more .t {
    font-size: 14px;
    line-height: 21px;
  }
}
#landing .outer-flex .flex-boxes .flex-box .more .arrow {
  width: 16px;
  margin-left: 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #landing .outer-flex .flex-boxes .flex-box .more .arrow {
    margin-left: 2px;
  }
}
#landing .outer-flex .flex-boxes .flex-box .more .arrow .normal, #landing .outer-flex .flex-boxes .flex-box .more .arrow .hover {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#landing .outer-flex .flex-boxes .flex-box .more .arrow .normal {
  background-image: url("../assets/index-arrow-inactive.svg");
}
#landing .outer-flex .flex-boxes .flex-box .more .arrow .hover {
  background-image: url("../assets/index-arrow-active.svg");
  opacity: 0;
}
#landing .outer-flex .flex-boxes .flex-box .icon {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 8px;
  right: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #landing .outer-flex .flex-boxes .flex-box .icon {
    width: 48px;
    height: 48px;
    top: -10px;
    right: 12px;
  }
}
#landing .outer-flex .flex-boxes .flex-box .icon.icon1 {
  background-image: url("../assets/index-icon1.svg");
}
#landing .outer-flex .flex-boxes .flex-box .icon.icon2 {
  background-image: url("../assets/index-icon2.svg");
}
#landing .outer-flex .flex-boxes .flex-box .icon.icon3 {
  background-image: url("../assets/index-icon3.svg");
}
#landing .outer-flex .flex-boxes .flex-box .icon.icon4 {
  background-image: url("../assets/index-icon4.svg");
}
#landing .outer-flex .text-box {
  width: 459px;
  margin-top: 135px;
}
@media screen and (max-width: 1279px) {
  #landing .outer-flex .text-box {
    width: auto;
  }
}
@media screen and (max-width: 1023px) {
  #landing .outer-flex .text-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
#landing .outer-flex .text-box .t1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
}
@media screen and (max-width: 1023px) {
  #landing .outer-flex .text-box .t1 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #landing .outer-flex .text-box .t1 {
    font-size: 20px;
    line-height: 24px;
  }
}
#landing .outer-flex .text-box .t2 {
  color: #0093C1;
}
#landing .outer-flex .text-box .t3 {
  margin-top: 12px;
  font-size: 20px;
  line-height: 32px;
  color: #494A57;
}
@media screen and (max-width: 767px) {
  #landing .outer-flex .text-box .t3 {
    font-size: 14px;
    line-height: 21px;
    margin-top: 4px;
    text-align: center;
  }
}
#landing .news-wrap {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  #landing .news-wrap {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
#landing .news-wrap .title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  color: #0C0E1F;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #landing .news-wrap .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
#landing .news-wrap .more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  #landing .news-wrap .more-wrap {
    margin-top: 24px;
  }
}

.identify-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .identify-group {
    gap: 12px;
    padding: 0 16px;
  }
}
.identify-group .identify-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .identify-group .identify-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }
}
.identify-group .identify-icon.icon1 {
  background-image: url("../assets/identify-icon1.svg");
}
.identify-group .identify-icon.icon2 {
  background-image: url("../assets/identify-icon2.svg");
}
.identify-group .identify-icon.icon3 {
  background-image: url("../assets/identify-icon3.svg");
}
.identify-group .identify-icon.icon4 {
  background-image: url("../assets/identify-icon4.svg");
}
.identify-group .identify-icon.icon5 {
  background-image: url("../assets/identify-icon5.svg");
}
.identify-group .orange {
  text-decoration: none;
  color: #F5693D;
  display: inline;
}
.identify-group .extra-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .identify-group .extra-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.identify-group .extra-flex .qr-code {
  width: 273px;
  min-width: 273px;
}
@media screen and (max-width: 767px) {
  .identify-group .extra-flex .qr-code {
    width: 100%;
    min-width: 0;
  }
}
.identify-group .extra-flex .qr-code img {
  width: 100%;
  height: auto;
}
.identify-group ol {
  padding-left: 1.4em;
  margin: 0;
}
.identify-group ol li {
  margin: 0;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .identify-group ol li {
    margin-top: 8px;
  }
}
.identify-group ol li a {
  word-break: break-all;
}

.identify-separator {
  height: 1px;
  background-color: #D7D7DA;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
  .identify-separator {
    margin: 16px 0;
  }
}

.scam-separator {
  height: 1px;
  background-color: #D7D7DA;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .scam-separator {
    display: none;
  }
}

.scam-slider1-wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .scam-slider1-wrap {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .scam-slider1-wrap .scam-slider1 {
    padding-bottom: 30px;
  }
}
.scam-slider1-wrap .scam-slider1 .slide .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .scam-slider1-wrap .scam-slider1 .slide .slide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    border: 1px solid #D7D7DA;
    border-radius: 16px;
  }
}
.scam-slider1-wrap .scam-slider1 .slide .slide-content .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38%;
  min-width: 38%;
}
@media screen and (max-width: 767px) {
  .scam-slider1-wrap .scam-slider1 .slide .slide-content .img-box {
    width: 100%;
    min-width: unset;
  }
}
.scam-slider1-wrap .scam-slider1 .slide .slide-content .img-box img {
  width: 100%;
}
.scam-slider1-wrap .scam-slider1 .slide .slide-content .flex-center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .scam-slider1-wrap .scam-slider1 .slide .slide-content .flex-center {
    padding: 16px;
  }
}
.scam-slider1-wrap .scam-slider1 .slide .slide-content .text-box {
  min-height: 304px;
  padding-top: 12px;
  padding-bottom: 46px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .scam-slider1-wrap .scam-slider1 .slide .slide-content .text-box {
    min-height: unset;
    padding: 0;
  }
}
.scam-slider1-wrap .scam-slider1 .slide .slide-content .text-box .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #FF4753;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .scam-slider1-wrap .scam-slider1 .slide .slide-content .text-box .t1 {
    font-size: 22px;
    line-height: 28px;
  }
}
.scam-slider1-wrap .scam-slider1 .slide .slide-content .text-box .t2 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .scam-slider1-wrap .scam-slider1 .slide .slide-content .text-box .t2 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }
}
.scam-slider1-wrap .scam-slider1 .slide .slide-content .text-box .t3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #0495C2;
}
@media screen and (max-width: 767px) {
  .scam-slider1-wrap .scam-slider1 .slide .slide-content .text-box .t3 {
    font-size: 22px;
    line-height: 28px;
  }
}
.scam-slider1-wrap .scam-slider1 .slide .slide-content .text-box .scam-slider-separator {
  height: 1px;
  background-color: #D7D7DA;
  margin-top: 12px;
  margin-bottom: 12px;
}
.scam-slider1-wrap .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  bottom: 0;
  left: calc(38% + 24px + (62% - 24px) / 2 - 32px);
}
@media screen and (max-width: 767px) {
  .scam-slider1-wrap .slick-dots {
    left: calc(50% - 24px);
    bottom: 12px;
    gap: 6px;
  }
}
.scam-slider1-wrap .slick-dots li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #AEAFB4;
}
.scam-slider1-wrap .slick-dots li.slick-active {
  background-color: #0093C1;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .scam-slider1-wrap .slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
  .scam-slider1-wrap .slick-dots li.slick-active {
    width: 12px;
  }
}
.scam-slider1-wrap .slick-dots li button {
  display: none;
}

.slider-nav {
  width: 48px;
  height: 48px;
  position: absolute;
  border-radius: 12px;
  cursor: pointer;
  top: calc(50% - 24px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .slider-nav {
    width: 40px;
    height: 40px;
    top: 70px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.slider-nav.slick-disabled {
  pointer-events: none;
}
.slider-nav.slick-disabled .normal {
  opacity: 0;
}
.slider-nav.slick-disabled .hover {
  opacity: 0;
}
.slider-nav.slick-disabled .disabled {
  opacity: 1 !important;
}
.slider-nav.prev {
  left: calc(38% + 24px);
}
@media screen and (max-width: 767px) {
  .slider-nav.prev {
    left: -12px;
  }
}
.slider-nav.prev .normal {
  background-image: url("../assets/s-prev-d.svg");
}
@media screen and (max-width: 767px) {
  .slider-nav.prev .normal {
    background-image: url("../assets/s-prev-m.svg");
  }
}
.slider-nav.prev .hover {
  background-image: url("../assets/s-prev-hover-d.svg");
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .slider-nav.prev .hover {
    background-image: url("../assets/s-prev-hover-m.svg");
  }
}
.slider-nav.prev .disabled {
  background-image: url("../assets/s-prev-disabled-d.svg");
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .slider-nav.prev .disabled {
    background-image: url("../assets/s-prev-disabled-m.svg");
  }
}
.slider-nav.prev:hover .normal {
  opacity: 0;
}
.slider-nav.prev:hover .hover {
  opacity: 1;
}
.slider-nav.next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .slider-nav.next {
    right: -12px;
  }
}
.slider-nav.next .normal {
  background-image: url("../assets/s-next-d.svg");
}
@media screen and (max-width: 767px) {
  .slider-nav.next .normal {
    background-image: url("../assets/s-next-m.svg");
  }
}
.slider-nav.next .hover {
  background-image: url("../assets/s-next-hover-d.svg");
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .slider-nav.next .hover {
    background-image: url("../assets/s-next-hover-m.svg");
  }
}
.slider-nav.next .disabled {
  background-image: url("../assets/s-next-disabled-d.svg");
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .slider-nav.next .disabled {
    background-image: url("../assets/s-next-disabled-m.svg");
    opacity: 0;
  }
}
.slider-nav.next:hover .normal {
  opacity: 0;
}
.slider-nav.next:hover .hover {
  opacity: 1;
}
.slider-nav .normal, .slider-nav .hover, .slider-nav .disabled {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.scam {
  padding-top: 24px;
}
.scam .scam-heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #00A59B;
}
@media screen and (max-width: 767px) {
  .scam .scam-heading {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .scam .text-wrapper.smaller {
    margin-top: 4px;
  }
}
.scam .flex-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .scam .flex-groups {
    display: none;
  }
}
.scam .flex-groups .group {
  width: calc(50% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  border: 1px solid #D7D7DA;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1279px) {
  .scam .flex-groups .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.scam .flex-groups .group .img-box {
  width: 240px;
  min-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1279px) {
  .scam .flex-groups .group .img-box {
    width: 100%;
    min-width: unset;
  }
}
.scam .flex-groups .group .img-box img {
  width: 100%;
}
.scam .flex-groups .group .text-box {
  padding: 16px;
}
.scam .flex-groups .group .text-box .heading {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.scam .flex-groups .group .text-box .sub-heading {
  color: #00A59B;
  margin-left: 8px;
}
.scam .flex-groups .group .text-box .text {
  margin-top: 4px;
  font-size: 18px;
  line-height: 28px;
}
.scam .flex-groups .group .text-box .text2 {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #FF710A;
}

.scam-slider2-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .scam-slider2-wrap {
    display: block;
    position: relative;
  }
}
.scam-slider2-wrap .slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .scam-slider2-wrap .slick-dots {
    left: calc(50% - 48px);
    bottom: 8px;
    gap: 6px;
  }
}
.scam-slider2-wrap .slick-dots li {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #AEAFB4;
}
.scam-slider2-wrap .slick-dots li.slick-active {
  background-color: #0093C1;
}
@media screen and (max-width: 767px) {
  .scam-slider2-wrap .slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
  .scam-slider2-wrap .slick-dots li.slick-active {
    width: 12px;
  }
}
.scam-slider2-wrap .slick-dots li button {
  display: none;
}

@media screen and (max-width: 767px) {
  .scam-slider2 {
    padding-bottom: 22px;
    margin-top: 8px;
  }
}
.scam-slider2 .slide .slide-content {
  border: 1px solid #D7D7DA;
  border-radius: 16px;
  overflow: hidden;
}
.scam-slider2 .slide .slide-content .img-box {
  width: 100%;
}
.scam-slider2 .slide .slide-content .img-box img {
  width: 100%;
}
.scam-slider2 .slide .slide-content .text-box {
  padding: 16px;
}
.scam-slider2 .slide .slide-content .text-box .heading {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.scam-slider2 .slide .slide-content .text-box .sub-heading {
  color: #00A59B;
  margin-left: 8px;
}
.scam-slider2 .slide .slide-content .text-box .text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
}
.scam-slider2 .slide .slide-content .text-box .text2 {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #FF710A;
}